paper-with-me

홈 › Papers

Non-Autoregressive Predictive Coding for Learning Speech Representations from Local Dependencies

2020-11-01 · Alexander H. Liu, Yu-An Chung, James Glass

Self-supervised speech representations have been shown to be effective in a variety of speech applications. However, existing representation learning methods generally rely on the autoregressive model and/or observed global dependencies while generating the representation. In this work, we propose Non-Autoregressive Predictive Coding (NPC), a self-supervised method, to learn a speech representation in a non-autoregressive manner by relying only on local dependencies of speech. NPC has a conceptually simple objective and can be implemented easily with the introduced Masked Convolution Blocks. NPC offers a significant speedup for inference since it is parallelizable in time and has a fixed inference time for each time step regardless of the input sequence length. We discuss and verify the effectiveness of NPC by theoretically and empirically comparing it with other methods. We show that the NPC representation is comparable to other methods in speech experiments on phonetic and speaker classification while being more efficient.

📄 PDF Abstract BibTeX arXiv:2011.00406

Code (1)

Alexander-H-Liu/NPC 공식 구현 pytorch

Tasks

Representation Learning

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…
Masked Convolution A Masked Convolution is a type of convolution which masks certain pixels so that the model can only predict based on pixels…

Similar Papers 제목 키워드 기반

Improved Speech Representations with Multi-Target Autoregressive Predictive Coding

2020-04-11 · ACL 2020 6 · Yu-An Chung, James Glass

Training objectives based on predictive coding have recently been shown to be very effective at learning meaningful representations from unlabeled speech. One example is Autoregressive Predictive Coding (Chung et al., 20…

speech-recognitionSpeech RecognitionTranslation

Generative Pre-Training for Speech with Autoregressive Predictive Coding

2019-10-23 · Yu-An Chung, James Glass

Learning meaningful and general representations from unannotated speech that are applicable to a wide range of tasks remains challenging. In this paper we propose to use autoregressive predictive coding (APC), a recently…

Representation LearningSpeaker Identificationspeech-recognitionSpeech Recognition+2

Vector-Quantized Autoregressive Predictive Coding

2020-05-17 · Yu-An Chung, Hao Tang, James Glass

Autoregressive Predictive Coding (APC), as a self-supervised objective, has enjoyed success in learning representations from large amounts of unlabeled data, and the learned representations are rich for many downstream t…

Analysis of Predictive Coding Models for Phonemic Representation Learning in Small Datasets

2020-07-08 · María Andrea Cruz Blandón, Okko Räsänen

Neural network models using predictive coding are interesting from the viewpoint of computational modelling of human language acquisition, where the objective is to understand how linguistic units could be learned from s…

Language AcquisitionRepresentation Learning

A comparison of self-supervised speech representations as input features for unsupervised acoustic word embeddings

2020-12-14 · Lisa van Staden, Herman Kamper

Many speech processing tasks involve measuring the acoustic similarity between speech segments. Acoustic word embeddings (AWE) allow for efficient comparisons by mapping speech segments of arbitrary duration to fixed-dim…

Representation LearningWord Embeddings