RECALL: Replay-based Continual Learning in Semantic Segmentation
Andrea Maracani, Umberto Michieli, Marco Toldo, Pietro Zanuttigh

TL;DR
RECALL introduces a replay-based continual learning method for semantic segmentation that generates or retrieves past class data without storing samples, effectively mitigating catastrophic forgetting during incremental learning.
Contribution
It proposes a novel replay strategy using GAN-generated and web-crawled data to prevent forgetting without storing previous samples.
Findings
RECALL outperforms existing methods in incremental semantic segmentation.
The approach effectively mitigates catastrophic forgetting.
No storage of past data is required, preserving privacy.
Abstract
Deep networks allow to obtain outstanding results in semantic segmentation, however they need to be trained in a single shot with a large amount of data. Continual learning settings where new classes are learned in incremental steps and previous training data is no longer available are challenging due to the catastrophic forgetting phenomenon. Existing approaches typically fail when several incremental steps are performed or in presence of a distribution shift of the background class. We tackle these issues by recreating no longer available data for the old classes and outlining a content inpainting scheme on the background class. We propose two sources for replay data. The first resorts to a generative adversarial network to sample from the class space of past learning steps. The second relies on web-crawled data to retrieve images containing examples of old classes from online…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Multimodal Machine Learning Applications
MethodsInpainting
