English

A Simple Baseline for Stable and Plastic Neural Networks

Machine Learning 2025-07-21 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Continual learning in computer vision requires that models adapt to a continuous stream of tasks without forgetting prior knowledge, yet existing approaches often tip the balance heavily toward either plasticity or stability. We introduce RDBP, a simple, low-overhead baseline that unites two complementary mechanisms: ReLUDown, a lightweight activation modification that preserves feature sensitivity while preventing neuron dormancy, and Decreasing Backpropagation, a biologically inspired gradient-scheduling scheme that progressively shields early layers from catastrophic updates. Evaluated on the Continual ImageNet benchmark, RDBP matches or exceeds the plasticity and stability of state-of-the-art methods while reducing computational cost. RDBP thus provides both a practical solution for real-world continual learning and a clear benchmark against which future continual learning strategies can be measured.

Keywords

Cite

@article{arxiv.2507.10637,
  title  = {A Simple Baseline for Stable and Plastic Neural Networks},
  author = {Étienne Künzel and Achref Jaziri and Visvanathan Ramesh},
  journal= {arXiv preprint arXiv:2507.10637},
  year   = {2025}
}

Comments

11 pages, 50 figures

R2 v1 2026-07-01T04:00:53.736Z