paper-with-me

Papers

Self-Attentional Acoustic Models

2018-03-26 · Matthias Sperber, Jan Niehues, Graham Neubig, Sebastian Stüker, Alex Waibel

Self-attention is a method of encoding sequences of vectors by relating these vectors to each-other based on pairwise similarities. These models have recently shown promising results for modeling discrete sequences, but they are non-trivial to apply to acoustic modeling due to computational and modeling issues. In this paper, we apply self-attention to acoustic modeling, proposing several improvements to mitigate these issues: First, self-attention memory grows quadratically in the sequence length, which we address through a downsampling technique. Second, we find that previous approaches to incorporate position information into the model are unsuitable and explore other representations and hybrid models to this end. Third, to stress the importance of local context in the acoustic signal, we propose a Gaussian biasing approach that allows explicit control over the context range. Experiments find that our model approaches a strong baseline based on LSTMs with network-in-network connections while being much faster to compute. Besides speed, we find that interpretability is a strength of self-attentional acoustic models, and demonstrate that self-attention heads learn a linguistically plausible division of labor.

📄 PDF Abstract BibTeX arXiv:1803.09519

Code (1)

bagequan/tencent-transformer-with-disagreement

Similar Papers 제목 키워드 기반

Why Self-Attention? A Targeted Evaluation of Neural Machine Translation Architectures

2018-08-27 · EMNLP 2018 10 · Gongbo Tang, Mathias Müller, Annette Rios, Rico Sennrich

Recently, non-recurrent architectures (convolutional, self-attentional) have outperformed RNNs in neural machine translation. CNNs and self-attentional networks can connect distant words via shorter network paths than RN…

Machine TranslationTranslationWord Sense Disambiguation

Self-Attentional Models Application in Task-Oriented Dialogue Generation Systems

2019-09-11 · RANLP 2019 9 · Mansour Saffar Mehrjardi, Amine Trabelsi, Osmar R. Zaiane

Self-attentional models are a new paradigm for sequence modelling tasks which differ from common sequence modelling methods, such as recurrence-based and convolution-based sequence learning, in the way that their archite…

Dialogue GenerationMachine TranslationTranslation

Unsupervised Word Segmentation from Speech with Attention

2018-06-18 · Pierre Godard, Marcely Zanon-Boito, Lucas Ondel, Alexandre Berard 외

We present a first attempt to perform attentional word segmentation directly from the speech signal, with the final goal to automatically identify lexical units in a low-resource, unwritten language (UL). Our methodology…

Acoustic Unit DiscoveryMachine TranslationSegmentationTranslation

VyAnG-Net: A Novel Multi-Modal Sarcasm Recognition Model by Uncovering Visual, Acoustic and Glossary Features

2024-08-05 · Ananya Pandey, Dinesh Kumar Vishwakarma

Various linguistic and non-linguistic clues, such as excessive emphasis on a word, a shift in the tone of voice, or an awkward expression, frequently convey sarcasm. The computer vision problem of sarcasm recognition in …

A State-Space Model for Decoding Auditory Attentional Modulation from MEG in a Competing-Speaker Environment

2014-12-01 · NeurIPS 2014 12 · Sahar Akram, Jonathan Z. Simon, Shihab A. Shamma, Behtash Babadi

Humans are able to segregate auditory objects in a complex acoustic scene, through an interplay of bottom-up feature extraction and top-down selective attention in the brain. The detailed mechanism underlying this proces…

Decoder