Practical Continual Forgetting for Pre-trained Vision Models
Hongbo Zhao, Fei Zhu, Bolin Ni, Feng Zhu, Gaofeng Meng, Zhaoxiang Zhang

TL;DR
This paper introduces GS-LoRA and GS-LoRA++ methods for continual forgetting in pre-trained vision models, enabling selective removal of information with minimal impact on remaining knowledge, applicable to various vision tasks.
Contribution
The paper proposes novel LoRA-based modules with sparse regularization for efficient continual forgetting in vision models, extending to practical scenarios with prototype-based supervision.
Findings
Effective forgetting of specific classes with minimal residual impact.
Applicable across face recognition, object detection, and image classification.
Codes released for reproducibility and further research.
Abstract
For privacy and security concerns, the need to erase unwanted information from pre-trained vision models is becoming evident nowadays. In real-world scenarios, erasure requests originate at any time from both users and model owners, and these requests usually form a sequence. Therefore, under such a setting, selective information is expected to be continuously removed from a pre-trained model while maintaining the rest. We define this problem as continual forgetting and identify three key challenges. (i) For unwanted knowledge, efficient and effective deleting is crucial. (ii) For remaining knowledge, the impact brought by the forgetting procedure should be minimal. (iii) In real-world scenarios, the training samples may be scarce or partially missing during the process of forgetting. To address them, we first propose Group Sparse LoRA (GS-LoRA). Specifically, towards (i), we introduce…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsAttention Is All You Need · Adam · Residual Connection · Dropout · Softmax · Byte Pair Encoding · Linear Layer · Absolute Position Encodings · Multi-Head Attention · Position-Wise Feed-Forward Layer
