Asymmetric Langevin Unlearning (ALU)
- ALU is a certified machine unlearning framework that leverages asymmetric data sources by anchoring training with public data.
- Using Projected Noisy Gradient Descent, ALU minimizes the divergence between learning and retraining distributions to enhance unlearning quality.
- Public data injection in ALU lowers required noise levels, offering computational advantages for mass unlearning of private data.
Asymmetric Langevin Unlearning (ALU) is a certified machine unlearning framework for training sets composed of asymmetric sources: a public set , sampled from , that is not subject to deletion requests, and a private set , sampled from , that is subject to unlearning. Formally, , and only points in can be forgotten. ALU uses Projected Noisy Gradient Descent (PNGD) for both learning and unlearning, and evaluates unlearning quality by the Rényi divergence between the unlearning distribution and the retraining distribution. Its central claim is that public data can be injected directly into the learning and retraining objective so that the learning/retraining mismatch is reduced by a factor scaling like , or more precisely through the factor . This yields a new control mechanism for the utility–unlearning trade-off, especially for forgetting a constant fraction of the private data, while making distribution mismatch between public and private sources an explicit part of the analysis (Inane et al., 11 May 2026).
1. Conceptual definition and data model
ALU is defined by an asymmetric training regime rather than by a new stochastic update distinct from Langevin unlearning. The asymmetry lies in the data model: public data appears in both the original training and retraining pipelines, while only private data is eligible for deletion. After a deletion request , the retain set is
The framework tracks three distributions over model weights: the learning distribution 0, obtained after training on the full dataset; the unlearning distribution 1, obtained by fine-tuning the trained model on the retain set; and the retraining distribution 2, obtained by retraining from scratch on the retain set only (Inane et al., 11 May 2026).
This retraining-based perspective places ALU within the broader certified unlearning tradition established for Langevin-style methods. In the symmetric baseline, Langevin unlearning is formulated through Rényi Unlearning (RU), where the post-unlearning distribution is required to be close—in both Rényi directions—to retraining on the updated dataset. That baseline uses the symmetric privacy metric
3
and applies the same noisy projected gradient dynamics in both learning and unlearning (Chien et al., 2024). ALU preserves the retraining-indistinguishability viewpoint, but changes the source structure of the data so that public samples act as a stability anchor during both learning and retraining (Inane et al., 11 May 2026).
The motivating limitation is specific: in public-data-free Langevin unlearning, the certification cost for forgetting a constant fraction of the private data does not improve with total dataset size. The ALU formulation changes this because public data dilutes the sensitivity of the empirical gradient to deleted private points while remaining present in both learning and retraining objectives (Inane et al., 11 May 2026).
2. PNGD formulation and operational pipeline
ALU uses PNGD for both training and unlearning. The empirical loss on the mixed dataset is
4
Public data is therefore injected directly into the empirical risk / gradient updates rather than being used as a regularizer or auxiliary term (Inane et al., 11 May 2026).
The generic projected noisy gradient update is
5
with Gaussian noise
6
where 7 is compact, with radius 8 (Inane et al., 11 May 2026).
The ALU training phase runs 9 PNGD steps on
0
yielding 1. After a deletion request 2, ALU initializes from 3 and runs 4 PNGD steps on
5
yielding 6. The certification target is 7, produced by training from scratch on 8 using the same initialization law and the same noisy optimizer (Inane et al., 11 May 2026).
This pipeline is structurally continuous with the earlier Langevin unlearning framework. In that framework, training on 9 induces an initial RDP mismatch between model distributions on adjacent datasets, and running further PNGD updates on the updated dataset contracts that mismatch toward the retraining distribution (Chien et al., 2024). ALU inherits the same two-phase logic—initial discrepancy plus contraction—but improves the initialization term by changing the denominator in the empirical loss from private-only to public-plus-private (Inane et al., 11 May 2026).
A plausible implication is that ALU’s asymmetry is not in the isotropic Gaussian noise itself, which remains Gaussian and homogeneous, but in the way the data source decomposition changes gradient sensitivity and hence the required noise level. This interpretation aligns with the paper’s explicit statement that ALU is Langevin unlearning performed in the asymmetric data model (Inane et al., 11 May 2026).
3. Certification metric and main theoretical guarantees
ALU uses Rényi divergence as its certification metric. For 0,
1
The paper analyzes both the initial mismatch 2 and the unlearning quality term 3 or 4 (Inane et al., 11 May 2026).
The key theorem states that, under 5-smoothness, 6-Lipschitzness, a compact projection set 7, and an initialization distribution 8 satisfying a 9-LSI, the learning/retraining mismatch at iteration 0 obeys
1
where
2
The important structural factor is
3
which is the source of the public-data advantage (Inane et al., 11 May 2026).
Unlearning then contracts this improved initialization. Using the contraction result inherited from Langevin unlearning,
4
and in the strongly convex case,
5
Thus the benefit of ALU comes through a smaller initial divergence 6, which is then exponentially reduced by the unlearning iterations (Inane et al., 11 May 2026).
This contraction mechanism is directly descended from the earlier Langevin unlearning theory, where privacy loss contracts exponentially with unlearning iterations, a phenomenon described there as privacy recuperation (Chien et al., 2024). ALU does not replace that mechanism; it changes the prefactor through asymmetric source composition (Inane et al., 11 May 2026).
4. Noise suppression, mass unlearning, and computational advantage
The paper’s central comparative claim concerns the noise level required for certification when forgetting a constant fraction of the private data,
7
In the symmetric case,
8
whereas in ALU,
9
Hence public data suppresses the needed noise by
0
For strongly convex loss, the appendix gives the 1-independent sufficient condition
2
This is the technical basis for the claim that ALU supports mass unlearning of constant fractions of private data. In the symmetric setting, the required noise lower bound does not shrink with dataset size when forgetting a constant fraction, whereas in ALU it can be made small by increasing 3 (Inane et al., 11 May 2026).
The paper also states a strict computational advantage over retraining under suitable conditions. Retraining cost is defined as the original 4 training steps, and unlearning cost as the minimum 5 such that
6
Under strong convexity, a sufficient condition for ALU to be more efficient than retraining is
7
In the large-8 regime, the paper states that the cost of unlearning scales as
9
with public data reducing the initial divergence further (Inane et al., 11 May 2026).
These results should be read against the original symmetric Langevin unlearning analysis, which already argued for a computational saving over retraining when the initial mismatch is 0 in the strongly convex case (Chien et al., 2024). ALU preserves that contraction-based savings logic but makes the initial mismatch controllable through public data volume (Inane et al., 11 May 2026).
5. Distribution mismatch and the utility–unlearning trade-off
A major contribution of ALU is that it does not assume 1. Instead, it explicitly analyzes distribution mismatch. The assumptions are that 2 and 3 share the same support, 4 is compact, and the loss is 5-Lipschitz in 6 (Inane et al., 11 May 2026).
The resulting generalization bound on the private distribution is
7
This decomposition makes the trade-off explicit. Public data reduces the approximation error term by shrinking 8, but it can simultaneously worsen the mismatch penalty if 9 and 0 are badly misaligned (Inane et al., 11 May 2026).
The paper is correspondingly precise about when ALU is expected to work well. If
1
the mismatch penalty is negligible and increasing public data is almost purely beneficial. If
2
the mismatch penalty can dominate and the utility bound can become vacuous, even though the unlearning certificate itself still improves (Inane et al., 11 May 2026).
This mismatch-aware analysis distinguishes ALU from methods that treat asymmetry only as an optimization heuristic. A useful comparison is the two-phase retain–forget entanglement framework, which partitions the retain set into an adjacent retain set 3 and a remote retain set 4, then protects them differently during unlearning (Cheng et al., 27 Mar 2026). That work addresses a different asymmetry—semantic or feature-wise entanglement between forget and retain samples—whereas ALU addresses source asymmetry between public and private data (Cheng et al., 27 Mar 2026, Inane et al., 11 May 2026). This suggests that “asymmetry” in machine unlearning is not a single notion but a family of structurally distinct decompositions.
6. Empirical evidence, related asymmetric variants, and limitations
The ALU paper evaluates three empirical axes: variational Rényi divergence, utility under mismatch, and membership inference attacks. On DomainNet 24-class image classification, using Clipart as private and Quickdraw as public, increasing public data consistently reduces the estimated
5
and increasing unlearning iterations 6 also reduces divergence. An ablation at 7 indicates that public data primarily helps by reducing the initial distribution gap between learning and retraining (Inane et al., 11 May 2026).
For distribution mismatch, again on DomainNet with 8, private size 9, and forget set 0, the aligned setting yields a relative performance gap between unlearning and retraining of about 3.68%–4.62%, whereas the misaligned setting yields about 10.34%–10.81%. On IMDB sentiment classification with a 2-layer LSTM, evaluated using U-LiRA, the paper reports that without public data injection the attack can confidently distinguish many unlearned models from retrained models, while public data substantially reduces the attack’s discriminative power. Reported test accuracies are 82.59% unlearned and 82.54% retrained with no public data; 81.42% unlearned and 82.15% retrained with Amazon Reviews (50k public), no label flips; and 80.40% unlearned and 80.80% retrained with Amazon Reviews (50k public), 40% flipped labels (Inane et al., 11 May 2026).
ALU also sits within a broader line of asymmetric unlearning research. One direction replaces worst-case privacy analysis with per-instance privacy losses 1, which bound
2
and imply that unlearning time scales logarithmically with point-specific difficulty (Sepahvand et al., 24 May 2025). Another derives per-instance certified unlearning for ridge regression trained via Langevin dynamics, using point-specific sensitivity bounds
3
to calibrate the minimum unlearning noise required for a target 4 guarantee (Benarroch et al., 17 Feb 2026). A different asymmetric formulation, motivated by LLMs, treats retention as the primary objective and forgetting as auxiliary, and performs retention-prioritized gradient synthesis rather than symmetric loss balancing (Xiao et al., 16 Apr 2026). These works do not define ALU, but they show that asymmetry can be introduced through data sources, points, retain subsets, or gradient geometry.
The limitations of ALU are explicit. The theoretical bounds depend on LSI constants 5, which are difficult to compute in deep models; the strongest computational guarantees are clearest under strong convexity; variational Rényi divergence estimation is expensive; and public data may improve certification while still harming utility under severe mismatch. The paper also notes that web-scale “public” data may still contain sensitive or copyrighted content, so the public/private split is not a blanket resolution of broader privacy and legal issues (Inane et al., 11 May 2026).
Taken together, these results position ALU as a source-asymmetric extension of Langevin unlearning: it retains the retraining-based certification logic and contraction analysis of noisy gradient descent, but introduces a public-data control variable that can suppress required noise, improve the utility–unlearning trade-off, and make constant-fraction private-data deletion tractable under appropriate alignment conditions (Chien et al., 2024, Inane et al., 11 May 2026).