菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-26
📄 Abstract - OmniRetriever: Any-to-Any Audio-Video-Text Retrieval via Fusion-as-Teacher Distillation

Unified multimodal embedding spaces have become the standard interface for cross-modal retrieval and multimodal RAG, and recent audio-video-text (AVT) encoders extend this setting to three modalities. Such encoders can produce a joint (T,V,A) embedding whenever all three modalities are available, but standard pairwise InfoNCE objectives leave this signal unused during training. We close this gap with fusion-as-teacher distillation, which treats a stop-gradient copy of the fused embedding as a teacher signal for the single-modal embeddings, paired with a Tuple-InfoNCE term that supervises the fused embedding directly. We instantiate this objective as OmniRetriever-7B. Across six zero-shot retrieval benchmarks, OmniRetriever-7B surpasses the closed-source Gemini Embedding 2 by 13.3-18.0 R@1 on Clotho and SoundDescs, and reaches the contemporary zero-shot specialist band of open video-text encoders on MSR-VTT and MSVD. To stress-test joint representations, we further release OmniRetriever-Bench, a 12-direction AVT retrieval benchmark totaling 3782 triples; on it OmniRetriever-7B attains AVG-all 34.84, improving over Gemini Embedding 2 by 1.72 and over the best prior open-source AVT method by 8.03.

顶级标签: multi-modal model training model evaluation
详细标签: audio-video-text retrieval distillation embedding benchmark 或 搜索:

全能检索器:通过融合即教师蒸馏实现任意音频-视频-文本检索 / OmniRetriever: Any-to-Any Audio-Video-Text Retrieval via Fusion-as-Teacher Distillation


1️⃣ 一句话总结

这篇论文提出了一种名为全能检索器(OmniRetriever)的新方法,通过一种‘融合即教师’的蒸馏技术,让模型能够同时理解音频、视频和文本三种信息,并实现三者之间任意组合的相互检索,在多个测试基准上取得了显著优于现有方案的结果。

源自 arXiv: 2605.26641