Papers › Breaking the Trilemma of Privacy, Utility, Efficiency via Controllable Machine Unlearning

Breaking the Trilemma of Privacy, Utility, Efficiency via Controllable Machine Unlearning

28 Oct 2023arXiv:2310.18574archive 2025-07-28

Zheyuan Liu, Guangyao Dou, Yijun Tian, Chunhui Zhang, Eli Chien, Ziwei Zhu

Machine Unlearning (MU) algorithms have become increasingly critical due to the imperative adherence to data privacy regulations. The primary objective of MU is to erase the influence of specific data samples on a given model without the need to retrain it from scratch. Accordingly, existing methods focus on maximizing user privacy protection. However, there are different degrees of privacy regulations for each real-world web-based application. Exploring the full spectrum of trade-offs between privacy, model utility, and runtime efficiency is critical for practical unlearning scenarios. Furthermore, designing the MU algorithm with simple control of the aforementioned trade-off is desirable but challenging due to the inherent complex interaction. To address the challenges, we present Controllable Machine Unlearning (ConMU), a novel framework designed to facilitate the calibration of MU. The ConMU framework contains three integral modules: an important data selection module that reconciles the runtime efficiency and model generalization, a progressive Gaussian mechanism module that balances privacy and model generalization, and an unlearning proxy that controls the trade-offs between privacy and runtime efficiency. Comprehensive experiments on various benchmark datasets have demonstrated the robust adaptability of our control mechanism and its superiority over established unlearning methods. ConMU explores the full spectrum of the Privacy-Utility-Efficiency trade-off and allows practitioners to account for different real-world regulations. Source code available at: https://github.com/guangyaodou/ConMU.

PaperPDFCodeCode 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="2310.18574")

Code

Syntology Ran 16 of 19 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 12 ran with no contract checked.

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

guangyaodou/conmu officialmentioned in papermentioned on GitHubpytorchMIT 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

19 samples harvested; 16 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.

4ran · our draft was wrong
12ran
3unverified

Licence: 0 of the 19 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 guangyaodou/conmu. “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.

check_sparsity guangyaodou/conmu/utils.py official repository ran MIT (permissive) · 93a8d2e1e32689ed · report
cifar100_dataloaders guangyaodou/conmu/dataset.py official repository ran MIT (permissive) · ae8ce8acbccfd13d · report
conv1x1 guangyaodou/conmu/cv_models/ResNet.py official repository ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 guangyaodou/conmu/cv_models/ResNet.py official repository ran · our draft was wrong MIT (permissive) · 160bb14bd76201b4 · report
entropy guangyaodou/conmu/evaluation_metrics.py official repository ran MIT (permissive) · 4a12bd3434683bbc · report
get_x_y_from_data_dict guangyaodou/conmu/evaluation_metrics.py official repository ran · our draft was wrong MIT (permissive) · c7ae957080f6f740 · report
load_checkpoint guangyaodou/conmu/utils.py official repository ran fingerprinted MIT (permissive) · 73aaf68e966ba36d · report
m_entropy guangyaodou/conmu/evaluation_metrics.py official repository ran MIT (permissive) · c45dc4b3ebc8ab3e · report
make_layers guangyaodou/conmu/cv_models/VGG_LTH.py official repository ran · our draft was wrong MIT (permissive) · eba3f5bcc6a06d36 · report
make_layers guangyaodou/conmu/cv_models/VGG.py official repository ran MIT (permissive) · 793e8fab5db0edb6 · report
resnet18 guangyaodou/conmu/cv_models/ResNet.py official repository ran MIT (permissive) · cfab9aa44817333e · report
resnet20s guangyaodou/conmu/cv_models/ResNets.py official repository ran MIT (permissive) · a3d984e5ded7e9e2 · report
resnet32s guangyaodou/conmu/cv_models/ResNets.py official repository ran MIT (permissive) · bb5b96bf5900b056 · report
resnet44s guangyaodou/conmu/cv_models/ResNets.py official repository ran MIT (permissive) · 13741b76d03a54e8 · report
vgg11 guangyaodou/conmu/cv_models/VGG.py official repository ran MIT (permissive) · c766a8cd7888bd2d · report
vgg11_bn guangyaodou/conmu/cv_models/VGG.py official repository ran MIT (permissive) · 2617bb063e662998 · report
cifar10_dataloaders_no_val guangyaodou/conmu/dataset.py official repository unverified MIT (permissive) · b5f413f8b9ec9907 · report
setup_model_dataset guangyaodou/conmu/utils.py official repository unverified MIT (permissive) · 82103d86102412c8 · report
svhn_dataloaders guangyaodou/conmu/dataset.py official repository unverified MIT (permissive) · 7543ea2bb6cb70c8 · report

Tasks

Machine Unlearning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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