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

Occlusion-aware Text-Image-Point Cloud Pretraining for Open-World 3D Object Recognition

About

Recent open-world representation learning approaches have leveraged CLIP to enable zero-shot 3D object recognition. However, performance on real point clouds with occlusions still falls short due to unrealistic pretraining settings. Additionally, these methods incur high inference costs because they rely on Transformer's attention modules. In this paper, we make two contributions to address these limitations. First, we propose occlusion-aware text-image-point cloud pretraining to reduce the training-testing domain gap. From 52K synthetic 3D objects, our framework generates nearly 630K partial point clouds for pretraining, consistently improving real-world recognition performances of existing popular 3D networks. Second, to reduce computational requirements, we introduce DuoMamba, a two-stream linear state space model tailored for point clouds. By integrating two space-filling curves with 1D convolutions, DuoMamba effectively models spatial dependencies between point tokens, offering a powerful alternative to Transformer. When pretrained with our framework, DuoMamba surpasses current state-of-the-art methods while reducing latency and FLOPs, highlighting the potential of our approach for real-world applications. Our code and data are available at https://ndkhanh360.github.io/project-occtip.

Khanh Nguyen, Ghulam Mubashar Hassan, Ajmal Mian• 2025

Related benchmarks

TaskDatasetResultRank
3D Object ClassificationModelNet40 (test)
Accuracy80.5
302
ClassificationScanObjectNN--
43
3D Object ClassificationModelNet40 rotated (test)
Accuracy24.8
15
Text-to-3D RetrievalOmniObject3D Canonical (test)
RR@115.82
10
3D ClassificationOmniObject3D Canonical (test)
Accuracy32.9
10
3D-to-3D RetrievalOmniObject3D (80% database 20% query)
mAP (I/I)46.81
10
3D ClassificationOmniObject3D SO(3) rotated (test)
Accuracy17
10
Text-to-3D RetrievalOmniObject3D SO(3) (test)
RR@17.83
10
ClassificationModelNet40-P
Top-1 Acc67.7
9
ClassificationScanObjectNN
1-shot Accuracy52.5
9
Showing 10 of 12 rows

Other info

Code

Follow for update