InternW0: A Foundational Physical World Model for Efficient Real-World Interactions
- 01Asynchronous Decoupling of Prediction and Control Enables 16 Hz Real-Time Robot Operation
- 02Contact-Aware Post-Training Brings Force/Tactile Sensing to General-Purpose Policies
Shanghai AI Laboratory | arXiv:2609.27656v1 | September 2026
1. Key Themes
Asynchronous Decoupling of Prediction and Control Enables 16 Hz Real-Time Robot Operation
The core architectural innovation is separating a high-capacity "video expert" (slow, expensive future prediction) from a lightweight "action expert" (fast, cheap action generation). Rather than regenerating the full predictive plan at every control step — which is the bottleneck in most world-action models — InternW0 caches the video expert's layerwise K/V representations and adapts them to new observations through an "observation-conditioned context routing" mechanism. This achieves 60.73 ms critical-path latency and 16.47 Hz policy update rate, a 3.13× speedup over Fast-WAM (190 ms, 5.26 Hz) and a dramatic improvement over Motus (1866 ms, 0.54 Hz). As the paper states in Section 6.1: "InternW0 reduces the critical-path action-generation latency to 60.73 ms, corresponding to a maximum model-side policy update rate of 16.47 Hz." The practical implication: a robot can react to environmental deviations in ~60ms rather than waiting nearly 2 seconds for a full video prediction cycle.
Contact-Aware Post-Training Brings Force/Tactile Sensing to General-Purpose Policies
InternW0's pretraining stage uses only vision, language, and proprioception — no force or tactile data required. Force/tactile signals are introduced during post-training for contact-rich tasks, where the action expert is extended to jointly predict end-effector poses and 6D interaction wrenches (3 force + 3 moment components). This design choice means the expensive pretraining backbone remains modality-agnostic, while contact-awareness is a lightweight add-on. The paper demonstrates this on a 20-DoF dexterous hand performing quantitative pipetting — a 5-stage task requiring hybrid force-position control for tip attachment, liquid aspiration, and dispensing. InternW0 achieves 65.3% progress rate vs. π0.5's 46.7% and Fast-WAM's 18.7% (Table 7, Section 5.1). The failure analysis in Figure 6 is particularly telling: *"InternW0 accommodates an initially misaligned pipette by adapting its pose online in response to contact forces and yielding compliantly to external forces, thereby aligning the tip with the target opening... π0.5 continues to apply downward force during insertion until the pipette slips out of its grasp