Neural Mesh: Introducing a Notion of Space and Conservation of Energy to Neural Networks
Jacob Beck, Zoe Papakipos

TL;DR
The paper introduces Neural Mesh, a neural network model inspired by brain neuron interactions, emphasizing spatial structure and energy conservation to better emulate neural signal flow, with improved accuracy over time.
Contribution
It presents a novel neural network architecture that incorporates spatial relationships and energy conservation, more closely mimicking brain neuron dynamics.
Findings
Increased runtime improves accuracy without adding parameters.
Model enforces energy conservation and spatial adjacency in neuron firing.
Benchmark results show enhanced performance with longer simulation.
Abstract
Neural networks are based on a simplified model of the brain. In this project, we wanted to relax the simplifying assumptions of a traditional neural network by making a model that more closely emulates the low level interactions of neurons. Like in an RNN, our model has a state that persists between time steps, so that the energies of neurons persist. However, unlike an RNN, our state consists of a 2 dimensional matrix, rather than a 1 dimensional vector, thereby introducing a concept of distance to other neurons within the state. In our model, neurons can only fire to adjacent neurons, as in the brain. Like in the brain, we only allow neurons to fire in a time step if they contain enough energy, or excitement. We also enforce a notion of conservation of energy, so that a neuron cannot excite its neighbors more than the excitement it already contained at that time step. Taken together,…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
