paper-with-me

Papers

SparseProp: Efficient Sparse Backpropagation for Faster Training of Neural Networks

2023-02-09 · Mahdi Nikdan, Tommaso Pegolotti, Eugenia Iofinova, Eldar Kurtic, Dan Alistarh

We provide a new efficient version of the backpropagation algorithm, specialized to the case where the weights of the neural network being trained are sparse. Our algorithm is general, as it applies to arbitrary (unstructured) sparsity and common layer types (e.g., convolutional or linear). We provide a fast vectorized implementation on commodity CPUs, and show that it can yield speedups in end-to-end runtime experiments, both in transfer learning using already-sparsified networks, and in training sparse networks from scratch. Thus, our results provide the first support for sparse training on commodity hardware.

📄 PDF Abstract BibTeX arXiv:2302.04852

Code (1)

IST-DASLab/sparseprop 공식 구현 pytorch

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

SparseProp: Efficient Event-Based Simulation and Training of Sparse Recurrent Spiking Neural Networks

2023-12-28 · NeurIPS 2023 11 · Rainer Engelken

Spiking Neural Networks (SNNs) are biologically-inspired models that are capable of processing information in streams of action potentials. However, simulating and training SNNs is computationally expensive due to the ne…

TinyProp -- Adaptive Sparse Backpropagation for Efficient TinyML On-device Learning

2023-08-17 · Marcus Rüb, Daniel Maier, Daniel Mueller-Gritschneder, Axel Sikora

Training deep neural networks using backpropagation is very memory and computationally intensive. This makes it difficult to run on-device learning or fine-tune neural networks on tiny, embedded devices such as low-power…

PropNEAT -- Efficient GPU-Compatible Backpropagation over NeuroEvolutionary Augmenting Topology Networks

2024-11-06 · Michael Merry, Patricia Riddle, Jim Warren

We introduce PropNEAT, a fast backpropagation implementation of NEAT that uses a bidirectional mapping of the genome graph to a layer-based architecture that preserves the NEAT genomes whilst enabling efficient GPU backp…

Binary ClassificationGPUregression

Event-based backpropagation on the neuromorphic platform SpiNNaker2

2024-12-19 · Gabriel Béna, Timo Wunderlich, Mahmoud Akl, Bernhard Vogginger 외

Neuromorphic computing aims to replicate the brain's capabilities for energy efficient and parallel information processing, promising a solution to the increasing demand for faster and more efficient computational system…

Linear Backpropagation Leads to Faster Convergence

2021-09-29 · Li Ziang, Yiwen Guo, Haodi Liu, ChangShui Zhang

Backpropagation is widely used for calculating gradients in deep neural networks (DNNs). Applied often along with stochastic gradient descent (SGD) or its variants, backpropagation is considered as a de-facto choice in a…

Adversarial Attack