Component Selection for Craft Assembly Tasks
Vitor Hideyo Isume, Takuya Kiyokawa, Natsuki Yamanobe, Yukiyasu Domae, Weiwei Wan, Kensuke Harada
TL;DR
The paper introduces the Craft Assembly Task, a flexible robotic assembly problem in which a target object is represented using non-exact parts drawn from a scene based on a single RGB image. It proposes a four-stage pipeline that leverages template mesh retrieval, differentiable pose optimization, symmetry-based occlusion completion, and a proportion-driven scene-matching search to map parts to scene objects as cuboids or cylinders. The authors demonstrate that their template-mesh–driven approach achieves performance comparable to baselines across multiple metrics and validate it in a real-world robotic setup, underscoring practical feasibility. This work reduces data requirements for 3D part assemblies and offers a framework for open-ended object assembly with non-exact part correspondences, with potential extensions to 3D reasoning via LLMs.
Abstract
Inspired by traditional handmade crafts, where a person improvises assemblies based on the available objects, we formally introduce the Craft Assembly Task. It is a robotic assembly task that involves building an accurate representation of a given target object using the available objects, which do not directly correspond to its parts. In this work, we focus on selecting the subset of available objects for the final craft, when the given input is an RGB image of the target in the wild. We use a mask segmentation neural network to identify visible parts, followed by retrieving labelled template meshes. These meshes undergo pose optimization to determine the most suitable template. Then, we propose to simplify the parts of the transformed template mesh to primitive shapes like cuboids or cylinders. Finally, we design a search algorithm to find correspondences in the scene based on local and global proportions. We develop baselines for comparison that consider all possible combinations, and choose the highest scoring combination for common metrics used in foreground maps and mask accuracy. Our approach achieves comparable results to the baselines for two different scenes, and we show qualitative results for an implementation in a real-world scenario.
