paper-with-me

Papers

NeuronSoup: Evolving Asynchronous, Shared-Neuron Temporal Graphs without Backpropagation

2026-07-16 · Subodh Kalia arxiv

We present NeuronSoup, a neural computation architecture that replaces synchronous layer-by-layer processing with asynchronous, delay-mediated signal propagation through a pool of shared neurons. Each path in the network routes a continuous-valued signal from one input neuron to one output neuron through a variable number of intermediate hidden neurons. Hidden neurons are physically shared across paths: when two paths pass through the same neuron, the second arrival encounters the accumulated state left by the first, producing constructive or destructive interference that depends on signal polarity and arrival timing. The entire architecture -- topology, weights, delays, and connectivity -- is co-evolved by a genetic algorithm operating on a flat real-valued genome of 14,602 genes. On 10-class MNIST digit classification using frozen ResNet18 features as input, the system evolves a network of 204 active paths through 266 hidden neurons (156 shared across multiple paths, with one neuron participating in 11 distinct paths) and achieves 85.9\% test accuracy after 10,000 generations. The trained model occupies 115 KB. We argue that this architecture addresses fundamental limitations of current deep learning: it requires no differentiable computation graph, adapts its computation depth per-sample, and discovers lateral interactions between processing pathways that current architectures must engineer explicitly. We discuss why genetic algorithms are the correct optimization tool for this problem class, why CMA-ES fails at this scale, and how the architecture generalizes to arbitrary domains by substituting the encoder and output structure.

📄 PDF Abstract BibTeX arXiv:2607.15217

Code (1)

InsomaniacElf/sg-tamil-tts-resources- ★ 1

Similar Papers 제목 키워드 기반

Neuron: Learning Context-Aware Evolving Representations for Zero-Shot Skeleton Action Recognition

2024-11-18 · CVPR 2025 1 · Yang Chen, Jingcai Guo, Song Guo, DaCheng Tao

Zero-shot skeleton action recognition is a non-trivial task that requires robust unseen generalization with prior knowledge from only seen classes and shared semantics. Existing methods typically build the skeleton-seman…

Action Recognition

Revisiting Batch Normalization for Training Low-latency Deep Spiking Neural Networks from Scratch

2020-10-05 · Youngeun Kim, Priyadarshini Panda

Spiking Neural Networks (SNNs) have recently emerged as an alternative to deep learning owing to sparse, asynchronous and binary event (or spike) driven processing, that can yield huge energy efficiency benefits on neuro…

An Asynchronous Mixed-Signal Resonate-and-Fire Neuron

2025-12-08 · Giuseppe Leo, Paolo Gibertini, Irem Ilter, Erika Covi 외 arxiv

Analog computing at the edge is an emerging strategy to limit data storage and transmission requirements, as well as energy consumption, and its practical implementation is in its initial stages of development. Translati…

Event-based Video Reconstruction via Potential-assisted Spiking Neural Network

2022-01-25 · CVPR 2022 1 · Lin Zhu, Xiao Wang, Yi Chang, Jianing Li 외

Neuromorphic vision sensor is a new bio-inspired imaging paradigm that reports asynchronous, continuously per-pixel brightness changes called `events' with high temporal resolution and high dynamic range. So far, the eve…

Computational EfficiencyEvent-Based Video ReconstructionImage ReconstructionVideo Reconstruction

C3S Micro-architectural Enhancement: Spike Encoder Block and Relaxing Gamma Clock (Asynchronous)

2023-06-26 · Alok Anand, Ivan Khokhlov, Abhishek Anand

The field of neuromorphic computing is rapidly evolving. As both biological accuracy and practical implementations are explored, existing architectures are modified and improved for both purposes. The Temporal Neural Net…