Leveraging Pre-trained BERT for Audio Captioning
Audio captioning aims at using natural language to describe the content of an audio clip. Existing audio captioning systems are generally based on an encoder-decoder architecture, in which acoustic information is extracted by an audio encoder and then a language decoder is used to generate the captions. Training an audio captioning system often encounters the problem of data scarcity. Transferring knowledge from pre-trained audio models such as Pre-trained Audio Neural Networks (PANNs) have recently emerged as a useful method to mitigate this issue. However, there is less attention on exploiting pre-trained language models for the decoder, compared with the encoder. BERT is a pre-trained language model that has been extensively used in Natural Language Processing (NLP) tasks. Nevertheless, the potential of BERT as the language decoder for audio captioning has not been investigated. In this study, we demonstrate the efficacy of the pre-trained BERT model for audio captioning. Specifically, we apply PANNs as the encoder and initialize the decoder from the public pre-trained BERT models. We conduct an empirical study on the use of these BERT models for the decoder in the audio captioning model. Our models achieve competitive results with the existing audio captioning methods on the AudioCaps dataset.
Code (0)
등록된 구현이 없습니다.
Tasks
AudioCapsAudio captioningDecoderLanguage ModellingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
AVCap: Leveraging Audio-Visual Features as Text Tokens for Captioning
In recent years, advancements in representation learning and language models have propelled Automated Captioning (AC) to new heights, enabling the generation of human-level descriptions. Leveraging these advancements, we…
Audio-Visual CaptioningImage CaptioningRepresentation LearningEvaluating Off-the-Shelf Machine Listening and Natural Language Models for Automated Audio Captioning
Automated audio captioning (AAC) is the task of automatically generating textual descriptions for general audio signals. A captioning system has to identify various information from the input signal and express it with n…
Audio captioningWord EmbeddingsEmotionCaps: Enhancing Audio Captioning Through Emotion-Augmented Data Generation
Recent progress in audio-language modeling, such as automated audio captioning, has benefited from training on synthetic data generated with the aid of large-language models. However, such approaches for environmental so…
Audio captioningEmotion RecognitionLanguage ModelingLanguage ModellingPrefix tuning for automated audio captioning
Audio captioning aims to generate text descriptions from environmental sounds. One challenge of audio captioning is the difficulty of the generalization due to the lack of audio-text paired training data. In this work, w…
AudioCapsAudio captioningLanguage ModelingLanguage Modelling+2An investigation on selecting audio pre-trained models for audio captioning
Audio captioning is a task that generates description of audio based on content. Pre-trained models are widely used in audio captioning due to high complexity. Unless a comprehensive system is re-trained, it is hard to d…
Audio captioning