Contact-gated torque fusion for diffusion-policy manipulation
A contact-gated torque path is a practical upgrade for robot manipulation teams already running vision-based diffusion policies on contact-rich tasks. The paper’s result is narrow but useful: torque helps when the policy only reads it after contact begins, and the gain is large on tasks where vision cannot reveal insertion state, friction, or load. In the reported setup, adaptive vision-torque fusion reached 82.0% average success across bottle placement, connector pull-out, and egg-boiler lid opening, ahead of torque gating alone at 68.0% and far above vision-only at 30.0%. The bottle experiment is the clearest deployment signal. Vision-only handled empty bottles at 8/10 and full bottles at 0/10, while the adaptive model kept 9/10 on empty and 7/10 on full.
The build here is straightforward: add a contact detector on external joint torque, zero out the torque branch during free motion, and log when the fusion weight turns on. That gives teams a concrete test before retraining a larger policy stack. A cheap validation pass is to replay existing robot logs and measure whether failures cluster at the first-contact window, then compare a vision-only policy against a contact-gated variant on the same SKUs with weight or fit variation. Warehousing, light assembly, and appliance handling teams would care first because they already face cases where the object looks similar before contact but behaves differently once the gripper loads it.