paper-with-me

홈 › Papers

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

2025-02-15 · CVPR 2025 1 · Khanh Nguyen, Ghulam Mubashar Hassan, Ajmal Mian

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 the 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. We will release our data and code to facilitate future research.

📄 PDF Abstract BibTeX arXiv:2502.10674

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object RecognitionObject RecognitionRepresentation Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Geometry-Aware Cross Modal Alignment for Light Field-LiDAR Semantic Segmentation

2025-10-08 · Jie Luo, Yuxuan Jiang, Xin Jin, Mingyu Liu 외 arxiv

Semantic segmentation serves as a cornerstone of scene understanding in autonomous driving but continues to face significant challenges under complex conditions such as occlusion. Light field and LiDAR modalities provide…

LIDAR Semantic SegmentationScene UnderstandingAutonomous DrivingPoint Clouds

Occlusion-Aware 3D Hand-Object Pose Estimation with Masked AutoEncoders

2025-06-12 · Hui Yang, Wei Sun, Jian Liu, Jin Zheng 외

Hand-object pose estimation from monocular RGB images remains a significant challenge mainly due to the severe occlusions inherent in hand-object interactions. Existing methods do not sufficiently explore global structur…

hand-object poseObjectPose Estimation

PRED: Pre-training via Semantic Rendering on LiDAR Point Clouds

2023-11-08 · NeurIPS 2023 11

Pre-training is crucial in 3D-related fields such as autonomous driving where point cloud annotation is costly and challenging. Many recent studies on point cloud pre-training, however, have overlooked the issue of incom…

Autonomous DrivingNeural RenderingPoint Cloud Pre-training

ModelNet-O: A Large-Scale Synthetic Dataset for Occlusion-Aware Point Cloud Classification

2024-01-16 · Zhongbin Fang, Xia Li, Xiangtai Li, Shen Zhao 외

Recently, 3D point cloud classification has made significant progress with the help of many datasets. However, these datasets do not reflect the incomplete nature of real-world point clouds caused by occlusion, which lim…

3D Point Cloud ClassificationPoint Cloud Classification

VoteHMR: Occlusion-Aware Voting Network for Robust 3D Human Mesh Recovery from Partial Point Clouds

2021-10-17 · Guanze Liu, Yu Rong, Lu Sheng

3D human mesh recovery from point clouds is essential for various tasks, including AR/VR and human behavior understanding. Previous works in this field either require high-quality 3D human scans or sequential point cloud…

Human Mesh Recovery