paper-with-me

Papers

Diverse Audio Captioning via Adversarial Training

2021-10-13 · Xinhao Mei, Xubo Liu, Jianyuan Sun, Mark D. Plumbley, Wenwu Wang

Audio captioning aims at generating natural language descriptions for audio clips automatically. Existing audio captioning models have shown promising improvement in recent years. However, these models are mostly trained via maximum likelihood estimation (MLE),which tends to make captions generic, simple and deterministic. As different people may describe an audio clip from different aspects using distinct words and grammars, we argue that an audio captioning system should have the ability to generate diverse captions for a fixed audio clip and across similar audio clips. To address this problem, we propose an adversarial training framework for audio captioning based on a conditional generative adversarial network (C-GAN), which aims at improving the naturalness and diversity of generated captions. Unlike processing data of continuous values in a classical GAN, a sentence is composed of discrete tokens and the discrete sampling process is non-differentiable. To address this issue, policy gradient, a reinforcement learning technique, is used to back-propagate the reward to the generator. The results show that our proposed model can generate more diverse captions, as compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2110.06691

Code (0)

등록된 구현이 없습니다.

Tasks

Audio captioningDiversityGenerative Adversarial NetworkSentence

Similar Papers 제목 키워드 기반

Towards Generating Diverse Audio Captions via Adversarial Training

2022-12-05 · Xinhao Mei, Xubo Liu, Jianyuan Sun, Mark D. Plumbley 외

Automated audio captioning is a cross-modal translation task for describing the content of audio clips with natural language sentences. This task has attracted increasing attention and substantial progress has been made …

Audio captioningDiversityGenerative Adversarial Network

Towards Diverse and Efficient Audio Captioning via Diffusion Models

2024-09-14 · Manjie Xu, Chenxing Li, Xinyi Tu, Yong Ren 외

We introduce Diffusion-based Audio Captioning (DAC), a non-autoregressive diffusion model tailored for diverse and efficient audio captioning. Although existing captioning models relying on language backbones have achiev…

Audio captioningDiversityText Generation

Prefix tuning for automated audio captioning

2023-03-30 · Minkyu Kim, Kim Sung-Bin, Tae-Hyun Oh

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+2

Classifier-Guided Captioning Across Modalities

2025-01-03 · Ariel Shaulov, Tal Shaharabany, Eitan Shaar, Gal Chechik 외

Most current captioning systems use language models trained on data from specific settings, such as image-based captioning via Amazon Mechanical Turk, limiting their ability to generalize to other modality distributions …

Audio captioningVideo CaptioningZero-shot Audio Captioning

Caption Feature Space Regularization for Audio Captioning

2022-04-18 · Yiming Zhang, Hong Yu, Ruoyi Du, Zhanyu Ma 외

Audio captioning aims at describing the content of audio clips with human language. Due to the ambiguity of audio, different people may perceive the same audio differently, resulting in caption disparities (i.e., one aud…

Audio captioningContrastive LearningDecoder