LGCROct 11, 2021

Continual Learning with Differential Privacy

arXiv:2110.05223v111 citations
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in continual learning for machine learning practitioners, but it is incremental as it builds upon existing methods like A-GEM.

The paper tackles the problem of preserving differential privacy in continual learning by introducing a notion of continual adjacent databases and developing a new algorithm that tightens privacy loss while maintaining model utility.

In this paper, we focus on preserving differential privacy (DP) in continual learning (CL), in which we train ML models to learn a sequence of new tasks while memorizing previous tasks. We first introduce a notion of continual adjacent databases to bound the sensitivity of any data record participating in the training process of CL. Based upon that, we develop a new DP-preserving algorithm for CL with a data sampling strategy to quantify the privacy risk of training data in the well-known Averaged Gradient Episodic Memory (A-GEM) approach by applying a moments accountant. Our algorithm provides formal guarantees of privacy for data records across tasks in CL. Preliminary theoretical analysis and evaluations show that our mechanism tightens the privacy loss while maintaining a promising model utility.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes