paper-with-me

Papers

Training a Large Video Model on a Single Machine in a Day

2023-09-28 · Yue Zhao, Philipp Krähenbühl

Videos are big, complex to pre-process, and slow to train on. State-of-the-art large-scale video models are trained on clusters of 32 or more GPUs for several days. As a consequence, academia largely ceded the training of large video models to industry. In this paper, we show how to still train a state-of-the-art video model on a single machine with eight consumer-grade GPUs in a day. We identify three bottlenecks, IO, CPU, and GPU computation, and optimize each. The result is a highly efficient video training pipeline. For comparable architectures, our pipeline achieves higher accuracies with $\frac{1}{8}$ of the computation compared to prior work. Code is available at https://github.com/zhaoyue-zephyrus/AVION.

📄 PDF Abstract BibTeX arXiv:2309.16669

Code (1)

zhaoyue-zephyrus/avion 공식 구현 pytorch

Tasks

Action RecognitionCPUGPUMulti-Instance Retrieval

Similar Papers 제목 키워드 기반

YouTube-8M: A Large-Scale Video Classification Benchmark

2016-09-27 · Sami Abu-El-Haija, Nisarg Kothari, Joonseok Lee, Paul Natsev 외

Many recent advancements in Computer Vision are attributed to large datasets. Open-source software packages for Machine Learning and inexpensive commodity hardware have reduced the barrier of entry for exploring novel ap…

3D Face ReconstructionAction RecognitionAction Recognition In VideosGeneral Classification+1

SinFusion: Training Diffusion Models on a Single Image or Video

2022-11-21 · Yaniv Nikankin, Niv Haim, Michal Irani

Diffusion models exhibited tremendous progress in image and video generation, exceeding GANs in quality and diversity. However, they are usually trained on very large datasets and are not naturally adapted to manipulate …

DiversityImage ManipulationVideo Generation

Video Understanding as Machine Translation

2020-06-12 · Bruno Korbar, Fabio Petroni, Rohit Girdhar, Lorenzo Torresani

With the advent of large-scale multimodal video datasets, especially sequences with audio or transcribed speech, there has been a growing interest in self-supervised learning of video representations. Most prior work for…

Machine TranslationMetric LearningQuestion AnsweringRetrieval+4

Lucid Data Dreaming for Video Object Segmentation

2017-03-28 · Anna Khoreva, Rodrigo Benenson, Eddy Ilg, Thomas Brox 외

Convolutional networks reach top quality in pixel-level video object segmentation but require a large amount of training data (1k~100k) to deliver such results. We propose a new training strategy which achieves state-of-…

Multiple Object TrackingObjectObject TrackingSegmentation+4

Scanner: Efficient Video Analysis at Scale

2018-05-18 · Alex Poms, Will Crichton, Pat Hanrahan, Kayvon Fatahalian

A growing number of visual computing applications depend on the analysis of large video collections. The challenge is that scaling applications to operate on these datasets requires efficient systems for pixel data acces…