Differentially-private Federated Neural Architecture Search

Ishika Singh,Haoyi Zhou,Kunlin Yang,Meng Ding,Bill Lin,Pengtao Xie
DOI: https://doi.org/10.48550/arXiv.2006.10559
2020-06-23
Abstract:Neural architecture search, which aims to automatically search for architectures (e.g., convolution, max pooling) of neural networks that maximize validation performance, has achieved remarkable progress recently. In many application scenarios, several parties would like to collaboratively search for a shared neural architecture by leveraging data from all parties. However, due to privacy concerns, no party wants its data to be seen by other parties. To address this problem, we propose federated neural architecture search (FNAS), where different parties collectively search for a differentiable architecture by exchanging gradients of architecture variables without exposing their data to other parties. To further preserve privacy, we study differentially-private FNAS (DP-FNAS), which adds random noise to the gradients of architecture variables. We provide theoretical guarantees of DP-FNAS in achieving differential privacy. Experiments show that DP-FNAS can search highly-performant neural architectures while protecting the privacy of individual parties. The code is available at <a class="link-external link-https" href="https://github.com/UCSD-AI4H/DP-FNAS" rel="external noopener nofollow">this https URL</a>
Machine Learning,Cryptography and Security
What problem does this paper attempt to address?