Semi-Supervised Audio-Visual Video Action Recognition with Audio Source Localization Guided Mixup
Seokun Kang, Taehwan Kim
TL;DR
The paper tackles semi-supervised video action recognition by leveraging both visual and audio information. It introduces a transformer-based audio-visual SSL framework that uses an audio source localization-guided mixup to preserve inter-modal relationships, complemented by visual-audio contrastive learning. The method employs a total loss $L_{total}=L_s+\gamma_1L_u+\gamma_2L_{mix}+\gamma_3L_c$ and a flexible pseudo-label threshold $\tau$, achieving state-of-the-art results on UCF-51, Kinetics-400, and VGGSound with very limited labeled data. Ablation studies confirm the benefits of the ASL-guided masking and cross-modal contrastive objectives, highlighting the importance of inter-modal coherence in SSL settings. The work demonstrates that modeling audio-visual interactions in SSL can substantially boost performance, with practical implications for efficient multi-modal video understanding.
Abstract
Video action recognition is a challenging but important task for understanding and discovering what the video does. However, acquiring annotations for a video is costly, and semi-supervised learning (SSL) has been studied to improve performance even with a small number of labeled data in the task. Prior studies for semi-supervised video action recognition have mostly focused on using single modality - visuals - but the video is multi-modal, so utilizing both visuals and audio would be desirable and improve performance further, which has not been explored well. Therefore, we propose audio-visual SSL for video action recognition, which uses both visual and audio together, even with quite a few labeled data, which is challenging. In addition, to maximize the information of audio and video, we propose a novel audio source localization-guided mixup method that considers inter-modal relations between video and audio modalities. In experiments on UCF-51, Kinetics-400, and VGGSound datasets, our model shows the superior performance of the proposed semi-supervised audio-visual action recognition framework and audio source localization-guided mixup.
