Differentially-private Federated Neural Architecture Search
Ishika Singh, Haoyi Zhou, Kunlin Yang, Meng Ding, Bill Lin, Pengtao, Xie

TL;DR
This paper introduces a federated neural architecture search method that enables multiple parties to collaboratively find optimal neural network architectures while ensuring data privacy through differential privacy guarantees.
Contribution
It proposes a novel federated neural architecture search framework with differential privacy, addressing privacy concerns in collaborative architecture search.
Findings
DP-FNAS achieves high-performance neural architectures.
The method provides theoretical differential privacy guarantees.
Experiments validate privacy preservation and effectiveness.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Privacy-Preserving Technologies in Data
MethodsSigmoid Activation · Softmax · Tanh Activation · Long Short-Term Memory
