Skip to content

Neural Network Architecture Generation Driven by Neuron Circuitry

Aug 2026 · Zenodo (CERN European Organization for Nuclear Research)
Advanced Memory and Neural Computing

Abstract

This paper proposes a novel approach to neural network architecture generation, termed "Neuron Circuitry Driven Dynamic Program Generation." The core claim is that comprehensive analysis of large-scale neuron circuits can automatically generate highly optimized neural network architectures and connection weights tailored to specific tasks, surpassing the capabilities of traditional manual design or search-based methods. The proposed method leverages deep learning to train multiple large networks, extracting detailed neuron circuit maps (s1, s2, ..., sK) representing neuron connections – including connection strength, direction, and type. Graph Neural Networks (GNNs) are then employed to learn and reason from these circuit maps, identifying optimal connection patterns and architectural features for a given task. The resulting neural network architectures are dynamic, adapting in real-time to input data and task requirements for continuous self-optimization. This approach represents a significant departure from existing methods, which typically rely on static architectures or static search, by directly learning and utilizing biological neuron circuit maps through GNN modeling and inference, offering the potential for substantially improved neural network performance and efficiency.

View source

Similar papers

Locality-Preserving Graph Laplacian Manifold Learning Based Model Predictive Control for Three-Phase Inverters

This article presents a model predictive control (MPC) strategy for three-phase inverters based on locality preserving projections (LPPs). Unlike conventional machine learning–based MPC approaches that rely on predefined or high-dimensional input features, the proposed LPP-MPC automatically extracts compact, informative representations by preserving the data’s intrinsic geometric structure. This dimensionality reduction enables fast linear control-law evaluation with computational complexity O(1), making the controller well-suited for real-time implementation. Experimental results demonstrate that the LPP-MPC achieves lower total harmonic distortion (THD) and reduced tracking error compared to quadratic-programming MPC under both linear and nonlinear load conditions, and the proposed controller maintains consistently lower THD throughout load transients than other methods such as two-degree-of-freedom MPC. Compared to existing model-free MPC and deep learning neural network, the LPP-MPC has the lowest THD and root mean square error with the least computational time owing to its efficient linear structure and strong generalization capability.

Jianwu Zeng, Lizheng Cheng, V. Winstead et al. · 1 citation

Related blog posts