Papers › A Multigrid Method for Efficiently Training Video Models

A Multigrid Method for Efficiently Training Video Models

2 Dec 2019CVPR 2020 6arXiv:1912.00998archive 2025-07-28

Chao-yuan Wu, Ross Girshick, Kaiming He, Christoph Feichtenhofer, Philipp Krähenbühl

Training competitive deep video models is an order of magnitude slower than training their counterpart image models. Slow training causes long research cycles, which hinders progress in video understanding research. Following standard practice for training image models, video model training assumes a fixed mini-batch shape: a specific number of clips, frames, and spatial size. However, what is the optimal shape? High resolution models perform well, but train slowly. Low resolution models train faster, but they are inaccurate. Inspired by multigrid methods in numerical optimization, we propose to use variable mini-batch shapes with different spatial-temporal resolutions that are varied according to a schedule. The different shapes arise from resampling the training data on multiple sampling grids. Training is accelerated by scaling up the mini-batch size and learning rate when shrinking the other dimensions. We empirically demonstrate a general and robust grid schedule that yields a significant out-of-the-box training speedup without a loss in accuracy for different models (I3D, non-local, SlowFast), datasets (Kinetics, Something-Something, Charades), and training settings (with and without pre-training, 128 GPUs or 1 GPU). As an illustrative example, the proposed multigrid method trains a ResNet-50 SlowFast network 4.5x faster (wall-clock time, same hardware) while also improving accuracy (+0.8% absolute) on Kinetics-400 compared to the baseline training method. Code is available online.

PaperPDFConference PDFCodeCode 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="1912.00998")

Code

Syntology Ran 2 of 10 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong.

By repository: community (archive-listed): 7 samples from 1 repository, 0 ran; 3 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.

facebookresearch/SlowFast officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

10 samples harvested; 2 ran; 1 honoured the contract we drafted; 8 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
1ran · our draft was wrong
8unverified

Licence: 3 of the 10 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 alexandrosstergiou/Squeeze-and-Recursion-Temporal-Gates. 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.

autofill alexandrosstergiou/Squeeze-and-Recursion-Temporal-Gates/train_kinetics.py community (archive-listed) unverified MIT (permissive) · be3c993685952552 · report
autofill alexandrosstergiou/Squeeze-and-Recursion-Temporal-Gates/train_diving48.py community (archive-listed) unverified MIT (permissive) · 8062365931ddd386 · report
soft_nnc alexandrosstergiou/Squeeze-and-Recursion-Temporal-Gates/network/MTnet.py community (archive-listed) unverified MIT (permissive) · dd0b6b6788c4a14f · report
srtg_wide_r3d50_2 alexandrosstergiou/Squeeze-and-Recursion-Temporal-Gates/network/srtg_resnet.py community (archive-listed) unverified MIT (permissive) · 0cab0d5b1c28cbc8 · report
temporal_cossim_pool alexandrosstergiou/Squeeze-and-Recursion-Temporal-Gates/network/MTnet.py community (archive-listed) unverified MIT (permissive) · b9f85596f07ec1b4 · report
wide_r3d101_2 alexandrosstergiou/Squeeze-and-Recursion-Temporal-Gates/network/srtg_resnet.py community (archive-listed) unverified MIT (permissive) · 38853274c3cd2d74 · report
wide_r3d50_2 alexandrosstergiou/Squeeze-and-Recursion-Temporal-Gates/network/srtg_resnet.py community (archive-listed) unverified MIT (permissive) · 1fac1586476472cb · report
conv1x1x1 identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 0a3fae1570b6c8c7 · report
get_inplanes identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · acfa08610335818d · report
conv3x3x3 identical code first harvested elsewhere unverified licence of this copy not recorded · 624693b57e7dcd4a · report

Tasks

Action DetectionAction RecognitionVideo ClassificationVideo Understanding

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Action Recognition Something-Something V2 Multigrid Top-1 Accuracy 61.7 #107 of 123 Archive leaderboard report
Video Classification Charades Multigrid mAP 38.2 #1 of 1 Archive leaderboard report
Video Classification Kinetics Multigrid Top-1 77.6 #1 of 1 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.

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