SOTAVerified

EnCLAP: Combining Neural Audio Codec and Audio-Text Joint Embedding for Automated Audio Captioning

2024-01-31Code Available2· sign in to hype

Jaeyeon Kim, JaeYoon Jung, Jinjoo Lee, Sang Hoon Woo

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose EnCLAP, a novel framework for automated audio captioning. EnCLAP employs two acoustic representation models, EnCodec and CLAP, along with a pretrained language model, BART. We also introduce a new training objective called masked codec modeling that improves acoustic awareness of the pretrained language model. Experimental results on AudioCaps and Clotho demonstrate that our model surpasses the performance of baseline models. Source code will be available at https://github.com/jaeyeonkim99/EnCLAP . An online demo is available at https://huggingface.co/spaces/enclap-team/enclap .

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AudioCapsEnCLAP-largeSPIDEr0.5Unverified
AudioCapsEnCLAP-baseSPIDEr0.48Unverified

Reproductions