paper-with-me

홈 › Papers

Identifying structural design principles shaping the computational abilities of recurrent neural networks

2026-06-22 · Tom Talpir, Elad Schneidman arxiv

Understanding how the architecture of neural networks shapes the computations they carry is a central challenge in neuroscience and machine learning. While specific circuit architectures have been linked to particular network computations and theoretical bounds on expressivity of broad classes of networks have been found, we are still missing general principles connecting the structure of finite networks to their computational capabilities. Here, we characterize the computational abilities of recurrent neural networks as a function of their connectivity by training a large collection of different networks to compute a large set of Boolean functions. For small networks, we constructed the complete ``catalogs'' of network-function performance, which revealed that computational capacity varies widely across architectures and that most networks show poor performance, and most functions are hard to compute. However, we show that having local 2- and 3-cycles in a network strongly enhances its computational ability, and networks with such cycles are often the minimal architectures that can solve particular functions. We further show that a small set of structural statistics accurately predict networks' performance. Extending our analysis to large networks showed that typical networks fail even to approximate a randomly selected function. Surprisingly, adding a small number of sparsely connected biologically-inspired interneurons to the network dramatically increases computational capacity. As in small networks, adding short cycles improved networks' capacity, outperforming acyclic or reachability-matched controls. Thus, our results identify local cycles as design principles linking neural connectivity to computational power, and offer a general framework to explore structure-function relations in computing networks.

📄 PDF Abstract BibTeX arXiv:2606.23874

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Shaping Influence and Influencing Shaping: A Computational Red Teaming Trust-based Swarm Intelligence Model

2018-02-26 · Jiangjun Tang, Eleni Petraki, Hussein Abbass

Sociotechnical systems are complex systems, where nonlinear interaction among different players can obscure causal relationships. The absence of mechanisms to help us understand how to create a change in the system makes…

Red Teaming

Identifying networks with common organizational principles

2017-04-02 · Anatol E. Wegner, Luis Ospina-Forero, Robert E. Gaunt, Charlotte M. Deane 외

Many complex systems can be represented as networks, and the problem of network comparison is becoming increasingly relevant. There are many techniques for network comparison, from simply comparing network summary statis…

General Classification

CDRL: A Reinforcement Learning Framework Inspired by Cerebellar Circuits and Dendritic Computational Strategies

2026-02-17 · Sibo Zhang, Rui Jing, Liangfu Lv, Jian Zhang 외 arxiv

Reinforcement learning (RL) has achieved notable performance in high-dimensional sequential decision-making tasks, yet remains limited by low sample efficiency, sensitivity to noise, and weak generalization under partial…

Representation LearningReinforcement Learning

Boundary Embedding Shaping with Adaptive Contrastive Learning for Graph Structural Disentanglement

2026-06-18 · Jiaqing Chen, Zidu Yin, Yichao Cai, Yuhang Liu 외 arxiv

Graph neural networks (GNNs) excel at aggregating neighbor information for classification, yet their performance is hindered by graph structural entanglement, where spurious correlations from semantically irrelevant neig…

Contrastive LearningNode ClassificationLink Prediction

GenAI for Systems: Recurring Challenges and Design Principles from Software to Silicon

2026-02-16 · Arya Tschand, Chenyu Wang, Zishen Wan, Andrew Cheng 외 arxiv

Generative AI is reshaping how computing systems are designed, optimized, and built, yet research remains fragmented across software, architecture, and chip design communities. This paper takes a cross-stack perspective,…

Code Generation