Balance-Aware Sequence Sampling Makes Multi-Modal Learning Better
Abstract
Multi-modal learning (MML) is frequently hindered by modality imbalance, leading to suboptimal performance in real-world applications. To address this issue, existing approaches primarily focus on rebalancing MML from the perspective of optimization or architecture design. However, almost all existing methods ignore the impact of sample sequences, i.e., an inappropriate training order tends to trigger learning bias in the model, further exacerbating modality imbalance. In this paper, we propose Balance-aware Sequence Sampling (BSS) to enhance the robustness of MML. Specifically, we first define a multi-perspective measurer to evaluate the balance degree of each sample in terms of correlation and information criteria. Via this evaluation, we employ a heuristic scheduler based on curriculum learning (CL) that incrementally provides training subsets, progressing from balanced to imbalanced samples to alleviate the imbalance. Moreover, we propose a learning-based probabilistic sampling method to dynamically update the training sequence in a more fine-grained manner, further improving MML performance. Extensive experiments on widely used datasets demonstrate the superiority of our method compared with state-of-the-art (SOTA) baselines. The code is available at https://github.com/njustkmg/IJCAI25-BSS.
Cite
Text
Guan et al. "Balance-Aware Sequence Sampling Makes Multi-Modal Learning Better." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/316Markdown
[Guan et al. "Balance-Aware Sequence Sampling Makes Multi-Modal Learning Better." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/guan2025ijcai-balance/) doi:10.24963/IJCAI.2025/316BibTeX
@inproceedings{guan2025ijcai-balance,
title = {{Balance-Aware Sequence Sampling Makes Multi-Modal Learning Better}},
author = {Guan, Zhi-Hao and Jiang, Qing-Yuan and Yang, Yang},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2025},
pages = {2838-2846},
doi = {10.24963/IJCAI.2025/316},
url = {https://mlanthology.org/ijcai/2025/guan2025ijcai-balance/}
}