LGCVSep 15, 2025

DRAG: Data Reconstruction Attack using Guided Diffusion

arXiv:2509.11724v11 citationsh-index: 1Has CodeICML
Originality Highly original
AI Analysis

This work addresses privacy risks for users of large models in split inference scenarios, representing a novel attack method rather than an incremental improvement.

The authors tackled the problem of data reconstruction attacks on large foundation models in split inference settings, achieving significant improvements over state-of-the-art methods by using guided diffusion to generate high-fidelity images from intermediate representations.

With the rise of large foundation models, split inference (SI) has emerged as a popular computational paradigm for deploying models across lightweight edge devices and cloud servers, addressing data privacy and computational cost concerns. However, most existing data reconstruction attacks have focused on smaller CNN classification models, leaving the privacy risks of foundation models in SI settings largely unexplored. To address this gap, we propose a novel data reconstruction attack based on guided diffusion, which leverages the rich prior knowledge embedded in a latent diffusion model (LDM) pre-trained on a large-scale dataset. Our method performs iterative reconstruction on the LDM's learned image prior, effectively generating high-fidelity images resembling the original data from their intermediate representations (IR). Extensive experiments demonstrate that our approach significantly outperforms state-of-the-art methods, both qualitatively and quantitatively, in reconstructing data from deep-layer IRs of the vision foundation model. The results highlight the urgent need for more robust privacy protection mechanisms for large models in SI scenarios. Code is available at: https://github.com/ntuaislab/DRAG.

Code Implementations1 repo
Foundations

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

Your Notes