paper-with-me

홈 › Papers

Speech Enhancement Using Self-Supervised Pre-Trained Model and Vector Quantization

2022-09-28 · Xiao-Ying Zhao, Qiu-Shi Zhu, Jie Zhang

With the development of deep learning, neural network-based speech enhancement (SE) models have shown excellent performance. Meanwhile, it was shown that the development of self-supervised pre-trained models can be applied to various downstream tasks. In this paper, we will consider the application of the pre-trained model to the real-time SE problem. Specifically, the encoder and bottleneck layer of the DEMUCS model are initialized using the self-supervised pretrained WavLM model, the convolution in the encoder is replaced by causal convolution, and the transformer encoder in the bottleneck layer is based on causal attention mask. In addition, as discretizing the noisy speech representations is more beneficial for denoising, we utilize a quantization module to discretize the representation output from the bottleneck layer, which is then fed into the decoder to reconstruct the clean speech waveform. Experimental results on the Valentini dataset and an internal dataset show that the pre-trained model based initialization can improve the SE performance and the discretization operation suppresses the noise component in the representations to some extent, which can further improve the performance.

📄 PDF Abstract BibTeX arXiv:2209.14150

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDenoisingQuantizationSpeech Enhancement

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Self-Supervised Speech Quality Estimation and Enhancement Using Only Clean Speech

2024-02-26 · Szu-Wei Fu, Kuo-Hsuan Hung, Yu Tsao, Yu-Chiang Frank Wang

Speech quality estimation has recently undergone a paradigm shift from human-hearing expert designs to machine-learning models. However, current models rely mainly on supervised learning, which is time-consuming and expe…

QuantizationSpeech Enhancement

Speech Enhancement with Multi-granularity Vector Quantization

2023-02-16 · Xiao-Ying Zhao, Qiu-Shi Zhu, Jie Zhang

With advances in deep learning, neural network based speech enhancement (SE) has developed rapidly in the last decade. Meanwhile, the self-supervised pre-trained model and vector quantization (VQ) have achieved excellent…

DenoisingQuantizationSpeech DenoisingSpeech Enhancement

Incorporating Real-world Noisy Speech in Neural-network-based Speech Enhancement Systems

2021-09-11 · Yangyang Xia, Buye Xu, Anurag Kumar

Supervised speech enhancement relies on parallel databases of degraded speech signals and their clean reference signals during training. This setting prohibits the use of real-world degraded speech data that may better r…

Speech EnhancementTriplet

The Effect of Spoken Language on Speech Enhancement using Self-Supervised Speech Representation Loss Functions

2023-07-27 · George Close, Thomas Hain, Stefan Goetze

Recent work in the field of speech enhancement (SE) has involved the use of self-supervised speech representations (SSSRs) as feature transformations in loss functions. However, in prior work, very little attention has b…

Speech Enhancement

Continual self-training with bootstrapped remixing for speech enhancement

2021-10-19 · Efthymios Tzinis, Yossi Adi, Vamsi K. Ithapu, Buye Xu 외

We propose RemixIT, a simple and novel self-supervised training method for speech enhancement. The proposed method is based on a continuously self-training scheme that overcomes limitations from previous studies includin…

Domain AdaptationSpeech EnhancementUnsupervised Domain Adaptation