2023

AIM: Adapting Image Models for Efficient Video Action Recognition

Yang, Taojiannan, Zhu, Yi, Xie, Yusheng et al.

Understand

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.

Reading the bibliography…