Deformable Video Transformer
Jue Wang, Lorenzo Torresani

TL;DR
The Deformable Video Transformer (DVT) introduces a motion-aware, deformable attention mechanism that dynamically selects relevant patches in videos, improving action classification accuracy while reducing computational costs.
Contribution
It proposes a novel deformable attention mechanism for video transformers that leverages motion information from compressed video formats, eliminating the need for hand-designed attention strategies.
Findings
Achieves state-of-the-art accuracy on four large-scale video benchmarks.
Reduces computational cost compared to existing video transformers.
Demonstrates the effectiveness of motion-based deformable attention in video classification.
Abstract
Video transformers have recently emerged as an effective alternative to convolutional networks for action classification. However, most prior video transformers adopt either global space-time attention or hand-defined strategies to compare patches within and across frames. These fixed attention schemes not only have high computational cost but, by comparing patches at predetermined locations, they neglect the motion dynamics in the video. In this paper, we introduce the Deformable Video Transformer (DVT), which dynamically predicts a small subset of video patches to attend for each query location based on motion information, thus allowing the model to decide where to look in the video based on correspondences across frames. Crucially, these motion-based correspondences are obtained at zero-cost from information stored in the compressed format of the video. Our deformable attention…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Anomaly Detection Techniques and Applications · Gait Recognition and Analysis
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Layer Normalization · Dropout · Byte Pair Encoding · Position-Wise Feed-Forward Layer · Dense Connections · Label Smoothing · Adam
