paper-with-me

홈 › Papers

Speech2Vec: A Sequence-to-Sequence Framework for Learning Word Embeddings from Speech

2018-03-23 · Yu-An Chung, James Glass

In this paper, we propose a novel deep neural network architecture, Speech2Vec, for learning fixed-length vector representations of audio segments excised from a speech corpus, where the vectors contain semantic information pertaining to the underlying spoken words, and are close to other vectors in the embedding space if their corresponding underlying spoken words are semantically similar. The proposed model can be viewed as a speech version of Word2Vec. Its design is based on a RNN Encoder-Decoder framework, and borrows the methodology of skipgrams or continuous bag-of-words for training. Learning word embeddings directly from speech enables Speech2Vec to make use of the semantic information carried by speech that does not exist in plain text. The learned word embeddings are evaluated and analyzed on 13 widely used word similarity benchmarks, and outperform word embeddings learned by Word2Vec from the transcriptions.

📄 PDF Abstract BibTeX arXiv:1803.08976

Code (3)

ZhanpengWang96/pytorch-speech2vec pytorch
earthspecies/audio-embeddings
my-yy/s2v_rc pytorch

Tasks

DecoderLearning Word EmbeddingsWord EmbeddingsWord Similarity

Similar Papers 제목 키워드 기반

Learning Acoustic Word Embeddings with Temporal Context for Query-by-Example Speech Search

2018-06-10 · Yougen Yuan, Cheung-Chi Leung, Lei Xie, Hongjie Chen 외

We propose to learn acoustic word embeddings with temporal context for query-by-example (QbE) speech search. The temporal context includes the leading and trailing word sequences of a word. We assume that there exist spo…

Dynamic Time WarpingTripletWord Embeddings

Learned in Speech Recognition: Contextual Acoustic Word Embeddings

2018-10-22 · Anonymous

End-to-end acoustic-to-word speech recognition models have recently gained popularity because they are easy to train, scale well to large amounts of training data, and do not require a lexicon. In addition, word models m…

Sentencespeech-recognitionSpeech RecognitionSpoken Language Understanding+1

Learned In Speech Recognition: Contextual Acoustic Word Embeddings

2019-02-18 · Shruti Palaskar, Vikas Raunak, Florian Metze

End-to-end acoustic-to-word speech recognition models have recently gained popularity because they are easy to train, scale well to large amounts of training data, and do not require a lexicon. In addition, word models m…

Sentencespeech-recognitionSpeech RecognitionSpoken Language Understanding+1

Multi-view Recurrent Neural Acoustic Word Embeddings

2016-11-14 · Wanjia He, Weiran Wang, Karen Livescu

Recent work has begun exploring neural acoustic word embeddings---fixed-dimensional vector representations of arbitrary-length speech segments corresponding to words. Such embeddings are applicable to speech retrieval an…

RetrievalWord EmbeddingsWord Similarity

Towards Unsupervised Automatic Speech Recognition Trained by Unaligned Speech and Text only

2018-03-29 · Yi-Chen Chen, Chia-Hao Shen, Sung-Feng Huang, Hung-Yi Lee

Automatic speech recognition (ASR) has been widely researched with supervised approaches, while many low-resourced languages lack audio-text aligned data, and supervised methods cannot be applied on them. In this work,…

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