New Robot AI Threads Thin Rods Into Tiny Holes Almost Every Time
Factory robots just got much better at the fiddly jobs humans hate doing.
Researchers built RodForesight, a learning framework for slender rod insertion — a task that arises in precision manufacturing, where millimetre scale diameters and tight clearances demand accurate perception and control.
Conventional peg-in-hole methods assume a rigid object whose tip pose is fixed relative to the gripper. That assumption breaks down for a high aspect ratio rod, which can bend during manipulation, making its tip motion dependent on rod configuration, grasp, material properties, and contact.
RodForesight factorises the task into two stages: coarse approaching, which uses visual servoing to map diverse initial configurations into a compact near-hole hand-off region, and predictive insertion, which performs fine alignment and completes the insertion. The two stages can also be wrapped into an end-to-end design. During insertion, a diffusion policy generates candidate action chunks, while an action-conditioned world model predicts their effects on rod-hole alignment. This pre-execution evaluation lets RodForesight select the best action chunk based on predicted tilt and radial errors before execution.
In experiments, RodForesight improved the success rate from 88.9% to 96.7% compared to baseline methods such as diffusion policy.
- The robot uses a 'world model' — an AI that predicts what each move will do — before it actually moves, instead of learning by trial and error.
- Success rate improved from 88.9% to 96.7%, meaning failures dropped from about 1 in 9 to about 1 in 30.
- This targets precision manufacturing: phones, cars, and medical devices all rely on thin rods and pins being inserted perfectly, thousands of times a day.
Why It Matters
Fewer failed assemblies means less waste, lower costs, and cheaper, more reliable gadgets for you.