LGCRMay 2, 2024

Recovering Labels from Local Updates in Federated Learning

arXiv:2405.00955v19 citationsh-index: 32ICML
Originality Incremental advance
AI Analysis

This addresses privacy threats for clients in federated learning systems, though it is an incremental improvement over existing label extraction methods.

The paper tackles the problem of privacy leakage in federated learning by developing a novel label recovery scheme (RLU) that extracts labels from model updates with near-perfect accuracy on untrained models and high performance in realistic settings, outperforming existing baselines and improving image reconstruction quality in terms of PSNR and LPIPS metrics.

Gradient inversion (GI) attacks present a threat to the privacy of clients in federated learning (FL) by aiming to enable reconstruction of the clients' data from communicated model updates. A number of such techniques attempts to accelerate data recovery by first reconstructing labels of the samples used in local training. However, existing label extraction methods make strong assumptions that typically do not hold in realistic FL settings. In this paper we present a novel label recovery scheme, Recovering Labels from Local Updates (RLU), which provides near-perfect accuracy when attacking untrained (most vulnerable) models. More significantly, RLU achieves high performance even in realistic real-world settings where the clients in an FL system run multiple local epochs, train on heterogeneous data, and deploy various optimizers to minimize different objective functions. Specifically, RLU estimates labels by solving a least-square problem that emerges from the analysis of the correlation between labels of the data points used in a training round and the resulting update of the output layer. The experimental results on several datasets, architectures, and data heterogeneity scenarios demonstrate that the proposed method consistently outperforms existing baselines, and helps improve quality of the reconstructed images in GI attacks in terms of both PSNR and LPIPS.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes