paper-with-me

홈 › Papers

SCANet: Correcting LEGO Assembly Errors with Self-Correct Assembly Network

2024-03-27 · Yuxuan Wan, Kaichen Zhou, jinhong Chen, Hao Dong

Autonomous assembly in robotics and 3D vision presents significant challenges, particularly in ensuring assembly correctness. Presently, predominant methods such as MEPNet focus on assembling components based on manually provided images. However, these approaches often fall short in achieving satisfactory results for tasks requiring long-term planning. Concurrently, we observe that integrating a self-correction module can partially alleviate such issues. Motivated by this concern, we introduce the Single-Step Assembly Error Correction Task, which involves identifying and rectifying misassembled components. To support research in this area, we present the LEGO Error Correction Assembly Dataset (LEGO-ECA), comprising manual images for assembly steps and instances of assembly failures. Additionally, we propose the Self-Correct Assembly Network (SCANet), a novel method to address this task. SCANet treats assembled components as queries, determining their correctness in manual images and providing corrections when necessary. Finally, we utilize SCANet to correct the assembly results of MEPNet. Experimental results demonstrate that SCANet can identify and correct MEPNet's misassembled results, significantly improving the correctness of assembly. Our code and dataset could be found at https://scanet-iros2024.github.io/.

📄 PDF Abstract BibTeX arXiv:2403.18195

Code (1)

yaser-wyx/scanet 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

TreeSBA: Tree-Transformer for Self-Supervised Sequential Brick Assembly

2024-07-22 · Mengqi Guo, Chen Li, Yuyang Zhao, Gim Hee Lee

Inferring step-wise actions to assemble 3D objects with primitive bricks from images is a challenging task due to complex constraints and the vast number of possible combinations. Recent studies have demonstrated promisi…

3D AssemblyTransfer Learning

Planning Assembly Sequence with Graph Transformer

2022-10-11 · Lin Ma, Jiangtao Gong, Hao Xu, Hao Chen 외

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 …

WorkBenchMark: A LEGO-Based Assembly Benchmark with an Assembly-by-Disassembly Baseline for the Smart Manufacturing League

2026-06-02 · Wenbo Ma, Daniel Swoboda, Matteo Tschesche, Till Hofmann arxiv

We introduceWorkBenchMark, a LEGO Duplo-based robotic assembly benchmark motivated by the RoboCup Smart Manufacturing League. Robotic assembly couples low-level manipulation with task-level symbolic reasoning under physi…

LEGO Co-builder: Exploring Fine-Grained Vision-Language Modeling for Multimodal LEGO Assembly Assistants

2025-07-07 · Haochen Huang, Jiahuan Pei, Mohammad Aliannejadi, Xin Sun 외 arxiv

Vision-language models (VLMs) are facing the challenges of understanding and following multimodal assembly instructions, particularly when fine-grained spatial reasoning and precise object state detection are required. I…

Spatial ReasoningObject Detection

LEGO-Compiler: Enhancing Neural Compilation Through Translation Composability

2025-05-26 · Shuoming Zhang, Jiacheng Zhao, Chunwei Xia, Zheng Wang 외

Large language models (LLMs) have the potential to revolutionize how we design and implement compilers and code translation tools. However, existing LLMs struggle to handle long and complex programs. We introduce LEGO-Co…

Code TranslationTranslation