材质魔棒:在无纹理网格中基于材质的三维部件分组 / Material Magic Wand: Material-Aware Grouping of 3D Parts in Untextured Meshes
1️⃣ 一句话总结
这篇论文提出了一种名为‘材质魔棒’的智能工具,它能自动识别3D模型中材质相同的重复部件,从而极大简化了艺术家手动为无纹理网格逐一分配材质的工作流程。
We introduce the problem of material-aware part grouping in untextured meshes. Many real-world shapes, such as scales of pinecones or windows of buildings, contain repeated structures that share the same material but exhibit geometric variations. When assigning materials to such meshes, these repeated parts often require piece-by-piece manual identification and selection, which is tedious and time-consuming. To address this, we propose Material Magic Wand, a tool that allows artists to select part groups based on their estimated material properties -- when one part is selected, our algorithm automatically retrieves all other parts likely to share the same material. The key component of our approach is a part encoder that generates a material-aware embedding for each 3D part, accounting for both local geometry and global context. We train our model with a supervised contrastive loss that brings embeddings of material-consistent parts closer while separating those of different materials; therefore, part grouping can be achieved by retrieving embeddings that are close to the embedding of the selected part. To benchmark this task, we introduce a curated dataset of 100 shapes with 241 part-level queries. We verify the effectiveness of our method through extensive experiments and demonstrate its practical value in an interactive material assignment application.
材质魔棒:在无纹理网格中基于材质的三维部件分组 / Material Magic Wand: Material-Aware Grouping of 3D Parts in Untextured Meshes
这篇论文提出了一种名为‘材质魔棒’的智能工具,它能自动识别3D模型中材质相同的重复部件,从而极大简化了艺术家手动为无纹理网格逐一分配材质的工作流程。
源自 arXiv: 2603.17370