What Your Features Reveal: Data-Efficient Black-Box Feature Inversion Attack for Split DNNs
Zhihan Ren, Lijun He, Jiaxi Liang, Xinzhu Fu, Haixia Bi, Fan Li
TL;DR
Split DNNs expose an actionable privacy risk via intermediate features $f = M(x)$. FIA-Flow provides a data-efficient, black-box FIA by decoupling inversion into alignment and refinement: a Latent Feature Space Alignment Module maps $f$ into a latent code $z_s$ aligned with the VAE latent $z_x = Enc(x)$, followed by Deterministic Inversion Flow Matching that learns a vector field to steer to $z_x$, yielding $x' = Dec(\,\hat{z}_x\,)$. The method trains in two stages with losses that enforce feature-latent alignment and distributional refinement, enabling one-step reconstruction with fewer than $4{,}096$ image-feature pairs. Experiments show FIA-Flow achieves state-of-the-art fidelity and semantic leakage across diverse architectures (AlexNet, ResNet, Swin Transformer, DINO, YOLO11n) and layers, and generalizes to COCO via a dataset-agnostic alignment, underscoring a practical and severe privacy threat in Split DNNs.
Abstract
Split DNNs enable edge devices by offloading intensive computation to a cloud server, but this paradigm exposes privacy vulnerabilities, as the intermediate features can be exploited to reconstruct the private inputs via Feature Inversion Attack (FIA). Existing FIA methods often produce limited reconstruction quality, making it difficult to assess the true extent of privacy leakage. To reveal the privacy risk of the leaked features, we introduce FIA-Flow, a black-box FIA framework that achieves high-fidelity image reconstruction from intermediate features. To exploit the semantic information within intermediate features, we design a Latent Feature Space Alignment Module (LFSAM) to bridge the semantic gap between the intermediate feature space and the latent space. Furthermore, to rectify distributional mismatch, we develop Deterministic Inversion Flow Matching (DIFM), which projects off-manifold features onto the target manifold with one-step inference. This decoupled design simplifies learning and enables effective training with few image-feature pairs. To quantify privacy leakage from a human perspective, we also propose two metrics based on a large vision-language model. Experiments show that FIA-Flow achieves more faithful and semantically aligned feature inversion across various models (AlexNet, ResNet, Swin Transformer, DINO, and YOLO11) and layers, revealing a more severe privacy threat in Split DNNs than previously recognized.
