paper-with-me

Papers

Wav2code: Restore Clean Speech Representations via Codebook Lookup for Noise-Robust ASR

2023-04-11 · Yuchen Hu, Chen Chen, Qiushi Zhu, Eng Siong Chng

Automatic speech recognition (ASR) has gained remarkable successes thanks to recent advances of deep learning, but it usually degrades significantly under real-world noisy conditions. Recent works introduce speech enhancement (SE) as front-end to improve speech quality, which is proved effective but may not be optimal for downstream ASR due to speech distortion problem. Based on that, latest works combine SE and currently popular self-supervised learning (SSL) to alleviate distortion and improve noise robustness. Despite the effectiveness, the speech distortion caused by conventional SE still cannot be cleared out. In this paper, we propose a self-supervised framework named Wav2code to implement a feature-level SE with reduced distortions for noise-robust ASR. First, in pre-training stage the clean speech representations from SSL model are sent to lookup a discrete codebook via nearest-neighbor feature matching, the resulted code sequence are then exploited to reconstruct the original clean representations, in order to store them in codebook as prior. Second, during finetuning we propose a Transformer-based code predictor to accurately predict clean codes by modeling the global dependency of input noisy representations, which enables discovery and restoration of high-quality clean representations with reduced distortions. Furthermore, we propose an interactive feature fusion network to combine original noisy and the restored clean representations to consider both fidelity and quality, resulting in more informative features for downstream ASR. Finally, experiments on both synthetic and real noisy datasets demonstrate that Wav2code can solve the speech distortion and improve ASR performance under various noisy conditions, resulting in stronger robustness.

📄 PDF Abstract BibTeX arXiv:2304.04974

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Self-Supervised LearningSpeech Enhancementspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Explainable Disentanglement on Discrete Speech Representations for Noise-Robust ASR

2025-10-29 · Shreyas Gopal, Ashutosh Anshul, Haoyang Li, Yue Heng Yeo 외 arxiv

Discrete audio representations are gaining traction in speech modeling due to their interpretability and compatibility with large language models, but are not always optimized for noisy or real-world environments. Buildi…

UniAudio-Token: Empowering Semantic Speech Tokenizers with General Audio Perception

2026-05-29 · Yuhan Song, Linhao Zhang, Aiwei Liu, Chuhan Wu 외 arxiv

Semantic speech tokenizers have become a widely used interface for Audio-LLMs, owing to their compact single-codebook design and strong linguistic alignment. However, their focus on linguistic abstraction induces acousti…

Predicting Multi-Codebook Vector Quantization Indexes for Knowledge Distillation

2022-10-31 · Liyong Guo, Xiaoyu Yang, Quandong Wang, Yuxiang Kong 외

Knowledge distillation(KD) is a common approach to improve model performance in automatic speech recognition (ASR), where a student model is trained to imitate the output behaviour of a teacher model. However, traditiona…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationQuantization+2

Chunk Based Speech Pre-training with High Resolution Finite Scalar Quantization

2025-09-19 · Yun Tang, Cindy Tseng arxiv

Low latency speech human-machine communication is becoming increasingly necessary as speech technology advances quickly in the last decade. One of the primary factors behind the advancement of speech technology is self-s…

Self-Supervised LearningSpeech RecognitionData Augmentation

Codebook Transfer with Part-of-Speech for Vector-Quantized Image Modeling

2024-03-15 · CVPR 2024 1 · Baoquan Zhang, Huaibin Wang, Luo Chuyao, Xutao Li 외

Vector-Quantized Image Modeling (VQIM) is a fundamental research problem in image synthesis, which aims to represent an image with a discrete token sequence. Existing studies effectively address this problem by learning …

Image Generation