paper-with-me

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, Seungryul Baek

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. However, its application in class incremental object detection (CIOD) has been significantly limited, primarily due to the complexities of scenes involving multiple labels. In this paper, we propose a novel approach called stable diffusion deep generative replay (SDDGR) for CIOD. Our method utilizes a diffusion-based generative model with pre-trained text-to-diffusion networks to generate realistic and diverse synthetic images. SDDGR incorporates an iterative refinement strategy to produce high-quality images encompassing old classes. Additionally, we adopt an L2 knowledge distillation technique to improve the retention of prior knowledge in synthetic images. Furthermore, our approach includes pseudo-labeling for old objects within new task images, preventing misclassification as background elements. Extensive experiments on the COCO 2017 dataset demonstrate that SDDGR significantly outperforms existing algorithms, achieving a new state-of-the-art in various CIOD scenarios. The source code will be made available to the public.

📄 PDF Abstract BibTeX arXiv:2402.17323

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningClass-Incremental Object DetectionIncremental LearningKnowledge Distillationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Joint Diffusion models in Continual Learning

2024-11-12 · Paweł Skierś, Kamil Deja

In this work, we introduce JDCL - a new method for continual learning with generative rehearsal based on joint diffusion models. Neural networks suffer from catastrophic forgetting defined as abrupt loss in the model's p…

Continual LearningKnowledge Distillation

Continual Learning in Modern Hopfield Networks with an Application to Diffusion Models

2026-05-27 · Ken Takeda, Masafumi Oizumi, Ryo Karakida arxiv

Generative models, including diffusion models, are increasingly used as foundation models and adapted through sequential fine-tuning, making continual learning an essential problem setting. However, continual learning in…

Continual Learning

Stable Continual Reinforcement Learning via Diffusion-based Trajectory Replay

2024-11-16 · Feng Chen, Fuguang Han, Cong Guan, Lei Yuan 외

Given the inherent non-stationarity prevalent in real-world applications, continual Reinforcement Learning (RL) aims to equip the agent with the capability to address a series of sequentially presented decision-making ta…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

ReplayCAD: Generative Diffusion Replay for Continual Anomaly Detection

2025-05-10 · Lei Hu, Zhiyong Gan, Ling Deng, Jinglin Liang 외

Continual Anomaly Detection (CAD) enables anomaly detection models in learning new classes while preserving knowledge of historical classes. CAD faces two key challenges: catastrophic forgetting and segmentation of small…

Anomaly Detectioncontinual anomaly detectionData CompressionSegmentation