Diagnosing and Re-learning for Balanced Multimodal Learning
Yake Wei, Siwei Li, Ruoxuan Feng, Di Hu
TL;DR
The paper tackles the imbalanced multimodal learning problem where some modalities are intrinsically less informative. It introduces Diagnosing_Relearning (D&R), which first assesses per-modality learning state via uni-modal representation separability, quantified by a purity-gap metric $g^k=|P^k_ ext{D}-P^k_ ext{V}|$, and then softly re-initializes encoders with strength $ ilde{ heta}_k= anh(\\lambda g^k)$ so that well-learnt modalities are de-emphasized and underfitting ones are enhanced; the update is $oldsymbol{ heta}_k=(1- ilde{ heta}_k)oldsymbol{ heta}_k^ ext{current}+ ilde{ heta}_koldsymbol{ heta}_k^ ext{init}$. This approach preserves cross-modal knowledge while preventing over-fitting on noisy modalities, and it is compatible with various backbones, including transformers. Experiments on CREMA-D, Kinetics Sounds, UCF-101, and CMU-MOSI show superior and robust improvements over state-of-the-art imbalanced multimodal methods across two-, and multi-modality settings, including scenarios with scarcely informative modalities. The method’s simplicity, flexibility, and demonstrated gains suggest strong practical impact for balanced multimodal learning in diverse applications.
Abstract
To overcome the imbalanced multimodal learning problem, where models prefer the training of specific modalities, existing methods propose to control the training of uni-modal encoders from different perspectives, taking the inter-modal performance discrepancy as the basis. However, the intrinsic limitation of modality capacity is ignored. The scarcely informative modalities can be recognized as ``worse-learnt'' ones, which could force the model to memorize more noise, counterproductively affecting the multimodal model ability. Moreover, the current modality modulation methods narrowly concentrate on selected worse-learnt modalities, even suppressing the training of others. Hence, it is essential to consider the intrinsic limitation of modality capacity and take all modalities into account during balancing. To this end, we propose the Diagnosing \& Re-learning method. The learning state of each modality is firstly estimated based on the separability of its uni-modal representation space, and then used to softly re-initialize the corresponding uni-modal encoder. In this way, the over-emphasizing of scarcely informative modalities is avoided. In addition, encoders of worse-learnt modalities are enhanced, simultaneously avoiding the over-training of other modalities. Accordingly, multimodal learning is effectively balanced and enhanced. Experiments covering multiple types of modalities and multimodal frameworks demonstrate the superior performance of our simple-yet-effective method for balanced multimodal learning. The source code and dataset are available at \url{https://github.com/GeWu-Lab/Diagnosing_Relearning_ECCV2024}.
