Memory-Efficient Continual Learning Object Segmentation for Long Video
Amir Nazemi, Mohammad Javad Shafiee, Zahra Gharaee, Paul Fieguth
TL;DR
This paper tackles memory limitations in semi-supervised online video object segmentation (VOS) for long videos, where storing all past frames is impractical. It recasts Online VOS as online continual learning and introduces two memory-efficient modules: GRCL, which uses a gated-regularizer memory to preserve previously learned object representations, and RMSCL, which selects a compact, diverse subset of memory via reconstruction-based criteria. A Hybrid approach combines GRCL and RMSCL to exploit both guarantees of stability and selective rehearsal. Across long-video benchmarks, the methods yield averaging gains above 8% in J&F and enhance robustness while preserving short-video performance on DAVIS16, DAVIS17, and YouTube-VOS18, all without retraining the offline encoder/decoder components.
Abstract
Recent state-of-the-art semi-supervised Video Object Segmentation (VOS) methods have shown significant improvements in target object segmentation accuracy when information from preceding frames is used in segmenting the current frame. In particular, such memory-based approaches can help a model to more effectively handle appearance changes (representation drift) or occlusions. Ideally, for maximum performance, Online VOS methods would need all or most of the preceding frames (or their extracted information) to be stored in memory and be used for online learning in later frames. Such a solution is not feasible for long videos, as the required memory size grows without bound, and such methods can fail when memory is limited and a target object experiences repeated representation drifts throughout a video. We propose two novel techniques to reduce the memory requirement of Online VOS methods while improving modeling accuracy and generalization on long videos. Motivated by the success of continual learning techniques in preserving previously-learned knowledge, here we propose Gated-Regularizer Continual Learning (GRCL), which improves the performance of any Online VOS subject to limited memory, and a Reconstruction-based Memory Selection Continual Learning (RMSCL), which empowers Online VOS methods to efficiently benefit from stored information in memory. We also analyze the performance of a hybrid combination of the two proposed methods. Experimental results show that the proposed methods are able to improve the performance of Online VOS models by more than 8%, with improved robustness on long-video datasets while maintaining comparable performance on short-video datasets such as DAVIS16, DAVIS17, and YouTube-VOS18.
