paper-with-me

Papers

Privacy-Aware Lifelong Learning

2025-05-16 · Ozan Özdenizci, Elmar Rueckert, Robert Legenstein

Lifelong learning algorithms enable models to incrementally acquire new knowledge without forgetting previously learned information. Contrarily, the field of machine unlearning focuses on explicitly forgetting certain previous knowledge from pretrained models when requested, in order to comply with data privacy regulations on the right-to-be-forgotten. Enabling efficient lifelong learning with the capability to selectively unlearn sensitive information from models presents a critical and largely unaddressed challenge with contradicting objectives. We address this problem from the perspective of simultaneously preventing catastrophic forgetting and allowing forward knowledge transfer during task-incremental learning, while ensuring exact task unlearning and minimizing memory requirements, based on a single neural network model to be adapted. Our proposed solution, privacy-aware lifelong learning (PALL), involves optimization of task-specific sparse subnetworks with parameter sharing within a single architecture. We additionally utilize an episodic memory rehearsal mechanism to facilitate exact unlearning without performance degradations. We empirically demonstrate the scalability of PALL across various architectures in image classification, and provide a state-of-the-art solution that uniquely integrates lifelong learning and privacy-aware unlearning mechanisms for responsible AI applications.

📄 PDF Abstract BibTeX arXiv:2505.10941

Code (1)

oozdenizci/pall 공식 구현 pytorch

Tasks

image-classificationImage ClassificationIncremental LearningLifelong learningMachine UnlearningTransfer Learning

Similar Papers 제목 키워드 기반

Lifelong DP: Consistently Bounded Differential Privacy in Lifelong Machine Learning

2022-07-26 · Phung Lai, Han Hu, NhatHai Phan, Ruoming Jin 외

In this paper, we show that the process of continually learning new tasks and memorizing previous tasks introduces unknown privacy risks and challenges to bound the privacy loss. Based upon this, we introduce a formal de…

BIG-bench Machine Learning

Federated continual learning: A comprehensive survey on lifelong and privacy-preserving learning over distributed and non-stationary data

2026-06-09 · Masoume Gholizade, Fabrizio Ruffini, Pietro Ducange, Francesco Marcelloni arxiv

Federated Learning (FL) enables collaborative and privacy-preserving model training across distributed clients, but most existing FL systems implicitly assume data stationarity. In real-world settings-such as healthcare,…

Federated LearningContinual Learning

Feature Transformers: A Unified Representation Learning Framework for Lifelong Learning

2019-05-01 · ICLR 2019 5 · Hariharan Ravishankar, Rahul Venkataramani, Saihareesh Anamandra, Prasad Sudhakar

Despite the recent advances in representation learning, lifelong learning continues to be one of the most challenging and unconquered problems. Catastrophic forgetting and data privacy constitute two of the important cha…

Lifelong learningRepresentation Learning

Lifelong-MonoDepth: Lifelong Learning for Multi-Domain Monocular Metric Depth Estimation

2023-03-09 · Junjie Hu, Chenyou Fan, Liguang Zhou, Qing Gao 외

With the rapid advancements in autonomous driving and robot navigation, there is a growing demand for lifelong learning models capable of estimating metric (absolute) depth. Lifelong learning approaches potentially offer…

Autonomous DrivingDepth EstimationDepth PredictionLifelong learning+2

LiSA: Lifelong Safety Adaptation via Conservative Policy Induction

2026-05-14 · Minbeom Kim, Lesly Miculicich, Bhavana Dalvi Mishra, Mihir Parmar 외 arxiv

As AI agents move from chat interfaces to systems that read private data, call tools, and execute multi-step workflows, guardrails become a last line of defense against concrete deployment harms. In these settings, guard…