Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Long Movie Clip Classification with State-Space Video Models

About

Most modern video recognition models are designed to operate on short video clips (e.g., 5-10s in length). Thus, it is challenging to apply such models to long movie understanding tasks, which typically require sophisticated long-range temporal reasoning. The recently introduced video transformers partially address this issue by using long-range temporal self-attention. However, due to the quadratic cost of self-attention, such models are often costly and impractical to use. Instead, we propose ViS4mer, an efficient long-range video model that combines the strengths of self-attention and the recently introduced structured state-space sequence (S4) layer. Our model uses a standard Transformer encoder for short-range spatiotemporal feature extraction, and a multi-scale temporal S4 decoder for subsequent long-range temporal reasoning. By progressively reducing the spatiotemporal feature resolution and channel dimension at each decoder layer, ViS4mer learns complex long-range spatiotemporal dependencies in a video. Furthermore, ViS4mer is $2.63\times$ faster and requires $8\times$ less GPU memory than the corresponding pure self-attention-based model. Additionally, ViS4mer achieves state-of-the-art results in $6$ out of $9$ long-form movie video classification tasks on the Long Video Understanding (LVU) benchmark. Furthermore, we show that our approach successfully generalizes to other domains, achieving competitive results on the Breakfast and the COIN procedural activity datasets. The code is publicly available at: https://github.com/md-mohaiminul/ViS4mer.

Md Mohaiminul Islam, Gedas Bertasius• 2022

Related benchmarks

TaskDatasetResultRank
Long-form Video UnderstandingLVU
Relation Attribute Accuracy57.14
44
Video Action ClassificationCOIN
Top-1 Acc88.4
33
Action RecognitionBreakfast
Top-1 Accuracy88.2
28
Classification of Procedural ActivitiesCOIN (test)
Accuracy88.41
23
Single-label activity classificationBreakfast
Accuracy88.17
21
Movie Scene SegmentationMovieNet 1.0 (test)
AP55.13
20
Video ClassificationCOIN (test)
Top-1 Accuracy88.4
20
Long-form Video UnderstandingLVU (test)
Relation Top-1 Acc57.14
16
Human Activity RecognitionBreakfast
Accuracy85.1
14
Long-form Video UnderstandingLVU 1.0 (test)
Director Accuracy62.6
14
Showing 10 of 17 rows

Other info

Follow for update