paper-with-me

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 performance when retrained with additional data coming from a different distribution. Generative-replay-based continual learning methods try to mitigate this issue by retraining a model with a combination of new and rehearsal data sampled from a generative model. In this work, we propose to extend this idea by combining a continually trained classifier with a diffusion-based generative model into a single - jointly optimized neural network. We show that such shared parametrization, combined with the knowledge distillation technique allows for stable adaptation to new tasks without catastrophic forgetting. We evaluate our approach on several benchmarks, where it outperforms recent state-of-the-art generative replay techniques. Additionally, we extend our method to the semi-supervised continual learning setup, where it outperforms competing buffer-based replay techniques, and evaluate, in a self-supervised manner, the quality of trained representations.

📄 PDF Abstract BibTeX arXiv:2411.08224

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningKnowledge Distillation

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 제목 키워드 기반

EWC-Guided Diffusion Replay for Exemplar-Free Continual Learning in Medical Imaging

2025-09-28 · Anoushka Harit, William Prew, Zhongtian Sun, Florian Markowetz arxiv

Medical imaging foundation models must adapt over time, yet full retraining is often blocked by privacy constraints and cost. We present a continual learning framework that avoids storing patient exemplars by pairing cla…

Continual Learning

Continual Personalization for Diffusion Models

2025-10-02 · Yu-Chien Liao, Jr-Jen Chen, Chi-Pin Huang, Ci-Siang Lin 외 arxiv

Updating diffusion models in an incremental setting would be practical in real-world applications yet computationally challenging. We present a novel learning strategy of Concept Neuron Selection (CNS), a simple yet effe…

Text-to-Image GenerationContinual Learning

Solving Continual Offline RL through Selective Weights Activation on Aligned Spaces

2024-10-21 · Jifeng Hu, Sili Huang, Li Shen, Zhejian Yang 외

Continual offline reinforcement learning (CORL) has shown impressive ability in diffusion-based lifelong learning systems by modeling the joint distributions of trajectories. However, most research only focuses on limite…

Continual LearningLifelong learningOffline RLQuantization

Continual Diffusion: Continual Customization of Text-to-Image Diffusion with C-LoRA

2023-04-12 · James Seale Smith, Yen-Chang Hsu, Lingyu Zhang, Ting Hua 외

Recent works demonstrate a remarkable ability to customize text-to-image diffusion models while only providing a few example images. What happens if you try to customize such models using multiple, fine-grained concepts …

Continual Learningimage-classificationImage Classification

T2I-ConBench: Text-to-Image Benchmark for Continual Post-training

2025-05-22 · Zhehao Huang, Yuhang Liu, Yixin Lou, Zhengbao He 외

Continual post-training adapts a single text-to-image diffusion model to learn new tasks without incurring the cost of separate models, but naive post-training causes forgetting of pretrained knowledge and undermines zer…