English

Learning from One Continuous Video Stream

Computer Vision and Pattern Recognition 2024-04-01 v2 Artificial Intelligence

Abstract

We introduce a framework for online learning from a single continuous video stream -- the way people and animals learn, without mini-batches, data augmentation or shuffling. This poses great challenges given the high correlation between consecutive video frames and there is very little prior work on it. Our framework allows us to do a first deep dive into the topic and includes a collection of streams and tasks composed from two existing video datasets, plus methodology for performance evaluation that considers both adaptation and generalization. We employ pixel-to-pixel modelling as a practical and flexible way to switch between pre-training and single-stream evaluation as well as between arbitrary tasks, without ever requiring changes to models and always using the same pixel loss. Equipped with this framework we obtained large single-stream learning gains from pre-training with a novel family of future prediction tasks, found that momentum hurts, and that the pace of weight updates matters. The combination of these insights leads to matching the performance of IID learning with batch size 1, when using the same architecture and without costly replay buffers.

Keywords

Cite

@article{arxiv.2312.00598,
  title  = {Learning from One Continuous Video Stream},
  author = {João Carreira and Michael King and Viorica Pătrăucean and Dilara Gokay and Cătălin Ionescu and Yi Yang and Daniel Zoran and Joseph Heyward and Carl Doersch and Yusuf Aytar and Dima Damen and Andrew Zisserman},
  journal= {arXiv preprint arXiv:2312.00598},
  year   = {2024}
}

Comments

CVPR camera ready version