Papers › Improving Audio Captioning Models with Fine-grained Audio Features, Text Embedding...

Improving Audio Captioning Models with Fine-grained Audio Features, Text Embedding Supervision, and LLM Mix-up Augmentation

29 Sep 2023arXiv:2309.17352links table onlyarchive 2025-07-28

Shih-Lun Wu, Xuankai Chang, Gordon Wichern, Jee-weon Jung, François Germain, Jonathan Le Roux, Shinji Watanabe

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Automated audio captioning (AAC) aims to generate informative descriptions for various sounds from nature and/or human activities. In recent years, AAC has quickly attracted research interest, with state-of-the-art systems now relying on a sequence-to-sequence (seq2seq) backbone powered by strong models such as Transformers. Following the macro-trend of applied machine learning research, in this work, we strive to improve the performance of seq2seq AAC models by extensively leveraging pretrained models and large language models (LLMs). Specifically, we utilize BEATs to extract fine-grained audio features. Then, we employ Instructor LLM to fetch text embeddings of captions, and infuse their language-modality knowledge into BEATs audio features via an auxiliary InfoNCE loss function. Moreover, we propose a novel data augmentation method that uses ChatGPT to produce caption mix-ups (i.e., grammatical and compact combinations of two captions) which, together with the corresponding audio mixtures, increase not only the amount but also the complexity and diversity of training data. During inference, we propose to employ nucleus sampling and a hybrid reranking algorithm, which has not been explored in AAC research. Combining our efforts, our model achieves a new state-of-the-art 32.6 SPIDEr-FL score on the Clotho evaluation split, and wins the 2023 DCASE AAC challenge.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2309.17352")

Code

Syntology Ran 9 of 11 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 8 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

slseanwu/beats-conformer-bart-audio-captioner officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 9 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
8ran
2unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from slseanwu/beats-conformer-bart-audio-captioner. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

collect_audio_text_cosine_sims slseanwu/beats-conformer-bart-audio-captioner/reranking/encoder_rerank_sampling_outputs.py official repository ran Apache-2.0 (permissive) · b76e5f7f5d14bd86 · report
gelu slseanwu/beats-conformer-bart-audio-captioner/model/modules.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · f30ebf4e48b7e2d7 · report
generate_caption_for_audio slseanwu/beats-conformer-bart-audio-captioner/inference_sampling.py official repository ran Apache-2.0 (permissive) · cc98488959676d1e · report
mask_along_axis slseanwu/beats-conformer-bart-audio-captioner/model/specaug.py official repository ran Apache-2.0 (permissive) · 76b744aeab651517 · report
read_inference_csv slseanwu/beats-conformer-bart-audio-captioner/evaluate.py official repository ran Apache-2.0 (permissive) · b1a20d3e3e5ca99a · report
reformat_to_coco slseanwu/beats-conformer-bart-audio-captioner/caption_evaluation_tools/eval_metrics.py official repository ran Apache-2.0 (permissive) · 9253071bb73fb8b2 · report
rerank_captions_with_cosine_sim slseanwu/beats-conformer-bart-audio-captioner/reranking/encoder_rerank_sampling_outputs.py official repository ran Apache-2.0 (permissive) · 76b6ceba370cc6b3 · report
rerank_captions_with_nll slseanwu/beats-conformer-bart-audio-captioner/reranking/decoder_rerank_sampling_outputs.py official repository ran Apache-2.0 (permissive) · bc55a35bc0483eb0 · report
time_warp slseanwu/beats-conformer-bart-audio-captioner/model/specaug.py official repository ran Apache-2.0 (permissive) · 460bae18834bc026 · report
gelu_accurate slseanwu/beats-conformer-bart-audio-captioner/model/modules.py official repository unverified Apache-2.0 (permissive) · 4aa7333ffd7e18c6 · report
get_activation_fn slseanwu/beats-conformer-bart-audio-captioner/model/modules.py official repository unverified Apache-2.0 (permissive) · 01233f4856456c5f · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections