Wave Function Backpropagation with Explicit Temporal-Interval Dynamics

arXiv cs.AI Papers

Summary

This paper introduces Wave Function Backpropagation (WFB), a wave-parameterized learning formulation that explicitly models temporal intervals to improve neural network performance in trajectory prediction, achieving up to 20.4% reduction in average displacement error.

arXiv:2609.00503v1 Announce Type: new Abstract: Conventional neural networks learn predominantly through affine transformations followed by nonlinear activations, while elapsed time is often treated as an auxiliary feature or assumed to be uniformly sampled. This paper introduces Wave Function Backpropagation (WFB), a wave-parameterized learning formulation in which neural responses are represented by learnable amplitude, wavenumber, angular frequency, and phase. The formulation associates an observed state with its temporal interval Delta t through the phase of a differentiable spatiotemporal wave. We derive standard WFB gradients and a spatial-curvature correction based on the Laplacian of the wave response. WFB is instantiated in a deliberately feed-forward trajectory predictor to provide a controlled proof of concept; sequence learning is outside the scope of the present evaluation. With motion features, STD-WFB using real intervals reduces average displacement error (ADE) by 20.4% relative to the original FFN baseline. In a new position-only evaluation that removes temporal leakage through precomputed velocity and acceleration, real-interval WFB reduces ADE by 10.4% relative to the original FFN and remains competitive with parameter-matched ReLU controls, obtaining 2.1% lower mean ADE than the matched FFN with explicit Delta t. Shuffled-interval WFB attains the lowest mean ADE, indicating that the present evidence supports the effectiveness of the wave representation but does not attribute the gain to interval alignment. These results establish WFB as a viable structured feed-forward learning formulation and define a clear basis for subsequent architectural studies.
Original Article
View Cached Full Text

Cached at: 09/02/26, 06:05 AM

# Wave Function Backpropagation with Explicit Temporal-Interval Dynamics
Source: [https://arxiv.org/html/2609.00503](https://arxiv.org/html/2609.00503)
Byunggu YuAffiliation:Dept\. of Computer Science and Information TechnologyAffiliation:University of the District of Columbia

###### Abstract

Conventional neural networks learn predominantly through affine transformations followed by nonlinear activations, while elapsed time is often treated as an auxiliary feature or assumed to be uniformly sampled\. This paper introduces Wave Function Backpropagation \(WFB\), a wave\-parameterized learning formulation in which neural responses are represented by learnable amplitude, wavenumber, angular frequency, and phase\. The formulation associates an observed state with its temporal intervalΔ​t\\Delta tthrough the phase of a differentiable spatiotemporal wave\. We derive standard WFB gradients and a spatial\-curvature correction based on the Laplacian of the wave response\. WFB is instantiated in a deliberately feed\-forward trajectory predictor to provide a controlled proof of concept; sequence learning is outside the scope of the present evaluation\. With motion features, STD\-WFB using real intervals reduces average displacement error \(ADE\) by 20\.4% relative to the original FFN baseline\. In a new position\-only evaluation that removes temporal leakage through precomputed velocity and acceleration, real\-interval WFB reduces ADE by 10\.4% relative to the original FFN and remains competitive with parameter\-matched ReLU controls, obtaining 2\.1% lower mean ADE than the matched FFN with explicitΔ​t\\Delta t\. Shuffled\-interval WFB attains the lowest mean ADE, indicating that the present evidence supports the effectiveness of the wave representation but does not attribute the gain to interval alignment\. These results establish WFB as a viable structured feed\-forward learning formulation and define a clear basis for subsequent architectural studies\.

*K*eywordsWave Function Backpropagation, wave\-based neural networks, explicit temporal intervals, curvature regularization, trajectory prediction

## 1Introduction

Modern neural networks are largely built from affine transformations of the formW​x\+bWx\+bfollowed by nonlinear activation functions\[[1](https://arxiv.org/html/2609.00503#bib.bib4)\]\. By composing these operations, deep networks can approximate complex input–output mappings and have achieved strong performance across vision, language, and sequential prediction\. Nevertheless, the standard formulation does not provide a dedicated mechanism for representing elapsed time\. In many applications, time is represented only by an observation index, appended as an ordinary feature, or absorbed indirectly into changes between consecutive states\. These choices can be adequate under uniform sampling, but they provide no explicit parameterization of how a neural response should evolve when observation intervals vary\.

Irregular temporal intervals arise in many settings, including asynchronous sensing, missed observations, event\-based measurements, healthcare records, and physical motion\. Existing approaches address this problem through time\-dependent decay, continuous\-time latent dynamics, or controlled differential equations\[[2](https://arxiv.org/html/2609.00503#bib.bib14),[3](https://arxiv.org/html/2609.00503#bib.bib15),[4](https://arxiv.org/html/2609.00503#bib.bib16)\]\. These methods have substantially advanced irregular time\-series modeling\. However, they do not define a general wave\-parameterized learning rule in which an elapsed interval directly changes the phase of a learnable neural response\.

This paper introduces Wave Function Backpropagation \(WFB\), a learning formulation that represents a neural component using amplitude, wavenumber, angular frequency, and phase\. For spatial inputxxand temporal intervalΔ​t\\Delta t, the response is modeled through a phase termk​x−ω​Δ​t−θkx\-\\omega\\Delta t\-\\theta\. The interval therefore affects the activation through a structured phase displacement rather than only through feature concatenation\. WFB remains trainable by gradient descent because all wave parameters are differentiable with respect to a task loss\.

The purpose of this work is to establish the mathematical formulation and an initial empirical proof of concept for WFB\. Trajectory prediction is used as the validation task rather than as the scope of the proposed framework\. It is particularly suitable for this initial study because position changes and elapsed time have a direct physical relationship, and irregular frame gaps provide observableΔ​t\\Delta tvalues\. To isolate the effect of the proposed wave representation, we intentionally use a feed\-forward network \(FFN\) rather than introducing recurrent memory, attention, or a task\-specific interaction module\. This controlled setting helps distinguish gains due to WFB from gains due to a stronger sequence architecture\.

The contributions of this work are as follows:

- •We formulate WFB as a differentiable wave\-parameterized learning mechanism in which spatial input and explicit temporal intervals interact through learnable amplitude, wavenumber, angular frequency, and phase\.
- •We derive standard task\-gradient updates and a Laplacian\-based curvature regularizer for the wave parameters, yielding standard, Laplacian\-only, and combined standard–Laplacian variants\.
- •We provide a controlled feed\-forward validation with real, shuffled, and constantΔ​t\\Delta t, position\-only temporal controls, and parameter\-matched ReLU baselines\. These experiments separate the effectiveness of the complete WFB representation from model capacity and from temporal information embedded in engineered motion features\.

The remainder of the paper is organized as follows\. Section[2](https://arxiv.org/html/2609.00503#S2)reviews related work\. Section[3](https://arxiv.org/html/2609.00503#S3)develops the wave representation\. Section[4](https://arxiv.org/html/2609.00503#S4)derives WFB and its curvature\-corrected variants\. Section[5](https://arxiv.org/html/2609.00503#S5)presents the feed\-forward proof\-of\-concept evaluation and discussion\. Section[6](https://arxiv.org/html/2609.00503#S6)concludes the paper and identifies directions for future work\.

## 2Related Work

### 2\.1Temporal Learning and Irregular Sampling

Recurrent neural networks and Backpropagation Through Time model ordered observations through recursive hidden\-state updates, but the recurrence index does not itself represent elapsed physical time\. Time\-aware extensions therefore modify hidden\-state decay or gating using observation gaps\. GRU\-D, for example, uses trainable decay mechanisms to handle missing observations and irregular intervals\[[2](https://arxiv.org/html/2609.00503#bib.bib14)\]\. Continuous\-time approaches instead model latent dynamics between observations\. Latent ODEs use ordinary differential equations to evolve hidden states over continuous time\[[3](https://arxiv.org/html/2609.00503#bib.bib15)\], while Neural Controlled Differential Equations represent irregular sequences as continuous paths that drive latent dynamics\[[4](https://arxiv.org/html/2609.00503#bib.bib16)\]\. These methods focus on state evolution or interpolation\. WFB is complementary: it investigates whether elapsed time can directly parameterize the phase of a learnable wave response\.

Backpropagation Through Time, adjoint\-based optimization, and biologically inspired continuous\-time learning methods such as Generalized Latent Equilibrium address temporal credit assignment in recurrent or dynamical systems\[[5](https://arxiv.org/html/2609.00503#bib.bib2)\]\. Physics\-Informed Neural Networks incorporate temporal variables through governing equations and residual constraints\[[6](https://arxiv.org/html/2609.00503#bib.bib5)\]\. Spiking Neural Networks encode information through temporally structured spike events and are trained using methods such as surrogate gradients and spatio\-temporal backpropagation\[[7](https://arxiv.org/html/2609.00503#bib.bib1),[8](https://arxiv.org/html/2609.00503#bib.bib3)\]\. In contrast to these approaches, WFB defines the activation itself as a differentiable wave and optimizes its field parameters directly from a task loss\.

### 2\.2Periodic and Wave\-Based Representations

Fourier features and sinusoidal implicit representations have demonstrated that periodic bases can represent high\-frequency or continuously varying signals effectively\[[9](https://arxiv.org/html/2609.00503#bib.bib19),[10](https://arxiv.org/html/2609.00503#bib.bib18)\]\. The present work differs in emphasis from fixed positional encodings or a generic sine activation: amplitude, spatial frequency, temporal frequency, and phase are exposed as learnable parameters of the same response, and an observed interval directly enters its phase\. A Laplacian\-derived term is additionally studied as a selected\-parameter curvature correction on the learned wave field\.

### 2\.3Trajectory Prediction as a Validation Task

Trajectory prediction estimates future coordinates from an observed history of agent positions\. Social\-LSTM introduced social pooling for pedestrian interactions, and Social\-GAN modeled multimodal socially acceptable futures\[[11](https://arxiv.org/html/2609.00503#bib.bib17),[12](https://arxiv.org/html/2609.00503#bib.bib13)\]\. More recent trajectory models emphasize interaction modeling, multimodality, attention, and motion priors\[[13](https://arxiv.org/html/2609.00503#bib.bib11),[14](https://arxiv.org/html/2609.00503#bib.bib12),[15](https://arxiv.org/html/2609.00503#bib.bib8),[16](https://arxiv.org/html/2609.00503#bib.bib9),[17](https://arxiv.org/html/2609.00503#bib.bib10)\]\. These task\-specific architectures are not the focus of the present study\. Instead, trajectory prediction provides a physically interpretable testbed for evaluating whether a wave\-parameterized activation can learn from spatial states and observed temporal intervals under a deliberately controlled FFN architecture\.

## 3Wave\-Parameterized Representation

### 3\.1From Static Activations to Spatiotemporal Waves

A conventional single\-hidden\-layer approximation can be written as

F⁡\(x\)=∑n=1Nan​σ​\(wn​x\+bn\),F\(x\)=\\sum\_\{n=1\}^\{N\}a\_\{n\}\\,\\sigma\(w\_\{n\}x\+b\_\{n\}\),\(1\)where each component applies an affine transformation followed by an activation function\. WFB instead represents each component as a parameterized harmonic response\. For a scalar spatial inputxxand elapsed temporal intervalΔ​t\\Delta t, the complex wave is

ψn​\(x,Δ​t\)\\displaystyle\\psi\_\{n\}\(x,\\Delta t\)=An​ei​ϕn,\\displaystyle=A\_\{n\}e^\{i\\phi\_\{n\}\},\(2\)ϕn\\displaystyle\\phi\_\{n\}=kn​x−ωn​Δ​t−θn,\\displaystyle=k\_\{n\}x\-\\omega\_\{n\}\\Delta t\-\\theta\_\{n\},whereAnA\_\{n\}is amplitude,knk\_\{n\}is wavenumber,ωn\\omega\_\{n\}is angular frequency, andθn\\theta\_\{n\}is phase\. The real\-valued response used by the network is

fn​\(x,Δ​t\)=An​cos⁡\(ϕn\)\.f\_\{n\}\(x,\\Delta t\)=A\_\{n\}\\cos\(\\phi\_\{n\}\)\.\(3\)A wave layer withNNcomponents produces

F⁡\(x,Δ​t\)=∑n=1Nfn​\(x,Δ​t\)\.F\(x,\\Delta t\)=\\sum\_\{n=1\}^\{N\}f\_\{n\}\(x,\\Delta t\)\.\(4\)For vector inputs,kn​xk\_\{n\}xis replaced by an inner product𝐤n⊤​𝐱\\mathbf\{k\}\_\{n\}^\{\\top\}\\mathbf\{x\}\. Thus,

fn​\(𝐱,Δ​t\)=An​cos⁡\(𝐤n⊤​𝐱−ωn​Δ​t−θn\)\.f\_\{n\}\(\\mathbf\{x\},\\Delta t\)=A\_\{n\}\\cos\\\!\\left\(\\mathbf\{k\}\_\{n\}^\{\\top\}\\mathbf\{x\}\-\\omega\_\{n\}\\Delta t\-\\theta\_\{n\}\\right\)\.\(5\)Equation \([5](https://arxiv.org/html/2609.00503#S3.E5)\) is the practical formulation used in a neural layer\. It directly associates the state𝐱\\mathbf\{x\}with the elapsed intervalΔ​t\\Delta tthrough phase\. Importantly, the temporal interval is not claimed to encode sequence order by itself; it represents elapsed time associated with the current observation\. Learning ordered temporal dependencies requires an additional propagation mechanism, which is left for future recurrent or attention\-based WFB architectures\.

### 3\.2Separable Spatial and Temporal Amplitudes

The implementation evaluated in this paper uses a separable amplitude

An=Ax​n​At​n,A\_\{n\}=A\_\{xn\}A\_\{tn\},\(6\)which allows spatial and temporal contributions to be optimized separately\. The component response becomes

fn​\(x,Δ​t\)\\displaystyle f\_\{n\}\(x,\\Delta t\)=Ax​n​At​n​cos⁡\(ϕn\),\\displaystyle=A\_\{xn\}A\_\{tn\}\\cos\(\\phi\_\{n\}\),\(7\)ϕn\\displaystyle\\phi\_\{n\}=kn​x−ωn​Δ​t−θn\.\\displaystyle=k\_\{n\}x\-\\omega\_\{n\}\\Delta t\-\\theta\_\{n\}\.This factorization is an architectural choice rather than a requirement of WFB\. A single amplitude or vector\-valued amplitudes may be used in other implementations\.

### 3\.3Learnable Parameters

Unlike a conventional layer that primarily optimizes weights and biases, a WFB component optimizes the field parameters

Θn=\{Ax​n,At​n,kn,ωn,θn\}\.\\Theta\_\{n\}=\\\{A\_\{xn\},A\_\{tn\},k\_\{n\},\\omega\_\{n\},\\theta\_\{n\}\\\}\.\(8\)The amplitude determines response magnitude,knk\_\{n\}determines sensitivity to the spatial input,ωn\\omega\_\{n\}determines phase change per unit elapsed time, andθn\\theta\_\{n\}determines phase offset\. These parameters are learned jointly with the remaining network parameters using the task objective\.

## 4Wave Function Backpropagation

Letℒ\\mathcal\{L\}denote the task loss and define the upstream derivative

δn=∂ℒ∂fn\.\\delta\_\{n\}=\\frac\{\\partial\\mathcal\{L\}\}\{\\partial f\_\{n\}\}\.\(9\)For clarity, the following derivation uses the scalar form in Eq\. \([7](https://arxiv.org/html/2609.00503#S3.E7)\); the vector form follows by replacingxxwith𝐱\\mathbf\{x\}andknk\_\{n\}with𝐤n\\mathbf\{k\}\_\{n\}\.

### 4\.1Standard WFB Gradients

The partial derivatives of the wave response are

∂fn∂Ax​n\\displaystyle\\frac\{\\partial f\_\{n\}\}\{\\partial A\_\{xn\}\}=At​n​cos⁡\(ϕn\),\\displaystyle=A\_\{tn\}\\cos\(\\phi\_\{n\}\),\(10\)∂fn∂At​n\\displaystyle\\frac\{\\partial f\_\{n\}\}\{\\partial A\_\{tn\}\}=Ax​n​cos⁡\(ϕn\),\\displaystyle=A\_\{xn\}\\cos\(\\phi\_\{n\}\),\(11\)∂fn∂kn\\displaystyle\\frac\{\\partial f\_\{n\}\}\{\\partial k\_\{n\}\}=−Ax​n​At​n​x​sin⁡\(ϕn\),\\displaystyle=\-A\_\{xn\}A\_\{tn\}x\\sin\(\\phi\_\{n\}\),\(12\)∂fn∂ωn\\displaystyle\\frac\{\\partial f\_\{n\}\}\{\\partial\\omega\_\{n\}\}=Ax​n​At​n​Δ​t​sin⁡\(ϕn\),\\displaystyle=A\_\{xn\}A\_\{tn\}\\Delta t\\sin\(\\phi\_\{n\}\),\(13\)∂fn∂θn\\displaystyle\\frac\{\\partial f\_\{n\}\}\{\\partial\\theta\_\{n\}\}=Ax​n​At​n​sin⁡\(ϕn\)\.\\displaystyle=A\_\{xn\}A\_\{tn\}\\sin\(\\phi\_\{n\}\)\.\(14\)Applying the chain rule gives

∂ℒ∂Ax​n\\displaystyle\\frac\{\\partial\\mathcal\{L\}\}\{\\partial A\_\{xn\}\}=δn​At​n​cos⁡\(ϕn\),\\displaystyle=\\delta\_\{n\}A\_\{tn\}\\cos\(\\phi\_\{n\}\),\(15\)∂ℒ∂At​n\\displaystyle\\frac\{\\partial\\mathcal\{L\}\}\{\\partial A\_\{tn\}\}=δn​Ax​n​cos⁡\(ϕn\),\\displaystyle=\\delta\_\{n\}A\_\{xn\}\\cos\(\\phi\_\{n\}\),\(16\)∂ℒ∂kn\\displaystyle\\frac\{\\partial\\mathcal\{L\}\}\{\\partial k\_\{n\}\}=−δn​Ax​n​At​n​x​sin⁡\(ϕn\),\\displaystyle=\-\\delta\_\{n\}A\_\{xn\}A\_\{tn\}x\\sin\(\\phi\_\{n\}\),\(17\)∂ℒ∂ωn\\displaystyle\\frac\{\\partial\\mathcal\{L\}\}\{\\partial\\omega\_\{n\}\}=δn​Ax​n​At​n​Δ​t​sin⁡\(ϕn\),\\displaystyle=\\delta\_\{n\}A\_\{xn\}A\_\{tn\}\\Delta t\\sin\(\\phi\_\{n\}\),\(18\)∂ℒ∂θn\\displaystyle\\frac\{\\partial\\mathcal\{L\}\}\{\\partial\\theta\_\{n\}\}=δn​Ax​n​At​n​sin⁡\(ϕn\)\.\\displaystyle=\\delta\_\{n\}A\_\{xn\}A\_\{tn\}\\sin\(\\phi\_\{n\}\)\.\(19\)These equations define standard WFB\. Theωn\\omega\_\{n\}gradient is explicitly scaled byΔ​t\\Delta t, causing observations separated by different elapsed intervals to produce different temporal\-frequency updates\.

### 4\.2Laplacian Curvature Regularization

To study whether curvature control stabilizes the learned wave field, we introduce a penalty based on the spatial Laplacian\. In one spatial dimension,

∂fn∂x\\displaystyle\\frac\{\\partial f\_\{n\}\}\{\\partial x\}=−kn​Ax​n​At​n​sin⁡\(ϕn\),\\displaystyle=\-k\_\{n\}A\_\{xn\}A\_\{tn\}\\sin\(\\phi\_\{n\}\),\(20\)Δx​fn=∂2fn∂x2\\displaystyle\\Delta\_\{x\}f\_\{n\}=\\frac\{\\partial^\{2\}f\_\{n\}\}\{\\partial x^\{2\}\}=−kn2​Ax​n​At​n​cos⁡\(ϕn\)=−kn2​fn\.\\displaystyle=\-k\_\{n\}^\{2\}A\_\{xn\}A\_\{tn\}\\cos\(\\phi\_\{n\}\)=\-k\_\{n\}^\{2\}f\_\{n\}\.\(21\)The curvature penalty is

𝒫\\displaystyle\\mathcal\{P\}=λ2​∑n=1N\(Δx​fn\)2\\displaystyle=\\frac\{\\lambda\}\{2\}\\sum\_\{n=1\}^\{N\}\(\\Delta\_\{x\}f\_\{n\}\)^\{2\}\(22\)=λ2​∑n=1Nkn4​fn2,\\displaystyle=\\frac\{\\lambda\}\{2\}\\sum\_\{n=1\}^\{N\}k\_\{n\}^\{4\}f\_\{n\}^\{2\},whereλ≥0\\lambda\\geq 0controls regularization strength\. For parametersq∈\{At​n,ωn,θn\}q\\in\\\{A\_\{tn\},\\omega\_\{n\},\\theta\_\{n\}\\\}, while treatingknk\_\{n\}as fixed in this correction branch,

∂𝒫∂q=λ​kn4​fn​∂fn∂q\.\\frac\{\\partial\\mathcal\{P\}\}\{\\partial q\}=\\lambda k\_\{n\}^\{4\}f\_\{n\}\\frac\{\\partial f\_\{n\}\}\{\\partial q\}\.\(23\)Substitution into Eq\. \([23](https://arxiv.org/html/2609.00503#S4.E23)\) gives the three correction components:

∂𝒫∂At​n\\displaystyle\\frac\{\\partial\\mathcal\{P\}\}\{\\partial A\_\{tn\}\}=λ​kn4​Ax​n2​At​n​cos2⁡\(ϕn\),\\displaystyle=\\lambda k\_\{n\}^\{4\}A\_\{xn\}^\{2\}A\_\{tn\}\\cos^\{2\}\(\\phi\_\{n\}\),\(24\)∂𝒫∂ωn\\displaystyle\\frac\{\\partial\\mathcal\{P\}\}\{\\partial\\omega\_\{n\}\}=λ​kn4​Δ​t​Ax​n2​At​n2​cos⁡\(ϕn\)​sin⁡\(ϕn\),\\displaystyle=\\lambda k\_\{n\}^\{4\}\\Delta t\\,A\_\{xn\}^\{2\}A\_\{tn\}^\{2\}\\cos\(\\phi\_\{n\}\)\\sin\(\\phi\_\{n\}\),\(25\)∂𝒫∂θn\\displaystyle\\frac\{\\partial\\mathcal\{P\}\}\{\\partial\\theta\_\{n\}\}=λ​kn4​Ax​n2​At​n2​cos⁡\(ϕn\)​sin⁡\(ϕn\)\.\\displaystyle=\\lambda k\_\{n\}^\{4\}A\_\{xn\}^\{2\}A\_\{tn\}^\{2\}\\cos\(\\phi\_\{n\}\)\\sin\(\\phi\_\{n\}\)\.\(26\)
Because Eq\. \([22](https://arxiv.org/html/2609.00503#S4.E22)\) is derived from spatial curvature, it should not be interpreted as a temporal Laplacian\. Its effect onωn\\omega\_\{n\}andθn\\theta\_\{n\}arises because these parameters also control the same spatiotemporal phase\. Thekn4k\_\{n\}^\{4\}factor increasingly penalizes high\-spatial\-frequency responses\.

### 4\.3Combined Standard–Laplacian WFB

The implementation treats the Laplacian term as a custom correction for the selected temporal parameters𝒬t=\{At​n,ωn,θn\}\\mathcal\{Q\}\_\{t\}=\\\{A\_\{tn\},\\omega\_\{n\},\\theta\_\{n\}\\\}rather than as a global loss differentiated through every network parameter\. Forq∈𝒬tq\\in\\mathcal\{Q\}\_\{t\}, the two correction modes are

gqlap\\displaystyle g\_\{q\}^\{\\mathrm\{lap\}\}=∂𝒫∂q,\\displaystyle=\\frac\{\\partial\\mathcal\{P\}\}\{\\partial q\},\(27\)gqcomb\\displaystyle g\_\{q\}^\{\\mathrm\{comb\}\}=∂ℒ∂q\+∂𝒫∂q\.\\displaystyle=\\frac\{\\partial\\mathcal\{L\}\}\{\\partial q\}\+\\frac\{\\partial\\mathcal\{P\}\}\{\\partial q\}\.\(28\)The wavenumber is held fixed in this correction branch, and all parameters outside𝒬t\\mathcal\{Q\}\_\{t\}continue to receive their supervised task gradients\. Standard WFB uses only∂ℒ/∂q\\partial\\mathcal\{L\}/\\partial q; Laplacian\-only WFB replaces the supervised gradients of the selected temporal parameters withgqlapg\_\{q\}^\{\\mathrm\{lap\}\}; and combined standard–Laplacian WFB usesgqcombg\_\{q\}^\{\\mathrm\{comb\}\}\. This formulation matches the implemented update and avoids interpreting the selected\-parameter correction as optimization of a global objectiveℒ\+𝒫\\mathcal\{L\}\+\\mathcal\{P\}\.

## 5Proof\-of\-Concept Evaluation

### 5\.1Evaluation Scope

This proof\-of\-concept evaluation addresses three questions\. First, does inserting a wave\-parameterized representation into a feed\-forward trajectory predictor improve accuracy relative to conventional FFNs? Second, does WFB remain competitive when temporal leakage through engineered velocity and acceleration is removed and model capacity is controlled? Third, how do the standard, Laplacian\-only, and combined standard–Laplacian update rules behave as the correction weightλ\\lambdachanges? All experiments use feed\-forward predictors to isolate the WFB representation\. Sequence learning, recurrent state propagation, attention, and comparison with specialized trajectory\-prediction systems are intentionally outside the scope of this study\.

### 5\.2Data Preparation and Temporal Intervals

We use ETH/UCY and JAAD\-style pedestrian and agent annotations\[[18](https://arxiv.org/html/2609.00503#bib.bib7),[19](https://arxiv.org/html/2609.00503#bib.bib6)\]\. Frame\-level detections are associated across frames to form pseudo\-trajectories\. To prevent overlapping windows from the same agent from appearing in different partitions, the data are split by the pair\(source,agent​\_​id\)\(\{\\rm source\},\{\\rm agent\\\_id\}\)before normalization and window extraction\. The resulting irregularly sampled set contains 425,090 frame\-level observations from 14,703 trajectories and 453,338 windows: 322,160 for training, 61,794 for validation, and 69,384 for testing\.

For observationii, the elapsed time is computed before normalization as

Δ​ti=Fi−Fi−1FPS,\\Delta t\_\{i\}=\\frac\{F\_\{i\}\-F\_\{i\-1\}\}\{\\mathrm\{FPS\}\},\(29\)whereFiF\_\{i\}andFi−1F\_\{i\-1\}are consecutive available frame indices for the same trajectory andFPS=2\.5\\mathrm\{FPS\}=2\.5\. Thus, missed detections and nonuniform frame gaps remain visible to the model\. The extracted intervals have mean0\.8420\.842, standard deviation0\.5510\.551, and range\[0\.398,10\.801\]\[0\.398,10\.801\]seconds\. Both the motion features andΔ​t\\Delta tare standardized using statistics estimated from the training partition only\.

Each observation is represented by

𝐱i=\[xi,yi,vix,viy,aix,aiy\],\\mathbf\{x\}\_\{i\}=\[x\_\{i\},y\_\{i\},v\_\{i\}^\{x\},v\_\{i\}^\{y\},a\_\{i\}^\{x\},a\_\{i\}^\{y\}\],\(30\)where\(xi,yi\)\(x\_\{i\},y\_\{i\}\)is the normalized bounding\-box center and

vix\\displaystyle v\_\{i\}^\{x\}=xi−xi−1Δ​ti,\\displaystyle=\\frac\{x\_\{i\}\-x\_\{i\-1\}\}\{\\Delta t\_\{i\}\},viy\\displaystyle v\_\{i\}^\{y\}=yi−yi−1Δ​ti,\\displaystyle=\\frac\{y\_\{i\}\-y\_\{i\-1\}\}\{\\Delta t\_\{i\}\},\(31\)aix\\displaystyle a\_\{i\}^\{x\}=vix−vi−1xΔ​ti,\\displaystyle=\\frac\{v\_\{i\}^\{x\}\-v\_\{i\-1\}^\{x\}\}\{\\Delta t\_\{i\}\},aiy\\displaystyle a\_\{i\}^\{y\}=viy−vi−1yΔ​ti\.\\displaystyle=\\frac\{v\_\{i\}^\{y\}\-v\_\{i\-1\}^\{y\}\}\{\\Delta t\_\{i\}\}\.\(32\)An input window containsTobs=8T\_\{\\rm obs\}=8observations and the target contains the nextTpred=12T\_\{\\rm pred\}=12center coordinates\. Since the source annotations provide normalized image coordinates rather than world coordinates, ADE, FDE, MSE, and RMSE are reported in normalized coordinate units, not meters\.

### 5\.3Models and Training Protocol

The original FFN baseline flattens the8×68\\times 6motion\-feature matrix and maps it directly to12×212\\times 2future coordinates\. It does not receiveΔ​t\\Delta tas a separate variable\. WFB\-FFN first projects each observation to a 128\-dimensional hidden state and applies the wave response in Eq\. \([5](https://arxiv.org/html/2609.00503#S3.E5)\); the resulting eight wave states are flattened and passed to the same type of feed\-forward prediction head\. The WFB block therefore provides explicit amplitude, wavenumber, angular\-frequency, and phase parameters, whileΔ​ti\\Delta t\_\{i\}modulates the phase at each observed position\.

The new capacity\-controlled experiment uses only position\(x,y\)\(x,y\)as the spatial input, preventing real\-Δ​t\\Delta tinformation from entering through precomputed velocity or acceleration\. It compares the original FFN, an FFN with explicitΔ​t\\Delta t, parameter\-matched versions of both FFNs, and WFB with real, shuffled, or constant intervals\. The original position\-only FFN has 142,104 trainable parameters; the matched FFN, matched FFN withΔ​t\\Delta t, and WFB have 400,753, 402,452, and 401,560 parameters, respectively\. A parameter\-matched sinusoidal FFN was also run as an optimization control, but its shared hyperparameter setting was unstable; it is therefore excluded from the efficacy comparison\.

We evaluate three WFB update rules\. STD\-WFB\-FFN uses the task\-loss gradient for all parameters\. Laplacian\-WFB\-FFN replaces the standard gradients of the temporal parameters\(At,ω,θt\)\(A\_\{t\},\\omega,\\theta\_\{t\}\)with the curvature\-derived gradients scaled byλ\\lambda\. STD\-Laplacian\-WFB\-FFN instead adds the scaled curvature\-derived gradients to their standard task gradients\. Thus,λ\\lambdaweights a temporal gradient correction; it is not an additional term in the reported MSE objective\.

All models are optimized with MSE loss and AdamW using a learning rate of10−310^\{\-3\}, weight decay of10−410^\{\-4\}, batch size 512, gradient clipping at 1\.0, and a maximum of 100 epochs\. Early stopping uses validation ADE with patience 15\. The principal comparisons use the same five seeds\. Results are reported as mean±\\pmstandard deviation; with only five runs, small differences are interpreted descriptively rather than as definitive statistical superiority\.

For a predicted trajectory𝐩^1:Tpred\\hat\{\\mathbf\{p\}\}\_\{1:T\_\{\\rm pred\}\}and ground truth𝐩1:Tpred\\mathbf\{p\}\_\{1:T\_\{\\rm pred\}\}, the principal metrics are

ADE\\displaystyle\\mathrm\{ADE\}=1Tpred​∑j=1Tpred‖𝐩^j−𝐩j‖2,\\displaystyle=\\frac\{1\}\{T\_\{\\rm pred\}\}\\sum\_\{j=1\}^\{T\_\{\\rm pred\}\}\\left\\lVert\\hat\{\\mathbf\{p\}\}\_\{j\}\-\\mathbf\{p\}\_\{j\}\\right\\rVert\_\{2\},\(33\)FDE\\displaystyle\\mathrm\{FDE\}=‖𝐩^Tpred−𝐩Tpred‖2\.\\displaystyle=\\left\\lVert\\hat\{\\mathbf\{p\}\}\_\{T\_\{\\rm pred\}\}\-\\mathbf\{p\}\_\{T\_\{\\rm pred\}\}\\right\\rVert\_\{2\}\.\(34\)We additionally report coordinate\-wise MSE and its square root \(RMSE\)\. Lower values are better for all metrics\.

Unless otherwise stated, all experiments use the same ReLU\-based MLP trajectory decoder to ensure a consistent comparison across WFB variants and the FFN baseline\. The linear decoder introduced in Section[5\.8](https://arxiv.org/html/2609.00503#S5.SS8)is evaluated only as an architectural ablation to investigate whether the nonlinear wave representation can reduce the need for an additional nonlinear decoding network\.

### 5\.4Trajectory Prediction and Temporal Ablation

Figure 1:Motion\-feature trajectory prediction under temporal\-input ablations\. Points show mean ADE and error bars show standard deviation over five seeds\. Lower is better\.Figure[1](https://arxiv.org/html/2609.00503#S5.F1)shows that STD\-WFB\-FFN with real intervals reduces mean ADE by20\.4%20\.4\\%relative to the original FFN baseline; FDE, MSE, and RMSE improve in the same direction\. The constant\-Δ​t\\Delta tmodel still reduces ADE by12\.2%12\.2\\%, showing that a substantial part of the gain is associated with the complete WFB parameterization rather than temporal variation alone\. Because the WFB block adds a projection and wave parameters, this comparison does not by itself isolate the wave representation from increased model capacity; the position\-only experiment below addresses that question directly\.

The shuffled\-Δ​t\\Delta tcondition attains the lowest mean error, improving ADE by21\.7%21\.7\\%relative to FFN and slightly outperforming realΔ​t\\Delta t\. Shuffling preserves the interval distribution while breaking its observation\-level alignment\. Accordingly, this feed\-forward proof of concept supports the effectiveness of the WFB representation but does not attribute its gain to correct interval alignment, which is not a claim tested in the present study\.

### 5\.5Position\-Only Capacity\-Controlled Evaluation

Figure 2:Position\-only capacity\-controlled comparison\. Points show mean ADE and error bars show standard deviation over five seeds\. The matched ReLU controls have approximately the same number of trainable parameters as WFB\.Figure 3:Position\-only ADE for four principal feed\-forward controls\. Bars show the five\-seed mean and error bars show one standard deviation\. Lower is better\.Figure[2](https://arxiv.org/html/2609.00503#S5.F2)reports the new evaluation using only observed positions as spatial inputs\. Real\-interval WFB obtains an ADE of0\.011787±0\.0011230\.011787\\pm 0\.001123, improving on the original position\-only FFN by10\.4%10\.4\\%\. More importantly, it remains competitive after controlling capacity: its mean ADE is2\.1%2\.1\\%lower than the parameter\-matched FFN with explicitΔ​t\\Delta t\(0\.012043±0\.0005180\.012043\\pm 0\.000518\) and3\.3%3\.3\\%lower than the parameter\-matched FFN withoutΔ​t\\Delta t\(0\.012194±0\.0004160\.012194\\pm 0\.000416\)\. These differences are modest relative to five\-seed variability, so the result is evidence of competitive effectiveness rather than definitive superiority\.

Shuffled\-interval WFB achieves the lowest mean ADE,0\.011418±0\.0002740\.011418\\pm 0\.000274, whereas constant\-interval WFB obtains0\.012374±0\.0006440\.012374\\pm 0\.000644\. The four\-model bar chart in Figure[3](https://arxiv.org/html/2609.00503#S5.F3)highlights the comparison among the original FFN, the strongest matched FFN control with explicitΔ​t\\Delta t, and WFB with real or shuffled intervals\. Together, these results support two bounded conclusions: WFB is an effective feed\-forward representation under both motion\-feature and position\-only inputs, and correct interval alignment is not established as the source of the improvement in this experiment\.

### 5\.6Backpropagation Rule and Laplacian Weight

Figure 4:ADE as a function of the Laplacian gradient weightλ\\lambdaunder realΔ​t\\Delta t\. Error bars show standard deviation across runs\. The ADE axis is logarithmic because Laplacian\-only WFB is more than an order of magnitude worse than the supervised variants\.Figure[4](https://arxiv.org/html/2609.00503#S5.F4)separates the effect of the update rule from the effect ofλ\\lambda\. STD\-WFB\-FFN obtains an ADE of0\.011739±0\.0006400\.011739\\pm 0\.000640\. The best combined setting, STD\-Laplacian\-WFB\-FFN withλ=10−5\\lambda=10^\{\-5\}, obtains0\.011513±0\.0000390\.011513\\pm 0\.000039, a modest1\.9%1\.9\\%reduction\. Increasingλ\\lambdato10−310^\{\-3\},10−110^\{\-1\}, and10010^\{0\}increases ADE to0\.0171120\.017112,0\.0393410\.039341, and0\.0508450\.050845, respectively\. The correction is therefore useful only when it remains weak relative to the supervised gradient; the results do not support the claim that a larger Laplacian contribution is better\.

Laplacian\-only WFB performs poorly for every tested weight, with ADE between0\.1927610\.192761and0\.2293820\.229382\. Its temporal update is determined by local wave curvature rather than by the direction that minimizes trajectory displacement\. Applied alone, this update can suppress or redirect the temporal parameters without providing sufficient task\-level credit assignment\. The combined rule avoids this failure because it retains the supervised gradient and uses curvature only as a small correction\. The resulting1\.9%1\.9\\%improvement over standard WFB indicates that curvature information is most effective as a complementary learning signal\.

### 5\.7Interpretability Analysis

Figure 5:Distributions of the learned effective amplitudeA=Ax​AtA=A\_\{x\}A\_\{t\}, wavenumberkk, angular frequencyω\\omega, and phaseθ=θx\+θt\\theta=\\theta\_\{x\}\+\\theta\_\{t\}for the analyzed STD\-Laplacian\-WFB\-FFN checkpoint\.Figure[5](https://arxiv.org/html/2609.00503#S5.F5)shows that the trained model does not collapse all wave dimensions to a common value\. Across the 128 wave channels, the effective amplitude is sparse and right\-skewed \(0\.0010±0\.00240\.0010\\pm 0\.0024\), whereaskkandω\\omegaexhibit broader channel\-dependent distributions \(−1\.5739±0\.2138\-1\.5739\\pm 0\.2138and−1\.0196±0\.2445\-1\.0196\\pm 0\.2445, respectively\)\. The phase distribution spans both signs \(0\.0203±0\.36020\.0203\\pm 0\.3602\)\. These statistics establish parameter diversity, but they should not be interpreted as physical frequencies or wavelengths because the inputs and hidden states are normalized and the signs of the learned parameters are unconstrained\.

To examine whether this diversity is related to trajectory structure, we compute Spearman correlations between activation\-weighted wave parameters and sample\-level motion descriptors\. The strongest associations are with mean speed:ρ=−0\.322\\rho=\-0\.322forAA,−0\.283\-0\.283forkk,−0\.297\-0\.297forω\\omega, and0\.3000\.300forθ\\theta\. Similar, moderate associations occur for path length, displacement, and mean acceleration\. In contrast, correlations with the mean, standard deviation, and maximum ofΔ​t\\Delta tare mostly weak; the largest isρ=−0\.197\\rho=\-0\.197betweenθ\\thetaand meanΔ​t\\Delta t\. Thus, the learned wave representation is measurably associated with motion regime, while direct encoding of interval statistics is comparatively limited\. Consistently, activation\-weighted\|ω\|\|\\omega\|increases from approximately0\.6390\.639for slow motion to0\.6780\.678for fast motion, although the distributions overlap substantially\.

Figure 6:Test\-sample ADE after intervening onΔ​t\\Delta twhile holding the trained model and spatial/motion inputs fixed\. The analysis uses 5,120 samples from one STD\-Laplacian\-WFB\-FFN checkpoint\.The intervention in Figure[6](https://arxiv.org/html/2609.00503#S5.F6)complements the training ablation by changing onlyΔ​t\\Delta tat inference\. Mean ADE is0\.0112100\.011210with real intervals,0\.0120170\.012017with constant intervals,0\.0121980\.012198with reversed intervals,0\.0114340\.011434with intervals scaled by0\.50\.5, and0\.0146720\.014672with intervals scaled by2\.02\.0\. Relative to realΔ​t\\Delta t, these changes correspond to increases of7\.2%7\.2\\%,8\.8%8\.8\\%,2\.0%2\.0\\%, and30\.9%30\.9\\%, respectively\. The fixed model is therefore sensitive to temporal\-interval values, especially to large changes in scale\. However, sensitivity alone does not prove that the model has learned the correct interval ordering, which remains consistent with the real\-versus\-shuffled training result\.

### 5\.8Decoder Ablation and Parameter Efficiency

Figure 7:Accuracy–parameter trade\-off in the decoder ablation\. ADE is plotted against the number of trainable parameters on a logarithmic scale; lower ADE and fewer parameters are better\.A conventional multilayer FFN requires nonlinear activations such as ReLU between affine layers; otherwise, multiple affine transformations collapse into a single affine mapping\. In contrast, STD\-WFB introduces nonlinearity directly through the phase\-dependent wave responseAx​At​cos⁡\(k​z−ω​Δ​t−θ\)A\_\{x\}A\_\{t\}\\cos\(kz\-\\omega\\Delta t\-\\theta\)\. We therefore evaluate whether the ReLU\-based MLP trajectory decoder can be removed and replaced with a single linear output layer without degrading prediction accuracy\.

As shown in Figure[7](https://arxiv.org/html/2609.00503#S5.F7), removing the ReLU\-MLP decoder does not reduce the predictive accuracy of STD\-WFB\. Instead, the linear\-decoder STD\-WFB achieves the lowest ADE in this ablation, reducing ADE by25\.7%25\.7\\%relative to the FFN baseline and by19\.2%19\.2\\%relative to STD\-WFB with the ReLU\-MLP decoder\. This result suggests that the nonlinear wave representation already captures much of the structure required for trajectory prediction, allowing a lightweight linear layer to decode the learned features without additional nonlinear transformations\.

The decoder removal also substantially reduces model complexity\. The parameter count decreases from 402,072 to 26,520, corresponding to a93\.4%93\.4\\%reduction relative to the original STD\-WFB predictor and an82\.4%82\.4\\%reduction relative to the FFN baseline\. The number of linear operations is reduced from 405,504 to approximately 30,720 MACs per sample, although the WFB layer additionally evaluates 1,024 cosine responses per sample\.

Overall, these results suggest that the nonlinear expressiveness of STD\-WFB is primarily provided by the wave representation itself rather than by the decoder\. Consequently, the ReLU\-based MLP decoder can be replaced with a lightweight linear readout without sacrificing predictive accuracy in this controlled setting\. This should not be interpreted as evidence that linear decoders are universally superior; instead, it indicates that the proposed wave representation substantially reduces the need for an additional nonlinear decoding network\.

### 5\.9Discussion

A wave representation is useful for trajectory prediction because it provides a continuous function of both spatial state and elapsed time\. A conventional FFN approximates continuously evolving motion by composing affine transformations and pointwise activations, which partition the input space into piecewise\-linear regions\. WFB instead couples state andΔ​t\\Delta twithin the same phase function\. Its amplitude controls response strength,kkcontrols spatial variation,ω\\omegacontrols temporal variation, andθ\\thetacontrols alignment\. These variables are trained simultaneously within one wave response, allowing multiple aspects of trajectory dynamics to interact directly rather than being represented only through additional linear partitions\.

The evaluation supports the effectiveness of this formulation from complementary perspectives\. With motion features, STD\-WFB\-FFN using realΔ​t\\Delta treduces ADE by20\.4%20\.4\\%relative to the original FFN, while the constant\-Δ​t\\Delta tvariant improves by12\.2%12\.2\\%\. With position\-only inputs, real\-interval WFB improves ADE by10\.4%10\.4\\%relative to the original FFN and remains competitive with parameter\-matched ReLU controls\. This capacity\-controlled result is important: it shows that WFB’s performance cannot be explained solely by comparison with a smaller baseline, while the modest differences among the matched models appropriately bound the strength of the claim\.

Inference\-time interventions further confirm thatΔ​t\\Delta tis operational rather than merely appended to the feature vector: replacing, reversing, or rescaling the intervals changes the predictions, with doubling the intervals increasing ADE by30\.9%30\.9\\%\. The learned parameters also exhibit measurable relationships with speed, acceleration, path length, and displacement, and the magnitude of the activation\-weighted angular frequency increases from slow to fast motion\. BecauseAA,kk,ω\\omega, andθ\\thetaare jointly optimized within one response, the present WFB implementation provides a structured feed\-forward representation of state and interval\. The decoder ablation further indicates that this representation can support a lightweight linear readout, although the preliminary efficiency result requires multi\-seed and runtime confirmation\.

The backpropagation comparison further clarifies how WFB can be used effectively\. A Laplacian\-only temporal correction is not aligned sufficiently with the supervised trajectory objective, whereas STD\-Laplacian\-WFB\-FFN preserves task\-directed learning and introduces wave curvature as a weak complementary signal\. Its best setting,λ=10−5\\lambda=10^\{\-5\}, improves ADE over STD\-WFB\-FFN, indicating that local curvature can refine the learned wave field when it is balanced with the standard gradient\. Together, the accuracy, capacity\-controlled, sensitivity, interpretability, and decoder results establish the intended proof of concept: a learnable wave response can serve as an effective structured component in an otherwise feed\-forward predictor\.

## 6Conclusion and Future Work

This paper introduced Wave Function Backpropagation \(WFB\), a wave\-parameterized learning formulation that directly associates a neural input with an elapsed temporal interval through learnable amplitude, wavenumber, angular frequency, and phase\. Standard task gradients and a spatial\-Laplacian curvature regularizer were derived for the wave parameters\. The formulation was evaluated in a deliberately controlled feed\-forward setting using trajectory prediction as a validation task rather than as the scope of the proposed method\.

STD\-WFB outperformed the original FFN baseline in both the motion\-feature and position\-only evaluations\. The new capacity\-controlled experiment further showed that real\-interval WFB is competitive with parameter\-matched ReLU predictors, while shuffled\-interval WFB achieves the lowest mean ADE\. The constant\-interval and matched\-baseline results indicate that model capacity and the wave representation both contribute to performance, whereas correct interval alignment is not established as the source of the gain\. These bounded findings support the intended conclusion: WFB is a feasible and effective structured feed\-forward learning formulation\.

Future research will investigate optimization stability, parameter identifiability, theoretical approximation properties, computational complexity, tuned periodic baselines, and additional continuously evolving or irregularly sampled data\. Sequence\-aware propagation is reserved for future work and is not part of the present proof\-of\-concept evaluation\.

## References

- \[1\]D\. E\. Rumelhart, G\. E\. Hinton, and R\. J\. Williams\(1986\)Learning representations by back\-propagating errors\.Nature323\(6088\),pp\. 533–536\.External Links:[Document](https://dx.doi.org/10.1038/323533a0)Cited by:[§1](https://arxiv.org/html/2609.00503#S1.p1.1)\.
- \[2\]Z\. Che, S\. Purushotham, K\. Cho, D\. Sontag, and Y\. Liu\(2018\)Recurrent neural networks for multivariate time series with missing values\.Scientific Reports\.Cited by:[§1](https://arxiv.org/html/2609.00503#S1.p2.1),[§2\.1](https://arxiv.org/html/2609.00503#S2.SS1.p1.1)\.
- \[3\]Y\. Rubanova, R\. T\. Q\. Chen, and D\. Duvenaud\(2019\)Latent odes for irregularly\-sampled time series\.InAdvances in Neural Information Processing Systems,Cited by:[§1](https://arxiv.org/html/2609.00503#S1.p2.1),[§2\.1](https://arxiv.org/html/2609.00503#S2.SS1.p1.1)\.
- \[4\]P\. Kidger, J\. Morrill, J\. Foster, and T\. Lyons\(2020\)Neural controlled differential equations for irregular time series\.InAdvances in Neural Information Processing Systems,Cited by:[§1](https://arxiv.org/html/2609.00503#S1.p2.1),[§2\.1](https://arxiv.org/html/2609.00503#S2.SS1.p1.1)\.
- \[5\]B\. Ellenberger, P\. Haider, F\. Benitez, J\. Jordan, K\. Max, I\. Jaras, L\. Kriener, and M\. A\. Petrovici\(2025\)Backpropagation through space, time and the brain\.Nature Communications17\(1\),pp\. 66\.External Links:[Document](https://dx.doi.org/10.1038/s41467-025-66666-z),[Link](https://doi.org/10.1038/s41467-025-66666-z),ISSN 2041\-1723Cited by:[§2\.1](https://arxiv.org/html/2609.00503#S2.SS1.p2.1)\.
- \[6\]M\. Raissi, P\. Perdikaris, and G\. E\. Karniadakis\(2019\)Physics\-informed neural networks: a deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations\.Journal of Computational Physics378,pp\. 686–707\.Cited by:[§2\.1](https://arxiv.org/html/2609.00503#S2.SS1.p2.1)\.
- \[7\]Y\. Wu, L\. Deng, G\. Li, J\. Zhu, and L\. Shi\(2018\)Spatio\-temporal backpropagation for training high\-performance spiking neural networks\.Frontiers in Neuroscience12,pp\. 331\.External Links:[Document](https://dx.doi.org/10.3389/fnins.2018.00331)Cited by:[§2\.1](https://arxiv.org/html/2609.00503#S2.SS1.p2.1)\.
- \[8\]C\. Ma, X\. Chen, Y\. Li, Q\. Yang, Y\. Wu, G\. Li, G\. Pan, H\. Tang, K\. C\. Tan, and J\. Wu\(2025\)Spiking neural networks for temporal processing: status quo and future prospects\.External Links:2502\.09449,[Link](https://arxiv.org/abs/2502.09449)Cited by:[§2\.1](https://arxiv.org/html/2609.00503#S2.SS1.p2.1)\.
- \[9\]M\. Tancik, P\. P\. Srinivasan, B\. Mildenhall, S\. Fridovich\-Keil, N\. Raghavan, U\. Singhal, R\. Ramamoorthi, J\. T\. Barron, and R\. Ng\(2020\)Fourier features let networks learn high frequency functions in low dimensional domains\.InAdvances in Neural Information Processing Systems,Cited by:[§2\.2](https://arxiv.org/html/2609.00503#S2.SS2.p1.1)\.
- \[10\]V\. Sitzmann, J\. N\. P\. Martel, A\. W\. Bergman, D\. B\. Lindell, and G\. Wetzstein\(2020\)Implicit neural representations with periodic activation functions\.InAdvances in Neural Information Processing Systems,Cited by:[§2\.2](https://arxiv.org/html/2609.00503#S2.SS2.p1.1)\.
- \[11\]A\. Alahi, K\. Goel, V\. Ramanathan, A\. Robicquet, L\. Fei\-Fei, and S\. Savarese\(2016\)Social lstm: human trajectory prediction in crowded spaces\.In2016 IEEE Conference on Computer Vision and Pattern Recognition \(CVPR\),Vol\.,pp\. 961–971\.External Links:[Document](https://dx.doi.org/10.1109/CVPR.2016.110)Cited by:[§2\.3](https://arxiv.org/html/2609.00503#S2.SS3.p1.1)\.
- \[12\]A\. Gupta, J\. Johnson, L\. Fei\-Fei, S\. Savarese, and A\. Alahi\(2018\)Social gan: socially acceptable trajectories with generative adversarial networks\.InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition,Cited by:[§2\.3](https://arxiv.org/html/2609.00503#S2.SS3.p1.1)\.
- \[13\]X\. Wang, Z\. Wu, B\. Jin, M\. Lin, F\. Zou, and L\. Liao\(2024\)MDSTF: a multi\-dimensional spatio\-temporal feature fusion trajectory prediction model for autonomous driving\.Complex & Intelligent Systems10,pp\. 6647–6665\.Cited by:[§2\.3](https://arxiv.org/html/2609.00503#S2.SS3.p1.1)\.
- \[14\]C\. Zhang\(2024\)Pedestrian behavior prediction using machine learning methods\.Ph\.D\. Thesis,University of Gothenburg and Chalmers University of Technology\.Cited by:[§2\.3](https://arxiv.org/html/2609.00503#S2.SS3.p1.1)\.
- \[15\]N\. Songet al\.\(2024\)Motion forecasting in continuous driving\.InNeurIPS,Cited by:[§2\.3](https://arxiv.org/html/2609.00503#S2.SS3.p1.1)\.
- \[16\]Anonymous\(2024\)Enhanced prediction of multi\-agent trajectories via control variable modeling\.arXiv\.Cited by:[§2\.3](https://arxiv.org/html/2609.00503#S2.SS3.p1.1)\.
- \[17\]I\. Baeet al\.\(2024\)SingularTrajectory: universal trajectory prediction\.InCVPR,Cited by:[§2\.3](https://arxiv.org/html/2609.00503#S2.SS3.p1.1)\.
- \[18\]I\. Kotseruba, A\. Rasouli, and J\. K\. Tsotsos\(2016\)Joint attention in autonomous driving \(jaad\)\.arXiv preprint arXiv:1609\.04741\.External Links:[Link](https://arxiv.org/abs/1609.04741)Cited by:[§5\.2](https://arxiv.org/html/2609.00503#S5.SS2.p1.1)\.
- \[19\]A\. Lerner, Y\. Chrysanthou, and D\. Lischinski\(2007\)Crowds by example\.InComputer Graphics Forum,Vol\.26,pp\. 655–664\.Cited by:[§5\.2](https://arxiv.org/html/2609.00503#S5.SS2.p1.1)\.

Similar Articles

Temporal Difference Learning for Diffusion Models

arXiv cs.LG

This paper introduces a temporal difference (TD) learning objective for diffusion models that enforces cross-time consistency along the denoising trajectory. It reformulates denoising as a reinforcement learning policy evaluation problem, showing significant improvements in sample quality (FID), especially for few-step samplers.

Time-Varying Deep State Space Models for Sequences with Switching Dynamics

arXiv cs.LG

The paper proposes a class of time-varying deep state-space models where dynamics are learned via a basis function expansion, enabling adaptive modeling of switching systems. The approach outperforms time-invariant counterparts on synthetic switching data and a speech denoising task.

Prediction and control with temporal segment models

OpenAI Blog

OpenAI introduces a method for learning complex nonlinear system dynamics using deep generative models over temporal segments, enabling stable long-horizon predictions and differentiable trajectory optimization for model-based control.