Approximate Machine Unlearning through Manifold Representation Forgetting Guided by Self Mode Connectivity
The paper proposes ManiF-SMC, an approximate machine unlearning method that works in representation space and uses self mode connectivity to set adaptive margins.
Intelligence analysis by GPT-5.4 Mini

ManiF-SMC reframes unlearning as moving erased samples away from their learned manifold centroid toward semantically similar retained data, then uses self mode connectivity to guide adaptive margins for the forgetting loss.
A machine learns by turning examples into a kind of map in its head. This paper says that when something must be forgotten, the model should move that memory away from where it used to live, instead of just trying to erase a label.
The method also looks at which remembered examples are most similar, like finding the closest neighbors on a playground map. Then it nudges the forgotten item toward the right area and away from the old spot.
A helper part called self mode connectivity is used like a quick sketch of the local neighborhood. That sketch helps choose how far to move things so the forgetting works better without messing up the rest of the model too much.
Analysis
What the paper proposes
The paper argues that many existing approximate unlearning methods rely too heavily on label manipulation or task-gradient reversal, which can weaken the model’s original behavior and still fall short of retraining-style unlearning. To address that, it introduces ManiF-SMC, short for Manifold Forgetting with Self Mode Connectivity.
Core idea
Rather than treating unlearning as a label problem, the method works in representation space. It recasts approximate unlearning as pushing each erased sample away from its original learned manifold representation centroid and toward its nearest semantic neighbors in the retained data. In the paper’s framing, this better matches how a model retrained on the remaining data would still classify erased samples by semantic similarity.
How it works
The unlearning objective combines forgetting and representation preservation in a margin-based triplet loss. The hard part is choosing a useful margin for each unlearning case. The paper’s answer is a self-mode-connectivity module that rapidly reconstructs the local manifold and uses it to generate adaptive margins. That keeps the method tied to the geometry of the learned representation rather than to labels or task-specific gradients.
Reported outcome
The abstract says experiments on four representative datasets show ManiF-SMC reaches unlearning effectiveness comparable to state-of-the-art approximate methods while staying entirely in the model’s representation space. The paper presents that as a way to align unlearning more closely with retraining behavior without directly retraining the model.
Key points
- The paper focuses on approximate machine unlearning, not full retraining.
- It reframes forgetting as movement in representation space rather than label manipulation.
- ManiF-SMC uses a margin-based triplet loss to balance forgetting and preservation.
- A self-mode-connectivity module helps generate adaptive margins for each case.
- The abstract reports competitive results on four datasets.
- The method is presented as closer to retraining behavior than older approximate approaches.



