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.

Zur Installation springen

Quellinformationen

Repository
hiyenwong/ai_collection
Letzte Quellaktivität
4. Juni 2026 um 13:32
Erkannte Sprache von SKILL.md
Englisch
Sterne
2
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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
Auf GitHub ansehen