LGAIJun 5, 2025

UNO: Unlearning via Orthogonalization in Generative models

arXiv:2506.04712v21 citationsh-index: 32
Originality Incremental advance
AI Analysis

This addresses the need for efficient data removal in generative models for applications like privacy protection, but it is incremental as it builds on existing unlearning methods.

The paper tackles the problem of unlearning specific data in generative models to address privacy, legal, or content correction needs, proposing fast algorithms based on loss gradient orthogonalization that achieve orders of magnitude faster unlearning times than predecessors while maintaining model fidelity.

As generative models become increasingly powerful and pervasive, the ability to unlearn specific data, whether due to privacy concerns, legal requirements, or the correction of harmful content, has become increasingly important. Unlike in conventional training, where data are accumulated and knowledge is reinforced, unlearning aims to selectively remove the influence of particular data points without costly retraining from scratch. To be effective and reliable, such algorithms need to achieve (i) forgetting of the undesired data, (ii) preservation of the quality of the generation, (iii) preservation of the influence of the desired training data on the model parameters, and (iv) small number of training steps. We propose fast unlearning algorithms based on loss gradient orthogonalization for unconditional and conditional generative models. We show that our algorithms are able to forget data while maintaining the fidelity of the original model. On standard image benchmarks, our algorithms achieve orders of magnitude faster unlearning times than their predecessors, such as gradient surgery. We demonstrate our algorithms with datasets of increasing complexity (MNIST, CelebA and ImageNet-1K) and for generative models of increasing complexity (VAEs and diffusion transformers).

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes