paper-with-me

Papers

ConvS2S-VC: Fully convolutional sequence-to-sequence voice conversion

2018-11-05 · Hirokazu Kameoka, Kou Tanaka, Damian Kwasny, Takuhiro Kaneko, Nobukatsu Hojo

This paper proposes a voice conversion (VC) method using sequence-to-sequence (seq2seq or S2S) learning, which flexibly converts not only the voice characteristics but also the pitch contour and duration of input speech. The proposed method, called ConvS2S-VC, has three key features. First, it uses a model with a fully convolutional architecture. This is particularly advantageous in that it is suitable for parallel computations using GPUs. It is also beneficial since it enables effective normalization techniques such as batch normalization to be used for all the hidden layers in the networks. Second, it achieves many-to-many conversion by simultaneously learning mappings among multiple speakers using only a single model instead of separately learning mappings between each speaker pair using a different model. This enables the model to fully utilize available training data collected from multiple speakers by capturing common latent features that can be shared across different speakers. Owing to this structure, our model works reasonably well even without source speaker information, thus making it able to handle any-to-many conversion tasks. Third, we introduce a mechanism, called the conditional batch normalization that switches batch normalization layers in accordance with the target speaker. This particular mechanism has been found to be extremely effective for our many-to-many conversion model. We conducted speaker identity conversion experiments and found that ConvS2S-VC obtained higher sound quality and speaker similarity than baseline methods. We also found from audio examples that it could perform well in various tasks including emotional expression conversion, electrolaryngeal speech enhancement, and English accent conversion.

📄 PDF Abstract BibTeX arXiv:1811.01609

Code (0)

등록된 구현이 없습니다.

Tasks

Speech EnhancementVoice Conversion

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…
Dilated Causal Convolution A Dilated Causal Convolution is a causal convolution where the filter is applied over an area larger than its length by…
Causal Convolution Causal convolutions are a type of convolution used for temporal data which ensures the model cannot violate the ordering in…
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 제목 키워드 기반

Convolutional State Space Models for Long-Range Spatiotemporal Modeling

2023-10-30 · NeurIPS 2023 11

Effectively modeling long spatiotemporal sequences is challenging due to the need to model complex spatial correlations and long-range temporal dependencies simultaneously. ConvLSTMs attempt to address this by updating t…

MinecraftState Space Models

Spatio-Temporal Forecasting With Gridded Remote Sensing Data Using Feed-Backward Decoding

2020-11-01 · Mário Cardoso, Jacinto Estima, Bruno Martins

We present a novel deep learning approach for spatio-temporal forecasting with remote sensing data, extending a previous model named Spatio-Temporal Convolutional Sequence to Sequence Network (STConvS2S) in several direc…

Spatio-Temporal Forecasting

Comparing Recurrent and Convolutional Architectures for English-Hindi Neural Machine Translation

2017-11-01 · WS 2017 11 · S. Singh, hya, Ritesh Panjwani, Anoop Kunchukuttan 외

In this paper, we empirically compare the two encoder-decoder neural machine translation architectures: convolutional sequence to sequence model (ConvS2S) and recurrent sequence to sequence model (RNNS2S) for English-Hin…

DecoderImage CaptioningLanguage ModelingLanguage Modelling+4

STConvS2S: Spatiotemporal Convolutional Sequence to Sequence Network for Weather Forecasting

2019-11-30 · Rafaela Castro, Yania M. Souto, Eduardo Ogasawara, Fabio Porto 외

Applying machine learning models to meteorological data brings many opportunities to the Geosciences field, such as predicting future weather conditions more accurately. In recent years, modeling meteorological data with…

Weather Forecasting

ConvSequential-SLAM: A Sequence-based, Training-less Visual Place Recognition Technique for Changing Environments

2020-09-28 · Mihnea-Alexandru Tomită, Mubariz Zaffar, Michael Milford, Klaus McDonald-Maier 외

Visual Place Recognition (VPR) is the ability to correctly recall a previously visited place under changing viewpoints and appearances. A large number of handcrafted and deep-learning-based VPR techniques exist, where th…

Visual Place Recognition