Align before Adapt: Leveraging Entity-to-Region Alignments for Generalizable Video Action Recognition
Yifei Chen, Dapeng Chen, Ruijin Liu, Sai Zhou, Wenyuan Xue, Wei Peng
TL;DR
This work addresses generalizable video action recognition by reframing visual-language grounding with an Align before Adapt (ALT) paradigm. ALT establishes entity-to-region alignments using a region-aware ViT and an offline text corpus, then feeds the aligned entity text embeddings as queries to a transformer-based video adapter to produce a discriminative video representation, preserving the visual-language alignment from CLIP-style models. The approach combines a Gumbel-Softmax grounded alignment, a ToMe-based region token merging, and a cross-attention video adapter to achieve strong performance across fully supervised, zero-shot, and few-shot regimes with markedly lower compute than many baselines. Empirical results on Kinetics-400/600, HMDB-51, UCF-101, and SS-V2 demonstrate competitive accuracy, superior generalization, and favorable efficiency, highlighting the practical impact of grounding complex activity semantics in reusable entity semantics for robust video understanding.
Abstract
Large-scale visual-language pre-trained models have achieved significant success in various video tasks. However, most existing methods follow an "adapt then align" paradigm, which adapts pre-trained image encoders to model video-level representations and utilizes one-hot or text embedding of the action labels for supervision. This paradigm overlooks the challenge of mapping from static images to complicated activity concepts. In this paper, we propose a novel "Align before Adapt" (ALT) paradigm. Prior to adapting to video representation learning, we exploit the entity-to-region alignments for each frame. The alignments are fulfilled by matching the region-aware image embeddings to an offline-constructed text corpus. With the aligned entities, we feed their text embeddings to a transformer-based video adapter as the queries, which can help extract the semantics of the most important entities from a video to a vector. This paradigm reuses the visual-language alignment of VLP during adaptation and tries to explain an action by the underlying entities. This helps understand actions by bridging the gap with complex activity semantics, particularly when facing unfamiliar or unseen categories. ALT demonstrates competitive performance while maintaining remarkably low computational costs. In fully supervised experiments, it achieves 88.1% top-1 accuracy on Kinetics-400 with only 4947 GFLOPs. Moreover, ALT outperforms the previous state-of-the-art methods in both zero-shot and few-shot experiments, emphasizing its superior generalizability across various learning scenarios.
