Papers › Deep Unlearning via Randomized Conditionally Independent Hessians

Deep Unlearning via Randomized Conditionally Independent Hessians

15 Apr 2022CVPR 2022 1arXiv:2204.07655archive 2025-07-28

Ronak Mehta, Sourav Pal, Vikas Singh, Sathya N. Ravi

Recent legislation has led to interest in machine unlearning, i.e., removing specific training samples from a predictive model as if they never existed in the training dataset. Unlearning may also be required due to corrupted/adversarial data or simply a user's updated privacy requirement. For models which require no training (k-NN), simply deleting the closest original sample can be effective. But this idea is inapplicable to models which learn richer representations. Recent ideas leveraging optimization-based updates scale poorly with the model dimension d, due to inverting the Hessian of the loss function. We use a variant of a new conditional independence coefficient, L-CODEC, to identify a subset of the model parameters with the most semantic overlap on an individual sample level. Our approach completely avoids the need to invert a (possibly) huge matrix. By utilizing a Markov blanket selection, we premise that L-CODEC is also suitable for deep unlearning, as well as other applications in vision. Compared to alternatives, L-CODEC makes approximate unlearning possible in settings that would otherwise be infeasible, including vision models used for face recognition, person re-identification and NLP models that may require unlearning samples identified for exclusion. Code can be found at https://github.com/vsingh-group/LCODEC-deep-unlearning/

PaperPDFConference PDFCodeCode 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="2204.07655")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: official repository: 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vsingh-group/LCODEC-deep-unlearning officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 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.

15unverified

Licence: 0 of the 15 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 vsingh-group/LCODEC-deep-unlearning. “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.

build_model vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/projects/OSNet_AIN/osnet_child.py official repository unverified MIT (permissive) · 80c5da68bda0fa8c · report
build_model vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/projects/OSNet_AIN/osnet_search.py official repository unverified MIT (permissive) · d81cb662094c9cbf · report
densenet121 vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/torchreid/models/densenet.py official repository unverified MIT (permissive) · 8e96abe9674da973 · report
densenet169 vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/torchreid/models/densenet.py official repository unverified MIT (permissive) · 54d10942ab6a6650 · report
densenet201 vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/torchreid/models/densenet.py official repository unverified MIT (permissive) · 372747120f68c12f · report
imagedata_kwargs vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/projects/OSNet_AIN/default_config.py official repository unverified MIT (permissive) · 561c35d94c883194 · report
inceptionresnetv2 vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/torchreid/models/inceptionresnetv2.py official repository unverified MIT (permissive) · 968ff7bf292adbec · report
inceptionv4 vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/torchreid/models/inceptionv4.py official repository unverified MIT (permissive) · 2bcd3828691ac1d1 · report
mlfn vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/torchreid/models/mlfn.py official repository unverified MIT (permissive) · 7f228eb824b42db8 · report
mobilenetv2_x1_0 vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/torchreid/models/mobilenetv2.py official repository unverified MIT (permissive) · 113c7b54049663fa · report
mobilenetv2_x1_4 vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/torchreid/models/mobilenetv2.py official repository unverified MIT (permissive) · 3faa700e370230b2 · report
optimizer_kwargs vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/projects/OSNet_AIN/default_config.py official repository unverified MIT (permissive) · d3e1b4b879ea0786 · report
osnet_ain_x1_0 vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/projects/OSNet_AIN/osnet_child.py official repository unverified MIT (permissive) · f3256be9107fa785 · report
osnet_nas vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/projects/OSNet_AIN/osnet_search.py official repository unverified MIT (permissive) · 3e4d009ac7f89ad8 · report
videodata_kwargs vsingh-group/LCODEC-deep-unlearning/scrub/deep-person-reid-master/projects/OSNet_AIN/default_config.py official repository unverified MIT (permissive) · 0951e0d511f67f90 · report

Tasks

Face RecognitionMachine UnlearningPerson Re-Identification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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