Data-Free Neural Architecture Search via Recursive Label Calibration
Zechun Liu, Zhiqiang Shen, Yun Long, Eric Xing, Kwang-Ting, Cheng, Chas Leichner

TL;DR
This paper demonstrates that neural architecture search can be effectively performed using only synthetic data generated from a pre-trained model, eliminating the need for original training data.
Contribution
It introduces a novel data-free NAS framework with recursive label calibration and diverse synthetic data generation, enabling architecture search without access to original datasets.
Findings
Synthetic data enables comparable or better architecture performance.
Recursive label calibration improves semantic richness of synthetic data.
NAS can be effectively conducted without original data using the proposed methods.
Abstract
This paper aims to explore the feasibility of neural architecture search (NAS) given only a pre-trained model without using any original training data. This is an important circumstance for privacy protection, bias avoidance, etc., in real-world scenarios. To achieve this, we start by synthesizing usable data through recovering the knowledge from a pre-trained deep neural network. Then we use the synthesized data and their predicted soft-labels to guide neural architecture search. We identify that the NAS task requires the synthesized data (we target at image domain here) with enough semantics, diversity, and a minimal domain gap from the natural images. For semantics, we propose recursive label calibration to produce more informative outputs. For diversity, we propose a regional update strategy to generate more diverse and semantically-enriched synthetic data. For minimal domain gap,…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
MethodsAdam · DropPath · Differentiable Architecture Search · Cutout · REINFORCE · ProxylessNAS
