← Latest papers
💻 computer science

AgenticNav: Zero-Shot Vision-and-Language Navigation as a Tool-Calling Harness

AgenticNav introduces a lightweight, zero-shot vision-and-language navigation framework that reimagines the VLM-environment interaction as a tool-calling harness, enabling direct pixel-based action selection, on-demand depth queries, and selective memory retrieval to achieve state-of-the-art performance without learned waypoint predictors.

Original authors: Yijian Li, Changze Li, Hantian Shi, Jiaying Luo, Jiyuan Cai, Ming Yang, Tong Qin

Published 2026-07-28
📖 4 min read☕ Coffee break read

Original authors: Yijian Li, Changze Li, Hantian Shi, Jiaying Luo, Jiyuan Cai, Ming Yang, Tong Qin

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). ✨ This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a robot how to navigate a brand-new house. You give it a simple command: "Go to the kitchen, turn right, and stop by the sofa." This is the world of Vision-and-Language Navigation (VLN). It's a branch of robotics where an agent must understand human speech and visual clues to move through a 3D space it has never seen before. For a long time, robots needed to be trained on thousands of specific houses to learn how to move, which meant they would get lost if you took them to a different building. But recently, we have developed "Large Vision-Language Models" (VLMs)—super-smart AI brains that can already understand pictures and words without needing to be retrained for every single task. The big question for scientists is: How do we connect this smart brain to a robot's legs? How do we let the AI decide exactly where to step without getting confused by the messy, continuous reality of the real world?

This is where the paper AgenticNav comes in. The authors argue that the old way of connecting AI to robots was like giving a driver a map with only three pre-drawn roads to choose from. If the destination wasn't on one of those three roads, the driver was stuck. The new method, AgenticNav, changes the game entirely. Instead of forcing the robot to pick from a limited list of pre-approved moves, it gives the AI a set of "tools" it can call upon whenever it needs them. Think of the AI as a detective in a mystery game. Instead of the game forcing the detective to choose between "Go Left," "Go Right," or "Go Straight," the detective can now say, "I need to check the depth of that specific pixel on the wall," or "Show me the map of where I've been," or "I want to walk directly to that chair I see."

The paper introduces a system called AgenticNav, which acts as a "harness" or a control panel for these smart AI brains. The researchers found that by giving the AI three specific tools, it could navigate unseen environments much better than before, even without any extra training. The first tool is the Action Tool. Instead of choosing from a small list of suggested spots, the AI can point directly at any pixel in the camera's view and say, "Go there." The system then does the math to turn that pixel into a safe walking path. The second tool is the Depth Tool. Sometimes the AI needs to know exactly how far away something is. Instead of showing the AI a giant, confusing 3D map of depth, this tool lets the AI ask, "How far is the wall at this specific spot?" and get a precise number. The third tool is the Memory Tool. As the robot walks, it builds a compact map. If the robot gets confused or needs to remember a sign it saw earlier, it can ask the system to "recall" that specific moment, rather than trying to remember every single frame of the entire journey, which would overwhelm its brain.

The authors tested this system in a computer simulation called R2R-CE (using the Habitat simulator) and also on a real robot. The real-world validation involved 30 specific episodes spanning laboratory, office, and outdoor yard scenes, stressing tasks like reading signs, long-range navigation, and precise target arrival. They found that when using a powerful AI brain (GPT-5.5), their new method achieved a 55% success rate in reaching the goal, which was a significant jump from the previous best method (SmartWay) that only reached 44%. In terms of efficiency (how well it balanced success with taking a short path), they improved from 35.04% to 48.41%. The paper suggests that the bottleneck isn't just how smart the AI brain is, but how well we give it the tools to interact with the world. By letting the AI choose its own targets and ask for specific information, it becomes much more capable of navigating the real world, even in places it has never visited before. The researchers also noted that this approach works well with different types of AI brains, suggesting that this "tool-calling" style is a promising way forward for making robots that can truly understand and move through our complex world.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →