ε4P: Upcycling Imperfect Data for High-Precision Robotic Manipulation

· Editorial Team estimated
vision-language-action data-efficiency flow-matching high-precision-manipulation teleoperation co-training

High-precision manipulation is where vision-language-action policies break down, and the usual remedy is task-specific teleoperation data, which is slow and expensive to collect. ε4P attacks the data problem instead of the model: it upcycles two sources that are normally thrown away, namely low-precision data from the target task and high-precision data from mismatched tasks, and controls where each source contributes along the flow-matching trajectory rather than mixing them uniformly. Low-precision target-task data is applied at high noise to preserve high-level task context, while high-precision mismatched-task data is applied at low noise to transfer low-level action precision. On real-robot sub-millimeter precision tasks and coarse-grained tasks, the method improves policy performance by up to 31.7 percentage points and can replace an equal amount of task-specific high-quality data with an average drop of only 4.2 points.

Paper · arXiv:2609.26672

Precision is where generalist robot policies stop looking general. A vision-language-action model can pick up broad manipulation competence from large mixed corpora, but the stages that decide whether an industrial task succeeds — seating a connector, threading a cable, closing a sub-millimeter tolerance — are learned almost entirely from task-specific, high-quality demonstrations, and those come from teleoperation. Teleoperation is slow, it needs a skilled operator, and it needs the task itself, which means precision tasks are exactly the ones whose data is hardest to obtain. The standard answer is to collect more. ε4P argues that much of what is needed already exists in data that current pipelines discard.

Core Innovation

The paper identifies two imperfect sources that are normally excluded from co-training and shows they carry complementary information.

  • Low-precision target-task data. Demonstrations of the right task executed imprecisely. They encode what the task is and how it proceeds, but not how to execute it cleanly.
  • High-precision task-mismatched data. Demonstrations of the wrong task executed precisely. They encode clean low-level action structure, but no information about the target task.

The key move is not to mix the two sources uniformly. Because a flow-matching policy is trained along a noise trajectory from pure noise to clean actions, the training signal at each noise level carries a different responsibility: high noise governs coarse structure and task-level context, low noise governs fine action detail. ε4P therefore routes each source to the region of the trajectory where it is actually informative — low-precision target-task data at high noise, high-precision mismatched data at low noise. The two imperfect sources are complementary instead of conflicting, and the change is a training-schedule decision that does not alter the policy architecture.

Results

  • On real-robot experiments spanning sub-millimeter, high-precision tasks and coarse-grained tasks, using the two imperfect sources improves policy performance by up to 31.7 percentage points.
  • The same method can replace an equal amount of task-specific, high-quality data with an average performance drop of only 4.2 percentage points.

Limitations

The abstract reports no platform, task count, demonstration volume, or baseline list, and the 31.7-point figure is described as a best case, so the spread across tasks is unknown. The method still requires a source of high-precision data — it is imperfect in task fit, not in execution quality — so a lab with no precise demonstrations at all gains nothing from the mismatched-task term. It is also unclear how much low-precision target-task data is needed to carry task context, or how the routing boundaries should be chosen for a new task; a fixed split that works for one precision regime may not transfer. There is no evidence on generalization to unseen objects or tools, on long-horizon multi-stage assembly, or on how the approach interacts with reinforcement-learning refinement. All evaluation is real-robot but appears confined to a single setup, and no inference or deployment cost is reported.

Industry Implications

The economics of precision automation currently hinge on how many skilled teleoperation hours a task is worth. If imperfect data can be systematically repurposed, that number drops on two fronts at once: unrehearsed or imprecise runs of the target task stop being wasted, and precise demonstrations of other tasks become reusable assets rather than task-locked ones. A 4.2-point average penalty for substituting imperfect data is a credible trade in settings where collecting matched high-quality demonstrations costs weeks. The practical questions this leaves open are the familiar production ones — how to certify a policy whose training corpus has no single clean provenance, and how much of the routing schedule survives contact with a real assembly line’s variability.