Skip to content

Code for the CEC 2023 paper: Federated Bayesian Optimization for Privacy-preserving Neural Architecture Search

Notifications You must be signed in to change notification settings

bbw251/FL-BONAS

 
 

Repository files navigation

FL-BONAS

This is the official repository of our CEC 2023 paper: Federated Bayesian Optimization for Privacy-preserving Neural Architecture Search

Keywords

Federated Learning, Bayesian Optimization, Neural Architecture Search

Highlights

This work proposes a federated Bayesian optimization NAS approach called FL-BONAS. Instead of uploading the original weight values to the server during each round, the clients cooperatively train an ensemble surrogate model as the neural predictor, and each client searches for its own architectures via Bayesian optimization without revealing either the local raw data or the architectures.

image

Cite

@inproceedings{liu2023federated,
  title={Federated Bayesian Optimization for Privacy-Preserving Neural Architecture Search},
  author={Liu, Shiqing and Wang, Xilu and Jin, Yaochu},
  booktitle={2023 IEEE Congress on Evolutionary Computation (CEC)},
  pages={1--8},
  year={2023},
  organization={IEEE}
}

About

Code for the CEC 2023 paper: Federated Bayesian Optimization for Privacy-preserving Neural Architecture Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%