Anchors Aweigh! Sail for Optimal Unified Multi-Modal Representations
Minoh Jeong, Zae Myung Kim, Min Namgung, Dongyeop Kang, Yao-Yi Chiang, Alfred Hero
TL;DR
The paper analyzes fixed-anchor binding methods for multi-modal representation learning and identifies three core drawbacks: over-reliance on a single anchor, loss of intra-modal cues, and neglect of correlations among non-anchor modalities. It introduces CentroBind, an adaptive anchor binding framework that computes batch-wise centroid anchors from all modalities and aligns each modality via symmetric InfoNCE losses, thereby capturing intra-, inter-, and alignment information. The authors provide a theoretical lower bound showing the CentroBind objective effectively encourages comprehensive cross-modal learning, and they validate the approach on synthetic and real-world datasets, where CentroBind outperforms fixed-anchor methods and strengthens cross-modal retrieval and downstream tasks. Overall, CentroBind offers a scalable, modality-agnostic path to a robust, unified multi-modal representation space with practical impact for cross-modal analytics and retrieval.
Abstract
A unified representation space in multi-modal learning is essential for effectively integrating diverse data sources, such as text, images, and audio, to enhance efficiency and performance across various downstream tasks. Recent binding methods, such as ImageBind, typically rely on a single, fixed anchor modality for aligning multi-modal data. We mathematically analyze these fixed anchor binding methods and uncover significant limitations: (1) over-reliance on the choice of the anchor modality, (2) inadequate capture of intra-modal information, and (3) failure to account for cross-modal correlation among non-anchored modalities. To address these issues, we propose the need for adaptive anchor binding methods, exemplified by our framework CentroBind. The proposed method uses adaptively adjustable centroid-based anchors generated from all available modalities, leading to a balanced and rich representation space. We theoretically demonstrate that our approach captures three critical properties of multi-modal learning -- intra-modal learning, inter-modal learning, and multi-modal alignment -- while constructing a unified representation that spans all modalities. Experiments on both synthetic and real-world datasets show that adaptive anchor methods such as CentroBind consistently outperform fixed anchor binding methods, verifying our analysis.
