paper-with-me

홈 › Papers

Less Noise, Same Certificate: Retain Sensitivity for Unlearning

2026-03-03 · Carolin Heinzler, Kasra Malihi, Amartya Sanyal arxiv

Certified machine unlearning aims to provably remove the influence of a deletion set $U$ from a model trained on a dataset $S$, by producing an unlearned output that is statistically indistinguishable from retraining on the retain set $R:=S\setminus U$. Many existing certified unlearning methods adapt techniques from Differential Privacy (DP) and add noise calibrated to global sensitivity, i.e., the worst-case output change over all adjacent datasets. We show that this DP-style calibration is often overly conservative for unlearning, based on a key observation: certified unlearning, by definition, does not require protecting the privacy of the retained data $R$. Motivated by this distinction, we define retain sensitivity as the worst-case output change over deletions $U$ while keeping $R$ fixed. While insufficient for DP, retain sensitivity is exactly sufficient for unlearning, allowing for the same certificates with less noise. We validate these reductions in noise theoretically and empirically across several problems, including the weight of minimum spanning trees, PCA, and ERM. Finally, we refine the analysis of two widely used certified unlearning algorithms through the lens of retain sensitivity, leveraging the regularity induced by $R$ to further reduce noise and improve utility.

📄 PDF Abstract BibTeX arXiv:2603.03172

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PAC-Bayesian Certificates for Quadratic Closed-Loop Control

2026-06-26 · Domagoj Herceg arxiv

PAC-Bayesian bounds provide finite-sample guarantees for data-dependent randomized predictors, but applying them to learning-based control is difficult because the natural objective is a quadratic trajectory cost. Such l…

UC-Search: Risk-Aware Test-Time Search for Delayed Constrained Time-Series Control

2026-06-24 · Xibai Wang arxiv

Time-series deployments often need delayed feasible decisions, not only accurate forecasts. UC-Search is a trace-only retained-search layer for delayed constrained control: a frozen backbone emits forecasts or action sco…

Safety Barrier Certificates for Stochastic Control Systems with Wireless Communication Networks

2023-09-11 · Omid Akbarzadeh, Sadegh Soudjani, Abolfazl Lavaei

This work is concerned with a formal approach for safety controller synthesis of stochastic control systems with both process and measurement noises while considering wireless communication networks between sensors, cont…

Error Certificates for KV-Cache Eviction via Randomized Design

2026-07-23 · Peng Xie arxiv

Deterministic KV-cache eviction keeps the top-$k$ tokens under an importance score and deletes the rest. We prove that this design cannot know what it destroyed: evicted values can be altered so that everything the servi…

A Function-Space Stability Boundary for Generalization in Interpolating Learning Systems

2026-02-03 · Ronald Katende arxiv

Modern learning systems often interpolate training data while still generalizing well, yet it remains unclear when algorithmic stability explains this behavior. We model training as a function-space trajectory and measur…