AIM: Adapting Image Models for Efficient Video Action Recognition
Taojiannan Yang, Yi Zhu, Yusheng Xie, Aston Zhang, Chen Chen, Mu Li
TL;DR
This work tackles the high computational cost of fully finetuning video transformers by freezing a pre-trained image ViT and introducing lightweight adapters to enable spatial, temporal, and joint spatiotemporal adaptation. The AIM framework demonstrates that high-quality video action recognition can be achieved with far fewer tunable parameters than conventional video models, while remaining compatible with various image pre-trained backbones and even benefiting from CLIP pretraining. Through extensive ablations and cross-dataset comparisons (K400, K700, SSv2, Diving-48), AIM shows competitive or superior performance with tangible gains in data efficiency and training/or inference cost. This approach offers a practical path to leverage powerful image foundation models for video tasks with reduced compute and memory requirements.
Abstract
Recent vision transformer based video models mostly follow the ``image pre-training then finetuning" paradigm and have achieved great success on multiple video benchmarks. However, full finetuning such a video model could be computationally expensive and unnecessary, given the pre-trained image transformer models have demonstrated exceptional transferability. In this work, we propose a novel method to Adapt pre-trained Image Models (AIM) for efficient video understanding. By freezing the pre-trained image model and adding a few lightweight Adapters, we introduce spatial adaptation, temporal adaptation and joint adaptation to gradually equip an image model with spatiotemporal reasoning capability. We show that our proposed AIM can achieve competitive or even better performance than prior arts with substantially fewer tunable parameters on four video action recognition benchmarks. Thanks to its simplicity, our method is also generally applicable to different image pre-trained models, which has the potential to leverage more powerful image foundation models in the future. The project webpage is \url{https://adapt-image-models.github.io/}.
