paper-with-me

홈 › Papers

Can Audio Captions Be Evaluated with Image Caption Metrics?

2021-10-10 · Zelin Zhou, Zhiling Zhang, Xuenan Xu, Zeyu Xie, Mengyue Wu, Kenny Q. Zhu

Automated audio captioning aims at generating textual descriptions for an audio clip. To evaluate the quality of generated audio captions, previous works directly adopt image captioning metrics like SPICE and CIDEr, without justifying their suitability in this new domain, which may mislead the development of advanced models. This problem is still unstudied due to the lack of human judgment datasets on caption quality. Therefore, we firstly construct two evaluation benchmarks, AudioCaps-Eval and Clotho-Eval. They are established with pairwise comparison instead of absolute rating to achieve better inter-annotator agreement. Current metrics are found in poor correlation with human annotations on these datasets. To overcome their limitations, we propose a metric named FENSE, where we combine the strength of Sentence-BERT in capturing similarity, and a novel Error Detector to penalize erroneous sentences for robustness. On the newly established benchmarks, FENSE outperforms current metrics by 14-25% accuracy. Code, data and web demo available at: https://github.com/blmoistawinde/fense

📄 PDF Abstract BibTeX arXiv:2110.04684

Code (1)

blmoistawinde/fense 공식 구현 pytorch

Tasks

AudioCapsAudio captioningImage CaptioningSentence

Similar Papers 제목 키워드 기반

Audio Caption in a Car Setting with a Sentence-Level Loss

2019-05-31 · Xuenan Xu, Heinrich Dinkel, Mengyue Wu, Kai Yu

Captioning has attracted much attention in image and video understanding while a small amount of work examines audio captioning. This paper contributes a Mandarin-annotated dataset for audio captioning within a car scene…

Audio captioningDecoderSemantic SimilaritySemantic Textual Similarity+4

Pre-gen metrics: Predicting caption quality metrics without generating captions

2018-10-12 · Marc Tanti, Albert Gatt, Adrian Muscat

Image caption generation systems are typically evaluated against reference outputs. We show that it is possible to predict output quality without generating the captions, based on the probability assigned by the neural m…

Caption Generation

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

Fast, Diverse and Accurate Image Captioning Guided By Part-of-Speech

2018-05-31 · CVPR 2019 6 · Aditya Deshpande, Jyoti Aneja, Li-Wei Wang, Alexander Schwing 외

Image captioning is an ambiguous problem, with many suitable captions for an image. To address ambiguity, beam search is the de facto method for sampling multiple captions. However, beam search is computationally expensi…

Caption GenerationDiversityImage Captioning

Text-based Audio Retrieval by Learning from Similarities between Audio Captions

2024-12-02 · Huang Xie, Khazar Khorrami, Okko Räsänen, Tuomas Virtanen

This paper proposes to use similarities of audio captions for estimating audio-caption relevances to be used for training text-based audio retrieval systems. Current audio-caption datasets (e.g., Clotho) contain audio sa…

RetrievalSentence