INTACT-JEPA
INTACT is an end-to-end JEPA world model that learns an isomorphic intent-to-action interface, enabling search-free direct control for goal-conditioned robot tasks with high success rates after just one epoch of training.
它通过可复现的解析管线(MANO到URDF无需优化)和明确的指标,填补了运动学手-物生成与物理合理性之间的鸿沟,能揭示生成抓取在物理仿真中是否真正有效,而不仅仅是生成漂亮的视频。
Drop a hand-object interaction (MANO hand + object CAD) into a physics simulator and measure whether it holds up. Built to benchmark HOI-generation methods: take a generated grasp/manipulation, replicate it in MuJoCo and IsaacGym, and get back success-rate and physical-plausibility metrics — not just a pretty video.
The hand is the MANO2URDF 45-DOF hand: the real MANO mesh partitioned into 16 links, driven by joint angles computed analytically from the MANO pose (no retargeting optimization). Verified to reproduce MANO to ~0.02 mm (joints) / ~1.5 mm (vertices).
20200709-subject-01 / 20200709_142211 (003_cracker_box)| MuJoCo — kinematic | MuJoCo — physics | IsaacGym — physics |
|---|---|---|
| box follows the hand (exact replay) | hand knocks the box — grasp fails | same, in IsaacGym |
20200709-subject-01 / 20200709_141754 (002_master_chef_can)| MuJoCo — kinematic | MuJoCo — physics | IsaacGym — physics |
|---|---|---|
| hand grasps + lifts the can | can not held — grasp fails | same, in IsaacGym |
Kinematic replays the recorded motion exactly; physics reveals that this naive
replay does not actually hold the object (grasp_success: false, see below) — a
useful signal when benchmarking HOI-generation methods.
The hand is shaped by the MANO β (shape) parameter:
generate_urdf.pybuilds the URDF mesh from each subject'sbetas, so a different subject → a differently sized/shaped hand. The URDF is regenerated per β.
conda env create -f environment.yml && conda activate dexhoi2sim
# or: pip install -r requirements.txt
# MANO models (register, non-commercial): put MANO_RIGHT.pkl / MANO_LEFT.pkl in
# mano2urdf/assets/ # https://mano.is.tue.mpg.de
# DexYCB (register): download to /root/data/dexycb # https://dex-ycb.github.io
IsaacGym is an optional backend (Preview 4, manual install). MuJoCo works out
of the box. Headless rendering uses EGL — set MUJOCO_GL=egl MUJOCO_EGL_DEVICE_ID=0
(the CLI does this for you).
One command builds the hand URDF, computes per-frame joint angles, simulates, and evaluates:
python replicate.py \
--subject 20200709-subject-01 --session 20200709_142211 \
--backend both --mode physics --render --eval \
Replicate MANO hand-object interactions in MuJoCo & IsaacGym and evaluate grasp success — a benchmark for HOI generation.
根据分类、Topic 和编程语言匹配的相似项目。
INTACT is an end-to-end JEPA world model that learns an isomorphic intent-to-action interface, enabling search-free direct control for goal-conditioned robot tasks with high success rates after just one epoch of training.
Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.