cs.NEJan 29, 2025

Perforated Backpropagation: A Neuroscience Inspired Extension to Artificial Neural Networks

Authors: Rorry BrennerLaurent Itti

Organizations: Perforated AI Inc. · Computer Science and Neuroscience, University of Southern California

Abstract

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 dendrites are then frozen, and the original neurons are further trained, now taking into account the additional error signals provided by the dendrites. The cycle of training the original neurons and then adding and training dendrites 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.

Explore similar work

CardsList
  1. Updating the standard neuron model in artificial neural networks

    May 19, 2026Raul Mohedano, Thomas Batard, Erik Velasco-Salido +4Neural NetworkUpdates