NOVO: Unlearning-Compliant Vision Transformers
Soumya Roy, Soumya Banerjee, Vinay Verma, Soumik Dasgupta, Deepak Gupta, Piyush Rai

TL;DR
NOVO introduces a vision transformer architecture that enables direct, fine-tuning-free unlearning by simulating forget requests during training, effectively erasing specific information while maintaining overall performance.
Contribution
It proposes a novel unlearning-aware transformer that performs on-the-fly unlearning without fine-tuning, using learnable keys to irreversibly erase information.
Findings
Outperforms existing fine-tuning-free unlearning methods.
Effectively erases information confirmed by membership inference attacks.
Maintains high performance on remaining data after unlearning.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
