English

Context Channel Capacity: An Information-Theoretic Framework for Understanding Catastrophic Forgetting

Machine Learning 2026-03-10 v1 Artificial Intelligence Information Theory math.IT

Abstract

Catastrophic forgetting remains a central challenge in continual learning (CL), yet lacks a unified information-theoretic explanation for why some architectures forget catastrophically while others do not. We introduce \emph{Context Channel Capacity} (CctxC_\mathrm{ctx}), the mutual information between a CL architecture's context signal and its generated parameters, and prove that zero forgetting requires CctxH(T)C_\mathrm{ctx} \geq H(T), where H(T)H(T) is the task identity entropy. We establish an \emph{Impossibility Triangle} -- zero forgetting, online learning, and finite parameters cannot be simultaneously satisfied by sequential state-based learners -- and show that conditional regeneration architectures (HyperNetworks) bypass this triangle by redefining parameters as function values rather than states. We validate this framework across 8 CL methods on Split-MNIST (1,130+ experiments over 86 days, 4 seeds each), showing that CctxC_\mathrm{ctx} perfectly predicts forgetting behavior: methods with Cctx=0C_\mathrm{ctx} = 0 (NaiveSGD, EWC, SI, LwF, CFlow) exhibit catastrophic forgetting (6--97\%), while methods with Cctx1C_\mathrm{ctx} \approx 1 (HyperNetwork) achieve zero forgetting (98.8\% ACC). We further propose \emph{Wrong-Context Probing} (P5), a practical diagnostic protocol for measuring CctxC_\mathrm{ctx}, and extend the framework to CIFAR-10 via a novel \emph{Gradient Context Encoder} that closes the oracle gap from 23.3pp to 0.7pp. A systematic taxonomy of 15+ closed research directions -- including the Hebbian null result (frozen random features outperform learned features), CFlow's θ0\theta_0-memorizer phenomenon, and the SNS_N symmetry barrier to column specialization -- provides the community with precisely diagnosed negative results. Our central design principle: \emph{architecture over algorithm} -- the context pathway must be structurally unbypassable.

Keywords

Cite

@article{arxiv.2603.07415,
  title  = {Context Channel Capacity: An Information-Theoretic Framework for Understanding Catastrophic Forgetting},
  author = {Ran Cheng},
  journal= {arXiv preprint arXiv:2603.07415},
  year   = {2026}
}

Comments

39 pages

R2 v1 2026-07-01T11:08:49.901Z