Trend

Embodied research is getting more explicit about body, future state, and object structure

Day · 2026-04-09 · Embodied AI

April 9 centers on embodied models that make structure explicit. The clearest pattern is morphology, future state, and object kinematics being written into the learning problem itself. WorldMAP provides the strongest hard numbers. HEX, QWM, ViVa, BLaDA, and DailyArt add breadth across humanoids, quadrupeds, navigation, dexterous grasping, and articulated objects.

Embodiment-aware models

Work on control now puts body structure into the model, not just into the hardware description. QWM conditions a quadruped world model on explicit morphology features from the robot's USD file, with claims of zero-shot deployment on unseen quadrupeds inside the trained family. HEX does something similar for humanoids at the policy level: it maps different robots into shared body-part slots and predicts short-horizon future proprioception before acting. Both papers target cross-embodiment transfer by making morphology a first-class input. The evidence is promising, but neither excerpt includes the full numeric gains needed to judge how far the transfer holds under harder body changes.

Generative models as supervision and value estimators

Generated futures are being used as training signals and value signals, not only as rollout media. WorldMAP uses a teacher built on generated future views to create pseudo-labeled navigation paths, then trains a smaller student that runs alone at inference time. The numbers are concrete: on Target-Bench it reports ADE 42.06 and FDE 38.87, beating Gemini-3-Pro on both. ViVa applies the same broad idea to reinforcement learning. It uses a video diffusion model to predict future proprioception and a scalar value, and the paper reports smoother task-progress tracking plus better real-world box assembly inside RECAP. This is a stronger evidence block than most of the day because WorldMAP includes benchmark numbers, while ViVa adds task-level qualitative behavior.

Structured scene and object understanding for manipulation

Manipulation papers are spelling out intent in more executable forms. BLaDA parses open-vocabulary instructions into a structured sextuple, localizes functional contact regions in a 3D Gaussian Splatting scene, and maps them into wrist pose, finger commands, and force settings. DailyArt addresses a related perception bottleneck for articulated objects. It synthesizes an opened state from a single image, then estimates joints, axes, pivots, and motion ranges from the gap between closed and opened views. The common thread is explicit intermediate structure: contact constraints for dexterous action and kinematic structure for object interaction. Both excerpts claim strong results, but neither gives the final benchmark table in the available text.

NewerCoding-agent research is centering on explicit control surfacesOlderCoding research is tightening around tests, runtime visibility, and precise targeting