Pith. sign in

REVIEW 2 major objections 6 minor 80 references

A Unified Framework for Diffusion Model Unlearning with f-Divergence

T0 review · 2 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read Concept unlearning in text-to-image diffusion models is f-divergence minimization, and the squared Hellinger instance beats the standard MSE loss on both erasure and preservation.

desk verdict A genuinely useful unification of unlearning losses with clean theory, but the headline empirical claim of 'consistently dominates' is contradicted by the paper's own tables and needs softening before it deserves full trust. read the letter →

arxiv 2509.21167 v2 pith:GGYHIHDJ submitted 2025-09-25 cs.LG cs.CV

classification cs.LGcs.CV MSC 68T0794A17
keywords diffusionmodelsmachineunlearningconcepterasuref-divergenceHellingerdistancevariationaldivergenceestimationtext-to-imagegenerationgradientanalysis
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that the standard way of erasing concepts from text-to-image diffusion models—minimizing the mean squared error between denoiser outputs for a target and an anchor prompt—is just one point in a larger family: it is the Kullback-Leibler instance of an f-divergence objective. By replacing KL with other f-divergences, especially the squared Hellinger distance, the paper claims to get a better trade-off between erasing the unwanted concept and preserving the model's overall quality. It derives closed-form unlearning losses for several f-divergences, gives a variational min-max formulation for the rest, and analyzes how the choice changes gradient magnitude and convergence speed. If the claim holds, practitioners can choose the divergence to match their goal: fast aggressive removal or clean realistic replacement.

What carries the argument

The central object is the f-divergence between the output distributions of the denoiser under the target and anchor prompts, with the loss built from the closed form of that divergence for Gaussian conditionals. Because two Gaussians with the same covariance differ only through the Mahalanobis distance between their means, KL becomes the familiar MSE, squared Hellinger becomes $-\omega_t \exp(-\|\Phi-\hat\Phi\|^2/2)$, and $\chi^2$ becomes $\omega_t \exp(\|\Phi-\hat\Phi\|^2/2)$; this single shared structure is what makes gradient behavior and convergence comparable across losses. For divergences without a closed form, the machinery is the variational identity $D_f(p\|q) = \sup_T \{\mathbb{E}_p[T] - \mathbb{E}_q[f^*(T)]\}$, turning unlearning into a min-max game between the unlearned denoiser and a critic. The gradient formulas then explain why Hellinger has bounded updates while $\chi^2$ can explode, and the Jacobian analysis of the min-max dynamics ties convergence speed to the curvature $f''(1)$.

What would settle it

Sample many denoiser outputs from the original and the unlearned model for the same noisy inputs and prompts at several timesteps and compare the empirical spread of the two output distributions; if the spreads differ materially, the equal-spread assumption behind the closed-form losses is false and the H2 and chi-squared losses are not minimizing the stated divergences.

Watch

Extended reading notes

Core claim

The paper's central claim is that the MSE objective used by existing unlearning methods is the Kullback-Leibler instance of a general f-divergence-minimization problem, and that other instances are not merely alternatives but, in the case of squared Hellinger, better-behaved ones: it erases the target concept with comparable or stronger force while preserving unrelated concepts and producing cleaner images. The mechanism is the closed form of an f-divergence between two Gaussians with a common covariance, where every such divergence is an increasing function of the squared mean difference; KL becomes the standard MSE, squared Hellinger becomes $\mathbb{E}[-\omega_t e^{-\|\Phi-\hat\Phi\|^2/2}]$, and Pearson $\chi^2$ becomes $\mathbb{E}[\omega_t e^{\|\Phi-\hat\Phi\|^2/2}]$. The paper proves the gradient-norm ordering $\|\nabla H^2\| \le \|\nabla \mathrm{MSE}\| \le \|\nabla \chi^2\|$, with Hellinger gradients bounded, and proves local exponential stability of the variational formulation with convergence speed governed by $1/f''(1)$. Empirically, on a publicly available text-to-image diffusion model, the squared Hellinger loss consistently dominates MSE on the trade-off between erasure efficacy and generative fidelity.

Load-bearing premise

The closed-form losses treat each denoiser output as a bell-shaped distribution and assume the original and unlearned models have the same spread; real denoiser outputs are not exactly bell-shaped and the two spreads can differ, so the claimed divergence minimization and gradient benefits are only as good as that approximation.

Editorial extensions

If this is right

  • If Hellinger is adopted, text-to-image unlearning can match or beat the erasure strength of MSE while keeping lower KID on unrelated concepts, meaning the same forget operation damages the model's other knowledge less.
  • The bounded gradients of Hellinger mean long fine-tuning runs are less likely to suddenly produce degenerate or artifact-laden images; chi-squared, with exponentially growing gradients, is the opposite.
  • The variational formulation makes every f-divergence available, so a user can deliberately pick an aggressive divergence for fast semantic removal and accept lower realism, or a closed-form divergence for clean realistic replacement.
  • The convergence analysis gives a quantitative rule: among the tested divergences, Hellinger and Jensen-Shannon have the largest $1/f''(1)$ and therefore faster local convergence, while chi-squared has the slowest.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: the Hellinger bounded-gradient recipe should transfer to other Gaussian-output distribution-matching tasks, such as erasing facts from language models or one-step distillation, wherever the equal-covariance approximation holds.
  • Editorial inference: the variational branch is a GAN-like game, so the local-stability theorem leaves global behavior open; a testable extension is adding gradient penalties or spectral normalization to the critic and checking whether aggressive variational erasure becomes artifact-free.
  • Editorial inference: the paper's ranking by $1/f''(1)$ suggests a cheap rule for choosing a divergence for a new concept—compute the curvature of the generator function at 1 and pick the largest value when convergence speed matters—instead of tuning losses per concept by trial and error.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

2 major / 6 minor

Summary. The paper proposes f-DMU, a unified framework for concept unlearning in text-to-image diffusion models based on minimizing an f-divergence between the original model's reverse-process conditional distribution for an anchor concept and the unlearned model's conditional for the target concept. The authors show that the standard MSE loss is the KL special case, derive closed-form Gaussian losses for the squared Hellinger distance and Pearson chi-square divergence, and provide a variational min-max objective for general f-divergences. They analyze gradient magnitudes of the closed-form losses, prove local exponential stability of the min-max system under explicit assumptions, and present experiments on Stable Diffusion v1.4 with several concepts, anchors, training lengths, and regularizations. The central empirical claim is that the squared Hellinger instance (H2) consistently dominates MSE in the trade-off between erasure efficacy and generative fidelity.

Significance. If the claims are supported, the framework is a valuable unification: it recovers existing MSE/KL and JS-based objectives as special cases, offers cheap alternative closed-form losses, and provides a theoretical lens (gradient scaling and local convergence rates) for choosing a divergence. The closed-form derivations are clean and the local convergence theorem is a reasonable extension of known GAN analysis. The empirical study is broad, covering multiple concepts, anchors, and iteration budgets. However, the paper's headline empirical assertion of consistent superiority of H2 over MSE is not established by the reported numbers, and the paper lacks aggregate statistics, error bars, and multiple seeds. The theoretical contribution stands on its own, but the empirical claim needs substantial revision or re-framing.

major comments (2)
  1. [Abstract; Section 5.3; Tables 1, 3, 4] The abstract's claim that H2 'consistently dominates MSE' and the repeated assertion in Section 5.3 that MSE generally has worse KID and preservation are contradicted by the paper's own tables. For example, in Table 4 (5000 steps, erasing Snoopy), H2 empty gives target CA=0.10 with preserved Grumpy Cat CA=0.00 and KID=0.341, while MSE empty gives target CA=0.08 with preserved Grumpy Cat CA=0.12 and KID=0.303; here MSE has both stronger erasure and better preservation. In Table 3 (500 steps, erasing Snoopy), MSE empty achieves target CA=0.33 versus H2 empty CA=0.47. Similar counterexamples appear in Table 1 (e.g., erasing Grumpy Cat: MSE empty KID 0.237 vs H2 empty KID 0.250 on the target, and comparable or better preserved-concept KIDs for MSE). The paper provides no aggregate win/loss counts, no confidence intervals, and no multiple-seed variation. Since the 'consistently dominates' assertion is a load-bearing part of the paper's contribution, the authors should either add rigorous statistical comparison (multiple seeds, paired tests, aggregate trade-off metrics) or revise the claim to a more modest statement about specific favorable configurations.
  2. [Section 3; Appendix B.1.1; Equations (4), (36), (40)] The derivation of the closed-form losses assumes that the reverse-process conditionals p_Phi(xt-1|xt,c) and p_hatPhi(xt-1|xt,c*) are Gaussian with the same covariance Sigma, after which only the mean difference matters. The paper states that it follows standard practice to fix the variance to a constant, but it does not specify the value of Sigma, its per-timestep dependence, or how the coefficient in the H2 and chi2 losses relates to Sigma. This matters because the implemented losses in Equations (4) and (5) treat the exponent as ||Phi-hatPhi||^2/2, while the derivation in Appendix B.1.1 yields exponents with explicit 1/(8 sigma^2) and 1/sigma^2 factors (Equations (36) and (40)). The scaling can be absorbed into omega_t, but the paper should state this explicitly and give the actual schedule used in the experiments. As written, the connection between the stated f-divergence objective and the implemented loss is not fully transparent.
minor comments (6)
  1. [Equations (4) and (36)] Equation (4) and Equation (36) are inconsistent: Equation (36) contains an exponent of -1/(8 sigma^2) ||Phi - hatPhi||^2, while Equation (4) shows -||Phi - hatPhi||^2/2. The authors should make the sigma dependence consistent and clarify the notation so that the main-text loss matches the appendix derivation.
  2. [Section 5.3 and Table 3] The caption of Table 3 says the best values are in bold and second-best in italics, but the table appears to bold only H2 rows and never marks MSE rows; please apply the stated formatting consistently or adjust the caption.
  3. [Section 5.1] The hyperparameter omega_t, used in all closed-form losses, is not defined or chosen; please report its schedule or state that it is set to a constant.
  4. [Section 5.2] Figure 2 reports average gradient amplitudes, but the averaging set (which timesteps, which concepts, how many samples) is not specified; please add this information for reproducibility.
  5. [Section 2.1 and Table 3] The abbreviation CAbl is used in Section 5.3 but the tables list 'Concept Ablation'; please use one consistent name throughout.
  6. [Section 5.4] The multi-concept erasure section is qualitative only; please either add quantitative results for the sequential setting or explicitly state that the claim is qualitative.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the f-divergence derivation is self-contained, and the empirical superiority claim is an observation rather than an input to the framework.

full rationale

The paper's central chain is self-contained. Section 3 and Appendix B.1.1 start from the standard definition of f-divergence (Eq. 1) and the Nguyen-Wainwright-Jordan variational representation (Eq. 2), then evaluate known Gaussian closed forms under the paper's explicit equal-covariance assumption, recovering MSE as the KL instance (Eqs. 27-28 and 20) and obtaining the H2 and chi2 objectives (Eqs. 4-5 and 36, 40) by direct substitution; no target quantity is inserted into these derivations. The gradient identities in Eq. 7 and Appendix B.1.2 follow algebraically from the loss definitions (e.g., the derivative of -exp(-MSE) is exp(-MSE) times the MSE gradient) rather than being fitted to the empirical outcomes. The local convergence analysis (Theorem 4.2) uses standard dynamical-systems lemmas (Theorem B.4 from Nagarajan-Kolter) and derives the f''(1) ordering from Lemma B.5, which is a mathematical identity for convex conjugates; the paper candidly labels the convergence-speed implication as conditional and 'probably beneficial.' The 'Hellinger consistently dominates MSE' claim is an empirical observation based on Tables 3-4, not a quantity forced by construction; whether the tables support it is a statistical-evidence concern, not a circularity. Self-citations [65,67,69] appear only in the related-work survey of f-divergence applications and do not supply any load-bearing theorem or assumption. No circular step can be exhibited.

Assumptions & free parameters 2 free parameters · 7 assumptions · 0 invented entities

The mathematical core is a standard application of known f-divergence closed forms; no fitted constants enter the derivation. The empirical superiority claims, however, rest on experimental design choices such as anchor selection and regularizations, and on the Gaussian equal-variance approximation. The local convergence theorem depends on three formal assumptions that are standard for GAN-style min-max analysis but are not verified empirically.

free parameters (2)
  • omega_t (time-step weighting)
    Appears in every closed-form loss (Eqs. 4, 5, 32, 36, 40) and scales the contribution of each diffusion step. Its schedule is inherited from diffusion training and not reported or fitted in the paper, but the relative behavior of H2 vs MSE gradients depends on the normalization absorbed into it.
  • sigma (or Sigma): assumed equal variance of denoiser output distributions
    The paper fixes the variance to a constant so that closed-form f-divergence losses reduce to functions of the mean difference only (Section 3 and B.1.1). The exponent coefficients 1/(8 sigma^2) and 1/sigma^2 are absorbed into omega_t; the value of sigma changes the effective gradient scale.
assumptions (7)
  • standard math f-divergence framework: f is convex, lower-semicontinuous, f(1)=0, and p is absolutely continuous with respect to q.
    Used to define D_f(p||q) in Eq. (1) and to derive the variational representation in Eq. (2).
  • domain assumption Diffusion process is Markovian and x_T is independent of the concept c.
    Needed in Appendix B.1 to rewrite the KL divergence over full trajectories as a sum of per-step divergences, Eqs. (14)-(18).
  • domain assumption The denoiser output distributions p_Phi(xt-1|xt,c) and p_hatPhi(xt-1|xt,c*) are Gaussian with equal covariance Sigma.
    This is the key approximation that lets the authors replace closed-form f-divergences between Gaussians with objectives that depend only on the mean difference (Section 3 and B.1.1). It is standard practice in prior MSE-based unlearning but is not validated on real model outputs.
  • ad hoc to paper Assumption B.6: f* is strictly convex.
    Introduced in Appendix B.2.2 to ensure KTT is negative definite and Theorem 4.2 applies. It excludes total variation and other divergences.
  • ad hoc to paper Assumption B.7: there exists an equilibrium point where p_phi* = p_Phi and T_omega* = f'(1).
    This is the optimal convergence point for the min-max game. It is used in the proof of Theorem 4.1 to zero out the phi-phi Hessian block.
  • ad hoc to paper Assumption B.8: certain cross-Hessian terms are full row rank.
    This rank condition is needed to apply the eigenvalue bound in Theorem B.4 and to conclude local exponential stability in Theorem 4.2.
  • standard math Variational representation theorem for f-divergences (Nguyen et al.).
    Used in Eq. (2) and Appendix B.1.3 to derive the min-max objective in Eq. (6).

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Unified Framework for Diffusion Model Unlearning with f-Divergence." pith.science (2026). https://pith.science/paper/GGYHIHDJ

@misc{pith2026250921167,
  author       = {Pith},
  title        = {Pith review of: A Unified Framework for Diffusion Model Unlearning with f-Divergence},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GGYHIHDJ}},
  note         = {Machine review of arXiv:2509.21167}
}
abstract

Most existing methods for concept unlearning in text-to-image diffusion models minimize a mean squared error (MSE) loss between the denoiser outputs conditioned on a target and an anchor concept, which is implicitly the KL divergence between two Gaussians. We generalize this objective to any $f$-divergence, recovering MSE as the KL instance, and identify a family of $\alpha$-divergences whose Gaussian closed-form yields cheap, MSE-like training objectives. For the remaining $f$-divergences, we provide a min-max objective based on the variational formulation of the $f$-divergence. We theoretically analyze and numerically validate how different $f$-divergences impact the gradient magnitude and the convergence properties of the algorithm, affecting the quality of unlearning. For instance, we observe that the Hellinger closed-form instance consistently dominates MSE across multiple scenarios. More generally, the proposed unified framework offers a flexible paradigm for selecting the optimal divergence based on the application and user goal, allowing for finer control over the trade-off between unlearning efficacy and generative fidelity.

Figures

Figures reproduced from arXiv: 2509.21167 by the authors.

Figure 1
Figure 1. Unlearning a concept using different f-divergences yield different unlearning dynamics (top: mean squared error, middle: Hellinger closed-form, bottom: Hellinger variational). The inset in the bottom right corner of each image reports a not erased concept. To the best of our knowledge, f-DMU is the first approach based on general f-divergences for the DM unlearning task. We theoretically study the gradients of the f… view at source ↗
Figure 2
Figure 2. Average gradient amplitude of closed-form-based losses. [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Instability during fine-tuning caused by large gradients. Top: MSE, bottom: H [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: All methods manage to remove the concept from the model so that no generation of "R2D2" can take place. [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Qualitative comparison of superclass-guided unlearning outcomes between CAbl and our Hellinger distance [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Qualitative comparison of superclass unlearning with sequential multiple erasure. The first three columns [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: f-divergence-based Diffusion Model Unlearning Framework. Every pair (f, c) indicates a different objective function based on a specific f-divergence and using a specific type of concept c. A list of concepts [cn, ch, cc, cd] indicates a specific f-divergence objective …
Figure 8
Figure 8. Figure 8: Divergence-based methods for diffusion models unlearning. Each sector represents an [PITH_FULL_IMAGE:figures/full_fig_p014_8.png]
Figure 9
Figure 9. Figure 9: Gradients comparison as a function of the MSE. All the functions are plotted up to a multiplicative constant. [PITH_FULL_IMAGE:figures/full_fig_p020_9.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

80 extracted references · 38 canonical work pages

  1. [1]

    High-resolution image synthesis with latent diffusion models

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022

  2. [2]

    Hierarchical text-conditional image generation with clip latents.arXiv preprint arXiv:2204.06125, 1(2):3, 2022

    Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text-conditional image generation with clip latents.arXiv preprint arXiv:2204.06125, 1(2):3, 2022

  3. [3]

    Photorealistic text-to-image diffusion models with deep language understanding.Advances in neural information processing systems, 35:36479–36494, 2022

    Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding.Advances in neural information processing systems, 35:36479–36494, 2022

  4. [4]

    Laion-5b: An open large-scale dataset for training next generation image-text models.Advances in neural information processing systems, 35:25278–25294, 2022

    Christoph Schuhmann, Romain Beaumont, Richard Vencu, Cade Gordon, Ross Wightman, Mehdi Cherti, Theo Coombes, Aarush Katta, Clayton Mullis, Mitchell Wortsman, et al. Laion-5b: An open large-scale dataset for training next generation image-text models.Advances in neural information processing systems, 35:25278–25294, 2022. 9 A Unified Framework for Diffusio...

  5. [5]

    Safe latent diffusion: Mitigating inappropriate degeneration in diffusion models

    Patrick Schramowski, Manuel Brack, Björn Deiseroth, and Kristian Kersting. Safe latent diffusion: Mitigating inappropriate degeneration in diffusion models. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 22522–22531, 2023

  6. [6]

    Ai art and its impact on artists

    Harry H Jiang, Lauren Brown, Jessica Cheng, Mehtab Khan, Abhishek Gupta, Deja Workman, Alex Hanna, Johnathan Flowers, and Timnit Gebru. Ai art and its impact on artists. InProceedings of the 2023 AAAI/ACM Conference on AI, Ethics, and Society, pages 363–374, 2023

  7. [7]

    Extracting training data from diffusion models

    Nicolas Carlini, Jamie Hayes, Milad Nasr, Matthew Jagielski, Vikash Sehwag, Florian Tramer, Borja Balle, Daphne Ippolito, and Eric Wallace. Extracting training data from diffusion models. In32nd USENIX security symposium (USENIX Security 23), pages 5253–5270, 2023

  8. [8]

    Understanding and mitigating copying in diffusion models.Advances in Neural Information Processing Systems, 36:47783–47803, 2023

    Gowthami Somepalli, Vasu Singla, Micah Goldblum, Jonas Geiping, and Tom Goldstein. Understanding and mitigating copying in diffusion models.Advances in Neural Information Processing Systems, 36:47783–47803, 2023

Show all 80 references
  1. [9]

    Erasing concepts from diffusion models

    Rohit Gandikota, Joanna Materzynska, Jaden Fiotto-Kaufman, and David Bau. Erasing concepts from diffusion models. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 2426–2436, 2023

  2. [10]

    Ablating concepts in text-to-image diffusion models

    Nupur Kumari, Bingliang Zhang, Sheng-Yu Wang, Eli Shechtman, Richard Zhang, and Jun-Yan Zhu. Ablating concepts in text-to-image diffusion models. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 22691–22702, 2023

  3. [11]

    Receler: Reliable concept erasing of text-to-image diffusion models via lightweight erasers

    Chi-Pin Huang, Kai-Po Chang, Chung-Ting Tsai, Yung-Hsuan Lai, Fu-En Yang, and Yu-Chiang Frank Wang. Receler: Reliable concept erasing of text-to-image diffusion models via lightweight erasers. InEuropean Conference on Computer Vision, pages 360–376. Springer, 2024

  4. [12]

    Red-teaming the stable diffusion safety filter.arXiv preprint arXiv:2210.04610, 2022

    Javier Rando, Daniel Paleka, David Lindner, Lennart Heim, and Florian Tramèr. Red-teaming the stable diffusion safety filter.arXiv preprint arXiv:2210.04610, 2022

  5. [13]

    Safree: Training-free and adaptive guard for safe text-to-image and video generation.International Conference on Learning Representations, 2025

    Jaehong Yoon, Shoubin Yu, Vaidehi Patil, Huaxiu Yao, and Mohit Bansal. Safree: Training-free and adaptive guard for safe text-to-image and video generation.International Conference on Learning Representations, 2025

  6. [14]

    Erasing undesirable concepts in diffusion models with adversarial preservation.arXiv preprint arXiv:2410.15618, 2024

    Anh Bui, Long Vuong, Khanh Doan, Trung Le, Paul Montague, Tamas Abraham, and Dinh Phung. Erasing undesirable concepts in diffusion models with adversarial preservation.arXiv preprint arXiv:2410.15618, 2024

  7. [15]

    Fantastic targets for concept erasure in diffusion models and where to find them.arXiv preprint arXiv:2501.18950, 2025

    Anh Bui, Trang Vu, Long Vuong, Trung Le, Paul Montague, Tamas Abraham, Junae Kim, and Dinh Phung. Fantastic targets for concept erasure in diffusion models and where to find them.arXiv preprint arXiv:2501.18950, 2025

  8. [16]

    Fine-grained erasure in text-to-image diffusion-based foundation models

    Kartik Thakral, Tamar Glaser, Tal Hassner, Mayank Vatsa, and Richa Singh. Fine-grained erasure in text-to-image diffusion-based foundation models. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 9121–9130, 2025

  9. [17]

    Unified concept editing in diffusion models

    Rohit Gandikota, Hadas Orgad, Yonatan Belinkov, Joanna Materzy´nska, and David Bau. Unified concept editing in diffusion models. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, pages 5111–5120, 2024

  10. [18]

    Reliable and efficient concept erasure of text-to-image diffusion models

    Chao Gong, Kai Chen, Zhipeng Wei, Jingjing Chen, and Yu-Gang Jiang. Reliable and efficient concept erasure of text-to-image diffusion models. InEuropean Conference on Computer Vision, pages 73–88. Springer, 2024

  11. [19]

    Mace: Mass concept erasure in diffusion models

    Shilin Lu, Zilan Wang, Leyang Li, Yanzhu Liu, and Adams Wai-Kin Kong. Mace: Mass concept erasure in diffusion models. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6430–6440, 2024

  12. [20]

    Minimalist concept erasure in generative models

    Yang Zhang, Er Jin, Yanfei Dong, Yixuan Wu, Philip Torr, Ashkan Khakzar, Johannes Stegmaier, and Kenji Kawaguchi. Minimalist concept erasure in generative models. InForty-second International Conference on Machine Learning, 2025

  13. [21]

    Unlearning concepts in diffusion model via concept domain correction and concept preserving gradient

    Yongliang Wu, Shiji Zhou, Mingzhuo Yang, Lianzhe Wang, Heng Chang, Wenbo Zhu, Xinting Hu, Xiao Zhou, and Xu Yang. Unlearning concepts in diffusion model via concept domain correction and concept preserving gradient. InProceedings of the AAAI Conference on Artificial Intelligen...

  14. [22]

    Generative adversarial nets.Advances in neural information processing systems, 27, 2014

    Ian J Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets.Advances in neural information processing systems, 27, 2014

  15. [23]

    Deep unsupervised learning using nonequilibrium thermodynamics

    Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. InInternational conference on machine learning, pages 2256–2265. pmlr, 2015

  16. [24]

    Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models.Advances in neural information processing systems, 33:6840–6851, 2020. 10 A Unified Framework for Diffusion Model Unlearning with f-Divergence

  17. [25]

    A general class of coefficients of divergence of one distribution from another.Journal of the Royal Statistical Society: Series B (Methodological), 28(1):131–142, 1966

    Syed Mumtaz Ali and Samuel D Silvey. A general class of coefficients of divergence of one distribution from another.Journal of the Royal Statistical Society: Series B (Methodological), 28(1):131–142, 1966

  18. [26]

    On information-type measure of difference of probability distributions and indirect observations

    Imre Csiszár. On information-type measure of difference of probability distributions and indirect observations. Studia Sci. Math. Hungar., 2:299–318, 1967

  19. [27]

    Wainwright, and Michael I

    XuanLong Nguyen, Martin J. Wainwright, and Michael I. Jordan. Estimating divergence functionals and the likelihood ratio by convex risk minimization.IEEE Transactions on Information Theory, 56(11):5847–5861, 2010

  20. [28]

    Mode-seeking divergences: theory and applications to gans

    Cheuk Ting Li and Farzan Farnia. Mode-seeking divergences: theory and applications to gans. InInternational Conference on Artificial Intelligence and Statistics, pages 8321–8350. PMLR, 2023

  21. [29]

    The illusion of unlearning: The unstable nature of machine unlearning in text-to-image diffusion models

    Naveen George, Karthik Nandan Dasaraju, Rutheesh Reddy Chittepu, and Konda Reddy Mopuri. The illusion of unlearning: The unstable nature of machine unlearning in text-to-image diffusion models. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 1339...

  22. [30]

    Flow matching for generative modeling.arXiv preprint arXiv:2210.02747, 2022

    Yaron Lipman, Ricky TQ Chen, Heli Ben-Hamu, Maximilian Nickel, and Matt Le. Flow matching for generative modeling.arXiv preprint arXiv:2210.02747, 2022

  23. [31]

    Springer Verlag, 1985

    Shun-ichi Amari.Differential-geometrical methods in statistics. Springer Verlag, 1985

  24. [32]

    Analyzingα-divergence in gaussian rate-distortion-perception theory

    Martha V Sourla, Giuseppe Serra, Photios A Stavrou, and Marios Kountouris. Analyzingα-divergence in gaussian rate-distortion-perception theory. In2024 IEEE 25th International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), pages 856–860. IEEE, 2024

  25. [33]

    On the f-divergences between densities of a multivariate location or scale family.Statistics and Computing, 34(1):60, 2024

    Frank Nielsen and Kazuki Okamura. On the f-divergences between densities of a multivariate location or scale family.Statistics and Computing, 34(1):60, 2024

  26. [34]

    Gradient descent gan optimization is locally stable.Advances in neural information processing systems, 30, 2017

    Vaishnavh Nagarajan and J Zico Kolter. Gradient descent gan optimization is locally stable.Advances in neural information processing systems, 30, 2017

  27. [35]

    Which training methods for gans do actually converge? InInternational conference on machine learning, pages 3481–3490

    Lars Mescheder, Andreas Geiger, and Sebastian Nowozin. Which training methods for gans do actually converge? InInternational conference on machine learning, pages 3481–3490. PMLR, 2018

  28. [36]

    Training deep energy-based models with f-divergence minimization

    Lantao Yu, Yang Song, Jiaming Song, and Stefano Ermon. Training deep energy-based models with f-divergence minimization. InInternational Conference on Machine Learning, pages 10957–10967. PMLR, 2020

  29. [37]

    Khalil Hassan K.Non-linear Systems. 1996

  30. [38]

    f-gan: Training generative neural samplers using variational divergence minimization

    Sebastian Nowozin, Botond Cseke, and Ryota Tomioka. f-gan: Training generative neural samplers using variational divergence minimization. InAdvances in Neural Information Processing Systems, volume 29, 2016

  31. [39]

    One-step diffusion models with f-divergence distribution matching

    Yilun Xu, Weili Nie, and Arash Vahdat. One-step diffusion models with f-divergence distribution matching. arXiv preprint arXiv:2502.15681, 2025

  32. [40]

    Clipscore: A reference-free evaluation metric for image captioning.arXiv preprint arXiv:2104.08718, 2021

    Jack Hessel, Ari Holtzman, Maxwell Forbes, Ronan Le Bras, and Yejin Choi. Clipscore: A reference-free evaluation metric for image captioning.arXiv preprint arXiv:2104.08718, 2021

  33. [41]

    Learning transferable visual models from natural language supervision

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervision. InInternational conference on machine learning, pag...

  34. [42]

    Sutherland, Michael Arbel, and Arthur Gretton

    Mikołaj Bi´nkowski, Dougal J. Sutherland, Michael Arbel, and Arthur Gretton. Demystifying MMD GANs. In International Conference on Learning Representations, 2018

  35. [43]

    Towards making systems forget with machine unlearning

    Yinzhi Cao and Junfeng Yang. Towards making systems forget with machine unlearning. In2015 IEEE symposium on security and privacy, pages 463–480. IEEE, 2015

  36. [44]

    Machine unlearning

    Lucas Bourtoule, Varun Chandrasekaran, Christopher A Choquette-Choo, Hengrui Jia, Adelin Travers, Baiwu Zhang, David Lie, and Nicolas Papernot. Machine unlearning. In2021 IEEE symposium on security and privacy (SP), pages 141–159. IEEE, 2021

  37. [45]

    Eternal sunshine of the spotless net: Selective forgetting in deep networks

    Aditya Golatkar, Alessandro Achille, and Stefano Soatto. Eternal sunshine of the spotless net: Selective forgetting in deep networks. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 9304–9312, 2020

  38. [46]

    Fast yet effective machine unlearning.IEEE Transactions on Neural Networks and Learning Systems, 2023

    Ayush K Tarun, Vikram S Chundawat, Murari Mandal, and Mohan Kankanhalli. Fast yet effective machine unlearning.IEEE Transactions on Neural Networks and Learning Systems, 2023

  39. [47]

    Can bad teaching induce forgetting? unlearning in deep networks using an incompetent teacher

    Vikram S Chundawat, Ayush K Tarun, Murari Mandal, and Mohan Kankanhalli. Can bad teaching induce forgetting? unlearning in deep networks using an incompetent teacher. InProceedings of the AAAI Conference on Artificial Intelligence, volume 37, pages 7210–7217, 2023. 11 A Unifie...

  40. [48]

    Zero-shot machine unlearning

    Vikram S Chundawat, Ayush K Tarun, Murari Mandal, and Mohan Kankanhalli. Zero-shot machine unlearning. IEEE Transactions on Information Forensics and Security, 18:2345–2354, 2023

  41. [49]

    Towards unbounded machine unlearning.Advances in neural information processing systems, 36:1957–1987, 2023

    Meghdad Kurmanji, Peter Triantafillou, Jamie Hayes, and Eleni Triantafillou. Towards unbounded machine unlearning.Advances in neural information processing systems, 36:1957–1987, 2023

  42. [50]

    Salun: Empowering machine unlearning via gradient-based weight saliency in both image classification and generation.arXiv preprint arXiv:2310.12508, 2023

    Chongyu Fan, Jiancheng Liu, Yihua Zhang, Eric Wong, Dennis Wei, and Sijia Liu. Salun: Empowering machine unlearning via gradient-based weight saliency in both image classification and generation.arXiv preprint arXiv:2310.12508, 2023

  43. [51]

    Fast machine unlearning without retraining through selective synaptic dampening

    Jack Foster, Stefan Schoepf, and Alexandra Brintrup. Fast machine unlearning without retraining through selective synaptic dampening. InProceedings of the AAAI conference on artificial intelligence, volume 38, pages 12043–12051, 2024

  44. [52]

    Distribution-level feature distancing for machine unlearning: Towards a better trade-off between model utility and forgetting

    Dasol Choi and Dongbin Na. Distribution-level feature distancing for machine unlearning: Towards a better trade-off between model utility and forgetting. InProceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 2536–2544, 2025

  45. [53]

    Lotus: Large-scale machine unlearning with a taste of uncertainty

    Christoforos N Spartalis, Theodoros Semertzidis, Efstratios Gavves, and Petros Daras. Lotus: Large-scale machine unlearning with a taste of uncertainty. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 10046–10055, 2025

  46. [54]

    f-scrub: Unbounded machine unlearning via f-divergences

    Amirhossein Bagheri, Radmehr Karimian, and Gholamali Aminian. f-scrub: Unbounded machine unlearning via f-divergences. InICLR 2025 Workshop on Navigating and Addressing Data Problems for Foundation Models, 2025

  47. [55]

    Selective amnesia: A continual learning approach to forgetting in deep generative models.Advances in Neural Information Processing Systems, 36, 2024

    Alvin Heng and Harold Soh. Selective amnesia: A continual learning approach to forgetting in deep generative models.Advances in Neural Information Processing Systems, 36, 2024

  48. [56]

    Llm unlearning via loss adjustment with only forget data.International Conference on Learning Representations, 2025

    Yaxuan Wang, Jiaheng Wei, Chris Yuhao Liu, Jinlong Pang, Quan Liu, Ankit Parag Shah, Yujia Bao, Yang Liu, and Wei Wei. Llm unlearning via loss adjustment with only forget data.International Conference on Learning Representations, 2025

  49. [57]

    Rethinking machine unlearning for large language models.Nature Machine Intelligence, pages 1–14, 2025

    Sijia Liu, Yuanshun Yao, Jinghan Jia, Stephen Casper, Nathalie Baracaldo, Peter Hase, Yuguang Yao, Chris Yuhao Liu, Xiaojun Xu, Hang Li, et al. Rethinking machine unlearning for large language models.Nature Machine Intelligence, pages 1–14, 2025

  50. [58]

    Glide: Towards photorealistic image generation and editing with text-guided diffusion models

    Alex Nichol, Prafulla Dhariwal, Aditya Ramesh, Pranav Shyam, Pamela Mishkin, Bob McGrew, Ilya Sutskever, and Mark Chen. Glide: Towards photorealistic image generation and editing with text-guided diffusion models. arXiv preprint arXiv:2112.10741, 2021

  51. [59]

    Diffusion art or digital forgery? investigating data replication in diffusion models

    Gowthami Somepalli, Vasu Singla, Micah Goldblum, Jonas Geiping, and Tom Goldstein. Diffusion art or digital forgery? investigating data replication in diffusion models. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6048–6058, 2023

  52. [60]

    One-dimensional adapter to rule them all: Concepts diffusion models and erasing applications

    Mengyao Lyu, Yuhong Yang, Haiwen Hong, Hui Chen, Xuan Jin, Yuan He, Hui Xue, Jungong Han, and Guiguang Ding. One-dimensional adapter to rule them all: Concepts diffusion models and erasing applications. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern R...

  53. [61]

    Editing implicit assumptions in text-to-image diffusion models

    Hadas Orgad, Bahjat Kawar, and Yonatan Belinkov. Editing implicit assumptions in text-to-image diffusion models. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 7053–7061, 2023

  54. [62]

    Mass-editing memory in a transformer.arXiv preprint arXiv:2210.07229, 2022

    Kevin Meng, Arnab Sen Sharma, Alex Andonian, Yonatan Belinkov, and David Bau. Mass-editing memory in a transformer.arXiv preprint arXiv:2210.07229, 2022

  55. [63]

    Defensive unlearning with adversarial training for robust concept erasure in diffusion models.Advances in neural information processing systems, 37:36748–36776, 2024

    Yimeng Zhang, Xin Chen, Jinghan Jia, Yihua Zhang, Chongyu Fan, Jiancheng Liu, Mingyi Hong, Ke Ding, and Sijia Liu. Defensive unlearning with adversarial training for robust concept erasure in diffusion models.Advances in neural information processing systems, 37:36748–36776, 2024

  56. [64]

    Efficient fine-tuning and concept suppression for pruned diffusion models

    Reza Shirkavand, Peiran Yu, Shangqian Gao, Gowthami Somepalli, Tom Goldstein, and Heng Huang. Efficient fine-tuning and concept suppression for pruned diffusion models. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 18619–18629, 2025

  57. [65]

    In International Conference on Machine Learning, pages 38448–38473

    Nicola Novello and Andrea M Tonello.f-divergence based classification: Beyond the use of cross-entropy. In International Conference on Machine Learning, pages 38448–38473. PMLR, 2024

  58. [66]

    When optimizingf-divergence is robust with label noise

    Jiaheng Wei and Yang Liu. When optimizingf-divergence is robust with label noise. InInternational Conference on Learning Representations, ICLR, 2021

  59. [67]

    Robust classification with noisy labels based on posterior maximization

    Nicola Novello and Andrea M Tonello. Robust classification with noisy labels based on posterior maximization. arXiv preprint arXiv:2504.06805, 2025. 12 A Unified Framework for Diffusion Model Unlearning with f-Divergence

  60. [68]

    Robust semi-supervised learning via f-divergence andα-rényi divergence

    Gholamali Aminian, Amirhossien Bagheri, Mahyar JafariNodeh, Radmehr Karimian, and Mohammad-Hossein Yassaee. Robust semi-supervised learning via f-divergence andα-rényi divergence. In2024 IEEE International Symposium on Information Theory (ISIT), pages 1842–1847. IEEE, 2024

  61. [69]

    Mutual information estimation via f- divergence and data derangements.Advances in Neural Information Processing Systems, 37:105114–105150, 2024

    Nunzio Alexandro Letizia, Nicola Novello, and Andrea M Tonello. Mutual information estimation via f- divergence and data derangements.Advances in Neural Information Processing Systems, 37:105114–105150, 2024

  62. [70]

    Loss functions and operators generated by f-divergences.arXiv preprint arXiv:2501.18537, 2025

    Vincent Roulet, Tianlin Liu, Nino Vieillard, Michaël E Sander, and Mathieu Blondel. Loss functions and operators generated by f-divergences.arXiv preprint arXiv:2501.18537, 2025

  63. [71]

    Fine-tuning of diffusion models via stochastic control: entropy regularization and beyond.arXiv preprint arXiv:2403.06279, 2024

    Wenpin Tang. Fine-tuning of diffusion models via stochastic control: entropy regularization and beyond.arXiv preprint arXiv:2403.06279, 2024

  64. [72]

    Generalizing alignment paradigm of text-to-image generation with preferences through f-divergence minimization

    Haoyuan Sun, Bo Xia, Yongzhe Chang, and Xueqian Wang. Generalizing alignment paradigm of text-to-image generation with preferences through f-divergence minimization. InProceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 27644–27652, 2025

  65. [73]

    Towards efficient machine unlearning with data augmentation: Guided loss-increasing (gli) to prevent the catastrophic model utility drop

    Dasol Choi, Soora Choi, Eunsun Lee, Jinwoo Seo, and Dongbin Na. Towards efficient machine unlearning with data augmentation: Guided loss-increasing (gli) to prevent the catastrophic model utility drop. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Rec...

  66. [74]

    Is retain set all you need in machine unlearning? restoring performance of unlearned models with out-of-distribution images

    Jacopo Bonato, Marco Cotogni, and Luigi Sabetta. Is retain set all you need in machine unlearning? restoring performance of unlearned models with out-of-distribution images. InEuropean Conference on Computer Vision, pages 1–19. Springer, 2024

  67. [75]

    On the f-divergence and singularity of probability measures.Periodica Mathematica Hungarica, 2(1-4):223–234, 1972

    Igor Vajda. On the f-divergence and singularity of probability measures.Periodica Mathematica Hungarica, 2(1-4):223–234, 1972

  68. [76]

    Chapman and Hall/CRC, 2018

    Leandro Pardo.Statistical inference based on divergence measures. Chapman and Hall/CRC, 2018

  69. [77]

    f-gan: Training generative neural samplers using variational divergence minimization.Advances in neural information processing systems, 29, 2016

    Sebastian Nowozin, Botond Cseke, and Ryota Tomioka. f-gan: Training generative neural samplers using variational divergence minimization.Advances in neural information processing systems, 29, 2016

  70. [78]

    f-gail: Learning f-divergence for generative adversarial imitation learning.Advances in neural information processing systems, 33:12805–12815, 2020

    Xin Zhang, Yanhua Li, Ziming Zhang, and Zhi-Li Zhang. f-gail: Learning f-divergence for generative adversarial imitation learning.Advances in neural information processing systems, 33:12805–12815, 2020

  71. [79]

    concept erasing

    Tianhe Yu, Saurabh Kumar, Abhishek Gupta, Sergey Levine, Karol Hausman, and Chelsea Finn. Gradient surgery for multi-task learning.Advances in neural information processing systems, 33:5824–5836, 2020. 13 A Unified Framework for Diffusion Model Unlearning with f-Divergence A R...

  72. [80]

    Z x(0...ˆt−1) ˆtY t=1 pΦ(xt−1|xt,c) log pΦ(xˆt−1|xˆt,c) pˆΦ(xˆt−1|xˆt,c∗)dx(ˆt−1...0) # dx(ˆt...T) = Z x(ˆt...T) pΦ(x(ˆt...T)|c)

    by modifying the cross-attention layers and utilizing Low-Rank Adaptation (LoRA) to remove a large number of concepts. The major advantage of these methods performing the closed-form update of the weights is the computational complexity. However, the main drawback is that thes...

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.