paper-with-me

홈 › Papers

SPEAR:Exact Gradient Inversion of Batches in Federated Learning

2024-03-06 · Dimitar I. Dimitrov, Maximilian Baader, Mark Niklas Müller, Martin Vechev

Federated learning is a framework for collaborative machine learning where clients only share gradient updates and not their private data with a server. However, it was recently shown that gradient inversion attacks can reconstruct this data from the shared gradients. In the important honest-but-curious setting, existing attacks enable exact reconstruction only for batch size of $b=1$, with larger batches permitting only approximate reconstruction. In this work, we propose SPEAR, the first algorithm reconstructing whole batches with $b >1$ exactly. SPEAR combines insights into the explicit low-rank structure of gradients with a sampling-based algorithm. Crucially, we leverage ReLU-induced gradient sparsity to precisely filter out large numbers of incorrect samples, making a final reconstruction step tractable. We provide an efficient GPU implementation for fully connected networks and show that it recovers high-dimensional ImageNet inputs in batches of up to $b \lesssim 25$ exactly while scaling to large networks. Finally, we show theoretically that much larger batches can be reconstructed with high probability given exponential time.

📄 PDF Abstract BibTeX arXiv:2403.03945

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningGPU

Similar Papers 제목 키워드 기반

DAGER: Exact Gradient Inversion for Large Language Models

2024-05-24 · Ivo Petrov, Dimitar I. Dimitrov, Maximilian Baader, Mark Niklas Müller 외

Federated learning works by aggregating locally computed gradients from multiple clients, thus enabling collaborative training without sharing private client data. However, prior work has shown that the data can actually…

DecoderFederated LearningGPUHeuristic Search

Cascading Gradient Inversion via LT-Code Inspired Peeling in Federated Learning

2026-09-09 · Saeed Shariati, Mohsen Alambardar Meybodi arxiv

Federated learning shares model updates rather than raw data, yet these updates can be inverted to reconstruct the clients' training data. Analytic reconstruction attacks, which invert a gradient in closed form, degrade …

Federated Learning

SPEAR++: Scaling Gradient Inversion via Sparsely-Used Dictionary Learning

2025-10-28 · Alexander Bakarsky, Dimitar I. Dimitrov, Maximilian Baader, Martin Vechev arxiv

Federated Learning has seen an increased deployment in real-world scenarios recently, as it enables the distributed training of machine learning models without explicit data sharing between individual clients. Yet, the i…

Federated Learning

GI-SMN: Gradient Inversion Attack against Federated Learning without Prior Knowledge

2024-05-06 · Jin Qian, Kaimin Wei, Yongdong Wu, Jilian Zhang 외

Federated learning (FL) has emerged as a privacy-preserving machine learning approach where multiple parties share gradient information rather than original user data. Recent work has demonstrated that gradient inversion…

Federated LearningPrivacy Preserving

Profiling Privacy Preservation Against Gradient Inversion Attacks in Tabular Federated Learning

2026-05-31 · Ivo Osterberg Nilsson, Maximilian Birr Engvall, Viktor Valadi, Teddy Lazebnik arxiv

Federated learning (FL) enables multiple data holders to train machine learning models collaboratively without centralizing raw data, making it useful in privacy sensitive domains such as healthcare and institutional dat…

Binary ClassificationFederated Learning