paper-with-me

Papers

Synaptic Pruning: A Biological Inspiration for Deep Learning Regularization

2025-08-12 · Gideon Vos, Liza van Eijk, Zoltan Sarnyai, Mostafa Rahimi Azghadi arxiv

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 across four datasets show consistent gains. Our method ranked best overall, with statistically significant improvements confirmed by Friedman tests (p < 0.01). In financial forecasting, it reduced Mean Absolute Error by up to 20% over models with no or standard dropout, and up to 52% in select transformer models. This dynamic pruning mechanism advances regularization by coupling weight elimination with progressive sparsification, offering easy integration into diverse architectures. Its strong performance, especially in financial time series forecasting, highlights its potential as a practical alternative to conventional dropout techniques.

📄 PDF Abstract BibTeX arXiv:2508.09330

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

Adaptive Sparse Structure Development with Pruning and Regeneration for Spiking Neural Networks

2022-11-22 · Bing Han, Feifei Zhao, Yi Zeng, Wenxuan Pan

Spiking Neural Networks (SNNs) are more biologically plausible and computationally efficient. Therefore, SNNs have the natural advantage of drawing the sparse structural plasticity of brain development to alleviate the e…

Synaptic Diversity in ANNs Can Facilitate Faster Learning

2021-09-29 · Martin Hofmann, Moritz F. P. Becker, Christian Tetzlaff, Patrick Mäder

Various advancements in artificial neural networks (ANNs) are inspired by biological concepts, e.g., the artificial neuron, an efficient model of biological nerve cells demonstrating learning capabilities on large amount…

Diversity

Developmental Plasticity-inspired Adaptive Pruning for Deep Spiking and Artificial Neural Networks

2022-11-23 · Bing Han, Feifei Zhao, Yi Zeng, Guobin Shen

Developmental plasticity plays a prominent role in shaping the brain's structure during ongoing learning in response to dynamically changing environments. However, the existing network compression methods for deep artifi…

Regularized Dynamic Boltzmann Machine with Delay Pruning for Unsupervised Learning of Temporal Sequences

2016-09-22 · Sakyasingha Dasgupta, Takayuki Yoshizumi, Takayuki Osogami

We introduce Delay Pruning, a simple yet powerful technique to regularize dynamic Boltzmann machines (DyBM). The recently introduced DyBM provides a particularly structured Boltzmann machine, as a generative model of a m…

Temporal SequencesTime SeriesTime Series Analysis

Experimental Demonstration of Array-level Learning with Phase Change Synaptic Devices

2014-05-29 · S. Burc Eryilmaz, Duygu Kuzum, Rakesh G. D. Jeyasingh, Sang-Bum Kim 외

The computational performance of the biological brain has long attracted significant interest and has led to inspirations in operating principles, algorithms, and architectures for computing and signal processing. In thi…