Research Papers 论文研究 5h ago Updated 1h ago 更新于 1小时前 47

CAT-GS: Balanced Multimodal Learning via Calibrated Gating and Fusion Surgery CAT-GS:通过校准门控与融合手术实现平衡的多模态学习

CAT-GS addresses three coupled failure modes in multimodal neural network training: modality imbalance, unstable gating, and fusion interference The method operates during backpropagation without modifying model architectures, fusion modules, or task losses CAT-GS uses temperature scaling and EMA smoothing to calibrate teacher-derived reliability, then applies a margin-thresholded policy switching between warm-up dropout, weak-modality prioritization, and weak-biased blending Gradient stabilizat 提出CAT-GS框架,通过校准门控和融合手术解决多模态神经网络训练中的三种耦合失效模式 采用温度缩放和EMA平滑校准教师可靠性,结合边际阈值策略实现自适应模态选择 引入有界梯度预算重新归一化和融合层PCGrad,有效缓解梯度冲突和模态不平衡问题 在CREMA-D、AV-MNIST、VGGSound等7个基准上验证,性能匹配或超越OGM-GE、G²D、UMT等强基线

62
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • CAT-GS addresses three coupled failure modes in multimodal neural network training: modality imbalance, unstable gating, and fusion interference
  • The method operates during backpropagation without modifying model architectures, fusion modules, or task losses
  • CAT-GS uses temperature scaling and EMA smoothing to calibrate teacher-derived reliability, then applies a margin-thresholded policy switching between warm-up dropout, weak-modality prioritization, and weak-biased blending
  • Gradient stabilization is achieved through capped gradient-budget renormalization and fusion-only PCGrad to reduce destructive cross-modal interference
  • Evaluated across six benchmarks (CREMA-D, AV-MNIST, VGGSound, UR-FUNNY, CG-MNIST, AVE, CMU-MOSI), CAT-GS matches or improves accuracy over strong baselines like OGM-GE, G²D, and UMT

Why It Matters

Multimodal learning is increasingly central to AI systems, yet training instability remains a persistent bottleneck that limits performance and reproducibility. CAT-GS offers a plug-and-play optimization controller that can be integrated into existing multimodal pipelines without architectural changes, making it immediately actionable for practitioners. The work also provides a principled framework for understanding and diagnosing the coupled failure modes that arise during end-to-end multimodal training.

Technical Details

  • Problem framing: Identifies three coupled failure modes—modality imbalance (one branch dominates gradients), unstable gating (noisy confidence cues cause erratic modality selection), and fusion interference (conflicting gradients at shared fusion layers)
  • Calibration mechanism: Uses temperature scaling and exponential moving average (EMA) smoothing to calibrate teacher-derived reliability scores, producing stable confidence estimates for gating decisions
  • Margin-thresholded gating policy: Dynamically switches between three regimes—warm-up dropout (early training), weak-modality prioritization (underperforming modalities get more attention), and weak-biased blending (balanced fusion)—based on calibrated reliability margins
  • Gradient stabilization: Employs capped gradient-budget renormalization to prevent gradient explosion under aggressive gating, and applies PCGrad (Project Conflicting Gradients) exclusively at the fusion layer to eliminate destructive cross-modal gradient interference
  • Evaluation: Tested on audio-visual benchmarks (CREMA-D, AV-MNIST, VGGSound), tri-modal setting (UR-FUNNY), synthetic data (CG-MNIST), and cross-domain benchmarks (AVE, CMU-MOSI), comparing against OGM-GE, G²D, and UMT baselines

Industry Insight

  • CAT-GS's architecture-agnostic design means it can be adopted as a drop-in optimization layer in existing multimodal systems, reducing the barrier to implementing robust multimodal training without costly architectural redesign
  • The explicit modeling of coupled failure modes provides a diagnostic lens for practitioners experiencing training instability in their own multimodal pipelines—modality imbalance, gating noise, and fusion conflict should be checked as interrelated rather than isolated issues
  • As multimodal models scale to three or more modalities, gradient interference at fusion layers will become increasingly severe; fusion-only PCGrad offers a targeted, computationally efficient mitigation strategy worth adopting in multi-modal architectures

TL;DR

  • 提出CAT-GS框架,通过校准门控和融合手术解决多模态神经网络训练中的三种耦合失效模式
  • 采用温度缩放和EMA平滑校准教师可靠性,结合边际阈值策略实现自适应模态选择
  • 引入有界梯度预算重新归一化和融合层PCGrad,有效缓解梯度冲突和模态不平衡问题
  • 在CREMA-D、AV-MNIST、VGGSound等7个基准上验证,性能匹配或超越OGM-GE、G²D、UMT等强基线

为什么值得看

该研究针对多模态学习中的核心训练稳定性问题提供了系统性的解决方案,对构建高效可靠的多模态AI系统具有重要参考价值。其无需修改模型架构和损失函数的设计思路,为工业界落地多模态模型提供了实用的优化路径。

技术解析

  • 三种失效模式识别:模态不平衡(单模态主导梯度优化)、不稳定门控(噪声置信度导致模态选择 erratic)、融合干扰(共享层梯度冲突)
  • 校准门控机制:通过温度缩放和EMA平滑校准教师派生的可靠性,采用边际阈值策略在warm-up dropout、弱模态优先和弱偏差融合之间切换
  • 梯度稳定化技术:使用有界梯度预算重新归一化稳定激进门控下的梯度幅度,在融合层应用PCGrad减少破坏性跨模态干扰
  • 实验验证:在音频-视觉基准(CREMA-D、AV-MNIST、VGGSound)、三模态设置(UR-FUNNY)、合成数据(CG-MNIST)及跨域基准(AVE、CMU-MOSI)上进行评估

行业启示

  • 多模态模型训练稳定性是规模化应用的关键瓶颈,梯度层面的精细化控制将成为未来研究热点
  • 无需修改架构的即插即用优化方案更受工业界青睐,有利于快速集成到现有多模态pipeline中
  • 跨模态梯度冲突的显式建模与缓解,为构建更鲁棒的多模态融合架构提供了新思路

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Multimodal 多模态 Research 科学研究 Training 训练 LLM 大模型