paper-with-me

홈 › Papers

Audio Captioning using Gated Recurrent Units

2020-06-05 · Ayşegül Özkaya Eren, Mustafa Sert

Audio captioning is a recently proposed task for automatically generating a textual description of a given audio clip. In this study, a novel deep network architecture with audio embeddings is presented to predict audio captions. Within the aim of extracting audio features in addition to log Mel energies, VGGish audio embedding model is used to explore the usability of audio embeddings in the audio captioning task. The proposed architecture encodes audio and text input modalities separately and combines them before the decoding stage. Audio encoding is conducted through Bi-directional Gated Recurrent Unit (BiGRU) while GRU is used for the text encoding phase. Following this, we evaluate our model by means of the newly published audio captioning performance dataset, namely Clotho, to compare the experimental results with the literature. Our experimental results show that the proposed BiGRU-based deep model outperforms the state of the art results.

📄 PDF Abstract BibTeX arXiv:2006.03391

Code (0)

등록된 구현이 없습니다.

Tasks

Audio captioning

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Audio Captioning with Composition of Acoustic and Semantic Information

2021-05-13 · Ayşegül Özkaya Eren, Mustafa Sert

Generating audio captions is a new research area that combines audio and natural language processing to create meaningful textual descriptions for audio clips. To address this problem, previous studies mostly use the enc…

AudioCapsAudio captioningDecoder

Attention is all you need for Videos: Self-attention based Video Summarization using Universal Transformers

2019-06-06 · Manjot Bilkhu, Siyang Wang, Tushar Dobhal

Video Captioning and Summarization have become very popular in the recent years due to advancements in Sequence Modelling, with the resurgence of Long-Short Term Memory networks (LSTMs) and introduction of Gated Recurren…

AllDense Video CaptioningDimensionality ReductionVideo Captioning+1

Automated Audio Captioning with Recurrent Neural Networks

2017-06-30 · Konstantinos Drossos, Sharath Adavanne, Tuomas Virtanen

We present the first approach to automated audio captioning. We employ an encoder-decoder scheme with an alignment model in between. The input to the encoder is a sequence of log mel-band energies calculated from an audi…

Audio captioningDecoderGeneral ClassificationImage Captioning+2

THE SJTU SYSTEM FOR DCASE2021 CHALLENGE TASK 6: AUDIO CAPTIONING BASED ON ENCODER PRE-TRAINING AND REINFORCEMENT LEARNING

2021-07-06 · DCASE Challenge 2021 7 · Xuenan Xu, Zeyu Xie, Mengyue Wu, Kai Yu

This report proposes an audio captioning system for the Detection and Classification of Acoustic Scenes and Events (DCASE) 2021 challenge task Task 6. Our audio captioning system consists of a 10-layer convolution neu…

Audio captioningAudio TaggingDecoderreinforcement-learning+1

AST-SED: An Effective Sound Event Detection Method Based on Audio Spectrogram Transformer

2023-03-07 · Kang Li, Yan Song, Li-Rong Dai, Ian McLoughlin 외

In this paper, we propose an effective sound event detection (SED) method based on the audio spectrogram transformer (AST) model, pretrained on the large-scale AudioSet for audio tagging (AT) task, termed AST-SED. Pretra…

Audio TaggingDecoderEvent DetectionSound Event Detection