paper-with-me

홈 › Papers

CPSample: Classifier Protected Sampling for Guarding Training Data During Diffusion

2024-09-11 · Joshua Kazdan, Hao Sun, Jiaqi Han, Felix Petersen, Stefano Ermon

Diffusion models have a tendency to exactly replicate their training data, especially when trained on small datasets. Most prior work has sought to mitigate this problem by imposing differential privacy constraints or masking parts of the training data, resulting in a notable substantial decrease in image quality. We present CPSample, a method that modifies the sampling process to prevent training data replication while preserving image quality. CPSample utilizes a classifier that is trained to overfit on random binary labels attached to the training data. CPSample then uses classifier guidance to steer the generation process away from the set of points that can be classified with high certainty, a set that includes the training data. CPSample achieves FID scores of 4.97 and 2.97 on CIFAR-10 and CelebA-64, respectively, without producing exact replicates of the training data. Unlike prior methods intended to guard the training images, CPSample only requires training a classifier rather than retraining a diffusion model, which is computationally cheaper. Moreover, our technique provides diffusion models with greater robustness against membership inference attacks, wherein an adversary attempts to discern which images were in the model's training dataset. We show that CPSample behaves like a built-in rejection sampler, and we demonstrate its capabilities to prevent mode collapse in Stable Diffusion.

📄 PDF Abstract BibTeX arXiv:2409.07025

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

Null It Out: Guarding Protected Attributes by Iterative Nullspace Projection

2020-04-16 · ACL 2020 6 · Shauli Ravfogel, Yanai Elazar, Hila Gonen, Michael Twiton 외

The ability to control for the kinds of information encoded in neural representation has a variety of use cases, especially in light of the challenge of interpreting these models. We present Iterative Null-space Projecti…

FairnessMulti-class ClassificationWord Embeddings

Fair Overlap Number of Balls (Fair-ONB): A Data-Morphology-based Undersampling Method for Bias Reduction

2024-07-19 · José Daniel Pascual-Triana, Alberto Fernández, Paulo Novais, Francisco Herrera

One of the key issues regarding classification problems in Trustworthy Artificial Intelligence is ensuring Fairness in the prediction of different classes when protected (sensitive) features are present. Data quality is …

Fairness

NLPGuard: A Framework for Mitigating the Use of Protected Attributes by NLP Classifiers

2024-07-01 · Salvatore Greco, Ke Zhou, Licia Capra, Tania Cerquitelli 외

AI regulations are expected to prohibit machine learning models from using sensitive attributes during training. However, the latest Natural Language Processing (NLP) classifiers, which rely on deep learning, operate as …

Occupation predictionSentiment AnalysisToxic Comment Classification

Fast, Private, and Protected: Safeguarding Data Privacy and Defending Against Model Poisoning Attacks in Federated Learning

2025-11-04 · Nicolas Riccieri Gardin Assumpcao, Leandro Villas arxiv

Federated Learning (FL) is a distributed training paradigm wherein participants collaborate to build a global model while ensuring the privacy of the involved data, which remains stored on participant devices. However, p…

Federated Learning

FROC: Building Fair ROC from a Trained Classifier

2024-12-19 · Avyukta Manjunatha Vummintala, Shantanu Das, Sujit Gujar

This paper considers the problem of fair probabilistic binary classification with binary protected groups. The classifier assigns scores, and a practitioner predicts labels using a certain cut-off threshold based on the …

Binary ClassificationFairness