paper-with-me

홈 › Papers

SculptBot: Pre-Trained Models for 3D Deformable Object Manipulation

2023-09-15 · Alison Bartsch, Charlotte Avra, Amir Barati Farimani

Deformable object manipulation presents a unique set of challenges in robotic manipulation by exhibiting high degrees of freedom and severe self-occlusion. State representation for materials that exhibit plastic behavior, like modeling clay or bread dough, is also difficult because they permanently deform under stress and are constantly changing shape. In this work, we investigate each of these challenges using the task of robotic sculpting with a parallel gripper. We propose a system that uses point clouds as the state representation and leverages pre-trained point cloud reconstruction Transformer to learn a latent dynamics model to predict material deformations given a grasp action. We design a novel action sampling algorithm that reasons about geometrical differences between point clouds to further improve the efficiency of model-based planners. All data and experiments are conducted entirely in the real world. Our experiments show the proposed system is able to successfully capture the dynamics of clay, and is able to create a variety of simple shapes.

📄 PDF Abstract BibTeX arXiv:2309.08728

Code (0)

등록된 구현이 없습니다.

Tasks

Deformable Object ManipulationObjectPoint cloud reconstruction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

SoftVTBench: A Safety-Aware Visuo-Tactile Benchmark for Physically Constrained Robotic Manipulation of Deformable Objects (Early Version)

2026-07-05 · Bowen Jing, Mingxin Wang, Ruiyang Hao, Chenchen Ge 외 arxiv

Deformable object manipulation poses challenges beyond task completion: successful execution must also maintain safe physical interaction, holding the object stably without slip or drop while avoiding excessive deformati…

MoDeSuite: Robot Learning Task Suite for Benchmarking Mobile Manipulation with Deformable Objects

2025-07-29 · Yuying Zhang, Kevin Sebastian Luck, Francesco Verdoja, Ville Kyrki 외 arxiv

Mobile manipulation is a critical capability for robots operating in diverse, real-world environments. However, manipulating deformable objects and materials remains a major challenge for existing robot learning algorith…

Reinforcement Learning

Learning Predictive Representations for Deformable Objects Using Contrastive Estimation

2020-03-11 · Wilson Yan, Ashwin Vangipuram, Pieter Abbeel, Lerrel Pinto

Using visual model-based learning for deformable object manipulation is challenging due to difficulties in learning plannable visual representations along with complex dynamic models. In this work, we propose a new learn…

Deformable Object Manipulation

Coordinated Manipulation of Hybrid Deformable-Rigid Objects in Constrained Environments

2026-03-13 · Anees Peringal, Anup Teejo Mathew, Panagiotis liatsis, Federico Renda arxiv

Coordinated robotic manipulation of deformable linear objects (DLOs), such as ropes and cables, has been widely studied; however, handling hybrid assemblies composed of both deformable and rigid elements in constrained e…

Sim-to-Real Reinforcement Learning for Deformable Object Manipulation

2018-06-20 · Jan Matas, Stephen James, Andrew J. Davison

We have seen much recent progress in rigid object manipulation, but interaction with deformable objects has notably lagged behind. Due to the large configuration space of deformable objects, solutions using traditional m…

Deep Reinforcement LearningDeformable Object ManipulationObjectreinforcement-learning+2