paper-with-me

Papers

Leveraging Programmatically Generated Synthetic Data for Differentially Private Diffusion Training

2024-12-13 · Yujin Choi, Jinseong Park, Junyoung Byun, Jaewook Lee

Programmatically generated synthetic data has been used in differential private training for classification to enhance performance without privacy leakage. However, as the synthetic data is generated from a random process, the distribution of real data and the synthetic data are distinguishable and difficult to transfer. Therefore, the model trained with the synthetic data generates unrealistic random images, raising challenges to adapt the synthetic data for generative models. In this work, we propose DP-SynGen, which leverages programmatically generated synthetic data in diffusion models to address this challenge. By exploiting the three stages of diffusion models(coarse, context, and cleaning) we identify stages where synthetic data can be effectively utilized. We theoretically and empirically verified that cleaning and coarse stages can be trained without private data, replacing them with synthetic data to reduce the privacy budget. The experimental results show that DP-SynGen improves the quality of generative data by mitigating the negative impact of privacy-induced noise on the generation process.

📄 PDF Abstract BibTeX arXiv:2412.09842

Code (1)

uzn36/dp-syngen 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Synthetic Data Aided Federated Learning Using Foundation Models

2024-07-06 · Fatima Abacha, Sin G. Teo, Lucas C. Cordeiro, Mustafa A. Mustafa

In heterogeneous scenarios where the data distribution amongst the Federated Learning (FL) participants is Non-Independent and Identically distributed (Non-IID), FL suffers from the well known problem of data heterogenei…

Data AugmentationFederated Learning

Differentially Private Synthetic Data: Applied Evaluations and Enhancements

2020-11-11 · Lucas Rosenblatt, Xiaoyan Liu, Samira Pouyanfar, Eduardo de Leon 외

Machine learning practitioners frequently seek to leverage the most informative available data, without violating the data owner's privacy, when building predictive models. Differentially private data synthesis protects …

BIG-bench Machine Learning

DP-RFT: Learning to Generate Synthetic Text via Differentially Private Reinforcement Fine-Tuning

2026-02-20 · Fangyuan Xu, Sihao Chen, Zinan Lin, Taiwei Shi 외 arxiv

Differentially private (DP) synthetic data generation plays a pivotal role in developing large language models (LLMs) on private data, where data owners cannot provide eyes-on access to individual examples. Generating DP…

Synthetic Data GenerationReinforcement Learning

Evaluating the Fairness Impact of Differentially Private Synthetic Data

2022-05-09 · Blake Bullwinkel, Kristen Grabarz, Lily Ke, Scarlett Gong 외

Differentially private (DP) synthetic data is a promising approach to maximizing the utility of data containing sensitive information. Due to the suppression of underrepresented classes that is often required to achieve …

Binary ClassificationFairness

Can Large Language Models Transform Natural Language Intent into Formal Method Postconditions?

2023-10-03 · Madeline Endres, Sarah Fakhoury, Saikat Chakraborty, Shuvendu K. Lahiri

Informal natural language that describes code functionality, such as code comments or function documentation, may contain substantial information about a programs intent. However, there is typically no guarantee that a p…

Fault localizationTranslation