GithubHelp home page GithubHelp logo

oasis-pytorch's Introduction

This is the pytorch implementation of the paper "Tackling Multiplayer Interaction for Federated Generative Adversarial Networks".


This project bases on PFLlib: Personalized Federated Learning Algorithm Library. We modify sending and aggregation functions to support training federated Generative Adversarial Networks (federated GANs). We call our federated GAN system Oasis for Orchestrating Generative Adversarial Networks in Federated Learning Paradigms.

So far, Oasis supports GAN models including MLPGAN, DCGAN and U-NetGAN.

Oasis implements four Federated Learning Algorithm: FedAvg, FedProx, Ditto, and Ours (in this project, we call it FedSim and FedSim2).

The datasets include MNIST, CIfar10, and CelebA, which can be downloaded from their offical website.

Project Architecture

The folder dataset includes the code to split data into clients.

The folder system is Oasis core code. Inside it, the folder clients and servers are the core algorithms. The folder stl includes the Self-taight Learning code. The folder trainmodel includes the GAN models we used.

How to Start

A simple example:

cd ./system
python main.py -data mnist -algo FedAvg -gr 2500 -ls 5

For more parameter settings please see the argparse in the main.py.

oasis-pytorch's People

Contributors

nailtu30 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.