← Latest papers
💻 computer science

Do Better Imagined Rollouts Mean Better Robot Control? A Controlled Study of World-Model Evaluation Under Feedback

This paper demonstrates that for robotics applications relying on feedback, offline predictive model evaluations using open-loop rollouts are less reliable than trajectory replay or closed-loop testing, as they often fail to correlate with actual control performance unless the evaluation schedule explicitly mirrors the system's measurement-update pattern.

Original authors: Dharini Raghavan, Amritpal Singh

Published 2026-09-03
📖 5 min read🧠 Deep dive

Original authors: Dharini Raghavan, Amritpal Singh

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

Robots that move through the real world rely on a constant, invisible conversation between their eyes, their wheels, and their brains. To navigate, a robot must first guess where it is, then decide how to move, and finally check its surroundings to see if the guess was right. This cycle happens again and again, thousands of times an hour. If the robot's internal guess is slightly wrong, the correction it makes might send it off course. If the guess is wrong in a different way, the robot might correct itself perfectly. For years, engineers have tried to judge how good a robot's "brain" is by testing it in a quiet, controlled environment where it predicts the future without any new information. They ask the model to imagine a path forward and see how far off it gets. But this paper asks a simple, crucial question: does being good at imagining the future in a vacuum actually mean a robot will be good at driving a car or walking through a forest when real sensors are constantly updating its view?

The researchers at Georgia Tech and Emory University set out to answer this by building a controlled experiment with a small, wheeled robot. They gave the robot a specific path to follow, a set of wheels that sometimes slipped, and a gyroscope that drifted slightly off course. To help the robot know where it was, they placed known landmarks around the room that the robot could see occasionally, but not constantly. The robot had to use its wheel sensors to guess its position between these sightings. The team tested six different ways the robot could estimate its location. Some relied purely on math and wheel data, while others used learned patterns to fix the errors in those math models. They then compared three different ways of testing these robots. First, they replayed a recorded journey where the robot saw every landmark exactly as it happened in the past. Second, they asked the robot to imagine a twenty-step journey into the future without seeing any landmarks at all, relying only on its internal guess. Third, they let the robot drive in real-time, where its guesses directly controlled the wheels, and it received landmark updates whenever they were available.

The results revealed a surprising disconnect. When the researchers looked at how well the robots performed in the real-time driving test, the method that best predicted the winner was the one where the robot simply replayed a past journey with all the landmark updates included. This method correctly identified the best robot in most cases. However, the popular method of asking the robot to imagine a long, twenty-step journey without any new information was much worse at predicting the real-world winner. In fact, this "imagined rollout" method picked the wrong robot as the best performer in eighteen out of twenty-four different testing scenarios. The paper shows that a model can be very good at predicting where a robot will be if it never gets corrected, but that skill does not translate to a robot that is constantly being corrected by new sensor data. The ability to drift accurately in a vacuum is not the same as the ability to navigate with help.

The study went deeper to understand why this happened. The researchers realized that the problem wasn't just the length of the imagined journey, but the lack of updates during that journey. When they tested the robots with a long imagined path but allowed them to receive a sensor update at every single step, the test became accurate again. It was only when they combined a long prediction time with a total lack of updates that the test failed to match reality. This suggests that for robots operating in a feedback loop—where they act, sense, and correct—the way we test them must mimic how they actually work. If a robot gets frequent updates in the real world, testing it by asking it to guess for a long time without any updates is misleading.

The team also explored whether they could train the robots to be better at these long, uncorrected guesses. They trained some of the learning-based robots to handle longer periods without seeing any landmarks. In some cases, this helped. For the robots that used a strong mathematical foundation to start, training them to handle long gaps reduced their errors significantly, cutting the distance they wandered off course from over one and a half meters down to just over one meter. However, this improvement was not universal. For robots that started with a weaker mathematical foundation, training them to handle long gaps did not help at all; in some cases, it made them slightly worse. This finding suggests that simply exposing a robot to more difficult training conditions does not guarantee it will become more robust. The underlying structure of the robot's brain matters just as much as the training it receives.

Ultimately, the paper argues that the way we evaluate predictive models in robotics needs to change. We cannot just measure how far off a model gets after a long time without data. Instead, we must measure how well the model performs under the specific schedule of updates it will face in the real world. If a robot receives a camera image or a sensor reading every second, its evaluation should include those updates every second. If we test it by asking it to guess for a minute without any help, we are testing a different skill entirely. The most useful benchmark is one that reflects the rhythm of the robot's actual life: the act of moving, the arrival of new information, and the correction of the path. By aligning our tests with the reality of how robots operate, we can choose the right tools for the job and build machines that truly understand the world they move through.

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 →