paper-with-me

Papers

Solving Packing Problems by Conditional Query Learning

2019-09-25 · Dongda Li, Changwei Ren, Zhaoquan Gu, Yuexuan Wang, Francis Lau

Neural Combinatorial Optimization (NCO) has shown the potential to solve traditional NP-hard problems recently. Previous studies have shown that NCO outperforms heuristic algorithms in many combinatorial optimization problems such as the routing problems. However, it is less efficient for more complicated problems such as packing, one type of optimization problem that faces mutual conditioned action space. In this paper, we propose a Conditional Query Learning (CQL) method to handle the packing problem for both 2D and 3D settings. By embedding previous actions as a conditional query to the attention model, we design a fully end-to-end model and train it for 2D and 3D packing via reinforcement learning respectively. Through extensive experiments, the results show that our method could achieve lower bin gap ratio and variance for both 2D and 3D packing. Our model improves 7.2% space utilization ratio compared with genetic algorithm for 3D packing (30 boxes case), and reduces more than 10% bin gap ratio in almost every case compared with extant learning approaches. In addition, our model shows great scalability to packing box number. Furthermore, we provide a general test environment of 2D and 3D packing for learning algorithms. All source code of the model and the test environment is released.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

One model Packs Thousands of Items with Recurrent Conditional Query Learning

2021-11-12 · Dongda Li, Zhaoquan Gu, Yuexuan Wang, Changwei Ren 외

Recent studies have revealed that neural combinatorial optimization (NCO) has advantages over conventional algorithms in many combinatorial optimization problems such as routing, but it is less efficient for more complic…

Combinatorial Optimization

Hybrid Approach for Solving Real-World Bin Packing Problem Instances Using Quantum Annealers

2023-03-01 · Sebastián V. Romero, Eneko Osaba, Esther Villar-Rodriguez, Izaskun Oregi 외

Efficient packing of items into bins is a common daily task. Known as Bin Packing Problem, it has been intensively studied in the field of artificial intelligence, thanks to the wide interest from industry and logistics.…

Applying Gene Expression Programming for Solving One-Dimensional Bin-Packing Problems

2020-01-13 · Najla Akram AL-Saati

This work aims to study and explore the use of Gene Expression Programming (GEP) in solving the on-line Bin-Packing problem. The main idea is to show how GEP can automatically find acceptable heuristic rules to solve the…

Deliberate Planning of 3D Bin Packing on Packing Configuration Trees

2025-04-06 · Hang Zhao, Juzhan Xu, Kexiong Yu, Ruizhen Hu 외

Online 3D Bin Packing Problem (3D-BPP) has widespread applications in industrial automation. Existing methods usually solve the problem with limited resolution of spatial discretization, and/or cannot deal with complex p…

3D Bin PackingDeep Reinforcement Learning

Auditing Near-Optimal Policies Can Be Exponentially Hard: Conditional Query Lower Bounds via Occupancy Rashomon Capacity

2026-05-29 · Ibne Farabi Shihab, Sanjeda Akter, Anuj Sharma arxiv

When many reinforcement-learning policies achieve near-optimal return, a post-hoc auditor may have to distinguish among many behaviorally distinct but return-equivalent policies. We formalize this phenomenon through an o…