paper-with-me

Papers

AIM: Adapting Image Models for Efficient Video Action Recognition

2023-02-06 · Taojiannan Yang, Yi Zhu, Yusheng Xie, Aston Zhang, Chen Chen, Mu Li

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/}.

📄 PDF Abstract BibTeX arXiv:2302.03024

Code (1)

taoyang1122/adapt-image-models pytorch

Tasks

Action ClassificationAction RecognitionTemporal Action LocalizationVideo Understanding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

FitCLIP: Refining Large-Scale Pretrained Image-Text Models for Zero-Shot Video Understanding Tasks

2022-03-24 · Santiago Castro, Fabian Caba Heilbron

Large-scale pretrained image-text models have shown incredible zero-shot performance in a handful of tasks, including video ones such as action recognition and text-to-video retrieval. However, these models have not been…

Action RecognitionRetrievalText to Video RetrievalVideo Retrieval+2

Object-based (yet Class-agnostic) Video Domain Adaptation

2023-11-29 · Dantong Niu, Amir Bar, Roei Herzig, Trevor Darrell 외

Existing video-based action recognition systems typically require dense annotation and struggle in environments when there is significant distribution shift relative to the training data. Current methods for video domain…

Action RecognitionDomain AdaptationObject

A Comprehensive Study of Deep Video Action Recognition

2020-12-11 · Yi Zhu, Xinyu Li, Chunhui Liu, Mohammadreza Zolfaghari 외

Video action recognition is one of the representative tasks for video understanding. Over the last decade, we have witnessed great advancements in video action recognition thanks to the emergence of deep learning. But we…

Action RecognitionDeep LearningTemporal Action LocalizationVideo Understanding

FROSTER: Frozen CLIP Is A Strong Teacher for Open-Vocabulary Action Recognition

2024-02-05 · Xiaohu Huang, Hao Zhou, Kun Yao, Kai Han

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 generalizatio…

Action RecognitionOpen Vocabulary Action Recognition

Video Swin Transformer

2021-06-24 · CVPR 2022 1 · Ze Liu, Jia Ning, Yue Cao, Yixuan Wei 외

The vision community is witnessing a modeling shift from CNNs to Transformers, where pure Transformer architectures have attained top accuracy on the major video recognition benchmarks. These video models are all built o…

Action ClassificationAction RecognitionGeneral ClassificationInductive Bias+3