GI-NAS: Boosting Gradient Inversion Attacks Through Adaptive Neural Architecture Search
Wenbo Yu, Hao Fang, Bin Chen, Xiaohang Sui, Chuan Chen, Hao Wu, Shu-Tao Xia, Ke Xu
TL;DR
GI-NAS presents a two-stage gradient inversion attack that leverages neural architecture search to adaptively select an over-parameterized generator architecture for each gradient batch. A training-free search uses the initial gradient matching loss $L_{grad}$ to identify an optimal model $G_{opt}$ from a space of diverse upsampling and skip-connection configurations, followed by stage-2 optimization of $G_{opt}$ parameters to maximize data reconstruction fidelity from gradients. Across CIFAR-10 and ImageNet, GI-NAS achieves state-of-the-art reconstruction quality even with high-resolution images, large batch sizes, and defense mechanisms, underscoring a critical privacy vulnerability in practical FL deployments. The work also analyzes NAS design choices, computational costs, and robustness to initialization and data heterogeneity, and discusses implications for defense, including potential victim-side NAS strategies on FL models.
Abstract
Gradient Inversion Attacks invert the transmitted gradients in Federated Learning (FL) systems to reconstruct the sensitive data of local clients and have raised considerable privacy concerns. A majority of gradient inversion methods rely heavily on explicit prior knowledge (e.g., a well pre-trained generative model), which is often unavailable in realistic scenarios. This is because real-world client data distributions are often highly heterogeneous, domain-specific, and unavailable to attackers, making it impractical for attackers to obtain perfectly matched pre-trained models, which inevitably suffer from fundamental distribution shifts relative to target private data. To alleviate this issue, researchers have proposed to leverage the implicit prior knowledge of an over-parameterized network. However, they only utilize a fixed neural architecture for all the attack settings. This would hinder the adaptive use of implicit architectural priors and consequently limit the generalizability. In this paper, we further exploit such implicit prior knowledge by proposing Gradient Inversion via Neural Architecture Search (GI-NAS), which adaptively searches the network and captures the implicit priors behind neural architectures. Extensive experiments verify that our proposed GI-NAS can achieve superior attack performance compared to state-of-the-art gradient inversion methods, even under more practical settings with high-resolution images, large-sized batches, and advanced defense strategies. To the best of our knowledge, we are the first to successfully introduce NAS to the gradient inversion community. We believe that this work exposes critical vulnerabilities in real-world federated learning by demonstrating high-fidelity reconstruction of sensitive data without requiring domain-specific priors, forcing urgent reassessment of FL privacy safeguards.
