Synaptic Pruning: A Biological Inspiration for Deep Learning Regularization
Gideon Vos, Liza van Eijk, Zoltan Sarnyai, Mostafa Rahimi Azghadi

TL;DR
This paper introduces a biologically inspired magnitude-based synaptic pruning method for deep learning that progressively removes low-importance weights during training, improving model efficiency and accuracy across various time series forecasting tasks.
Contribution
It presents a novel pruning approach integrated into training, replacing dropout with a dynamic, importance-based weight elimination mechanism reflecting biological synaptic pruning.
Findings
Achieved up to 20% MAE reduction in financial forecasting.
Ranked best overall among tested methods with significant statistical validation.
Demonstrated consistent improvements across RNN, LSTM, and Transformer models.
Abstract
Synaptic pruning in biological brains removes weak connections to improve efficiency. In contrast, dropout regularization in artificial neural networks randomly deactivates neurons without considering activity-dependent pruning. We propose a magnitude-based synaptic pruning method that better reflects biology by progressively removing low-importance connections during training. Integrated directly into the training loop as a dropout replacement, our approach computes weight importance from absolute magnitudes across layers and applies a cubic schedule to gradually increase global sparsity. At fixed intervals, pruning masks permanently remove low-importance weights while maintaining gradient flow for active ones, eliminating the need for separate pruning and fine-tuning phases. Experiments on multiple time series forecasting models including RNN, LSTM, and Patch Time Series Transformer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
