This experiment asks which input-rate interval preserves enough digit information after synaptic and membrane filtering to justify using it in a variable-rate PING training run. We trained a nonlinear decoder on freshly simulated MNIST features spanning eight rates, then evaluated the frozen decoder on held-out images at each rate. The selected interval is 0.5 to 25 Hz. Its lower edge is the first tested rate at which all three decoders meet or exceed 50% held-out accuracy. The result calibrates this feature representation and decoder; it does not measure PING-network accuracy.
Simulate filtered image features.
Each normalized pixel intensity generated an independent binary event at every ms timestep,
Here is the maximum-pixel encoding rate in spikes/s. Conductance followed
with ms and μS. The non-spiking conductance-based membrane obeyed
with nF, μS, mV, and mV. Conductance began at zero and voltage at . The decoder feature was the baseline-subtracted voltage averaged over the complete 200 ms presentation,
Every training, validation, illustration, and test feature used a newly drawn spike train and direct evaluation of Equations 1–4. The random spikes form shot noise: each spike produces a discrete jump in conductance, followed by the exponential AMPA decay in Equation 2. These conductance pulses alter both the voltage toward which the membrane moves and the speed at which it moves there. The effect of a spike therefore depends on the voltage and conductance left by earlier spikes, rather than adding a fixed voltage increment.
Direct simulation is particularly important at low input rates. A finite presentation may contain no spikes, one spike, or a few spikes arriving at different times. The response statistics can consequently change during the presentation (nonstationary) and the distribution across presentations can be asymmetric or concentrated around a few distinct outcomes (non-Gaussian)[1]. Evaluating Equations 1–4 for each presentation preserves these effects instead of replacing them with a steady, bell-shaped approximation.
Train a mixed-rate decoder.
The official MNIST training partition supplied the first 20000 images for training and the next 5000 for validation. Every presentation sampled one of the eight rates 0.1, 0.25, 0.5, 1, 2, 5, 10, 25 Hz uniformly and independently. A 784–1024–10 ReLU decoder was trained with cross-entropy and Adam for 10 epochs. Seeds 42, 43, 44 defined independent initializations, rate assignments, and spike trains. Validation accuracy selected one checkpoint per seed.
Evaluate held-out accuracy and select the interval.
Select the interval.
The practical floor was the lowest tested rate at which every decoder met or exceeded 50% accuracy,
Here is the set of tested rates, is the set of decoder seeds, is held-out accuracy for decoder at rate , and is the selected training floor. The upper edge was the highest tested rate. We did not interpolate between tested rates.
Validation accuracy improved across training for all three decoder seeds.
Sparse presentations retained fragments of the digit rather than a uniformly attenuated image. Increasing rate filled in the spatial pattern and reduced the importance of individual event times.
All three decoders first met the practical 50% criterion at 0.5 Hz. Mean accuracy at that condition was 58.9%. We therefore select 0.5 to 25 Hz for later variable-rate PING training.
The filtered MNIST representation retained usable digit information from 0.5 Hz upward. All three independently trained decoders met the 50% held-out accuracy criterion at the selected lower bound, and performance continued to improve across the tested range. We therefore carry 0.5 to 25 Hz forward as the empirical input-rate interval. This is a decoder-based calibration, not a measurement of PING-network performance, so the interval must still be checked in the network for which it was selected.
Neural decoding measures information accessible to a specified readout, not an absolute information content or a mechanistic account of the encoded population[2]. We therefore interpret the ANN psychometric curve only as a decoder-relative calibration. Nonstationary filtered-shot-noise theory motivates direct simulation of the conductance and membrane dynamics[1].