CVMar 28, 2025

Beyond Background Shift: Rethinking Instance Replay in Continual Semantic Segmentation

arXiv:2503.22136v19 citationsh-index: 9CVPR
Originality Incremental advance
AI Analysis

This addresses catastrophic forgetting in continual semantic segmentation, an incremental improvement for computer vision applications.

The paper tackled the problem of background confusion in continual semantic segmentation by proposing an Enhanced Instance Replay method, which improved performance and significantly outperformed state-of-the-art methods.

In this work, we focus on continual semantic segmentation (CSS), where segmentation networks are required to continuously learn new classes without erasing knowledge of previously learned ones. Although storing images of old classes and directly incorporating them into the training of new models has proven effective in mitigating catastrophic forgetting in classification tasks, this strategy presents notable limitations in CSS. Specifically, the stored and new images with partial category annotations leads to confusion between unannotated categories and the background, complicating model fitting. To tackle this issue, this paper proposes a novel Enhanced Instance Replay (EIR) method, which not only preserves knowledge of old classes while simultaneously eliminating background confusion by instance storage of old classes, but also mitigates background shifts in the new images by integrating stored instances with new images. By effectively resolving background shifts in both stored and new images, EIR alleviates catastrophic forgetting in the CSS task, thereby enhancing the model's capacity for CSS. Experimental results validate the efficacy of our approach, which significantly outperforms state-of-the-art CSS methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes