Beyond Modality Fusion: Deep Ensembles for Multimodal Classification
Summary
Ilya Burenko and Dmitry Vetrov introduce a novel approach to multimodal classification, demonstrating that deep ensembles of unimodal networks can effectively classify multimodal data without explicit modality fusion. Their work systematically compares these deep ensembles against late-fusion, intermediate-fusion, and hybrid methods, showing consistent outperformance, even at equal parameter counts, particularly when addressing pronounced modality imbalance. The authors propose and empirically validate a method for selecting the optimal number of models per modality within an ensemble, thereby avoiding computationally expensive exhaustive searches. Under conditions of extreme modality imbalance and small ensemble sizes, their heuristic indicates that ensembles trained solely on the stronger modality are preferable, while larger ensembles benefit from incorporating models from weaker modalities. These findings were validated across both synthetic and real-world datasets, and the asymptotic performance of ensembles was estimated using scaling laws.
Key takeaway
For Machine Learning Engineers designing multimodal classification systems, especially when facing modality imbalance, you should prioritize deep ensembles of unimodal networks over traditional late- or intermediate-fusion approaches. This method consistently outperforms fusion techniques at equal parameter counts and offers a robust solution without explicit modality integration. Consider applying the proposed heuristic for ensemble composition: start with stronger modalities for small, imbalanced setups, and progressively incorporate weaker modalities as your ensemble scales.
Key insights
Deep ensembles of unimodal networks effectively classify multimodal data, outperforming fusion methods without explicit modality integration.
Principles
- Ensembles outperform fusion methods at equal parameter counts.
- Modality imbalance can be addressed without explicit fusion.
- Optimal ensemble composition depends on imbalance and scale.
Method
A validated method selects the number of models per modality in an ensemble, avoiding exhaustive search. A synthetic framework controls modality count and predictive strength.
In practice
- Consider deep ensembles for multimodal classification.
- Prioritize stronger modalities in small, imbalanced ensembles.
- Scale ensembles to incorporate weaker modalities.
Topics
- Multimodal Classification
- Deep Ensembles
- Modality Imbalance
- Late Fusion
- Unimodal Networks
- Scaling Laws
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.