New Information-Theoretic Measure for Neural Network Plasticity.

Jiaxuan Cheng· July 16, 2026 View original

Summary

This paper introduces "local redundancy," an information-theoretic measure of neural network plasticity, which is a model's ability to adapt to new tasks. It proposes using the expected squared gradient norm on a synthetic memorization task as an efficiently computable lower bound for this measure.

Neural network plasticity, defined as a network's capacity to adapt to new tasks, is crucial for effective continual and transfer learning. Current methods for measuring plasticity, such as effective rank or dead neuron fraction, often lack strong theoretical foundations and show poor correlation with actual performance on novel tasks. Researchers have developed a new information-theoretic measure called "local redundancy." This measure is derived from universal compression theory and quantifies the worst-case redundancy within a local model family, specifically parameters in an infinitesimal neighborhood along gradient directions. It is presented as a principled way to assess plasticity. Although direct computation of local redundancy is complex, the study demonstrates that the expected squared gradient norm on a synthetic memorization task serves as an efficient and computable lower bound. Experiments in continual image classification and time series transfer learning confirm that local redundancy is a better predictor of downstream performance than existing measures, proving useful for selecting optimal pretraining checkpoints.

Why it matters

For AI researchers and engineers, this new measure offers a more theoretically grounded and practically effective way to quantify and predict a model's adaptability, improving strategies for continual learning, transfer learning, and model selection.

How to implement this in your domain

  1. 1Incorporate the expected squared gradient norm on synthetic memorization tasks into your model evaluation pipeline.
  2. 2Use local redundancy as a metric to compare different neural network architectures for their plasticity.
  3. 3Apply this measure to select optimal pretraining checkpoints for transfer learning scenarios.
  4. 4Develop strategies for fine-tuning models based on their measured plasticity for continual learning.
  5. 5Explore how local redundancy correlates with performance on your specific downstream tasks.

Who benefits

TechAI/ML ResearchRoboticsAutonomous Systems

Key takeaways

  • Existing plasticity measures for neural networks are often inadequate and lack theoretical grounding.
  • "Local redundancy" is a new information-theoretic measure for network plasticity.
  • It can be efficiently approximated by the expected squared gradient norm on a synthetic memorization task.
  • This measure better predicts downstream performance in continual and transfer learning.

Original post by Jiaxuan Cheng

"arXiv:2607.13432v1 Announce Type: new Abstract: Plasticity -- a neural network's ability to adapt to new tasks -- is critical for continual and transfer learning. Existing measures, such as effective rank, dead neuron fraction, and weight norm, lack theoretical grounding and corr…"

View on X

Originally posted by Jiaxuan Cheng on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

NodeImport Improves Imbalanced Node Classification on Graphs

NodeImport is a new framework addressing class imbalance in graph node classification by assessing node importance to create a balanced meta-set for training. It dynamically filters valuable labeled, unlabeled, and synthetic nodes, outperforming existing baselines across various datasets and GNN architectures.

Nan Chen, Zemin Liu, Bryan Hooi, Bingsheng He, Jun Hu, Jia ChenJul 16, 2026
AI ResearchAI Engineering & DevTools

Neural Spline Flows Aid Dark Matter Search in CMS Data.

This paper reports a search for dark matter produced with a leptonically decaying Z boson using CMS Run 2015D open data and Neural Spline Flows. The method models signal and background densities to set upper limits on signal-strength parameters for various dark matter mediators, though observed limits are weaker than expected due to background modeling discrepancies.

Hitesh Rasineni (VIT-AP University, Amaravati, India), Bhavishya Chebrolu (Mohan Babu University, Tirupati, India)Jul 16, 2026
AI Engineering & DevToolsAI Research

Multiplex Graph Transformer Boosts Power Grid Model Generalization.

Researchers introduce MxGPS, a multiplex graph transformer designed to overcome "topology overfitting" in power grid problems. By jointly training on multiple tasks with a shared encoder, MxGPS achieves superior zero-shot generalization across unseen grid topologies, demonstrating high accuracy and low boundary violation rates with significantly fewer parameters.

Charilaos Papaioannou, Ioannis Tsantilas, Dimitris Giannakakos, Vasilis Michalakopoulos, Sotiris Pelekis, Vangelis Marinakis, Arsam Aryandoust, Antonello Monti, Ricardo J. Bessa, Perdo P. Vergara, Jochen Cremer, Elissaios SarmasJul 16, 2026