Search papers, labs, and topics across Lattice.
This paper introduces a multi-modal co-learning framework designed to address the challenge of missing arbitrary modalities in multi-modal classification tasks. By focusing on inter-modal collaboration rather than traditional fusion techniques, the authors propose two innovative approaches that utilize information at both feature and decision levels. Experimental results on multi-modal classification benchmarks reveal significant robustness improvements, particularly under varying conditions of modality absence, with one method excelling in scenarios with minimal missing data and the other in extreme cases.
Missing modalities don鈥檛 have to cripple multi-modal classification; a new co-learning approach shows how inter-modal collaboration can enhance robustness in unpredictable scenarios.
Multi-modal classification leverages complementary information across diverse data sources to enhance predictive performance. However, real-world scenarios subject to operational constraints, such as sensor failures or privacy restrictions, lead to inconsistent modality availability between training and inference times. To handle missing modalities, prior studies have mainly covered bimodal data setups and focused on designing robust fusion processes. Instead, we adopt a multi-modal co-learning framework that prioritizes inter-modal collaboration rather than multi-modal fusion. Specifically, we consider that any subset of modalities may be absent, without assuming predefined missing-modality patterns, an inference scenario we refer to as missing arbitrary modalities. To address this challenge, we introduce two alternative approaches that leverage information at both feature- and decision-level. Experiments on two multi-modal classification benchmarks demonstrate significant robustness gains in various missing modality conditions. The first method shows more robust behavior under minimal missing conditions, where a single modality is absent, whereas the second performs better under extreme missing conditions, where all-but-one modalities are missing. Our code is available at https://github.com/fmenat/Co4Miss.