Skip to main content

balanced-network-scaling-conductance

Empirical scaling laws in balanced networks with conductance-based synapses. Shows that conductance-based synapses + spike time correlations together produce realistic membrane potential variability — neither alone suffices. Activation: balanced network scaling, conductance synapse, membrane variability, spike time correlation, current-based synapse.

설치로 이동

소스 정보

저장소
hiyenwong/ai_collection
최근 소스 활동
2026년 6월 4일 13:32
감지된 SKILL.md 언어
영어
스타
2
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
balanced-network-scaling-conductance
description
Empirical scaling laws in balanced networks with conductance-based synapses. Shows that conductance-based synapses + spike time correlations together produce realistic membrane potential variability — neither alone suffices. Activation: balanced network scaling, conductance synapse, membrane variability, spike time correlation, current-based synapse.
# Balanced Network Scaling Laws with Conductance-Based Synapses > Empirical scaling laws demonstrating that balanced recurrent networks with conductance-based synapses and spike time correlations produce realistic membrane potential variability — revealing a cancellation effect where two "unrealistic" modeling assumptions combine to yield realistic dynamics. ## Metadata - **Source**: arXiv:2605.12404 - **Authors**: Vicky Zhu, Gabriel Ocker, Robert Rosenbaum - **Published**: 2026-05-12 - **Category**: q-bio.NC (Neurons and Cognition) ## Core Problem Balanced network models are a cornerstone of theoretical neuroscience for describing cortical dynamics. However, they face a fundamental modeling dilemma: 1. **Current-based synapses** (simplified): When combined with realistic spike time correlations, predict **unrealistically large** membrane potential variability 2. **Conductance-based synapses** (realistic): Predict **unrealistically small** membrane potential variability Neither model alone produces the moderate variability observed in real cortical recordings. ## Key Finding: The Cancellation Effect The paper's central discovery is that **when both realistic modeling assumptions are included together**, the two effects **cancel**: ``` Conductance-based synapses (low variability) + Spike time correlations (high variability) = Moderate, realistic variability ``` This is consistent with recent findings in feedforward networks, establishing a **general principle**: including more biologically realistic assumptions produces more realistic dynamics, but **only when multiple realistic assumptions are included simultaneously**. ## Technical Framework ### Balanced Network Theory In strongly coupled recurrent networks, excitatory and inhibitory inputs approximately balance: ``` I_total ≈ I_E + I_I ≈ 0 (mean) ``` But the **fluctuations** around this balance determine membrane potential variability. ### Current-Based vs Conductance-Based Synapses | Property | Current-Based | Conductance-Based | |----------|---------------|-------------------| | Synaptic current | I_syn = w · s(t) | I_syn = g(t) · (V - E_rev) | | Voltage dependence | None | Yes (shunting) | | Membrane variability | Too high (with correlations) | Too low | | Biological realism | Simplified | More realistic | ### The Scaling Analysis The paper uses computer simulations to systematically explore: - Network size scaling (N neurons) - Synaptic strength scaling - Correlation strength effects - Conductance vs current-based comparison **Key result**: The variance of membrane potential follows different scaling laws depending on the synapse model, and the two models' deviations from reality are **opposite in sign and comparable in magnitude**. ## Implications ### For Computational Neuroscience 1. **Model validation**: Models with only one "realistic" assumption may be misleading 2. **Interacting effects**: Multiple biological factors interact non-additively 3. **Scaling laws**: Provide quantitative benchmarks for model validation ### For Neural Network Modeling - Designing biologically plausible neural network models requires considering **combinations** of realistic features - Individual components may seem to "degrade" model behavior in isolation - The interaction between features is essential for emergent realism ## Applications ### 1. Cortical Modeling - Building more realistic models of cortical dynamics - Understanding variability in neural recordings - Testing theories of balanced excitation/inhibition ### 2. Network Theory - Deriving scaling laws for large recurrent networks - Understanding the role of correlations in network dynamics - Bridging mean-field theory and spiking network simulations ### 3. Experimental Design - Guiding measurements of membrane potential variability - Interpreting discrepancies between models and data - Designing experiments to test balanced network predictions ## Comparison with Feedforward Results The paper notes consistency with recent feedforward network findings: - Both feedforward and recurrent networks show the same cancellation effect - Suggests this is a **general principle** rather than architecture-specific - Provides a unified framework for understanding synaptic modeling ## Pitfalls - **Don't validate models in isolation**: A single "realistic" feature may make the model worse - **Scaling matters**: Results depend on network size and connection density - **Simulation-based**: Analytical derivations remain an open challenge - **Limited to specific regimes**: Cancellation may not hold for all parameter ranges ## Related Skills - `neural-population-dynamics` — methods for analyzing neural population dynamics - `neural-dynamics-decision-making` — neural dynamics models - `spiking-neural-network-analysis` — general SNN analysis - `energy-based-neurocomputation` — energy-based dynamical systems for neural computation - `self-sustained-neuron-population` — modeling sustained neural activity ## Activation Keywords - balanced network scaling, conductance synapse - membrane variability, spike time correlation - current-based synapse, balanced excitation inhibition - cortical network variability, synaptic modeling
GitHub에서 보기