arXiv:2507.10203cs.CV2025-07ICCV被引 30

让多模态模型按方差反比分配注意力,提升融合效果。

Improving Multimodal Learning via Imbalanced Learning

  • 根据各模态预测方差,动态调整优化权重
  • 在多个数据集上超越传统平衡方法,准确率最高提升4.2%
  • 无需额外参数,适配任意多模态结构

多模态学习常因模态间学习不平衡导致性能低于单模态。现有方法多通过梯度平衡解决,但本文指出平衡并非最优。基于偏差-方差分析,证明模态依赖比例应与各自预测方差成反比。为此提出不对称表征学习(ARL)策略:为每个模态编码器引入共享参数的辅助正则项,计算其预测方差;再依据单模态方差比率计算加权系数,重新加权各模态优化,使依赖比例反比于方差比。同时引入各模态预测偏差,联合优化以最小化泛化误差。所有正则项仅依赖模态表示,不增加额外参数,且对融合结构和模型架构无依赖。大量实验验证了ARL在多个数据集上的有效性与通用性。

原文摘要 · Abstract (English)

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}

多模态学习不平衡学习表征学习优化策略

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。