EmergentBridge: Improving Zero-Shot Cross-Modal Transfer in Unified Multimodal Embedding Models
About
Unified multimodal embedding spaces underpin practical applications such as cross-modal retrieval and zero-shot recognition. In many real deployments, however, supervision is available only for a small subset of modality pairs (e.g., image--text), leaving \emph{unpaired} modality pairs (e.g., audio$\leftrightarrow$depth, infrared$\leftrightarrow$audio) weakly connected and thus performing poorly on zero-shot transfer. Addressing this sparse-pairing regime is therefore essential for scaling unified embedding systems to new tasks without curating exhaustive pairwise data. We propose \textbf{EmergentBridge}, an embedding-level bridging framework that improves performance on these unpaired pairs \emph{without requiring exhaustive pairwise supervision}. Our key observation is that naively aligning a new modality to a synthesized proxy embedding can introduce \emph{gradient interference}, degrading the anchor-alignment structure that existing retrieval/classification relies on. EmergentBridge addresses this by (i) learning a mapping that produces a \emph{noisy bridge anchor} (a proxy embedding of an already-aligned modality) from an anchor embedding, and (ii) enforcing proxy alignment only in the subspace orthogonal to the anchor-alignment direction, preserving anchor alignment while strengthening non-anchor connectivity. Across nine datasets spanning multiple modalities, EmergentBridge consistently outperforms prior binding baselines on zero-shot classification and retrieval, demonstrating strong emergent alignment.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Audio Classification | ESC-50 | Accuracy92 | 374 | |
| Audio Classification | AudioSet | mAP28.1 | 54 | |
| Audio Retrieval | AudioCaps | R@111.8 | 50 | |
| Audio Retrieval | Clotho | R@111.7 | 28 | |
| Infrared Image Classification | LLVIP | Top-1 Accuracy85.1 | 18 | |
| Depth Image Classification | NYU-D | Top-1 Acc70.1 | 17 | |
| Audio Classification | VGG-S | Top-1 Accuracy36.3 | 8 | |
| Depth classification | SUN | Top-1 Accuracy40.3 | 7 | |
| RGB-to-X retrieval | AVE | R@137 | 4 | |
| RGB-to-X retrieval | VGG-S | R@130.1 | 4 |