paper-with-me

홈 › Papers

HERB: Human-augmented Efficient Reinforcement learning for Bin-packing

2025-04-23 · Gojko Perovic, Nuno Ferreira Duarte, Atabak Dehban, Gonçalo Teixeira, Egidio Falotico, José Santos-Victor arxiv

Packing objects efficiently is a fundamental problem in logistics, warehouse automation, and robotics. When dealing with highly diverse 3D objects (household or grocery items), closed-form solutions are infeasible, and heuristic or model-free Reinforcement Learning~(RL) methods tend to focus solely on geometric optimization, relying on exhaustive searches of the discretized solution space. This leads to long training times (for pure RL) and high latency (heuristics), limited transferability to robotic scenarios, and ultimately ignores object characteristics (fragility, deformability) and human preferences. We propose HERB, a human-augmented RL framework for packing irregular objects, the first to explore the potential of learning from human demonstrations to solve this complex task. It leverages human demonstrations of packing strategies, which inherently exhibit latent factors such as space optimization, stability, and object properties that are difficult to model explicitly. The human-expert data is combined with RL exploration to provide the placement of each object inside the container. Experimental results show that our method outperforms heuristic, purely RL-based, and imitation learning approaches in packing efficiency and latency. Qualitative results highlight that our packing strategy produces more stable, human-like arrangements, which we expect to be more appropriate and widely accepted. Finally, we demonstrate the real-world feasibility of our method on a robotic system.

📄 PDF Abstract BibTeX arXiv:2504.16595

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

OPA-Pack: Object-Property-Aware Robotic Bin Packing

2025-05-19 · Jia-Hui Pan, Yeok Tatt Cheah, Zhengzhe Liu, Ka-Hei Hui 외

Robotic bin packing aids in a wide range of real-world scenarios such as e-commerce and warehouses. Yet, existing works focus mainly on considering the shape of objects to optimize packing compactness and neglect object …

ObjectQ-LearningRetrieval-augmented Generation

Planning Irregular Object Packing via Hierarchical Reinforcement Learning

2022-11-17 · Sichao Huang, Ziwei Wang, Jie zhou, Jiwen Lu

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 …

Hierarchical Reinforcement LearningObjectQ-Learningreinforcement-learning+2

Diffusion Reinforcement Learning Based Online 3D Bin Packing Spatial Strategy Optimization

2026-04-13 · Jie Han, Tong Li, Qingyang Xu, Yong Song 외 arxiv

The online 3D bin packing problem is important in logistics, warehousing and intelligent manufacturing, with solutions shifting to deep reinforcement learning (DRL) which faces challenges like low sample efficiency. This…

Reinforcement Learning

Mitigating Dimensionality in 2D Rectangle Packing Problem under Reinforcement Learning Schema

2024-09-15 · Waldemar Kołodziejczyk, Mariusz Kaleta

This paper explores the application of Reinforcement Learning (RL) to the two-dimensional rectangular packing problem. We propose a reduced representation of the state and action spaces that allow us for high granularity…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

QAL-BP: An Augmented Lagrangian Quantum Approach for Bin Packing

2023-09-22 · Lorenzo Cellini, Antonio Macaluso, Michele Lombardi

The bin packing is a well-known NP-Hard problem in the domain of artificial intelligence, posing significant challenges in finding efficient solutions. Conversely, recent advancements in quantum technologies have shown p…

Combinatorial Optimization