paper-with-me

Papers

Beyond Background Shift: Rethinking Instance Replay in Continual Semantic Segmentation

2025-03-28 · CVPR 2025 1 · Hongmei Yin, Tingliang Feng, Fan Lyu, Fanhua Shang, Hongying Liu, Wei Feng, Liang Wan

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.

📄 PDF Abstract BibTeX arXiv:2503.22136

Code (1)

yikeyin97/eir 공식 구현 pytorch

Tasks

Continual Semantic SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Augmented Box Replay: Overcoming Foreground Shift for Incremental Object Detection

2023-07-23 · ICCV 2023 1 · Liu Yuyang, Cong Yang, Goswami Dipam, Liu Xialei 외

In incremental learning, replaying stored samples from previous tasks together with current task samples is one of the most efficient approaches to address catastrophic forgetting. However, unlike incremental classificat…

Incremental Learningobject-detectionObject Detection

Rethinking Transfer in Continual Learning: A Replay-Based Realisation

2026-07-17 · Yang Meng, Zhenya Liu, Zhuokai Zhao, Yuxin Chen arxiv

Continual learning studies how deployed language models can continually acquire new tasks without expensive retraining from scratch. Existing methods, whether rehearsal-based (replaying stored past data) or rehearsal-fre…

Continual Learning

RECALL: Replay-based Continual Learning in Semantic Segmentation

2021-08-08 · ICCV 2021 10 · Andrea Maracani, Umberto Michieli, Marco Toldo, Pietro Zanuttigh

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 incre…

Continual LearningGenerative Adversarial NetworkSemantic Segmentation

Beyond Discrete Samples: High Information Density Replay for Efficient Lifelong Person Re-Identification

2025-08-03 · Mingyu Wang, Wei Jiang, Haojie Liu, Zhiyong Li 외 arxiv

Lifelong Person Re-Identification (LReID) typically resists catastrophic forgetting by replaying historical samples, rehearsing domain distributions, or distilling previous model knowledge. Among these, data replay is fa…

Person Re-Identification

Rethinking Experience Replay: a Bag of Tricks for Continual Learning

2020-10-12 · Pietro Buzzega, Matteo Boschini, Angelo Porrello, Simone Calderara

In Continual Learning, a Neural Network is trained on a stream of data whose distribution shifts over time. Under these assumptions, it is especially challenging to improve on classes appearing later in the stream while …

Continual Learning