Teahose.
SIGN IN
NEW HERE — WHAT TEAHOSE DOES
We read the entire AI & tech firehose — so you don't have to.
PODPodcastsAll-In, No Priors, Acquired…
NEWNewslettersStratechery, Newcomer…
PAPPapersPhysical AI research
PHProduct Huntdaily launches
VCInvestor ScoutSequoia, a16z, Benchmark…
CLAUDE DISTILLS →
7 reads, 30 sec each — free, 6 AM ET.
+ a live graph of the companies, people & themes underneath.
HOME/ARXIV PHYSICAL AI RESEARCH/Zero-Shot Sim-to-Real Contact-Ri…
PAPR
// RESEARCH PAPER
ARXIV PHYSICAL AI RESEARCH

Zero-Shot Sim-to-Real Contact-Rich Assembly via Proprioception-Anchored Cross-Modal Pretraining

DATE September 7, 2026SOURCE ARXIV PHYSICAL AI RESEARCHPARTICIPANTS YUHAN WANG, WENZHAO LIAN, ET AL. (ARXIV PHYSICAL AI)ARXIV 2609.07534
In this episode
// SUMMARY

1. Key Themes

Zero-Shot Sim-to-Real Transfer for Submillimeter Assembly

The paper demonstrates that policies trained entirely in simulation can be deployed directly to real hardware for contact-rich assembly tasks with submillimeter tolerances (0.1 to 1.0 mm). PACE achieves an average real-world success rate of 93.3% across four tasks, with an average sim-to-real performance drop of only 2.7 percentage points. As stated in the Abstract: "Across four contact-rich assembly tasks, PACE attains an average real-world success rate of 93.3% and only a 2.7-percentage-point sim-to-real drop, meanwhile remaining robust to perturbations that substantially degrade pose-based and learned-fusion baselines."

Proprioception as a Cross-Domain Anchor

The core innovation is using proprioception (joint positions and velocities) as a stable supervisory signal to train visual and force/torque (F/T) representations. Because joint encoders are calibrated and consistent between simulation and reality, they serve as an "anchor" to filter out domain-specific noise like lighting changes or sensor bias. The authors note in Section I: "We observe that proprioception is comparatively consistent across domains because calibrated joint positions and consistently computed joint velocities align closely between simulation and hardware."

Eliminating External Pose Estimation

PACE enables direct pixel-to-action control without relying on external perception modules (like AprilTags or object detectors) for object pose tracking. This bypasses a major failure point in traditional modular pipelines where small pose estimation errors cascade into catastrophic control failures. Section I states: "Policies trained on frozen PACE features are deployed on hardware without real-world fine-tuning or object-pose tracking."

Robustness to Real-World Perturbations

The system maintains high performance under common deployment disturbances. In tests on the GearMesh task (Section VI-B, Fig. 5), PACE maintained 90-100% success rates under changes in lighting, background appearance, a 2-cm lateral camera shift, and a 2-N F/T sensor bias. In contrast, the Pose-Based PPO baseline dropped to 10% success under the camera shift.

2. Contrarian Perspectives

External Pose Estimation is a Brittle Bottleneck

Conventional wisdom in industrial robotics often favors modular pipelines: a perception system estimates poses, and a controller acts on those estimates. This paper argues that for submillimeter assembly, this decoupled design is fundamentally brittle. Section I explains: "For assemblies with submillimeter clearances, millimeter-scale pose errors caused by lighting variation, or calibration drift can lead to control errors from which the policy cannot recover." The results show Pose-Based PPO suffers an 18.9 percentage point average sim-to-real drop, compared to PACE's 2.7 points (Table I).

Generic Visual Foundation Models Are Insufficient for Precision Assembly

While large-scale visual foundation models (like DINOv2, R3M, VC-1) have driven advances in general manipulation, this paper argues they lack the fine-grained spatial reasoning needed for tight-tolerance assembly without task-specific pretraining. The "No-Pretrain RL" baseline, which uses frozen DINOv2 features, achieved only a 7.5% average real-world success rate with high variance. Section VI-A notes: "Generic backbone features combined with raw F/T and proprioceptive observations therefore do not support reliable policy learning across the four geometries."

Domain Randomization Alone Cannot Bridge the Gap for Tight Tolerances

Domain randomization is a standard technique for sim-to-real transfer, but the authors argue it is insufficient when tolerances are submillimeter. Section I states: "Domain randomization [3], [4] varies visual and physical parameters during training, but residual discrepancies may remain large relative to assembly tolerances." PACE addresses this by explicitly training the encoder to suppress domain-specific factors rather than just exposing the policy to them.

3. Companies Identified

CoreNetic.ai

  • Description: An AI/robotics company or lab.
  • Why relevant: Co-author Yurou Chen is affiliated with this institution (Footnote 1), suggesting industry involvement in the research.
  • Quotes: "Yurou Chen2, ... 2 CoreNetic.ai."

Franka Emika

  • Description: Manufacturer of the Franka FR3 robotic manipulator.
  • Why relevant: The hardware platform used for all real-world experiments, indicating the method is validated on a standard industrial-grade 7-DoF arm.
  • Quotes: "All experiments use a Franka FR3 manipulator equipped with two 224 × 224-pixel wrist-mounted RGB cameras [47] and a six-axis wrist F/T sensor." (Section V-A)

NVIDIA

  • Description: Provider of the Isaac Gym and Isaac Lab simulation frameworks.
  • Why relevant: The entire RL training and data collection pipeline relies on NVIDIA's GPU-accelerated simulation, highlighting the infrastructure required to train these policies.
  • Quotes: "For each task, we train a privileged-state PPO policy [45] in Isaac Lab [46]." (Section IV-A)

4. People Identified

Yuhan Wang

  • Lab/Institution: Shanghai Jiao Tong University
  • Why notable: Lead author of the paper, driving the research on proprioception-anchored cross-modal pretraining for sim-to-real transfer.

Wenzhao Lian

  • Lab/Institution: Shanghai Jiao Tong University
  • Why notable: Corresponding author, indicating principal oversight of the research direction and methodology.

B. Tang

  • Lab/Institution: Referenced author (IndustReal, AutoMate)
  • Why notable: Developer of the IndustReal and AutoMate benchmarks, which represent the state-of-the-art baselines that PACE outperforms. Tang's methods rely on external pose estimation, which PACE explicitly bypasses.
  • Quotes: "IndustReal [1] combines Mask R-CNN object detection with AprilTag-based camera calibration to estimate planar part poses... AutoMate [2] scales to 100 assembly geometries and demonstrates zero-shot transfer to hardware, but its policies also rely on perception-initialized pose estimates." (Section II-A)

5. Operating Insights

Leverage Stable Sensor Modalities to Train Representations for Unstable Ones

CTOs should consider using highly reliable, calibrated sensor data (like joint encoders/proprioception) as a supervisory signal to train encoders for noisier, domain-shift-prone sensors (like cameras and force/torque sensors). By forcing visual and F/T features to predict proprioceptive state transitions, the encoder naturally filters out domain-specific noise (lighting, sensor bias) and retains physical motion cues. Section I notes: "Static domain-specific factors, including lighting, texture, and sensor bias, contain little information about joint motion; the proposed objective therefore encourages the encoder to suppress these factors while retaining task-relevant motion cues."

Zero-Shot Deployment is Viable for Submillimeter Assembly Without External Perception

For contact-rich assembly tasks with tight tolerances, teams can skip the integration of brittle external pose trackers (e.g., AprilTags, object detectors) if they employ cross-modal pretraining. PACE deploys directly from sim to real using only wrist cameras, F/T sensors, and proprioception. Section I states: "Policies trained on frozen PACE features are deployed on hardware without real-world fine-tuning or object-pose tracking."

Force and Vision Play Complementary, Non-Interchangeable Roles

Engineering teams must ensure both visual and force/torque modalities are integrated for robust assembly. Ablations in Section VI-A show that removing the force stream causes the largest drop in simulated success (11.3 pp), particularly for tasks involving meshing or sloped geometries. Conversely, removing the visual stream drops success to under 10%, as force alone cannot provide the initial spatial alignment needed before contact is made.

6. Overlooked Insights

Zero-Sum Temporal Kernels Suppress Static Sensor Bias

A subtle but powerful architectural detail is the use of a learnable, per-dimension, zero-sum temporal kernel initialized to compute a first-order difference. By enforcing a zero-sum constraint, the architecture mathematically guarantees that constant offsets—such as a persistent F/T sensor bias or static lighting conditions—are removed from the motion code. Section IV-B explains: "This constraint removes constant offsets, such as static appearance components or sensor bias, from the motion code and retains temporal changes in the visual and force signals."

Cross-Modal Masked Reconstruction Prevents Redundant Representations

To ensure the visual and force streams do not simply learn the same information, the pretraining uses a masked autoencoding objective in the feature space. By masking half the dimensions of the concatenated visual, force, and proprioception vectors, the model is forced to infer missing information across modalities. Section IV-C states: "Locally correlated dimensions can be recovered within a modality, whereas the remaining information must be inferred across modalities. This objective consequently encourages the two pathways to encode complementary information." This directly contributes to robustness when one modality is compromised (e.g., lighting changes).