Physics-Aware Robotic Palletization with Online Masking Inference
Tianqi Zhang, Zheng Wu, Yuxin Chen, Yixiao Wang, Boyuan Liang, Scott Moura, Masayoshi Tomizuka, Mingyu Ding, Wei Zhan
TL;DR
The paper tackles online palletization by incorporating intrinsic box properties—density and rigidity—into a 3D bin packing framework. It introduces an online learning-based action masking model integrated with a reinforcement-learning policy, eliminating reliance on hand-crafted heuristics and offline data. The method uses a 3D-UNet to produce a feasible-placement mask from stereo-like inputs of the pallet and upcoming boxes, with a reward that favors space utilization under stability and an online dataset managed via a deque. Experimental validation in MuJoCo and real-world robotic palletizing demonstrates improved convergence, higher space utilization, and effective transfer to physical deployment. The approach offers a practical, generalizable solution for density/rigidity-aware online stacking in real warehouses.
Abstract
The efficient planning of stacking boxes, especially in the online setting where the sequence of item arrivals is unpredictable, remains a critical challenge in modern warehouse and logistics management. Existing solutions often address box size variations, but overlook their intrinsic and physical properties, such as density and rigidity, which are crucial for real-world applications. We use reinforcement learning (RL) to solve this problem by employing action space masking to direct the RL policy toward valid actions. Unlike previous methods that rely on heuristic stability assessments which are difficult to assess in physical scenarios, our framework utilizes online learning to dynamically train the action space mask, eliminating the need for manual heuristic design. Extensive experiments demonstrate that our proposed method outperforms existing state-of-the-arts. Furthermore, we deploy our learned task planner in a real-world robotic palletizer, validating its practical applicability in operational settings.
