paper-with-me

홈 › Papers

On-the-fly Modulation for Balanced Multimodal Learning

2024-10-15 · Yake Wei, Di Hu, Henghui Du, Ji-Rong Wen

Multimodal learning is expected to boost model performance by integrating information from different modalities. However, its potential is not fully exploited because the widely-used joint training strategy, which has a uniform objective for all modalities, leads to imbalanced and under-optimized uni-modal representations. Specifically, we point out that there often exists modality with more discriminative information, e.g., vision of playing football and sound of blowing wind. They could dominate the joint training process, resulting in other modalities being significantly under-optimized. To alleviate this problem, we first analyze the under-optimized phenomenon from both the feed-forward and the back-propagation stages during optimization. Then, On-the-fly Prediction Modulation (OPM) and On-the-fly Gradient Modulation (OGM) strategies are proposed to modulate the optimization of each modality, by monitoring the discriminative discrepancy between modalities during training. Concretely, OPM weakens the influence of the dominant modality by dropping its feature with dynamical probability in the feed-forward stage, while OGM mitigates its gradient in the back-propagation stage. In experiments, our methods demonstrate considerable improvement across a variety of multimodal tasks. These simple yet effective strategies not only enhance performance in vanilla and task-oriented multimodal models, but also in more complex multimodal tasks, showcasing their effectiveness and flexibility. The source code is available at \url{https://github.com/GeWu-Lab/BML_TPAMI2024}.

📄 PDF Abstract BibTeX arXiv:2410.11582

Code (1)

gewu-lab/bml_tpami2024 공식 구현 pytorch

Similar Papers 제목 키워드 기반

AIM: Adaptive Intra-Network Modulation for Balanced Multimodal Learning

2025-08-27 · Shu Shen, C. L. Philip Chen, Tong Zhang arxiv

Multimodal learning has significantly enhanced machine learning performance but still faces numerous challenges and limitations. Imbalanced multimodal learning is one of the problems extensively studied in recent works a…

Multimodal Imbalance-Aware Gradient Modulation for Weakly-supervised Audio-Visual Video Parsing

2023-07-05 · Jie Fu, Junyu Gao, Changsheng Xu

Weakly-supervised audio-visual video parsing (WS-AVVP) aims to localize the temporal extents of audio, visual and audio-visual event instances as well as identify the corresponding event categories with only video-level …

MultiFair: Multimodal Balanced Fairness-Aware Medical Classification with Dual-Level Gradient Modulation

2025-09-30 · Md Zubair, Hao Zheng, Grayson W. Armstrong, Lucy Q. Shen 외 arxiv

Medical decision systems increasingly rely on data from multiple sources to ensure reliable and unbiased diagnosis. However, existing multimodal learning models fail to achieve this goal because they often overlook two c…

Balanced Multimodal Learning via On-the-fly Gradient Modulation

2022-03-29 · CVPR 2022 1 · Xiaokang Peng, Yake Wei, Andong Deng, Dong Wang 외

Multimodal learning helps to comprehensively understand the world, by integrating different senses. Accordingly, multiple input modalities are expected to boost model performance, but we actually find that they are not f…

PDMP: Rethinking Balanced Multimodal Learning via Performance-Dominant Modality Prioritization

2026-04-07 · Shicai Wei, Chunbo Luo, Qiang Zhu, Yang Luo arxiv

Multimodal learning has attracted increasing attention due to its practicality. However, it often suffers from insufficient optimization, where the multimodal model underperforms even compared to its unimodal counterpart…