Multi-Task Learning via Time-Aware Neural ODE
Abstract
Multi-Task Learning (MTL) is a well-established paradigm for learning shared models for a diverse set of tasks. Moreover, MTL improves data efficiency by jointly training all tasks simultaneously. However, directly optimizing the losses of all the tasks may lead to imbalanced performance on all the tasks due to the competition among tasks for the shared parameters in MTL models. Many MTL methods try to mitigate this problem by dynamically weighting task losses or manipulating task gradients. Different from existing studies, in this paper, we propose a Neural Ordinal diffeRential equation based Multi-tAsk Learning (NORMAL) method to alleviate this issue by modeling task-specific feature transformations from the perspective of dynamic flows built on the Neural Ordinary Differential Equation (NODE). Specifically, the proposed NORMAL model designs a time-aware neural ODE block to learn task-specific time information, which determines task positions of feature transformations in the dynamic flow, in NODE automatically via gradient descent methods. In this way, the proposed NORMAL model handles the problem of competing shared parameters by learning task positions. Moreover, the learned task positions can be used to measure the relevance among different tasks. Extensive experiments show that the proposed NORMAL model outperforms state-of-the-art MTL models.
Cite
Text
Ye et al. "Multi-Task Learning via Time-Aware Neural ODE." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/500Markdown
[Ye et al. "Multi-Task Learning via Time-Aware Neural ODE." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/ye2023ijcai-multi/) doi:10.24963/IJCAI.2023/500BibTeX
@inproceedings{ye2023ijcai-multi,
title = {{Multi-Task Learning via Time-Aware Neural ODE}},
author = {Ye, Feiyang and Wang, Xuehao and Zhang, Yu and Tsang, Ivor W.},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2023},
pages = {4495-4503},
doi = {10.24963/IJCAI.2023/500},
url = {https://mlanthology.org/ijcai/2023/ye2023ijcai-multi/}
}