LGAIMay 19, 2022

Improving Multi-Task Generalization via Regularizing Spurious Correlation

arXiv:2205.09797v243 citationsh-index: 78
Originality Incremental advance
AI Analysis

This addresses a key limitation in MTL for machine learning practitioners, offering a method to enhance generalization by mitigating spurious correlations, though it is incremental as it builds on existing causal representation ideas.

The paper tackles the problem of spurious correlation in Multi-Task Learning (MTL), which can hurt generalization, especially for less correlated tasks, and proposes a Multi-Task Causal Representation Learning framework that improves MTL model performance by 5.5% on average across five datasets.

Multi-Task Learning (MTL) is a powerful learning paradigm to improve generalization performance via knowledge sharing. However, existing studies find that MTL could sometimes hurt generalization, especially when two tasks are less correlated. One possible reason that hurts generalization is spurious correlation, i.e., some knowledge is spurious and not causally related to task labels, but the model could mistakenly utilize them and thus fail when such correlation changes. In MTL setup, there exist several unique challenges of spurious correlation. First, the risk of having non-causal knowledge is higher, as the shared MTL model needs to encode all knowledge from different tasks, and causal knowledge for one task could be potentially spurious to the other. Second, the confounder between task labels brings in a different type of spurious correlation to MTL. We theoretically prove that MTL is more prone to taking non-causal knowledge from other tasks than single-task learning, and thus generalize worse. To solve this problem, we propose Multi-Task Causal Representation Learning framework, aiming to represent multi-task knowledge via disentangled neural modules, and learn which module is causally related to each task via MTL-specific invariant regularization. Experiments show that it could enhance MTL model's performance by 5.5% on average over Multi-MNIST, MovieLens, Taskonomy, CityScape, and NYUv2, via alleviating spurious correlation problem.

Foundations

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

Your Notes