paper-with-me

홈 › Papers

A Cognac Shot To Forget Bad Memories: Corrective Unlearning for Graph Neural Networks

2024-12-01 · Varshita Kolipaka, Akshit Sinha, Debangan Mishra, Sumit Kumar, Arvindh Arun, Shashwat Goel, Ponnurangam Kumaraguru

Graph Neural Networks (GNNs) are increasingly being used for a variety of ML applications on graph data. Because graph data does not follow the independently and identically distributed (i.i.d.) assumption, adversarial manipulations or incorrect data can propagate to other data points through message passing, which deteriorates the model's performance. To allow model developers to remove the adverse effects of manipulated entities from a trained GNN, we study the recently formulated problem of Corrective Unlearning. We find that current graph unlearning methods fail to unlearn the effect of manipulations even when the whole manipulated set is known. We introduce a new graph unlearning method, Cognac, which can unlearn the effect of the manipulation set even when only 5% of it is identified. It recovers most of the performance of a strong oracle with fully corrected training data, even beating retraining from scratch without the deletion set while being 8x more efficient. We hope our work assists GNN developers in mitigating harmful effects caused by issues in real-world data, post-training. Our code is publicly available at https://github.com/cognac-gnn-unlearning/corrective-unlearning-for-gnns

📄 PDF Abstract BibTeX arXiv:2412.00789

Code (2)

cognac-gnn-unlearning/corrective-unlearning-for-gnns 공식 구현 pytorch
varshitakolipaka/corrective-unlearning-for-gnns 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Neural Corrective Machine Unranking

2024-11-13 · Jingrui Hou, Axel Finke, Georgina Cosma

Machine unlearning in neural information retrieval (IR) systems requires removing specific data whilst maintaining model performance. Applying existing machine unlearning methods to IR may compromise retrieval effectiven…

Information RetrievalMachine UnlearningRetrieval

Subtract the Corruption: Training-Data-Free Corrective Machine Unlearning using Task Arithmetic

2025-11-24 · Mostafa Mozafari, Farooq Ahmad Wani, Maria Sofia Bucarelli, Fabrizio Silvestri arxiv

Corrupted training data are ubiquitous. Corrective Machine Unlearning (CMU) seeks to remove the influence of such corruption post-training. Prior CMU typically assumes access to identified corrupted training samples (a "…

Erasing CLIP Memories: Non-Destructive, Data-Free Zero-Shot class Unlearning in CLIP Models

2025-12-16 · Ashish Mishra, Tarun Kumar, Gyanaranjan Nayak, Arpit Shah 외 arxiv

We introduce a novel, closed-form approach for selective unlearning in multimodal models, specifically targeting pretrained models such as CLIP. Our method leverages nullspace projection to erase the target class informa…

Mitigating Privacy Risk via Forget Set-Free Unlearning

2026-04-12 · Aviraj Newatia, Michael Cooper, Viet Nguyen, Rahul G. Krishnan arxiv

Training machine learning models requires the storage of large datasets, which often contain sensitive or private data. Storing data is associated with a number of potential risks which increase over time, such as databa…

The Illusion of Forgetting: Attack Unlearned Diffusion via Initial Latent Variable Optimization

2026-01-30 · Manyi Li, Yufan Liu, Lai Jiang, Bing Li 외 arxiv

Text-to-image diffusion models (DMs) are frequently abused to produce harmful or copyrighted content, violating public interests. Concept erasure (unlearning) is a promising paradigm to alleviate this issue. However, the…