AILGJan 29

Hebbian Learning with Global Direction

arXiv:2601.21367v1h-index: 12
Originality Incremental advance
AI Analysis

This addresses the problem of biologically plausible and efficient training for deep neural networks, though it appears incremental as an enhancement to existing Hebbian methods.

The paper tackles the scalability limitations of Hebbian learning by introducing a Global-guided Hebbian Learning framework that integrates local and global information, achieving competitive results on ImageNet and narrowing the performance gap with backpropagation.

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. Hebbian learning has attracted considerable interest as a biologically plausible alternative to backpropagation. Nevertheless, its exclusive reliance on local information, without consideration of global task objectives, fundamentally limits its scalability. Inspired by the biological synergy between neuromodulators and local plasticity, we introduce a novel model-agnostic Global-guided Hebbian Learning (GHL) framework, which seamlessly integrates local and global information to scale up across diverse networks and tasks. In specific, the local component employs Oja's rule with competitive learning to ensure stable and effective local updates. Meanwhile, the global component introduces a sign-based signal that guides the direction of local Hebbian plasticity updates. Extensive experiments demonstrate that our method consistently outperforms existing Hebbian approaches. Notably, on large-scale network and complex datasets like ImageNet, our framework achieves the competitive results and significantly narrows the gap with standard backpropagation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes