CVDec 4, 2025

Prompt2Craft: Generating Functional Craft Assemblies with LLMs

arXiv:2512.04568v1h-index: 27
Originality Synthesis-oriented
AI Analysis

This addresses robotic assembly in unstructured environments, but it is incremental as it builds on existing segmentation and optimization methods.

The paper tackles the Craft Assembly Task, where a robot must build a target object from available objects that do not directly match its parts, using an RGB image as input; it achieves comparable results to baselines in two scenes and demonstrates real-world implementation.

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 labeled 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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes