ReconBoost: Boosting Can Achieve Modality Reconcilement
Cong Hua, Qianqian Xu, Shilong Bao, Zhiyong Yang, Qingming Huang
TL;DR
The paper tackles modality competition in multi-modal learning by introducing ReconBoost, an alternating modality update framework that employs a KL-divergence based reconcilement regularization ($\mathbb{D}_{KL}$) to balance exploiting uni-modal features with cross-modal interactions. The method yields a gradient-boosting-like mechanism, preserving only the latest per-modality learners and incorporating memory consolidation and a global rectification scheme to stabilize training. The authors prove that, with a KL-based regularizer, ReconBoost is equivalent to an alternating form of gradient boosting and demonstrate substantial empirical gains across six public multi-modal benchmarks, including retrieval tasks, while showing robustness to noise. The work enhances both intra-modality feature exploitation and cross-modal synergy, offering a reproducible framework for strengthening multi-modal representations in diverse domains.
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.
