paper-with-me

홈 › Papers

Planning Assembly Sequence with Graph Transformer

2022-10-11 · Lin Ma, Jiangtao Gong, Hao Xu, Hao Chen, Hao Zhao, Wenbing Huang, Guyue Zhou

Assembly sequence planning (ASP) is the essential process for modern manufacturing, proven to be NP-complete thus its effective and efficient solution has been a challenge for researchers in the field. In this paper, we present a graph-transformer based framework for the ASP problem which is trained and demonstrated on a self-collected ASP database. The ASP database contains a self-collected set of LEGO models. The LEGO model is abstracted to a heterogeneous graph structure after a thorough analysis of the original structure and feature extraction. The ground truth assembly sequence is first generated by brute-force search and then adjusted manually to in line with human rational habits. Based on this self-collected ASP dataset, we propose a heterogeneous graph-transformer framework to learn the latent rules for assembly planning. We evaluated the proposed framework in a series of experiment. The results show that the similarity of the predicted and ground truth sequences can reach 0.44, a medium correlation measured by Kendall's $\tau$. Meanwhile, we compared the different effects of node features and edge features and generated a feasible and reasonable assembly sequence as a benchmark for further research. Our data set and code is available on https://github.com/AIR-DISCOVER/ICRA\_ASP.

📄 PDF Abstract BibTeX arXiv:2210.05236

Code (1)

AIR-DISCOVER/ICRA_ASP 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Multi-level Reasoning for Robotic Assembly: From Sequence Inference to Contact Selection

2023-12-17 · Xinghao Zhu, Devesh K. Jha, Diego Romeres, Lingfeng Sun 외

Automating the assembly of objects from their parts is a complex problem with innumerable applications in manufacturing, maintenance, and recycling. Unlike existing research, which is limited to target segmentation, pose…

Motion Planningvalid

Efficient and Feasible Robotic Assembly Sequence Planning via Graph Representation Learning

2023-03-17 · Matan Atad, Jianxiang Feng, Ismael Rodríguez, Maximilian Durner 외

Automatic Robotic Assembly Sequence Planning (RASP) can significantly improve productivity and resilience in modern manufacturing along with the growing need for greater product customization. One of the main challenges …

Graph Representation LearningRepresentation Learning

A Unified Framework for Automated Assembly Sequence and Production Line Planning using Graph-based Optimization

2025-12-15 · Christoph Hartmann, Marios Demetriades, Kevin Prüfer, Zichen Zhang 외 arxiv

This paper presents PyCAALP (Python-based Computer-Aided Assembly Line Planning), a framework for automated Assembly Sequence Planning (ASP) and Production Line Planning (PLP), employing a graph-based approach to model c…

CAD-Based Relation Learning and Geometric-Symbolic Planning for Robotic Assembly

2026-09-15 · Fabian Harlacher, Christian Friedrich arxiv

Assembly Sequence Planning (ASP) remains a challenging problem due to its combinatorial nature, making exhaustive planning approaches impractical for complex industrial assemblies. Furthermore, many CAD models lack relia…

Relation ExtractionPoint Clouds

ASAP: Automated Sequence Planning for Complex Robotic Assembly with Physical Feasibility

2023-09-29 · Yunsheng Tian, Karl D. D. Willis, Bassel Al Omari, Jieliang Luo 외

The automated assembly of complex products requires a system that can automatically plan a physically feasible sequence of actions for assembling many parts together. In this paper, we present ASAP, a physics-based plann…