paper-with-me

Papers

DiffusePast: Diffusion-based Generative Replay for Class Incremental Semantic Segmentation

2023-08-02 · Jingfan Chen, Yuxi Wang, Pengfei Wang, Xiao Chen, Zhaoxiang Zhang, Zhen Lei, Qing Li

The Class Incremental Semantic Segmentation (CISS) extends the traditional segmentation task by incrementally learning newly added classes. Previous work has introduced generative replay, which involves replaying old class samples generated from a pre-trained GAN, to address the issues of catastrophic forgetting and privacy concerns. However, the generated images lack semantic precision and exhibit out-of-distribution characteristics, resulting in inaccurate masks that further degrade the segmentation performance. To tackle these challenges, we propose DiffusePast, a novel framework featuring a diffusion-based generative replay module that generates semantically accurate images with more reliable masks guided by different instructions (e.g., text prompts or edge maps). Specifically, DiffusePast introduces a dual-generator paradigm, which focuses on generating old class images that align with the distribution of downstream datasets while preserving the structure and layout of the original images, enabling more precise masks. To adapt to the novel visual concepts of newly added classes continuously, we incorporate class-wise token embedding when updating the dual-generator. Moreover, we assign adequate pseudo-labels of old classes to the background pixels in the new step images, further mitigating the forgetting of previously learned knowledge. Through comprehensive experiments, our method demonstrates competitive performance across mainstream benchmarks, striking a better balance between the performance of old and novel classes.

📄 PDF Abstract BibTeX arXiv:2308.01127

Code (0)

등록된 구현이 없습니다.

Tasks

Class-Incremental Semantic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

SDDGR: Stable Diffusion-based Deep Generative Replay for Class Incremental Object Detection

2024-02-27 · CVPR 2024 1 · Junsu Kim, Hoseong Cho, Jihyeon Kim, Yihalem Yimolal Tiruneh 외

In the field of class incremental learning (CIL), generative replay has become increasingly prominent as a method to mitigate the catastrophic forgetting, alongside the continuous improvements in generative models. Howev…

class-incremental learningClass Incremental LearningClass-Incremental Object DetectionIncremental Learning+3

Class-Incremental Learning using Diffusion Model for Distillation and Replay

2023-06-30 · Quentin Jodelet, Xin Liu, Yin Jun Phua, Tsuyoshi Murata

Class-incremental learning aims to learn new classes in an incremental fashion without forgetting the previously learned ones. Several research works have shown how additional data can be used by incremental models to he…

class-incremental learningClass Incremental LearningIncremental Learning

SER-Diff: Synthetic Error Replay Diffusion for Incremental Brain Tumor Segmentation

2025-10-06 · Sashank Makanaboyina arxiv

Incremental brain tumor segmentation is critical for models that must adapt to evolving clinical datasets without retraining on all prior data. However, catastrophic forgetting, where models lose previously acquired know…

Brain Tumor SegmentationKnowledge DistillationIncremental Learning

Revisiting Generative Replay for Class Incremental Object Detection

2025-01-01 · CVPR 2025 1 · Shizhou Zhang, Xueqiang Lv, Yinghui Xing, Qirui Wu 외

Generative replay has gained significant attention in class-incremental learning; however, its application to Class Incremental Object Detection (CIOD) remains limited due to the challenges in generating complex imag…

class-incremental learningClass Incremental LearningClass-Incremental Object DetectionIncremental Learning+2

Continual Learning of Diffusion Models with Generative Distillation

2023-11-23 · Sergi Masip, Pau Rodriguez, Tinne Tuytelaars, Gido M. van de Ven

Diffusion models are powerful generative models that achieve state-of-the-art performance in image synthesis. However, training them demands substantial amounts of data and computational resources. Continual learning wou…

Continual LearningDenoisingImage Generation