Dual-path Adaptation from Image to Video Transformers

CVPR 2023  ยท  Jungin Park, Jiyoung Lee, Kwanghoon Sohn ยท

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.

PDF Abstract CVPR 2023 PDF CVPR 2023 Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Action Classification Diving-48 DualPath w/ ViT-B/16 Acc@1 88.7 # 1
Action Recognition Diving-48 DUALPATH Accuracy 88.7 # 3
Action Classification HMDB51 DualPath w/ ViT-B/16 MLPs. Acc@1 75.6 # 1
Action Classification Kinetics-400 DualPath w/ ViT-B/16 Acc@1 85.4 # 47
Acc@5 97.1 # 31
Action Classification Kinetics-400 DualPath w/ ViT-L/14 Acc@1 87.7 # 26
Acc@5 97.8 # 12

Methods