FROSTER: Frozen CLIP Is A Strong Teacher for Open-Vocabulary Action Recognition
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Action Recognition | UCF101 (test) | -- | 307 | |
| Action Recognition | HMDB51 (test) | -- | 249 | |
| Action Recognition | Kinetics-600 (test) | Top-1 Accuracy74.8 | 84 | |
| Video Action Recognition | HMDB51 (test) | Accuracy54.8 | 73 | |
| Base-to-New Generalization | UCF101 | Base Accuracy95.3 | 57 | |
| Video Action Recognition | UCF101 (test) | Top-1 Acc85 | 46 | |
| Video Recognition | Kinetics-400 close-set | Top-1 Acc78.9 | 21 | |
| Zero-Shot Video Recognition | UCF, HMDB, and Kinetics-600 Zero-shot | HMDB zs Acc69.1 | 18 | |
| Video Classification | HMDB-51 base-to-novel | Base Accuracy74.1 | 14 | |
| Video Action Recognition | Kinetics-600 (val) | Top-1 Acc74.8 | 12 |