LGCYOct 20, 2023

FairBranch: Mitigating Bias Transfer in Fair Multi-task Learning

arXiv:2310.13746v24 citationsh-index: 26
Originality Incremental advance
AI Analysis

This addresses fairness and accuracy conflicts in multi-task learning for domains like tabular and visual data, but it is incremental as it builds on existing MTL methods.

The paper tackled the problem of negative transfer and bias transfer in multi-task learning, where conflicting gradients between tasks degrade both accuracy and fairness, and proposed FairBranch to group related tasks and correct fairness loss gradients, achieving state-of-the-art performance on fairness and accuracy in experiments.

The generalisation capacity of Multi-Task Learning (MTL) suffers when unrelated tasks negatively impact each other by updating shared parameters with conflicting gradients. This is known as negative transfer and leads to a drop in MTL accuracy compared to single-task learning (STL). Lately, there has been a growing focus on the fairness of MTL models, requiring the optimization of both accuracy and fairness for individual tasks. Analogously to negative transfer for accuracy, task-specific fairness considerations might adversely affect the fairness of other tasks when there is a conflict of fairness loss gradients between the jointly learned tasks - we refer to this as Bias Transfer. To address both negative- and bias-transfer in MTL, we propose a novel method called FairBranch, which branches the MTL model by assessing the similarity of learned parameters, thereby grouping related tasks to alleviate negative transfer. Moreover, it incorporates fairness loss gradient conflict correction between adjoining task-group branches to address bias transfer within these task groups. Our experiments on tabular and visual MTL problems show that FairBranch outperforms state-of-the-art MTLs on both fairness and accuracy.

Foundations

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

Your Notes