Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PatchAlign3D: Local Feature Alignment for Dense 3D Shape understanding

About

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/

Souhail Hadgi, Bingchen Gong, Ramana Sundararaman, Emery Pierson, Lei Li, Peter Wonka, Maks Ovsjanikov• 2026

Related benchmarks

TaskDatasetResultRank
Keypoint DetectionKeypointNet 53 (test)
Error (T=0.001)2.21
15
Part SegmentationPartNetE
mIoU41.4
9
Part SegmentationShapeNetPart 51 (test)
mIoU56.9
6
Part SegmentationFaust
mIoU67.8
6
Part SegmentationScanObjectNN
mIoU22.7
4
Part SegmentationObjaverse General (Seen)
mIoU37.49
2
Part SegmentationObjaverse General (Unseen)
mIoU35.61
2
Showing 7 of 7 rows

Other info

Follow for update