Search papers, labs, and topics across Lattice.
This paper introduces Uni-LaViRA, a unified agentic architecture for embodied navigation that translates language and vision into robot actions across diverse tasks and robots without task-specific training. It leverages the natural output manifold of pre-trained multimodal LLMs by decomposing navigation into semantic-level directional commands and pixel-level visual targets. The architecture incorporates two key mechanisms: TODO List Memory (TDM) for sub-goal management and Second Chance Backtrack (SCB) for self-correction, achieving performance comparable to or exceeding trained navigation foundation models.
Forget scaling laws – this zero-shot navigation agent beats million-sample trained models by structurally unifying language, vision, and robot actions within the reasoning capabilities of pre-trained MLLMs.
Embodied navigation requires an agent to map language and visual observations to a stream of spatial actions that drive a real robot through environments it has never seen. The dominant approach has been to scale vision-language-action (VLA) foundation models on ever-larger collections of robot trajectories. This paper argues that, for navigation specifically, generality can be obtained structurally, not only through data scale. The underlying decision structure of navigation reduces to a single Language-Vision-Robot Actions Translation. The language action emits semantic-level directional command and the vision action emits a pixel-level visual target. Both outputs lie inside the natural output manifold of pretrained multimodal large language models (MLLMs), so the task can be reasoned about by an agent rather than learned from robot data. Therefore, we present Uni-LaViRA, a unified agentic architecture that extends the same insight to four task families (VLN-CE, ObjectNav, EQA, and Aerial-VLN) and to four heterogeneous real robots (Wheeled, Quadruped, Humanoid robot, and a self-built UAV) in a zero-shot manner. Two agent-loop mechanisms make this unification practical. TODO List Memory (TDM) rewrites a structured checklist of pending sub-goals at every step, reciting the unfinished items back into the agent's most recent attention window. Second Chance Backtrack (SCB) rolls the robot back to the pre-error state and conditions the agent's next plan on the failed sub-trajectory, turning single-pass navigation into a self-correcting process. With zero training effort, Uni-LaViRA reaches 60.7% SR on VLN-CE R2R, 51.3% on VLN-CE RxR, 77.7% on HM3D-v2, 60.0% on HM3D-OVON, 54.7% on MP3D-EQA, and 40.0% on OpenUAV, matching or even surpassing recent training navigation foundation models that consume millions of samples and thousands of GPU-hours.