Accurate Forgetting for All-in-One Image Restoration Model
Privacy protection has always been an ongoing topic, especially for AI. Currently, a low-cost scheme called Machine Unlearning forgets the private data remembered in the model. Specifically, given a private dataset and a trained neural network, we need to use e.g. pruning, fine-tuning, and gradient ascent to remove the influence of the private dataset on the neural network. Inspired by this, we try to use this concept to bridge the gap between the fields of image restoration and security, creating a new research idea. We propose the scene for the All-In-One model (a neural network that restores a wide range of degraded information), where a given dataset such as haze, or rain, is private and needs to be eliminated from the influence of it on the trained model. Notably, we find great challenges in this task to remove the influence of sensitive data while ensuring that the overall model performance remains robust, which is akin to directing a symphony orchestra without specific instruments while keeping the playing soothing. Here we explore a simple but effective approach: Instance-wise Unlearning through the use of adversarial examples and gradient ascent techniques. Our approach is a low-cost solution compared to the strategy of retraining the model from scratch, where the gradient ascent trick forgets the specified data and the performance of the adversarial sample maintenance model is robust. Through extensive experimentation on two popular unified image restoration models, we show that our approach effectively preserves knowledge of remaining data while unlearning a given degradation type.
Code (0)
등록된 구현이 없습니다.
Tasks
AllImage RestorationMachine UnlearningUnified Image RestorationSimilar Papers 제목 키워드 기반
UnSCAR: Universal, Scalable, Controllable, and Adaptable Image Restoration
Universal image restoration aims to recover clean images from arbitrary real-world degradations using a single inference model. Despite significant progress, existing all-in-one restoration networks do not scale to multi…
Image RestorationEAMamba: Efficient All-Around Vision State Space Model for Image Restoration
Image restoration is a key task in low-level computer vision that aims to reconstruct high-quality images from degraded inputs. The emergence of Vision Mamba, which draws inspiration from the advanced state space model M…
AllDeblurringDenoisingImage Restoration+2Learning to Restore More: Continual Capability Expansion for Pretrained Image Restoration Models
Image restoration models are typically trained with a fixed set of capabilities. When new restoration requirements emerge, existing solutions usually train additional models or jointly retrain the original model with bot…
Image RestorationContinual Learning-Based Unified Model for Unpaired Image Restoration Tasks
Restoration of images contaminated by different adverse weather conditions such as fog, snow, and rain is a challenging task due to the varying nature of the weather conditions. Most of the existing methods focus on any …
Continual LearningAutonomous DrivingImage RestorationFine-Grained Knowledge Selection and Restoration for Non-Exemplar Class Incremental Learning
Non-exemplar class incremental learning aims to learn both the new and old tasks without accessing any training data from the past. This strict restriction enlarges the difficulty of alleviating catastrophic forgetting s…
class-incremental learningClass Incremental LearningIncremental LearningKnowledge Distillation