Binding Neuron¶
An abstract spiking-neuron model that retains excitatory impulses for a finite window and emits one spike when enough temporally overlapping inputs reach threshold, with inhibition tightening the required coherence.
Core Idea¶
A binding neuron (BN) is a specialized abstract neuron concept introduced by Alexander Vidybida. Excitatory impulses arriving within a finite memory window remain active; when their count reaches threshold, the neuron emits one output impulse and clears or updates its stored inputs.[1] The spike represents the temporally coherent input set as one compound event.
Inhibition has an information-processing role: stronger inhibition reduces the effective memory window or otherwise requires tighter temporal coherence before threshold is reached.[2] The BN interpolates between a temporal integrator at long memory and a coincidence detector at short memory.
Structural Signature¶
- Discrete excitatory input impulses.
- A finite retention time \(\tau\).
- A stored active-input count.
- Threshold (N_{th}).
- Firing when threshold is reached.
- Reset or removal rule after firing.
- Output spike representing a bound event.
- Temporal coherence determined by input spread.
- Inhibition controlling the coherence gate.
- Coincidence-detector and temporal-integrator limits.
- Optional stochastic input stream and feedback variants.
- Deliberate abstraction from neuronal morphology.
What It Is Not¶
It is not a recognized anatomical neuron type. It is not the broad neural binding problem, nor evidence that one neuron solves perceptual feature binding. It is not ordinary leaky integrate-and-fire unless the finite retention and binding interpretation are imposed. It is not spike-timing-dependent plasticity, which changes synaptic weights.
Scope of Application¶
The concept supports analytic and simulated studies of spike-train transformation, output interspike distributions, inhibition, feedback, and neuromorphic implementation. Hodgkin–Huxley and leaky integrate-and-fire systems can approximate its step-like coherence response under chosen conditions.[n1]
Its biological claims are limited by equalized impulse amplitudes, single retention time, simplified inhibition, absent morphology, and often omitted refractoriness.
Clarity¶
State \(\tau\), threshold, reset rule, inhibition rule, input process, feedback delay, and output statistic. Label it a model/concept, not a cell class. Distinguish temporal input binding from perceptual feature binding.
Manages Complexity¶
Finite impulse lifetime converts continuous postsynaptic dynamics into an event-memory process that can sometimes be analyzed exactly. The threshold and window expose how synchrony and inhibition jointly determine firing without solving full conductance equations.
Abstract Reasoning¶
- Record each input arrival.
- Retain it until age \(\tau\).
- Remove expired impulses.
- Fire when the active count reaches threshold.
- apply the declared reset.
- Map inhibition to a changed window or gate.
- Derive output statistics under the input process.
- Compare limiting behavior with integration and coincidence detection.
Knowledge Transfer¶
The portable pattern is retain events briefly, collapse a sufficiently coherent cluster into one output, and let inhibition tune the clustering window. It transfers to event-stream detectors and temporal debouncing. The proposed immediate parent is Temporal Binding.
Examples¶
With \(N_{th}=2\), two impulses separated by less than \(\tau\) trigger a spike; if the first expires before the second arrives, no binding occurs. Delayed feedback variants feed an output impulse back after a fixed delay and alter output statistics.[3]
Structural Tensions¶
- Biological interpretation versus abstract tractability.
- Temporal integration versus coincidence detection.
- Inhibition as suppression versus coherence control.
- Finite memory versus realistic multi-timescale decay.
- Event binding metaphor versus mechanistic neuronal claims.
Structural–Framed Character¶
Finite-window accumulation, thresholding, reset, and gate control are structural. Neural impulses, inhibition, action potentials, and neuron-model interpretation are constitutive. The identity is domain-specific.
Structural Core vs. Domain Accent¶
The portable core is retain events -> threshold coherent cluster -> emit one event. The domain accent is single-neuron spike processing with inhibitory control.
Instantiates / Related Primes¶
Temporal Binding is the proposed immediate parent. Threshold, Memory, Inhibition, Temporal Dynamics, and Integration are related. Dendritic Integration is a sibling, not coverage.
The prospective queue contains one strict edge to domain_specific:temporal_binding. No live DAG mutation is authorized.
Relationships to Other Abstractions¶
Current abstraction Binding Neuron Domain-specific
Parents (1) — more general patterns this builds on
-
Binding Neuron is a kind of Temporal Binding Domain-specific
Temporal Binding is the proposed immediate parent.Threshold, Memory, Inhibition, Temporal Dynamics, and Integration are related. Dendritic Integration is a sibling, not coverage. The prospective queue contains one strict edge to
domain_specific:temporal_binding. No live DAG mutation is authorized.
Hierarchy paths (3) — routes to 3 parentless roots
- Binding Neuron → Temporal Binding → Aggregation → Micro Macro Linkage
- Binding Neuron → Temporal Binding → Abductive Reasoning
- Binding Neuron → Temporal Binding → Threshold
Neighborhood in Abstraction Space¶
Binding Neuron sits in a sparse region of the domain-specific corpus (96th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Unclustered & Miscellaneous (1565 abstractions)
Nearest neighbors
- Dendritic Integration — 0.79
- Place Field — 0.77
- Rheobase — 0.76
- Coincidence detection in neurobiology — 0.76
- Spike-Timing-Dependent Plasticity — 0.76
Computed from structural-signature embeddings · 2026-09-08
Not to Be Confused With¶
- Binding problem.
- Temporal Binding at perceptual scale.
- Coincidence detector generally.
- Leaky integrate-and-fire neuron generally.
- Spike-timing-dependent plasticity.
- Biological neuron taxonomy.
Notes¶
[n1] Alexander Vidybida, “Neuronal Stimulation and Inhibition: Hodgkin–Huxley Model,” studies of coherence-dependent firing summarized in the BN formulation. ↩
References¶
[1] Alexander K. Vidybida, “Inhibition as Binding Controller at the Single Neuron Level,” BioSystems 48 (1998): 263–267. registry ↩
[2] Alexander Vidybida, “Binding Neuron,” in Encyclopedia of Computational Neuroscience (Springer, 2015), model definition and inhibition role. registry ↩
[3] Alexander Vidybida, “Output Stream of Binding Neuron with Delayed Feedback,” arXiv:1412.2622 (2014), https://arxiv.org/abs/1412.2622. registry ↩