paper-with-me

Papers

A Novel Fusion of Attention and Sequence to Sequence Autoencoders to Predict Sleepiness From Speech

2020-05-15 · Shahin Amiriparian, Pawel Winokurow, Vincent Karas, Sandra Ottl, Maurice Gerczuk, Björn W. Schuller

Motivated by the attention mechanism of the human visual system and recent developments in the field of machine translation, we introduce our attention-based and recurrent sequence to sequence autoencoders for fully unsupervised representation learning from audio files. In particular, we test the efficacy of our novel approach on the task of speech-based sleepiness recognition. We evaluate the learnt representations from both autoencoders, and then conduct an early fusion to ascertain possible complementarity between them. In our frameworks, we first extract Mel-spectrograms from raw audio files. Second, we train recurrent autoencoders on these spectrograms which are considered as time-dependent frequency vectors. Afterwards, we extract the activations of specific fully connected layers of the autoencoders which represent the learnt features of spectrograms for the corresponding audio instances. Finally, we train support vector regressors on these representations to obtain the predictions. On the development partition of the data, we achieve Spearman's correlation coefficients of .324, .283, and .320 with the targets on the Karolinska Sleepiness Scale by utilising attention and non-attention autoencoders, and the fusion of both autoencoders' representations, respectively. In the same order, we achieve .311, .359, and .367 Spearman's correlation coefficients on the test data, indicating the suitability of our proposed fusion strategy.

📄 PDF Abstract BibTeX arXiv:2005.08722

Code (1)

auttention/SleepyAttention 공식 구현 tf

Tasks

Machine TranslationRepresentation Learning

Similar Papers 제목 키워드 기반

G2P-DDM: Generating Sign Pose Sequence from Gloss Sequence with Discrete Diffusion Model

2022-08-19 · Pan Xie, Qipeng Zhang, Taiyi Peng, Hao Tang 외

The Sign Language Production (SLP) project aims to automatically translate spoken languages into sign sequences. Our approach focuses on the transformation of sign gloss sequences into their corresponding sign pose seque…

DenoisingQuantizationSign Language Production

Sequential Variational Autoencoders for Collaborative Filtering

2018-11-25 · Noveen Sachdeva, Giuseppe Manco, Ettore Ritacco, Vikram Pudi

Variational autoencoders were proven successful in domains such as computer vision and speech processing. Their adoption for modeling user preferences is still unexplored, although recently it is starting to gain attenti…

Recommendation Systems

Conditional Flow Variational Autoencoders for Structured Sequence Prediction

2019-08-24 · Apratim Bhattacharyya, Michael Hanselmann, Mario Fritz, Bernt Schiele 외

Prediction of future states of the environment and interacting agents is a key competence required for autonomous agents to operate successfully in the real world. Prior work for structured sequence prediction based on l…

PredictionTrajectory Prediction

Recurrent autoencoder with sequence-aware encoding

2020-09-15 · Robert Susik

Recurrent Neural Networks (RNN) received a vast amount of attention last decade. Recently, the architectures of Recurrent AutoEncoders (RAE) found many applications in practice. RAE can extract the semantically valuable …

Harnessing Attention Mechanisms: Efficient Sequence Reduction using Attention-based Autoencoders

2023-10-23 · Daniel Biermann, Fabrizio Palumbo, Morten Goodwin, Ole-Christoffer Granmo

Many machine learning models use the manipulation of dimensions as a driving force to enable models to identify and learn important features in data. In the case of sequential data this manipulation usually happens on th…