paper-with-me

홈 › Papers

LaDi-WM: A Latent Diffusion-based World Model for Predictive Manipulation

2025-05-13 · Yuhang Huang, Jiazhao Zhang, SHilong Zou, Xinwang Liu, Ruizhen Hu, Kai Xu

Predictive manipulation has recently gained considerable attention in the Embodied AI community due to its potential to improve robot policy performance by leveraging predicted states. However, generating accurate future visual states of robot-object interactions from world models remains a well-known challenge, particularly in achieving high-quality pixel-level representations. To this end, we propose LaDi-WM, a world model that predicts the latent space of future states using diffusion modeling. Specifically, LaDi-WM leverages the well-established latent space aligned with pre-trained Visual Foundation Models (VFMs), which comprises both geometric features (DINO-based) and semantic features (CLIP-based). We find that predicting the evolution of the latent space is easier to learn and more generalizable than directly predicting pixel-level images. Building on LaDi-WM, we design a diffusion policy that iteratively refines output actions by incorporating forecasted states, thereby generating more consistent and accurate results. Extensive experiments on both synthetic and real-world benchmarks demonstrate that LaDi-WM significantly enhances policy performance by 27.9\% on the LIBERO-LONG benchmark and 20\% on the real-world scenario. Furthermore, our world model and policies achieve impressive generalizability in real-world experiments.

📄 PDF Abstract BibTeX arXiv:2505.11528

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Improving Robustness and Reliability in Medical Image Classification with Latent-Guided Diffusion and Nested-Ensembles

2023-10-24 · Xing Shen, Hengguan Huang, Brennan Nichyporuk, Tal Arbel

Ensemble deep learning has been shown to achieve high predictive accuracy and uncertainty estimation in a wide variety of medical imaging contexts. However, perturbations in the input images at test time (e.g. noise, dom…

Data Augmentationimage-classificationImage ClassificationMedical Image Classification

DiLaDiff: Distilled Latent-Augmented Diffusion for Language Modeling

2026-05-22 · Jean-Marie Lemercier, Tomas Geffner, Karsten Kreis, Morteza Mardani 외 arxiv

Diffusion language models intrinsically fail to capture correlations between decoded tokens, which leads to a harsh trade-off between sampling quality and throughput. To solve this issue, we propose DiLaDiff, a variant o…

Length-Aware Motion Synthesis via Latent Diffusion

2024-07-16 · Alessio Sampieri, Alessio Palma, Indro Spinelli, Fabio Galasso

The target duration of a synthesized human motion is a critical attribute that requires modeling control over the motion dynamics and style. Speeding up an action performance is not merely fast-forwarding it. However, st…

AttributeMotion Synthesis

LaDiR: Latent Diffusion Enhances LLMs for Text Reasoning

2025-10-06 · Haoqiang Kang, Yizhe Zhang, Nikki Lijing Kuang, Nicklas Majamaki 외 arxiv

Large Language Models (LLMs) demonstrate their reasoning ability through chain-of-thought (CoT) generation. However, LLM's autoregressive decoding may limit the ability to revisit and refine earlier tokens in a holistic …

Mathematical ReasoningCode Generation

$ω$-0: A Latent Predictive World Action Model for Concurrent Humanoid Loco-Manipulation

2026-08-06 · Zhe Li, Zhenzhe Zhang, Yangyang Wei, Wenjie Zhang 외 arxiv

Humanoid household tasks often require concurrent loco-manipulation, where the robot must move, adjust posture, maintain balance, and manipulate objects as a single coordinated behavior. Yet existing humanoid policies ty…