Skip to content

(ICML 2024) Pursuing Overall Welfare in Federated Learning through Sequential Decision Making (https://arxiv.org/abs/2402.14650)

License

Notifications You must be signed in to change notification settings

vaseline555/AAggFF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(𝙰𝙰𝚐𝚐𝙵𝙵) Pursuing Overall Welfare in Federated Learning
through Sequential Decision Making

image

TL; DR

The server-side sequential decision-making framework for the performance uniformity in practical federated settings by constructing adaptive mixing coefficients used to aggregate local updates.

  • See also Agnostic Federated Learning (AFL – ICML`19) (i.e., min-max optimization; distributionally-robust optimization) — 𝙰𝙰𝚐𝚐𝙵𝙵 can be regarded as a rectified version of AFL.
  • See also Tiltied Empirical Risk minimization (TERM – ICLR`21) — 𝙰𝙰𝚐𝚐𝙵𝙵 can be viewed as an online version of TERM.

Reproduce Experiments

Setup

pip install -r requirements.txt

Implemented with: ( Ubuntu 20.04 LTS | Python 3.10.3 | CUDA 11.4 | cuDNN 8.3.2 )

Run

# to see all arguments
python main.py -h

# e.g., cross-silo setting
sh commands/cross_silo/berka/main_berka.sh
...

# e.g., cross-device setting
sh commands/cross_device/celeba/main_celeba.sh
...

Don't worry, all the data will be downloaded automatically in the specifid path.

Essence

  • See ./server/aaggffserver.py with comments.
  • You may change the decision loss, different OCO framework (or bandits, or even reinforcement learning setting).

If you find any interesting directions, please drop me a line for collaboration!

License

Citation

@article{hahn24aaggff,
  title={Pursuing Overall Welfare in Federated Learning through Sequential Decision Making},
  author={Hahn, Seok-Ju and Kim, Gi-Soo and Lee, Junghye},
  booktitle={Proceedings of the 41st International Conference on Machine Learning},
  pages={17246--17278},
  year={2024},
  publisher={Proceedings of Machine Learning Resaerch, PMLR}
}