---
title: 'SPACE2TIME: Adaptive Spacetime Reformulation'
url: https://www.emergentmind.com/topics/space2time
type: topic
---

# SPACE2TIME: Adaptive Spacetime Reformulation

SPACE2TIME most specifically denotes a framework for the safe and adaptive deployment of offline-learned value-function safety filters under unknown, spatially varying disturbances by reparameterizing spatial variations in disturbance as temporal variations [2509.19597]. In the current literature, the same label or closely related “space-to-time” idea also appears in analogue transformation acoustics, in a speculative proposal that the flow of time accompanies the creation of new space, and in interpretive discussions of two-time physics [1306.4899] [1407.1630] [1606.07975] [1002.1263]. The recurring motif is not a single unified formalism, but a family of constructions in which spatial structure is recast into temporal structure for control, wave engineering, or foundational interpretation.

## 1. Safety-filtering motivation and problem statement

In autonomous systems, SPACE2TIME was introduced to address a specific deployment problem for value function-based safety filters. These filters minimally modify a nominal controller to ensure safety, and recent work has used offline learned value functions to scale such filters to high-dimensional systems. The central difficulty is that these methods assume detailed priors on all possible sources of model mismatch, in the form of disturbances in the environment, whereas real deployments expose robots to unknown, spatially varying disturbances such as payload-drone interaction, turbulent airflow, and urban-canyon wind fields [2509.19597].

The formulation is motivated by settings in which a robot moves through a disturbance field that cannot be pre-specified exactly. The paper states four unsatisfactory alternatives. Relying on a single “worst-case” disturbance bound renders the safety filter grossly conservative. Having an oracle that knows the true disturbance field is impossible. Naively switching among a small ensemble of pre-trained value functions, each tied to a constant disturbance bound, offers no guarantee of safety when the disturbance changes between measurement updates. Online re-computation of a reachability value function is only possible in very low dimensions. Within this framing, SPACE2TIME is a deployment strategy for preserving safety without assuming exact prior knowledge of the disturbance field.

A common misunderstanding would be to interpret the method as a new nominal controller or as online Hamilton–Jacobi reachability recomputation. The formulation indicates instead that the nominal controller remains external, while the safety mechanism is an online minimal-correction layer driven by an offline-computed value function.

## 2. Disturbance recasting from space to time

The key insight is that a spatially varying disturbance field \(d = w(x)\) induces, along a trajectory, a time-varying disturbance \(d(t) = w(x(t))\). Assuming a known Lipschitz constant \(L_d\) for the field \(w(\cdot)\) and an upper bound \(M_{\tilde f}\) on the system’s flow \(\|\tilde f(x,u,d)\|\), the construction obtains \(|\dot x| \le M_{\tilde f}\) and therefore
$$
|\dot d| = |\nabla_x w(x)\cdot \tilde f(x,u,d)| \le L_d \cdot M_{\tilde f} =: \dot d_{\max}.
$$
This converts spatial uncertainty into a bounded rate of temporal disturbance change [2509.19597].

Offline, the original system
$$
\dot x = f(x) + g(x)u + d, \qquad d \in \Delta_{\max} = \{d: |d| \le d_{\max}\},
$$
is re-parameterized into an augmented, time-varying disturbance system
$$
z := [x,\delta]^\top, \qquad \dot z = [f(x)+g(x)u+\eta;\,0],
$$
with
$$
\eta \in \Delta_{\mathrm{tv}}(\dot\delta,t) \coloneqq \{\eta: |\eta| \le \max\{0,\, d_{\max}-|t|\dot\delta\}\},
$$
where \(\dot\delta \in [0,\dot d_{\max}]\) is treated as a constant parameter. The disturbance bound therefore shrinks as one “rewinds” time toward \(0\) and grows linearly in \(|t|\) to the full worst case.

This recasting is the defining “space to time” operation in the robotics usage of the term. It does not assume access to the full field \(w(x)\); rather, it assumes a bound on how quickly the disturbance can change along trajectories. A plausible implication is that the method separates what must be known offline—\(d_{\max}\), \(L_d\), and \(M_{\tilde f}\)—from what may remain unknown online, namely the detailed spatial disturbance profile.

## 3. Reach-avoid value functions and viscosity-based barrier filtering

Under the augmented dynamics, the framework solves a finite-horizon reach-avoid problem with failure set \(\mathcal F = \{x:g(x)\le 0\}\) and a control-invariant target set \(\mathcal T = \{x:l(x)\ge 0\}\). The reach-avoid value function is
$$
V(z,t)=\min_{\eta(\cdot)\in\mathbb D_{\mathrm{tv}}}\max_{u(\cdot)\in\mathbb U}\max_{\tau\in[t,0]}
\min\Bigl\{l(x(\tau)),\,\min_{s\in[t,\tau]} g(x(s))\Bigr\}.
$$
In the viscosity sense, it satisfies the Hamilton–Jacobi–Isaacs partial differential inequality
$$
0 = \min\{\, g_v(z)-V,\ \max\{\, l_v(z)-V,\ \partial_t V + H(\nabla_z V,z)\,\}\,\},
$$
with
$$
H(\lambda,z)=\max_{u\in\mathbb U}\min_{\eta\in\Delta_{\mathrm{tv}}}\lambda^\top \hat f(z,u,\eta).
$$
Its zero sublevel sets
$$
\mathcal R(t)=\{z:V(z,t)\ge 0\}
$$
encode the states from which the system can both avoid \(\mathcal F\) and steer into \(\mathcal T\) safely, even under the time-varying disturbance bound \(\Delta_{\mathrm{tv}}(\cdot,t)\) [2509.19597].

The learned \(V(z,t)\) is then used as a viscosity-based control barrier function, \(h_v(z,t)=V(z,t)\). Given a nominal controller \(u_{\mathrm{nom}}(x)\), safety is enforced by solving, at each time step, the quadratic program
$$
u^* = \arg\min_{u\in\mathbb U}\|u-u_{\mathrm{nom}}\|^2
$$
subject to
$$
\partial_t V(z,t)+\min_{\eta\in\Delta_{\mathrm{tv}}}\nabla_z V(z,t)^\top \hat f(z,u,\eta)\ge -\alpha(V(z,t)),
$$
where \(\alpha\) is an extended-class-\(\mathcal K\) function. The correction is therefore minimal in the explicit sense that the nominal input is modified only as much as required to keep \(V(z,t)\ge 0\).

The significance of this construction is operational rather than merely formal. The precomputed reachability object remains usable online even though the actual disturbance is spatially varying and not known a priori. This suggests a mechanism for adaptive conservatism: the filter is neither forced into a global worst-case bound nor deprived of formal reachability semantics.

## 4. Online estimation, deployment pipeline, and quadcopter results

At run time, the true spatial field \(w(x)\) is unknown, but the current disturbance \(\bar d = w(x)\) can be measured at a slower rate and its directional time derivative approximated as
$$
D_{\tilde f} d \approx \frac{|\bar d-\bar d_{\mathrm{prev}}|}{\Delta t} \le \dot d_{\max}.
$$
The method buffers the last \(H\) measurements of \(D_{\tilde f}d\) and sets
\(\dot\delta_{\mathrm{est}} = \max(D_{\tilde f}d \text{ over horizon})\). It then computes the “time-to-return”
$$
t_{\mathrm{ret}} = \min\left\{\frac{d_{\max}-|\bar d|}{\dot\delta_{\mathrm{est}}},\ T_{\mathrm{horizon}}\right\},
$$
forms \(z=[x,\dot\delta_{\mathrm{est}}]\), queries the offline-learned \(V(z,t)\) at \(t=t_{\mathrm{ret}}\) via a PINN network or grid interpolation to obtain \(V\), \(\partial_t V\), and \(\nabla_z V\), and finally solves the minimal-correction quadratic program to produce \(u^*\) [2509.19597].

Algorithmically, the deployment procedure is: measure \(x\), estimate \(\bar d\) and \(D_{\tilde f}d\) every \(\Delta t_d\); update the buffer of the last \(H\) directional derivatives and set \(\dot\delta_{\mathrm{est}}=\max(D_{\tilde f}d)\); compute \(t_{\mathrm{ret}}=(d_{\max}-\bar d)/\dot\delta_{\mathrm{est}}\) clipped to \([0,T]\); evaluate \(V(z,t_{\mathrm{ret}})\), \(\partial_tV\), and \(\nabla_zV\); solve the quadratic program; and apply \(u^*\) at the high-rate control loop. The online algorithm is therefore estimation-and-query based, not online PDE solving.

The reported validation uses both simulation and hardware.

| Setting | Method | Reported outcome |
|---|---|---|
| 4D planar simulation | HJR Naive | 96% crash rate |
| 4D planar simulation | HJR Worst-Case | 0% crash, very poor tracking |
| 4D planar simulation | DeepReach Naive | 90% crash rate |
| 4D planar simulation | DR Ours (SPACE2TIME) | 34% crash rate; mean goal distance \(\approx 1.02\,\mathrm{m}\); mean trajectory length \(781/1000\) steps |
| 4D planar simulation | HJR Ours (SPACE2TIME) | 2% crash rate; mean goal distance \(0.78\,\mathrm{m}\); trajectory length \(993\) steps |
| 6D Crazyflie hardware | DR Naive | 20% success \((4/5\) trials crashed) |
| 6D Crazyflie hardware | DR Ours (SPACE2TIME) | 100% success \((5/5\) safe flights) |

In simulation, the environment is a quadcopter flying in an urban-canyon-style wind field that increases exponentially as altitude decreases. In hardware, the platform is a 6D Crazyflie model in a motion-capture arena with spoofed velocity disturbances mimicking urban canyon wind. The paper states that these results demonstrate that SPACE2TIME preserves safety under unknown, spatially varying disturbances with minimal conservatism, while significantly outperforming naïve ensemble or worst-case approaches. A careful reading suggests that the strongest empirical result is not absolute optimality, but the best reported trade-off between crash avoidance and tracking performance among the listed baselines.

## 5. Analogue transformation acoustics and engineered space–time mappings

In acoustics, a distinct SPACE2TIME usage appears in analogue transformation acoustics (ATA). There the issue is not safe control under disturbances, but the implementation of general spacetime coordinate transformations in an acoustic medium. “Spacetime transformation acoustics” states that the standard transformation-acoustics route is not suitable for transformations that mix space and time, whereas ATA rewrites the velocity-potential equation as a covariant Klein–Gordon equation in an analogue Lorentzian metric and thereby exploits full diffeomorphism invariance [1306.4899].

The paper gives an explicit spacetime map,
$$
\bar t = t(1+ax), \qquad \bar x = x,
$$
which mixes \(t\) and \(x\) and violates all STA invariance conditions. ATA nevertheless derives realizable acoustic parameters for a real medium,
$$
v_R^x(x,t) = \frac{-c_V^2 a t(1+ax)}{(1+ax)^4-(c_Vat)^2},
$$
and
$$
\frac{c_R(x,t)}{c_V}=\frac{\rho_R(x,t)}{\rho_V}=\frac{(1+ax)^3}{(1+ax)^4-(c_Vat)^2}.
$$
With a suitable choice of \(a\), this acts as an acoustic frequency converter. The paper states that ATA realizes the “SPACE2TIME” concept, namely a device whose spatial distribution of parameters implements a nontrivial mapping between lab-time and lab-space coordinates.

A related development, “Analogue transformation acoustics and the compression of spacetime,” applies the same ATA machinery to a compressor that simultaneously squeezes space and time in \(1+1\) dimensions [1407.1630]. The mapping is defined through
$$
r=\sqrt{x^2+(c_V t)^2}, \qquad
\bar t = t\,\frac{\bar r(r)}{r}, \qquad
\bar x = x\,\frac{\bar r(r)}{r},
$$
with a piecewise squeezing function \(\bar r(r)\). The transformed medium parameters \(\rho_R(t,x)\), \(c_R(t,x)\), and \(v_R(t,x)\) are read off algebraically from the transformed metric. The paper further states the scaling law that, in \(1+1\), space is squeezed by \(\alpha=r_2/r_1\), time by \(\alpha\), and event density increases by \(\alpha^2\).

These acoustics papers use “space to time” in a literal wave-engineering sense: spatially and temporally varying material parameters are designed so that wave propagation behaves as though a mixed space–time coordinate transformation had been applied. This is mathematically unrelated to the safety-filtering formulation, even though both rely on recasting a spatially indexed structure as a temporally indexed one.

## 6. Speculative and foundational usages, and the scope of the term

The phrase also appears in speculative and interpretive settings. “Now, and the Flow of Time” proposes that Hubble expansion takes place in four dimensions rather than in three and identifies the flow of time with the continuous creation of new moments that accompany the creation of new space [1606.07975]. The paper introduces a modified-vacuum ansatz in which a correction to \(g_{tt}\) is proportional to \(\partial_t g_{rr}\), and it proposes a proper-time increment
$$
\Delta \tau \simeq \frac{(\Delta V)^{1/3}}{c}.
$$
Applied to black-hole mergers, the paper reports a predicted delay of order \(10^{-3}\,\mathrm{s}\), with \(\Delta \tau \sim 1\times 10^{-3}\,\mathrm{s}\) and \(\Delta t_{\mathrm{obs}} \approx 1.5\,\mathrm{ms}\) for GW150914. The same source explicitly notes both experimental and theoretical problems. Its evidentiary status is therefore qualitatively different from the control and acoustics uses.

A different interpretive “space \(\to\) time” theme appears in two-time physics. “The Transition Amplitude for 2T Physics” studies a particle in a space with two times and \(D\) space dimensions with local \(\mathrm{Sp}(2,\mathbb R)\) symmetry and rigid \(\mathrm{SO}(D,2)\) symmetry, and shows that by constraining initial and final points to suitable hypersurfaces one reproduces lower-dimensional systems such as the massless particle, AdS scalar, nonrelativistic particle, and inverted harmonic oscillator [1002.1263]. The paper explicitly describes a “space \(\to\) time” interpretation in which different hypersurface choices pick different linear combinations of the original two time-coordinates to serve as the one physical evolution parameter of the reduced system.

As a broader geometric background, “Space and Time models” derives a general spacetime line element from a Helmholtz space model and a chosen time model, writing
$$
ds^2 = -N^2(t,x^k)\,dt^2 + g_{ij}(x^k)\,dx^i dx^j + 2N_i(t,x^k)\,dt\,dx^i,
$$
with \(g_{ij}\) of constant curvature \(k\), lapse \(N\), and shift \(N_i\) [1103.3767]. This paper does not present a framework called SPACE2TIME, but it supplies a mathematically precise example of how a spatial model and a time model are combined into a spacetime structure.

| Usage | Paper | Core meaning |
|---|---|---|
| Adaptive safety filtering | [2509.19597] | Reparameterize spatial disturbance variation as temporal variation |
| Analogue transformation acoustics | [1306.4899], [1407.1630] | Implement space–time coordinate transformations in acoustic media |
| Cosmological proposal | [1606.07975] | Creation of time accompanies creation of new space |
| Two-time physics interpretation | [1002.1263] | Hypersurface choice selects an effective physical time |

Taken together, these sources suggest that “SPACE2TIME” is a terminologically heterogeneous label rather than a single research program. In robotics, it denotes a concrete disturbance-recasting framework with simulation and hardware validation. In acoustics, it names or exemplifies engineered space–time transformations via analogue metrics. In cosmology and two-time physics, it marks speculative or interpretive claims about how temporal structure may emerge from higher-dimensional or expanding spatial structure. The common phrase therefore masks substantial differences in mathematical apparatus, empirical support, and intended domain of application.

Source: https://www.emergentmind.com/topics/space2time