Brain network science modelling of sparse neural networks enables Transformers and LLMs to perform as fully connected
Yingtao Zhang, Diego Cerretti, Jialin Zhao, Wenjing Wu, Ziheng Liao, Umberto Michieli, Carlo Vittorio Cannistraci

TL;DR
This paper introduces a brain-inspired sparse neural network model and training method that enable Transformers and LLMs to perform comparably or better than fully connected networks at high sparsity levels, reducing computational costs.
Contribution
The paper proposes a novel brain-inspired network initialization and training approach, including a new model (BRF), a GPU-efficient approximation of CH link prediction, and flexible training rules (CHTs and CHTss), improving sparse network performance.
Findings
Sparse networks with 1% connectivity outperform fully connected networks in image classification.
At 5% connectivity, CHTss surpasses fully connected models in machine translation.
Both CHTs and CHTss outperform other DST methods at 30% connectivity in language modeling.
Abstract
Dynamic sparse training (DST) can reduce the computational demands in ANNs, but faces difficulties in keeping peak performance at high sparsity levels. The Cannistraci-Hebb training (CHT) is a brain-inspired method for growing connectivity in DST. CHT leverages a gradient-free, topology-driven link regrowth, which has shown ultra-sparse (less than 1% connectivity) advantage across various tasks compared to fully connected networks. Yet, CHT suffers two main drawbacks: (i) its time complexity is - N node network size, d node degree - restricting it to ultra-sparse regimes. (ii) it selects top link prediction scores, which is inappropriate for the early training epochs, when the network presents unreliable connections. Here, we design the first brain-inspired network model - termed bipartite receptive field (BRF) - to initialize the connectivity of sparse artificial neural…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Memory and Neural Computing · Ferroelectric and Negative Capacitance Devices · EEG and Brain-Computer Interfaces
MethodsDynamic Sparse Training
