---
title: Inference-time Plasticity Explained
url: https://www.emergentmind.com/topics/inference-time-plasticity
type: topic
---

# Inference-time Plasticity Explained

Inference-time plasticity denotes regimes in which synaptic efficacies or other adaptive parameters continue to change during ongoing operation, so that learning-like state change is part of the inference process rather than being confined to an offline training stage. In the literature, the plastic variable may be the momentary synaptic efficacy \(W_i(t)\propto w U R\) induced by short-term synaptic plasticity in spiking Boltzmann-style samplers, a short-term component \(\boldsymbol{F}^{(k)}_t\) added to resting weights \(\boldsymbol{W}^{(k)}\), continuously evolving STDP weights in unsupervised spiking networks, readout weights updated millisecond-by-millisecond in a timing decoder, or fast weights \(w_l(t)\) added to static Transformer parameters \(\tilde W_l\) within a sequence [1709.08166, 2009.06808, 2407.10028, 2510.14382, 2510.21908]. The unifying feature is that the system’s effective input–output map is altered online by local or structured plastic dynamics; the main exclusions are settings in which plasticity is used only to construct a fixed inference circuit prior to evaluation [2512.23728].

## 1. Conceptual scope and definitional boundaries

The term covers several distinct but related operational regimes. In the strongest sense, synapses or fast weights are updated while samples, tokens, or sensorimotor streams are being processed, with no separation between “learning” and “using” the model. Short-term synaptic plasticity in spiking generative networks is an instance of this strict form: the long-term weight matrix remains fixed, but instantaneous synaptic efficacy changes online and transiently during sampling, thereby reshaping the current energy landscape [1709.08166]. Sequence-level fast weights in decoder-only Transformers are another direct instance: a plastic component \(w_l(t)\) is initialized at the start of each sequence and updated at each step, so adaptation occurs inside the forward pass [2510.21908].

A weaker, hybrid sense appears in models that retain an explicit train/test distinction within trials yet still rely on cumulative online plasticity across nonstationary operating regimes. In the reservoir spiking model for joint “what” and “when” prediction, the “when” decoder learns online within trials, the “what” decoder is consolidated offline at trial end, and cue-only evaluation disables learning during the test phase; nevertheless, the weights are carried forward across blocks, permitting adaptation after block switches without resetting the architecture [2510.14382]. This suggests that inference-time plasticity can be localized to one computational pathway rather than being a property of the entire model.

The boundary with adjacent notions is important. “Spike-Timing-Dependent Plasticity for Bernoulli Message Passing” uses STDP to train spiking modules that later implement sum-product updates for Bernoulli messages, but after training the “training layer” is removed and the network is used as a fixed inference circuit; this is plasticity for constructing an inference machine, not plasticity as the inference process itself [2512.23728]. “A study on the plasticity of neural networks” uses the word plasticity in a different sense again: the ability of a pretrained network to remain capable of reaching a well-generalizing solution after further adaptation, with the central issue being loss of plasticity under pretraining rather than online synaptic change during inference [2106.00042].

A further extension appears in work that treats plasticity itself as the latent object to be inferred. The STEER framework separates fast within-session neural dynamics from slow session-to-session plastic change and formalizes the latter by a latent recurrence \(z_{k+1}=g_\theta(z_k,u_k)\), so that the plasticity rule becomes identifiable, interpretable, and predictive under new stimulation schedules [2603.00213]. This broadens the topic from online parameter updates to principled inference over the law governing adaptation.

| Regime | Plastic locus | Operational role |
|---|---|---|
| Local short-term synaptic dynamics | \(W_i(t)\propto w U R\) | Local reshaping of the current attractor landscape during sampling |
| Hybrid online/offline predictive coding | “when” readout weights | Online within-trial timing adaptation with offline “what” consolidation |
| Sequence-level fast weights | \(W_l(t)=\tilde W_l+w_l(t)\) | Rapid task-specific adaptation inside a sequence |

## 2. Short-term synaptic dynamics in probabilistic inference

A central line of work treats inference-time plasticity as transient modification of effective synaptic strength during probabilistic sampling. In “Spiking neurons with short-term synaptic plasticity form superior generative networks,” the reference probabilistic model is a Boltzmann machine with binary states \(z_k\in\{0,1\}\) and distribution
\[
B(z \mid W,b)=Z^{-1}\exp[-\beta E(z)], \qquad E(z)=-\frac{1}{2} z^T W z - z^T b.
\]
The spiking implementation uses conductance-based leaky integrate-and-fire neurons in the high-conductance state, where strong balanced Poisson background input makes firing probability approximately logistic. The membrane potential obeys
\[
m \frac{d u}{d t} = l (l-u) + syn,
\]
with synaptic input
\[
syn(t) = \sum_s \sum_i W_i(t)\,(rev_i-u)\exp\!\left[-(t-t^s)/syn\right],
\]
and activation in the high-conductance state approximates
\[
p(z_k=1) \approx \sigma(\alpha f_k - \beta).
\]
Within this mapping, short-term plasticity is modeled by the Tsodyks–Markram equations, with postsynaptic impact \(P \propto w\cdot U\cdot R\),
\[
\frac{dR}{dt} = \frac{1-R}{rec} - U\,R\,\delta(t-t_s), \qquad
\frac{dU}{dt} = -\frac{U}{fac} + U_0(1-U)\,\delta(t-t_s).
\]
The key claim is that the plastic variable is the instantaneous synaptic efficacy during processing, not the long-term learned weight matrix; STP therefore acts as a local, spike-triggered, transient inference-time mechanism [1709.08166].

Its functional role is formulated as a local alternative to tempering. In multimodal generative models trained on structured data, deep attractor basins and high energy barriers impair mixing. Simulated tempering, adaptive simulated tempering, and CAST address this by globally altering inverse temperature \(\beta_T\), but they require extra computation, global state changes, and many samples that are not valid at the target temperature. STP instead weakens the attractor currently being visited by affecting only the efferent connections of simultaneously active neurons. Rather than flattening the entire energy landscape, it locally reshapes the landscape around the current state, functioning as an activity-dependent self-tempering process [1709.08166].

The quantitative results support that interpretation. In a 10-neuron target distribution, the Kullback–Leibler divergence between sampled and target distributions was minimized for STP settings around \(rec\approx 15\) ms, close to the synaptic time constant \(syn=10\) ms, and static synapses were not optimal. On the hard bar-image dataset, the STP network could still mix whereas ordinary Gibbs sampling often remained stuck; in the easy case, both mixed, but Gibbs spent about \(100\) times longer in the same mode before switching. On MNIST, a 3-layer hierarchical network with \(784\) visible, \(600\) hidden, and \(10\) label units, using \(U_0=0.01\) and \(rec=280\) ms, showed faster growth of the indirect sampling likelihood, more diverse samples after \(10^3\) samples (about \(10\) s biological time), and similar long-run ISL to Gibbs after \(>10^5\) samples. Discriminative performance changed little: Gibbs reached \(93.4\%\) test accuracy and the STP spiking network \(93.2\%\). Under imbalanced digit frequencies, the spiking network generated a more even class distribution over \(16{,}000\) samples and more balanced ambiguous completions than Gibbs or AST, indicating faster access to minority modes in finite-time inference [1709.08166].

A second formalization links inference-time plasticity directly to Bayes-optimal prediction in dynamic environments. “Optimality of short-term synaptic plasticity in modelling certain dynamic environments” decomposes synaptic efficacy as
\[
\boldsymbol{G}^{(k)}_t=\boldsymbol{W}^{(k)}+\boldsymbol{F}^{(k)}_t,
\]
where \(\boldsymbol{W}^{(k)}\) is a resting weight and \(\boldsymbol{F}^{(k)}_t\) is a dynamic short-term component updated online by
\[
\Delta\boldsymbol{F}^{(k)}_t=\gamma \boldsymbol{X}_t Q^{(k)}_t, \qquad
\frac{d \boldsymbol{F}^{(k)}_t}{dt}=-\lambda \boldsymbol{F}^{(k)}_t.
\]
The central claim is that for environments whose observations transform continuously but randomly over time, the Bayes-optimal predictor or inferencer is equivalent to short-term spike-timing-dependent plasticity. In this view, recent input pulls the synapse toward the current observation, after which the synapse relaxes back toward its resting state. On OMNIST, an SNN trained on static MNIST achieved \(88.49\% \pm 0.12\%\) on MNIST test data, dropped to \(61.10\% \pm 0.48\%\) on OMNIST without ST-STDP, and rose to \(87.90\% \pm 0.29\%\) on OMNIST with ST-STDP enabled during inference; the same setup outperformed MLP, CNN, RNN, and LSTM baselines reported for that benchmark [2009.06808].

## 3. Predictive timing, probability, and hybrid online plasticity in spiking reservoirs

Inference-time plasticity also appears as pathway-specific online readout learning. In “Joint encoding of ‘what’ and ‘when’ predictions through error-modulated plasticity in reservoir spiking networks,” the substrate is a \(1{,}000\)-neuron heterogeneous Izhikevich spiking reservoir with about \(80\%\) excitatory and \(20\%\) inhibitory neurons, fixed recurrent weights, sparse Dale-consistent connectivity, double-exponential synapses, and a \(1\) ms integration step. The reservoir itself is not plastic; plasticity resides in the readouts. The “when” pathway uses an error-modulated, attention-gated three-factor Hebbian rule built from presynaptic state \(r(t)\), signed timing error \([y_{\text{when}(t)}-Z_{\text{when}(t)}]\), an attention gate \(G(t)\), and a mask \(P_{\text{mask}}\). The “what” pathway is updated offline at trial end from the post-cue average reservoir state \(\bar r\) [2510.14382].

The model explicitly splits the prediction object into fast and slow learning timescales. “When” learns online within trials; “what” learns offline at trial end. The combined prediction is
\[
Z_{\text{prediction object}(t)} = Z_{\text{what}} \times Z_{\text{when}(t)},
\]
so identity selects the channel, timing selects the moment, and the product yields a probability-weighted, time-localized expectation. Probability is encoded in readout magnitude rather than in a separate explicit scalar module: higher probability corresponds to stronger readout amplitude near the target window, and lower probability to weaker amplitude [2510.14382].

The operational significance is adaptation under nonstationarity. After a block switch, RMSE briefly rises and then rapidly reconverges; predictions relock to new timing windows and channel amplitudes shift to match new probabilities. The model rapidly adapts to timing changes such as \([30,90]\) ms to \([90,30]\) ms, to probability changes such as \(p(A)\) flipping from \(80\%\) to \(20\%\) or \(100\%\) to \(0\%\), and to combined timing/probability changes across blocks. This is contrasted with a “Gated FORCE” baseline trained by recursive least squares, which can fit stationary regimes but adapts poorly under repeated switches and may need explicit resets or forgetting. The local gated rule, by contrast, updates only synapses implicated by the active channel and time window and preserves drift-free recalibration across blocks [2510.14382].

The model is not uniformly inference-time-plastic. Each trial contains a training phase with cue plus teacher signal and learning enabled, immediately followed by a cue-only testing phase with learning disabled, and the reservoir state is never reset between trials. Thus the strongest inference-time-plastic component is the timing pathway during online operation, whereas identity/probability learning remains a trial-level consolidation step [2510.14382]. A plausible implication is that inference-time plasticity may be computationally most useful when restricted to variables that demand rapid temporal credit assignment.

## 4. Continuous unsupervised adaptation and recurrent self-organization

A more fully online formulation is provided by “Time-Integrated Spike-Timing-Dependent-Plasticity,” which proposes TI-STDP as a rule for continuous unsupervised adaptation to sensory input streams. TI-STDP is defined in terms of the last presynaptic spike time \(t_i\), the last postsynaptic spike time \(t_j\), the current time \(t\), and the current synaptic weight \(W^\ell_{ij}(t)\). The post-synaptic event-based scale factor is
\[
e^{(t_j - t) / \Delta t}.
\]
When there is a postsynaptic spike but the presynaptic neuron has been silent, the synapse decays according to
\[
\frac{dW^\ell_{ij}(t)}{dt} = -\gamma * e^{(t_j - t) / \Delta t} * W^\ell_{ij}(t).
\]
When there is presynaptic activity, the update becomes
\[
\frac{dW^\ell_{ij}(t)}{dt} = \frac{-\beta}{(t_i - t_j) / \Delta t - 0.5} * e^{(t_j - t) / \Delta t} * (1 - W^\ell_{ij}(t)).
\]
These are explicitly continuous-time evolution laws rather than event-local increments [2407.10028].

The theorem-level contribution is to establish closed-form synaptic trajectories between spike events. With both pre- and postsynaptic activity, the weight satisfies
\[
W(t) = 1 + (W(t_l) - 1)e^{\frac{\beta}{(t_i - t_j) / \Delta t - 0.5}(e^{(t_j - t_l) / \Delta t} - e^{(t_j - t) / \Delta t})},
\]
with corollaries stating potentiation for \(0<t_i\le t_j\) and depression for \(0<t_j<t_i\). With only postsynaptic activity,
\[
W(t) = W(t_l)e^{\gamma(e^{t_j - t} - 1)},
\]
and the corresponding corollary yields decay when \(0=t_i<t_j\). The rule therefore preserves the causal asymmetry of STDP while integrating updates over time and without maintaining explicit pre/post traces or large spike-history windows [2407.10028].

Its empirical emphasis is one-pass online learning. On MNIST, the model uses a Poisson spike encoding sensory layer, two hidden recurrent LIF layers, excitatory/inhibitory pairs with fixed local recurrent wiring, and plastic feedforward synapses. In a multi-pass regime of \(20\) epochs and about \(250{,}000\) image presentations, TR-STDP, EV-STDP, and TI-STDP achieved \(78.190 \pm 0.320\), \(84.983 \pm 0.937\), and \(82.093 \pm 0.478\) accuracy, respectively. In the one-pass online regime of \(50{,}000\) image presentations, TI-STDP performed best with \(70.123 \pm 1.131\), compared with \(68.973 \pm 0.626\) for TR-STDP and \(62.800 \pm 2.418\) for EV-STDP. The same work also reports deeper hierarchical self-organization in a patch-based model in which \(7\times 7\) patches are processed locally and assembled into part-whole representations [2407.10028].

Related recurrent self-organization is analyzed in “Resonances induced by Spiking Time Dependent Plasticity.” There the network is repeatedly driven by a periodic input \(u_n(t)=u_m(t+\Delta t_{mn})=u_n(t+T)\), and weights evolve under STDP plus homeostatic normalization. The crucial equilibrium relation is
\[
\mathbf{w}_{mn} = \left\lfloor \beta_S \langle x_m, x_n\rangle + \beta_A \langle x_m, \dot{x}_n\rangle \right\rfloor,
\]
together with the self-consistency equations
\[
x(t) = f\left(u(t) + [x * \mathbf{w}](t)\right), \qquad
\mathbf{w}(\Delta \theta) = \beta_A \left[x * \dot{x}\right](\Delta \theta) + \beta_S \left[x * x\right](\Delta \theta).
\]
For sparse peaked stimuli, the learned structure becomes phase-organized and feed-forward, increasing signal-to-noise ratio and sharpening temporal responses. This is an inference-time-plasticity setting in the sense that synapses change during ongoing exposure to the same stimulus, improving representation without labels or offline retraining [2006.08537].

## 5. Dynamical-systems, information-theoretic, and latent-rule formulations

Inference-time plasticity can also be formulated as coupled neural–synaptic dynamics whose computational role depends on timescale separation. “Plasticity-induced multistability on fast and slow timescales enables optimal information encoding and spontaneous sequence discrimination” studies a stochastic rate model with excitatory and inhibitory population activities \(\bm{x}=(x_E,x_I)\), time-varying stimulus \(h(t)\), and a plasticity-controlled gain parameter \(\gamma\). Neural dynamics obey
\[
\tau \frac{d}{dt} \bm{x} = - \bm{r}\cdot\bm{x} + \hat{A}\,\bm{x} + \sqrt{2\tau}\,\hat{\sigma}\,\bm{\xi} + h(t)\,\bm{\Lambda},
\]
with
\[
\hat{A} = e^\gamma \begin{pmatrix} w & -kw \\ w & -kw \end{pmatrix},
\qquad
\tau_p \frac{d}{dt}\gamma = -\gamma + p\,x_E x_I.
\]
Here \(p>0\) is Hebbian and \(p<0\) anti-Hebbian. In the slow-plasticity regime \(\tau_p \gg \tau_h \gg \tau\), plasticity acts as a global modulator steering the system toward a mutual-information optimum. In the fast-plasticity regime \(\tau_h \gg \tau_p \gg \tau\), plasticity becomes stimulus-conditioned and can generate multistability, so that sequence order is encoded in the synaptic trajectory itself [2509.13867].

The information-theoretic analysis is explicit. For slow plasticity, mutual information between neural state and input is
\[
I_{\bm{x},h} = \sum_{i=0}^M \int d\bm{x}\, p_{\bm{x},i}\, \log_2 \frac{p_{\bm{x},i}}{p_{\bm{x}}\,p_i},
\]
with analytic lower and upper bounds derived from pairwise divergences of Gaussian mixture components. The information-maximizing operating point is summarized by
\[
\gamma_{\rm best} = \arg\max_\gamma I_{\bm{x},h}(\gamma), \qquad
p_{\rm best} = \gamma_{\rm best}/f(\gamma_{\rm best}).
\]
The phase diagram shows that either Hebbian or anti-Hebbian plasticity may become optimal depending on input projection \(\bm{\Lambda}=(\cos\lambda,\sin\lambda)\). In the fast regime, input-conditioned fixed points satisfy \(\gamma/p=f_i(\gamma)\), and sequence information
\[
I_{\bm{x},\mathcal{H}}
\]
is nonzero only when the sequence traverses a multistable region. The same work identifies an optimal variability \(\mathcal{V}_h=h_{\max}-h_{\min}\) for sequence discrimination at a given plasticity strength [2509.13867].

A complementary perspective treats plasticity not as an update rule chosen a priori but as a latent dynamical law inferred from longitudinal data. STEER separates within-session activity from across-session plastic change by representing session-specific recurrent connectivity as
\[
\mathbf{W}^k=\sum_{r=1}^{R} c_r^k\,\mathbf{a}_r\mathbf{b}_r^\top,
\]
with low-dimensional plasticity embedding
\[
\mathbf{z}^k = \text{PlasticityEncoder}\big(\mathbf{y}_{1:T}^k,\mathbf{u}_{1:T}^k\big)
\]
and slow recurrence
\[
\mathbf{z}^{k+1} = \mathbf{z}^{k} + \tau_z\left( \mathbf{W}_z \phi(\mathbf{z}^{k}) - \mathbf{z}^{k} + \mathbf{B}_u \bar{\mathbf{u}}^k + \mathbf{b}_z \right).
\]
The model is trained with a composite loss containing within-session prediction, slow-rule consistency, and smoothness terms, and can be rolled forward under counterfactual stimulation schedules by iterating \(g_\theta\) on latent plasticity states [2603.00213].

Its benchmarks establish that long-term plasticity can be treated as an identifiable dynamical object rather than as unconstrained parameter drift. On synthetic Lorenz systems, BCM-based networks, stimulation-induced task learning, and longitudinal Parkinsonian rat DBS recordings, STEER is reported to recover interpretable update equations, predict network adaptation under unseen stimulation schedules, and support improved intervention design [2603.00213]. This suggests a broader interpretation of inference-time plasticity: not only synapses changing during processing, but also formal inference over the rule by which repeated stimulation will continue to reshape the circuit.

## 6. Fast weights in Transformers and real-time hardware plasticity

The topic is not confined to spiking models. “Enabling Robust In-Context Memory and Rapid Task Adaptation in Transformers with Hebbian and Gradient-Based Plasticity” augments decoder-only Transformers with fast-weight modules in selected feed-forward layers:
\[
W_l(t) = \tilde{W}_l + w_l(t),
\]
where \(\tilde W_l\) are static meta-trained weights and \(w_l(t)\) are sequence-level fast weights initialized to zero at the start of each sequence. The Hebbian rule is
\[
w_{l}(t+1) = (1-\eta(t))w_{l}(t) + \eta(t)\,\alpha_{l} \circ \big(p_{l}(t)q_{l}^{\top}(t)\big),
\]
with learnable plasticity coefficients \(\alpha_l\) and neuromodulatory gate
\[
\eta(t) = \eta_{0}\,\sigma(\tilde{\eta}_{t}) \times \min\!\left(1,\frac{\text{max\_norm}}{\lVert\delta_t\rVert_2}\right).
\]
The gradient-based variant instead updates fast weights and biases using local gradients of an internally generated auxiliary loss \(L(t)\) [2510.21908].

The paper’s central distinction is between associative memory and online optimization. Hebbian plasticity writes correlations between presynaptic and postsynaptic activity into transient weights, whereas gradient-based plasticity performs a local gradient descent step on a self-generated objective. Both are trained in an outer loop while operating in an inner loop during the sequence. The reported results are task-dependent. On copying, gradient plasticity achieved loss \(0.352 \pm 0.021\) and recall \(0.745 \pm 0.011\), Hebbian plasticity loss \(0.345 \pm 0.009\) and recall \(0.727 \pm 0.007\), and the non-plastic baseline loss \(0.415 \pm 0.105\) and recall \(0.721 \pm 0.025\). On few-shot regression, gradient and Hebbian plasticity achieved MSE \(1.589 \pm 0.038\) and \(1.546 \pm 0.064\), versus \(1.997 \pm 0.266\) without plasticity. On 5-way 1-shot CIFAR-FS and Omniglot classification, the table values are \(0.274 \pm 0.038\), \(0.319 \pm 0.017\), and \(0.289 \pm 0.028\) for CIFAR-FS, and \(0.201 \pm 0.012\), \(0.237 \pm 0.028\), and \(0.192 \pm 0.020\) for Omniglot, for gradient, Hebbian, and non-plastic variants respectively. By contrast, on cue–reward association the static Transformer performed best, with validation/query losses \(0.027 \pm 0.010\) and \(0.053 \pm 0.020\), compared with \(0.035 \pm 0.008\) and \(0.064 \pm 0.020\) for gradient plasticity and \(0.037 \pm 0.014\) and \(0.065 \pm 0.036\) for Hebbian plasticity [2510.21908].

The mechanistic analysis concerns the learned modulatory signal. Gradient plasticity maintains relatively large, persistent \(\eta(t)\), while Hebbian plasticity is sharply gated around salient events and near zero otherwise. Reported mean values include \(\eta(t)\approx 8.4\times 10^{-2}\) for gradient plasticity and \(\eta(t)\approx 4.3\times 10^{-4}\) for Hebbian plasticity on copying, and approximately \(0.116\) and \(0.061\) on CIFAR-FS. The same work reports that extending the copying task to \(8\) layers makes gradient plasticity unstable, with divergence after about \(3000\) steps and plastic norms exploding above \(10^2\), whereas Hebbian plasticity remains stable but saturates [2510.21908].

A hardware-oriented realization appears in “FireFly-P: FPGA-Accelerated Spiking Neural Network Plasticity for Robust Adaptive Control.” There the plasticity rule itself is optimized offline and then executed online on FPGA. The learned local rule combines associative, presynaptic, postsynaptic, and decay terms, with exponentially decaying spike traces
\[
S(t) = \lambda S(t-1) + s(t).
\]
The architecture uses a Forward Engine for SNN inference, a Plasticity Engine for online weight updates, a Scheduler, and BRAM-based state storage. Neuron dynamics are implemented as
\[
V(t) = V(t-1) + \frac{1}{\tau_m}(I(t)-V(t-1)),
\]
with \(\tau_m=2\), FP16 arithmetic, and pipelined overlap of inference and plasticity so that the forward engine sees the latest weights without double buffering [2601.21222].

The reported hardware metrics establish that inference-time plasticity can be implemented as a deterministic real-time pipeline. On a Xilinx Artix-7 Cmod A7-35T synthesized at \(200\) MHz with \(16\) processing elements, the design achieves an end-to-end latency of \(8\,\mu\)s for both inference and plasticity updates, consumes \(0.713\) W, and uses about \(10.9\)k LUTs, \(16.6\)k registers, \(20.5\) BRAMs, and \(47\) DSPs. For MNIST with a \(784\)-\(1024\)-\(10\) SNN, it achieves \(97.5\%\) accuracy and sustains \(32\) FPS end-to-end at \(200\) MHz, with the reported FPS including forward and learning stages pipelined together. In Brax continuous-control benchmarks on ant, half cheetah, and ur5e, the authors report faster adaptation and higher performance than SNNs with directly trained fixed synaptic weights [2601.21222].

## 7. Adjacent concepts, limitations, and recurrent misconceptions

A common misconception is to treat any use of plasticity in an inference model as inference-time plasticity. “Spike-Timing-Dependent Plasticity for Bernoulli Message Passing” is an explicit counterexample. It implements Bayesian inference on Forney-style factor graphs by training LIF modules with STDP to approximate Bernoulli-message updates for AND, OR, NOT, XOR, and equality factors, and the resulting outputs closely match analytical sum-product solutions. In a coding-theory example with binary symmetric channel cross-over probability \(\varepsilon=0.1\), the learned SNN approximates several exact messages closely, such as \(\overrightarrow{\mu}_z(z)\) with SP \(0.180\) versus SNN \(0.174\) and \(\overleftarrow{\mu}_{x_3}(x_3)\) with SP \(0.024\) versus SNN \(0.022\). Yet the paper is explicit that after training the network is run as a fixed inference circuit, so it is better understood as a precursor or adjacent work than as a direct example of online inference-time adaptation [2512.23728].

A second misconception is to conflate inference-time plasticity with the broader question of whether pretrained networks remain plastic. “A study on the plasticity of neural networks” defines plasticity as the ability to keep learning without degrading final generalization after pretraining. In its ResNet-18 experiment, pretraining on half of CIFAR-10 and then fine-tuning on the full training set yields worse test accuracy than training from scratch, even though both reach \(100\%\) training accuracy. The gap appears across Adam, RMSprop, SGD, and SGD with momentum; it can emerge after only \(5\)–\(10\) epochs of pretraining; it persists under smooth distribution shift and with larger architectures; and it is reduced by a \(10\times\) larger learning rate or by reinitializing the top part of the model [2106.00042]. This is not inference-time plasticity in the usual online-update sense, but it is relevant because repeated adaptation can consume the capacity for future adaptation.

The literature also contains broader or less standardized probabilistic formalisms. “Application and Computation of Probabilistic Neural Plasticity” proposes an additive short-term memory equation
\[
\Delta x_i = (\Delta x_i)_{\text{internal}} + (\Delta x_i)_{\text{excitatory}} + (\Delta x_i)_{\text{inhibitory}} + (\Delta x_i)_{\text{stimuli}},
\]
defines a degree of neural plasticity as
\[
DNP = \mathrm{Mode}([\Delta x_i]),
\]
and uses \(P(DNP\mid E,T)\) as the central inferential quantity. The same source notes that several Bayesian expressions are nonstandard or internally inconsistent. It is therefore best read as a conceptually related attempt to formalize input-conditioned plastic change, rather than as a settled mathematical foundation for inference-time plasticity [1907.00689].

The principal limitations reported across direct inference-time-plasticity models are heterogeneous. Short-term plasticity in spiking samplers primarily improves finite-time inference and does not preserve exact equivalence to the static Gibbs distribution over short runs, although discrepancies diminish for very long sampling times [1709.08166]. The reservoir prediction model is only partially online-plastic because the “what” pathway is consolidated offline and cue-only test evaluation disables learning [2510.14382]. FireFly-P relies on a simple local rule, careful scheduling, BRAM management, and mostly simulated robotics benchmarks, with the authors noting that more complex tasks may require richer plasticity and larger memories [2601.21222]. Plastic Transformers exhibit task-dependent benefits, clear boundary conditions where static weights suffice, and stability problems for deeper gradient-plastic stacks [2510.21908]. TI-STDP is motivated by online adaptation, but its classification evaluation disables plasticity at test time after unsupervised learning and label binding, so the reported gains primarily reflect better streaming representation learning rather than continual label-conditioned online correction [2407.10028].

Taken together, these works define inference-time plasticity not as a single mechanism but as a family of adaptive computation regimes. In some cases it is a local transient reshaping of an energy landscape; in others it is a Bayesian tracking rule, a continuous STDP process, a fast-weight inner loop, a real-time hardware update engine, or an inferred slow law of circuit reorganization. What unifies them is that the adaptive state is computationally active during operation, and the consequences are measured in mixing speed, robustness to nonstationarity, sequence discrimination, probability-weighted prediction, or rapid task adaptation rather than in offline training loss alone.

Source: https://www.emergentmind.com/topics/inference-time-plasticity