STELLA: Continual Audio-Video Pre-training with Spatio-Temporal Localized Alignment
Jaewoo Lee, Jaehong Yoon, Wonjae Kim, Yunji Kim, Sung Ju Hwang
TL;DR
STELLA tackles continual audio-video pre-training under task-free conditions by addressing sparse spatio-temporal cross-modal correlations and forgetting of audiovisual relations. It introduces an Audio-Video Matching (AVM) module to compute Localized Patch Importance Scores and a Replay-guided Correlation Assessment to identify patches with strong past-step correlation, guiding probabilistic patch selection. By combining these signals, STELLA achieves stronger zero-shot audiovisual retrieval and robust downstream representations while cutting memory usage by approximately 45% via patch-based rehearsal (and STELLA+ further reduces storage by storing only selected patches). The work provides extensive ablation and modality-gap analyses, validating that selective, correlation-aware patch learning mitigates forgetting and preserves multimodal alignment across sequential tasks.
Abstract
Continuously learning a variety of audio-video semantics over time is crucial for audio-related reasoning tasks in our ever-evolving world. However, this is a nontrivial problem and poses two critical challenges: sparse spatio-temporal correlation between audio-video pairs and multimodal correlation overwriting that forgets audio-video relations. To tackle this problem, we propose a new continual audio-video pre-training method with two novel ideas: (1) Localized Patch Importance Scoring: we introduce a multimodal encoder to determine the importance score for each patch, emphasizing semantically intertwined audio-video patches. (2) Replay-guided Correlation Assessment: to reduce the corruption of previously learned audiovisual knowledge due to drift, we propose to assess the correlation of the current patches on the past steps to identify the patches exhibiting high correlations with the past steps. Based on the results from the two ideas, we perform probabilistic patch selection for effective continual audio-video pre-training. Experimental validation on multiple benchmarks shows that our method achieves a 3.69%p of relative performance gain in zero-shot retrieval tasks compared to strong continual learning baselines, while reducing memory consumption by ~45%.
