EDTC: enhance depth of text comprehension in automated audio captioning
Liwen Tan, Yin Cao, Yi Zhou
TL;DR
This work tackles the persistent modality gap between audio and text in Automated Audio Captioning by introducing Enhance Depth of Text Comprehension (EDTC), which combines three mechanisms: FUSER for multi-encoder feature fusion, TRANSLATOR for tensor-level alignment, and a twin-structure with momentum updates to learn both modalities concurrently. The audio branch leverages three frozen encoders, while the text branch uses a frozen INSTRUCTOR encoder; a trainable BART decoder generates captions, guided by a cross-entropy loss and a CLIP-inspired contrastive loss to align modalities. Key contributions include a plug-and-play FUSER for richer semantic fusion, a tensor-level TRANSLATOR for robust cross-modal alignment, and a momentum-updated twin TRANSLATOR design that enables simultaneous cross-modal learning without heavy reliance on reinforcement learning. Empirically, EDTC achieves state-of-the-art results on AudioCaps and competitive performance on Clotho, with ablations confirming the effectiveness of each component and suggesting strong practical impact for multimodal captioning systems.
Abstract
Modality discrepancies have perpetually posed significant challenges within the realm of Automated Audio Captioning (AAC) and across all multi-modal domains. Facilitating models in comprehending text information plays a pivotal role in establishing a seamless connection between the two modalities of text and audio. While recent research has focused on closing the gap between these two modalities through contrastive learning, it is challenging to bridge the difference between both modalities using only simple contrastive loss. This paper introduces Enhance Depth of Text Comprehension (EDTC), which enhances the model's understanding of text information from three different perspectives. First, we propose a novel fusion module, FUSER, which aims to extract shared semantic information from different audio features through feature fusion. We then introduced TRANSLATOR, a novel alignment module designed to align audio features and text features along the tensor level. Finally, the weights are updated by adding momentum to the twin structure so that the model can learn information about both modalities at the same time. The resulting method achieves state-of-the-art performance on AudioCaps datasets and demonstrates results comparable to the state-of-the-art on Clotho datasets.
