paper-with-me

홈 › Papers

An experimental comparative study of backpropagation and alternatives for training binary neural networks for image classification

2024-08-08 · Ben Crulis, Barthelemy Serres, Cyril de Runz, Gilles Venturini

Current artificial neural networks are trained with parameters encoded as floating point numbers that occupy lots of memory space at inference time. Due to the increase in the size of deep learning models, it is becoming very difficult to consider training and using artificial neural networks on edge devices. Binary neural networks promise to reduce the size of deep neural network models, as well as to increase inference speed while decreasing energy consumption. Thus, they may allow the deployment of more powerful models on edge devices. However, binary neural networks are still proven to be difficult to train using the backpropagation-based gradient descent scheme. This paper extends the work of \cite{crulis2023alternatives}, which proposed adapting to binary neural networks two promising alternatives to backpropagation originally designed for continuous neural networks, and experimented with them on simple image classification datasets. This paper proposes new experiments on the ImageNette dataset, compares three different model architectures for image classification, and adds two additional alternatives to backpropagation.

📄 PDF Abstract BibTeX arXiv:2408.04460

Code (1)

bencrulis/binary_nn_extended 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

A comparative study of back propagation and its alternatives on multilayer perceptrons

2022-05-31 · John Waldo

The de facto algorithm for training the back pass of a feedforward neural network is backpropagation (BP). The use of almost-everywhere differentiable activation functions made it efficient and effective to propagate the…

Forward Only Learning for Orthogonal Neural Networks of any Depth

2025-12-19 · Paul Caillon, Alex Colagrande, Erwan Fagnou, Blaise Delattre 외 arxiv

Backpropagation is still the de facto algorithm used today to train neural networks. With the exponential growth of recent architectures, the computational cost of this algorithm also becomes a burden. The recent PEPITA …

Scaling Laws Beyond Backpropagation

2022-10-26 · Matthew J. Filipovich, Alessandro Cappelli, Daniel Hesslow, Julien Launay

Alternatives to backpropagation have long been studied to better understand how biological brains may learn. Recently, they have also garnered interest as a way to train neural networks more efficiently. By relaxing cons…

Decoder

A Learning Paradigm for Interpretable Gradients

2024-04-23 · Felipe Torres Figueroa, Hanwei Zhang, Ronan Sicre, Yannis Avrithis 외

This paper studies interpretability of convolutional networks by means of saliency maps. Most approaches based on Class Activation Maps (CAM) combine information from fully connected layers and gradient through variants …

Self-Assembly of a Biologically Plausible Learning Circuit

2024-12-28 · Qianli Liao, Liu Ziyin, Yulu Gan, Brian Cheung 외

Over the last four decades, the amazing success of deep learning has been driven by the use of Stochastic Gradient Descent (SGD) as the main optimization technique. The default implementation for the computation of the g…

Anatomy