paper-with-me

Papers

Evolving Self-Assembling Neural Networks: From Spontaneous Activity to Experience-Dependent Learning

2024-06-14 · Erwan Plantec, Joachin W. Pedersen, Milton L. Montero, Eleni Nisioti, Sebastian Risi

Biological neural networks are characterized by their high degree of plasticity, a core property that enables the remarkable adaptability of natural organisms. Importantly, this ability affects both the synaptic strength and the topology of the nervous systems. Artificial neural networks, on the other hand, have been mainly designed as static, fully connected structures that can be notoriously brittle in the face of changing environments and novel inputs. Building on previous works on Neural Developmental Programs (NDPs), we propose a class of self-organizing neural networks capable of synaptic and structural plasticity in an activity and reward-dependent manner which we call Lifelong Neural Developmental Program (LNDP). We present an instance of such a network built on the graph transformer architecture and propose a mechanism for pre-experience plasticity based on the spontaneous activity of sensory neurons. Our results demonstrate the ability of the model to learn from experiences in different control tasks starting from randomly connected or empty networks. We further show that structural plasticity is advantageous in environments necessitating fast adaptation or with non-stationary rewards.

📄 PDF Abstract BibTeX arXiv:2406.09787

Code (1)

erwanplantec/lndp jax

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
LapEigen 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Emergent functions of noise-driven spontaneous activity: Homeostatic maintenance of criticality and memory consolidation

2025-02-16 · Marumitsu Ikeda, Dai Akita, Hirokazu Takahashi

Unlike digital computers, the brain exhibits spontaneous activity even during complete rest, despite the evolutionary pressure for energy efficiency. Inspired by the critical brain hypothesis, which proposes that the bra…

Computational Efficiency

Self-Organized Criticality Explains Readiness Potential

2022-09-19 · Katsushi Kagaya, Tomoyuki Kubota, Kohei Nakajima

Readiness potential is a widely observed brain activity in several species including crayfish before the spontaneous behavioral initiation. However, it is poorly understood how this spontaneous activity is generated. The…

Relation

EXG: Self-Evolving Agents with Experience Graphs

2026-05-18 · Yuxin Jin, Siyuan Zhang, Hanchen Wang, Lu Qin 외 arxiv

Large language model (LLM)-based agents have demonstrated strong capabilities in complex reasoning and problem solving through multi-step interactions, yet most deployed agents remain behaviorally static, with knowledge …

Code Generation

Pain and Spontaneous Thought

2017-04-10

Pain is among the most salient of experiences while also, curiously, being among the most malleable. A large body of research has revealed that a multitude of explicit strategies can be used to effectively alter the atte…

On Safety Risks in Experience-Driven Self-Evolving Agents

2026-04-18 · Weixiang Zhao, Yichen Zhang, Yingshuo Wang, Yang Deng 외 arxiv

Experience-driven self-evolution has emerged as a promising paradigm for improving the autonomy of large language model agents, yet its reliance on self-curated experience introduces underexplored safety risks. In this s…