LGOCOct 22, 2025

Controllable Machine Unlearning via Gradient Pivoting

arXiv:2510.19226v1h-index: 1
Originality Highly original
AI Analysis

This addresses the problem of fine-grained control in machine unlearning for AI practitioners, offering an incremental improvement over existing approximate methods.

The paper tackles the trade-off between unlearning efficacy and model fidelity in machine unlearning by reframing it as a multi-objective optimization problem, introducing the CUP algorithm with a pivoting mechanism that allows controllable navigation of the Pareto frontier using a single hyperparameter, and demonstrates superior performance over existing methods on vision tasks.

Machine unlearning (MU) aims to remove the influence of specific data from a trained model. However, approximate unlearning methods, often formulated as a single-objective optimization (SOO) problem, face a critical trade-off between unlearning efficacy and model fidelity. This leads to three primary challenges: the risk of over-forgetting, a lack of fine-grained control over the unlearning process, and the absence of metrics to holistically evaluate the trade-off. To address these issues, we reframe MU as a multi-objective optimization (MOO) problem. We then introduce a novel algorithm, Controllable Unlearning by Pivoting Gradient (CUP), which features a unique pivoting mechanism. Unlike traditional MOO methods that converge to a single solution, CUP's mechanism is designed to controllably navigate the entire Pareto frontier. This navigation is governed by a single intuitive hyperparameter, the `unlearning intensity', which allows for precise selection of a desired trade-off. To evaluate this capability, we adopt the hypervolume indicator, a metric that captures both the quality and diversity of the entire set of solutions an algorithm can generate. Our experimental results demonstrate that CUP produces a superior set of Pareto-optimal solutions, consistently outperforming existing methods across various vision tasks.

Foundations

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

Your Notes