paper-with-me

Papers

Perforated Backpropagation: A Neuroscience Inspired Extension to Artificial Neural Networks

2025-01-29 · Rorry Brenner, Laurent Itti

The neurons of artificial neural networks were originally invented when much less was known about biological neurons than is known today. Our work explores a modification to the core neuron unit to make it more parallel to a biological neuron. The modification is made with the knowledge that biological dendrites are not simply passive activation funnels, but also compute complex non-linear functions as they transmit activation to the cell body. The paper explores a novel system of "Perforated" backpropagation empowering the artificial neurons of deep neural networks to achieve better performance coding for the same features they coded for in the original architecture. After an initial network training phase, additional "Dendrite Nodes" are added to the network and separately trained with a different objective: to correlate their output with the remaining error of the original neurons. The trained Dendrite Nodes are then frozen, and the original neurons are further trained, now taking into account the additional error signals provided by the Dendrite Nodes. The cycle of training the original neurons and then adding and training Dendrite Nodes can be repeated several times until satisfactory performance is achieved. Our algorithm was successfully added to modern state-of-the-art PyTorch networks across multiple domains, improving upon original accuracies and allowing for significant model compression without a loss in accuracy.

📄 PDF Abstract BibTeX arXiv:2501.18018

Code (1)

PerforatedAI/PerforatedAI-API 공식 구현 pytorch

Tasks

Drug DiscoveryLanguage ModelingModel CompressionStock Trend Prediction

Similar Papers 제목 키워드 기반

Perforated Neural Networks for Keyword Spotting

2026-05-15 · Vishy Gopal, Aris Ilias Goutis, Ralph Crewe, Erin Yanacek 외 arxiv

Edge machine learning presents a unique set of constraints not encountered in cloud-scale model deployment: strict memory budgets, limited compute, and non-negotiable accuracy thresholds must all be satisfied simultaneou…

Keyword Spotting

Neuroscience-Inspired Memory Replay for Continual Learning: A Comparative Study of Predictive Coding and Backpropagation-Based Strategies

2025-11-29 · Goutham Nalagatla, Shreyas Grandhe arxiv

Continual learning remains a fundamental challenge in artificial intelligence, with catastrophic forgetting posing a significant barrier to deploying neural networks in dynamic environments. Inspired by biological memory…

Continual Learning

Brain-Inspired Machine Intelligence: A Survey of Neurobiologically-Plausible Credit Assignment

2023-12-01 · Alexander G. Ororbia

In this survey, we examine algorithms for conducting credit assignment in artificial neural networks that are inspired or motivated by neurobiology. These processes are unified under one possible taxonomy, which is const…

A Review of Neuroscience-Inspired Machine Learning

2024-02-16 · Alexander Ororbia, Ankur Mali, Adam Kohan, Beren Millidge 외

One major criticism of deep learning centers around the biological implausibility of the credit assignment schema used for learning -- backpropagation of errors. This implausibility translates into practical limitations,…

Predictive Coding: Towards a Future of Deep Learning beyond Backpropagation?

2022-02-18 · Beren Millidge, Tommaso Salvatori, Yuhang Song, Rafal Bogacz 외

The backpropagation of error algorithm used to train deep neural networks has been fundamental to the successes of deep learning. However, it requires sequential backward updates and non-local computations, which make it…

Deep Learning