Part 5 Β· Chapter 5.5

Neural Integration

A cortical neuron receives ~10 000 synaptic inputs and decides, based on their integrated effect at the axon hillock, whether to fire an action potential. Integration involves spatial summation (simultaneous inputs from different locations), temporal summation (repeated inputs), excitatory-inhibitory balance, and dendritic signal processing that make single neurons nonlinear computing elements.

1. Spatial & Temporal Summation

The soma integrates EPSPs/IPSPs according to cable-theory attenuation and membrane leak. The axon hillock has the lowest threshold (densest Nav1.6) and fires an AP when integrated voltage crosses ~βˆ’55 mV:

\[ V_{soma}(t) = \sum_i w_i\,\text{EPSP}_i(t - t_i) + \sum_j w_j\,\text{IPSP}_j(t - t_j) \]

Weights wi reflect dendritic attenuation (distal synapses heavily discounted) and synapse strength (determined by AMPA receptor number). Passive membrane time constant Ο„ = RmCm (~10 ms) sets the temporal window for summation.

Simulation: Three Integration Modes

Python
script.py50 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

2. Dendritic Nonlinearities

Dendrites are not purely passive cables. NMDA-dependent spikes in spines, voltage- gated Na+ and Ca2+ channels in dendrites, and back- propagating action potentials produce local nonlinear computations. Individual dendritic branches can act as independent coincidence detectors (Poirazi 2003). A single pyramidal cell is a multi-layer computational unit, not a single threshold neuron.

3. Rate Coding vs Temporal Coding

Information in spike trains can be represented by firing rate (Adrian 1926) or by precise spike timing (Rieke 1997). Both coexist: motor cortex uses rate coding for movement direction; olfactory cortex uses precise temporal sequences; hippocampal place cells encode position through theta-phase precession. Decoding strategy depends on the downstream synapse.

4. Synaptic Plasticity

Long-term potentiation (LTP) and long-term depression (LTD) change synaptic weights on timescales of minutes to years. LTP requires NMDA-receptor Ca2+influx + postsynaptic depolarisation β€” a Hebbian coincidence detector. Spike-timing-dependent plasticity (STDP) makes weight change dependent on the order of pre- and postsynaptic spikes. This is the molecular substrate of learning and memory (Bliss & Collingridge 1993; Kandel Nobel 2000).

Key References

β€’ Magee, J. C. (2000). β€œDendritic integration of excitatory synaptic input.” Nat. Rev. Neurosci., 1, 181–190.

β€’ Poirazi, P. & Mel, B. W. (2001). β€œImpact of active dendrites and structural plasticity on the memory capacity of neural tissue.” Neuron, 29, 779–796.

β€’ Bliss, T. V. P. & Collingridge, G. L. (1993). β€œA synaptic model of memory: long-term potentiation in the hippocampus.” Nature, 361, 31–39.

Rate this chapter: