Learning from One Continuous Video Stream
João Carreira, Michael King, Viorica Pătrăucean, Dilara Gokay, Cătălin Ionescu, Yi Yang, Daniel Zoran, Joseph Heyward, Carl Doersch, Yusuf Aytar, Dima Damen, Andrew Zisserman
TL;DR
This work investigates learning from a single continuous video stream, a setting with high temporal correlation and no minibatches, by introducing a unified pixel-to-pixel framework that supports multiple tasks through RGB-space targets. It evaluates both in-stream adaptation and out-of-stream generalization using two long video streams (Ego4D-stream and ScanNet-stream) and a family of future-prediction pretraining tasks. The key findings show that momentum-free optimizers (e.g., RMSProp), less frequent weight updates, and pretraining on IID data with future-prediction objectives yield substantial gains, with Baby Learning rivaling IID batch-size-1 performance for generalization and surpassing it for adaptation. This approach offers a practical path toward on-device, privacy-friendly continual learning from continuous sensory streams, with implications for embodied AI and personalized digital assistants.
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.
