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/JAMB: Joint Action-Motion Diffus…
PAPR
// RESEARCH PAPER
ARXIV PHYSICAL AI RESEARCH

JAMB: Joint Action-Motion Diffusion for Bimanual Manipulation

DATE September 21, 2026SOURCE ARXIV PHYSICAL AI RESEARCHPARTICIPANTS CHUYANG XIAO, PEILIN MENG, DAVID HELDARXIV 2609.25322
// SUMMARY

1. Key Themes

Joint Action-Motion Diffusion for Bimanual Coordination

The core contribution of this paper is a new way to train robot policies for two-arm (bimanual) manipulation. Instead of just predicting robot actions, JAMB simultaneously predicts the future 3D motion of points in the scene (3D point tracks). By generating both actions and future motion together in a shared neural network, they can correct and refine each other. As the paper states: "We jointly denoise bimanual actions and 3D point tracks, allowing action and future-motion predictions to mutually refine each other." (Section I, Contributions). This means the robot isn't just guessing where to move its arms; it is actively reasoning about how those arm movements will change the shared 3D environment.

Massive Performance Gains in Simulation and Real-World Deployment

JAMB achieves dramatic improvements over existing methods, both in simulation and on a physical robot. In simulation, "Across 16 simulation tasks, JAMB achieves an average success rate of 83.4%, outperforming the strongest baseline by 23.9 percentage points." (Abstract). In the real world, the gains are even more striking: "On three real-world tasks, it outperforms the action-only and auxiliary geometry prediction methods by 50.0 and 21.2 percentage points, respectively." (Abstract). For a CTO deploying bimanual systems, this represents a leap from a system that fails two-thirds of the time (35.6% success for action-only) to one that succeeds over 85% of the time.

Robust Generalization to Cluttered and Out-of-Distribution Scenes

A major bottleneck in Physical AI is that policies trained on clean data fail when the real world looks different (e.g., new backgrounds or clutter). JAMB demonstrates significantly better robustness to these visual shifts. When tested on harder, unseen scenes without fine-tuning, "JAMB achieves the highest average success rate of 17.9%, compared with 4.3% for the strongest baseline GAP." (Section V-D). While 17.9% absolute success is still low, it is over 4x better than the next best method, indicating that explicitly modeling future 3D motion helps the robot focus on the task-relevant geometry rather than being distracted by background appearance.

2. Contrarian Perspectives

Predicting Future Visuals or Dense 3D Geometry is Wasteful

Many "world model" approaches in robotics focus on predicting future video frames or dense 3D point clouds of the entire scene. JAMB argues this is a waste of computational resources and can actually hurt performance. The authors note: "Pixel- and video-based representations preserve rich visual context, but also model appearance details that may be irrelevant to control. Dense 3D geometry prediction provides rich spatial information, but predicting the complete scene often wastes computational capacity on representing task-irrelevant regions." (Section I). They further prove this by showing that adding future image or dense geometry prediction to their model actually decreases success rates (Appendix E). The contrarian view is that sparse, task-relevant 3D motion tracks are a strictly better intermediate representation for control than dense generative world models.

Track Accuracy Alone Doesn't Guarantee Policy Success

One might assume that a more accurate prediction of future object motion directly translates to better robot manipulation. The paper's ablation study found this is not strictly true. The authors state: "lower track error does not consistently translate into higher policy success... track accuracy alone does not explain policy performance; the way motion representations interact with visual features and action generation also matters." (Appendix C). This challenges the notion that simply scaling up better motion predictors will yield better robots; the architecture of how motion and action interact during the diffusion process is equally important.

3. Companies Identified

Meta

Description: Technology company. Why relevant: Meta's VR hardware is used for data collection. "Demonstrations are collected via teleoperation using a Meta VR headset." (Section V-A). This highlights a practical, accessible pipeline for generating bimanual training data.

Stereolabs (ZED)

Description: Stereo camera manufacturer. Why relevant: The real-world robot setup uses a "fixed ZED Mini stereo camera" (Section V-A) to provide the RGB-D observations necessary for the policy to infer 3D structure.

UFACTORY (xArm)

Description: Robotic arm manufacturer. Why relevant: The physical bimanual system is built using "two xArm manipulators" (Section V-A), showing the method's viability on commercially available, relatively low-cost dual-arm setups.

Stability AI

Description: AI company known for Stable Diffusion. Why relevant: The paper uses their technology for ablation testing: "we encode RGB observations using a frozen variational autoencoder (VAE) from Stable Diffusion XL (SDXL)" (Appendix E) to test if predicting future images helps (it did not).

4. People Identified

David Held

Lab/Institution: Carnegie Mellon University (Robotics Institute). Why notable: Corresponding author and a prominent researcher in robot learning, manipulation, and safe reinforcement learning. His lab focuses on building robots that can perceive and interact with the physical world. Quotes: N/A (Corresponding author).

Chuyang Xiao

Lab/Institution: Carnegie Mellon University. Why notable: Lead author on the paper, driving the core research on joint action-motion diffusion. Quotes: N/A (Lead author).

Peilin Meng

Lab/Institution: University of Michigan. Why notable: Co-lead author, contributing to the development and evaluation of the bimanual manipulation framework. Quotes: N/A (Lead author).

5. Operating Insights

Use 3D Point Tracks as the Intermediate Representation for Bimanual Tasks

For teams building bimanual or highly interactive manipulation systems, the choice of what the policy "thinks" about internally matters immensely. Instead of trying to build generative video models or dense 3D scene predictors, focus on sparse 3D point tracks. The paper notes: "For manipulation, it is more useful to explicitly model how scene elements move and evolve over time. Point tracks provide such a motion representation by preserving point correspondence and trajectory structure across time." (Section I). This is computationally cheaper and directly encodes the metric depth and spatial relationships necessary for two arms to coordinate without colliding or dropping objects.

Spatiotemporal Grounding (4D RoPE) is Critical for Multimodal Fusion

When combining visual data, robot state, and future predictions in a single transformer, they must be grounded in a shared physical coordinate system. JAMB uses 4D Rotary Positional Encoding (RoPE) to map tokens to 3D space and time. The impact of this is significant: "Removing 4D RoPE reduces average policy success from 81.7% to 74.1%, suggesting that explicit spatiotemporal grounding across modalities benefits policy performance." (Section V-D). Engineering teams should ensure their multimodal transformers explicitly encode relative 3D spatial and temporal relationships rather than relying on the network to implicitly learn them.

6. Overlooked Insights

Real-World Track Supervision Pipeline

A major challenge in deploying these systems is getting ground-truth 3D motion data in the real world. The paper outlines a highly practical, off-the-shelf pipeline to generate this supervision without motion capture systems: "For real-world training, we first obtain 2D point tracks using Co-Tracker3 [47]. We estimate metric depth from rectified stereo RGB with FoundationStereo [48] and use the estimated depth together with calibrated camera parameters to lift the tracks into 3D in a common world coordinate frame." (Section V-A). This allows startups to train 3D motion-aware policies using only a stereo camera and open-source foundation models.

Adding More Future Prediction Targets Hurts Performance

In the quest for "world models," there is an assumption that predicting more of the future (e.g., adding future image generation alongside 3D tracks) will yield a smarter policy. The appendix reveals the opposite: "Adding future-image or geometry-feature prediction reduces average success from 81.7% to 79.4% and 74.2%, respectively... these additional prediction targets provide no further performance benefit over joint action–track prediction alone." (Appendix E). This suggests that adding auxiliary generative objectives can actually distract the model and degrade control performance, favoring leaner, task-specific representations.