English

ReconBoost: Boosting Can Achieve Modality Reconcilement

Computer Vision and Pattern Recognition 2024-05-16 v1 Artificial Intelligence Machine Learning Multimedia

Abstract

This paper explores a novel multi-modal alternating learning paradigm pursuing a reconciliation between the exploitation of uni-modal features and the exploration of cross-modal interactions. This is motivated by the fact that current paradigms of multi-modal learning tend to explore multi-modal features simultaneously. The resulting gradient prohibits further exploitation of the features in the weak modality, leading to modality competition, where the dominant modality overpowers the learning process. To address this issue, we study the modality-alternating learning paradigm to achieve reconcilement. Specifically, we propose a new method called ReconBoost to update a fixed modality each time. Herein, the learning objective is dynamically adjusted with a reconcilement regularization against competition with the historical models. By choosing a KL-based reconcilement, we show that the proposed method resembles Friedman's Gradient-Boosting (GB) algorithm, where the updated learner can correct errors made by others and help enhance the overall performance. The major difference with the classic GB is that we only preserve the newest model for each modality to avoid overfitting caused by ensembling strong learners. Furthermore, we propose a memory consolidation scheme and a global rectification scheme to make this strategy more effective. Experiments over six multi-modal benchmarks speak to the efficacy of the method. We release the code at https://github.com/huacong/ReconBoost.

Keywords

Cite

@article{arxiv.2405.09321,
  title  = {ReconBoost: Boosting Can Achieve Modality Reconcilement},
  author = {Cong Hua and Qianqian Xu and Shilong Bao and Zhiyong Yang and Qingming Huang},
  journal= {arXiv preprint arXiv:2405.09321},
  year   = {2024}
}

Comments

This paper has been accepted by ICML2024

R2 v1 2026-06-28T16:28:09.521Z