FROSTER: Frozen CLIP Is A Strong Teacher for Open-Vocabulary Action Recognition
Xiaohu Huang, Hao Zhou, Kun Yao, Kai Han
TL;DR
FROSTER tackles open-vocabulary action recognition by preserving CLIP's broad generalization while enabling video-specific adaptation. It achieves this through a residual feature distillation framework that uses a frozen CLIP as a teacher and a residual sub-network to balance learning between generalizable and video-specific features, avoiding overfitting and architecture constraints. The method is validated across base-to-novel and cross-dataset settings on multiple datasets, consistently attaining state-of-the-art performance and showing strong generalization, especially on semantically distant test sets. The approach is architecture-agnostic, data-efficient, and demonstrates improved temporal understanding without requiring temporal pretraining data, making it practically impactful for open-world video understanding.
Abstract
In this paper, we introduce FROSTER, an effective framework for open-vocabulary action recognition. The CLIP model has achieved remarkable success in a range of image-based tasks, benefiting from its strong generalization capability stemming from pretaining on massive image-text pairs. However, applying CLIP directly to the open-vocabulary action recognition task is challenging due to the absence of temporal information in CLIP's pretraining. Further, fine-tuning CLIP on action recognition datasets may lead to overfitting and hinder its generalizability, resulting in unsatisfactory results when dealing with unseen actions. To address these issues, FROSTER employs a residual feature distillation approach to ensure that CLIP retains its generalization capability while effectively adapting to the action recognition task. Specifically, the residual feature distillation treats the frozen CLIP model as a teacher to maintain the generalizability exhibited by the original CLIP and supervises the feature learning for the extraction of video-specific features to bridge the gap between images and videos. Meanwhile, it uses a residual sub-network for feature distillation to reach a balance between the two distinct objectives of learning generalizable and video-specific features. We extensively evaluate FROSTER on open-vocabulary action recognition benchmarks under both base-to-novel and cross-dataset settings. FROSTER consistently achieves state-of-the-art performance on all datasets across the board. Project page: https://visual-ai.github.io/froster.
