paper-with-me

Papers

Uncovering Gradient Inversion Risks in Practical Language Model Training

2025-07-28 · Xinguo Feng, Zhongkui Ma, Zihan Wang, Eu Joe Chegne, Mengyao Ma, Alsharif Abuadbba, Guangdong Bai arxiv

The gradient inversion attack has been demonstrated as a significant privacy threat to federated learning (FL), particularly in continuous domains such as vision models. In contrast, it is often considered less effective or highly dependent on impractical training settings when applied to language models, due to the challenges posed by the discrete nature of tokens in text data. As a result, its potential privacy threats remain largely underestimated, despite FL being an emerging training method for language models. In this work, we propose a domain-specific gradient inversion attack named Grab (gradient inversion with hybrid optimization). Grab features two alternating optimization processes to address the challenges caused by practical training settings, including a simultaneous optimization on dropout masks between layers for improved token recovery and a discrete optimization for effective token sequencing. Grab can recover a significant portion (up to 92.9% recovery rate) of the private training data, outperforming the attack strategy of utilizing discrete optimization with an auxiliary model by notable improvements of up to 28.9% recovery rate in benchmark settings and 48.5% recovery rate in practical settings. Grab provides a valuable step forward in understanding this privacy threat in the emerging FL training mode of language models.

📄 PDF Abstract BibTeX arXiv:2507.21198

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Trajectory-Aware Information Matching for Multi-Step Gradient Inversion in Federated Learning

2025-09-26 · Li Xia, Jing Yu, Zheng Liu, Sili Huang 외 arxiv

Federated learning enables distributed information sharing and collaborative model training without exposing raw client data. However, shared gradients or model updates may still contain sensitive information, making fed…

Federated Learning

Transferable Embedding Inversion Attack: Uncovering Privacy Risks in Text Embeddings without Model Queries

2024-06-12 · Yu-Hsiang Huang, YuChe Tsai, Hsiang Hsiao, Hong-Yi Lin 외

This study investigates the privacy risks associated with text embeddings, focusing on the scenario where attackers cannot access the original embedding model. Contrary to previous research requiring direct model access,…

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

Do Vision-Language Models Leak What They Learn? Adaptive Token-Weighted Model Inversion Attacks

2025-08-06 · Ngoc-Bao Nguyen, Sy-Tuyen Ho, Koh Jun Hao, Ngai-Man Cheung arxiv

Model inversion (MI) attacks pose significant privacy risks by reconstructing private training data from trained neural networks. While prior studies have primarily examined unimodal deep networks, the vulnerability of v…

Image ReconstructionVisual Grounding

GI-PIP: Do We Require Impractical Auxiliary Dataset for Gradient Inversion Attacks?

2024-01-22 · Yu Sun, Gaojian Xiong, Xianxun Yao, Kailang Ma 외

Deep gradient inversion attacks expose a serious threat to Federated Learning (FL) by accurately recovering private data from shared gradients. However, the state-of-the-art heavily relies on impractical assumptions to a…

Anomaly DetectionFederated Learning