Skip to content

jhoon-oh/FedBABU

 
 

Repository files navigation

[Official] FedBABU: Toward Enhanced Representation for Federated Image Classification

This repository is the official implementation of "FedBABU: Towards Enhanced Representation for Federated Image Classification" paper presented in ICLR 2022. Thanks to the contributors. [Paper]

Installation

First check that the requirements are satisfied:
Python 3.6
torch 1.2.0
torchvision 0.4.0
numpy 1.18.1
sklearn 0.20.0
matplotlib 3.1.2
Pillow 4.1.1

The next step is to clone the repository:

git clone https://github.com/jhoon-oh/FedBABU.git

Data

We run FedBABU and other FL algorithms experiments on CIFAR10 and CIFAR100 using 4convNet, mobileNet, and ResNet.

Script for running

Please refer to ./scripts folder.

Contact

Feel free to contact us if you have any questions:)

Acknowledgements

This codebase was adapted from https://github.com/pliang279/LG-FedAvg.

About

ICLR 2022, "FedBABU: Toward Enhanced Representation for Federated Image Classification"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.6%
  • Shell 21.7%
  • Jupyter Notebook 10.7%