paper-with-me

홈 › Papers

Point-LGMask: Local and Global Contexts Embedding for Point Cloud Pre-training with Multi-Ratio Masking

2023-06-08 · IEEE Transactions on Multimedia 2023 6 · Yuan Tang, Xianzhi Li, Jinfeng Xu, Qiao Yu, Long Hu, Yixue Hao, Min Chen

Self-supervised learning has achieved great success in both natural language processing and 2D vision, where masked modeling is a quite popular pre-training scheme. However, extending masking to 3D point cloud understanding that combines local and global features poses a new challenge. In our work, we present Point-LGMask, a novel method to embed both local and global contexts with multi-ratio masking, which is quite effective for self-supervised feature learning of point clouds but is unfortunately ignored by existing pre-training works. Specifically, to avoid fitting to a fixed masking ratio, we first propose multi-ratio masking, which prompts the encoder to fully explore representative features thanks to tasks of different difficulties. Next, to encourage the embedding of both local and global features, we formulate a compound loss, which consists of (i) a global representation contrastive loss to encourage the cluster assignments of the masked point clouds to be consistent to that of the completed input, and (ii) a local point cloud prediction loss to encourage accurate prediction of masked points. Equipped with our Point-LGMask, we show that our learned representations transfer well to various downstream tasks, including few-shot classification, shape classification, object part segmentation, as well as real-world scene-based 3D object detection and 3D semantic segmentation. Particularly, our model largely advances existing pre-training methods on the difficult few-shot classification task using the real-captured ScanObjectNN dataset by surpassing over 4% to the second-best method. Also, our Point-LGMask achieves 0.4% AP25 and 0.8% AP50 gains on 3D object detection task over the second-best method. 0.4% mAcc and 0.5% mIoU. Codes have been released at https://github.com/TangYuan96/Point-LGMask

📄 PDF Abstract BibTeX

Code (1)

TangYuan96/Point-LGMask pytorch

Tasks

3D Object Detection3D Point Cloud Classification3D Semantic SegmentationFew-Shot 3D Point Cloud Classificationobject-detectionObject DetectionPoint Cloud Pre-trainingSelf-Supervised LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
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…
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 제목 키워드 기반

PVINet: Point-Voxel Interlaced Network for Point Cloud Compression

2025-09-01 · Xuan Deng, Xingtao Wang, Xiandong Meng, Xiaopeng Fan 외 arxiv

In point cloud compression, the quality of a reconstructed point cloud relies on both the global structure and the local context, with existing methods usually processing global and local information sequentially and lac…

Modeling Global and Local Node Contexts for Text Generation from Knowledge Graphs

2020-01-29 · Leonardo F. R. Ribeiro, Yue Zhang, Claire Gardent, Iryna Gurevych

Recent graph-to-text models generate text from graph-based data using either global or local aggregation to learn node representations. Global node encoding allows explicit communication between two distant nodes, thereb…

Data-to-Text GenerationGraph-to-SequenceKG-to-Text GenerationKnowledge Graphs+1

RoME: Role-aware Mixture-of-Expert Transformer for Text-to-Video Retrieval

2022-06-26 · Burak Satar, Hongyuan Zhu, Hanwang Zhang, Joo Hwee Lim

Seas of videos are uploaded daily with the popularity of social channels; thus, retrieving the most related video contents with user textual queries plays a more crucial role. Most methods consider only one joint embeddi…

Mixture-of-ExpertsRetrievalText to Video RetrievalVideo Retrieval

Intensity-free Convolutional Temporal Point Process: Incorporating Local and Global Event Contexts

2023-06-24 · Wang-Tao Zhou, Zhao Kang, Ling Tian, Yi Su

Event prediction in the continuous-time domain is a crucial but rather difficult task. Temporal point process (TPP) learning models have shown great advantages in this area. Existing models mainly focus on encoding globa…

Learning Point-Language Hierarchical Alignment for 3D Visual Grounding

2022-10-22 · Jiaming Chen, Weixin Luo, Ran Song, Xiaolin Wei 외

This paper presents a novel hierarchical alignment model (HAM) that learns multi-granularity visual and linguistic representations in an end-to-end manner. We extract key points and proposal points to model 3D contexts a…

3D visual groundingSentenceVisual GroundingVocal Bursts Intensity Prediction