Phase-labeled fine-tuning for contact-heavy manipulation
A two-phase manipulation policy is now a concrete build target for teams training on small robot-demonstration sets. Move-Then-Operate splits coarse approach motion from contact work, trains a separate expert for each phase, and routes each action chunk through the matching expert. In the reported RoboTwin2 setup, that lifted average success to 68.88% with 50 demonstrations per task, versus 44.75% for pi_0, with large gains on contact-heavy tasks such as Click Bell at 99% versus 44% and Place Cans Plasticbox at 79% versus 34%.
The practical workflow change is straightforward: label demonstration segments as approach or contact, then stop asking one action head to learn both behaviors from the same gradients. The paper’s own labeling pipeline uses video, language, subtask decomposition, and end-effector velocity cues, which makes this test cheap enough for an existing imitation-learning stack. A first check is to replay your current logs, split trajectories at contact onset, fine-tune two small adapters or heads, and measure whether final-stage failures drop on press, click, insert, and placement tasks. This looks most useful for labs and robotics teams that already have a base VLA policy but keep losing reliability at the last centimeter of motion.