← Latest papers
💻 computer science

ODG-NoMaD: Overhead-Camera Direction-Guided NoMaD

ODG-NoMaD enhances the NoMaD vision-navigation policy by integrating overhead-camera-derived global direction guidance into its diffusion-based exploration process, significantly reducing target distance and ensuring collision-free navigation in unseen environments without requiring policy retraining.

Original authors: Blossom Treesa Bastian, Keerthi S. Shetty, Manish Kolachalam, Rani Malhotra, Ashish Dutta

Published 2026-08-25
📖 5 min read🧠 Deep dive

Original authors: Blossom Treesa Bastian, Keerthi S. Shetty, Manish Kolachalam, Rani Malhotra, Ashish Dutta

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 a robot sent into a room it has never seen before, tasked with finding a specific spot on the floor. The robot has no map, no instructions, and no one to guide it. It can only see what is directly in front of its eyes through a single camera. In such a situation, a robot trained to explore often behaves like a person wandering a new city without a compass: it moves forward, turns when it hits a wall, and occasionally circles back to places it has already visited. It might eventually stumble upon the goal by pure luck, but more often, it wanders aimlessly, trapped in local corners of the room, unable to grasp the bigger picture of where it needs to go. This is the core challenge of autonomous navigation in unknown spaces: how to give a robot the local reflexes to avoid immediate obstacles while also providing the global awareness needed to reach a distant destination.

Researchers have developed powerful learning-based systems that allow robots to learn how to move by watching thousands of examples, rather than being programmed with strict rules. One such system, known as NoMaD, is remarkably good at two things: navigating to a specific target when shown a picture of it, and exploring an unknown area when no target is given. However, in its exploration mode, the system lacks a sense of direction. It generates many possible paths, but without a global guide, it cannot tell which direction leads toward the goal. It is reactive, meaning it responds to what it sees right now, but it is not strategic. To solve this, a team of researchers from Infosys and the Indian Institute of Technology Kanpur has created a new method that combines the robot's learned ability to move with a simple, one-time view of the room from above.

The new approach, called ODG-NoMaD, works by giving the robot a brief glimpse of the entire workspace from a ceiling-mounted camera before it starts moving. This overhead camera takes a single depth image, which measures the distance to objects, and uses it to build a top-down map of the room. This map shows where the walls are, where the furniture sits, and where the open floor is. Using this map, a computer planner draws a safe, straight-line path from the robot's starting point to the target. This path is then broken down into simple directions, telling the robot which way to head at any given moment. The crucial innovation is that this global direction is not used to replace the robot's own decision-making. Instead, it is gently injected into the robot's existing learning model while it is running. The robot still uses its own camera to see the floor and avoid immediate bumps, but it now has a subtle bias pulling it toward the correct heading.

The researchers tested this system in a simulated office environment, a space filled with tables, chairs, and bins, similar to what one might find in a real workplace. They compared the new method against the standard, unguided version of the robot and another system that tries to guide the robot by pointing directly at the goal. The results showed a dramatic difference. Without any guidance, the standard robot wandered off course and stopped far from the target in most attempts. The new method, however, successfully guided the robot to the goal in every single trial, cutting the average distance it fell short by roughly seven times compared to the unguided version. It also performed better than the system that pointed directly at the goal, because the new method guided the robot along a general direction rather than forcing it toward a single point, which allowed it to remain flexible and adaptable.

Perhaps the most significant finding was how the system handled surprises. In some tests, the researchers placed new obstacles in the room after the overhead map had been created and the path planned. These obstacles were not on the map, so the robot could not have known they were there. The standard guided robot, which relied only on the pre-planned path, would have tried to drive straight into these new objects. The full ODG-NoMaD system, however, used a second, real-time check. As the robot moved, it used its own onboard camera to scan the floor directly in front of it. If it detected a new obstacle blocking the planned path, it would instantly calculate a safe detour, steering around the object while still keeping its general direction toward the goal. This allowed the robot to reach the target without hitting anything, even when the environment changed after the initial map was made.

The study demonstrates that it is possible to give a learning-based robot a sense of global direction without having to retrain it or teach it new rules. By simply adding a one-time overhead view and a way to check for immediate obstacles, the researchers turned a wandering explorer into a purposeful navigator. The system works entirely while the robot is running, using the pre-trained model exactly as it was, but steering its choices with a gentle, global nudge. This suggests a practical path forward for robots that need to operate in dynamic, unknown spaces, such as disaster zones or busy warehouses, where they must be able to find their way to a goal while reacting safely to the unexpected changes of the real 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 →