The system created noisy examples for an AI to learn from without directly exposing sensitive demonstrations.
The method creates substitute image-and-text examples by blending features and adding calibrated noise in the prompt rather than changing the model's parameters. This is intended to hide fine details that could identify sensitive examples while retaining broader patterns needed for classification, under a formal differential privacy guarantee.
Tests used a proprietary smart-grid inspection dataset and a subset of the MIMIC-CXR chest-radiograph dataset. In five-shot experiments, the method outperformed the comparison systems at the privacy settings reported, while using the frozen LLaVA-1.5-7B multimodal model rather than training an external generator.
What the tests found
At a privacy budget of ε = 4, the system reached 76.8% accuracy on the smart-grid dataset and 74.2% on the MIMIC-CXR dataset. The researchers report that this was more than 10 percentage points higher than the DP-Diffusion comparison at the same setting, and that the differences in accuracy were statistically significant on both datasets. At ε = 10, accuracy rose to 86.5% for the smart-grid task and 83.1% for the chest-image task, compared with 88.7% and 85.2% for learning from clean examples.
The standard noise-based comparison fell to 36.5% accuracy on the smart-grid task at ε = 1. The proposed method also produced lower image-quality scores and higher text-similarity scores than DP-Diffusion, according to the reported experiments. The abstract says tests against membership-inference and attribute-inference attacks found resistance to those attacks, although the provided results excerpt does not give the proposed method's attack rates.
Evidence and caveats
The evidence comes from experiments on two datasets: 4,800 image-text pairs from a proprietary smart-grid inspection dataset and a balanced 6,000-pair subset of MIMIC-CXR, each divided into training and test sets. The researchers evaluated five-shot classification at privacy budgets of ε = 1, 4, 7 and 10 and compared the method with clean examples, direct feature noise, a generative-adversarial approach and DP-Diffusion. Welch's t-tests comparing the proposed method with DP-Diffusion at ε = 4 were statistically significant for classification on both datasets and for the reported image-quality measure.
The results are limited to these two datasets, the selected five-shot setting and the frozen LLaVA-1.5-7B model. One dataset is proprietary, and the MIMIC-CXR results use a selected five-category subset rather than the full dataset. The excerpts do not provide the proposed method's numerical attack rates, latency measurements or results in other real-world deployments. The authors also identify reducing inference latency for non-text data as future work.
// Source
Journal of Engineering and Applied Science · 2026 · DOI: 10.1186/s44147-026-01235-9
Authors: Su Yan, Xingquan Guo, Liuting Gu, Yonghuan Li, Lingzhi Chen Mei, Wei Kong, Biao Shen