BrokenBind: Universal Modality Exploration beyond Dataset Boundaries
Zhuo Huang, Runnan Chen, Bo Han, Gang Niu, Masashi Sugiyama, Tongliang Liu
TL;DR
BrokenBind addresses the core challenge of modality binding when the target modalities are not simultaneously present in any single dataset. It introduces modality extrapolation (MOX) to generate pseudo embeddings by leveraging cross-modal and cross-dataset transitions via pivot modalities, formalized through transition matrices such as $\mathbf{W}^{b\text{-}c}=\mathbf{F}^{c2}{\mathbf{F}^{b2}}^{+}$ and $\mathbf{W}^{2\text{-}1}=\mathbf{F}^{b1}{\mathbf{F}^{b2}}^{+}$, all regularized by a Frobenius term. The objective combines MOX with CyCLIP losses to enforce cross-data and cross-modal consistency, yielding the joint objective $\mathcal{L}=\mathcal{L}_{\text{MOX}}+\mathcal{L}_{\text{CyCLIP}}$. Extensive experiments across two- and three-dataset settings, with backbones from ImageBind, LanguageBind, Video-CLIP, CLAP, and TVL, demonstrate that BrokenBind substantially surpasses baselines in both accuracy (mAP) and emergent modality binding, including zero-shot and unseen-modality cases. The work highlights practical utility for universal modality exploration with reduced data collection costs, while acknowledging limitations in rare-modality scenarios and proposing directions for balancing modality availability in future work.
Abstract
Multi-modal learning combines various modalities to provide a comprehensive understanding of real-world problems. A common strategy is to directly bind different modalities together in a specific joint embedding space. However, the capability of existing methods is restricted within the modalities presented in the given dataset, thus they are biased when generalizing to unpresented modalities in downstream tasks. As a result, due to such inflexibility, the viability of previous methods is seriously hindered by the cost of acquiring multi-modal datasets. In this paper, we introduce BrokenBind, which focuses on binding modalities that are presented from different datasets. To achieve this, BrokenBind simultaneously leverages multiple datasets containing the modalities of interest and one shared modality. Though the two datasets do not correspond to each other due to distribution mismatch, we can capture their relationship to generate pseudo embeddings to fill in the missing modalities of interest, enabling flexible and generalized multi-modal learning. Under our framework, any two modalities can be bound together, free from the dataset limitation, to achieve universal modality exploration. Further, to reveal the capability of our method, we study intensified scenarios where more than two datasets are needed for modality binding and show the effectiveness of BrokenBind in low-data regimes. Through extensive evaluation, we carefully justify the superiority of BrokenBind compared to well-known multi-modal baseline methods.
