paper-with-me

Papers

Using Diffusion Models as Generative Replay in Continual Federated Learning -- What will Happen?

2024-11-10 · Yongsheng Mei, Liangqi Yuan, Dong-Jun Han, Kevin S. Chan, Christopher G. Brinton, Tian Lan

Federated learning (FL) has become a cornerstone in decentralized learning, where, in many scenarios, the incoming data distribution will change dynamically over time, introducing continuous learning (CL) problems. This continual federated learning (CFL) task presents unique challenges, particularly regarding catastrophic forgetting and non-IID input data. Existing solutions include using a replay buffer to store historical data or leveraging generative adversarial networks. Nevertheless, motivated by recent advancements in the diffusion model for generative tasks, this paper introduces DCFL, a novel framework tailored to address the challenges of CFL in dynamic distributed learning environments. Our approach harnesses the power of the conditional diffusion model to generate synthetic historical data at each local device during communication, effectively mitigating latent shifts in dynamic data distribution inputs. We provide the convergence bound for the proposed CFL framework and demonstrate its promising performance across multiple datasets, showcasing its effectiveness in tackling the complexities of CFL tasks.

📄 PDF Abstract BibTeX arXiv:2411.06618

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

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

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

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

Coordinated Replay Sample Selection for Continual Federated Learning

2023-10-23 · Jack Good, Jimit Majmudar, Christophe Dupuy, Jixuan Wang 외

Continual Federated Learning (CFL) combines Federated Learning (FL), the decentralized learning of a central model on a number of client devices that may not communicate their data, and Continual Learning (CL), the learn…

Continual LearningFederated 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)

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