🤖 AI Summary
This work addresses the challenge of precisely unlearning undesirable outputs in diffusion models—such as specific faces or culturally inappropriate representations—that cannot be reliably specified via textual prompts. To this end, the authors propose a prompt-free instance unlearning method that integrates image editing, timestep-aware weighting, and gradient surgery to selectively erase non-promptable target content from models like Stable Diffusion 3 and DDPM-CelebA. Experimental results demonstrate that the approach effectively removes designated instances in both conditional and unconditional diffusion models, significantly outperforming existing prompt-based and prompt-free baselines while preserving overall generative fidelity. This provides a practical hotfix solution for privacy preservation and ethical compliance without requiring full model retraining.
📝 Abstract
Machine unlearning aims to remove specific outputs from trained models, often at the concept level, such as forgetting all occurrences of a particular celebrity or filtering content via text prompts. However, many undesired outputs, such as an individual's face or generations culturally or factually misinterpreted, cannot often be specified by text prompts. We address this underexplored setting of instance unlearning for outputs that are undesired but unpromptable, where the goal is to forget target outputs selectively while preserving the rest. To this end, we introduce an effective surrogate-based unlearning method that leverages image editing, timestep-aware weighting, and gradient surgery to guide trained diffusion models toward forgetting specific outputs. Experiments on conditional (Stable Diffusion 3) and unconditional (DDPM-CelebA) diffusion models demonstrate that our prompt-free method uniquely unlearns unpromptable outputs, such as faces and culturally inaccurate depictions, with preserved integrity, unlike prompt-based and prompt-free baselines. Our proposed method would serve as a practical hotfix for diffusion model providers to ensure privacy protection and ethical compliance.