无需配对数据,用语言指令精准提取目标声音
Language-Queried Target Sound Extraction Without Parallel Training Data
- 用大模型生成音频描述构建嵌入缓存,替代配对数据
- 在多个数据集上超越现有方法,提升泛化能力
- 适合语音分离、智能助手等需语言控制音源的场景
语言查询的目标声音提取(TSE)旨在根据自然语言指令从混合音频中分离特定声音。传统全监督训练依赖大量人工标注的音视频配对数据,成本高昂。本文提出一种无需配对数据的训练方案,仅使用未标注音频片段,结合对比语言-音频预训练模型CLAP进行训练。在基础训练阶段,目标音频通过CLAP音频编码器生成条件嵌入;测试时,用户语言查询由CLAP文本编码器生成条件嵌入。然而,该方法假设文本与音频嵌入完全对齐,实际存在模态差异,且训练时暴露目标音频的丰富声学细节可能导致过拟合。为此,本文提出检索增强策略:利用大语言模型(LLM)生成音频描述,构建嵌入缓存;训练时,目标音频嵌入从缓存中检索对应的文本嵌入作为条件嵌入,确保训练与测试的模态一致性,避免信息泄露。大量实验表明,该方法在多个数据集上显著优于现有最优方法,具有更强的泛化性能。
原文摘要 · Abstract (English)
Language-queried target sound extraction (TSE) aims to extract specific sounds from mixtures based on language queries. Traditional fully-supervised training schemes require extensively annotated parallel audio-text data, which are labor-intensive. We introduce a parallel-data-free training scheme, requiring only unlabelled audio clips for TSE model training by utilizing the contrastive language-audio pre-trained model (CLAP). In a vanilla parallel-data-free training stage, target audio is encoded using the pre-trained CLAP audio encoder to form a condition embedding, while during testing, user language queries are encoded by CLAP text encoder as the condition embedding. This vanilla approach assumes perfect alignment between text and audio embeddings, which is unrealistic. Two major challenges arise from training-testing mismatch: the persistent modality gap between text and audio and the risk of overfitting due to the exposure of rich acoustic details in target audio embedding during training. To address this, we propose a retrieval-augmented strategy. Specifically, we create an embedding cache using audio captions generated by a large language model (LLM). During training, target audio embeddings retrieve text embeddings from this cache to use as condition embeddings, ensuring consistent modalities between training and testing and eliminating information leakage. Extensive experiment results show that our retrieval-augmented approach achieves consistent and notable performance improvements over existing state-of-the-art with better generalizability.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。