LoTIS: Learning to Localize Reference Trajectories in Image-Space for Visual Navigation

Division of Robotics, Perception, and Learning at KTH Royal Institute of Technology

Robotics: Science and Systems (RSS), 2026

TL;DR: Given a video recorded with e.g. your phone, LoTIS enables your robot to navigate to any point on the recorded trajectory, from any view of it, using only an on-board RGB camera, without any further training.

Abstract

We present LoTIS, a model for visual navigation that provides robot-agnostic image-space guidance by localizing a reference RGB trajectory in the robot's current view, without requiring camera calibration, poses, or robot-specific training. Instead of predicting actions tied to specific robots, we predict the image-space coordinates of the reference trajectory as they would appear in the robot's current view. This creates robot-agnostic visual guidance that easily integrates with local planning. Consequently, our model's predictions provide guidance zero-shot across diverse embodiments. By decoupling perception from action and learning to localize reference-trajectory frames rather than imitate behavioral priors, we enable a cross-trajectory training strategy that learns robust invariance to viewpoint and camera changes. We outperform state-of-the-art methods by 20-50 percentage points in success rate on forward navigation, and paired with a local planner we achieve 94-98% success rate across diverse sim and real environments. Furthermore, we achieve over 5x improvements on challenging tasks where baselines fail, such as backward traversal. The system is straightforward to use: we show how even a video from a handheld phone camera directly enables different robots to navigate to any point on the trajectory.

Localize the full trajectory in every query image

LoTIS encodes the full reference trajectory once offline. For every query image, a lightweight online pathway matches against the encoded trajectory, while a recurrent prediction head localizes each reference-trajectory frame as image-space coordinates, normalized distance, and visibility.

Long-Range Navigation

Long reference trajectories are divided into shorter chunks and processed in batches, enabling navigation over kilometer-scale trajectories without encoding the full trajectory at once.

BibTeX

@misc{busch2026learninglocalizereferencetrajectories,
  title={Learning to Localize Reference Trajectories in Image-Space for Visual Navigation},
  author={Finn Lukas Busch and Matti Vahs and Quantao Yang and Jesús Gerardo Ortega Peimbert and Yixi Cai and Jana Tumova and Olov Andersson},
  year={2026},
  eprint={2602.18803},
  archivePrefix={arXiv},
  primaryClass={cs.RO},
  url={https://arxiv.org/abs/2602.18803},
}

Reference Trajectory