paper-with-me

Papers

Learning based 2D Irregular Shape Packing

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

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 problem involving all patch positions and orientations, this problem has well-known NP-hard complexity. Prior solutions either assume a heuristic packing order or modify the upstream mesh cut and UV mapping to simplify the problem, which either limits the packing ratio or incurs robustness or generality issues. Instead, we introduce a learning-assisted 2D irregular shape packing method that achieves a high packing quality with minimal requirements from the input. Our method iteratively selects and groups subsets of UV patches into near-rectangular super patches, essentially reducing the problem to bin-packing, based on which a joint optimization is employed to further improve the packing ratio. In order to efficiently deal with large problem instances with hundreds of patches, we train deep neural policies to predict nearly rectangular patch subsets and determine their relative poses, leading to linear time scaling with the number of patches. We demonstrate the effectiveness of our method on three datasets for UV packing, where our method achieves a higher packing ratio over several widely used baselines with competitive computational speed.

📄 PDF Abstract BibTeX arXiv:2309.10329

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Learning Gradient Fields for Scalable and Generalizable Irregular Packing

2023-10-18 · Tianyang Xue, Mingdong Wu, Lin Lu, Haoxuan Wang 외

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 av…

Collision AvoidanceLayout DesignRelation Extraction

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)

Coordinate descent heuristics for the irregular strip packing problem of rasterized shapes

2021-04-09 · Shunji Umetani, Shohei Murakami

We consider the irregular strip packing problem of rasterized shapes, where a given set of pieces of irregular shapes represented in pixels should be placed into a rectangular container without overlap. The rasterized sh…

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