paper-with-me

Papers

Parameter Efficient Audio Captioning With Faithful Guidance Using Audio-text Shared Latent Representation

2023-09-06 · Arvind Krishna Sridhar, Yinyi Guo, Erik Visser, Rehana Mahfuz

There has been significant research on developing pretrained transformer architectures for multimodal-to-text generation tasks. Albeit performance improvements, such models are frequently overparameterized, hence suffer from hallucination and large memory footprint making them challenging to deploy on edge devices. In this paper, we address both these issues for the application of automated audio captioning. First, we propose a data augmentation technique for generating hallucinated audio captions and show that similarity based on an audio-text shared latent space is suitable for detecting hallucination. Then, we propose a parameter efficient inference time faithful decoding algorithm that enables smaller audio captioning models with performance equivalent to larger models trained with more data. During the beam decoding step, the smaller model utilizes an audio-text shared latent representation to semantically align the generated text with corresponding input audio. Faithful guidance is introduced into the beam probability by incorporating the cosine similarity between latent representation projections of greedy rolled out intermediate beams and audio clip. We show the efficacy of our algorithm on benchmark datasets and evaluate the proposed scheme against baselines using conventional audio captioning and semantic similarity metrics while illustrating tradeoffs between performance and complexity.

📄 PDF Abstract BibTeX arXiv:2309.03340

Code (0)

등록된 구현이 없습니다.

Tasks

Audio captioningData AugmentationHallucinationSemantic SimilaritySemantic Textual SimilarityText Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Zero-Shot Audio Captioning via Audibility Guidance

2023-09-07 · Tal Shaharabany, Ariel Shaulov, Lior Wolf

The task of audio captioning is similar in essence to tasks such as image and video captioning. However, it has received much less attention. We propose three desiderata for captioning audio -- (i) fluency of the generat…

Language ModelingZero-shot Audio Captioning

AudioCaps: Generating Captions for Audios in The Wild

2019-06-01 · NAACL 2019 6 · Chris Dongjoo Kim, Byeongchang Kim, Hyunmin Lee, Gunhee Kim

We explore the problem of Audio Captioning: generating natural language description for any kind of audio in the wild, which has been surprisingly unexplored in previous research. We contribute a large-scale dataset of 4…

AudioCapsAudio captioning

Audio Captioning using Pre-Trained Large-Scale Language Model Guided by Audio-based Similar Caption Retrieval

2020-12-14 · Yuma Koizumi, Yasunori Ohishi, Daisuke Niizumi, Daiki Takeuchi 외

The goal of audio captioning is to translate input audio into its description using natural language. One of the problems in audio captioning is the lack of training data due to the difficulty in collecting audio-caption…

Audio captioningLanguage ModelingLanguage ModellingRetrieval

Zero-shot audio captioning with audio-language model guidance and audio context keywords

2023-11-14 · Leonard Salewski, Stefan Fauth, A. Sophia Koepke, Zeynep Akata

Zero-shot audio captioning aims at automatically generating descriptive textual captions for audio content without prior training for this task. Different from speech recognition which translates audio content that conta…

Audio captioningDescriptiveImage CaptioningLanguage Modeling+5

Efficient Audio Captioning Transformer with Patchout and Text Guidance

2023-04-06 · Thodoris Kouzelis, Grigoris Bastas, Athanasios Katsamanis, Alexandros Potamianos

Automated audio captioning is multi-modal translation task that aim to generate textual descriptions for a given audio clip. In this paper we propose a full Transformer architecture that utilizes Patchout as proposed in …

Audio captioningCaption GenerationSemantic SimilaritySemantic Textual Similarity+1