paper-with-me

Papers

Learning Object Manipulation Skills from Video via Approximate Differentiable Physics

2022-08-03 · Vladimir Petrik, Mohammad Nomaan Qureshi, Josef Sivic, Makarand Tapaswi

We aim to teach robots to perform simple object manipulation tasks by watching a single video demonstration. Towards this goal, we propose an optimization approach that outputs a coarse and temporally evolving 3D scene to mimic the action demonstrated in the input video. Similar to previous work, a differentiable renderer ensures perceptual fidelity between the 3D scene and the 2D video. Our key novelty lies in the inclusion of a differentiable approach to solve a set of Ordinary Differential Equations (ODEs) that allows us to approximately model laws of physics such as gravity, friction, and hand-object or object-object interactions. This not only enables us to dramatically improve the quality of estimated hand and object states, but also produces physically admissible trajectories that can be directly translated to a robot without the need for costly reinforcement learning. We evaluate our approach on a 3D reconstruction task that consists of 54 video demonstrations sourced from 9 actions such as pull something from right to left or put something in front of something. Our approach improves over previous state-of-the-art by almost 30%, demonstrating superior quality on especially challenging actions involving physical interactions of two objects such as put something onto something. Finally, we showcase the learned skills on a Franka Emika Panda robot.

📄 PDF Abstract BibTeX arXiv:2208.01960

Code (2)

petrikvladimir/video_skills_learning_with_approx_physics 공식 구현 pytorch
petrikvladimir/video_skills_learning_with_aprox_physics 공식 구현 pytorch

Tasks

3D ReconstructionFrictionObject

Similar Papers 제목 키워드 기반

Learning Object Manipulation Skills via Approximate State Estimation from Real Videos

2020-11-13 · Vladimír Petrík, Makarand Tapaswi, Ivan Laptev, Josef Sivic

Humans are adept at learning new tasks by watching a few instructional videos. On the other hand, robots that learn new actions either require a lot of effort through trial and error, or use expert demonstrations that ar…

ObjectState Estimation

A Differentiable Recipe for Learning Visual Non-Prehensile Planar Manipulation

2021-11-09 · Bernardo Aceituno, Alberto Rodriguez, Shubham Tulsiani, Abhinav Gupta 외

Specifying tasks with videos is a powerful technique towards acquiring novel and general robot skills. However, reasoning over mechanics and dexterous interactions can make it challenging to scale learning contact-rich m…

Contact mechanicsContact-rich Manipulation

DiffSkill: Skill Abstraction from Differentiable Physics for Deformable Object Manipulations with Tools

2022-03-31 · ICLR 2022 4 · Xingyu Lin, Zhiao Huang, Yunzhu Li, Joshua B. Tenenbaum 외

We consider the problem of sequential robotic manipulation of deformable objects using tools. Previous works have shown that differentiable physics simulators provide gradients to the environment state and help trajector…

Deformable Object ManipulationObjectreinforcement-learningReinforcement Learning+1

DexDeform: Dexterous Deformable Object Manipulation with Human Demonstrations and Differentiable Physics

2023-03-27 · Sizhe Li, Zhiao Huang, Tao Chen, Tao Du 외

In this work, we aim to learn dexterous manipulation of deformable objects using multi-fingered hands. Reinforcement learning approaches for dexterous rigid object manipulation would struggle in this setting due to the c…

Deformable Object ManipulationObject

Diff-Transfer: Model-based Robotic Manipulation Skill Transfer via Differentiable Physics Simulation

2023-10-07 · Yuqi Xiang, Feitong Chen, Qinsi Wang, Yang Gang 외

The capability to transfer mastered skills to accomplish a range of similar yet novel tasks is crucial for intelligent robots. In this work, we introduce $\textit{Diff-Transfer}$, a novel framework leveraging differentia…

Q-Learning