One AI model can now learn a whole set of robot manipulation skills at once, without ballooning in size or forgetting how to do any of them well.
Researchers behind a new arXiv preprint tackle a real bottleneck in robot learning: training a separate AI policy for every task a robot needs to do is expensive and doesn't scale. Their method starts with individual expert models, each trained on one task using conditional flow matching (CFM), a generative technique already shown to beat older approaches on manipulation benchmarks. Instead of just dumping all the demonstration data into one bigger model - which usually means either inflating the model's capacity or watching performance slide - they distill the "velocity fields" each single-task expert learned and transfer that knowledge into one shared multi-task policy. Tested on the RLBench simulation benchmark, the distilled multi-task model outperformed a policy trained the naive way, while keeping the same model size.
The efficiency argument is the real story here. Robotics labs and companies that want a single robot arm to handle multiple jobs - packing, sorting, assembly - don't want a separate neural network for each one. If distillation from single-task experts reliably beats brute-force multi-task training at a fixed model size, that's a cheaper path to general-purpose robot policies, not just a benchmark win.
Worth noting: this is all still happening in simulation, on RLBench's curated task set, not on a warehouse floor. Getting a technique to work when tasks are cleanly defined and demonstrations are plentiful is a different problem than making it hold up amid the mess of real-world manipulation.