Generative modeling has emerged as a powerful paradigm for robotic imitation learning, enabling policies
to capture complex, multimodal action distributions from expert demonstrations. However, predominant
approaches such as Diffusion Policy typically rely on iterative denoising from
uninformative Gaussian noise. This approach forces the network to bridge a significant geometric gap
between a high-entropy prior and the physical configuration space, resulting in long and potentially
high-curvature transport paths.
This transport complexity acts as a fundamental bottleneck, imposing computational burdens and inference
latency that limit deployment on real-time, resource-constrained robotic systems.
This thesis introduces Temporal Policy, an action generation framework formulated using stochastic
interpolants.
Our approach replaces the uninformative noise source distribution with the robot's recent state history.
Mapping recent state history to future actions provides a structurally simpler regression objective,
allowing the model to learn a direct, low transport cost vector field.
This enables fast sampling in the robot's configuration space rather than an abstract noise space.
Furthermore, the stochastic interpolant framework allows a single trained network to be deployed using
either low-latency deterministic sampling or robust stochastic sampling.
Empirical evaluations on visuomotor simulation benchmarks and a physical 7-DoF WAM teleoperation
platform validate this geometric efficiency.
On the Robomimic benchmark suite, Temporal Policy matches state of the art success rates, while reducing
transport costs by nearly an order of magnitude compared to standard baselines.
This is further demonstrated through single step inference, where our method outperforms noise
initialized baselines.
These attributes allow low-order ODE solvers to achieve high-fidelity action generation with a minimal
number of integration steps, enabling higher frequency, real-time control.
Furthermore, unlike methods operating in abstract noise spaces, the resulting vector fields act directly
as physical kinematic velocities.