LGAICRMay 10, 2025

PRUNE: A Patching Based Repair Framework for Certifiable Unlearning of Neural Networks

arXiv:2505.06520v43 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses the need for verifiable and efficient data removal in neural networks, which is crucial for regulatory compliance, though it is an incremental improvement over existing unlearning methods.

The paper tackles the problem of efficiently removing specific training data from a neural network to comply with data privacy regulations, proposing a patching-based repair framework that achieves measurable unlearning with certifiable guarantees while maintaining model performance.

It is often desirable to remove (a.k.a. unlearn) a specific part of the training data from a trained neural network model. A typical application scenario is to protect the data holder's right to be forgotten, which has been promoted by many recent regulation rules. Existing unlearning methods involve training alternative models with remaining data, which may be costly and challenging to verify from the data holder or a thirdparty auditor's perspective. In this work, we provide a new angle and propose a novel unlearning approach by imposing carefully crafted "patch" on the original neural network to achieve targeted "forgetting" of the requested data to delete. Specifically, inspired by the research line of neural network repair, we propose to strategically seek a lightweight minimum "patch" for unlearning a given data point with certifiable guarantee. Furthermore, to unlearn a considerable amount of data points (or an entire class), we propose to iteratively select a small subset of representative data points to unlearn, which achieves the effect of unlearning the whole set. Extensive experiments on multiple categorical datasets demonstrates our approach's effectiveness, achieving measurable unlearning while preserving the model's performance and being competitive in efficiency and memory consumption compared to various baseline methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes