Papers › Obliviator Reveals the Cost of Nonlinear Guardedness in Concept Erasure

Obliviator Reveals the Cost of Nonlinear Guardedness in Concept Erasure

8 Mar 2026arXiv:2603.07529added by Syntology

Ramin Akbari, Milad Afshari, Vishnu Naresh Boddeti

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Concept erasure aims to remove unwanted attributes, such as social or demographic factors, from learned representations, while preserving their task-relevant utility. While the goal of concept erasure is protection against all adversaries, existing methods remain vulnerable to nonlinear ones. This vulnerability arises from their failure to fully capture the complex, nonlinear statistical dependencies between learned representations and unwanted attributes. Moreover, although the existence of a trade-off between utility and erasure is expected, its progression during the erasure process, i.e., the cost of erasure, remains unstudied. In this work, we introduce Obliviator, a post-hoc erasure method designed to fully capture nonlinear statistical dependencies. We formulate erasure from a functional perspective, leading to an optimization problem involving a composition of kernels that lacks a closed-form solution. Instead of solving this problem in a single shot, we adopt an iterative approach that gradually morphs the feature space to achieve a more utility-preserving erasure. Unlike prior methods, Obliviator guards unwanted attribute against nonlinear adversaries. Our gradual approach quantifies the cost of nonlinear guardedness and reveals the dynamics between attribute protection and utility-preservation over the course of erasure. The utility-erasure trade-off curves obtained by Obliviator outperform the baselines and demonstrate its strong generalizability: its erasure becomes more utility-preserving when applied to the better-disentangled representations learned by more capable models.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.07529")

Code

Syntology Ran 17 of 20 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 10 ran · our draft was wrong; 1 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ramin-akbari/Obliviator found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 17 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran · our draft was wrong
1ran · fixture could not drive it
6ran
3unverified

Licence: 20 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ramin-akbari/Obliviator. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DataSplit ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran no licence file found · pointer only · 5935cedf3088b22d · report
MLPConfig ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran no licence file found · pointer only · 62bd37709a538699 · report
OptimConfig ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran no licence file found · pointer only · 8a85c129de19d75d · report
RandomFourierFeature ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2d965c6ce1a64f9e · report
UnsupervisedConfig ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran no licence file found · pointer only · 93f8b98ac5d0eb0d · report
UnsupervisedData ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran no licence file found · pointer only · 4c5bc923326ca124 · report
_cov_mat ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 2b799c1f4cfe0753 · report
_cross_cov ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 1579797f32a986a0 · report
_find_null ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 323572672e27aee5 · report
_select_top_k_eigvec ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · c273d13216cb36b9 · report
fast_sym_spectral_norm ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 79a0db259be677b4 · report
get_activation ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 2aec4bf1fe831f98 · report
median_sigma ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 147d1d312efad6e2 · report
mlp_factory ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c875f2c3c0b97615 · report
null_pca ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 059c8c3d8d676358 · report
null_supervised_pca ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 0ceb5fb56f48519d · report
optim_factory ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ba3ba9b5cc8c7c65 · report
ActivationType ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology unverified no licence file found · pointer only · 89e5f7cf67f36241 · report
TermColor ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology unverified no licence file found · pointer only · 04cda96a5a8c57a5 · report
Unsupervised ramin-akbari/Obliviator/src/obliviator/unsupervised.py found in paper text by Syntology unverified no licence file found · pointer only · 5ee511daec197c84 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.07529, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections