When you ask a company to delete your personal data, a database entry can vanish in milliseconds. But when that same data has been woven into the neural fabric of an AI model -- shaping billions of parameters through months of training -- erasure becomes an unsolved engineering challenge with billion-dollar regulatory consequences. A new research approach published this month proposes a fundamentally different strategy: instead of trying to reverse-engineer what a model learned, push the data's representation off the mathematical landscape entirely.
The paper, "Approximate Machine Unlearning through Manifold Representation Forgetting Guided by Self Mode Connectivity," posted to arXiv on May 20, introduces a method called ManiF-SMC that recasts the unlearning problem as a geometric operation on the model's internal representation space. Rather than manipulating output labels or reversing gradient updates -- strategies that prior work has shown to be both fragile and computationally expensive -- the researchers target the learned manifold structures where data points cluster by semantic similarity.
"Existing unlearning studies that rely on label manipulation or task-gradient reversal often deliver limited unlearning effectiveness and can undermine the original learning objective," the authors write in the paper. Their approach instead recognizes a key behavioral pattern: when a model is fully retrained without certain data points, it tends to reclassify those erased samples based on their semantic similarity to the data that remains. ManiF-SMC exploits this insight directly.
How Manifold Forgetting Works
The technique operates in three coordinated stages. First, it identifies the manifold representation centroid -- essentially the geometric center -- of each data point slated for removal within the model's internal feature space. Second, a self-mode-connectivity module rapidly reconstructs the local manifold topology to understand how the target data relates to neighboring retained data. Third, using a margin-based triplet loss function, ManiF-SMC pushes each erased sample away from its original cluster and toward its nearest semantic neighbors in the retained dataset, effectively mimicking what full retraining would accomplish.
The self-mode-connectivity component is critical to making the approach practical. By analyzing the loss landscape between the current model state and nearby parameter configurations, it generates adaptive margins for each individual unlearning case rather than applying a uniform forgetting pressure. This per-sample calibration means the method can handle heterogeneous forget sets -- batches containing data of varying complexity and entanglement with the remaining training distribution.
Extensive experiments across four benchmark datasets demonstrate that ManiF-SMC achieves unlearning effectiveness comparable to state-of-the-art approximate methods while preserving model utility on retained data. The approach operates solely within the representation space, eliminating the need for access to original training labels during the unlearning phase -- a significant practical advantage given that many production deployments separate model artifacts from training metadata.
Why Machine Unlearning Matters Now
The stakes extend well beyond academic benchmarks. Article 17 of the EU's General Data Protection Regulation grants individuals the right to erasure -- the so-called "right to be forgotten" -- and regulators are increasingly scrutinizing whether AI companies can meaningfully comply. California's Assembly Bill 1008, introduced in September 2024, would extend personal data deletion rights explicitly to AI systems capable of outputting personal information, signaling that U.S. regulators are following Europe's lead.
"The right to be forgotten, codified in the GDPR, was originally conceived as a privacy safeguard. But an LLM cannot delete a specific record the way a database can," noted analysis from the Cloud Security Alliance. The gap between legal mandate and technical capability has created what privacy scholars describe as an enforcement vacuum -- regulators can demand deletion, but verifying that an AI model has genuinely forgotten specific data remains an open problem.
The practical cost of naive compliance is staggering. Full retraining of a large language model can cost millions of dollars in compute and take weeks of GPU time. Approximate unlearning methods like ManiF-SMC offer a path to compliance that does not require burning down the house to remove a single brick. But the field is still grappling with a fundamental question: how do you certify that forgetting actually occurred? Recent research from the University of California, Riverside on "source-free unlearning" has shown that traditional methods often achieve only superficial forgetting at the output level while preserving substantial information in internal feature representations.
This is precisely the gap that manifold-level approaches aim to close. By operating directly on the geometric structures where learned knowledge resides, representation forgetting offers stronger guarantees than methods that only adjust a model's final predictions.
What to Watch Next
The WIPE-OUT 2026 workshop on Machine Unlearning and Privacy Preservation, scheduled for September 7 in Naples alongside ECML-PKDD, will serve as a key venue for the growing research community to benchmark competing approaches. As the EU AI Act's provisions take effect and U.S. state-level legislation proliferates, the pressure on AI companies to demonstrate verifiable data removal will only intensify. Manifold representation forgetting represents one of the most promising technical paths forward -- but the race between regulatory timelines and research maturity is far from decided.