arXiv 每日论文精读

📡 eess.AS / cs.SD
Audio and Speech Processing, Sound
2026年06月19日
LLM: glm-5.2
40
论文总数
21
跨领域
5
成功解读
35
待处理
#1
eess.AS

A Survey of Full-Duplex Spoken Dialogue Systems: Architectural Hierarchy, Interaction Ontology, and Decision State Machine

Jingyu Lu, Yuhan Wang, Jianming Luo, Yifu Chen, Tianle Liang 等 (18 人)
Audio and Speech Processing (eess.AS)
Comments: 34 pages, 5 figures, 7 tables. Project page and interactive demo: this https URL
查看摘要
More than a dozen spoken dialogue systems have recently claimed to be "full-duplex," yet the term has been used to describe substantially different capabilities. Existing surveys collapse them onto a single axis (cascaded/end-to-end, or engineered/learned) and miss the distinctions that matter most for builders. We argue that much of this ambiguity is taxonomical: current terminology does not specify where duplex decisions are made, which interaction types are supported, or how a system behaves moment by moment. This paper introduces three complementary frameworks: (i) an L0-L3 Architectural Hierarchy that locates where duplex decisions are made; (ii) a $T\times I\times R$ Interaction Ontology that specifies the temporal relation, user intent, and required system response for each interaction; and (iii) a Decision State Machine (IDLE/LISTEN/SPEAK/WAIT/DUAL) that describes how systems move between states. Across published systems and benchmarks, our audit documents a realization gap: although many architectures can in principle operate in full-duplex states, their observed behavior remains constrained by the interaction patterns represented in training and evaluation. We point to the limited public training-data coverage relative to the (largely undisclosed) industrial corpora, together with the still-unrealized goal of L3 representation-level modeling, as the key frontiers for future research on full-duplex dialogue. The related material is available at this https URL .

📖 深度解读

以下是对这篇论文的结构化中文解读报告:

1. 一句话总结

本综述通过提出架构分层(L0-L3)、交互本体(T×I×R)和决策状态机三大全新分析框架,理清了当前全双工语音对话系统(如Moshi、GPT-4o等)的混乱定义,并指出限制该领域发展的核心瓶颈已从“模型架构”转移到了“高质量全双工训练数据的匮乏”

2. 研究背景与动机

  • 核心问题:随着GPT-4o的发布,涌现了十几个声称具备“全双工”能力(即能够像人类对话一样边听边说、随时打断)的语音对话系统。然而,大家对“全双工”的定义极其混乱。
  • 为什么重要:理清这些系统的真实能力对于学术研究者(如何改进)和工业界开发者(如何选型与构建)至关重要。
  • 现有方法的不足:以往的综述仅仅在单一维度上(如:级联 vs 端到端,规则驱动 vs 学习驱动)对这些系统进行分类。这种粗放的分类掩盖了三个关键信息:系统在哪里做出“谁来说话”的决策?系统到底支持哪些类型的复杂交互?系统在每一毫秒是如何进行状态切换的?

3. 核心方法

为了彻底解剖这些全双工系统,论文提出了三个互补的分析框架:
- L0-L3 架构分层:根据“双工决策在哪一层做出”对系统进行分类。
- L0 模块级:在LLM外部用传统VAD+EoT(端点检测)模块控制(如FireRedChat)。
- L1 隐藏状态级:读取LLM的隐藏层特征,外接一个小预测器来决定是否打断或回应(如MinMo)。
- L2 Token级:将用户和AI的语音/文本直接编码为多流Token,让LLM自己学会在Token层面进行交错和同步(如Moshi)。
- L3 表征级:(目前仍是空白)AI和用户的语音共享同一个连续的潜在表示空间,无需离散的Token边界。
- T × I × R 交互本体:将复杂的对话场景拆解为三维张量:时间(T,如顺序、重叠、停顿)、意图(I,如获取信息、抢话、背景音)、响应(R,如继续说、停止、等待)。论文提取了6个“试金石”场景(如:AI说话时用户发出表示赞同的嗯哼、环境中有第三方噪音等)来测试系统。
- 决策状态机:定义了5个状态(IDLE空闲、LISTEN倾听、SPEAK表达、WAIT等待、DUAL双轨重叠)和11个状态转移路径。

直觉解释:这就好比评估一辆自动驾驶汽车。L0-L3分层看的是“方向盘控制权在谁手里”(是外部传感器模块、副驾驶的安全员、还是完全融进底盘的底层算法);T×I×R本体列出了“考题”(遇到红绿灯、前车急刹、行人鬼探头怎么办);状态机则是汽车的“行车记录仪轨迹”(它什么时候踩刹车、什么时候给油门)。

4. 实验与结果(基于论文的系统性审计)

  • 数据集与基准:论文系统审计了开源系统(Moshi, Mini-Omni等)及其使用的公开数据集(如Fisher, Switchboard,总计约5000小时)。同时理清了目前容易混淆的两个评测基准:FDB (Full-Duplex-Bench) 和 FD-Bench。
  • 架构审计发现
  • L1是跨领域的“结构吸引子”:不同团队(如阿里的MinMo和通义千问的Qwen-Omni)针对不同目标(全双工对话 vs 流式语音生成),最终都不约而同地收敛到了L1(Thinker-Talker模式)架构。
  • L2最繁荣但也最异构:包含并行流、拍平流等多种Token排布方式。
  • 数据审计揭示的核心结果(实现鸿沟/Realization Gap):论文指出,架构设计只是下限,训练数据决定了上限。尽管许多L2架构在数学原理上完全可以支持各种复杂的全双工行为,但受限于公开数据集场景的单一性,它们的实际表现依然像半双工系统。
  • 消融分析:目前所有的系统在“持续并发说话”和“AI说话时的用户反向反馈”这两个场景上普遍表现糟糕。根本原因是公开数据集中极度缺乏这部分的训练样本,而工业界(如Google Duplex早期)由于拥有庞大的私有真实对话数据,在这些场景上表现更好。

5. 优势与局限

主要优势(针对本综述而言):
1. 极强的结构化拆解能力:提出的三大框架填补了行业空白,让“是不是真全双工”这个问题变得可量化、可测试。
2. 极具现实指导意义:敏锐地指出了当前开源社区“重架构、轻数据”的误区,点破了开源模型打不过闭源产品的真正原因(数据瓶颈,而非模型结构不够花哨)。
3. 对失败的精准归因:通过交互本体和状态机,能清晰指出一个系统为什么失败(例如:把用户的“附和”误认为了“抢话”)。

局限性:
1. L3架构的探讨偏向假说:由于目前业界尚未出现真正的L3(表征级)系统,论文关于L3的讨论更多停留在借鉴计算机视觉(如JEPA)的理论假设阶段。
2. 受限于开源信息:论文承认,由于工业界顶级系统的训练数据和内部实现细节未公开,部分的跨系统对比只能依赖推测。
3. 框架本身的局限性:论文提出的11个状态转移是基于当前“重要场景”的归纳,未来如果出现长时顿悟笑、元对话等新现象,框架需要扩充。

6. 关键结论与启发

  • 核心Takeaway“能设计出全双工架构” ≠ “模型表现出全双工行为”。当前全双工对话的破局点不在于继续魔改LLM的Token拼接方式,而在于如何构建高质量的并发语音数据集(尤其是带有重叠语音、背景噪音和丰富副语言特征的真实对话数据)。
  • 对后续研究的启发/延伸方向
    1. 数据合成与对齐:需要开发新的数据合成管线或利用强化学习(基于对话质量的Reward)来弥补T4(持续并发语音)等场景的数据真空。
    2. L3架构的探索:鼓励研究者跳出传统的离散语音Token(如RVQ),探索基于连续潜在变量的自回归流式生成、双流预测(类似JEPA)等下一代端到端架构。
    3. 评测标准的统一:呼吁社区基于T×I×R本体建立统一的全双工能力评测集,避免各家只在对自己有利的标准下自吹自擂。

(注:由于您提供的论文文本在后半部分(具体数据集清单等)被截断,以上解读主要基于论文的核心正文、图表、摘要以及可读的论述部分完成,已经涵盖了论文最核心的学术贡献。)

🔥 推荐必读
🏷️ 领域语音大模型与对话 (Speech LLM / SDM) > 全双工对话语音大模型与对话 (Speech LLM / SDM) > 对话评测 Benchmark
💡 创新全双工语音对话系统——提出架构分层(L0-L3)、交互本体(T×I×R)和决策状态机三大全新分析框架,系统性审计了现有系统的架构瓶颈与数据鸿沟
⭐ 评分8.5
#2
eess.AScs.SD

Cross-Dataset, Age, and Gender Generalization: A Comprehensive Analysis of Fine-Tuning Strategies for Low-Resource Children's ASR 跨领域

Paban Sapkota, Hemant Kumar Kathania, Mikko Kurimo, Sudarsana Reddy Kadiri, Shrikanth Narayanan
Audio and Speech Processing (eess.AS); Artificial Intelligence (cs.AI); Sound (cs.SD)
查看摘要
The challenge associated with recognizing dysarthric speech primarily arises from pronounced acoustic variability attributed to impaired articulatory precision. Past research has demonstrated improved recognition through the use of hybrid DNN/HMM sequence discriminative training. This paper presents a comprehensive investigation of various combinations of acoustic features tailored to different Acoustic Models, offering suitable feature selections for each. The incorporation of Pitch features notably improved recognition performance, especially for sentence recognition tasks involving dysarthric speech. Through a systematic examination of the TORGO database, we have demonstrated the potential to enhance the performance of the state-of-the-art Factorized Time Delay Neural Network (F-TDNN) model for recognizing dysarthric speech. Our methods, implemented with the F-TDNN model, resulted in a 4.65\% relative improvement in isolated word recognition and a 4.63\% relative improvement in sentence recognition for dysarthric speech, compared to previous research. This improvement effectively compensates for speech variability, attributable to our deliberate selection of the number of overlapping frames between consecutive training example chunks.

📖 深度解读

以下是为您结构化整理的这篇论文的中文解读报告:

1. 一句话总结

这篇论文全面评估了在低资源儿童语音识别(ASR)中微调自监督模型(如Wav2Vec2、HuBERT)的策略,发现用低龄儿童的语音进行微调能更好地泛化到大龄儿童,且特定微调能有效减轻模型对男性语音的偏好偏见


2. 研究背景与动机

  • 核心问题:将主要基于成人语音训练的自动语音识别(ASR)系统应用于儿童时,性能会显著下降。
  • 问题重要性:儿童语音具有高音调、发音多变、语速不均等独特特征,且缺乏大规模标注数据。构建高性能的儿童ASR对教育工具、语音助手等应用至关重要。
  • 现有方法不足:尽管自监督学习(SSL)模型在成人ASR上取得了巨大成功,但现有研究大多只关注整体准确率的提升,忽略了儿童群体内部的巨大差异(如年龄、性别)。现有模型在跨年龄段、跨性别以及跨数据集(不同口音/词汇)泛化时,仍存在未解决的瓶颈和偏见。

3. 核心方法

本文没有提出全新的网络架构,而是提出了一套系统性的微调策略评估框架,探索如何让SSL模型更好地适应儿童语音。
- 关键创新点/评估维度
1. 年龄特异性微调:将数据集按低龄(如4-8岁)和高龄(如9-14岁)划分,研究不同年龄数据训练出的模型的跨年龄泛化能力。
2. 性别特异性微调:按男女划分数据集,探究预训练模型中存在的性别偏见。
3. 跨数据集评估:在具有不同口音(英式 vs 美式)和语音长度(长句 vs 短句)的数据集之间进行交叉测试。
- 直觉性解释:这就像让一个习惯了听成年人说话的“大脑”(SSL模型)去学习听懂小孩说话。研究人员没有简单地把它扔进所有小孩的声音里训练,而是让它先重点听年纪更小、发音更古怪的小孩(年龄特异),或者专门去平衡它对男孩女孩的听力偏好(性别特异)。结果发现,听懂了“最难懂的低龄小孩”后,它再去听大一点的小孩就非常轻松了。


4. 实验与结果

  • 使用数据集:PFSTAR(英式英语,平均句子长41.32秒)和 CMU Kids(美式英语,平均句子长6.28秒)。
  • 对比的基线方法:Wav2Vec2、HuBERT、WavLM 三大主流SSL模型的 Zero-shot(零样本)测试表现。
  • 主要实验结果
    1. 低龄泛化高龄(反直觉发现):在低龄儿童(4-8岁)数据上微调的模型,测试高龄儿童时错误率(WER)极低(例如HuBERT在PFSTAR上仅为7.13%);反之,用高龄数据训练的模型去测低龄语音则表现较差。这是因为低龄语音包含了更高的声学多样性。
    2. 消除性别偏见:现有预训练模型存在明显的“重男轻女”偏见(男声测试错误率低于女声)。但在男性语音上微调后,模型对女性的识别也变好了(例如Wav2Vec2在PFSTAR上女性WER从11.45%降至10.65%)。
    3. 整体提升显著:微调极大地提升了性能,Wav2Vec2在CMU Kids上的WER从22.37%断崖式降至5.43%。
  • 消融实验/深入分析揭示
    1. 短语音是难点:CMU Kids(平均6.28秒)的基线WER远高于PFSTAR(平均41.32秒),证明SSL模型处理极短语音的能力较弱。
    2. 跨数据集极其脆弱:一旦用英音(PFSTAR)训练去测美音(CMU Kids),或反过来,WER会飙升至30%~70%以上,说明口音和词汇不匹配是致命伤。

5. 优势与局限

  • 主要优势
    1. 切入点新颖且实用:跳出了纯刷榜(追求极低WER)的思维,深入剖析了年龄、性别和跨域对儿童ASR的微观影响。
    2. 提供了极具价值的实操指南:明确了“用低龄儿童数据训练效果最好”、“需注意性别平衡”等 actionable insights。
    3. 发现了现有SSL模型的盲区:指出了主流模型在处理短句语音时的严重缺陷。
  • 局限性(基于论文内容推导)
    1. 数据集局限:仅使用了两个英语数据集,未涉及真正的低资源语种(如亚洲语言)。
    2. 缺乏外部语言模型(LM)的辅助:实验明确指出未使用外部语言模型解码,这在一定程度上掩盖了模型的真实潜力,特别是对于词汇复杂的儿童语音。
    3. 未提出针对性架构改进:虽然指出了短语音和跨域问题,但仅停留在现象分析,未给出如何修改模型结构去解决这些问题的方案。

6. 关键结论与启发

  • 最重要的 Takeaway:儿童的声学特征变化是动态的。最高变异性的数据(低龄儿童语音)是提升模型鲁棒性的最佳训练材料。 此外,当前的成人预训练ASR模型携带了很强的性别偏见,必须在微调时有意识地平衡。
  • 对后续研究的启发
    1. 数据构建层面:未来构建儿童ASR数据集时,应重点收集低龄段(4-8岁)的高变异性语音,并确保性别分布绝对均衡。
    2. 模型改进层面:急需改进现有SSL模型对“短语音(<10秒)”的特征提取机制(例如修改CNN降采样率或增加局部注意力)。
    3. 跨域适应:未来的研究需要开发针对儿童口音和发音习惯的领域适应技术,以打破跨数据集泛化的壁垒。
#3
eess.AScs.SD

Systematic Study of Dysarthric Speech Recognition: Spectral Features and Acoustic Models 跨领域

Paban Sapkota, Hemant Kumar Kathania, Mikko Kurimo, Sudarsana Reddy Kadiri, Shrikanth Narayanan
Audio and Speech Processing (eess.AS); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Sound (cs.SD); Signal Processing (eess.SP)
查看摘要
The challenge associated with recognizing dysarthric speech primarily arises from pronounced acoustic variability attributed to impaired articulatory precision. Past research has demonstrated improved recognition through the use of hybrid DNN/HMM sequence discriminative training. This paper presents a comprehensive investigation of various combinations of acoustic features tailored to different Acoustic Models, offering suitable feature selections for each. The incorporation of Pitch features notably improved recognition performance, especially for sentence recognition tasks involving dysarthric speech. Through a systematic examination of the TORGO database, we have demonstrated the potential to enhance the performance of the state-of-the-art Factorized Time Delay Neural Network (F-TDNN) model for recognizing dysarthric speech. Our methods, implemented with the F-TDNN model, resulted in a 4.65\% relative improvement in isolated word recognition and a 4.63\% relative improvement in sentence recognition for dysarthric speech, compared to previous research. This improvement effectively compensates for speech variability, attributable to our deliberate selection of the number of overlapping frames between consecutive training example chunks.

📖 深度解读

以下是为您精心解读的结构化中文报告:

1. 一句话总结

本文通过系统性地匹配不同声学特征(如MFCC、基频等)与各类声学模型,并优化F-TDNN模型训练时的帧重叠参数,有效提升了构音障碍语音的识别准确率。

2. 研究背景与动机

  • 核心问题:如何提升自动语音识别(ASR)系统对“构音障碍语音”的识别准确率。
  • 重要性:构音障碍患者由于神经运动控制受损,发音不清且难以控制语速。开发针对此类人群的ASR技术,能极大改善他们的日常沟通障碍,提升生活质量。
  • 现有不足:目前主流的ASR系统主要针对健康人的标准语音设计,面对构音障碍语音时表现极差(存在极大的说话人内和说话人间差异)。此外,由于隐私问题,构音障碍语音数据极其匮乏。以往的研究虽然尝试了各种模型和特征,但缺乏系统性的指导原则,即“哪种模型搭配哪种特征最有效”一直是未解之谜。

3. 核心方法

  • 提出的框架:基于特征与模型系统性匹配的构音障碍语音识别框架,并重点针对F-TDNN(因子化时间延迟神经网络)模型进行了参数调优。
  • 关键创新点
    1. 特征与模型的最佳配对指南:打破了“一种特征用到底”的常规,系统测试了FBANKs、MFCCs、PLPCCs及加入基频特征后的组合在5种不同模型上的表现。
    2. 引入基频特征:针对构音障碍患者发音韵律受损的特点,创新性地将三维基频特征拼接进传统频谱特征中。
    3. 量身定制的“帧重叠”参数:为F-TDNN模型探索了训练数据块之间的重叠帧数。
  • 直觉性解释:构音障碍患者说话就像“大舌头”或“嘴部受伤”,他们发音不仅含糊(需要精细的频谱特征捕捉),而且语速和语调异常(需要引入音高/基频特征辅助理解)。由于他们说话慢且拖沓,AI在看“声学画面”时需要更宽的视野(即增加连续训练数据块之间的“帧重叠”),才能更好地结合上下文猜出他们想表达的意思。

4. 实验与结果

  • 数据集:TORGO构音障碍语音数据库(包含8名患者和7名健康对照者的15小时语音)。
  • 基线方法:Hermann和Doss在ICASSP 2020提出的基于LF-MMI的F-TDNN模型。
  • 主要实验结果
  • 孤立词识别任务:F-TDNN模型配合 FBANKs+MFCCs+Pitch 特征组合取得最佳,词错率(WER)降至 41.0%,相对之前的研究提升了 4.7%
  • 句子识别任务:F-TDNN模型仅使用 MFCCs 特征表现最好,WER降至 24.7%,相对提升 4.6%
  • 消融实验与参数分析揭示了什么
    1. 帧重叠的影响:对于患者语音,20帧的重叠效果最好(对照组健康人则是30帧最好),这证明了患者语速较慢需要更长的上下文窗口。
    2. Pitch(基频)特征的作用:基频特征对识别“句子”非常有用(能提供韵律线索),但在“孤立词”识别中作用不明显。
    3. 没有通用的完美特征:不同模型对特征的偏好不同(如DNN偏爱MFCC,而HMM-GMM偏爱PLPCCs)。

5. 优势与局限

  • 主要优势
    1. 极强的系统性和实用价值:为后续研究提供了一份详尽的“特征-模型”匹配对照表,避免了盲目试错。
    2. 实现成本低:未提出极其复杂的全新网络,仅通过合理的特征拼接和调整帧重叠超参数,利用现有Kaldi工具包就实现了SOTA(最优)性能。
  • 局限性
    1. 数据集单一且规模较小:仅在TORGO这一较小规模数据集上进行了验证,结论在更大规模数据集上是否成立尚未可知。
    2. 绝对准确率依然不够用:尽管取得了相对4.6%左右的提升,但患者孤立词识别WER仍高达41%,句子WER为24.7%,距离实际商用可用(WER<10%)仍有较大距离。
    3. 技术栈略显传统:主要基于传统的HMM-DNN混合架构,虽然结尾提及了Wav2Vec2等端到端大模型,但本文核心实验未采用最前沿的自监督学习模型。

6. 关键结论与启发

  • 最重要的Takeaway:在处理非标准语音(如构音障碍)时,“精细化工程”非常重要。为不同的任务(词 vs 句子)和不同的模型定制特征组合,并根据患者生理特征(语速慢)调整网络接收上下文的时间窗口(帧重叠),能带来实质性的性能提升。
  • 对后续研究的启发
    1. 模型训练的超参数(如帧重叠)不应沿用健康人语音的默认设置,必须针对病理语音的声学特点进行自适应调整。
    2. 未来的端到端ASR模型(如Wav2Vec2、Whisper)在微调处理病理语音时,应重点关注数据增强(改变语速、添加噪音)以及引入多尺度特征(融合频谱与韵律/基频特征)。
👀 推荐值得看
🏷️ 领域语音识别 (ASR) > 病理/儿童语音识别
💡 创新构音障碍语音识别——基于特征与模型系统性匹配框架,重点优化了F-TDNN模型的帧重叠参数并引入基频特征
⭐ 评分7.0
#4
eess.AScs.SD

Improving End-to-End Speech Recognition for Dysarthric Speech through In-Domain Data Augmentation 解读失败跨领域

Paban Sapkota, Hemant Kumar Kathania, Sudarsana Reddy Kadiri, Shrikanth Narayanan
Audio and Speech Processing (eess.AS); Artificial Intelligence (cs.AI); Sound (cs.SD); Signal Processing (eess.SP)
查看摘要
Dysarthric speech recognition is crucial for facilitating effective communication among individuals with dysarthria. However, accurately recognizing dysarthric speech poses significant challenges due to varying severity levels and limited data availability. In this paper, we explore data augmentation techniques for dysarthric automatic speech recognition (ASR) systems by fine-tuning the End-to-End pre-trained Wav2Vec2 model, with a specific focus on severity levels. To address the challenges of data scarcity and the need for extensive data in fine-tuning pre-trained ASR systems for dysarthric speech, we investigate four prominent data augmentation methods: Speaking-Rate Modification (SRM), Pitch Modification (PM), Formant Modification (FM), and vocal tract Length Perturbation (VTLP), tailored to different aspects of dysarthria. The study uses individually fine-tuned Wav2Vec2 models for each severity class as baseline systems. Additionally, we conducted severity-specific fine-tuning of the ASR model using augmented data. Results demonstrate distinct efficacy patterns for each augmentation technique across severity levels. The best WERs were achieved with SRM ($s$=0.8) for \textit{low} (9.02\%) and \textit{medium} (38.11\%) severities, and with PM ($\tau$=0.8) for \textit{high} severity (55.15\%), reflecting relative improvements of 30.02\%, 16.64\%, and 15.47\%, respectively. These results confirm the effectiveness of the augmentation methods in improving dysarthric ASR performance.

📖 深度解读

[LLM 解读失败: HTTP 429]

#5
eess.AS
University of Auckland (QS Top 100)

Low-Burden Data Augmentation for Dysarthric ASR via Zero-Shot Voice Cloning 解读失败

Satwinder Singh, Qianli Wang, Zihan Zhong, Clarion Mendes, Hasegawa-Johnson 等 (7 人)
Audio and Speech Processing (eess.AS); Machine Learning (cs.LG)
Comments: Accepted to Interspeech 2026, Sydney, Australia
查看摘要
Automatic speech recognition remains unreliable for dysarthric speech due to data scarcity and high inter-speaker variability. While synthetic data can address these gaps, traditional methods often require extensive speaker-specific data, reintroducing the collection bottleneck. We investigate zero-shot voice cloning as a low-burden augmentation strategy, using Higgs Audio V2 to clone speakers in the TORGO dataset. We fine-tune (FT) Whisper-medium on cloned, real, and hybrid data and evaluate on held-out real speech. Compared to the zero-shot (31.62%), Clone FT achieved a competitive 26.00% WER, nearly matching the 24.44% and 25.12% seen with Real and Hybrid FT, respectively. Notably, Clone and Hybrid FT outperform Real FT for moderate-severe speakers. Clone FT achieves the best results (11.45% relative) in cross-corpus evaluation on the SAP-1102. These results suggest that zero-shot cloning provides scalable training data that circumvents the costly data collection bottleneck.

📖 深度解读

[LLM 解读失败: HTTP 429]

#6
eess.AS

Analyzing Language and Geographical Variation in Speech Representations Across 60 Indic Languages

Pavan Kumar J, Agneedh Basu, Pranav Bhat, Sujith Pulikodan, Visruth Sanka 等 (7 人)
Audio and Speech Processing (eess.AS)
查看摘要
Self-supervised speech encoders are often fine-tuned with language supervision, which can overlook geographical variation. To understand the learned representations under joint supervision of language and district compared to language-only supervision, we fine-tune Whisper-base and Wav2Vec2.0-base for classification tasks with joint language-district (386 classes) and language-only classification (60 languages). The language-district supervision improves district discrimination conditioned on language in the embedding space while strong marginal language classification. We analyze the structure of the learned embeddings using Normalized Conditional Mutual Information (NCMI), showing that language-district supervision produces global language clusters with structured within language subclusters aligned to district variation, enhancing geographical separability without degrading language-level organization.

📖 深度解读

这是一份对论文《Analyzing Language and Geographical Variation in Speech Representations Across 60 Indic Languages》的结构化中文解读报告。

1. 一句话总结

本文通过在60种印度语言的数据集上对比“仅语言标签”和“语言-地区联合标签”的微调方式,发现加入细粒度的地区标签不仅能保留模型识别语言的能力,还能在语音嵌入空间中自发形成层次化的结构(即“大圈聚语言,小圈聚地区”)

2. 研究背景与动机

  • 核心问题:现有的多语言语音模型通常只使用宏观的“语言”进行监督训练,这往往会忽略同一种语言在不同地理位置(如不同行政区/方言区)的发音变化。
  • 重要性:像印度这样的国家语言极度多样,同一语言在不同地区的口音、词汇差异巨大。理解模型如何编码这些地理变体,对于提升下游任务(如语音识别、语音合成)在多语言环境下的鲁棒性至关重要。
  • 现有方法的不足:以往的研究要么只关注少数几种语言的方言建模,要么只做粗放的大规模语言识别。监督粒度(是只标语言,还是精确到地区)究竟会如何改变多语言语音嵌入空间的内部几何结构,在大规模场景下仍是一个未解之谜。

3. 核心方法

  • 提出的方法:论文提出了一种联合语言-地区的分类微调框架,并提出了一种名为 NCMI(Normalized Conditional Mutual Information,归一化条件互信息)的度量工具来剖析嵌入空间。
  • 关键创新点
    1. 联合监督微调:将 Whisper-base 和 Wav2Vec2.0-base 微调为一个 386 类的分类器(60种语言 × 分布在165个地区,组合出386个语言-地区类别)。
    2. 引入 NCMI 评估嵌入空间几何结构:这是一种巧妙的数学度量,用来计算在嵌入空间中,“相邻的语音片段”在多大程度上共享相同的地区标签(或语言标签)。
  • 核心直觉解释
    想象语音特征空间是一个大操场。如果你只告诉模型“这是印地语”、“那是泰米尔语”(仅语言监督),模型会把这两种语言分别赶到操场的两头,但同一种语言内部会乱成一锅粥,丢失了地域口音的细节。但如果你告诉模型“这是新德里的印地语”、“那是孟买的印地语”(联合监督),模型不仅不会搞错大方向(语言依然分得清),还会自动在“印地语”的区域内部,细分成“新德里小圈子”和“孟买小圈子”。NCMI 就是用来测量这些小圈子纯度的一把尺子。

4. 实验与结果

  • 数据集:使用了针对印度语言的大规模语音语料库 Vaani 的子集(60种语言,165个地区,共计1158小时语音)。
  • 对比基线
    1. LD-386:联合语言-地区监督(本文核心方法)。
    2. L-60:数据平衡的仅语言监督。
    3. L-60-FD:数据量与LD-386相同的仅语言监督(用于控制变量,排除数据量增加带来的干扰)。
  • 主要实验结果
    1. 语言识别没受损,地区识别大爆发:在 Whisper-base 上,LD-386 的语言识别准确率(84.79%)与喂了同等数据量的 L-60-FD(84.77%)几乎持平;但在地区预测上,联合监督让 Whisper 的地区探测 F1 分数达到了 91.29%,远超仅语言训练的 80.89%。
    2. 防止了特征崩塌:在 Wav2Vec2.0 上,如果只用语言训练且增加数据量(L-60-FD),模型会“忘记”地区特征(F1暴跌至58.53%),而联合训练(LD-386)稳稳保住了 87.14% 的地区区分度。
  • NCMI几何分析揭示(消融/深层分析)
    NCMI 曲线证实了层次化结构的自发涌现:在近距离范围(小 $k$ 值),样本表现出极强的地区聚集性;在远距离范围(大 $k$ 值),样本表现出极强的语言聚集性。这种“局部聚地区,全局聚语言”的完美结构,是在没有施加任何特殊结构约束的情况下,仅仅靠改标签就自动生成的。此外,预训练了多语种的 Whisper 表现得比只学过英语的 Wav2Vec2.0 稳定得多。

5. 优势与局限

  • 主要优势
    1. 打破零和博弈神话:证明了增加更细粒度、更难的分类标签(地区),不仅不会削弱宏观分类(语言)的能力,反而能整理出一个更有序的特征空间。
    2. 极强的解释性工具:引入的 NCMI 指标为分析语音表征空间提供了一个非常直观且严谨的几何视角,超越了传统的准确率指标。
  • 局限性(含合理推断)
    1. 数据门槛高:该方法要求构建包含精细“语言-地区”配对标签的大规模数据集(本文每个类约需3小时数据),这对于真正的极低资源语言可能难以实现。
    2. 未验证下游任务收益:论文仅停留在分类和特征探针分析阶段。虽然嵌入空间变得更“漂亮”了,但这种结构化特征是否能真正转化为 ASR(语音识别错误率降低)或 TTS(语音合成自然度提升)的实际收益,作者仅在结论中作为未来工作提及,本文并未证实。

6. 关键结论与启发

  • 最重要的 Takeaway:监督信号的粒度是塑造语音模型嵌入空间的一把刻刀。使用层次化的标签(语言+地理)可以作为一种强大的正则化手段,防止模型在海量数据中抹平方言特征,导致“特征崩塌”。
  • 对后续研究的启发
    1. 可以探索利用这种“地区-语言”结构,通过表征共享来提升低资源语言/方言的建模能力。
    2. 未来可以研究这种基于分类任务提取的结构化 embedding,能否作为优质的 Speaker Embedding 或方言自适应特征,输入到 ASR 或 TTS 模型中进一步提升性能。
👀 推荐值得看
🏷️ 领域自监督表征学习 (SSL) > 语音 SSL语音识别 (ASR) > 低资源与多语言
💡 创新多语言语音表征分析——基于Whisper和Wav2Vec2.0模型,引入语言-地区联合分类微调框架,并提出NCMI度量指标来剖析嵌入空间的几何层次结构。
⭐ 评分7.5
#7
eess.AScs.SD

Investigating Human-Model Discrepancies in Speech Quality Assessment via Acoustic and Prosodic Perturbations 解读失败跨领域

Masato Takagi, Masaya Kawamura, Reo Shimizu, Yuma Shirahata
Audio and Speech Processing (eess.AS); Computation and Language (cs.CL); Machine Learning (cs.LG); Sound (cs.SD)
Comments: Accepted to INTERSPEECH 2026
查看摘要
Mean opinion score (MOS) prediction models are widely used as proxy metrics in text-to-speech (TTS) research, yet their ability to capture quality differences beyond acoustic fidelity remains unclear. We investigate this via controlled perturbations on speech: acoustic degradation, prosodic errors, and manipulation of speaker-specific characteristics such as pitch and speaking rate. We obtained MOS predictions for these speech samples from both human listeners and the model, and analyzed the differences in their perceptual characteristics. Results show that most models track acoustic degradation well, while all are insensitive to prosodic errors despite large subjective score drops. For speaker characteristics, models exhibit a double dissociation: strong mean fundamental frequency (F0) biases absent in human ratings, yet insensitivity to speaking rate and F0 variability that humans notice. These findings highlight limitations of scalar MOS prediction beyond acoustic fidelity.

📖 深度解读

[LLM 解读失败: HTTP 429]

#8
eess.AS

Interpreting Content and Speaker Characteristics in Factorised Self-Supervised Subspaces 解读失败

Kyle Janse van Rensburg, Herman Kamper
Audio and Speech Processing (eess.AS)
Comments: 7 pages, 4 figures
查看摘要
Self-supervised speech features encode both content and speaker information. Recent work introduced an SVD-based factorisation that decomposes these features into a shared content matrix capturing temporal variation and speaker-specific transformations capturing static speaker characteristics. However, how information is organised within these components remains unclear. In this paper, we investigate how the dimensions of WavLM-factorised content and speaker subspaces correlate with speech characteristics such as pitch, intensity, and voicing. We find that leading dimensions in the content space primarily capture intensity, higher-order formants, and voicing, while pitch is encoded in a later dimension. In contrast, the highest-variance speaker dimension is strongly associated with pitch and gender, with later dimensions capturing high-frequency variation. Intervention experiments show that manipulating these dimensions enables targeted control of speech characteristics for speech synthesis. Furthermore, modifying the content and speaker representations jointly provides fine-grained control over characteristics such as pitch and intensity.

📖 深度解读

[LLM 解读失败: HTTP 429]

#9
eess.AS

Time-Unconditional Generative Speech Enhancement via Autonomous Rectified Flow 解读失败

Wen Zhang, Wenbin Jiang, Yang Zhang, Xiaofei Zhou
Audio and Speech Processing (eess.AS)
查看摘要
Most generative speech enhancement methods rely on explicit time-step embeddings for temporal conditioning. In this paper, we propose the Autonomous Rectified Flow framework, which challenges the necessity of such conditioning. Using a linear interpolation path, we show that the target vector field is inherently time-invariant. We further introduce a time-unconditional network that eliminates explicit time-step information and infers the denoising direction solely from the spatial relationship between the current state and the noisy observation. Predicting this target vector field is equivalent to modeling the noise distribution. By avoiding overfitting to temporal trajectories, the proposed autonomous design significantly improves generation quality, robustness, and inference efficiency.

📖 深度解读

[LLM 解读失败: HTTP 429]

#10
eess.AScs.SD

Personalized Keyword Spotting for User-Defined Keywords Leveraging Text-Independent Speaker Verification 解读失败跨领域

Ming-Hsiang Hu, Kuan-Tang Huang, Chien-Chun Wang, Hung-Shin Lee, Berlin Chen
Audio and Speech Processing (eess.AS); Sound (cs.SD)
Comments: Accepted to Interspeech 2026
查看摘要
User-defined keyword spotting (UD-KWS) enables zero-shot wake-word detection from text, but existing systems learn speaker-invariant representations that cannot reject impostors uttering the correct keyword. We address this dual zero-shot setting -- unseen keywords and unseen speakers -- with ZP-KWS, a lightweight framework combining a phoneme-supervised audio encoder with a GE2E-pretrained compact speaker encoder (about 0.9M parameters). Multiplicative late fusion at inference grants each branch independent veto power, supporting modes from conventional detection to strict speaker-gated activation without retraining. On LibriPhrase, Google Speech Commands, and Qualcomm datasets, ZP-KWS reduces target-only FRR at 1% FAR by up to 60% relative to the strongest baseline while maintaining competitive keyword detection, all within a 1.55M parameter budget for edge deployment.

📖 深度解读

[LLM 解读失败: HTTP 429]

#11
eess.AScs.SD

PASQA: Pitch-Accent-Focused Speech Quality Assessment Model Trained on Synthetic Speech with Accent Errors 解读失败跨领域

Masaya Kawamura, Yuma Shirahata, Kentaro Mitsui, Reo Shimizu
Audio and Speech Processing (eess.AS); Computation and Language (cs.CL); Machine Learning (cs.LG); Sound (cs.SD)
Comments: Accepted to INTERSPEECH 2026
查看摘要
Existing mean opinion score (MOS) prediction models typically predict utterance-level naturalness MOS and can be insensitive to localized pitch-accent errors. We propose Pitch-Accent-focused Speech Quality Assessment (PASQA), which explicitly targets pitch-accent correctness. To train our model, we construct a controlled Japanese accent-error dataset by changing accent patterns using an accent-controllable text-to-speech system, and compute a pseudo accent-quality score from the accent-error rate. PASQA builds on self-supervised representations and employs mora-conditioned fusion, ranking loss, an auxiliary accent-error localization task, and speaker-invariant training. Experiments show that conventional models fail to preserve the ordering by accent-error severity, whereas PASQA achieves high ordering accuracy on both seen and unseen speakers. Further, PASQA shows stronger agreement with human accent-correctness judgments. The code is available at this https URL .

📖 深度解读

[LLM 解读失败: HTTP 429]

#12
eess.AS
KAIST - Korea Advanced Institute of Science & Technology (QS Top 100)University of Illinois at Urbana-Champaign (QS Top 100)

Transcript-Free Flow-Matching Text-to-Speech via Speech Feature Conditioning 解读失败

SooHwan Eom, Hee Suk Yoon, Eunseop Yoon, Mark Hasegawa-Johnson, Chang D. Yoo
Audio and Speech Processing (eess.AS)
Comments: Accepted to Interspeech 2026
查看摘要
Recent flow-matching text-to-speech (TTS) models, such as F5-TTS, rely on a reference transcript at inference time, obtained from an external ASR system. This dependency makes zero-shot TTS brittle for accented or dysarthric speakers, precisely the scenarios where it is most needed. Moreover, we find that text-based reference conditioning can propagate atypical acoustic patterns from atypical speech into synthesis, even when ground-truth transcripts are available. To address this, we propose RTFree-F5, which replaces the reference transcript with continuous self-supervised speech representations mapped into F5-TTS's text-conditioning space via a lightweight adapter, while reusing the pretrained checkpoint. On dysarthric speech, RTFree-F5 reduces WER from 24.6% to 10.4%, surpassing even the ground-truth reference transcript baselines, while improving naturalness and remaining competitive on standard benchmarks without requiring any reference transcript.

📖 深度解读

[LLM 解读失败: HTTP 429]

#13
eess.AS

Stuttering Classification and Segmentation with Attention-Based Multiple Instance Learning

Petar Sušac, Sebastian P. Bayerl, Hrvoje Džapo
Audio and Speech Processing (eess.AS)
Comments: Accepted at Interspeech 2026
查看摘要
Stuttering detection and classification using deep learning methods has the potential to improve the process of stuttering severity assessment. Most stuttering classification datasets provide clip-level labels, making them unsuitable for fine-grained frame-level classification needed to determine the duration of individual stuttering dysfluencies. To overcome this challenge, we present a multiple instance neural network architecture based on fine-tuned wav2vec 2.0, WavLM and Whisper encoders. We apply instance- and embedding-based multiple instance learning approaches to train models on a clip-level dataset for both clip-level and frame-level stuttering classification tasks. Our results show a 23% improvement in frame-level F1 score and between 2% and 9% in clip-level F1 score, demonstrating the ability of our models to utilize clip-level data for frame-level segmentation.

📖 深度解读

以下是为您结构化整理的这篇论文的中文解读报告:

1. 一句话总结

本文提出了一种基于多示例学习(MIL)的神经网络架构,巧妙地利用易于获取的“音频片段级”标签进行训练,不仅实现了高精度的口吃类型分类,还能“顺带”精确预测出片段内部的“帧级”口吃时间戳。

2. 研究背景与动机

  • 核心问题:如何在没有精细时间戳(帧级)标注的口吃数据集上,训练出能够精确分割口吃起止时间的模型。
  • 重要性:在临床评估中(如SSI-4等标准量表),测定口吃事件的具体“持续时间”是评估口吃严重程度的硬性需求;此外,精确分割也有助于改善语音识别系统对口吃用户的体验。
  • 现有不足:目前大多数公开数据集(如SEP-28k)只有片段级标签,缺乏时间戳;人工标注帧级数据成本极高。现有的一些帧级检测方法要么依赖人工合成的口吃数据进行预训练,要么在推理时假设“输入音频中一定包含口吃”(这在处理连续自然语音时会导致大量误报)。

3. 核心方法

  • 模型/框架:提出了两种多示例神经网络(MINN)架构,分别基于Instance-based(基于示例)Embedding-based(基于嵌入)的多示例学习范式,底层特征提取器采用了当前主流的基础语音模型(wav2vec 2.0, WavLM, Whisper)。
  • 核心直觉解释:在MIL设定下,将一段音频看作一个“包”,将音频按20毫秒切分的音频帧看作“实例”。只要包里有口吃,包的标签就是“有口吃”。模型通过这种“含糊”的标签训练,自己学会去关注真正包含口吃的那几个“实例”(帧)。
  • 关键创新点
    1. 首次将MIL应用于多标签口吃分类:现实中的一段音频可能同时包含多种口吃(如既重复又延长),本文成功将其拓展为多标签任务。
    2. 引入基于注意力的Embedding-based MIL:首次将注意力池化机制用于口吃分类。模型不仅整体分类性能更好,提取出的未归一化注意力权重还能直接用作帧级口吃的概率指示。
    3. 无需预训练与先验假设的端到端分割:不需要合成的口吃数据预训练,推理时也不需要预先知道音频里有没有口吃,直接实现零样本(跨数据集)的帧级分割。

4. 实验与结果

  • 数据集
  • 训练与验证:SEP-28k-E(片段级多标签数据集)。
  • 帧级评估:FluencyBank的CASA时间戳标注(金标准测试集,包含真实长语音)。
  • 基线方法:对比了YOLO-Stutter、StutterCut(当前SOTA分割方法),以及基于wav2vec 2.0的传统分类模型。
  • 主要实验结果
  • 片段级(Table 1 & 2):基于Whisper和WavLM的模型在SEP-28k-E上达到了SOTA(多分类F1分数提升2%-9%)。在跨数据集测试(FluencyBank)中,Whisper+注意力池化取得了0.90的F1分数。
  • 帧级时间戳分割(Table 3,核心亮点):Whisper结合注意力机制的模型(Embedding-based)取得了0.70的F1分数,大幅超越了YOLO-Stutter(0.47)和StutterCut(0.45),帧级F1分数相对提升了约23%
  • 消融/对比分析:对比两种MIL方式,基于注意力的Embedding方法在帧级分割任务上显著优于传统的Instance-based最大池化方法,证明了注意力权重在定位时间戳上的有效性。

5. 优势与局限

  • 主要优势
    1. 巧妙解决标注痛点:化“废”为宝,利用易得的片段级标签,榨取出了昂贵的帧级时间戳信息。
    2. 临床实用性强:能在连续自然语音中直接运行,不需人工裁剪出包含口吃的片段。
    3. 可解释性:注意力权重直观反映了模型在关注音频的哪一部分(如图2所示),符合医疗诊断的透明性需求。
  • 局限性
    1. 长时“阻塞”处理不佳:作者指出,由于口吃中的“卡壳/停顿”可能持续很长,而模型的输入窗口固定为3秒,上下文信息不足以准确分割超长口吃。
    2. 单标签限制:由于测试集标签的限制,目前的帧级评估仅验证了“口吃/不口吃”的二分类(单标签)表现,尚未在帧级验证多类型口吃(多标签)的分割能力。

6. 关键结论与启发

  • 核心 Takeaway:弱监督学习(这里体现为MIL范式结合基础语音大模型)是解决医学语音处理中“标注成本高、时间特征获取难”的有效途径。大模型自带的注意力机制与MIL框架具有天然的契合度。
  • 启发与延伸方向
    1. 可以探索扩大模型的感受野(如使用更长的滑动窗口或长上下文语音模型),以解决长时间停顿类口吃的检测。
    2. 后续研究可以构建包含多类型时间戳标注的评测集,推动实现真正的“多标签帧级口吃分割”。
    3. 这种基于注意力的MIL架构完全可以迁移到其他需要时间定位但只有粗粒度标签的音频任务中(如咳嗽音定位、特定事件检测等)。
#14
eess.AS

Repurposing a Speech Classifier for Guided Diffusion-Based Speech Generation 解读失败

Rostislav Makarov, Timo Gerkmann
Audio and Speech Processing (eess.AS); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
Comments: Accepted for publication in the Proceedings of Interspeech 2026
查看摘要
Classifier guidance is a way to control diffusion generation by using a noise-conditioned classifier to steer the sampling process toward a target class. One drawback of classifier guidance is that it requires two separately trained models: a classifier and a diffusion model. We therefore study a more compact alternative in which a conventionally trained speech classifier is repurposed as the backbone for diffusion generation. Starting from a frozen noise-conditioned classifier in log-Mel space, we attach a lightweight subnetwork that reuses intermediate classifier representations and train only this subnetwork under a Denoising Score Matching objective. Our work shows that a pretrained classifier can be repurposed for conditional generation, providing an appealing bridge between discriminative modeling and conditional speech synthesis resulting in high speech quality within a single-backbone model, with reduced memory footprint and computational cost.

📖 深度解读

[LLM 解读失败: HTTP 429]

#15
eess.AS

Beyond Speaker Independence: Evaluating Cross-Lingual Acoustic-to-Articulatory Inversion Across Finnish and Russian 解读失败

Ruchi Pandey, Tomi Kinnunen
Audio and Speech Processing (eess.AS)
查看摘要
Acoustic-to-articulatory inversion (AAI) remains challenging under domain shifts where changes in speaker attributes and cross-language conditions often degrade performance. We conduct a systematic evaluation under such shifts and establish baseline benchmarks on FROST-EMA, a Finnish-Russian bilingual EMA corpus. FROST-EMA addresses the English bias and limited speaker diversity of existing resources. We benchmark (i) articulatory targets (raw EMA coordinates vs tract variables), (ii) acoustic front-ends (MFCC vs SSL features), and (iii) inversion back-ends (BiLSTM vs a lightweight attention-based sequence model). We further define evaluation protocols for cross-gender transfer (within language) and cross-language transfer (within gender). The results indicate that cross-gender mismatch introduces moderate Pearson correlation declines (approximately 0.05 to 0.10) relative to the in-domain baseline, whereas cross-language mismatch causes larger drops (approximately 0.10 to 0.20).

📖 深度解读

[LLM 解读失败: HTTP 429]

#16
eess.AScs.SD

S-JEPA : Soft Clustering Anchors for Self-Supervised Speech Representation Learning 解读失败跨领域

Georgios Ioannides, Adrian Kieback, Judah Goldfeder, Linsey Pang, Aman Chadha 等 (8 人)
Sound (cs.SD); Audio and Speech Processing (eess.AS); Signal Processing (eess.SP)
查看摘要
Self-supervised speech encoders are predominantly trained by predicting discrete hard cluster IDs at masked positions, a recipe that collapses acoustic ambiguity at category boundaries and requires interrupting training to re-cluster the entire corpus between iterations. We introduce S-JEPA, a JEPA-style encoder-predictor pair trained to match the soft posteriors of a Gaussian Mixture Model at masked positions via KL divergence. Training runs as one continuous optimization trajectory in two phases: a fixed GMM over MFCC features, then an online GMM over encoder features, with the input layer selected adaptively from a label-free signal, removing both the offline re-cluster step and the hand-tuned choice of which transformer layer to cluster on. Under the SUPERB protocol, S-JEPA achieves the lowest WER among evaluated SSL methods below 90M parameters and matches HuBERT-Base on emotion recognition at roughly half its parameter count, establishing a new Pareto frontier without offline re-clustering or teacher distillation. An analysis of the predictor's per-frame entropy on held-out speech reveals a bimodal distribution with a substantial minority of frames near the entropy of a perfect two-cluster tie, providing direct empirical evidence that the soft-target objective preserves the acoustic ambiguity that hard targets would collapse. Code is available at this https URL .

📖 深度解读

[LLM 解读失败: HTTP 429]

#17
eess.AScs.SD

Latency-Configurable Streaming Speech Enhancement via Asymmetric Temporal Padding 解读失败跨领域

Yunsik Kim, Yoonyoung Chung
Sound (cs.SD); Audio and Speech Processing (eess.AS)
Comments: 5 pages, 3 figures. Accepted for presentation at Interspeech 2026
查看摘要
Streaming speech enhancement requires balancing algorithmic latency against quality, yet existing approaches largely treat this as a binary causal versus non-causal choice. LaCo-SENet addresses this issue with two mechanisms parameterized by a single training-time hyperparameter. First, asymmetric temporal padding redistributes past and future context in convolutions, enabling systematic latency configuration. Second, dual-buffer streaming combines state buffers for past context with lookahead buffers that supply future context at both the input and feature levels. Selective state updates also prevent future-frame leakage into the streaming state, ensuring training-inference consistency. On VoiceBank+DEMAND, a fixed-budget (1.37M parameters) backbone yields a family of models spanning 12.5-75.0 ms, with PESQ rising from 3.35 to 3.43. At just 12.5 ms (fully causal), a PESQ of 3.35 matches or exceeds the prior causal state-of-the-art (3.27 at 46.5 ms).

📖 深度解读

[LLM 解读失败: HTTP 429]

#18
eess.AScs.SD

Light-weight Pronunciation Assessment via Discrete Speech Token Surprisal 解读失败跨领域

Syeda Faiza Ahmed Sara, Shammur Absar Chowdhury
Computation and Language (cs.CL); Sound (cs.SD); Audio and Speech Processing (eess.AS)
Comments: Accepted to Interspeech 2026
查看摘要
Training automated pronunciation assessment often relies on labeled learner errors or non-native corpora that are costly to collect. We propose a lightweight framework trained only on native speech resources, operating unsupervised or lightly calibrated with a small set of scored utterances. At inference, learner speech is discretized with an SSL encoder and a K-means codebook. A token language model trained on native sequences computes surprisal where higher surprisal indicates phonotactic deviation. We add a transcript-guided Text2DUnit--DTW module that predicts native token sequences from reference text and aligns them to acoustic tokens to derive error-sensitive features. Surprisal and alignment features are fused via simple regression. On SpeechOcean762, PCC improves from 0.60 to 0.66 with transcript guidance, near supervised baselines. Cross-dataset evaluation on L2-ARCTIC shows consistent gains.

📖 深度解读

[LLM 解读失败: HTTP 429]

#19
eess.AScs.SD

PolSeT: Polish Semantics of Timbre Dataset 解读失败跨领域

Jan Jasiński
Sound (cs.SD); Audio and Speech Processing (eess.AS)
Comments: 8 pages, 7 figures. Data descriptor for the PolSeT dataset (Polish Semantics of Timbre), available at this https URL under CC BY 4.0
查看摘要
This data report introduces PolSeT (Polish Semantic Timbre), a dataset designed to facilitate research in psychoacoustics and Music Information Retrieval (MIR) in Polish and cross-cultural contexts. The dataset contains data from two sequential experiments. Experiment 1 (N=60) was a free-verbalization task aimed at creating a lexicon of Polish semantic descriptors. Using 11 stimuli, a total of 1901 descriptors (701 unique) were gathered. Experiment 2 (N=105) utilized this lexicon to conduct a semantic differential study, where participants rated 18 instrument sounds on 8 bipolar scales, with repeated trials for reliability analysis. The released dataset includes raw listener responses, comprehensive demographics (experience, gender, age), audio stimuli, and extracted acoustic features with Python extraction code. This dataset addresses a gap in open timbre research data, providing both the qualitative linguistic groundwork and the quantitative ratings necessary for psychoacoustic research and the training of multilingual semantic embedding models.

📖 深度解读

[LLM 解读失败: HTTP 429]

#20
eess.AScs.SD

Assessment of Personality Dimensions Across Situations in Dyadic Role-Play Scenarios 解读失败跨领域

Alice Zhang, Skanda Muralidhar, Daniel Gatica-Perez, Mathew Magimai-Doss
Audio and Speech Processing (eess.AS); Artificial Intelligence (cs.AI); Sound (cs.SD)
Comments: Accepted to IEEE Transactions on Affective Computing
查看摘要
Prior research indicates that users prefer assistive technologies whose personalities align with their own. This has sparked interest in automatic personality perception (APP), which aims to predict an individual's perceived personality traits. Previous studies in APP have treated personalities as static traits, independent of context. However, perceived personalities can vary by context and situation as shown in psychological research. In this study, we investigate the relationship between conversational speech and perceived personality for participants engaged in two work situations (a neutral interview and a stressful client interaction). Our key findings are: 1) perceived personalities differ significantly across interactions, 2) loudness, sound level, and spectral flux features are indicative of perceived extraversion, agreeableness, conscientiousness, and openness in neutral interactions, while neuroticism correlates with these features in stressful contexts, 3) handcrafted acoustic features and non-verbal features outperform speaker embeddings in inference of perceived personality, and 4) stressful interactions are more predictive of neuroticism, aligning with existing psychological research.

📖 深度解读

[LLM 解读失败: HTTP 429]

#21
eess.AScs.SD

The Voice Behind the Words: Quantifying Intersectional Bias in SpeechLLMs 解读失败跨领域

Shree Harsha Bokkahalli Satish, Christoph Minixhofer, Maria Teleki, James Caverlee, Ondřej Klejch 等 (8 人)
Audio and Speech Processing (eess.AS); Computation and Language (cs.CL); Sound (cs.SD)
Comments: 5 pages, 3 figures, 1 table, Accepted to Interspeech 2026
查看摘要
Speech Large Language Models (SpeechLLMs) process spoken input directly, retaining cues such as accent and perceived gender that were previously removed in cascaded pipelines. This introduces speaker identity dependent variation in responses. We present a large-scale intersectional evaluation of accent and gender bias in three SpeechLLMs using 2,880 controlled interactions across six English accents and two gender presentations, keeping linguistic content constant through voice cloning. Using pointwise LLM-judge ratings, pairwise comparisons, and Best-Worst Scaling with human validation, we detect recurring directional disparities. Eastern European-accented speech receives lower helpfulness scores, particularly for female-presenting voices. Responses remain polite but differ in helpfulness. While LLM judges capture the directional trend of these biases, human evaluators exhibit significantly higher sensitivity, showing stronger accent-level contrasts.

📖 深度解读

[LLM 解读失败: HTTP 429]

#22
eess.AScs.SD

NIM4-ASR: Towards Efficient, Robust, and Customizable Real-Time LLM-Based ASR 解读失败跨领域

Yuan Xie, Jiaqi Song, Guang Qiu, Xianliang Wang, Kai Qiao 等 (12 人)
Audio and Speech Processing (eess.AS); Computation and Language (cs.CL); Sound (cs.SD)
查看摘要
Integrating large language models (LLMs) into automatic speech recognition (ASR) has become a mainstream paradigm in recent years. Although existing LLM-based ASR models demonstrate impressive performance on public benchmarks, their training remains predominantly data-driven, leaving key practical challenges insufficiently addressed -- particularly limited downward scalability in resource-constrained deployments and hallucinations under acoustically challenging conditions. To address these issues, we present NIM4-ASR, a production-oriented LLM-based ASR framework optimized for both efficiency and robustness. Grounded in a principled delineation of functional roles between the encoder and the LLM, we redesign the multi-stage training paradigm to align each module with its intended capability boundary. Specifically, we reformulate the pre-training architecture and objective to mitigate the modality gap and improve parameter efficiency; introduce an iterative asynchronous SFT stage to preserve acoustic fidelity and constrain representation drift; and design an ASR-specialized reinforcement learning stage to further enhance recognition quality and robustness. We additionally incorporate a suite of production-oriented optimizations, including robustness under noisy and silent conditions, real-time streaming inference, and hotword customization via retrieval-augmented generation (RAG). Experiments show that NIM4-ASR achieves state-of-the-art performance on multiple public benchmarks with merely 2.3B parameters, while substantially outperforming larger-scale competitors on internal benchmarks -- particularly in entity-intensive real-world scenarios. NIM4-ASR further supports million-scale hotword customization via RAG with sub-millisecond retrieval latency, enabling efficient adaptation to emerging entities and personalized user requirements.

📖 深度解读

[LLM 解读失败: HTTP 429]

#23
eess.AScs.SD

Bioacoustic Geolocation: Species Sounds as Geographic Signals 解读失败跨领域

Mustafa Chasmai, Wuao Liu, Subhransu Maji, Grant Van Horn
Sound (cs.SD); Machine Learning (cs.LG); Audio and Speech Processing (eess.AS)
Comments: Accepted to ICML 26
查看摘要
Can we determine someone's geographic location solely from the sounds they hear? Are acoustic signals enough to localize within a country, state, or even city? In this work, we tackle the challenge of global-scale audio geolocation, with a particular focus on wildlife and natural sounds. We posit that bioacoustic signals contain informative geolocation cues because of well-defined geographic ranges of species. To test this hypothesis, we benchmark image geolocation and soundscape mapping methods, design oracles and species-centric baselines, and propose a hybrid approach that combines species range prediction with retrieval-based geolocation. We further ask whether geolocation improves with species-diverse recordings and spatiotemporal aggregation across neighboring samples. Finally, we extend our study to multimodal geolocation with case studies from movies that combine both audio and visual content. Our results highlight the potential of incorporating bioacoustic signals into geospatial tasks, motivating future work on species recognition and audio geolocation.

📖 深度解读

[LLM 解读失败: HTTP 429]

#24
eess.AScs.SD

ZeSTA: Zero-Shot TTS Augmentation with Domain-Conditioned Training for Data-Efficient Personalized Speech Synthesis 解读失败跨领域

Youngwon Choi, Jinwoo Oh, Hwayeon Kim, Hyeonyu Kim
Sound (cs.SD); Artificial Intelligence (cs.AI); Audio and Speech Processing (eess.AS)
Comments: 6 pages, accepted to INTERSPEECH 2026
查看摘要
We investigate the use of zero-shot text-to-speech (ZS-TTS) as a data augmentation source for low-resource personalized speech synthesis. While synthetic augmentation can provide linguistically rich and phonetically diverse speech, naively mixing large amounts of synthetic speech with limited real recordings often leads to speaker similarity degradation during fine-tuning. To address this issue, we propose ZeSTA, a simple domain-conditioned training framework that distinguishes real and synthetic speech via a lightweight domain embedding, combined with real-data oversampling to stabilize adaptation under extremely limited target data, without modifying the base architecture. Experiments on LibriTTS and an in-house dataset with two ZS-TTS sources demonstrate that our approach improves speaker similarity over naive synthetic augmentation while preserving intelligibility and perceptual quality. Audio samples are available on our web page.

📖 深度解读

[LLM 解读失败: HTTP 429]

#25
eess.AScs.SD

Analyzing Error Propagation in Korean Spoken QA with ASR-LLM Cascades 解读失败跨领域

Donghyuk Jung, Youngwon Choi
Computation and Language (cs.CL); Sound (cs.SD); Audio and Speech Processing (eess.AS)
Comments: Preprint. Submitted to APSIPA ASC 2026
查看摘要
We analyze how automatic speech recognition (ASR) errors propagate through ASR-LLM cascades in Korean spoken question answering (SQA), focusing on downstream semantic failures that conventional ASR metrics cannot fully capture. Our analysis shows that the relative downstream degradation caused by ASR errors is consistent across LLMs with different absolute performance, suggesting that cascade degradation largely tracks ASR-stage information loss. We further identify single-character Korean ASR errors as a Korean-specific loss channel, where even a minimal transcription difference can change the intended question and degrade downstream QA performance. Finally, an auxiliary comparison shows that a large audio language model outperforms an ASR-LLM cascade with an approximately matched language backbone in noisy Korean SQA, indicating the potential of direct audio input to mitigate transcript-induced information loss.

📖 深度解读

[LLM 解读失败: HTTP 429]

#26
eess.AS

Towards Truly Multilingual ASR: Generalizing Code-Switching ASR to Unseen Language Pairs 解读失败跨领域

Gio Paik, Hyunseo Shin, Soungmin Lee
Computation and Language (cs.CL); Audio and Speech Processing (eess.AS)
Comments: ICML 2026 Workshop on Machine Learning for Audio
查看摘要
Automatic Speech Recognition (ASR) has become a key technology for human--AI interaction. However, code-switching ASR (CS-ASR) remains particularly challenging due to the severe scarcity of multilingual CS speech resources across diverse language pairs. Existing approaches primarily improve CS-ASR performance through synthetic CS speech generation or pair-specific fine-tuning on limited bilingual datasets. Nevertheless, these approaches face an inherent scalability limitation, as support for CS must be developed separately for language pairs whose number grows combinatorially with the number of supported languages. In this work, we investigate whether CS capabilities learned from a limited set of seen language pairs can generalize to unseen language pairs through model merging and domain generalization methods. Our experiments show that merged bilingual CS-ASR models modestly generalize to unseen language pairs, suggesting limited transfer of bilingual CS capabilities across language pairs.

📖 深度解读

[LLM 解读失败: HTTP 429]

#27
eess.AScs.SD

LLM-Based Synthetic Ground Truth Generation for Audio-Based Emotion Classification via In-Context Learning 解读失败跨领域

Qing Huang, Pooja Pol, Jianing Zhang
Sound (cs.SD); Machine Learning (cs.LG); Audio and Speech Processing (eess.AS)
Comments: this https URL
查看摘要
Understanding human states and interaction dynamics is a core goal of human-computer interaction (HCI). As interaction paradigms become more immersive, virtual reality (VR) has emerged as a powerful platform for studying collaborative work. In such settings, evaluating team collaboration states, including team performance and team resilience, requires continuous and reliable inference of latent team-level cognitive and affective states from multi-modal sensor data, such as speech signals. However, generating ground truth labels for these latent states remains challenging due to sensor-induced noise, contextual variability, and sparse expert annotations. Traditional self-reporting approaches provide only static and delayed measurements and are therefore insufficient for capturing dynamic team processes reflected in continuous speech data. In this work, we propose a large language model (LLM)-driven, agentic inference workflow for automated emotion-related synthetic ground truth generation from streaming speech data in multi-user VR environments. Leveraging the generalization capabilities of LLMs, we use In-Context Learning (ICL) with few-shot demonstrations of paired audio-based samples and their corresponding transcriptions. ICL tends to achieve task adaptation comparable to model fine-tuning while circumventing the computational overhead of parameter updates. To construct informative and robust in-context prompts, we adopt a retrieval-based selection strategy that dynamically identifies relevant audio demonstrations based on similarity in the acoustic feature space.

📖 深度解读

[LLM 解读失败: HTTP 429]

#28
eess.AScs.SD

Joycent: Diffusion-based Accent TTS without Accented Phone Prediction 解读失败跨领域

Xintong Wang, Ye Wang
Sound (cs.SD); Audio and Speech Processing (eess.AS)
查看摘要
Accent text-to-speech (TTS) aims to synthesize speech with target accents. Existing accent TTS systems typically rely on a two-stage pipeline that first converts standard phone sequences into accented phone sequences and then synthesizes accented speech. However, such approaches suffer from error accumulation and require paired standard-accented phone sequence data, which is often limited in practice. Moreover, text-based accented phone representations are insufficient to model acoustic accent characteristics such as prosody and rhythm. In this work, we propose Joycent, a diffusion-based accent TTS model that synthesizes accented speech directly from standard phone sequences and speech references without accented phone prediction. Joycent integrates accent and speaker representations through conditional layer normalization (CLN) in the text encoder. We introduce WhisAID, a Mandarin accent identification model trained on accented Mandarin speech to extract accent representations. Experimental results show that Joycent improves accentedness while preserving speaker identity compared with baseline systems. We release our code and demos at: this https URL .

📖 深度解读

[LLM 解读失败: HTTP 429]

#29
cs.SD

Improving Code-Switching ASR with Code-Mixing Guided Synthetic Speech 解读失败

Yue Heng Yeo, Haoyang Li, Yizhou Peng, Shreyas Gopal, Hexin Liu 等 (9 人)
Sound (cs.SD); Artificial Intelligence (cs.AI)
Comments: Accepted to Interspeech 2026
查看摘要
Code-switch (CS) Automatic Speech Recognition (ASR) remains challenging due to limited availability of high quality CS text-speech pairs for training. Although synthetic data augmentation via Text-to-speech (TTS) has been explored, existing CS TTS approaches primarily optimise reconstruction fidelity and do not explicitly enforce language-boundary consistency, thereby limiting their effectiveness for CS ASR augmentation. This paper proposes a code-mixing guided preference-learning framework that steers synthetic speech generation toward improved code-switching fidelity using the Code Mixing Index (CMI). Experiments on the SEAME Mandarin-English conversational corpus demonstrate that the proposed method enhances the utility of synthetic data for ASR fine-tuning. Specifically, when fine-tuning Whisper Large, the proposed approach reduces Mixed Error Rate (MER) from 12.1%/17.8% to 8.9%/14.2% on the DevMAN and DevSGE sets, respectively.

📖 深度解读

[LLM 解读失败: HTTP 429]

#30
cs.SD

Exploring Feature Extraction Technique Parameters for Acoustic Gunshot Classification 解读失败

Sinclair Gurny, Ryan Quinn
Sound (cs.SD); Artificial Intelligence (cs.AI)
查看摘要
Acoustic gunshot detection is a problem with applications across civilian public safety, military operations, and wildlife conservation, yet the field lacks a rigorous exploration of feature extraction techniques with a focus on generalization to realistic data. The mixed effectiveness of commercial gunshot detection and classification systems indicates an open problem that is not adequately addressed by the current literature. In this paper, we present a systematic investigation of common feature extraction techniques using a dataset of 23,000 gunshot recordings across 85 firearms and 21 calibers. We benchmark three feature extraction techniques with 12 total unique parameter sets using ResNet-18. Our results demonstrate that using the correct feature extraction technique can improve top-1 accuracy by up to 20%, and utilizing the correct parameters for a given feature extraction technique can improve that value by up to 4.7%.

📖 深度解读

[LLM 解读失败: HTTP 429]

#31
cs.SD

FlowFake: Liquid Networks for Audio Deepfake Detection 解读失败

Shivaay Dhondiyal, Divyansh Sharma, Dinesh Kumar Vishwakarma
Sound (cs.SD); Artificial Intelligence (cs.AI)
Comments: Accepted at the Workshop on Learning to Listen: Machine Learning for Audio at ICML 2026
查看摘要
Audio deepfakes generated by neural text-to-speech and voice-cloning systems threaten speaker verification and public discourse at scale. The core challenge is cross-dataset generalization: detectors trained on one synthesis pipeline collapse on unseen forgeries. We argue that this failure is primarily because of structural synthetic speech artifacts which are multi-timescale trajectory anomalies. Though every existing detector aggregates a fixed-window frame statistics, this misaligns the architecture with the signal. We propose FlowFake, a Liquid Time-Constant (LTC) architecture whose hidden state evolves via a learned ODE, with per-neuron adaptive time constants simultaneously resolving spectral (10ms) and prosodic (2s) cues. At only 34K parameters FlowFake achieves formal BIBO stability and O(dt^4) integration error. On a four-dataset cross domain benchmark (ASVspoof2019-LA, FakeOrReal, InTheWild, MLAAD), FlowFake reaches 75.29% on ASVspoof2019 trained only on FakeOrReal and 79.97% trained only on MLAAD. It outperforms RawGAT-ST and Whisper-DF on every evaluated pair and matching SSL Wav2vec2 (300x larger) at 0.01% of its parameter count. The source code is available on : this https URL

📖 深度解读

[LLM 解读失败: HTTP 429]

#32
cs.SD

PrefSQA: Pairwise Preference Prediction for Speech Quality Assessment and the Critical Role of High Quality Datasets 解读失败

Junyi Fan, Donald S. Williamson
Sound (cs.SD); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
Comments: Accepted to INTERSPEECH 2026
查看摘要
Mean opinion scores (MOS) are widely used for speech quality assessment, yet scalar labels are sensitive to rater variability and listening test differences. This introduces labeling noise, which limits the reliability of MOS prediction. Preference prediction reduces this variability as listeners compare signals directly, producing cleaner labels. We study MOS-free preference prediction and propose PrefSQA, which incorporates uncertainty-aware logits, an impairment attention head, and a module based on non-matching-reference comparisons. We use and refine five datasets, including MOS-derived and low-noise simulated sets with matching and non-matching content, experiment with human preference sets, and test on unseen data. Experiments show small improvements on MOS-derived data, while other sets reveal clear improvement over the baselines, highlighting the value of high-quality preference data and demonstrating the effectiveness of the proposed method.

📖 深度解读

[LLM 解读失败: HTTP 429]

#33
cs.SD

RIVET: Robust Idempotent Voice Attribute Editing 解读失败

Dareen Alharthi, Bhuvan Koduru, Rita Singh, Bhiksha Raj
Sound (cs.SD); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
查看摘要
Voice attribute editing models modify characteristics such as age and gender while preserving speaker identity. In large-scale speech datasets, however, attribute annotations are often noisy or inconsistent, which can cause conditional generative models to produce unstable edits. In this work, we show that idempotency provides an effective mechanism for improving robustness to noisy labels. An idempotent operator is one for which repeated application does not change the result, i.e., f(f(x)) = f(x). Enforcing this property acts as an implicit regularizer that reduces sensitivity to mislabeled examples. We introduce RIVET, a training framework that incorporates an idempotency objective to improve robustness to label noise. We evaluate RIVET under controlled label noise and on the GLOBE dataset with naturally noisy annotations. RIVET improves editing success and better preserves speaker identity than standard training, showing that idempotency improves robustness in voice editing models.

📖 深度解读

[LLM 解读失败: HTTP 429]

#34
cs.SD

Exploring Pre-training Benefits on Phoneme Addition through Fine-tuning in Speech Synthesis 解读失败

Masato Murata, Koichi Miyazaki, Tomoki Koriyama, Tomoki Toda
Sound (cs.SD)
Comments: Accepted by INTERSPEECH 2026
查看摘要
Transfer learning is widely used for low-resource text-to-speech. When the target corpus contains phonemes unseen in pre-training, the model must expand its phoneme inventory during fine-tuning; we call the process "phoneme addition." However, it remains unclear whether the pre-trained ability to generate seen phonemes contributes to this process. This study investigates phoneme addition in two settings: (1) a simulation setup using LLM-generated phoneme-controlled corpora that enables investigation without considering confounding factors, and (2) a real-speech cross-lingual transfer setup (English to Japanese) to validate whether the findings hold in practice. Experiments in both settings showed that while fine-tuning achieved higher naturalness than training from scratch, it required as much or more data to achieve comparable PER for new phonemes. These results indicate that pre-training mainly contributes to naturalness improvement, but offers limited benefit for phoneme addition.

📖 深度解读

[LLM 解读失败: HTTP 429]

#35
cs.SD

Segment-Level Mandarin Chinese Speech-Based Cognitive Impairment Detection via an Autoencoder with Contrastive Learning 解读失败

Yongqi Shao, Hong Huo, Flavio Bertini, Danilo Montesi, Tao Fang
Sound (cs.SD); Computation and Language (cs.CL)
Comments: 15 pages, 7 figures, 5 tables
查看摘要
\noindent\textbf{Background and Objective:} Speech has emerged as a low-cost and non-invasive digital biomarker with considerable potential for cognitive impairment detection. However, limited labeled data and cross-dataset variability remain major challenges for robust speech-based screening systems. \par\noindent\textbf{Methods:} We developed a segment-level representation learning framework for speech-based cognitive impairment detection. Speech recordings were divided into short segments and converted into spectrogram representations. To improve robustness under limited-data conditions, offline and online augmentation strategies were combined with autoencoder-based representation learning and contrastive objectives to enhance discriminative latent representations. \par\noindent\textbf{Results:} Experiments conducted on four independent Mandarin Chinese speech datasets demonstrated stable and competitive performance in both binary and three-class classification tasks, with particularly notable improvements in the clinically challenging three-class setting. Ablation studies further supported the effectiveness of the proposed framework. \par\noindent\textbf{Conclusions:} The findings suggest that segment-level speech representation learning may provide a scalable and practical approach for cognitive impairment screening in resource-constrained clinical settings.

📖 深度解读

[LLM 解读失败: HTTP 429]

#36
cs.SD

Hybrid Diffusion Transformer for Instruction-Guided Audio Editing via Rectified Flow 解读失败

Liting Gao, Yonggang Zhu, Yaru Chen, Dongyu Wang, Shubin Zhang 等 (8 人)
Sound (cs.SD); Artificial Intelligence (cs.AI); Multimedia (cs.MM)
查看摘要
Audio editing aims to modify specific content in an existing audio clip according to a natural language instruction while preserving the remaining acoustic content. Despite the remarkable progress of diffusion models, existing training-based editing methods mainly rely on the local inductive biases and cross-attention interaction in convolutional U-Net backbones, which often hinder long-range semantic alignment and precise understanding and localization of instructions. In contrast, diffusion transformers provide stronger global modeling and multimodal fusion, but existing editing architectures usually adopt a simple stack of MMDiT and DiT blocks. Applying joint attention over concatenated audio and text tokens in all blocks results in quadratic complexity with respect to token length. To balance editing performance and efficiency, we propose a hybrid two-stage diffusion transformer architecture for instruction-guided audio editing based on rectified flow matching. It performs joint attention over audio and text tokens to establish coarse semantic alignment at low-resolution stage, then switches to alternating joint-attention and cross-attention blocks to refine editing details at high-resolution stage. This coarse-to-fine strategy enables efficient and accurate instruction-guided audio editing. Experiments show that the proposed framework achieves notable performance gains on challenging editing tasks involving overlapping audio events and complex instructions, while substantially improving editing efficiency with a compact model.

📖 深度解读

[LLM 解读失败: HTTP 429]

#37
cs.SD

Zero-VC: Zero-Lookahead Streaming Voice Conversion via Speaker Anonymization 解读失败

Yudong Li, Zihao Fang, Junwen Qiu, Ruihai Jing, Ruixiang Hang 等 (7 人)
Sound (cs.SD)
Comments: Accepted to Interspeech 2026
查看摘要
Streaming zero-shot voice conversion struggles to disentangle timbre from linguistic content without degrading utility or inflating latency. Current methods rely on information bottleneck (IB) or speaker perturbation. While IB filters out timbre, it discards prosody, forcing models to explicitly inject features like fundamental frequency. This often requires buffering future frames, creating algorithmic lookahead latency. On the other hand, existing perturbation methods largely overlook the crucial trade-off between timbre leakage and utility preservation. Recognizing this neglected trade-off, we find that the inherent objective of Speaker Anonymization (SA) aligns well with balancing these factors. Thus, we introduce SA as a novel perturbation mechanism to explicitly mitigate timbre leakage while retaining prosodic utility. Crucially, SA's robust representations significantly alleviate the generator's reliance on future context, enabling our strictly causal, zero-lookahead network. Audio samples are available at this https URL .

📖 深度解读

[LLM 解读失败: HTTP 429]

#38
cs.SD

MixProLAP: Mixture-Induced Uncertainty Modeling for Probabilistic Language-Audio Pretraining 解读失败

Yu Nakagome, Jaesong Lee, Soo-Whan Chung
Sound (cs.SD)
Comments: Accepted to Interspeech 2026
查看摘要
Acoustic environments often contain multiple overlapping sound events, and the same acoustic scene can be described using diverse textual expressions, making audio-text alignment inherently ambiguous. This paper proposes a probabilistic audio-language pretraining framework to model many-to-many correspondence ambiguity in audio-text alignment. Unlike conventional contrastive methods that learn deterministic point embeddings, our approach represents each modality as a distribution and learns uncertainty-aware cross-modal alignment. Rather than relying on masking-based uncertainty simulation, we mix audio-text pairs to create overlapping sounds that better reflect real acoustic mixtures and capture semantic inclusion relations among sound events. We further introduce a multi-level inclusion loss to enforce representations consistent with these relations. Experiments on audio-text retrieval benchmarks show that the proposed method outperforms deterministic baselines.

📖 深度解读

[LLM 解读失败: HTTP 429]

#39
cs.SD

QC-GAN: A Parameter-Efficient Quaternion Conformer GAN for High-Fidelity Speech Enhancement 解读失败跨领域

Shogo Yamauchi, Hideaki Tamori, Makoto Sakai, Yosuke Yamano, Tohru Nitta
Sound (cs.SD); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Machine Learning (stat.ML)
Comments: 10 pages, 6 figures and 5 tables. Accepted at Interspeech2026
查看摘要
We propose a parameter-efficient speech enhancement framework, Quaternion Conformer GAN (QC-GAN), which combines a Quaternion Conformer generator with MetricGAN-based training. The Hamilton product encodes the magnitude and phase via structured weight sharing, reducing the number of layer parameters while preserving their interdependencies. A metric-learning discriminator was employed to maximize perceptual quality by optimizing the approximate perceptual evaluation scores. On the VoiceBank+DEMAND dataset, QC-GAN achieved a Perceptual Evaluation of Speech Quality (PESQ) score of 3.48 with only 0.89M parameters, delivering a performance comparable to state-of-the-art models at less than half their size. A 35K-parameter variant achieved a PESQ score of 3.23, surpassing conventional methods with significantly fewer parameters. Evaluation on the DNS-Challenge 3 dataset further confirmed generalization to real-world conditions.

📖 深度解读

[LLM 解读失败: HTTP 429]

#40
cs.SD

FineCombo-TTS: Collaborative and Precise Controllable Speech Synthesis Using Text Descriptions and Reference Speech 解读失败跨领域

Shuoyi Zhou, Yixuan Zhou, Peiji Yang, Yifan Hu, Yicheng Zhong 等 (7 人)
Sound (cs.SD)
Comments: Accepted by Interspeech 2026
查看摘要
Controllable text-to-speech (TTS) has become a key research focus. However, methods based on either reference speech or text descriptions lack flexibility and precise control, and recent joint approaches remain loosely coupled, with speech modeling timbre and text controlling global style. We propose FineCombo-TTS, a unified framework for speech synthesis grounded in reference speech and guided by text descriptions, enabling flexible and precise control over acoustic attributes. Instead of explicit attribute disentanglement, we learn a unified acoustic representation and introduce a Conditional Flow Matching (CFM)-based Speech Variance Predictor to model fine-grained reference-to-target transformations guided by text descriptions. To support relative attribute control, we construct FineEdit, a structured paired dataset that explicitly encodes source-to-target attribute variations. Experiments demonstrate that our approach achieves flexible, precise, and expressive controllable TTS.

📖 深度解读

[LLM 解读失败: HTTP 429]