Capacity and Redundancy Trade-offs in Multi-Task Learning
arXiv:2607.16554
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper provides an information-theoretic way to distinguish useful multi-task sharing from interference caused by insufficient shared capacity. Its chain-rule sandwich relates the sum of task-wise information in a shared representation to joint label information and total-correlation redundancy, making unresolved task dependence a measurable target for architecture design. A practical transfer is residual-aware task clustering for LoRA adapters: estimate dependence from validation residual covariance, group tasks with compatible unresolved errors, and assign separate low-rank modules to groups with weak compatibility. This evaluates coupling after the current representation has made predictions rather than relying only on raw label correlations or initial gradient similarity.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Replace one globally shared LoRA adapter with a small set of adapters whose task membership is chosen by residual redundancy. Tasks with strongly correlated validation residuals share an adapter, while tasks with weak or antagonistic residual dependence receive separate adapters. Recompute the partition periodically so the architecture follows the coupling that remains after training rather than correlations in the raw labels or initial gradients.
Useful7/10
Difficulty5/10
Novelty6/10