← Home

Near-strict 1-spike-per-cycle ceiling: 98.9% of (cell, cycle) pairs

exp046 · 4 June 2026 · pdf

Abstract

exp041′s slope 𝑝0.20 was interpreted as “each E cell joins a cycle with ≈ 20% probability”. That reading assumes the per-cycle spike count is bounded by 1 (an E cell either participates in this cycle or not). This notebook measures that directly: walking through every gamma cycle on the test set and counting how many spikes each E cell actually emits, on all 18 trained checkpoints in exp041′s 𝜏GABA sweep.

Methods

For each of exp041′s 18 trained cells (6 𝜏GABA × 3 seeds):

  1. Run inference on the MNIST test set; capture per-trial (𝑇,𝐵,𝑁𝐸) and (𝑇,𝐵,𝑁𝐼) spike tensors.
  2. Detect I-burst times per trial: smooth the population I rate with a 1-ms Gaussian, run scipy peak detection with min-distance set to half the cell’s own 1/𝑓𝛾.
  3. Cycle boundaries are the midpoints between consecutive I-burst peaks (first cycle starts at 𝑡=0, last ends at trial end).
  4. For each (cell, cycle, trial), count the number of E spikes within the cycle window.
  5. Bucket counts globally into {0,1,2,3} and aggregate by 𝜏GABA.

The cycle anchor is the I-burst: this is the right anchor because the cycle is operationally defined as “the time between one inhibitory blanket and the next”, not as the time between E bursts (which can be silent on a given cycle).

Results

Six bar charts, one per τ_GABA, of the probability an E cell emits 0, 1, 2, or ≥3 spikes in a gamma cycle; every panel is dominated by the 0 and 1 bars.
Figure 1: Distribution of E spike count per gamma cycle per cell, by 𝜏GABA, three seeds aggregated. Across 179 million (cell, cycle) pairs, the architecture is overwhelmingly bimodal: each cell either emits zero spikes in a given cycle (≈ 79% of the time) or exactly one (≈ 20% of the time). Two-or-more events occur in ≈ 1.1% of cycles; three-or-more in ≈ 0.14%. Pooled over the sweep, 98.9% of pairs carry at most one spike.
Per-cell E rate against measured gamma frequency; the busiest cell tracks the one-spike-per-cycle line while the median cell tracks exp041's shallower slope.
Figure 2: Per-cell E rate versus measured gamma frequency 𝑓𝛾 across the 𝜏GABA sweep. The busiest cell in each network tracks the one-spike-per-cycle ceiling 𝑟=𝑓𝛾 (max-cell fit 𝑟=0.97𝑓𝛾, 𝑅2=0.88), while the median cell sits on exp041′s shallower 𝑟0.20𝑓𝛾 participation slope. The ceiling is near-strict: even the most active cell rarely exceeds one spike per cycle.