Papers › Long Movie Clip Classification with State-Space Video Models

Long Movie Clip Classification with State-Space Video Models

4 Apr 2022arXiv:2204.01692archive 2025-07-28

Md Mohaiminul Islam, Gedas Bertasius

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× faster and requires 8× 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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2204.01692")

Code

Syntology Ran 11 of 18 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 7 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 9 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

md-mohaiminul/ViS4mer officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 11 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
7ran · our draft was wrong
1ran · fixture could not drive it
2ran
7unverified

Licence: 2 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from md-mohaiminul/ViS4mer. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

LinearActivation md-mohaiminul/ViS4mer/models.py official repository ran · our draft was wrong MIT (permissive) · 8538f8c63d35c959 · report
SSKernelSlow md-mohaiminul/ViS4mer/models.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 39159b1078607edf · report
TransposedLinear md-mohaiminul/ViS4mer/models.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 71048363ae476934 · report
get_logger md-mohaiminul/ViS4mer/models.py official repository ran · our draft was wrong MIT (permissive) · 61139ec62260b411 · report
krylov md-mohaiminul/ViS4mer/models.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 030ade7f4f951898 · report
nplr md-mohaiminul/ViS4mer/models.py official repository ran · our draft was wrong MIT (permissive) · 52f5a73f3505ecee · report
power md-mohaiminul/ViS4mer/models.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · fae8dcc7964cac77 · report
rank_correction md-mohaiminul/ViS4mer/models.py official repository ran · honoured contract MIT (permissive) · 3dce80b93036d192 · report
transition md-mohaiminul/ViS4mer/models.py official repository ran · our draft was wrong MIT (permissive) · 87ea80b70e1e70b9 · report
HippoSSKernel md-mohaiminul/ViS4mer/models.py official repository unverified MIT (permissive) · 717d9447a001c75e · report
OptimModule md-mohaiminul/ViS4mer/models.py official repository unverified MIT (permissive) · 8076f48bc17f0bc5 · report
S4 md-mohaiminul/ViS4mer/models.py official repository unverified MIT (permissive) · 0bbcf5a8797deb01 · report
SSKernelNPLR md-mohaiminul/ViS4mer/models.py official repository unverified MIT (permissive) · a0cd8021dee737f7 · report
ViS4mer md-mohaiminul/ViS4mer/models.py official repository unverified MIT (permissive) · b7f3ea1de74c55c3 · report
_broadcast_dims md-mohaiminul/ViS4mer/models.py official repository unverified MIT (permissive) · 0c3303405c8151e9 · report
cauchy_conj md-mohaiminul/ViS4mer/models.py official repository unverified MIT (permissive) · fba66bbdebdb89e4 · report
Activation identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 89b10a8b26bbb7ed · report
get_initializer identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 49d9214ec79a8edb · report

Tasks

ClassificationDecoderVideo ClassificationVideo RecognitionVideo Understanding

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Classification Breakfast ViS4mer Accuracy (%) 88.2 #6 of 9 Archive leaderboard report
Video Classification COIN ViS4mer Accuracy (%) 88.4 #6 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections