Skip to main content

plasticity-prediction-deep-continual-learning

Theoretical framework for predicting plasticity in deep continual learning — understanding why neural networks lose their ability to adapt after training on previous tasks (loss of plasticity). Activation triggers: loss of plasticity, plasticity prediction, continual learning theory, network adaptability, neural network plasticity

インストールへ移動

ソース情報

リポジトリ
hiyenwong/ai_collection
ソースの最終更新活動
2026年6月4日 13:32
検出された SKILL.md の言語
英語
スター
2
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
plasticity-prediction-deep-continual-learning
description
Theoretical framework for predicting plasticity in deep continual learning — understanding why neural networks lose their ability to adapt after training on previous tasks (loss of plasticity). Activation triggers: loss of plasticity, plasticity prediction, continual learning theory, network adaptability, neural network plasticity
# Predicting Plasticity in Deep Continual Learning: A Theoretical Perspective > A theoretical framework for understanding and predicting the loss of plasticity phenomenon in deep continual learning — where neural networks lose their ability to adapt to new tasks after training on previous ones. ## Metadata - **Source**: arXiv:2605.09044 - **Authors**: Jiuqi Wang, Jayanth Srinivasa, Claire Chen, Shuze Daniel Liu, Ali Payani - **Published**: 2026-05-09 ## Core Problem **Loss of Plasticity**: After training on sequential tasks, neural networks become increasingly rigid — their ability to learn new tasks degrades even when trained from the post-previous-task initialization. This is distinct from catastrophic forgetting (which is about performance on old tasks); loss of plasticity is about the inability to learn new tasks. **Multiple Explanations Exist**: Various hypotheses have been proposed: - Gradient vanishing/exploding - Weight matrix conditioning degradation - Activation pattern saturation - Loss landscape geometry changes This paper provides a unified theoretical perspective. ## Key Theoretical Framework ### Plasticity Diagnostics The paper reviews and unifies existing diagnostics: 1. **Effective dimension**: How many parameters actually contribute to learning 2. **Gradient norm**: Magnitude of gradients indicating learning capacity 3. **Weight space geometry**: Shape of the loss landscape around current parameters 4. **Activation statistics**: Distribution of neuron activations indicating saturation ### Unified Theory The paper proposes that plasticity loss can be understood through the lens of **parameter space geometry evolution**: 1. **Initial State**: Parameters in a "wide" region of loss landscape with many directions of improvement 2. **After Task 1**: Parameters move to a narrower region where only specific directions improve the current task 3. **After Task N**: Parameters are trapped in an increasingly narrow valley, losing ability to move in directions useful for new tasks ### Key Theoretical Results 1. **Plasticity Bound**: The paper derives bounds on the minimum achievable loss on a new task given the current parameter state. 2. **Plasticity Predictors**: Identifies which diagnostic metrics most reliably predict future learning capacity. 3. **Recovery Conditions**: Under what conditions plasticity can be recovered (e.g., parameter reinitialization, regularization). ## Practical Implications ### Monitoring Plasticity - Track gradient norms during training — sudden drops may indicate plasticity loss - Monitor effective dimension of weight matrices - Use activation statistics as early warning signals ### Preserving Plasticity - **Regularization**: Penalize parameters moving too far from initial configuration - **Parameter isolation**: Keep some parameters "fresh" for new tasks - **Periodic reinitialization**: Reset subsets of parameters - **Architecture design**: Use architectures naturally resistant to plasticity loss (e.g., MoE) ## Applications - Lifelong learning systems that must continuously adapt - Online learning with non-stationary distributions - Model maintenance in production environments - Understanding when to fine-tune vs. retrain from scratch ## Pitfalls - **Diagnosis vs. cure**: Predicting plasticity loss is easier than preventing it - **Task dependence**: Plasticity loss patterns vary significantly across task types - **Measurement overhead**: Some plasticity diagnostics are expensive to compute - **Trade-offs**: Methods that preserve plasticity may slow down learning on current task ## Related Skills - zeroth-order-adaptation-forgetting-theory - continual-learning-methods - catastrophic-forgetting-mitigation
GitHubで見る