🤖 AI Summary
To address the low fidelity of differentially private (DP) synthetic images in few-shot, privacy-sensitive domains (e.g., healthcare and industrial inspection), this paper proposes PC-Evolution, an API-assisted Private Contrastive Evolution framework. Our method innovatively integrates private contrastive learning into an exponential-mechanism-driven evolutionary loop, explicitly modeling inter-class contrastive relationships to improve the privacy–utility trade-off under data scarcity—overcoming the performance bottleneck of DP similarity voting in conventional Private Evolution. PC-Evolution synergistically combines diffusion model API calls with class-level structural awareness optimization. Evaluated on four domain-specific benchmarks, it significantly outperforms Private Evolution (PE) and other API-based baselines, generating high-fidelity DP synthetic images. The implementation is publicly available.
📝 Abstract
The rise of generative APIs has fueled interest in privacy-preserving synthetic data generation. While the Private Evolution (PE) algorithm generates Differential Privacy (DP) synthetic images using diffusion model APIs, it struggles with few-shot private data due to the limitations of its DP-protected similarity voting approach. In practice, the few-shot private data challenge is particularly prevalent in specialized domains like healthcare and industry. To address this challenge, we propose a novel API-assisted algorithm, Private Contrastive Evolution (PCEvolve), which iteratively mines inherent inter-class contrastive relationships in few-shot private data beyond individual data points and seamlessly integrates them into an adapted Exponential Mechanism (EM) to optimize DP's utility in an evolution loop. We conduct extensive experiments on four specialized datasets, demonstrating that PCEvolve outperforms PE and other API-assisted baselines. These results highlight the potential of leveraging API access with private data for quality evaluation, enabling the generation of high-quality DP synthetic images and paving the way for more accessible and effective privacy-preserving generative API applications. Our code is available at https://github.com/TsingZ0/PCEvolve.