SCANet: Correcting LEGO Assembly Errors with Self-Correct Assembly Network
Yuxuan Wan, Kaichen Zhou, jinhong Chen, Hao Dong
TL;DR
The paper defines the Single-Step Assembly Error Correction Task to tackle errors that accumulate during robotic part assembly. It introduces the LEGO-ECA dataset to provide misassembly examples and poses for correction, and proposes SCANet, a transformer-based network that treats each assembled component as a query to detect and correct pose errors using a two-branch CNN backbone and a component pose correction module. Experiments demonstrate that SCANet can identify and fix misassembled components, notably improving assembly correctness when used to refine MEPNet outputs, with demonstrated generalization to unseen data. The work highlights a path toward robust, error-aware autonomous assembly; however, it remains in simulation, inviting future work on real-robot applications and broader sequential correction across steps.
Abstract
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/.
