paper-with-me

홈 › Papers

SLAM-AAC: Enhancing Audio Captioning with Paraphrasing Augmentation and CLAP-Refine through LLMs

2024-10-12 · Wenxi Chen, Ziyang Ma, Xiquan Li, Xuenan Xu, Yuzhe Liang, Zhisheng Zheng, Kai Yu, Xie Chen

Automated Audio Captioning (AAC) aims to generate natural textual descriptions for input audio signals. Recent progress in audio pre-trained models and large language models (LLMs) has significantly enhanced audio understanding and textual reasoning capabilities, making improvements in AAC possible. In this paper, we propose SLAM-AAC to further enhance AAC with paraphrasing augmentation and CLAP-Refine through LLMs. Our approach uses the self-supervised EAT model to extract fine-grained audio representations, which are then aligned with textual embeddings via lightweight linear layers. The caption generation LLM is efficiently fine-tuned using the LoRA adapter. Drawing inspiration from the back-translation method in machine translation, we implement paraphrasing augmentation to expand the Clotho dataset during pre-training. This strategy helps alleviate the limitation of scarce audio-text pairs and generates more diverse captions from a small set of audio clips. During inference, we introduce the plug-and-play CLAP-Refine strategy to fully exploit multiple decoding outputs, akin to the n-best rescoring strategy in speech recognition. Using the CLAP model for audio-text similarity calculation, we could select the textual descriptions generated by multiple searching beams that best match the input audio. Experimental results show that SLAM-AAC achieves state-of-the-art performance on Clotho V2 and AudioCaps, surpassing previous mainstream models.

📄 PDF Abstract BibTeX arXiv:2410.09503

Code (1)

X-LANCE/SLAM-LLM 공식 구현 pytorch

Tasks

AudioCapsAudio captioningCaption GenerationMachine Translationspeech-recognitionSpeech Recognitiontext similarityTranslation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SLAM-LLM: A Modular, Open-Source Multimodal Large Language Model Framework and Best Practice for Speech, Language, Audio and Music Processing

2026-01-14 · Ziyang Ma, Guanrou Yang, Wenxi Chen, Zhifu Gao 외 arxiv

The recent surge in open-source Multimodal Large Language Models (MLLM) frameworks, such as LLaVA, provides a convenient kickoff for artificial intelligence developers and researchers. However, most of the MLLM framework…

parameter-efficient fine-tuningSpeech RecognitionAudio captioning

Exploring Train and Test-Time Augmentations for Audio-Language Learning

2022-10-31 · Eungbeom Kim, Jinhee Kim, Yoori Oh, KyungSu Kim 외

In this paper, we aim to unveil the impact of data augmentation in audio-language multi-modal learning, which has not been explored despite its importance. We explore various augmentation methods at not only train-time b…

Audio captioningAudio to Text RetrievalData AugmentationRetrieval+2

Paraphrasing Is All You Need for Novel Object Captioning

2022-09-25 · Cheng-Fu Yang, Yao-Hung Hubert Tsai, Wan-Cyuan Fan, Ruslan Salakhutdinov 외

Novel object captioning (NOC) aims to describe images containing objects without observing their ground truth captions during training. Due to the absence of caption annotation, captioning models cannot be directly optim…

AllLanguage ModellingObject

Effects of Word-frequency based Pre- and Post- Processings for Audio Captioning

2020-09-24 · Daiki Takeuchi, Yuma Koizumi, Yasunori Ohishi, Noboru Harada 외

The system we used for Task 6 (Automated Audio Captioning)of the Detection and Classification of Acoustic Scenes and Events(DCASE) 2020 Challenge combines three elements, namely, dataaugmentation, multi-task learning, an…

Audio captioningData AugmentationMulti-Task Learning

Investigations in Audio Captioning: Addressing Vocabulary Imbalance and Evaluating Suitability of Language-Centric Performance Metrics

2022-11-12 · Sandeep Kothinti, Dimitra Emmanouilidou

The analysis, processing, and extraction of meaningful information from sounds all around us is the subject of the broader area of audio analytics. Audio captioning is a recent addition to the domain of audio analytics, …

Audio captioningImage Captioning