MATH · IN · MODELS
structures / Linear Structures / Finite-Lag Transport Tensor

Finite-Lag Transport Tensor

TOOLoperatornonlinearsource-centered-transportadvancedhow it's classified →

An empirically-estimated tensor G_delta summarizing how a recurrent network's own hidden-state trajectory transports over a fixed lag delta -- decomposing exactly into how much successor states disperse around their conditional mean (conditional-spread) and how far that mean itself moves (coherent-displacement), plus a rotational/circulation term -- distinct from a Jacobian-based linearization since it is a statistic of realized (source, successor) state pairs, not a local derivative.

Replicationcomputed from the corpus — never hand-assigned
1 paper1 architecture class1 domain1 model family
Filled = two or more values reported by papers that share no author — replication. Outlined = two or more values, but all from a single study — breadth, not replication. Grey = a single value. Derived from paper authorship and each model's architecture class, domain and family; it updates itself when a paper is added.

Definition

For a recurrent network’s hidden-state trajectory {Xt}\{X_t\}, and a fixed lag Δ\Delta, the finite-lag transport tensor GΔG_\Delta summarizes the conditional distribution of Xt+ΔX_{t+\Delta} given XtX_t, source-state by source-state. It decomposes exactly into tr(GΔ)=(conditional-spread trace)+(coherent-displacement trace)\mathrm{tr}(G_\Delta) = \text{(conditional-spread trace)} + \text{(coherent-displacement trace)} — the first term measuring dispersion of successor states around their own conditional mean, the second measuring how far that conditional mean has moved from the source — plus a separate antisymmetric statistic WΔρ\mathcal{W}_\Delta^\rho measuring net coordinate circulation (rotational flow not captured by either trace term). Reddy (2026) proves this decomposition holds exactly (not merely approximately) for any lag Δ\Delta and any recurrent architecture, then estimates all three quantities empirically from a real trained network’s own realized trajectories.

Intuition

Instead of asking “what is the network’s update rule doing locally, right now” (a Jacobian/fixed-point question), this asks “if I start at state XtX_t, where does the trajectory typically end up Δ\Delta steps later, how much does that vary, and does it also swirl around rather than moving straight there.” The three-way split (spread / coherent displacement / circulation) is analogous to decomposing fluid flow into diffusion, advection, and vorticity components.

Properties

  • An empirical, trajectory-based statistic, not a Jacobian linearization. Unlike Fixed-point dynamics analysis (which linearizes an update rule at a single fixed point) or Jacobian centroid extraction (a feedforward sub-network’s Jacobian row-sum), this tensor is estimated from the empirical joint distribution of (source, successor) state pairs actually visited by the network, over a chosen lag Δ\Delta — no linearization or analytic derivative is required.
  • Architecture-dependent even under parameter-count matching. On a repeat-copy task, real trained Elman networks show a transport trace roughly 15% higher than GRU/LSTM networks of matched hidden size, a gap that persists (Elman-64 vs. capacity-matched GRU-36) after controlling for total parameter count — an architectural, not merely a capacity, effect.
  • Phase-localizable. The trace decomposition can be computed separately for different phases of a task (e.g. the “write” phase vs. the “recall” phase of a repeat-copy task), localizing where in a sequence-processing task architectures diverge most in their transport behavior.

Key papers

  • Reddy (2026). Finite-Lag Operator Geometry of Recurrent Representations. arXiv:2607.01746 — introduces this tensor and its exact spread/displacement/circulation decomposition, applied to real gradient-trained Elman, GRU and LSTM networks (hidden sizes 64, plus a capacity-matched GRU-36 control) solving a repeat-copy task with near-perfect recall accuracy (0.9999-1.000). See Finite-lag transport tensor analysis and reddy-2026-elman-networks-have-a-15-percent-higher-finite-lag-transport-trace-than-capacity-matched-gru-and-lstm-networks-on-a-real-repeat-copy-task.

Found in (1 observation · 1 family)

Reddy (2026) custom toy RNNs (Elman/GRU/LSTM, repeat-copy task)

Finite-Lag Operator Geometry of Recurrent Representations (2026)measured

Elman networks show ~15% higher finite-lag transport trace than GRU/LSTM

Details

- Reddy proves an exact decomposition of the finite-lag transport tensor into a conditional-spread trace, a coherent-displacement trace, and an antisymmetric circulation statistic, estimated from gradient-trained Elman/GRU/LSTM networks on a repeat-copy task (recall 0.9999-1.000). [reddy-2026-finite-lag-operator-geometry] - Elman's transport trace runs ~15% higher than GRU's and LSTM's (tr(G_Delta) Elman 1.0085+/-0.0008 vs GRU 0.8673+/-0.0076, LSTM 0.8815+/-0.0035), with a larger 16-26% gap in the coherent-displacement trace. [reddy-2026-finite-lag-operator-geometry] - The gap survives a capacity-matched control (Elman-64 vs GRU-36: 1.013 vs 0.858), ruling out parameter count, and localizes to specific task phases (write vs recall). [reddy-2026-finite-lag-operator-geometry] - Observational (an empirical trajectory statistic), not a causal intervention. [reddy-2026-finite-lag-operator-geometry]

models: Custom Elman RNN (hidden size 64, repeat-copy task), Custom GRU (hidden size 64, repeat-copy task), Custom LSTM (hidden size 64, repeat-copy task), Custom GRU (hidden size 36, capacity-matched control, repeat-copy task) · method: Finite-lag transport tensor analysis