paper-with-me

홈 › Papers

MPRU: Modular Projection-Redistribution Unlearning as Output Filter for Classification Pipelines

2025-10-30 · Minyi Peng, Darian Gunamardi, Ivan Tjuawinata, Kwok-Yan Lam arxiv

As a new and promising approach, existing machine unlearning (MU) works typically emphasize theoretical formulations or optimization objectives to achieve knowledge removal. However, when deployed in real-world scenarios, such solutions typically face scalability issues and have to address practical requirements such as full access to original datasets and model. In contrast to the existing approaches, we regard classification training as a sequential process where classes are learned sequentially, which we call \emph{inductive approach}. Unlearning can then be done by reversing the last training sequence. This is implemented by appending a projection-redistribution layer in the end of the model. Such an approach does not require full access to the original dataset or the model, addressing the challenges of existing methods. This enables modular and model-agnostic deployment as an output filter into existing classification pipelines with minimal alterations. We conducted multiple experiments across multiple datasets including image (CIFAR-10/100 using CNN-based model) and tabular datasets (Covertype using tree-based model). Experiment results show consistently similar output to a fully retrained model with a high computational cost reduction. This demonstrates the applicability, scalability, and system compatibility of our solution while maintaining the performance of the output in a more practical setting.

📄 PDF Abstract BibTeX arXiv:2510.26230

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Federated Unlearning via the Lens of Memorization

2026-05-23 · Jiaheng Wei, Yanjun Zhang, He Zhang, Leo Yu Zhang 외 arxiv

Federated learning (FL) increasingly needs machine unlearning to comply with privacy regulations. However, existing federated unlearning approaches may overlook the overlapping information between the unlearning and rema…

Federated Learning

Bias Redistribution in Visual Machine Unlearning: Does Forgetting One Group Harm Another?

2026-04-09 · Yunusa Haruna, Adamu Lawan, Ibrahim Haruna Abdulhamid, Hamza Mohammed Dauda 외 arxiv

Machine unlearning enables models to selectively forget training data, driven by privacy regulations such as GDPR and CCPA. However, its fairness implications remain underexplored: when a model forgets a demographic grou…

SAU: Sparsity-Aware Unlearning for LLMs via Gradient Masking and Importance Redistribution

2026-01-31 · Yuze Wang, Yujia Tong, Xuan Liu, Junhao Dong arxiv

Large Language Models (LLMs) inevitably memorize sensitive information during training, posing significant privacy risks. Machine unlearning has emerged as a promising solution to selectively remove such information with…

On the Necessity of Output Distribution Reweighting for Effective Class Unlearning

2025-06-25 · Yian Wang, Ali Ebrahimpour-Boroojeny, Hari Sundaram

In this work, we introduce an output-reweighting unlearning method, RWFT, a lightweight technique that erases an entire class from a trained classifier without full retraining. Forgetting specific classes from trained mo…

Machine Unlearning

MPruner: Optimizing Neural Network Size with CKA-Based Mutual Information Pruning

2024-08-24 · Seungbeom Hu, Chanjun Park, Andrew Ferraiuolo, Sang-Ki Ko 외

Determining the optimal size of a neural network is critical, as it directly impacts runtime performance and memory usage. Pruning is a well-established model compression technique that reduces the size of neural network…

Model Compression