paper-with-me

홈 › Papers

Split Deep Q-Learning for Robust Object Singulation

2019-09-17 · Iason Sarantopoulos, Marios Kiatos, Zoe Doulgeri, Sotiris Malassiotis

Extracting a known target object from a pile of other objects in a cluttered environment is a challenging robotic manipulation task encountered in many robotic applications. In such conditions, the target object touches or is covered by adjacent obstacle objects, thus rendering traditional grasping techniques ineffective. In this paper, we propose a pushing policy aiming at singulating the target object from its surrounding clutter, by means of lateral pushing movements of both the neighboring objects and the target object until sufficient 'grasping room' has been achieved. To achieve the above goal we employ reinforcement learning and particularly Deep Q-learning (DQN) to learn optimal push policies by trial and error. A novel Split DQN is proposed to improve the learning rate and increase the modularity of the algorithm. Experiments show that although learning is performed in a simulated environment the transfer of learned policies to a real environment is effective thanks to robust feature selection. Finally, we demonstrate that the modularity of the algorithm allows the addition of extra primitives without retraining the model from scratch.

📄 PDF Abstract BibTeX arXiv:1909.08105

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionObjectQ-LearningReinforcement Learning

Methods 이 논문이 사용한 방법론

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…
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} +…
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 제목 키워드 기반

Self-Supervised Interactive Object Segmentation Through a Singulation-and-Grasping Approach

2022-07-19 · Houjian Yu, Changhyun Choi

Instance segmentation with unseen objects is a challenging problem in unstructured environments. To solve this problem, we propose a robot learning approach to actively interact with novel objects and collect each object…

Instance SegmentationInteractive SegmentationOptical Flow EstimationSegmentation+2

ARMBench: An Object-centric Benchmark Dataset for Robotic Manipulation

2023-03-29 · Chaitanya Mitash, Fan Wang, Shiyang Lu, Vikedo Terhuja 외

This paper introduces Amazon Robotic Manipulation Benchmark (ARMBench), a large-scale, object-centric benchmark dataset for robotic manipulation in the context of a warehouse. Automation of operations in modern warehouse…

Defect DetectionInstance SegmentationObjectSemantic Segmentation

PLATO Hand: Shaping Contact Behavior with Fingernails for Precise Manipulation

2026-02-05 · Dong Ho Kang, Aaron Kim, Mingyo Seo, Kazuto Yokoyama 외 arxiv

We present the PLATO Hand, a dexterous robotic hand with a hybrid fingertip that combines a rigid fingernail, embedded distal phalanx, and compliant pulp to shape contact behavior during manipulation. \rrev{By mechanical…

VTAP Gripper: Synergizing Fingertip Sensing and a Visuo-Tactile Active Palm for Dexterous In-Hand Manipulation

2026-07-16 · Yuhao Zhou, Sheeraz Athar, Zhixian Hu, Binghao Huang 외 arxiv

This paper presents a tactile-reactive gripper that integrates a Visuo-Tactile Active Palm (VTAP) and compliant, reconfigurable fingers equipped with tactile array sensors. The design exploits structured finger-palm syne…

Visual Localization

AdaClearGrasp: Learning Adaptive Clearing for Zero-Shot Robust Dexterous Grasping in Densely Cluttered Environments

2026-03-11 · Zixuan Chen, Wenquan Zhang, Jing Fang, Ruiming Zeng 외 arxiv

In densely cluttered environments, physical interference, visual occlusions, and unstable contacts often cause direct dexterous grasping to fail, while aggressive singulation strategies may compromise safety. Enabling ro…

Zero-shot GeneralizationReinforcement Learning