
TL;DR
Resonant Sparse Geometry Networks (RSGN) are a brain-inspired architecture that employs input-dependent sparse connectivity in hyperbolic space, achieving high accuracy with significantly fewer parameters and lower computational complexity than traditional Transformers.
Contribution
The paper introduces RSGN, a novel sparse, hierarchical neural network architecture with input-dependent connectivity and dual timescale learning, inspired by brain principles.
Findings
Achieves 96.5% accuracy on long-range dependency tasks with 15x fewer parameters than Transformers.
Attains 23.8% accuracy on hierarchical classification with 41,672 parameters, outperforming larger Transformer baselines.
Demonstrates O(n*k) computational complexity, significantly more efficient than dense attention mechanisms.
Abstract
We introduce Resonant Sparse Geometry Networks (RSGN), a brain-inspired architecture with self-organizing sparse hierarchical input-dependent connectivity. Unlike Transformer architectures that employ dense attention mechanisms with O(n^2) computational complexity, RSGN embeds computational nodes in learned hyperbolic space where connection strength decays with geodesic distance, achieving dynamic sparsity that adapts to each input. The architecture operates on two distinct timescales: fast differentiable activation propagation optimized through gradient descent, and slow Hebbian-inspired structural learning for connectivity adaptation through local correlation rules. We provide rigorous mathematical analysis demonstrating that RSGN achieves O(n*k) computational complexity, where k << n represents the average active neighborhood size. Experimental evaluation on…
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 · Neural Networks and Reservoir Computing · 3D Shape Modeling and Analysis
