MMPareto: Boosting Multimodal Learning with Innocent Unimodal Assistance
Yake Wei, Di Hu
TL;DR
MMPareto tackles gradient conflicts in multitask-like multimodal learning by jointly considering gradient direction and magnitude to provide innocent unimodal assistance. It identifies that conventional Pareto integration can worsen generalization in multimodal settings due to mismatched gradient magnitudes and covariances, and proposes a two-pronged MMPareto update that yields a common descent direction with amplified SGD noise. The approach is supported by theoretical arguments and empirical evidence across audio-visual datasets and both CNN and transformer backbones, showing improvements in multimodal and unimodal performance and extending to multi-task scenarios. The work advances robust, scalable training for dense cross-modal models and offers a foundation for gradient-aware strategies in complex multimodal objectives.
Abstract
Multimodal learning methods with targeted unimodal learning objectives have exhibited their superior efficacy in alleviating the imbalanced multimodal learning problem. However, in this paper, we identify the previously ignored gradient conflict between multimodal and unimodal learning objectives, potentially misleading the unimodal encoder optimization. To well diminish these conflicts, we observe the discrepancy between multimodal loss and unimodal loss, where both gradient magnitude and covariance of the easier-to-learn multimodal loss are smaller than the unimodal one. With this property, we analyze Pareto integration under our multimodal scenario and propose MMPareto algorithm, which could ensure a final gradient with direction that is common to all learning objectives and enhanced magnitude to improve generalization, providing innocent unimodal assistance. Finally, experiments across multiple types of modalities and frameworks with dense cross-modal interaction indicate our superior and extendable method performance. Our method is also expected to facilitate multi-task cases with a clear discrepancy in task difficulty, demonstrating its ideal scalability. The source code and dataset are available at https://github.com/GeWu-Lab/MMPareto_ICML2024.
