Inference-time Unlearning Using Conformal Prediction
Somnath Basu Roy Chowdhury, Rahul Kidambi, Avinava Dubey, David Wang, Gokhan Mergen, Amr Ahmed, Aranyak Mehta
TL;DR
This work tackles unlearning in generative models by proposing inference-time unlearning guided by a verifier and calibrated with conformal prediction. The framework refines LLM outputs iteratively at inference to meet unlearning goals, while a calibration step using conformal prediction yields distribution-free guarantees on the likelihood of acceptable unlearning, without updating model parameters. The approach achieves substantial unlearning improvements (up to 93% reduction in errors) and preserves retention performance on non-forget content, even under noisy verification. This suggests a practical, privacy- and regulation-friendly path for unlearning in large generative systems, with robust guarantees and no retraining required.
Abstract
Machine unlearning is the process of efficiently removing specific information from a trained machine learning model without retraining from scratch. Existing unlearning methods, which often provide provable guarantees, typically involve retraining a subset of model parameters based on a forget set. While these approaches show promise in certain scenarios, their underlying assumptions are often challenged in real-world applications -- particularly when applied to generative models. Furthermore, updating parameters using these unlearning procedures often degrades the general-purpose capabilities the model acquired during pre-training. Motivated by these shortcomings, this paper considers the paradigm of inference time unlearning -- wherein, the generative model is equipped with an (approximately correct) verifier that judges whether the model's response satisfies appropriate unlearning guarantees. This paper introduces a framework that iteratively refines the quality of the generated responses using feedback from the verifier without updating the model parameters. The proposed framework leverages conformal prediction to reduce computational overhead and provide distribution-free unlearning guarantees. This paper's approach significantly outperforms existing state-of-the-art methods, reducing unlearning error by up to 93% across challenging unlearning benchmarks.
