GROM Enables Fast, Gradient-Free Machine Unlearning for LLMs.

Pawe{\l} Batorski, Przemys{\l}aw Spurek, Paul Swoboda· August 7, 2026 View original

Key takeaways

  • Traditional LLM unlearning is slow, expensive, and may not fully erase data.
  • GROM offers a rapid, one-shot, gradient-free analytical solution for machine unlearning.
  • It directly updates weight matrices to suppress unwanted content while preserving utility.
  • GROM is orders of magnitude faster and resists quantization attacks that recover forgotten data.

Who benefits

TechBFSIHealthcareLegalGovernment

Summary

GROM is a novel one-shot, gradient-free machine unlearning approach that analytically removes specific knowledge from LLMs by directly updating weight matrices, offering significantly faster and more robust forgetting than iterative fine-tuning methods. It also resists quantization attacks that restore forgotten content.

Machine unlearning is crucial for removing sensitive or specific information from large language models (LLMs) safely. Current state-of-the-art methods typically involve iterative, gradient-based fine-tuning, which is computationally expensive and may only hide, rather than truly erase, the targeted knowledge. This hidden knowledge can even be recovered through simple techniques like model quantization. A new approach called GROM (Gradient-Free Rapid One-Shot Machine Unlearning) addresses these limitations by offering a direct, exact analytical solution. GROM frames the unlearning process as a ridge-regularized least-squares optimization problem, deriving a closed-form additive update for specific weight matrices. This update forces a selected layer to suppress unwanted content while preserving the model's performance on retained data. Crucially, GROM operates without backpropagation or iterative convergence, relying solely on gradient-free forward passes. This makes it orders of magnitude faster than traditional fine-tuning methods, completing weight edits in mere seconds. Extensive evaluations show GROM achieves state-of-the-art forgetting-utility trade-offs across various benchmarks, significantly reducing computational overhead. Furthermore, because GROM physically removes content from weights, it effectively withstands quantization attacks that can restore content forgotten by gradient-based baselines.

Why it matters

Professionals dealing with data privacy, compliance, or model updates can leverage GROM to efficiently and robustly remove sensitive information from LLMs, ensuring data governance and model integrity without significant computational cost.

How to implement this in your domain

  1. 1Evaluate current LLM unlearning strategies for computational cost and effectiveness in removing sensitive data.
  2. 2Integrate GROM's one-shot, gradient-free weight update mechanism into LLM deployment pipelines for rapid content removal.
  3. 3Develop protocols for identifying and tagging sensitive data that requires unlearning from deployed models.
  4. 4Test GROM's resilience against various model attacks, including quantization, to ensure robust data erasure.
  5. 5Establish clear policies for when and how machine unlearning should be applied to maintain compliance and ethical AI practices.

Original post by Pawe{\l} Batorski, Przemys{\l}aw Spurek, Paul Swoboda

"arXiv:2608.05783v1 Announce Type: new Abstract: Machine unlearning has become a critical capability for safely removing specific, sensitive knowledge from large language models (LLMs). Current state-of-the-art approaches primarily rely on iterative, training-time unlearning via f…"

View on X

Originally posted by Pawe{\l} Batorski, Przemys{\l}aw Spurek, Paul Swoboda on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses