MeshSegmenter: Zero-Shot Mesh Semantic Segmentation via Texture Synthesis
Ziming Zhong, Yanxu Xu, Jing Li, Jiale Xu, Zhengxin Li, Chaohui Yu,, Shenghua Gao

TL;DR
MeshSegmenter introduces a zero-shot 3D mesh segmentation framework that leverages 2D segmentation models and texture synthesis to achieve accurate, view-consistent results across diverse meshes without training on specific datasets.
Contribution
The paper presents a novel zero-shot 3D segmentation method combining 2D segmentation, texture generation, and multi-view voting, extending 2D models to 3D meshes effectively.
Findings
Achieves accurate 3D segmentation across diverse meshes.
Utilizes texture synthesis to improve segmentation in non-prominent areas.
Provides stable, view-consistent segmentation results.
Abstract
We present MeshSegmenter, a simple yet effective framework designed for zero-shot 3D semantic segmentation. This model successfully extends the powerful capabilities of 2D segmentation models to 3D meshes, delivering accurate 3D segmentation across diverse meshes and segment descriptions. Specifically, our model leverages the Segment Anything Model (SAM) model to segment the target regions from images rendered from the 3D shape. In light of the importance of the texture for segmentation, we also leverage the pretrained stable diffusion model to generate images with textures from 3D shape, and leverage SAM to segment the target regions from images with textures. Textures supplement the shape for segmentation and facilitate accurate 3D segmentation even in geometrically non-prominent areas, such as segmenting a car door within a car mesh. To achieve the 3D segments, we render 2D images…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing and 3D Reconstruction · Generative Adversarial Networks and Image Synthesis · Handwritten Text Recognition Techniques
MethodsDiffusion · Segment Anything Model
