PatchAlign3D: Local Feature Alignment for Dense 3D Shape understanding
By: Souhail Hadgi , Bingchen Gong , Ramana Sundararaman and more
Potential Business Impact:
Lets computers understand 3D shapes by their parts.
Current foundation models for 3D shapes excel at global tasks (retrieval, classification) but transfer poorly to local part-level reasoning. Recent approaches leverage vision and language foundation models to directly solve dense tasks through multi-view renderings and text queries. While promising, these pipelines require expensive inference over multiple renderings, depend heavily on large language-model (LLM) prompt engineering for captions, and fail to exploit the inherent 3D geometry of shapes. We address this gap by introducing an encoder-only 3D model that produces language-aligned patch-level features directly from point clouds. Our pre-training approach builds on existing data engines that generate part-annotated 3D shapes by pairing multi-view SAM regions with VLM captioning. Using this data, we train a point cloud transformer encoder in two stages: (1) distillation of dense 2D features from visual encoders such as DINOv2 into 3D patches, and (2) alignment of these patch embeddings with part-level text embeddings through a multi-positive contrastive objective. Our 3D encoder achieves zero-shot 3D part segmentation with fast single-pass inference without any test-time multi-view rendering, while significantly outperforming previous rendering-based and feed-forward approaches across several 3D part segmentation benchmarks. Project website: https://souhail-hadgi.github.io/patchalign3dsite/
Similar Papers
S2AM3D: Scale-controllable Part Segmentation of 3D Point Cloud
CV and Pattern Recognition
Helps computers understand 3D shapes by parts.
Name That Part: 3D Part Segmentation and Naming
CV and Pattern Recognition
Names 3D object parts using words.
Photo3D: Advancing Photorealistic 3D Generation through Structure-Aligned Detail Enhancement
CV and Pattern Recognition
Makes computer-made 3D objects look real.