paper-with-me

홈 › Papers

FastHebb: Scaling Hebbian Training of Deep Neural Networks to ImageNet Level

2022-07-07 · Gabriele Lagani, Claudio Gennaro, Hannes Fassold, Giuseppe Amato

Learning algorithms for Deep Neural Networks are typically based on supervised end-to-end Stochastic Gradient Descent (SGD) training with error backpropagation (backprop). Backprop algorithms require a large number of labelled training samples to achieve high performance. However, in many realistic applications, even if there is plenty of image samples, very few of them are labelled, and semi-supervised sample-efficient training strategies have to be used. Hebbian learning represents a possible approach towards sample efficient training; however, in current solutions, it does not scale well to large datasets. In this paper, we present FastHebb, an efficient and scalable solution for Hebbian learning which achieves higher efficiency by 1) merging together update computation and aggregation over a batch of inputs, and 2) leveraging efficient matrix multiplication algorithms on GPU. We validate our approach on different computer vision benchmarks, in a semi-supervised learning scenario. FastHebb outperforms previous solutions by up to 50 times in terms of training speed, and notably, for the first time, we are able to bring Hebbian algorithms to ImageNet scale.

📄 PDF Abstract BibTeX arXiv:2207.03172

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Similar Papers 제목 키워드 기반

Emergent Heterogeneous Swarm Control Through Hebbian Learning

2025-07-14 · Fuda van Diggelen, Tugay Alperen Karagüzel, Andres Garcia Rincon, A. E. Eiben 외 arxiv

In this paper, we introduce Hebbian learning as a novel method for swarm robotics, enabling the automatic emergence of heterogeneity. Hebbian learning presents a biologically inspired form of neural adaptation that solel…

Reinforcement Learning

Rethinking Hebbian Principle: Low-Dimensional Structural Projection for Unsupervised Learning

2025-10-16 · Shikuang Deng, Jiayuan Zhang, Yuhang Wu, Ting Chen 외 arxiv

Hebbian learning is a biological principle that intuitively describes how neurons adapt their connections through repeated stimuli. However, when applied to machine learning, it suffers serious issues due to the unconstr…

Image ClassificationImage ReconstructionContinual LearningTransfer Learning

NM-Hebb: Coupling Local Hebbian Plasticity with Metric Learning for More Accurate and Interpretable CNNs

2025-08-27 · Davorin Miličević, Ratko Grbić arxiv

Deep Convolutional Neural Networks (CNNs) achieve high accuracy but often rely on purely global, gradient-based optimisation, which can lead to overfitting, redundant filters, and reduced interpretability. To address the…

Metric Learning

Hebbian Learning with Global Direction

2026-01-29 · Wenjia Hua, Kejie Zhao, Luziwei Leng, Ran Cheng 외 arxiv

Backpropagation algorithm has driven the remarkable success of deep neural networks, but its lack of biological plausibility and high computational costs have motivated the ongoing search for alternative training methods…

Why Evolve When You Can Adapt? Post-Evolution Adaptation of Genetic Memory for On-the-Fly Control

2025-08-05 · Hamze Hammami, Eva Denisa Barbulescu, Talal Shaikh, Mouayad Aldada 외 arxiv

Imagine a robot controller with the ability to adapt like human synapses, dynamically rewiring itself to overcome unforeseen challenges in real time. This paper proposes a novel zero-shot adaptation mechanism for evoluti…