DexhandsIndustry hub

DEXTEROUS MANIPULATION

The world of dexterous hands.

Compare hardware. Discover applications. Share what works. An open reference and community for dexterous manipulation.

Dexterous Hands · Course contents
Learn / Algorithms in Practice
6 min reading + activities · Intermediate

World models for dexterous manipulation: prediction is a starting point

Separate predicting a hand–object interaction from choosing an action. Learn what to inspect, measure and compare before using a world model for control.

Inspect the approach as well as the grasp. A simulation result depends on the model, contact settings and starting pose.Concept illustration · not a product specification or test result.
What you will learn

Separate prediction quality from manipulation success and design two corresponding tests.

The question a world model answers

An action-conditioned world model asks what may happen after an action. Its output could be a future image, hand pose or a learned representation of the scene. A controller or planner must still decide what to do with that prediction. For example, two candidate finger motions might predict different object rotations. Selecting a motion needs a task objective and a way to reject unsuitable predictions.

Different outputs serve different purposes

DexWM studies future latent representations of hand–object interaction; its repository documents training and rollout evaluation. Dexterous World Models (DWM) provides scene- and hand-motion-conditioned video generation. These are useful research references with different representations and evaluation paths. A realistic-looking video is not a force estimate, a collision guarantee or an executable sequence of joint commands. Inspect the output rather than assuming the name “world model” defines a complete control system.

Make contact the test, not the decoration

A hand approaching an object can be easy to predict until contact changes the motion. Test the transitions that matter to your task: first touch, slip, occlusion, regrasp and release. State the prediction horizon and what is observed versus inferred. If tactile signals are unavailable, record that limitation. A model that appears convincing before contact may still give poor predictions during the part of the task that decides success.

Use two separate evaluations

First test prediction on held-out sequences, including errors at multiple horizons and failures around contact. Then ask whether using the model improves completed tasks compared with a policy or planner that does not use it. Keep the available observations and action budget comparable. Improvement in image similarity alone does not establish better manipulation, and task success alone does not explain whether the predictions were physically meaningful.

Avoid evaluation leakage

Neighboring frames of the same interaction share object appearance, lighting and motion. Randomly splitting frames can make a test easier than a new deployment. Choose an episode, session or object split that matches the claim you want to make. Record the source data and its permissions, the software revision, checkpoint and preprocessing. When only simulation is evaluated, label the conclusion as simulation evidence.

A first experiment without hardware

Select a documented public evaluation, inspect one permitted sequence and reproduce its stated output if you have the required assets and compute. Build a small failure ledger: object drift, incorrect hand shape, missed contact, unstable rollout and timing mismatch. Keep examples that fail. Only after the prediction baseline is understood should you propose a separate planning or control experiment with a compatible embodiment.

What does each result establish?

An interpretation guide, not reported benchmark performance.
ObservationSupportsDoes not establish
Plausible generated videoA visually plausible predicted sequenceContact forces or task completion
Low held-out pose errorAccuracy under the stated data splitPerformance on another hand
Higher simulated task successBenefit in the tested simulatorPhysical reliability
Documented physical trialsEvidence for those tasks and conditionsUniversal dexterity

Try it yourself

EVIDENCE LAB · invented teaching data

The denominator changes the story.

✓ Unassisted success+ Assisted success× Failure

Assisted successes are a subset of all successes here. “Unassisted” alone does not establish autonomy: the control mode and intervention policy still need to be documented. These counts describe a sample, not a guaranteed future success rate.

Your practical task

  1. Identify whether one release predicts images, poses or latent states.
  2. Choose a held-out contact transition and a prediction metric.
  3. Define a separate task-success test and baseline.

What to produce: A prediction evaluation and a separate manipulation evaluation.

Check your understanding

A model predicts a visually convincing grasp video. What is still needed to show better manipulation?

Original sources & next steps

DexWM: official implementation and evaluation ↗Dexterous World Models: official implementation ↗

Original Dexhands teaching material. Lesson and linked references reviewed 2026-09-24. Research links are not endorsements or evidence of hardware compatibility.

Start a discussion

Published posts are public. First contributions are reviewed. Only share material you have permission to disclose.

Report a post