paper-with-me

Papers

WSS-CL: Weight Saliency Soft-Guided Contrastive Learning for Efficient Machine Unlearning Image Classification

2025-08-06 · Thang Duc Tran, Thai Hoang Le arxiv

Machine unlearning, the efficient deletion of the impact of specific data in a trained model, remains a challenging problem. Current machine unlearning approaches that focus primarily on data-centric or weight-based strategies frequently encounter challenges in achieving precise unlearning, maintaining stability, and ensuring applicability across diverse domains. In this work, we introduce a new two-phase efficient machine unlearning method for image classification, in terms of weight saliency, leveraging weight saliency to focus the unlearning process on critical model parameters. Our method is called weight saliency soft-guided contrastive learning for efficient machine unlearning image classification (WSS-CL), which significantly narrows the performance gap with "exact" unlearning. First, the forgetting stage maximizes kullback-leibler divergence between output logits and aggregated pseudo-labels for efficient forgetting in logit space. Next, the adversarial fine-tuning stage introduces contrastive learning in a self-supervised manner. By using scaled feature representations, it maximizes the distance between the forgotten and retained data samples in the feature space, with the forgotten and the paired augmented samples acting as positive pairs, while the retained samples act as negative pairs in the contrastive loss computation. Experimental evaluations reveal that our proposed method yields much-improved unlearning efficacy with negligible performance loss compared to state-of-the-art approaches, indicative of its usability in supervised and self-supervised settings.

📄 PDF Abstract BibTeX arXiv:2508.04308

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningImage Classification

Similar Papers 제목 키워드 기반

SAGE: Saliency-Guided Contrastive Embeddings

2025-11-16 · Colton R. Crum, Christopher Sweet, Adam Czajka arxiv

Integrating human perceptual priors into the training of neural networks has been shown to raise model generalization, serve as an effective regularizer, and align models with human expertise for applications in high-ris…

Saliency Guided Contrastive Learning on Scene Images

2023-02-22 · Meilin Chen, Yizhou Wang, Shixiang Tang, Feng Zhu 외

Self-supervised learning holds promise in leveraging large numbers of unlabeled data. However, its success heavily relies on the highly-curated dataset, e.g., ImageNet, which still needs human cleaning. Directly learning…

Contrastive LearningLinear evaluationRepresentation LearningSelf-Supervised Learning

SaliencyI2PLoc: saliency-guided image-point cloud localization using contrastive learning

2024-12-20 · Yuhao Li, Jianping Li, Zhen Dong, YuAn Wang 외

Image to point cloud global localization is crucial for robot navigation in GNSS-denied environments and has become increasingly important for multi-robot map fusion and urban asset management. The modality gap between i…

Asset ManagementContrastive LearningRobot Navigation

SSiT: Saliency-guided Self-supervised Image Transformer for Diabetic Retinopathy Grading

2022-10-20 · Yijin Huang, Junyan Lyu, Pujin Cheng, Roger Tam 외

Self-supervised Learning (SSL) has been widely applied to learn image representations through exploiting unlabeled images. However, it has not been fully explored in the medical image analysis field. In this work, Salien…

Contrastive LearningDiabetic Retinopathy GradingMedical Image AnalysisSelf-Supervised Learning

Text-Guided Video Masked Autoencoder

2024-08-01

Recent video masked autoencoder (MAE) works have designed improved masking algorithms focused on saliency. These works leverage visual cues such as motion to mask the most salient regions. However, the robustness of such…