CLAICVJan 7

e5-omni: Explicit Cross-modal Alignment for Omni-modal Embeddings

arXiv:2601.03666v15 citationsh-index: 98Has Code
Originality Incremental advance
AI Analysis

This work addresses practical issues in omni-modal retrieval systems for applications involving text, images, videos, and audio, representing an incremental improvement over existing methods.

The paper tackled the problem of inconsistent similarity scores, ineffective negative sampling, and mismatched embedding statistics in omni-modal embedding models by proposing e5-omni, a lightweight explicit alignment recipe that adapts vision-language models, resulting in consistent gains over baselines on benchmarks like MMEB-V2 and AudioCaps.

Modern information systems often involve different types of items, e.g., a text query, an image, a video clip, or an audio segment. This motivates omni-modal embedding models that map heterogeneous modalities into a shared space for direct comparison. However, most recent omni-modal embeddings still rely heavily on implicit alignment inherited from pretrained vision-language model (VLM) backbones. In practice, this causes three common issues: (i) similarity logits have modality-dependent sharpness, so scores are not on a consistent scale; (ii) in-batch negatives become less effective over time because mixed-modality batches create an imbalanced hardness distribution; as a result, many negatives quickly become trivial and contribute little gradient; and (iii) embeddings across modalities show mismatched first- and second-order statistics, which makes rankings less stable. To tackle these problems, we propose e5-omni, a lightweight explicit alignment recipe that adapts off-the-shelf VLMs into robust omni-modal embedding models. e5-omni combines three simple components: (1) modality-aware temperature calibration to align similarity scales, (2) a controllable negative curriculum with debiasing to focus on confusing negatives while reducing the impact of false negatives, and (3) batch whitening with covariance regularization to better match cross-modal geometry in the shared embedding space. Experiments on MMEB-V2 and AudioCaps show consistent gains over strong bi-modal and omni-modal baselines, and the same recipe also transfers well to other VLM backbones. We release our model checkpoint at https://huggingface.co/Haon-Chen/e5-omni-7B.

Foundations

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

Your Notes