daiqing98 / FedCIL

Code for ICLR 2023 Paper Better Generative Replay for Continual Federated Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FedCIL

Implementation of Better Generative Replay for Continual Federated Learning, ICLR' 23

Usage

  1. Install some of required packages. You can also install them manually.
pip install -r requirements.txt # install requirements
  1. Download the processed dataset here: Google Drive. Unzip this file and place it in the root directory.

  2. To run our models:

sh run-ous.sh # run generative replay based models

Note

In the generative replay module, for the generative model, we adopt the commonly used backbone generative model (WGAN) in Deep Generative Replay (DGR). As specified in the paper, the backbone AC-GAN in our FedCIL is a tiny model with the similar structure of the WGAN in the above DGR implementation.

The difference is that we add an auxiliary classification head to the top of the discriminator as introduced in AC-GAN.

About

Code for ICLR 2023 Paper Better Generative Replay for Continual Federated Learning


Languages

Language:Python 99.4%Language:Shell 0.6%