← Latest papers
🤖 machine learning

RoboTTT: Context Scaling for Robot Policies

The paper introduces RoboTTT, a robot policy framework that integrates Test-Time Training to scale visuomotor context to 8,000 timesteps, enabling one-shot imitation, on-the-fly improvement, and significantly superior performance on long-horizon tasks by compressing history into fast weights without increasing inference latency.

Original authors: Yunfan Jiang, Yevgen Chebotar, Ruijie Zheng, Fengyuan Hu, Yunhao Ge, Jimmy Wu, Tianyuan Dai, Scott Reed, Li Fei-Fei, Yuke Zhu, Linxi "Jim" Fan

Published 2026-07-17
📖 5 min read🧠 Deep dive

Original authors: Yunfan Jiang, Yevgen Chebotar, Ruijie Zheng, Fengyuan Hu, Yunhao Ge, Jimmy Wu, Tianyuan Dai, Scott Reed, Li Fei-Fei, Yuke Zhu, Linxi "Jim" Fan

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 world where robots are like incredibly talented but short-sighted chefs. They can chop a carrot or flip a burger perfectly if you tell them exactly what to do right now, but if you ask them to bake a complex cake from scratch, they often forget the first step by the time they reach the second. This is the current state of "robot foundation models"—the smart brains behind modern robots. They usually only look at the very last thing they saw before making a move, like trying to navigate a maze by only looking at the floor directly under your feet. While this works for simple tasks, it fails miserably when a robot needs to remember a long sequence of events, like assembling a toy car or fixing a circuit board, especially if something unexpected happens along the way. Scientists have long wondered: what if a robot could remember everything it just did, not just the last second, and use that long memory to learn and adapt on the fly?

Enter RoboTTT, a new kind of robot brain developed by researchers at NVIDIA, Stanford, and the University of Texas at Austin. Think of RoboTTT not as a robot that just "remembers" a long list of steps, but as a robot that has a magical, self-updating notebook. While traditional robots have a static brain that stays the same once it's built, RoboTTT has a special "fast weight" system. Imagine that every time the robot sees something new or makes a move, it instantly scribbles a tiny note in its notebook, changing its own internal wiring just enough to understand the current situation better. This happens in real-time, even while the robot is working. By scaling this "notebook" to hold a massive amount of history—up to 8,000 timesteps (which is about five minutes of continuous action at high speed)—RoboTTT unlocks superpowers that previous robots couldn't dream of. It can watch a human do a task once and copy it perfectly without any prior training on that specific setup. It can also fix its own mistakes instantly if a human bumps into it or if it drops a part, all by looking back at its own recent history to figure out what went wrong.

The researchers found that giving robots this long-context memory isn't just a small upgrade; it's a game-changer. In their tests, RoboTTT was able to complete a complex, ten-stage assembly task that took five minutes to finish—a task that no other robot model, even the best ones with short memories, could ever finish. While standard robots failed to get past the first few steps, RoboTTT succeeded in 6 out of 10 one-shot imitation trials (copying a human video it had never seen before) and recovered from external bumps with an 83% success rate, compared to just 53% for the best short-memory robot. The paper suggests that simply making the robot's memory longer is a new way to make them smarter, showing steady improvements as the memory grew from a few seconds to over four minutes.

One of the coolest tricks RoboTTT pulls off is something called "DAgger Distillation." Imagine a student learning to ride a bike. If they fall, a parent might catch them and steer them back on track. A normal robot might just forget the fall and try to ride again, making the same mistake. RoboTTT, however, treats the fall and the correction as a single story. It learns from the mistake (the fall) by looking at the correction (the parent's help) and updates its internal "notebook" to remember: "When I lean this way, I need to steer that way." This allows it to improve its own performance on the fly, without needing a human to teach it again. The study shows that this method helps the robot recover from errors 36% better than models that don't use this technique.

The paper also rules out some common ideas about how to fix robot memory. For instance, simply pasting a long list of past images into the robot's brain (like a long video feed) doesn't work well; it actually confuses the robot and makes it perform worse. Similarly, using a standard "recurrent" memory (like a simple loop that updates a state) isn't enough. The researchers found that the key is the way the memory updates: it needs to be a flexible, non-linear system that changes its own parameters using a process similar to how humans learn from experience (gradient descent), rather than just shifting a static state.

In the end, RoboTTT suggests that the future of robot intelligence might not just be about making the robot's brain bigger or smarter in a static sense, but about giving it the ability to learn and adapt continuously while it works. By scaling the context to 8,000 timesteps, the researchers showed that robots can become much more robust, capable of handling long, complex tasks, and even learning from a single human demonstration. While the paper notes that training these models is expensive and they still can't handle every possible failure, the results strongly suggest that "long-context" is a new, powerful axis for scaling robot intelligence, turning clumsy, short-sighted machines into adaptable, long-term problem solvers.

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 →