paper-with-me

홈 › Papers

NOVO: Unlearning-Compliant Vision Transformers

2025-07-04 · Soumya Roy, Soumya Banerjee, Vinay Verma, Soumik Dasgupta, Deepak Gupta, Piyush Rai arxiv

Machine unlearning (MUL) refers to the problem of making a pre-trained model selectively forget some training instances or class(es) while retaining performance on the remaining dataset. Existing MUL research involves fine-tuning using a forget and/or retain set, making it expensive and/or impractical, and often causing performance degradation in the unlearned model. We introduce {\pname}, an unlearning-aware vision transformer-based architecture that can directly perform unlearning for future unlearning requests without any fine-tuning over the requested set. The proposed model is trained by simulating unlearning during the training process itself. It involves randomly separating class(es)/sub-class(es) present in each mini-batch into two disjoint sets: a proxy forget-set and a retain-set, and the model is optimized so that it is unable to predict the forget-set. Forgetting is achieved by withdrawing keys, making unlearning on-the-fly and avoiding performance degradation. The model is trained jointly with learnable keys and original weights, ensuring withholding a key irreversibly erases information, validated by membership inference attack scores. Extensive experiments on various datasets, architectures, and resolutions confirm {\pname}'s superiority over both fine-tuning-free and fine-tuning-based methods.

📄 PDF Abstract BibTeX arXiv:2507.03281

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Graph Propagated Projection Unlearning: A Unified Framework for Vision and Audio Discriminative Models

2026-04-13 · Shreyansh Pathak, Jyotishman Das arxiv

The need to selectively and efficiently erase learned information from deep neural networks is becoming increasingly important for privacy, regulatory compliance, and adaptive system design. We introduce Graph-Propagated…

AnoVox: A Benchmark for Multimodal Anomaly Detection in Autonomous Driving

2024-05-13 · Daniel Bogdoll, Iramm Hamdard, Lukas Namgyu Rößler, Felix Geisler 외

The scale-up of autonomous vehicles depends heavily on their ability to deal with anomalies, such as rare objects on the road. In order to handle such situations, it is necessary to detect anomalies in the first place. A…

Anomaly DetectionAutonomous DrivingAutonomous Vehicles

TrustErase: Auditable Instant Machine Unlearning with Passport-Embedded Representations

2026-06-15 · Rutger Hendrix, Leonardo G. Russo, Concetto Spampinato, Matteo Pennisi 외 arxiv

The demand for privacy-compliant AI has amplified the need for machine unlearning; yet, existing retraining or distillation-based methods remain unverifiable and computationally costly. We introduce TrustErase, a verifia…

ViT-MUL: A Baseline Study on Recent Machine Unlearning Methods Applied to Vision Transformers

2024-02-07 · Ikhyun Cho, Changyeon Park, Julia Hockenmaier

Machine unlearning (MUL) is an arising field in machine learning that seeks to erase the learned information of specific training data points from a trained model. Despite the recent active research in MUL within compute…

Machine Unlearning

iShumei-Chinchunmei at SemEval-2025 Task 4: A balanced forgetting and retention multi-task framework using effective unlearning loss

2025-07-22 · Yujian Sun, Tian Li arxiv

As the Large Language Model (LLM) gains widespread adoption, increasing attention has been given to the challenge of making LLM forget non-compliant data memorized during its pre-training. Machine Unlearning focuses on e…