Occlusion-aware Text-Image-Point Cloud Pretraining for Open-World 3D Object Recognition
Khanh Nguyen, Ghulam Mubashar Hassan, Ajmal Mian
TL;DR
Occlusion-aware Text-Image-Point Cloud Pretraining (OccTIP) addresses the domain gap between synthetic full-point-cloud pretraining and real-world occluded data by generating occluded partial point clouds from synthetic models. It couples this with a two-stream, linear-time DuoMamba architecture that uses two space-filling curves and standard 1D convolutions to efficiently model 3D geometry, significantly reducing inference cost compared to Transformer-based encoders. Through cross-modal contrastive learning across text, image, and partial point clouds, OccTIP achieves state-of-the-art or competitive performance on zero-shot, few-shot, and zero-shot detection benchmarks, while reducing FLOPs and latency. The framework demonstrates strong real-world robustness, data efficiency, and practical potential for open-world 3D recognition in robotics and vision systems.
Abstract
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.
