๐ค AI Summary
Early multimodal learning exhibits a โcritical learning windowโ during which information-rich modalities dominate training, suppressing representation learning for information-poor modalities and causing severe inter-modal imbalance. To address this, we propose an *Information Acquisition Regulation* (IAR) mechanism that explicitly modulates learning dynamics within this window: it adaptively attenuates the learning rate of dominant modalities while enhancing representational capacity for underrepresented ones. Our method comprises three components: (i) gradient-sensitivity-based dynamic per-modality learning rate adjustment; (ii) online assessment of modality-wise information sufficiency; and (iii) window-aware phased regularization. Unlike conventional fusion approaches relying on implicit balancing, IAR enables explicit, temporally controllable modulation of modality-specific learning. Evaluated on multiple benchmark datasets, IAR consistently improves performance by 2.3โ4.1% on average, while significantly boosting model generalization and robustness to modality corruption or missingness.
๐ Abstract
Sensory training during the early ages is vital for human development. Inspired by this cognitive phenomenon, we observe that the early training stage is also important for the multimodal learning process, where dataset information is rapidly acquired. We refer to this stage as the prime learning window. However, based on our observation, this prime learning window in multimodal learning is often dominated by information-sufficient modalities, which in turn suppresses the information acquisition of information-insufficient modalities. To address this issue, we propose Information Acquisition Regulation (InfoReg), a method designed to balance information acquisition among modalities. Specifically, InfoReg slows down the information acquisition process of information-sufficient modalities during the prime learning window, which could promote information acquisition of information-insufficient modalities. This regulation enables a more balanced learning process and improves the overall performance of the multimodal network. Experiments show that InfoReg outperforms related multimodal imbalanced methods across various datasets, achieving superior model performance. The code is available at https://github.com/GeWu-Lab/InfoReg_CVPR2025.