🤖 AI Summary
This work addresses the performance degradation of multimodal models in domain generalization caused by distribution shifts between training and testing environments, particularly the fusion overfitting induced by spurious cross-modal co-occurrence statistics. To mitigate this issue, the authors propose a modality entropy regularization mechanism that maximizes the entropy of feature distributions from individual modality encoders, thereby preserving feature diversity and reducing over-reliance on source-domain-specific cross-modal correlations. The proposed regularizer is architecture-agnostic and plug-and-play, requiring no modification to the backbone network. Evaluated on the EPIC-Kitchens and HAC benchmarks, the method achieves an average performance gain of approximately 5% over standard fusion and outperforms the current state-of-the-art by about 2%, offering the first systematic identification and effective mitigation of overfitting in multimodal fusion.
📝 Abstract
Deploying multimodal models in real-world scenarios requires generalization to new environments where recording conditions differ from training, a challenge known as multimodal domain generalization (MMDG). Standard architectures employ separate encoders for each modality and a fusion module, training the system end-to-end by optimizing on the fused features. In this paper, we identify that such joint optimization causes encoders to exploit cross-modal co-occurrences, statistical relationships between modalities that arise from source-specific recording conditions, rather than learning domain-invariant features. We term this failure mode Fusion Overfitting. To address this, we propose Modality-Entropy Regularization for Domain Generalization (MER-DG), which maximizes the entropy of each encoder's feature distribution to preserve feature diversity. MER-DG is architecture-agnostic and integrates into existing multimodal frameworks as an additive loss term. Extensive experiments on EPIC-Kitchens and HAC benchmarks demonstrate average improvements of approximately 5% over standard fusion and approximately 2% over state-of-the-art methods.