A Multigrid Method for Efficiently Training Video Models
Chao-Yuan Wu, Ross Girshick, Kaiming He, Christoph Feichtenhofer,, Philipp Kr\"ahenb\"uhl

TL;DR
This paper introduces a multigrid training method for video models that varies spatial-temporal resolutions during training, significantly speeding up training without sacrificing accuracy.
Contribution
It proposes a novel multigrid approach using variable mini-batch shapes and a scheduling strategy, improving training speed and accuracy for video models.
Findings
4.5x faster training of ResNet-50 SlowFast on Kinetics-400
Achieves +0.8% accuracy improvement
Works across multiple models and datasets
Abstract
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…
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.
Code & Models
Videos
A Multigrid Method for Efficiently Training Video Models· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Vision and Imaging · Human Pose and Action Recognition
