CVAIMar 13

Stake the Points: Structure-Faithful Instance Unlearning

arXiv:2603.1291538.4
AI Analysis

This addresses privacy risks in pretrained models by improving the deletion-retention trade-off, though it appears incremental as it builds on existing unlearning methods with a novel structural preservation approach.

The paper tackles the problem of machine unlearning where existing methods overlook semantic relations among retained instances, leading to structural collapse. The proposed structure-faithful framework using semantic anchors achieves average performance gains of 32.9%, 22.5%, and 19.3% in image classification, retrieval, and face recognition tasks.

Machine unlearning (MU) addresses privacy risks in pretrained models. The main goal of MU is to remove the influence of designated data while preserving the utility of retained knowledge. Achieving this goal requires preserving semantic relations among retained instances, which existing studies often overlook. We observe that without such preservation, models suffer from progressive structural collapse, undermining both the deletion-retention balance. In this work, we propose a novel structure-faithful framework that introduces stakes, i.e., semantic anchors that serve as reference points to maintain the knowledge structure. By leveraging these anchors, our framework captures and stabilizes the semantic organization of knowledge. Specifically, we instantiate the anchors from language-driven attribute descriptions encoded by a semantic encoder (e.g., CLIP). We enforce preservation of the knowledge structure via structure-aware alignment and regularization: the former aligns the organization of retained knowledge before and after unlearning around anchors, while the latter regulates updates to structure-critical parameters. Results from image classification, retrieval, and face recognition show average gains of 32.9%, 22.5%, and 19.3% in performance, balancing the deletion-retention trade-off and enhancing generalization.

Foundations

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

Your Notes