paper-with-me

Papers

DualVC 2: Dynamic Masked Convolution for Unified Streaming and Non-Streaming Voice Conversion

2023-09-27 · Ziqian Ning, Yuepeng Jiang, Pengcheng Zhu, Shuai Wang, Jixun Yao, Lei Xie, Mengxiao Bi

Voice conversion is becoming increasingly popular, and a growing number of application scenarios require models with streaming inference capabilities. The recently proposed DualVC attempts to achieve this objective through streaming model architecture design and intra-model knowledge distillation along with hybrid predictive coding to compensate for the lack of future information. However, DualVC encounters several problems that limit its performance. First, the autoregressive decoder has error accumulation in its nature and limits the inference speed as well. Second, the causal convolution enables streaming capability but cannot sufficiently use future information within chunks. Third, the model is unable to effectively address the noise in the unvoiced segments, lowering the sound quality. In this paper, we propose DualVC 2 to address these issues. Specifically, the model backbone is migrated to a Conformer-based architecture, empowering parallel inference. Causal convolution is replaced by non-causal convolution with dynamic chunk mask to make better use of within-chunk future information. Also, quiet attention is introduced to enhance the model's noise robustness. Experiments show that DualVC 2 outperforms DualVC and other baseline systems in both subjective and objective metrics, with only 186.4 ms latency. Our audio samples are made publicly available.

📄 PDF Abstract BibTeX arXiv:2309.15496

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderKnowledge DistillationVoice Conversion

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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Causal Convolution Causal convolutions are a type of convolution used for temporal data which ensures the model cannot violate the ordering in…

Similar Papers 제목 키워드 기반

DualVC 3: Leveraging Language Model Generated Pseudo Context for End-to-end Low Latency Streaming Voice Conversion

2024-06-12 · Ziqian Ning, Shuai Wang, Pengcheng Zhu, Zhichao Wang 외

Streaming voice conversion has become increasingly popular for its potential in real-time applications. The recently proposed DualVC 2 has achieved robust and high-quality streaming voice conversion with a latency of abo…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modeling+4

DualVC: Dual-mode Voice Conversion using Intra-model Knowledge Distillation and Hybrid Predictive Coding

2023-05-21 · Ziqian Ning, Yuepeng Jiang, Pengcheng Zhu, Jixun Yao 외

Voice conversion is an increasingly popular technology, and the growing number of real-time applications requires models with streaming conversion capabilities. Unlike typical (non-streaming) voice conversion, which can …

Data AugmentationDecoderKnowledge DistillationVoice Conversion

Dynamic Chunk Convolution for Unified Streaming and Non-Streaming Conformer ASR

2023-04-18 · Xilai Li, Goeric Huybrechts, Srikanth Ronanki, Jeff Farris 외

Recently, there has been an increasing interest in unifying streaming and non-streaming speech recognition models to reduce development, training and deployment cost. The best-known approaches rely on either window-based…

speech-recognitionSpeech Recognition

Reducing the Offline-Streaming Gap for Unified ASR Transducer with Consistency Regularization

2026-04-21 · Andrei Andrusenko, Vladimir Bataev, Lilit Grigoryan, Nune Tadevosyan 외 arxiv

Unification of automatic speech recognition (ASR) systems reduces development and maintenance costs, but training a single model to perform well in both offline and low-latency streaming settings remains challenging. We …

Speech Recognition

DCTX-Conformer: Dynamic context carry-over for low latency unified streaming and non-streaming Conformer ASR

2023-06-13 · Goeric Huybrechts, Srikanth Ronanki, Xilai Li, Hadis Nosrati 외

Conformer-based end-to-end models have become ubiquitous these days and are commonly used in both streaming and non-streaming automatic speech recognition (ASR). Techniques like dual-mode and dynamic chunk training helpe…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition