CACE-Net: Co-guidance Attention and Contrastive Enhancement for Effective Audio-Visual Event Localization
Xiang He, Xiangxi Liu, Yang Li, Dongcheng Zhao, Guobin Shen, Qingqun Kong, Xin Yang, Yi Zeng
TL;DR
CACE-Net addresses audio-visual event localization by introducing a bidirectional cross-modal framework that combines audio-visual co-guidance attention (AVCA), background-event contrast enhancement (BECE), and targeted modal feature fine-tuning. AVCA enables mutual guidance between visual and audio streams to suppress noise and align cross-modal cues, while BECE uses supervised contrastive learning to sharpen the distinction between event and background, aided by robust encoders fine-tuned on downstream data. The approach yields state-of-the-art results on the AVE dataset, with additional validation on UnAV-100 for generalization, and is supported by thorough ablations demonstrating the contribution of each component. The work offers a practical, robust strategy for multimodal event localization in unconstrained videos, with implications for improved scene understanding and cross-modal fusion in real-world applications $F_o = F_{av} + \lambda F_{FT}$ and related losses $\mathcal{L} = \mathcal{L}^c + \frac{1}{N}\sum_t (\mathcal{L}_t^e + \mathcal{L}_t^{sup}) + \mathcal{L}^{contrast}$.
Abstract
The audio-visual event localization task requires identifying concurrent visual and auditory events from unconstrained videos within a network model, locating them, and classifying their category. The efficient extraction and integration of audio and visual modal information have always been challenging in this field. In this paper, we introduce CACE-Net, which differs from most existing methods that solely use audio signals to guide visual information. We propose an audio-visual co-guidance attention mechanism that allows for adaptive bi-directional cross-modal attentional guidance between audio and visual information, thus reducing inconsistencies between modalities. Moreover, we have observed that existing methods have difficulty distinguishing between similar background and event and lack the fine-grained features for event classification. Consequently, we employ background-event contrast enhancement to increase the discrimination of fused feature and fine-tuned pre-trained model to extract more refined and discernible features from complex multimodal inputs. Specifically, we have enhanced the model's ability to discern subtle differences between event and background and improved the accuracy of event classification in our model. Experiments on the AVE dataset demonstrate that CACE-Net sets a new benchmark in the audio-visual event localization task, proving the effectiveness of our proposed methods in handling complex multimodal learning and event localization in unconstrained videos. Code is available at https://github.com/Brain-Cog-Lab/CACE-Net.
