paper-with-me

Papers

LLM-Synth4KWS: Scalable Automatic Generation and Synthesis of Confusable Data for Custom Keyword Spotting

2025-05-29 · Pai Zhu, Quan Wang, Dhruuv Agarwal, Kurt Partridge

Custom keyword spotting (KWS) allows detecting user-defined spoken keywords from streaming audio. This is achieved by comparing the embeddings from voice enrollments and input audio. State-of-the-art custom KWS models are typically trained contrastively using utterances whose keywords are randomly sampled from training dataset. These KWS models often struggle with confusing keywords, such as "blue" versus "glue". This paper introduces an effective way to augment the training with confusable utterances where keywords are generated and grouped from large language models (LLMs), and speech signals are synthesized with diverse speaking styles from text-to-speech (TTS) engines. To better measure user experience on confusable KWS, we define a new northstar metric using the average area under DET curve from confusable groups (c-AUC). Featuring high scalability and zero labor cost, the proposed method improves AUC by 3.7% and c-AUC by 11.3% on the Speech Commands testing set.

📄 PDF Abstract BibTeX arXiv:2505.22995

Code (0)

등록된 구현이 없습니다.

Tasks

Keyword Spottingtext-to-speechText to Speech

Similar Papers 제목 키워드 기반

Synthesis4AD: Synthetic Anomalies are All You Need for 3D Anomaly Detection

2026-04-06 · Yihan Sun, Yuqi Cheng, Junjie Zu, Yuxiang Tan 외 arxiv

Industrial 3D anomaly detection performance is fundamentally constrained by the scarcity and long-tailed distribution of abnormal samples. To address this challenge, we propose Synthesis4AD, an end-to-end paradigm that l…

3D Anomaly DetectionPoint Clouds

GSAR: Goal-State-Anchor Rewards for Mobile GUI Agents with Self-Evolving Data Synthesis

2026-08-24 · Long Zhang, Yuhan Chen, Chaoran Zhang, Wanxia Cao 외 arxiv

Vision-Language Models (VLMs) based GUI agents stand to benefit significantly from online reinforcement learning (RL). However, their training is bottlenecked by two fundamental issues: current data synthesis methods for…

Reinforcement Learning

NVSpeech: An Integrated and Scalable Pipeline for Human-Like Speech Modeling with Paralinguistic Vocalizations

2025-08-06 · Huan Liao, Qinke Ni, Yuancheng Wang, Yiheng Lu 외 arxiv

Paralinguistic vocalizations-including non-verbal sounds like laughter and breathing, as well as lexicalized interjections such as "uhm" and "oh"-are integral to natural spoken communication. Despite their importance in …

Speech RecognitionSpeech Synthesis

Parallel WaveNet conditioned on VAE latent vectors

2020-12-17 · Jonas Rohnke, Tom Merritt, Jaime Lorenzo-Trueba, Adam Gabrys 외

Recently the state-of-the-art text-to-speech synthesis systems have shifted to a two-model approach: a sequence-to-sequence model to predict a representation of speech (typically mel-spectrograms), followed by a 'neural …

SentenceSpeech Synthesistext-to-speechText to Speech+1

Proof2Silicon: Prompt Repair for Verified Code and Hardware Generation via Reinforcement Learning

2025-09-07 · Manvi Jha, Jiaxin Wan, Deming Chen arxiv

Large Language Models (LLMs) have demonstrated impressive capabilities in automated code generation but frequently produce code that fails formal verification, an essential requirement for hardware and safety-critical do…

Reinforcement LearningCode Generation