paper-with-me

Papers

Point Cloud Understanding via Attention-Driven Contrastive Learning

2024-11-22 · Yi Wang, Jiaze Wang, Ziyu Guo, Renrui Zhang, Donghao Zhou, Guangyong Chen, Anfeng Liu, Pheng-Ann Heng

Recently Transformer-based models have advanced point cloud understanding by leveraging self-attention mechanisms, however, these methods often overlook latent information in less prominent regions, leading to increased sensitivity to perturbations and limited global comprehension. To solve this issue, we introduce PointACL, an attention-driven contrastive learning framework designed to address these limitations. Our method employs an attention-driven dynamic masking strategy that guides the model to focus on under-attended regions, enhancing the understanding of global structures within the point cloud. Then we combine the original pre-training loss with a contrastive learning loss, improving feature discrimination and generalization. Extensive experiments validate the effectiveness of PointACL, as it achieves state-of-the-art performance across a variety of 3D understanding tasks, including object classification, part segmentation, and few-shot learning. Specifically, when integrated with different Transformer backbones like Point-MAE and PointGPT, PointACL demonstrates improved performance on datasets such as ScanObjectNN, ModelNet40, and ShapeNetPart. This highlights its superior capability in capturing both global and local features, as well as its enhanced robustness against perturbations and incomplete data.

📄 PDF Abstract BibTeX arXiv:2411.14744

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningFew-Shot Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

BeyondRPC: A Contrastive and Augmentation-Driven Framework for Robust Point Cloud Understanding

2025-06-15 · International Journal of Intelligent Engineering and Systems 2025 6 · Oddy Virgantara Putra, Hanugra Aulia Sidharta, Diah Risqiwati, Moch. Iskandar Riansyah 외

Robust perception of 3D point clouds remains a significant challenge in real-world environments where sensor data is often corrupted. While recent models and augmentation strategies have improved robustness individually,…

Point Cloud ClassificationRepresentation Learning

CL3DOR: Contrastive Learning for 3D Large Multimodal Models via Odds Ratio on High-Resolution Point Clouds

2025-01-07 · Keonwoo Kim, Yeongjae Cho, Taebaek Hwang, Minsoo Jo 외

Recent research has demonstrated that Large Language Models (LLMs) are not limited to text-only tasks but can also function as multimodal models across various modalities, including audio, images, and videos. In particul…

Contrastive LearningLanguage ModelingLanguage ModellingScene Understanding+1

Unsupervised Point Cloud Object Co-Segmentation by Co-Contrastive Learning and Mutual Attention Sampling

2021-01-01 · ICCV 2021 10 · Cheng-Kun Yang, Yung-Yu Chuang, Yen-Yu Lin

This paper presents a new task, point cloud object co-segmentation, aiming to segment the common 3D objects in a set of point clouds. We formulate this task as an object point sampling problem, and develop two techni…

Contrastive LearningObject

EPContrast: Effective Point-level Contrastive Learning for Large-scale Point Cloud Understanding

2024-10-22 · Zhiyi Pan, Guoqing Liu, Wei Gao, Thomas H. Li

The acquisition of inductive bias through point-level contrastive learning holds paramount significance in point cloud pre-training. However, the square growth in computational requirements with the scale of the point cl…

Contrastive LearningInductive BiasInstance Segmentationobject-detection+3

CrossVideo: Self-supervised Cross-modal Contrastive Learning for Point Cloud Video Understanding

2024-01-17 · Yunze Liu, Changxi Chen, Zifan Wang, Li Yi

This paper introduces a novel approach named CrossVideo, which aims to enhance self-supervised cross-modal contrastive learning in the field of point cloud video understanding. Traditional supervised learning methods enc…

Contrastive Learningpoint cloud video understandingSelf-Supervised LearningVideo Understanding