paper-with-me

Papers

Learning Gradient Fields for Scalable and Generalizable Irregular Packing

2023-10-18 · Tianyang Xue, Mingdong Wu, Lin Lu, Haoxuan Wang, Hao Dong, Baoquan Chen

The packing problem, also known as cutting or nesting, has diverse applications in logistics, manufacturing, layout design, and atlas generation. It involves arranging irregularly shaped pieces to minimize waste while avoiding overlap. Recent advances in machine learning, particularly reinforcement learning, have shown promise in addressing the packing problem. In this work, we delve deeper into a novel machine learning-based approach that formulates the packing problem as conditional generative modeling. To tackle the challenges of irregular packing, including object validity constraints and collision avoidance, our method employs the score-based diffusion model to learn a series of gradient fields. These gradient fields encode the correlations between constraint satisfaction and the spatial relationships of polygons, learned from teacher examples. During the testing phase, packing solutions are generated using a coarse-to-fine refinement mechanism guided by the learned gradient fields. To enhance packing feasibility and optimality, we introduce two key architectural designs: multi-scale feature extraction and coarse-to-fine relation extraction. We conduct experiments on two typical industrial packing domains, considering translations only. Empirically, our approach demonstrates spatial utilization rates comparable to, or even surpassing, those achieved by the teacher algorithm responsible for training data generation. Additionally, it exhibits some level of generalization to shape variations. We are hopeful that this method could pave the way for new possibilities in solving the packing problem.

📄 PDF Abstract BibTeX arXiv:2310.19814

Code (0)

등록된 구현이 없습니다.

Tasks

Collision AvoidanceLayout DesignRelation Extraction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

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

Learning based 2D Irregular Shape Packing

2023-09-19 · Zeshi Yang, Zherong Pan, Manyi Li, Kui Wu 외

2D irregular shape packing is a necessary step to arrange UV patches of a 3D model within a texture atlas for memory-efficient appearance rendering in computer graphics. Being a joint, combinatorial decision-making probl…

Decision Making

GFPack++: Improving 2D Irregular Packing by Learning Gradient Field with Attention

2024-06-09 · Tianyang Xue, Lin Lu, Yang Liu, Mingdong Wu 외

2D irregular packing is a classic combinatorial optimization problem with various applications, such as material utilization and texture atlas generation. This NP-hard problem requires efficient algorithms to optimize sp…

Combinatorial Optimization

Robotic Manipulation Framework Based on Semantic Keypoints for Packing Shoes of Different Sizes, Shapes, and Softness

2025-09-07 · Yi Dong, Yangjun Liu, Jinjun Duan, Yang Li 외 arxiv

With the rapid development of the warehousing and logistics industries, the packing of goods has gradually attracted the attention of academia and industry. The packing of footwear products is a typical representative pa…

Learning Physically Realizable Skills for Online Packing of General 3D Shapes

2022-12-05 · Hang Zhao, Zherong Pan, Yang Yu, Kai Xu

We study the problem of learning online packing skills for irregular 3D shapes, which is arguably the most challenging setting of bin packing problems. The goal is to consecutively move a sequence of 3D objects with arbi…

3D geometryAction GenerationReinforcement Learning (RL)