VLA-Feedback Corrects the Action Before the Chunk Finishes
Diffusion policies are good at writing a short string of moves, then bad at noticing the cup has already slid. A paper dated September 17, 2026, keeps the slow vision-language plan and spends the last denoising step on a fresh camera frame. Yiheng Ji and Xingru Zhou list the University of Texas at Austin. Mingyo Seo lists the University of Central Florida. Luis Sentis is a coauthor. They call it VLA-Feedback. The arXiv comment marks the work for the 10th Conference on Robot Learning (CoRL 2026) in Austin.
On static LIBERO tasks it matched GR00T. On dynamic simulation tasks, average success went from 27.5 percent to 85.0 percent. On a real Franka Emika Panda, average success went from 51 percent to 73 percent.

The usual pattern is to denoise a whole action chunk, then run it open-loop. If the object moves during that chunk, the arm is committed to a plan that is already stale. VLA-Feedback leaves the final denoising step as a small feedback interface. Each action can be corrected with the latest observation before it is sent, without rerunning the full vision-language diffusion model.
The real-robot set is three tasks, same start ranges and success rules for GR00T and for VLA-Feedback. Pick up bread: grasp and lift a stationary piece. Catch the rolling can: the can is pushed from the table edge at about 5 to 10 centimeters per second and then rolls free; success is grasp and lift. Drop the lemonade into the cup: the cup is pulled by a string at about the same speed; success is getting the lemonade in.
The project page shows the same idea on a toy that will not sit still: an open-loop chunk misses, and the feedback path updates while the toy moves. That page is a demo reel, not the trial log. The numbers above are from the paper.
A Humanβs Take
Open-loop chunks are fine when the world waits. A cup on a string does not wait, and neither does a can that is already rolling. Spending the last denoising step on a new frame is a smaller change than retraining the whole model, which is why I like it.
Fifty-one to seventy-three percent on three Franka tasks is a lab delta, not a shift. I want the same trick on a hand that has already closed around the wrong object, not only on a gripper that still has time to re-aim.