ROCVNov 17, 2022

Planning Irregular Object Packing via Hierarchical Reinforcement Learning

Tsinghua
arXiv:2211.09382v126 citationsh-index: 97
Originality Incremental advance
AI Analysis

This addresses a practical challenge in warehouses and logistics by improving packing efficiency for irregular objects, though it is incremental over existing robotic packing methods.

The paper tackles the problem of packing irregular objects by autonomous robots, proposing a hierarchical reinforcement learning approach that plans both packing sequence and placement, and demonstrates it can pack more objects with less time than state-of-the-art methods in simulations and real-world tests.

Object packing by autonomous robots is an im-portant challenge in warehouses and logistics industry. Most conventional data-driven packing planning approaches focus on regular cuboid packing, which are usually heuristic and limit the practical use in realistic applications with everyday objects. In this paper, we propose a deep hierarchical reinforcement learning approach to simultaneously plan packing sequence and placement for irregular object packing. Specifically, the top manager network infers packing sequence from six principal view heightmaps of all objects, and then the bottom worker network receives heightmaps of the next object to predict the placement position and orientation. The two networks are trained hierarchically in a self-supervised Q-Learning framework, where the rewards are provided by the packing results based on the top height , object volume and placement stability in the box. The framework repeats sequence and placement planning iteratively until all objects have been packed into the box or no space is remained for unpacked items. We compare our approach with existing robotic packing methods for irregular objects in a physics simulator. Experiments show that our approach can pack more objects with less time cost than the state-of-the-art packing methods of irregular objects. We also implement our packing plan with a robotic manipulator to show the generalization ability in the real world.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes