LGCVNov 17, 2023

Multimodal Representation Learning by Alternating Unimodal Adaptation

arXiv:2311.10707v2106 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of suboptimal performance due to modality imbalance in multimodal AI systems, representing an incremental improvement over existing approaches.

The paper tackles the problem of modality dominance in multimodal learning by proposing MLA, which alternates unimodal adaptation to minimize interference and uses a shared head with gradient modification, achieving superior performance on five diverse datasets compared to prior methods.

Multimodal learning, which integrates data from diverse sensory modes, plays a pivotal role in artificial intelligence. However, existing multimodal learning methods often struggle with challenges where some modalities appear more dominant than others during multimodal learning, resulting in suboptimal performance. To address this challenge, we propose MLA (Multimodal Learning with Alternating Unimodal Adaptation). MLA reframes the conventional joint multimodal learning process by transforming it into an alternating unimodal learning process, thereby minimizing interference between modalities. Simultaneously, it captures cross-modal interactions through a shared head, which undergoes continuous optimization across different modalities. This optimization process is controlled by a gradient modification mechanism to prevent the shared head from losing previously acquired information. During the inference phase, MLA utilizes a test-time uncertainty-based model fusion mechanism to integrate multimodal information. Extensive experiments are conducted on five diverse datasets, encompassing scenarios with complete modalities and scenarios with missing modalities. These experiments demonstrate the superiority of MLA over competing prior approaches. Our code is available at https://github.com/Cecile-hi/Multimodal-Learning-with-Alternating-Unimodal-Adaptation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes