paper-with-me

홈 › Papers

Synthetic Image Learning: Preserving Performance and Preventing Membership Inference Attacks

2024-07-22 · Eugenio Lomurno, Matteo Matteucci

Generative artificial intelligence has transformed the generation of synthetic data, providing innovative solutions to challenges like data scarcity and privacy, which are particularly critical in fields such as medicine. However, the effective use of this synthetic data to train high-performance models remains a significant challenge. This paper addresses this issue by introducing Knowledge Recycling (KR), a pipeline designed to optimise the generation and use of synthetic data for training downstream classifiers. At the heart of this pipeline is Generative Knowledge Distillation (GKD), the proposed technique that significantly improves the quality and usefulness of the information provided to classifiers through a synthetic dataset regeneration and soft labelling mechanism. The KR pipeline has been tested on a variety of datasets, with a focus on six highly heterogeneous medical image datasets, ranging from retinal images to organ scans. The results show a significant reduction in the performance gap between models trained on real and synthetic data, with models based on synthetic data outperforming those trained on real data in some cases. Furthermore, the resulting models show almost complete immunity to Membership Inference Attacks, manifesting privacy properties missing in models trained with conventional techniques.

📄 PDF Abstract BibTeX arXiv:2407.15526

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

G-image Segmentation: Similarity-preserving Fuzzy C-Means with Spatial Information Constraint in Wavelet Space

2020-06-20 · Cong Wang, Witold Pedrycz, Zhiwu Li, Mengchu Zhou 외

G-images refer to image data defined on irregular graph domains. This work elaborates a similarity-preserving Fuzzy C-Means (FCM) algorithm for G-image segmentation and aims to develop techniques and tools for segmenting…

Image SegmentationSemantic Segmentation

VoxGuard: Evaluating User and Attribute Privacy in Speech via Membership Inference Attacks

2025-09-22 · Efthymios Tsaprazlis, Thanathai Lertpetchpun, Tiantian Feng, Sai Praneeth Karimireddy 외 arxiv

Voice anonymization aims to conceal speaker identity and attributes while preserving intelligibility, but current evaluations rely almost exclusively on Equal Error Rate (EER) that obscures whether adversaries can mount …

Privacy-preserving Generative Framework Against Membership Inference Attacks

2022-02-11 · Ruikang Yang, Jianfeng Ma, Yinbin Miao, Xindi Ma

Artificial intelligence and machine learning have been integrated into all aspects of our lives and the privacy of personal data has attracted more and more attention. Since the generation of the model needs to extract t…

Privacy Preserving

privGAN: Protecting GANs from membership inference attacks at low cost

2019-12-31 · Sumit Mukherjee, Yixi Xu, Anusua Trivedi, Juan Lavista Ferres

Generative Adversarial Networks (GANs) have made releasing of synthetic images a viable approach to share data without releasing the original dataset. It has been shown that such synthetic data can be used for a variety …

Privacy Preserving

Quantifying Membership Disclosure Risk for Tabular Synthetic Data Using Kernel Density Estimators

2026-03-11 · Rajdeep Pathak, Sayantee Jana arxiv

The use of synthetic data has become increasingly popular as a privacy-preserving alternative to sharing real datasets, especially in sensitive domains such as healthcare, finance, and demography. However, the privacy as…