REVIEW 3 major objections 1 cited by
A shared multimodal LLM encoder matches top CLAP models on audio retrieval while leading on text-to-text matching and hard-negative exclusion queries.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-12 18:58 UTC pith:OHNVEV57
load-bearing objection Solid systems paper: competitive T2A, real T2T and exclusion-discrimination gains, with evaluation construction as the main caveat—not a paradigm shift, but worth referee time. the 3 major comments →
Omni-Embed-Audio: Leveraging Multimodal LLMs for Robust Audio-Text Retrieval
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
OEA reaches text-to-audio performance comparable to state-of-the-art M2D-CLAP while substantially outperforming it on text-to-text retrieval (about +22% relative on the leakage-free MECAT set) and on hard-negative discrimination (+4.3 percentage points HNSR@10 and +34.7% relative TFR@10). The paper argues these gains show that LLM backbones supply stronger semantic understanding of complex and negated queries than compact CLAP text encoders.
What carries the argument
Omni-Embed-Audio: one shared multimodal LLM backbone for text and audio, adapted with LoRA and modality-specific 512-d projection heads under symmetric InfoNCE, scored with User-Intent Queries and hard-negative metrics (HNSR, TFR) that require ranking the target above an acoustically similar distractor.
Load-bearing premise
The claim that better UIQ and hard-negative scores mean superior real-world semantic understanding assumes that the generated query suite and embedding-mined hard negatives faithfully stand in for how people actually search.
What would settle it
Rebuild exclusion queries and hard-negative pairs from independent human search logs (not the paper’s generation and mining pipeline) and re-run HNSR/TFR: if OEA’s discrimination lead disappears while text-to-audio stays comparable, the semantic-understanding claim fails.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Omni-Embed-Audio (OEA), a retrieval encoder that freezes a multimodal LLM with native audio understanding and adapts it with LoRA plus modality-specific projection heads into a shared 512-d embedding space trained with symmetric InfoNCE. To move evaluation beyond caption-style queries, it introduces User-Intent Queries (UIQs) in five formulations (question, imperative, keyphrase, paraphrase, negative/exclusion) and a hard-negative mining pipeline with new discrimination metrics (HNSR, TFR, Δ-Rank). On AudioCaps, Clotho, and the leakage-aware MECAT set, OEA is competitive with M2D-CLAP on text-to-audio retrieval, substantially stronger on text-to-text retrieval, and stronger on hard-negative discrimination, which the authors attribute to LLM semantic understanding of complex and exclusionary queries.
Significance. If the comparative claims hold under less mining-dependent evaluation, the paper is a useful contribution to audio-text retrieval: it shows that a unified multimodal-LLM encoder can match strong CLAP models on standard T2A while improving caption-based T2T and exclusion-aware discrimination, and it supplies a practical UIQ suite plus discrimination metrics that standard R@k does not capture. Strengths include multi-backbone evaluation (Nemotron-3B, Qwen2.5-Omni 3B/7B), vanilla LALM controls, explicit WavCaps leakage analysis with MECAT as a cleaner check, efficiency reporting, and planned release of checkpoints, demo, and UIQ benchmarks. These make the work actionable for caption-indexed and assistant-style audio search even if some attribution claims need tightening.
major comments (3)
- The central attribution that LLM backbones provide superior semantic understanding of exclusionary queries is only partially supported by the current hard-negative construction. Appendix K Stage 1 seeds candidates with MGA-CLAP audio embeddings and Stages 3–4 filter with BGE caption embeddings; human review is a post-filter on sampled pairs. Because MGA-CLAP is itself a CLAP-family baseline, retained pairs are those already confusable under that dual-encoder neighborhood. Table 17 then shows the expected split: M2D-CLAP leads standard negative-query R@5/R@10, while OEA leads HNSR/TFR. This pattern is consistent with mining bias as well as with true negation understanding. A load-bearing revision is needed: re-mine (or re-score) hard negatives with at least one non-CLAP acoustic front-end or human-only confusability labels, and report whether the HNSR@10 / TFR@10 gains survive.
- Sections 3.2–3.3 and Appendix I treat GPT-5.1-generated UIQs (with ±2-word length control and vocabulary grounding) as a proxy for real-world search, but the only external check is token-length comparison to Freesound queries. That is insufficient for the exclusionary category, which is synthetic by construction and drives the paper’s strongest discrimination claim. The manuscript should either (i) add a small human-authored or log-derived exclusion/query-reformulation subset and re-evaluate HNSR/TFR there, or (ii) clearly demote the “superior semantic understanding of complex queries” claim to “better discrimination on this synthetic exclusion suite,” with corresponding abstract/conclusion edits.
- Data contamination remains a material caveat for the AudioCaps/Clotho numbers even after the authors’ blocklists. Appendix B reports 17.7% AudioCaps and 61.0% Clotho evaluation overlap with WavCaps sources used in training. MECAT is the right mitigation and should be treated as the primary generalization evidence in the abstract and §5 lead claims; currently the headline T2A/T2T narrative still leans heavily on contaminated sets. Please restate main results with MECAT-first ordering and quantify residual risk after blocklisting.
Circularity Check
No derivation circularity: empirical retrieval results from standard contrastive training and external benchmarks, not inputs renamed as predictions.
full rationale
This is an empirical audio-text retrieval paper, not a first-principles derivation. OEA is trained with symmetric InfoNCE (τ=0.07) on WavCaps/AudioCaps/(optional Clotho) via LoRA and projection heads, then scored with R@k, HNSR, and TFR on held-out AudioCaps, Clotho, and leakage-free MECAT against external CLAP baselines and vanilla LALMs. T2A/T2T/UIQ numbers are measured outputs of that protocol, not quantities forced by fitting the same targets they report. HNSR@k and TFR are defined as ranking conditions over pre-mined (target, hard-negative) pairs; they do not algebraically equal any training objective or fitted parameter. Hard-negative mining with MGA-CLAP+BGE (Appendix K) and GPT-generated UIQs raise possible evaluation-bias concerns for attributing gains to “semantic understanding,” but that is a validity/confound issue, not circularity: the paper does not define OEA’s superiority in terms of those mining scores, does not train on UIQs, and does not import a self-authored uniqueness theorem. No self-definitional loop, fitted-input-as-prediction, load-bearing self-citation chain, or renamed known law appears in the claimed results.
Axiom & Free-Parameter Ledger
free parameters (4)
- InfoNCE temperature tau
- LoRA rank/alpha/dropout and projection dimension
- UIQ length window of +/-2 words vs original captions
- Hard-negative mining thresholds and top-K
axioms (4)
- domain assumption A frozen multimodal LLM with native audio understanding plus lightweight LoRA/projection heads can be adapted into a competitive dual-modality retrieval encoder.
- domain assumption Caption-style benchmarks understate real-world audio search robustness, so question/command/tag/paraphrase/exclusion formulations better probe practical behavior.
- ad hoc to paper Acoustically similar yet caption-dissimilar pairs mined by MGA-CLAP and BGE, then human-checked, are valid hard negatives for exclusion understanding.
- standard math Symmetric InfoNCE with mean-pooled last-layer embeddings is an adequate objective for comparing semantic retrieval quality across architectures.
invented entities (3)
-
Omni-Embed-Audio (OEA)
no independent evidence
-
User-Intent Queries (UIQ) benchmark
no independent evidence
-
HNSR / TFR discrimination metrics
no independent evidence
read the original abstract
Audio-text retrieval systems based on Contrastive Language-Audio Pretraining (CLAP) achieve strong performance on traditional benchmarks; however, these benchmarks rely on caption-style queries that differ substantially from real-world search behavior, limiting their assessment of practical retrieval robustness. We present Omni-Embed-Audio (OEA), a retrieval-oriented encoder leveraging multimodal LLMs with native audio understanding. To systematically evaluate robustness beyond caption-style queries, we introduce User-Intent Queries (UIQs) - five formulations reflecting natural search behaviors: questions, commands, keyword tags, paraphrases, and exclusion-based negative queries. For negative queries, we develop a hard negative mining pipeline and propose discrimination metrics (HNSR, TFR) assessing models' ability to suppress acoustically similar distractors. Experiments on AudioCaps, Clotho, and MECAT show that OEA achieves comparable text-to-audio retrieval performance to state-of-the-art M2D-CLAP, while demonstrating clear advantages in two critical areas: (1) dominant text-to-text retrieval (+22% relative improvement), and (2) substantially superior hard negative discrimination (+4.3%p HNSR@10, +34.7% relative TFR@10), revealing that LLM backbones provide superior semantic understanding of complex queries.
Figures
Forward citations
Cited by 1 Pith paper
-
Fusion Embedding: A Unified Embedding Space for Text, Image, Video, and Audio
Trained connectors and audio-only gated adapters integrate audio into a frozen vision-language embedding space, preserving base outputs bit-exactly and yielding emergent audio-image retrieval.
Reference graph
Works this paper leans on
-
[1]
Benjamin Elizalde, Soham Deshmukh, Mahmoud Al Is- mail, and Huaming Wang
IEEE. Benjamin Elizalde, Soham Deshmukh, Mahmoud Al Is- mail, and Huaming Wang. 2023. CLAP: Learning audio concepts from natural language supervision. In IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 1–5. IEEE. Frederic Font, Gerard Roma, and Xavier Serra. 2013. Freesound technical demo. InProceedings of the 21st...
2023
-
[2]
InProceedings of the IEEE/CVF Interna- tional Conference on Computer Vision (ICCV), pages 10274–10284
ACA V100M: Automatic curation of large- scale datasets for audio-visual video representation learning. InProceedings of the IEEE/CVF Interna- tional Conference on Computer Vision (ICCV), pages 10274–10284. Yiming Li, Zhifang Guo, Xiangdong Wang, and Hong Liu. 2024. Advancing multi-grained alignment for contrastive language-audio pre-training. InProceed- i...
2024
-
[3]
InAdvances in In- formation Retrieval: 44th European Conference on IR Research (ECIR), pages 397–412
Evaluating the robustness of retrieval pipelines with query variation generators. InAdvances in In- formation Retrieval: 44th European Conference on IR Research (ECIR), pages 397–412. Springer. Ramaneswaran Selvakumar, Sonal Kumar, Hemant Ku- mar Giri, Nishit Anand, Ashish Seth, Sreyan Ghosh, and Dinesh Manocha. 2024. Do audio-language mod- els understand...
Pith/arXiv arXiv 2024
-
[4]
Simulated garbled radio traffic with crosstalk
NevIR: Negation in neural information re- trieval. InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL), pages 4163–4173. Anonymous Wu and 1 others. 2025. Mecat: A benchmark for evaluating audio-text retrieval with minimal data contamination.arXiv preprint arXiv:2507.23511. Under review. Yusong Wu, Ke Chen, Tiany...
Pith/arXiv arXiv 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.