Intelligent Neural Networks: From Layered Architectures to Graph-Organized Intelligence
Antoine Salomon

TL;DR
This paper introduces Intelligent Neural Networks (INN), a new graph-structured neural architecture where neurons have internal memory and learned communication, achieving superior performance and stability on character modeling tasks.
Contribution
The paper proposes a novel neuron-centric, graph-organized neural network architecture that enhances training stability and performance, differing from traditional layered models.
Findings
INN outperforms Transformers and LSTMs on Text8 benchmark.
Graph topology improves training stability over stacked Mamba blocks.
Ablation shows learned communication is crucial for performance.
Abstract
Biological neurons exhibit remarkable intelligence: they maintain internal states, communicate selectively with other neurons, and self-organize into complex graphs rather than rigid hierarchical layers. What if artificial intelligence could emerge from similarly intelligent computational units? We introduce Intelligent Neural Networks (INN), a paradigm shift where neurons are first-class entities with internal memory and learned communication patterns, organized in complete graphs rather than sequential layers. Each Intelligent Neuron combines selective state-space dynamics (knowing when to activate) with attention-based routing (knowing to whom to send signals), enabling emergent computation through graph-structured interactions. On the standard Text8 character modeling benchmark, INN achieves 1.705 Bit-Per-Character (BPC), significantly outperforming a comparable Transformer (2.055…
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
TopicsAdvanced Graph Neural Networks · Advanced Memory and Neural Computing · Neural Networks and Reservoir Computing
