paper-with-me

Papers

Towards Balanced Active Learning for Multimodal Classification

2023-06-14 · Meng Shen, Yizheng Huang, Jianxiong Yin, Heqing Zou, Deepu Rajan, Simon See

Training multimodal networks requires a vast amount of data due to their larger parameter space compared to unimodal networks. Active learning is a widely used technique for reducing data annotation costs by selecting only those samples that could contribute to improving model performance. However, current active learning strategies are mostly designed for unimodal tasks, and when applied to multimodal data, they often result in biased sample selection from the dominant modality. This unfairness hinders balanced multimodal learning, which is crucial for achieving optimal performance. To address this issue, we propose three guidelines for designing a more balanced multimodal active learning strategy. Following these guidelines, a novel approach is proposed to achieve more fair data selection by modulating the gradient embedding with the dominance degree among modalities. Our studies demonstrate that the proposed method achieves more balanced multimodal learning by avoiding greedy sample selection from the dominant modality. Our approach outperforms existing active learning strategies on a variety of multimodal classification tasks. Overall, our work highlights the importance of balancing sample selection in multimodal active learning and provides a practical solution for achieving more balanced active learning for multimodal classification.

📄 PDF Abstract BibTeX arXiv:2306.08306

Code (1)

MengShen0709/bmmal 공식 구현 pytorch

Tasks

Active LearningClassificationMultimodal Deep Learning

Similar Papers 제목 키워드 기반

Label What Matters: Modality-Balanced and Difficulty-Aware Multimodal Active Learning

2026-03-26 · Yuqiao Zeng, Xu Wang, Tengfei Liang, Yiqing Hao 외 arxiv

Multimodal learning integrates complementary information from different modalities such as image, text, and audio to improve model performance, but its success relies on large-scale labeled data, which is costly to obtai…

Active Learning

ProGuard: Towards Proactive Multimodal Safeguard

2025-12-29 · Shaohan Yu, Lijun Li, Chenyang Si, Lu Sheng 외 arxiv

The rapid evolution of generative models has led to a continuous emergence of multimodal safety risks, exposing the limitations of existing defense methods. To address these challenges, we propose ProGuard, a vision-lang…

Reinforcement Learning

Imbalanced multi-label classification using multi-task learning with extractive summarization

2019-03-16 · John Brandt

Extractive summarization and imbalanced multi-label classification often require vast amounts of training data to avoid overfitting. In situations where training data is expensive to generate, leveraging information betw…

ClassificationExtractive SummarizationGeneral ClassificationMulti-Label Classification+3

Class-Balanced Active Learning for Image Classification

2021-10-09 · Javad Zolfaghari Bengar, Joost Van de Weijer, Laura Lopez Fuentes, Bogdan Raducanu

Active learning aims to reduce the labeling effort that is required to train algorithms by learning an acquisition function selecting the most relevant data for which a label should be requested from a large unlabeled da…

Active LearningClassificationimage-classificationImage Classification

Mind the Gap: A Framework for Assessing Pitfalls in Multimodal Active Learning

2026-03-31 · Dustin Eisenhardt, Yunhee Jeong, Florian Buettner arxiv

Multimodal learning enables neural networks to integrate information from heterogeneous sources, but active learning in this setting faces distinct challenges. These include missing modalities, differences in modality di…

Active Learning