On the Plasticity Collapse in Continual Machine Unlearning

๐Ÿ“… 2026-08-29
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
ๆœฌๆ–‡็ ”็ฉถไบ†ๆŒ็ปญๆœบๅ™จ้—ๅฟ˜ไธญ็š„ๅก‘ๆ€งๅดฉๆบƒ้—ฎ้ข˜๏ผŒ้€š่ฟ‡็†่ฎบๅˆ†ๆžๅ’Œๅฎž้ชŒ้ชŒ่ฏไบ†่ฏฅ็Žฐ่ฑก๏ผŒๅนถๆๅ‡บ้œ€่ฆๅผ€ๅ‘ไฟๆŒๅก‘ๆ€ง็š„้—ๅฟ˜็ฎ—ๆณ•ใ€‚
๐Ÿ“ Abstract
Machine unlearning enables deep neural networks to selectively remove the influence of specific data in response to privacy and regulatory requirements. While prior work largely studies single-shot unlearning, real-world systems must accommodate continual unlearning, where multiple unlearning requests occur sequentially over time. In this work, we identify a fundamental limitation of this setting: plasticity collapse, a progressive breakdown in a model's ability to effectively forget. Through theoretical analysis of continual unlearning dynamics, we show that continual unlearning operations accumulate geometric constraints in parameter space, leading to saturated subspaces that restrict future updates. This structural effect induces two distinct failure modes: (1) Forward failure -- diminishing forgetting quality for subsequent tasks, and (2) Backward failure -- spontaneous re-memorization of previously forgotten information. Extensive experiments across multiple architectures, datasets, and methods in image classification confirm that plasticity collapse is not an artifact of specific implementations, but a pervasive phenomenon inherent to continual unlearning. Our findings reveal a critical barrier to the long-term reliability of machine unlearning systems and motivate the development of plasticity-preserving unlearning algorithms. Our code is available at https://github.com/TIML-Group/Continual-Machine-Unlearning-Plasticity-Collapse
Problem

Research questions and friction points this paper is trying to address.

continual unlearning
plasticity collapse
forgetting quality
re-memorization
Innovation

Methods, ideas, or system contributions that make the work stand out.

Continual Machine Unlearning
Plasticity Collapse
Geometric Constraints in Parameter Space
Forward Failure
Backward Failure
๐Ÿ”Ž Similar Papers