CRAM: Large-scale Video Continual Learning with Bootstrapped Compression
Shivani Mall, Joao F. Henriques

TL;DR
CRAM introduces a novel video continual learning method that uses compressed video embeddings and a refreshing scheme to reduce memory requirements while maintaining high performance on large-scale benchmarks.
Contribution
The paper proposes CRAM, a new approach combining online video compression and code refreshing to enable scalable, memory-efficient video continual learning.
Findings
CRAM outperforms prior methods on large-scale benchmarks.
It achieves significant memory reduction, storing thousands of videos in under 2 GB.
CRAM effectively mitigates catastrophic forgetting through code refreshing.
Abstract
Continual learning (CL) promises to allow neural networks to learn from continuous streams of inputs, instead of IID (independent and identically distributed) sampling, which requires random access to a full dataset. This would allow for much smaller storage requirements and self-sufficiency of deployed systems that cope with natural distribution shifts, similarly to biological learning. We focus on video CL employing a rehearsal-based approach, which reinforces past samples from a memory buffer. We posit that part of the reason why practical video CL is challenging is the high memory requirements of video, further exacerbated by long-videos and continual streams, which are at odds with the common rehearsal-buffer size constraints. To address this, we propose to use compressed vision, i.e. store video codes (embeddings) instead of raw inputs, and train a video classifier by IID sampling…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Sparse and Compressive Sensing Techniques · Advanced Data Compression Techniques
