---
title: Network-Optimised Spiking (NOS)
url: https://www.emergentmind.com/topics/network-optimised-spiking-nos
type: topic
---

# Network-Optimised Spiking (NOS)

Network-Optimised Spiking (NOS) most specifically denotes the compact two-state spiking unit introduced for event-driven networking, in which a fast state \(v(t)\) encodes a normalised queue or congestion proxy and a slow state \(u(t)\) encodes a recovery or slowdown resource. In that formulation, NOS combines finite-buffer saturation, service-rate leak, graph-local delayed inputs, stochastic burst arrivals aligned with telemetry smoothing, and differentiable reset schemes, while admitting equilibrium, stability, and topology-aware analysis through the Perron eigenvalue of the coupling matrix [2509.23516]. In the broader literature represented here, the same label is also used, or retrospectively applied, to network-level optimisation of spiking dynamics in scheduling, intrusion detection, combinatorial optimisation, neural sampling, learning, and accelerator co-design. The term is therefore context-dependent rather than fully uniform across fields [2510.11291][2601.00389][1412.5862].

## 1. Definitions and terminological scope

The principal and most concrete definition is the 2025 networking model, which introduces NOS as “a compact, two-state spiking unit whose variables, parameters, and inputs map directly to event-driven networking semantics: finite buffers, service, recovery, per-link delays and gates, and stochastic burst arrivals consistent with telemetry smoothing” [2509.23516]. In that sense, NOS is a specific dynamical system, not merely a design slogan.

The supplied literature also documents broader uses. In the neural-sampling framework of Jonke, Habenschuss, and Maass, the term “Network-Optimised Spiking (NOS)” is explicitly *not* used in the original paper; it is presented in the synthesis as a conceptual label for network-level design of energy landscapes over spike-defined states [1412.5862]. In the optical coherent Ising-machine work, NOS denotes co-design of network coupling and spiking dynamics for combinatorial search [2208.07502]. In SpikeX, NOS refers to network–hardware co-optimisation that shapes spike statistics and accelerator dataflow jointly [2505.12292].

| Source | Scope | NOS characterisation |
|---|---|---|
| [2509.23516] | Event-driven networking | Compact two-state unit with queue, service, recovery, delays, and gates |
| [2510.11291] | 6G O-RAN scheduling | Bounded two-state kernel coupled to a proportional-fair grant head |
| [2601.00389] | Streaming IDS at consumer gateways | Discrete-time per-flow unit with sigmoid event surrogate and WFQ gating |
| [1412.5862] | Neural sampling and CSPs | Conceptual label for network-level energy-landscape design |
| [2505.12292] | SNN accelerator co-design | Joint optimisation of spike patterns and accelerator architecture |

A persistent source of confusion is therefore terminological. In the networking papers, NOS is a concrete two-state model with explicit queue semantics; in several other works it is a broader optimisation paradigm for spiking systems. The supplied data support both usages, but they should not be conflated.

## 2. Core dynamical formulation for event-driven networking

In the networking formulation, NOS has two states per node. The fast state \(v_i(t)\) is a dimensionless normalised queue or congestion proxy with \(v\in[0,1]\), where \(v=1\) corresponds to a full buffer. The slow state \(u_i(t)\) is a dimensionless recovery or slowdown resource on the same time base as \(v\). Time can be continuous, \(t\) in seconds, or discretised into bins \(\Delta t\), such as \(5\,\mathrm{ms}\) [2509.23516].

The continuous-time node dynamics are
\[
\frac{dv_i}{dt}
=
f_{\mathrm{sat}}(v_i) + \beta v_i + \gamma - u_i + I_i(t) - \lambda v_i - \chi\bigl(v_i-v_{\mathrm{rest}}\bigr),
\]
\[
\frac{du_i}{dt}
=
a\bigl(bv_i-u_i\bigr)-\mu u_i
=
ab\,v_i-(a+\mu)u_i.
\]

The saturating nonlinearity
\[
f_{\mathrm{sat}}(v)=\frac{\alpha v^2}{1+\kappa v^2},\qquad \alpha>0,\ \kappa>0
\]
encodes convex backlog rise under increasing load while enforcing finite buffers. Its small-signal approximation is \(f_{\mathrm{sat}}(v)\sim \alpha v^2\) as \(v\to 0\), and its global ceiling is \(\alpha/\kappa\). The derivative
\[
f'_{\mathrm{sat}}(v)=\frac{2\alpha v}{(1+\kappa v^2)^2}
\]
is bounded, and its maximum is
\[
\max_v f'_{\mathrm{sat}}(v)=\frac{3\sqrt{3}}{8}\frac{\alpha}{\sqrt{\kappa}}
\quad\text{at}\quad
v=\frac{1}{\sqrt{3\kappa}}.
\]

The remaining terms have direct queueing semantics. The parameter \(\lambda\) is a service leak on \(v\), with \(\lambda\approx \mu_{\mathrm{svc}}\Delta t\) in discrete implementations. The parameter \(\chi\) is subthreshold damping to \(v_{\mathrm{rest}}\), modelling EWMA-style queue relaxation and telemetry smoothing. The parameters \(\beta\) and \(\gamma\) capture residual linear drift and offset. Recovery drag enters through \(-u_i\), while \(u_i\) integrates recent congestion at rate \(a\), sensitivity \(b\), and passive decay \(\mu\).

Graph-local input takes the form
\[
I_i(t)=\sum_{j\in\mathcal{N}(i)} w_{ij}S_j(t-\tau_{ij})+\eta_i(t),
\]
with optional per-link occupancy gates
\[
\tau_q \dot q_{ij}(t)=-q_{ij}(t)+\sigma_s\!\bigl(S_j(t)\bigr),\qquad
w_{ij}^{\mathrm{eff}}(t)=w_{ij}\,g\!\bigl(q_{ij}(t)\bigr),
\]
where typical gate choices are \(g(x)=(1-x)^p\) for \(p>1\) or a logistic gate. This preserves causality through delays \(\tau_{ij}\), keeps attribution graph-local, and allows only congested links to attenuate [2509.23516].

Exogenous arrivals follow a compound Poisson shot-noise model aligned with telemetry smoothing:
\[
\eta_i(t)=\sum_{n=1}^{N_i(t)} A_{i,n}\,\kappa_s(t-t_{i,n}),\qquad
\kappa_s(t)=e^{-t/\tau_s}H(t),
\]
with \(N_i(t)\sim \mathrm{Poisson}(\rho_i t)\). The moments and spectrum are
\[
\mathbb{E}[\eta_i]=\rho_i\mathbb{E}[A_i]\tau_s,\qquad
\mathrm{Var}[\eta_i]=\rho_i\mathbb{E}[A_i^2]\frac{\tau_s}{2},
\]
\[
S_{\eta_i}(\omega)=\frac{2\rho_i\mathbb{E}[A_i^2]\tau_s}{1+\omega^2\tau_s^2}.
\]

NOS supports two reset mechanisms. The first is an event-based exponential soft reset,
\[
v_i \leftarrow c+(v_i-c)e^{-r_{\mathrm{reset}}\Delta t},\qquad
u_i \leftarrow u_i+d,
\]
and the second is a continuous differentiable pullback,
\[
-r_{\mathrm{reset}}\,
\sigma_k\!\bigl(v_i-v_{\mathrm{th}}(t)\bigr)\,
(v_i-c),
\qquad
\sigma_k(x)=\frac{1}{1+e^{-kx}}.
\]
A homotopy on reset sharpness,
\[
k(t)=k_0+\bigl(k_{\mathrm{final}}-k_0\bigr)\frac{t}{T_h},
\]
with \(k_0\approx 1\) and \(k_{\mathrm{final}}\in[20,100]\), is used to make training smooth early and event timing crisp later.

## 3. Equilibria, stability, topology, and spectral thresholds

The primary analysis of NOS is unusually explicit for a spiking networking model. Eliminating \(u\) at equilibrium yields
\[
u_i^*=\frac{ab}{a+\mu}v_i^*,
\]
and the subthreshold equilibrium condition
\[
f_{\mathrm{sat}}(v_i^*)
+\Bigl(\beta-\lambda-\chi-\frac{ab}{a+\mu}\Bigr)v_i^*
+\gamma+\chi v_{\mathrm{rest}}+I_i^*
=0.
\]
A sufficient existence–uniqueness condition on \([0,1]\) is
\[
\inf_{v\in[0,1]}\bigl(f'_{\mathrm{sat}}(v)+L\bigr)>0,
\qquad
L:=\beta-\lambda-\chi-\frac{ab}{a+\mu},
\]
with the conservative bound
\[
L>-\frac{3\sqrt{3}}{8}\frac{\alpha}{\sqrt{\kappa}}.
\]
Operationally, this means that net drain must dominate the steepest admissible excitability slope [2509.23516].

For a single node, the Jacobian is
\[
J_i=
\begin{bmatrix}
f'(v^*)+\beta-\lambda-\chi & -1\\
ab & -(a+\mu)
\end{bmatrix},
\]
with trace
\[
T_i=f'(v^*)+\beta-\lambda-\chi-(a+\mu)
\]
and determinant
\[
\Delta_i=ab-\bigl(f'(v^*)+\beta-\lambda-\chi\bigr)(a+\mu).
\]
The Routh–Hurwitz conditions \(T_i<0\) and \(\Delta_i>0\) give local asymptotic stability.

A distinctive result is that saturation enlarges the stable region. Since
\[
\frac{\partial}{\partial\kappa}f'(v^*)
=
-\frac{4\alpha (v^*)^3}{(1+\kappa (v^*)^2)^3}\le 0,
\]
increasing \(\kappa\) decreases the trace and increases the determinant for \(v^*>0\), which expands the region \(\{T_i<0,\Delta_i>0\}\).

At network scale, linearisation about equilibrium gives the block Jacobian
\[
\mathcal{J}
=
\begin{bmatrix}
D+G & -I_N\\
ab\,I_N & -(a+\mu)I_N
\end{bmatrix},
\qquad
D=\operatorname{diag}\!\bigl(f'(v_i^*)+\beta-\lambda-\chi\bigr),\quad G=gW.
\]
Projecting homogeneous scaling \(G=gW\) onto the Perron eigenpair yields the effective \(2\times 2\) Jacobian
\[
J_{\mathrm{eff}}(k)=
\begin{bmatrix}
\bar d+k & -1\\
ab & -(a+\mu)
\end{bmatrix},
\qquad
k=g\,\rho(W).
\]
The critical coupling is
\[
k^\star=\min\Bigl\{(a+\mu)-\bar d,\ \frac{ab}{a+\mu}-\bar d\Bigr\},
\qquad
g_\star\approx \frac{k^\star}{\rho(W)}.
\]
Equivalently, with
\[
\Lambda:=\lambda+\chi+\frac{ab}{a+\mu}-\beta,
\]
the stability proxy is
\[
g\,\rho(W)\,f'_{\mathrm{sat}}(v^*)<\Lambda.
\]
This separates topology, through \(\rho(W)\), from node physics, through \(\Lambda\) and \(f'_{\mathrm{sat}}(v^*)\). The paper also reports finite-size smoothing of synchrony onsets: coherence rises sharply near \(k^\star\), the transition sharpens with \(N\), hub-dominated topologies track the Perron prediction closely, and chains show stronger resilience [2509.23516].

A later O-RAN scheduler extends this line of analysis to delayed control by defining a delay-dependent threshold \(k_\star(\Delta)\) and the spectral margin
\[
\delta=k_\star(\Delta)-gH\rho(W),
\]
which compresses topology, controller gain, and delay into a single design parameter. Under light assumptions on arrivals, \(\delta>0\) yields geometric ergodicity and sub-Gaussian backlog and delay tail bounds with exponents proportional to \(\delta\) [2510.11291].

## 4. Calibration, training, implementation, and empirical behaviour

NOS is designed to be calibrated directly from traffic statistics rather than only from labels. For light-load mean matching to \(M/M/1\), the service leak is set by \(\lambda\approx \mu_{\mathrm{svc}}\Delta t\), the input is mapped as \(I\approx I_0+\mathrm{gain}\cdot\mathrm{arrivals}\), and a multiplicative output scale is fitted so that NOS predictions align with the analytic light-load mean \(\mathbb{E}[L]=\rho/(1-\rho)\) in the small-\(\rho\) regime. The reported run gives sample per-node output scales \(\{11.646,12.226,12.277\}\) and \(\mathrm{gain}_I\approx 0.60\) [2509.23516].

Under bursty input generated by MMPP, the bounded excitability and differentiable pullback truncate deep tails relative to \(M/M/1/K\): the CCDF decays more sharply, with fewer deep queues, lower tail latency, and less marking or dropping during ON phases. In zero-shot, label-free forecasting of congestion onsets using arrival-only calibration and known \(\mu\), \(K\), and \(\Delta t\), NOS reports
- AUROC \(=0.894\),
- AUPRC \(=0.536\) for top-10% bursts.

The same label-free setup reports the following comparators:
- Physics Fluid: AUROC \(0.834\), AUPRC \(0.555\), MAE \(0.675\),
- MovingAvg: AUROC \(0.552\), AUPRC \(0.194\),
- TGNN-smooth: AUROC \(0.507\), AUPRC \(0.128\),
- LIF-leaky: AUROC \(0.500\), AUPRC \(0.126\).

The interpretation given is that bounded, event-driven dynamics align spikes to burst onsets while avoiding prolonged false positives between bursts [2509.23516].

For supervised or train-calibrated forecasting, the reported setup uses chain, star, and scale-free topologies with \(N\approx 250\), per-link delays \(\tau_{ij}\in[0,25]\) ms, and \(W\) normalised to \(\rho(W)=1\) before scaling by \(g\). The training protocol is residual-based and label-free at event-definition time: per-node standardisation on the train split, residual \(z\)-scores, event starts inferred by thresholding residuals, per-node thresholds chosen on validation but calibrated with train-only statistics, and a minimum episode duration to suppress one-bin blips. The optimiser is Adam, with gradient clipping by global norm in \([0.5,2.0]\), fast-sigmoid surrogate derivative
\[
\widehat{\sigma}'(x)=\frac{1}{(1+\alpha|x|)^2},\qquad \alpha\approx 5,
\]
and reset homotopy from \(k_0\approx 1\) to \(k_{\mathrm{final}}\in[20,100]\). Truncated BPTT is required to cover the dominant recovery time scale,
\[
T_{\mathrm{BPTT}}\gtrsim \frac{c_*}{a+\mu},\qquad c_*\in[3,5].
\]

Across chain, star, and scale-free graphs, NOS is reported to yield the highest F1 with strong precision and improved recall, the lowest MAE and RMSE, and the earliest median start-latency relative to MLP, simple RNN, GRU, and adjacency-constrained temporal GNN. Exact F1 and latency tables are not reported, but the qualitative gains are stated to be consistent across topologies under the same label-free protocol [2509.23516].

For deployment, the paper gives explicit stability checks and safe parameter ranges. The event-driven update cost is \(O(\deg(i))\) per node per tick for input accumulation, plus fixed-cost updates for \(v\), \(u\), and thresholding; memory stores delay buffers per incoming edge with integer ticks \(\tilde\tau_{ij}=\mathrm{round}(\tau_{ij}/T)\). It also gives admissible per-bin ranges such as \(\alpha\in[0.4,1.0]\), \(\kappa\in[0.5,2.0]\), \(\beta\in[-0.10,0.40]\), \(\lambda\in[0.10,0.30]\), \(\chi\in[0.00,0.08]\), \(a\in[0.6,1.8]\), \(b\in[0.6,1.6]\), \(v_{\mathrm{th}}\in[0.50,0.68]\), \(k_{\mathrm{reset}}\in[10,20]\), and \(k_{\mathrm{net}}=g\rho(W)\in[0,1.8]\) [2509.23516].

## 5. Derived networking systems and domain-specific instantiations

The most direct descendants of NOS in the supplied corpus are a 6G O-RAN scheduler and a consumer-gateway streaming IDS. Both preserve the bounded two-state kernel while changing the control surface and readout [2510.11291][2601.00389].

In the O-RAN scheduler, each bearer \(i\) has backlog \(q_i(t)\), PRB fraction \(x_i(t)\in[0,1]\), and per-PRB rate \(\mu_i(t)\), with service
\[
s_i(t)=\mu_i(t)x_i(t),
\qquad
q_i(t+1)=\max\{0,q_i(t)+a_i(t)-s_i(t)\}.
\]
Interference is encoded by a non-negative matrix \(W\), clique feasibility is enforced by \(\sum_{i\in\mathcal C}x_i(t)\le 1\), and the NOS kernel injects delayed neighbour spikes through \(g\sum_j w_{ij}S_j(t-\Delta)\). The proportional-fair grant head smooths requests,
\[
r_i(t)=(1-\zeta)r_i(t-1)+\zeta S_i(t),
\]
attenuates them by delayed neighbour activity,
\[
\tilde r_i(t)=\frac{r_i(t)}{1+\sum_j w_{ij}S_j(t-\Delta)},
\]
and computes PF weights
\[
w_i(t)=\frac{\tilde r_i(t)\mu_i(t)}{\bar r_i(t)+\varepsilon}.
\]
Continuous per-clique allocations are then normalised and mapped to integer PRBs through floor, drop, renormalise, and water-fill steps.

The scheduler’s analysis defines the delay-dependent threshold \(k_\star(\Delta)\), the spectral margin \(\delta\), and a sufficient test of \(\delta>0\) for geometric ergodicity. Under that margin, backlog and delay tails satisfy sub-Gaussian bounds. The numerical study uses \(a=1.0\), \(b=0.9\), \(\bar d=0.30\), hence \(k_\star(0)=0.60\), and examines pair2, line4, and ring8 topologies over \(\Delta\in\{5,12,20\}\) ms. With a single gain fixed at worst \(\rho(W)\) and \(\Delta=20\) ms, NOS sustains the highest utilisation AUC, the smallest \(99.9\)th-percentile delay, and clique-feasible integer PRBs under a \(120\,\mu\mathrm{s}\) per-slot DU budget [2510.11291].

NOS-Gate adapts the same design to metadata-only streaming intrusion detection on encrypted traffic. It instantiates a discrete-time NOS unit per directed five-tuple flow with window length \(\Delta t=250\) ms. The evidence drive is
\[
E_{i,t}=\zeta\|\hat x_{i,t}\|_p,
\]
where \(\hat x_{i,t}\) is obtained by causal online \(z\)-scoring, and optional neighbour coupling is
\[
I_{i,t}=g\sum_{j\in\mathcal N(i)}w_{ij}S_{j,t-L_{ij}}.
\]
Main results use \(g=0\). The event surrogate is a bounded sigmoid
\[
S_{i,t}=\sigma_k(v_{i,t}-\theta),
\]
and the score is
\[
s_{i,t}=\eta_1S_{i,t}+\eta_2u_{i,t},
\]
with \(\eta_2=0\) in the main experiments.

Actionability is determined by a \(K\)-of-\(M\) persistence rule,
\[
z_{i,t}=
\mathbf{1}\!\left\{
\sum_{\tau=t-M+1}^{t}\mathbf{1}\{s_{i,\tau}\ge \vartheta_i\}\ge K
\right\},
\]
with defaults \(K=3\), \(M=8\). Thresholds are set label-free by burn-in quantiles,
\[
\vartheta_i=\mathrm{Quantile}_q\bigl(\{s_{i,t}: t=0,\dots,H_{\mathrm{burn}}-1\}\bigr),
\]
using \(q\in\{0.99,0.999\}\), after which they are frozen for test. When \(z_{i,t}=1\), NOS-Gate applies reversible weighted-fair-queueing mitigation by reducing the flow weight from \(\omega_0\) to \(\omega_-=\alpha\omega_0\), \(0<\alpha<1\). At an achieved \(0.1\%\) false-positive operating point, NOS-Gate attains incident recall \(0.952\) versus \(0.857\) for the best baseline in those runs, reduces mean \(p99.9\) queueing delay by approximately \(3.24\) ms and mean \(p99.9\) collateral delay by approximately \(3.16\) ms across worlds, and has mean scoring cost of approximately \(2.09\,\mu\mathrm{s}\) per \((\mathrm{flow},\mathrm{window})\) row on CPU [2601.00389].

## 6. Broader interpretations across spiking research

Outside networking proper, the supplied literature uses NOS for several distinct but related ideas. In the neural-sampling framework of noisy spiking neurons, NOS is a later conceptual label for designing computations at the level of the stationary distribution \(p(x)\propto \exp(-E(x))\) over spike-defined states, using modular motifs such as WTA and OR circuits to add linearly to the energy. There, noise is a computational resource, precise spike timing rather than rate alone is central, and deterministic off-transitions create asymmetric dynamics that can cross high-energy barriers more readily than symmetric Gibbs sampling [1412.5862].

In the optical coherent Ising-machine work, NOS denotes joint design of network coupling and spiking regimes for combinatorial optimisation. Each neuron is a coupled pair of a DOPO pulse and a dissipative pulse with antisymmetric intra-neuron coupling, and the digital measurement-and-feedback path applies
\[
I_i^{\mathrm{ext}}=\tanh\!\left(\varepsilon\sum_j J_{ij}x_j\right).
\]
The stated rationale is that the saturating nonlinearity mitigates amplitude heterogeneity, while the gain, dissipation, and coupling schedules move the system across Hopf bifurcation boundaries to destabilise local minima. Empirically, the SNN-CIM is reported to approach best-known values on 800-node GSET Max-Cut instances and to outperform simulated annealing, conventional CIM, and CIM with sigmoid filtering on more irregular 2000-node instances [2208.07502].

In hardware and training work, NOS is again broadened. SpikeX defines it as shaping an SNN’s spatiotemporal spike activity and layer topology so the accelerator can reuse multi-bit synaptic weights across time and space, skip work on zeros, and sustain high array utilisation under unstructured sparsity; its joint network–hardware co-optimisation reports \(15.1\times\) to \(150.87\times\) reduction in energy–delay product without compromising model accuracy [2505.12292]. Time-to-first-spike deep SNNs provide another related viewpoint: constant-slope TTFS mapping preserves the training trajectory equivalence with ReLU ANNs, supports global spike minimisation, and yields less than \(0.3\) spikes per neuron while matching ANN performance on multiple datasets [2306.08744]. Information-theoretic training of stochastic spiking neurons frames NOS as joint optimisation of task likelihood, entropy or stability, and efficiency through explicit point-process objectives, while multi-objective genetic optimisation of cortical SNNs treats network connectivity as the search space for target excitatory and inhibitory firing regimes, often favouring sparse connectivity [1602.04742][2105.06824].

Taken together, these uses show that NOS is not a single universal formalism across all spiking research. The networking model of [2509.23516] is the most explicit and self-contained instantiation: a bounded two-state dynamical unit with queue semantics, differentiable resets, and topology-aware stability rules. The broader literature applies the same phrase, or an explicitly retrospective label, to network-level optimisation of spiking dynamics under other objectives: energy-landscape shaping, optimisation search, accelerator efficiency, statistical learning, or population-level activity control [1412.5862][2505.12292]. A plausible implication is that the common denominator is not one canonical set of equations, but the deliberate co-design of spiking dynamics with network structure, constraints, and operational objectives.

Source: https://www.emergentmind.com/topics/network-optimised-spiking-nos