An Image is Worth 16x16 Words, What is a Video Worth?
Abstract
Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.
Leading methods in the domain of action recognition try to distill information from both the spatial and temporal dimensions of an input video. Methods that reach State of the Art (SotA) accuracy, usually make use of 3D convolution layers as a way to abstract the temporal information from video frames. The use of such convolutions requires sampling short clips from the input video, where each clip is a collection of closely sampled frames. Since each short clip covers a small fraction of an input video, multiple clips are sampled at inference in order to cover the whole temporal length of the video. This leads to increased computational load and is impractical for real-world applications. We address the computational bottleneck by significantly reducing the number of frames required for inference. Our approach relies on a temporal transformer that applies global attention over video frames, and thus better exploits the salient information in each frame. Therefore our approach is very input efficient, and can achieve SotA results (on Kinetics dataset) with a fraction of the data (frames per video), computation and latency. Specifically on Kinetics-400, we reach $80.5$ top-1 accuracy with $\times 30$ less frames per video, and $\times 40$ faster inference than the current leading method. Code is available at: https://github.com/Alibaba-MIIL/STAM
Results and benchmarks
Leading methods in the domain of action recognition try to distill information from both the spatial and temporal dimensions of an input video.
Benchmark evidence is limited
Evidence graph: 3 refs, 3 links.
Utility signals: depth 85/100, grounding 75/100, status high.
Implementation
Historical official implementation (not recommended for new builds)
Only a historical official implementation is available
Use with caution for new projects; verify against current tooling and maintained community alternatives.
Alibaba-MIIL/STAM · 221 stars · Last push Aug 23, 2022
lucidrains/vit-pytorch is the closest maintained adjacent implementation (Matches contextual method/domain keyword: transformer). It is not paper-verified; validate algorithm and evaluation setup against the paper before trusting reported metrics. Community adoption signal: 25489 GitHub stars.
Open Alibaba-MIIL/STAM- Adjacent implementations are not paper-verified
- Recommended repository is adjacent and not paper-verified.
- No direct maintained implementation is currently verified.
- Only historical official repository was found: Alibaba-MIIL/STAM.
- No maintained paper-verified implementation met reliability thresholds.
Compare implementation paths
Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.
- Maintenance
- Stale
- Confidence
- High
- Reproducibility
- Moderate
- Stars
- 221
- Last push
- Aug 23, 2022 (1462d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No push in 12+ months
- No CI pipeline detected
- No tagged releases
- Maintenance
- Stale
- Confidence
- Low
- Reproducibility
- Moderate
- Stars
- 134
- Last push
- Apr 1, 2021 (1972d)
Matched via arXiv identifier search · Community adoption signal (134 stars)
- No push in 12+ months
- No Docker setup
- Dependency manifest missing
- Maintenance
- Recently updated
- Confidence
- Low
- Reproducibility
- Moderate
- Stars
- 0
- Last push
- Jun 12, 2026 (73d)
Matched via arXiv identifier search
- No tagged releases
- No Docker setup
- Dependency manifest missing
Reproduction readiness
Setup required
Dependencies pinned, manual setup needed
- Alibaba-MIIL/STAM has requirements.txt but requires manual environment setup.
- Last push was 1462 days ago, so expect possible dependency version conflicts.
- No Dockerfile, so you will set up the environment manually.
- No CI pipeline, so test coverage is unknown.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Quick start
git clone https://github.com/Alibaba-MIIL/STAM.git
pip install -r requirements.txt Framework baselines
- Hugging Face Transformers training guide
Modern transformer training baseline.
- PyTorch nn.Transformer docs
Reference transformer building block implementation.
Repositories and ecosystem
Closest related implementations
These are not paper-verified. Use them as reference points when no direct implementation is available.
- lucidrains/vit-pytorch Adjacent · Confidence: Medium · 25,489 stars
Matches contextual method/domain keyword: transformer
- huggingface/transformers.js Adjacent · Confidence: Medium · 16,264 stars
Matches contextual method/domain keyword: transformer
- lucidrains/x-transformers Adjacent · Confidence: Medium · 5,941 stars
Matches contextual method/domain keyword: transformer
- cmhungsteve/Awesome-Transformer-Attention Adjacent · Confidence: Medium · 5,049 stars
Matches contextual method/domain keyword: transformer
No additional verified repositories beyond the primary recommendation.
These repositories had low-confidence matching signals and are hidden by default.
- lucidrains/STAM-pytorch
Confidence: Low · 134 stars
- anhtuandev-04/STAM-pytorch
Confidence: Low · 0 stars
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
Tasks
Transformer
Methods
Transformer
Domains
Computer vision
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.
Data includes links from Papers with Code ( CC-BY-SA-4.0 ).