Giter VIP home page Giter VIP logo

intactofl's Introduction

One-shot-but-not-degraded Federated Learning

Abstract: Transforming the multi-round vanilla Federated Learning (FL) into one-shot FL (OFL) significantly reduces the communication burden and makes a big leap toward practical deployment. However, we note that existing OFL methods all build on model lossy reconstruction (i.e., aggregating while partially discarding local knowledge in clients' models), which attains one-shot at the cost of degraded inference performance. By identifying the root cause of stressing too much on finding a one-fit-all model, this work proposes a novel one-shot FL framework by embodying each local model as an independent expert and leveraging a Mixture-of-Experts network to maintain all local knowledge intact. A dedicated self-supervised training process is designed to tune the network, where the sample generation is guided by approximating underlying distributions of local data and making distinct predictions among experts. Notably, the framework also fuels FL with flexible, data-free aggregation and heterogeneity tolerance. Experiments on 4 datasets show that the proposed framework maintains the one-shot efficiency, facilitates superior performance compared with 8 OFL baselines(+5.54% on CIFAR-10), and even attains over $\times 4$ performance gain compared with 3 multi-round FL methods, while only requiring less than 85% trainable parameters.

Dependencies

  • python 3.8 (Anaconda)
  • Pytorch 1.10.1
  • torchvision 0.11.2
  • CUDA 11.4

Dataset

  • CIFAR-10
  • CIFAR-100
  • SVHN
  • Tiny-ImageNet

Usage

cd source
python algo_main.py
  • Hyperparameters can be found and modified in "source/yaml_config/oneshot/*.yaml"

  • Baselines have been implemented in "source/oneshot_algorithms", you can run them by commentting the lines in "algo_main.py"

Citation

@inproceedings{intactofl,
  author = {Hui, Zeng and Minrui, Xu and Tongqing, Zhou and Xinyi, Wu and Jiawen, Kang and Zhiping, Cai and Dusit, Niyato},
  title = {One-shot-but-not-degraded Federated Learning},
  year = {2024},
  booktitle = {Proceedings of ACM International Conference on Multimedia~(ACM MM)},
  numpages = {10},
}

intactofl's People

Contributors

zenghui9977 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.