LGJul 3, 2022

Saliency-Regularized Deep Multi-Task Learning

arXiv:2207.01117v115 citationsh-index: 10
Originality Incremental advance
AI Analysis

This work addresses the problem of adaptive task relation learning in multitask learning for researchers, offering an incremental improvement over existing methods.

The paper tackles the challenge of learning explicit task relations in deep multitask learning by proposing a framework that models task similarity through input gradients and introduces a new regularizer, with theoretical analysis showing reduced generalization error and experiments demonstrating effectiveness on benchmarks.

Multitask learning is a framework that enforces multiple learning tasks to share knowledge to improve their generalization abilities. While shallow multitask learning can learn task relations, it can only handle predefined features. Modern deep multitask learning can jointly learn latent features and task sharing, but they are obscure in task relation. Also, they predefine which layers and neurons should share across tasks and cannot learn adaptively. To address these challenges, this paper proposes a new multitask learning framework that jointly learns latent features and explicit task relations by complementing the strength of existing shallow and deep multitask learning scenarios. Specifically, we propose to model the task relation as the similarity between task input gradients, with a theoretical analysis of their equivalency. In addition, we innovatively propose a multitask learning objective that explicitly learns task relations by a new regularizer. Theoretical analysis shows that the generalizability error has been reduced thanks to the proposed regularizer. Extensive experiments on several multitask learning and image classification benchmarks demonstrate the proposed method effectiveness, efficiency as well as reasonableness in the learned task relation patterns.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes