CVLGMar 17, 2023

Dual-path Adaptation from Image to Video Transformers

arXiv:2303.09857v166 citationsh-index: 50
Originality Incremental advance
AI Analysis

This work addresses the challenge of leveraging image foundation models for video tasks, offering an incremental improvement in adaptation efficiency.

The paper tackles the problem of efficiently adapting image transformers like ViT and Swin for video understanding with minimal trainable parameters, achieving effective generalization on four action recognition benchmarks.

In this paper, we efficiently transfer the surpassing representation power of the vision foundation models, such as ViT and Swin, for video understanding with only a few trainable parameters. Previous adaptation methods have simultaneously considered spatial and temporal modeling with a unified learnable module but still suffered from fully leveraging the representative capabilities of image transformers. We argue that the popular dual-path (two-stream) architecture in video models can mitigate this problem. We propose a novel DualPath adaptation separated into spatial and temporal adaptation paths, where a lightweight bottleneck adapter is employed in each transformer block. Especially for temporal dynamic modeling, we incorporate consecutive frames into a grid-like frameset to precisely imitate vision transformers' capability that extrapolates relationships between tokens. In addition, we extensively investigate the multiple baselines from a unified perspective in video understanding and compare them with DualPath. Experimental results on four action recognition benchmarks prove that pretrained image transformers with DualPath can be effectively generalized beyond the data domain.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes