paper-with-me

홈 › Papers

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, Suparna Bhattacharya, Martin Foltin 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 information embedded in the final projection layer, without requiring any retraining or the use of images from the forget set. By computing an orthonormal basis for the subspace spanned by target text embeddings and projecting these directions, we dramatically reduce the alignment between image features and undesired classes. Unlike traditional unlearning techniques that rely on iterative fine-tuning and extensive data curation, our approach is both computationally efficient and surgically precise. This leads to a pronounced drop in zero-shot performance for the target classes while preserving the overall multimodal knowledge of the model. Our experiments demonstrate that even a partial projection can balance between complete unlearning and retaining useful information, addressing key challenges in model decontamination and privacy preservation.

📄 PDF Abstract BibTeX arXiv:2512.14137

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TF-CLIP: Learning Text-free CLIP for Video-based Person Re-Identification

2023-12-15 · Chenyang Yu, Xuehu Liu, Yingquan Wang, Pingping Zhang 외

Large-scale language-image pre-trained models (e.g., CLIP) have shown superior performances on many cross-modal retrieval tasks. However, the problem of transferring the knowledge learned from such models to video-based …

Cross-Modal RetrievalPerson Re-IdentificationVideo-Based Person Re-Identification

Random Erasing Data Augmentation

2017-08-16 · Zhun Zhong, Liang Zheng, Guoliang Kang, Shaozi Li 외

In this paper, we introduce Random Erasing, a new data augmentation method for training the convolutional neural network (CNN). In training, Random Erasing randomly selects a rectangle region in an image and erases its p…

Data AugmentationGeneral ClassificationImage Augmentationimage-classification+5

Associative Memory for Non-Stationary Environments: A Self-Sizing Generalization of Hopfield Networks

2025-07-08 · Xin Li arxiv

The Hopfield network made associative memory (AM) the model system of neural computation, but it solves the problem only for a \emph{stationary} world: a fixed set of memories, stored once into frozen weights. Real envir…

Streaming Long Video Understanding with Large Language Models

2024-05-25 · Rui Qian, Xiaoyi Dong, Pan Zhang, Yuhang Zang 외

This paper presents VideoStreaming, an advanced vision-language large model (VLLM) for video understanding, that capably understands arbitrary-length video with a constant number of video tokens streamingly encoded and a…

Question AnsweringVideo UnderstandingZero-Shot Video Question Answer

DHBE: Data-free Holistic Backdoor Erasing in Deep Neural Networks via Restricted Adversarial Distillation

2023-06-13 · Zhicong Yan, Shenghong Li, Ruijie Zhao, Yuan Tian 외

Backdoor attacks have emerged as an urgent threat to Deep Neural Networks (DNNs), where victim DNNs are furtively implanted with malicious neurons that could be triggered by the adversary. To defend against backdoor atta…