paper-with-me

홈 › Papers

Denoising-Aware Inversion: Revealing Privacy Risks in Noise-Protected Text Embeddings

2026-08-19 · Yubo Wang, Shujie Cui, James Bailey, Hongzhi Yin, Wenyu Liang, Min Tang, Shiyue Qin, Weiqing Wang arxiv

Dense text embeddings are widely used in data mining, retrieval, and downstream machine learning systems due to their compact and semantically rich representations, but recent embedding inversion attacks have shown that they can expose substantial information about the original text, leading to serious privacy leakage risks. A common defense is to release perturbed embeddings by adding Gaussian noise, which is simple yet effective against standard inversion attacks and does not significantly degrade embedding utility for downstream tasks. However, it remains unclear whether such noise-protected embeddings are sufficiently safe against adaptive attackers that explicitly account for the perturbation process. In this paper, we study text embedding inversion in a noise-protected setting, where the attacker can observe only noisy embeddings and has no access to clean embedding targets. We first analyze why existing generative inversion methods fail under this setting and identify a "Double Noise Trap", which fundamentally prevents standard generative inversion models from achieving high-quality reconstruction. To address this challenge, we propose DAEI, a denoising-aware embedding inversion pipeline that combines a residual denoising autoencoder with generative text inversion where the denoiser is trained in an unsupervised manner using Stein's unbiased risk estimate to enable denoising from noisy observations alone. Extensive experiments show that DAEI achieves approximately 154\% relative improvement in BLEU over the existing generative inversion baseline, while also improving token-level F1 and ROUGE-L by 32--60\%. The promising inversion performance of DAEI challenges the prevailing assumption that simple Gaussian perturbation is sufficient to prevent sensitive information leakage from embedding representations.

📄 PDF Abstract BibTeX arXiv:2608.18610

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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,…

Exploiting Explanations for Model Inversion Attacks

2021-04-26 · ICCV 2021 10 · Xuejun Zhao, Wencan Zhang, Xiaokui Xiao, Brian Y. Lim

The successful deployment of artificial intelligence (AI) in many domains from healthcare to hiring requires their responsible use, particularly in model explanations and privacy. Explainable artificial intelligence (XAI…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)model

Model Inversion Attack Against Deep Hashing

2025-11-15 · Dongdong Zhao, Qiben Xu, Ranxin Fang, Baogang Song arxiv

Deep hashing improves retrieval efficiency through compact binary codes, yet it introduces severe and often overlooked privacy risks. The ability to reconstruct original training data from hash codes could lead to seriou…

Unraveling Privacy Risks of Individual Fairness in Graph Neural Networks

2023-01-30 · He Zhang, Xingliang Yuan, Shirui Pan

Graph neural networks (GNNs) have gained significant attraction due to their expansive real-world applications. To build trustworthy GNNs, two aspects - fairness and privacy - have emerged as critical considerations. Pre…

Fairness

Concept-Aware Privacy Mechanisms for Defending Embedding Inversion Attacks

2026-02-06 · Yu-Che Tsai, Hsiang Hsiao, Kuan-Yu Chen, Shou-De Lin arxiv

Text embeddings enable numerous NLP applications but face severe privacy risks from embedding inversion attacks, which can expose sensitive attributes or reconstruct raw text. Existing differential privacy defenses assum…