PatchAlign3D: Local Feature Alignment for Dense 3D Shape understanding
Souhail Hadgi, Bingchen Gong, Ramana Sundararaman, Emery Pierson, Lei Li, Peter Wonka, Maks Ovsjanikov
TL;DR
PatchAlign3D addresses the gap between global 3D foundation models and fine-grained local reasoning by learning language-aligned patch-level features directly from point clouds. It introduces a two-stage pre-training workflow: Stage 1 distills dense 2D priors into 3D patch tokens, and Stage 2 aligns these tokens with text through a multi-positive contrastive objective, enabling zero-shot 3D part segmentation without test-time rendering. The method achieves state-of-the-art results across five benchmarks, with sharp segmentation boundaries and fast inference, highlighting its potential for open-world 3D understanding. This approach significantly reduces error from noisy annotations and prompt engineering, providing a practical, efficient path toward real-time 3D part reasoning in diverse applications.
Abstract
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/
