paper-with-me

홈 › Papers

ForgetMe: Evaluating Selective Forgetting in Generative Models

2025-04-17 · Zhenyu Yu, Mohd Yamani Inda Idris, Pei Wang

The widespread adoption of diffusion models in image generation has increased the demand for privacy-compliant unlearning. However, due to the high-dimensional nature and complex feature representations of diffusion models, achieving selective unlearning remains challenging, as existing methods struggle to remove sensitive information while preserving the consistency of non-sensitive regions. To address this, we propose an Automatic Dataset Creation Framework based on prompt-based layered editing and training-free local feature removal, constructing the ForgetMe dataset and introducing the Entangled evaluation metric. The Entangled metric quantifies unlearning effectiveness by assessing the similarity and consistency between the target and background regions and supports both paired (Entangled-D) and unpaired (Entangled-S) image data, enabling unsupervised evaluation. The ForgetMe dataset encompasses a diverse set of real and synthetic scenarios, including CUB-200-2011 (Birds), Stanford-Dogs, ImageNet, and a synthetic cat dataset. We apply LoRA fine-tuning on Stable Diffusion to achieve selective unlearning on this dataset and validate the effectiveness of both the ForgetMe dataset and the Entangled metric, establishing them as benchmarks for selective unlearning. Our work provides a scalable and adaptable solution for advancing privacy-preserving generative AI.

📄 PDF Abstract BibTeX arXiv:2504.12574

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationPrivacy Preserving

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…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

ForgetMeNot: Memory-Aware Forensic Facial Sketch Matching

2016-06-01 · CVPR 2016 6 · Shuxin Ouyang, Timothy M. Hospedales, Yi-Zhe Song, Xueming Li

We investigate whether it is possible to improve the performance of automated facial forensic sketch matching by learning from examples of facial forgetting over time. Forensic facial sketch recognition is a key capabil…

Sketch Recognition

Selective Amnesia: A Continual Learning Approach to Forgetting in Deep Generative Models

2023-05-17 · NeurIPS 2023 11 · Alvin Heng, Harold Soh

The recent proliferation of large-scale text-to-image models has led to growing concerns that such models may be misused to generate harmful, misleading, and inappropriate content. Motivated by this issue, we derive a te…

Continual Learning

Enhancing Generative Class Incremental Learning Performance with Model Forgetting Approach

2024-03-27 · Taro Togo, Ren Togo, Keisuke Maeda, Takahiro Ogawa 외

This study presents a novel approach to Generative Class Incremental Learning (GCIL) by introducing the forgetting mechanism, aimed at dynamically managing class information for better adaptation to streaming data. GCIL …

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Towards Benchmarking Privacy Vulnerabilities in Selective Forgetting with Large Language Models

2025-12-19 · Wei Qian, Chenxu Zhao, Yangyi Li, Mengdi Huai arxiv

The rapid advancements in artificial intelligence (AI) have primarily focused on the process of learning from data to acquire knowledgeable learning systems. As these systems are increasingly deployed in critical areas, …

Graceful Forgetting in Generative Language Models

2025-05-26 · Chunyang Jiang, Chi-Min Chan, Yiyang Cai, Yulong Liu 외

Recently, the pretrain-finetune paradigm has become a cornerstone in various deep learning areas. While in general the pre-trained model would promote both effectiveness and efficiency of downstream tasks fine-tuning, st…