paper-with-me

Papers

An Efficient Image-to-Image Translation HourGlass-based Architecture for Object Pushing Policy Learning

2021-08-02 · Marco Ewerton, Angel Martínez-González, Jean-Marc Odobez

Humans effortlessly solve pushing tasks in everyday life but unlocking these capabilities remains a challenge in robotics because physics models of these tasks are often inaccurate or unattainable. State-of-the-art data-driven approaches learn to compensate for these inaccuracies or replace the approximated physics models altogether. Nevertheless, approaches like Deep Q-Networks (DQNs) suffer from local optima in large state-action spaces. Furthermore, they rely on well-chosen deep learning architectures and learning paradigms. In this paper, we propose to frame the learning of pushing policies (where to push and how) by DQNs as an image-to-image translation problem and exploit an Hourglass-based architecture. We present an architecture combining a predictor of which pushes lead to changes in the environment with a state-action value predictor dedicated to the pushing task. Moreover, we investigate positional information encoding to learn position-dependent policy behaviors. We demonstrate in simulation experiments with a UR5 robot arm that our overall architecture helps the DQN learn faster and achieve higher performance in a pushing task involving objects with unknown dynamics.

📄 PDF Abstract BibTeX arXiv:2108.01034

Code (1)

idiap/hourglass_push 공식 구현 pytorch

Tasks

Image-to-Image TranslationTranslation

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
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…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

Contextual Hourglass Networks for Segmentation and Density Estimation

2018-06-08 · Daniel Oñoro-Rubio, Mathias Niepert

Hourglass networks such as the U-Net and V-Net are popular neural architectures for medical image segmentation and counting problems. Typical instances of hourglass networks contain shortcut connections between mirroring…

Density EstimationImage SegmentationMedical Image SegmentationObject Counting+2

Contextual Hourglass Network for Semantic Segmentation of High Resolution Aerial Imagery

2018-10-30 · Panfeng Li, Youzuo Lin, Emily Schultz-Fellenz

Semantic segmentation for aerial imagery is a challenging and important problem in remotely sensed imagery analysis. In recent years, with the success of deep learning, various convolutional neural network (CNN) based mo…

DecoderSegmentationSemantic SegmentationVocal Bursts Intensity Prediction

HourNAS: Extremely Fast Neural Architecture Search Through an Hourglass Lens

2020-05-29 · CVPR 2021 1 · Zhaohui Yang, Yunhe Wang, Xinghao Chen, Jianyuan Guo 외

Neural Architecture Search (NAS) refers to automatically design the architecture. We propose an hourglass-inspired approach (HourNAS) for this problem that is motivated by the fact that the effects of the architecture of…

GPUNeural Architecture Search

Motion-based Object Segmentation based on Dense RGB-D Scene Flow

2018-04-14 · Lin Shao, Parth Shah, Vikranth Dwaracherla, Jeannette Bohg

Given two consecutive RGB-D images, we propose a model that estimates a dense 3D motion field, also known as scene flow. We take advantage of the fact that in robot manipulation scenarios, scenes often consist of a set o…

Motion SegmentationObjectRobot ManipulationSegmentation+1

Critic Guided Segmentation of Rewarding Objects in First-Person Views

2021-07-20 · Andrew Melnik, Augustin Harter, Christian Limberg, Krishan Rana 외

This work discusses a learning approach to mask rewarding objects in images using sparse reward signals from an imitation learning dataset. For that, we train an Hourglass network using only feedback from a critic model.…

Imitation Learning