CVAug 24, 2024

Segment Any Mesh

arXiv:2408.13679v238 citationsh-index: 7Has Code
AI Analysis

This work addresses mesh segmentation for 3D modeling and analysis, offering improved generalization over existing methods, though it is incremental as it builds on Segment Anything.

The authors tackled the problem of zero-shot mesh part segmentation by proposing Segment Any Mesh, which uses multimodal rendering and 2D-to-3D lifting to achieve performance comparable to or better than the Shape Diameter Function method, as validated through human evaluation on a new dataset.

We propose Segment Any Mesh, a novel zero-shot mesh part segmentation method that overcomes the limitations of shape analysis-based, learning-based, and contemporary approaches. Our approach operates in two phases: multimodal rendering and 2D-to-3D lifting. In the first phase, multiview renders of the mesh are individually processed through Segment Anything to generate 2D masks. These masks are then lifted into a mesh part segmentation by associating masks that refer to the same mesh part across the multiview renders. We find that applying Segment Anything to multimodal feature renders of normals and shape diameter scalars achieves better results than using only untextured renders of meshes. By building our method on top of Segment Anything, we seamlessly inherit any future improvements made to 2D segmentation. We compare our method with a robust, well-evaluated shape analysis method, Shape Diameter Function, and show that our method is comparable to or exceeds its performance. Since current benchmarks contain limited object diversity, we also curate and release a dataset of generated meshes and use it to demonstrate our method's improved generalization over Shape Diameter Function via human evaluation. We release the code and dataset at https://github.com/gtangg12/samesh

Code Implementations1 repo
Foundations

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

Your Notes