Shunting inhibition and dendritic branching reshape local credit assignment geometry. Shows how E/I conductance + dendritic tree structure enable biological neurons to approximate backprop with restricted somatic feedback. By Safaai, Richards & Sabatini (arXiv:2607.03556, July 2026).
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill shunting-inhibition-dendritic-credit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Shunting Inhibition Dendritic Credit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-shunting-inhibition-dendritic-credit-ai-collection)More formats (shields.io, HTML) on the badges page.
---
name: shunting-inhibition-dendritic-credit
category: neuroscience
description: "Shunting inhibition and dendritic branching reshape local credit assignment geometry. Shows how E/I conductance + dendritic tree structure enable biological neurons to approximate backprop with restricted somatic feedback. By Safaai, Richards & Sabatini (arXiv:2607.03556, July 2026)."
trigger_words:
- shunting inhibition
- dendritic credit assignment
- local credit assignment
- dendritic branching learning
- E/I conductance learning
- backpropagation biological
- compartment-specific error
- somatic teaching signal
- Safaai
- Sabatini
- 5-factor learning
- dendritic backpropagation
- conductance-based dendrites
---
# Shunting Inhibition and Dendritic Branching Shape Local Credit Assignment
> Houman Safaai, Maceo Richards, Bernardo L. Sabatini (July 2026)
> arXiv: 2607.03556
> Categories: q-bio.NC
## Core Problem
Biological neurons must assign credit for errors across their branching dendritic trees — but they lack the global error signals that backpropagation requires. How do real neurons approximate gradient-based learning using only local signals and restricted somatic (cell body) feedback?
## Key Finding: Exact Gradient Factorization
The paper proves that **exact gradients factor into local × non-local terms** in conductance-based dendritic networks:
```
Gradient = Local Eligibility × Compartment Error
```
- **Local Eligibility**: uses only locally available information:
- Presynaptic activity
- Driving force (reversal potential minus membrane potential)
- Input resistance at the synapse
- **Compartment Error**: a path-specific error obtained by "transporting" the soma error through dendritic gains along the path from soma to the specific dendritic compartment
This factorization turns local learning into a **credit-signal compression problem**.
## The Role of Shunting Inhibition
**Shunting inhibition** (divisive, conductance-based inhibition, as opposed to subtractive/hyperpolarizing inhibition) plays a critical role:
- It **reshapes the compartment-error field** to better match the available feedback signals
- When feedback is restricted to global scalar, per-soma, low-rank, or path-structured signals, shunting inhibition helps align the geometry of available feedback with the true compartment-specific errors
- This is a geometric/structural role, not just a gating role
## Performance Results
Under nonnegative conductances and per-soma 5-factor (5F) feedback:
- **Shunting LocalCA** stays only **5-6 percentage points below matched backpropagation**
- Tested on: MNIST, Fashion-MNIST, and figure-ground MNIST
- This is remarkable given the severe constraints on feedback geometry
### Feedback Fidelity Bottleneck
The main limitation is **feedback-field fidelity** — how well the global scalar feedback can be "decoded" into compartment-specific error signals. The 5-6 point gap indicates this remains a major bottleneck, not the local eligibility computation.
## Diagnostic Tools Introduced
The paper introduces several novel diagnostic measures:
1. **Path-gain analysis**: how errors propagate along dendritic paths
2. **Rank analysis**: effective dimensionality of feedback signals
3. **Broadcast-fidelity**: how well global feedback reconstructs local errors
4. **Inhibition-intervention**: causal manipulation of shunting inhibition
5. **Transported-error oracle**: upper bound on what's achievable with perfect error transport
## Implications for Biological Learning
### Why Dendritic Branching Matters
The tree structure of dendrites isn't just anatomical — it creates a natural **hierarchy of error transport** where:
- Proximal compartments receive more faithful error signals
- Distal compartments require more "compression" of the error signal
- Shunting inhibition at strategic locations can reshape this hierarchy
### 5-Factor Learning Rules
The framework naturally leads to 5-factor learning rules:
1. Presynaptic activity
2. Postsynaptic driving force
3. Input resistance (local gain)
4. Somatic teaching signal (global scalar)
5. Dendritic path gain (structural factor)
## Practical Guidelines for SNN/NeuroAI
1. **Modeling Dendrites**: When building biologically plausible learning rules, model the dendritic tree structure explicitly — the path-specific gains are essential for credit assignment.
2. **Shunting vs. Hyperpolarizing Inhibition**: Shunting inhibition has unique computational properties for learning that hyperpolarizing inhibition cannot replicate. Use conductance-based (not current-based) inhibition models.
3. **Feedback Constraints**: If your model uses restricted feedback (scalar per-neuron, low-rank, broadcast), the shunting inhibition mechanism becomes critical for achieving good performance.
4. **Diagnostic Framework**: Use the paper's diagnostic tools (path-gain, rank, broadcast-fidelity) to analyze where your local learning rule fails — is it the eligibility or the error signal?
## Related Work to Load Together
- **shunting-inhibition-dendritic-credit** (this skill)
- **diffusing-blame-dale-principle-credit-assignment** — Error Diffusion for credit assignment
- **three-factor-snn-learning** — 3-factor learning rules in SNNs
- **equilibrium-propagation-lif-snn** — Equilibrium Propagation for SNN training
- **self-supervised-local-learning-hierarchy** — Local self-supervised learning rules
## Activation Keywords
shunting inhibition, dendritic credit assignment, local learning, backpropagation biological plausibility, E/I conductance, compartment-specific error, somatic feedback, dendritic branching, 5-factor learning, Safaai, Sabatini, conductance-based dendrites, error transport
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!