A frozen pyramidal-interneuron gamma (PING) network, whose trained weights remain fixed during evaluation, is tested under complementary temporal and spatial reductions of Modified National Institute of Standards and Technology (MNIST) digit evidence. It classifies continuously streamed digits without retraining, but a duration × input-rate sweep reveals a failure floor below 15 ms. At fixed 200 ms presentation and readout windows, performance remains at 10-class chance through 0.5 Hz and becomes clearly informative by 2 Hz. Separately, foreground pixels are permanently removed from binarized images and presented to both PING and a width-matched artificial neural network (ANN). PING is competitive at intermediate deletion but reaches chance by retention q = 0.02. Together, the curves delimit temporal, event-rate, and spatial evidence regimes for a future variable-rate training experiment.
The trained baseline from the canonical PING experiment contains 1024 excitatory (E) and 256 inhibitory (I) cells. It was trained on one MNIST digit per 200 ms trial using random seeds 42, 43, 44. Each seed identifies an independent training run with a reproducible random initialization and data order. Everything here is inference-only at the trained timestep Δt = 0.1 ms; the weights are never updated. The two-dimensional sweep averages over all 3 seeds; the single-stream examples use seed 42.
A stream of digits, each shown for τ ms, is classified in one forward pass. The only change from training is a sliding readout window:
Encode each digit as a Poisson spike train over τ ms across 784 input channels, one per pixel. Each channel generates independent random spikes. The stated encoding rate is the expected number of spikes per second for a full-intensity pixel; lower pixel intensities reduce that rate proportionally.
Concatenate the per-digit trains into one input stream. At segment index k, the Poisson rate switches instantaneously at the boundary
Here tk is the boundary time of segment k, k is the segment index, and τ is the duration of each segment.
Run once through the trained network at the trained Δt, without retraining.
Integrate evidence in a non-spiking output leaky integrator, one unit per class. A leaky integrator accumulates incoming spikes while gradually discounting older input:
Here t is the discrete timestep; vout (t) is the vector of output-unit states; βout is their leak factor, the fraction of the previous output state retained for one timestep; Δt is the simulation timestep; sE (t−1) is the E-cell spike vector at the preceding timestep; and Wout is the trained E-to-output weight matrix.
Read a sliding window. Average vout over the trailing τ-window and apply a softmax:
Here logits(t) is the class-evidence vector; u indexes timesteps in the window; τ is the presentation duration; w is its number of timesteps; and p(class,t) is the softmax-normalized class-probability vector. Softmax converts the logits into non-negative class probabilities that sum to one. The readout-window duration is matched exactly to the current digit’s presentation duration:
Here Treadout is the duration over which output evidence is averaged, Tpresentation is the time for which the digit is shown, and τ is that common duration.
The corresponding window length is
Every digit is therefore read over exactly its own presentation duration; readout duration is not varied independently. At training the average ran over the whole trial; the trailing matched-duration window is the single change.
Predict per segment at the end of the digit’s τ-window according to
Here c indexes the 10 digit classes, and arg max selects the class with the largest probability.
The output leak is
Here τout is the output-unit time constant, which controls how quickly accumulated output evidence decays, and exp denotes the exponential function. The probability trace p(class,t) is the network’s online class confidence.
The grid uses presentation durations 10 ms, 15 ms, 25 ms, 40 ms, 50 ms, 75 ms, 100 ms, 200 ms and input rates 5 Hz, 10 Hz, 25 Hz, 50 Hz, 100 Hz, 200 Hz per channel. This gives 48 cells with 1200 classified segments per cell.
To resolve the encoding-rate floor below the grid, additional evaluations use rates 0.01 Hz, 0.025 Hz, 0.05 Hz, 0.1 Hz, 0.25 Hz, 0.5 Hz, 1 Hz, 2 Hz, 3 Hz while holding both presentation and readout at 200 ms. Each cell contains 10 streams of 10 digits for every trained seed. The 5 Hz, 10 Hz, 25 Hz, 50 Hz, 100 Hz, 200 Hz points use the same fixed-duration protocol and come from the corresponding grid row.
The spatial protocol uses the same MNIST split and has two parts:
The fixed-duration rate curve distinguishes a nonviable encoder regime from ordinary classification errors under weak evidence. In the variable-condition stream, the first failed segment received 10 Hz for 200 ms, yet that condition reaches 87.3% across the population. Its error is therefore natural trial-level variation, not evidence that 10 Hz is intrinsically too low. The other failed segment, presented at 15 Hz for 75 ms, is likewise above the empty-input rate floor, although its shorter window supplies less total evidence. Rates below 0.5 Hz are not useful operating points; 2 Hz is the lowest clearly informative tested rate and 5 Hz is a practical lower bound for future sweeps.
The architecture-matched ANN remains above chance until foreground retention falls to q = 0.005, fewer than one visible foreground pixel per image on average.
Under identical masks, neither classifier is uniformly better. With 29.5 visible pixels on average (q = 0.2), PING reaches 68.7% against the ANN’s 60.7%. They coincide near 45% at q = 0.1. PING still leads at q = 0.05, then reaches chance at q = 0.02 while the ANN remains above it.
Binarization maps every nonzero antialiased MNIST pixel, including intermediate-intensity pixels introduced to smooth digit edges, to full intensity, so spatial retention is not a second measurement of grayscale contrast. Nevertheless, expected input-event count gives a useful first-order bridge. For an otherwise identical binary image encoded at the masking experiment’s 25 Hz ceiling, retaining fraction q gives the same expected event count as retaining the full foreground and using
Here requiv is the full-foreground Poisson rate with the same expected event count, meaning the expected total number of input spikes across the image and presentation; q is foreground retention; and 25 Hz is the masking experiment’s reference encoding rate.
Thus q = 0.1 maps to requiv = 2.5 Hz, within the 2–3 Hz transition of the fixed-duration rate curve. At that retention, PING reaches 45%, compared with 49.7% at 2 Hz in the grayscale rate sweep. This numerical alignment supports including a rate near 2.5 Hz in variable-rate training, but it is not an equivalence of corruptions: spatial masking permanently removes locations, whereas lowering Poisson rate preserves all locations in expectation and changes temporal sampling noise.