论文精选

语音溯源框架 VoiceTrace 发布,解决语音检索中‘谁说’与‘说什么’的联合查询问题

VoiceTrace: A Benchmark and Retrieval Framework for Who-Said-What Speech Retrieval

精选理由

朋友,DeepSeek 新出的这个语音溯源框架 VoiceTrace 很有意思,能同时根据你想找的内容和说话人去检索语音,比之前的方法更准。

这篇论文提出 VoiceTrace-Bench 基准和 VoiceTrace 框架,用于解决语音检索中同时根据语义内容和目标说话人进行查询的难题。该框架包含 VoiceTrace-Emb 嵌入模型和 VoiceTrace-Reranker 重排序模型,在语义检索和混合检索任务上都取得了领先性能。

原文 · arXiv cs.AI

VoiceTrace: A Benchmark and Retrieval Framework for Who-Said-What Speech Retrieval

Speech retrieval has become increasingly important as spoken content continues to grow across meetings, lectures, podcasts, and videos. Existing benchmarks and models have advanced semantic search over spoken content, but largely focus on \emph{what} is said while overlooking \emph{who} says it. In many real-world scenarios, however, users need to retrieve speech based jointly on semantic content and a target speaker, where the speaker may be specified naturally through a reference speech utterance rather than a predefined identity. To address this gap, we introduce \textbf{VoiceTrace-Bench}, a benchmark for hybrid speech retrieval in which each query combines text specifying \emph{what} to retrieve with reference speech specifying \emph{who} to retrieve. This setting requires models to integrate complementary semantic and speaker information directly from heterogeneous query inputs. Motivated by the joint audio-text modeling capabilities of audio-language models (ALMs), we develop \textbf{VoiceTrace}, a two-stage retrieval framework consisting of \textbf{VoiceTrace-Emb}, an embedding model that learns unified representations for efficient large-scale retrieval, and \textbf{VoiceTrace-Reranker}, a reranking model that jointly examines each query--candidate pair for fine-grained relevance estimation. Experiments show that VoiceTrace achieves state-of-the-art performance on established semantic speech retrieval benchmarks, while substantially outperforming cascade-based approaches on VoiceTrace-Bench, demonstrating its effectiveness for both conventional semantic retrieval and the new hybrid retrieval setting.