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/Video2DoorTraversal: Push Door T…
PAPR
// RESEARCH PAPER
ARXIV PHYSICAL AI RESEARCH

Video2DoorTraversal: Push Door Traversal via Simulated Door Twins

DATE August 20, 2026SOURCE ARXIV PHYSICAL AI RESEARCHPARTICIPANTS XINCHENG TANG, RUIGANG YANG, ET AL. (ARXIV PHYSICAL AI)ARXIV 2608.20251
// KEY TAKEAWAYS5 ITEMS
  1. 01Single Video as the Entire Data Collection Pipeline
  2. 02Near-Perfect Real-World Success on a Hard Long-Horizon Task
  3. 03Agentic Simulation-in-the-Loop Replaces Human Teleoperation
  4. 04Zero-Shot Cross-Door Generalization at 80.95%
  5. 05Interaction-Aware Policy Architecture Outperforms Generic Imitation Learning
// SUMMARY

1. Key Themes

Single Video as the Entire Data Collection Pipeline

The most operationally significant achievement here is collapsing door-specific data collection to a single smartphone video. The DoorTwin module reconstructs a "metrically aligned, articulated, and simulation-ready door twin" from one RGB video, without laser scans, depth sensors, or manual CAD modeling. The system then auto-generates training demonstrations inside simulation. As the abstract states: "Given one RGB video of a real door, DoorTwin reconstructs an instance-aligned, articulated, and simulation-ready door twin with realistic geometry and appearance." For deployment teams, this eliminates the most expensive bottleneck in robot skill acquisition: per-site data collection.

Near-Perfect Real-World Success on a Hard Long-Horizon Task

The system achieves 96.57% average success across five real doors (35/35 on two of them, per Table V), completing "the full approach, opening, and traversal sequence in approximately 13s on average." This is not a tabletop manipulation benchmark — it is a mobile robot completing a multi-stage, contact-rich, whole-body task in uncontrolled real environments. For context, the best prior baseline (Vanilla ACT) scored 65.71% on the same doors. The gap — nearly 31 percentage points — represents a qualitative leap in deployment readiness.

Agentic Simulation-in-the-Loop Replaces Human Teleoperation

Rather than requiring expert teleoperators to demonstrate tasks, the system uses an LLM/VLM agent that writes parameterized skill programs, executes them in Isaac Gym, diagnoses failures, and iterates. The paper reports: "The full method improves the success rate by 11.25% over the rule-based baseline and by 37.50% over the no-rollout variant" (Table IV). Crucially, "removing simulator feedback causes a substantial performance drop, showing that geometric alignment or VLM reasoning alone cannot reliably produce physically executable trajectories." This validates a specific architectural choice — agentic + simulator verification — over purely LLM-driven approaches that skip physics grounding.

Zero-Shot Cross-Door Generalization at 80.95%

A policy trained on one reconstructed door achieves 80.95% success (25/35, 31/35, 29/35 across three unseen doors) on structurally similar but never-seen doors, without retraining. This is reported in Section IV-E: "Across three unseen doors, the policy succeeds in 25/35, 31/35, and 29/35 trials, respectively, yielding an average zero-shot success rate of 80.95%." For operators managing fleets across multiple sites, this implies a single training run may cover a class of doors — not just one specific instance.

Interaction-Aware Policy Architecture Outperforms Generic Imitation Learning

ArticuACT introduces two non-obvious architectural choices: Plücker ray conditioning (making the policy geometrically aware of where cameras are relative to the robot body) and auxiliary interaction-state prediction (contact, handle rotation progress, door-open progress). The ablation in Fig. 5 shows these two modules together lift traversal success by 26.18 percentage points over vanilla ACT in joint-command space. The paper notes: "robot-centric geometric conditioning and interaction-aware auxiliary supervision provide complementary benefits." For teams choosing policy architectures, this quantifies the value of domain-specific inductive biases over generic transformers.


2. Contrarian Perspectives

You Don't Need Teleoperation Data to Train Manipulation Policies

The dominant paradigm in embodied AI — collect teleoperated demonstrations, train imitation learning — is directly challenged here. This system generates all training data synthetically, inside simulation, via an agent that iterates on failures. The paper states the agentic loop produces "executable demonstrations without human teleoperation." The 96.57% real-world success rate (Table V) is the evidence. This matters because teleoperation is the primary scaling bottleneck for most robotics companies today: it's expensive, slow, operator-fatigued, and hard to parallelize. If agentic sim-to-real pipelines can match or exceed teleoperation quality on structured tasks, the economics of robot skill acquisition change fundamentally.

Point Cloud and RGB Policies Are the Wrong Sensory Substrate for Contact-Rich Mobile Manipulation

Most leading visuomotor policies use RGB or point-cloud inputs. This paper uses only depth images — and beats RGB-based and point-cloud-based baselines by significant margins. UniDoorManip, which uses third-person point-cloud observations, achieves 74.22% door opening but degrades to 50.78% on traversal. DP3, which encodes point clouds, achieves 66.41% traversal. ArticuACT with dual-view depth achieves 97.27% in simulation. The paper argues: "third-person point-cloud observation [is] less effective for the precise base-arm coordination required after opening the door." The practical implication: for contact-rich, whole-body tasks, robot-centric depth with geometric conditioning (Plücker rays) may be a more tractable sensory representation than richer but noisier RGB or point-cloud inputs.

Joint-Command Prediction Beats End-Effector Command Prediction

The robotics field has broadly converged on end-effector (Cartesian) action spaces for manipulation policies, on the theory that they are more generalizable. This paper's ablation directly contradicts that for contact-rich tasks: "joint-command policies consistently outperform their end-effector-command counterparts, suggesting that direct joint prediction is better aligned with the low-level controller and enables more reliable execution during precise and contact-rich door traversal" (Section IV-D). The performance gap shown in Fig. 5 holds across every policy variant tested. For engineering teams choosing action representations, this is a dataset-backed argument to reconsider the default.


3. Companies Identified

Unitree Robotics The hardware platform for all real-world experiments. The paper uses "a Unitree A2-W wheel-legged base equipped with a Unitree Z1 arm." Two Intel RealSense D435 cameras provide perception. Unitree's wheel-legged platform is the direct commercial beneficiary of this work — the entire pipeline is validated on their hardware. Competitors building legged or wheel-legged platforms (Boston Dynamics, Agility, Fourier Intelligence) face a demonstration that Unitree hardware can achieve near-perfect success on a canonical real-world manipulation task using onboard compute only.

NeoWa Robotics Co-affiliated institution for at least one author (Jinchuang Zhang, affiliation 3: NeoWa Robotics). This is a Chinese robotics startup with direct involvement in the research. Their connection to the SJTU team suggests they may be productizing or funding this pipeline.

Tripo AI Their "Tripo 3D" tool is used in the DoorTwin pipeline for texture and material synthesis: "The finalized untextured door model and the processed reference image are then provided to Tripo 3D to synthesize the texture and material maps." This positions Tripo AI as an infrastructure dependency in real-to-sim pipelines, not just a standalone 3D generation product.

Intel (RealSense) The D435 depth cameras are the sole perception sensors for the entire deployed system — "Two Intel RealSense D435 cameras provide onboard perception." The fact that this level of performance is achievable with commodity RealSense sensors (rather than specialized LiDAR or structured light systems) validates their fitness for physical AI deployment.

NVIDIA Isaac Gym is the simulation backend for all training: "The program is executed in parallel Isaac Gym environments at 50 Hz." A Jetson Orin NX handles onboard inference: "An additional NVIDIA Jetson Orin NX processes the visual observations, performs policy inference, and controls the arm." NVIDIA's sim + edge compute stack is end-to-end embedded in this pipeline.


4. People Identified

Ruigang Yang Lab/Institution: Shanghai Jiao Tong University; corresponding author (ryang2@sjtu.edu.cn); also affiliated with NeoWa Robotics. Why notable: As corresponding author and industry co-affiliate, Yang is the likely principal driving productization of this research. His dual academic-industry positioning suggests this work is closer to deployment than typical academic papers.

Xincheng Tang Lab/Institution: Shanghai Jiao Tong University (tangxincheng@sjtu.edu.cn); listed first author. Why notable: First author on a paper achieving state-of-the-art results in real-to-sim-to-real mobile manipulation. Given the breadth of the system (reconstruction, agentic generation, policy architecture), this is a researcher with full-stack physical AI competency.

Xibin Song Lab/Institution: Shandong University (affiliation 2). Why notable: The sole author from a different institution, suggesting a specific technical contribution (likely in 3D reconstruction or geometry, given Shandong University's strengths in computer vision).


5. Operating Insights

Build the Digital Twin First, Then Generate All Training Data in Sim

The operational template this paper validates: (1) capture one video of the target object, (2) reconstruct a physics-accurate digital twin, (3) auto-generate thousands of randomized demonstrations in simulation, (4) train policy, (5) deploy. The paper reports collecting 200 successful demonstrations per door instance for policy training, all generated synthetically. This pipeline is repeatable for any new door encountered in the field. CTOs evaluating data pipelines should ask: for which other object categories (drawers, valves, latches, elevator buttons) could this same template be applied? The architecture is not door-specific — DoorTwin builds on Articraft, a general articulated asset generator, and ArticuACT builds on ACT, a general imitation learning framework.

Onboard-Only Inference Is the Right Deployment Architecture

The system "achieves a 96.57% average success rate" with "all perception and policy inference running onboard" — no external compute, no cloud connectivity, no offboard pose estimation. The hardware stack is a Jetson Orin NX for vision + policy, and the A2-W's onboard computer for low-level control. For operators deploying in facilities with unreliable networking or latency-sensitive tasks, this demonstrates that full mobile manipulation pipelines can run at the edge on 2025-era embedded hardware. Teams still designing systems around offboard inference should reconsider their architecture dependency risks.

200 Demonstrations Is the Practical Training Threshold

The data scaling curve in Fig. 5 shows traversal success jumping from 59.38% at 50 demos to 81.25% at 100 demos, then plateauing around 97% at 200 demos. Beyond 200, marginal gains are small. This gives deployment teams a concrete budget: 200 auto-generated simulation demonstrations per door type is sufficient for production-quality performance. Since these are generated in simulation (not collected via teleoperation), this is a matter of compute hours, not operator hours.


6. Overlooked Insights

The Sim-to-Real Gap Is Solved Here Primarily Through Depth Domain Randomization, Not Foundation Model Transfer

The paper's sim-to-real robustness does not come from large pretrained vision models or internet-scale data — it comes from aggressive depth-specific domain randomization. During training, depth maps are augmented with "distance-dependent Gaussian noise, edge corruption, blockwise holes, pixel dropout, salt-and-pepper noise, and Gaussian blur." Real and simulated depth are clipped to [0.2, 1.5]m to match sensor characteristics. This is unglamorous engineering, but it is what actually closes the sim-to-real gap for depth-based policies. Teams relying on RGB foundation models for sim-to-real transfer, without comparable sensor-specific augmentation, may be solving the wrong problem — or at minimum, leaving significant performance on the table for contact-rich tasks where depth provides more stable geometry than RGB.

The Framework Currently Only Handles Push Doors — and the Authors Know It Is a Hard Constraint

The conclusion explicitly states: "Future work will extend the framework to pull doors, additional handle mechanisms, and more diverse door geometries." Pull doors require fundamentally different base-arm coordination: the robot must move backward while pulling, creating a coupled whole-body motion that is mechanically harder and kinematically more constrained for a wheel-legged platform. The current 96.57% success rate is entirely on push doors. Investors evaluating this technology for real facility deployment should note that roughly half of all interior doors in commercial buildings require pulling — this is not a minor gap. The architecture will require nontrivial extension, not just retraining, to handle the full real-world door distribution.