Domain Expansion: A Latent Space Construction Framework for Multi-Task Learning
Chi-Yao Huang, Khoa Vo, Aayush Atul Verma, Duo Lu, Yezhou Yang
TL;DR
This work tackles latent representation collapse in multi-task learning by structurally decoupling task signals through Domain Expansion, which constructs a latent space of mutually orthogonal subspaces aligned to the top M eigenvectors of the latent distribution. By projecting latent features onto dedicated axes and applying task-specific decoders, the method decouples gradients at the representation level, preventing interference and yielding an explicit, interpretable, and compositional latent space. The approach is validated on ShapeNet, MPIIGaze, and Rotated MNIST, showing improved representation quality and predictive performance over baselines, and enabling algebraic concept manipulation via well-defined operators. The framework demonstrates robustness to continual learning and supports future integration with generative models for human-interpretable latent compositions.
Abstract
Training a single network with multiple objectives often leads to conflicting gradients that degrade shared representations, forcing them into a compromised state that is suboptimal for any single task--a problem we term latent representation collapse. We introduce Domain Expansion, a framework that prevents these conflicts by restructuring the latent space itself. Our framework uses a novel orthogonal pooling mechanism to construct a latent space where each objective is assigned to a mutually orthogonal subspace. We validate our approach across diverse benchmarks--including ShapeNet, MPIIGaze, and Rotated MNIST--on challenging multi-objective problems combining classification with pose and gaze estimation. Our experiments demonstrate that this structure not only prevents collapse but also yields an explicit, interpretable, and compositional latent space where concepts can be directly manipulated.
