Resonant Sparse Geometry Networks
Hasi Hays
TL;DR
This paper addresses the quadratic bottleneck of dense self-attention by proposing Resonant Sparse Geometry Networks (RSGN), which embed computational nodes in learned hyperbolic space and use input-dependent ignition to create sparse, hierarchical connectivity. It introduces a two-timescale learning framework that combines fast gradient-based activation routing with slow Hebbian structural plasticity, including synaptic pruning and sprouting, all under a global reward signal. Theoretical analysis establishes sub-quadratic complexity $O(K \cdot N \cdot d_h^2)$ under sparse activation and locality, and empirical results demonstrate strong parameter efficiency: 96.5% accuracy on long-range dependency tasks with ~40k parameters, and 23.8% on hierarchical classification with ~41k parameters, competitive with Transformer baselines that use orders of magnitude more parameters. The work suggests brain-inspired sparse, geometrically organized computation can achieve practical efficiency while preserving expressive power, with implications for neuromorphic hardware and scalable AI systems.
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 hierarchical classification and long-range dependency tasks demonstrates that RSGN achieves 96.5% accuracy on long-range dependency tasks while using approximately 15x fewer parameters than standard Transformers. On challenging hierarchical classification with 20 classes, RSGN achieves 23.8% accuracy (compared to 5% random baseline) with only 41,672 parameters, nearly 10x fewer than the Transformer baselines which require 403,348 parameters to achieve 30.1% accuracy. Our ablation studies confirm the contribution of each architectural component, with Hebbian learning providing consistent improvements. These results suggest that brain-inspired principles of sparse, geometrically-organized computation offer a promising direction toward more efficient and biologically plausible neural architectures.
