paper-with-me

Papers

D-Cubed: Latent Diffusion Trajectory Optimisation for Dexterous Deformable Manipulation

2024-03-19 · Jun Yamada, Shaohong Zhong, Jack Collins, Ingmar Posner

Mastering dexterous robotic manipulation of deformable objects is vital for overcoming the limitations of parallel grippers in real-world applications. Current trajectory optimisation approaches often struggle to solve such tasks due to the large search space and the limited task information available from a cost function. In this work, we propose D-Cubed, a novel trajectory optimisation method using a latent diffusion model (LDM) trained from a task-agnostic play dataset to solve dexterous deformable object manipulation tasks. D-Cubed learns a skill-latent space that encodes short-horizon actions in the play dataset using a VAE and trains a LDM to compose the skill latents into a skill trajectory, representing a long-horizon action trajectory in the dataset. To optimise a trajectory for a target task, we introduce a novel gradient-free guided sampling method that employs the Cross-Entropy method within the reverse diffusion process. In particular, D-Cubed samples a small number of noisy skill trajectories using the LDM for exploration and evaluates the trajectories in simulation. Then, D-Cubed selects the trajectory with the lowest cost for the subsequent reverse process. This effectively explores promising solution areas and optimises the sampled trajectories towards a target task throughout the reverse diffusion process. Through empirical evaluation on a public benchmark of dexterous deformable object manipulation tasks, we demonstrate that D-Cubed outperforms traditional trajectory optimisation and competitive baseline approaches by a significant margin. We further demonstrate that trajectories found by D-Cubed readily transfer to a real-world LEAP hand on a folding task.

📄 PDF Abstract BibTeX arXiv:2403.12861

Code (0)

등록된 구현이 없습니다.

Tasks

Deformable Object Manipulation

Methods 이 논문이 사용한 방법론

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…
Latent Diffusion Model Diffusion models applied to latent spaces, which are normally built with (Variational) Autoencoders.

Similar Papers 제목 키워드 기반

Solving Challenging Dexterous Manipulation Tasks With Trajectory Optimisation and Reinforcement Learning

2020-09-09 · Henry Charlesworth, Giovanni Montana

Training agents to autonomously learn how to use anthropomorphic robotic hands has the potential to lead to systems capable of performing a multitude of complex manipulation tasks in unstructured and uncertain environmen…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

DexSIM: Real-time Dexterous Simulation with Unified Causal Video Diffusion

2026-05-23 · Adam Lee arxiv

Recent progress of video diffusion models have enabled extensive simulation of the physical world. While simulation with hand object interaction has been less explored. We propose DexSIM, a dexterous simulation framework…

Semantic Similarity3D Reconstruction

Dream-Cubed: Controllable Generative Modeling in Minecraft by Training on Billions of Cubes

2026-04-22 · Tim Merino, Sam Earle, Ryunosuke Iwai, Julian Togelius 외 arxiv

We introduce Dream-Cubed, a large-scale dataset of Minecraft worlds at voxel resolution, and a family of models using cubes as powerful compositional units for efficient generation of interactive 3D environments. Dream-C…

CubeDiff: Repurposing Diffusion-Based Image Models for Panorama Generation

2025-01-28 · Nikolai Kalischek, Michael Oechsle, Fabian Manhardt, Philipp Henzler 외

We introduce a novel method for generating 360{\deg} panoramas from text prompts or images. Our approach leverages recent advances in 3D generation by employing multi-view diffusion models to jointly synthesize the six f…

3D Generation

NDPP-Grasp: Non-Differentiable Physical Plausibility Constraint-Guided Task-Oriented Dexterous Grasp Generation

2026-06-01 · Qiuchi Xiang, Haoxuan Qu, Hossein Rahmani, Jun Liu arxiv

Task-oriented dexterous grasp generation aims to produce dexterous grasp poses that are both physically plausible and functionally suitable for specified manipulation tasks. Existing diffusion-based methods often address…