paper-with-me

홈 › Papers

Improving Multimodal Learning via Imbalanced Learning

2025-07-14 · Shicai Wei, Chunbo Luo, Yang Luo arxiv

Multimodal learning often encounters the under-optimized problem and may perform worse than unimodal learning. Existing approaches attribute this issue to imbalanced learning across modalities and tend to address it through gradient balancing. However, this paper argues that balanced learning is not the optimal setting for multimodal learning. With bias-variance analysis, we prove that imbalanced dependency on each modality obeying the inverse ratio of their variances contributes to optimal performance. To this end, we propose the Asymmetric Representation Learning(ARL) strategy to assist multimodal learning via imbalanced optimization. ARL introduces auxiliary regularizers for each modality encoder to calculate their prediction variance. ARL then calculates coefficients via the unimodal variance to re-weight the optimization of each modality, forcing the modality dependence ratio to be inversely proportional to the modality variance ratio. Moreover, to minimize the generalization error, ARL further introduces the prediction bias of each modality and jointly optimizes them with multimodal loss. Notably, all auxiliary regularizers share parameters with the multimodal model and rely only on the modality representation. Thus the proposed ARL strategy introduces no extra parameters and is independent of the structures and fusion methods of the multimodal model. Finally, extensive experiments on various datasets validate the effectiveness and versatility of ARL. Code is available at \href{https://github.com/shicaiwei123/ICCV2025-ARL}{https://github.com/shicaiwei123/ICCV2025-ARL}

📄 PDF Abstract BibTeX arXiv:2507.10203

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

CLIMD: A Curriculum Learning Framework for Imbalanced Multimodal Diagnosis

2025-08-03 · Kai Han, Chongwen Lyu, Lele Ma, Chengxuan Qian 외 arxiv

Clinicians usually combine information from multiple sources to achieve the most accurate diagnosis, and this has sparked increasing interest in leveraging multimodal deep learning for diagnosis. However, in real clinica…

Multimodal Deep Learning

Multimodal Deep Generative Model for Semi-Supervised Learning under Class Imbalance

2026-05-07 · Heegeon Yoon, Heeyoung Kim arxiv

When modeling class-imbalanced data, it is crucial to address the imbalance, as models trained on such data tend to be biased towards the majority classes. This problem is amplified under partial supervision, where pseud…

MissBench: Benchmarking Multimodal Affective Analysis under Imbalanced Missing Modalities

2026-03-10 · Tien Anh Pham, Phuong-Anh Nguyen, Duc-Trong Le, Cam-Van Thi Nguyen arxiv

Multimodal affective computing underpins key tasks such as sentiment analysis and emotion recognition. Standard evaluations, however, often assume that textual, acoustic, and visual modalities are equally available. In r…

Emotion RecognitionSentiment Analysis

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 …

Deep Imbalanced Learning for Multimodal Emotion Recognition in Conversations

2023-12-11 · Tao Meng, Yuntao Shou, Wei Ai, Nan Yin 외

The main task of Multimodal Emotion Recognition in Conversations (MERC) is to identify the emotions in modalities, e.g., text, audio, image and video, which is a significant development direction for realizing machine in…

Data AugmentationEmotion RecognitionGenerative Adversarial NetworkGraph Neural Network+2