中文
相关论文

相关论文: Point-BERT: Pre-training 3D Point Cloud Transforme…

200 篇论文

Among 2D convolutional networks on point clouds, point-based approaches consume point clouds of fixed size directly. By analysis of PointNet, a pioneer in introducing deep learning into point sets, we reveal that current point-based methods…

计算机视觉与模式识别 · 计算机科学 2021-08-11 Zhenpeng Chen , Yuan li

Recently, there have been some attempts of Transformer in 3D point cloud classification. In order to reduce computations, most existing methods focus on local spatial attention, but ignore their content and fail to establish relationships…

计算机视觉与模式识别 · 计算机科学 2023-07-21 Yahui Liu , Bin Tian , Yisheng Lv , Lingxi Li , Feiyue Wang

Point cloud analysis has achieved outstanding performance by transferring point cloud pre-trained models. However, existing methods for model adaptation usually update all model parameters, i.e., full fine-tuning paradigm, which is…

计算机视觉与模式识别 · 计算机科学 2024-04-08 Xin Zhou , Dingkang Liang , Wei Xu , Xingkui Zhu , Yihan Xu , Zhikang Zou , Xiang Bai

Masked autoencoding has become a successful pretraining paradigm for Transformer models for text, images, and, recently, point clouds. Raw automotive datasets are suitable candidates for self-supervised pre-training as they generally are…

计算机视觉与模式识别 · 计算机科学 2023-03-10 Georg Hess , Johan Jaxing , Elias Svensson , David Hagerman , Christoffer Petersson , Lennart Svensson

The pre-training architectures of large language models encompass various types, including autoencoding models, autoregressive models, and encoder-decoder models. We posit that any modality can potentially benefit from a large language…

机器学习 · 计算机科学 2023-10-27 Zhe Li , Zhangyang Gao , Cheng Tan , Stan Z. Li , Laurence T. Yang

Deep neural networks are widely used for understanding 3D point clouds. At each point convolution layer, features are computed from local neighborhoods of 3D points and combined for subsequent processing in order to extract semantic…

计算机视觉与模式识别 · 计算机科学 2021-05-13 Jiayun Wang , Rudrasis Chakraborty , Stella X. Yu

The success of deep learning methods led to significant breakthroughs in 3-D point cloud processing tasks with applications in remote sensing. Existing methods utilize convolutions that have some limitations, as they assume a uniform input…

计算机视觉与模式识别 · 计算机科学 2021-02-23 Dimple A Shajahan , Mukund Varma T , Ramanathan Muthuganapathy

Following the tremendous success of transformer in natural language processing and image understanding tasks, in this paper, we present a novel point cloud representation learning architecture, named Dual Transformer Network (DTNet), which…

计算机视觉与模式识别 · 计算机科学 2021-04-28 Xian-Feng Han , Yi-Fei Jin , Hui-Xian Cheng , Guo-Qiang Xiao

With the increased availability of 3D scanning technology, point clouds are moving into the focus of computer vision as a rich representation of everyday scenes. However, they are hard to handle for machine learning algorithms due to their…

计算机视觉与模式识别 · 计算机科学 2019-08-27 Sergey Prokudin , Christoph Lassner , Javier Romero

Deep learning is increasingly being used to perform machine vision tasks such as classification, object detection, and segmentation on 3D point cloud data. However, deep learning inference is computationally expensive. The limited…

图像与视频处理 · 电气工程与系统科学 2023-08-14 Mateen Ulhaq , Ivan V. Bajić

Recent deep networks that directly handle points in a point set, e.g., PointNet, have been state-of-the-art for supervised learning tasks on point clouds such as classification and segmentation. In this work, a novel end-to-end deep…

计算机视觉与模式识别 · 计算机科学 2018-04-04 Yaoqing Yang , Chen Feng , Yiru Shen , Dong Tian

Point-based representations have consistently played a vital role in geometric data structures. Most point cloud learning and processing methods typically leverage the unordered and unconstrained nature to represent the underlying geometry…

计算机视觉与模式识别 · 计算机科学 2025-07-28 Jionghao Wang , Cheng Lin , Yuan Liu , Rui Xu , Zhiyang Dou , Xiao-Xiao Long , Hao-Xiang Guo , Taku Komura , Wenping Wang , Xin Li

Deep learning-based point cloud registration models are often generalized from extensive training over a large volume of data to learn the ability to predict the desired geometric transformation to register 3D point clouds. In this paper,…

计算机视觉与模式识别 · 计算机科学 2020-10-23 Lingjing Wang , Yu Hao , Xiang Li , Yi Fang

In this paper we delve into the properties of transformers, attained through self-supervision, in the point cloud domain. Specifically, we evaluate the effectiveness of Masked Autoencoding as a pretraining scheme, and explore Momentum…

计算机视觉与模式识别 · 计算机科学 2024-04-16 Ioannis Romanelis , Vlassis Fotis , Konstantinos Moustakas , Adrian Munteanu

Point cloud understanding aims to acquire robust and general feature representations from unlabeled data. Masked point modeling-based methods have recently shown significant performance across various downstream tasks. These pre-training…

计算机视觉与模式识别 · 计算机科学 2025-06-30 Yixin Zha , Chuxin Wang , Wenfei Yang , Tianzhu Zhang

Point cloud registration is a fundamental problem in 3D computer vision. In this paper, we cast point cloud registration into a planning problem in reinforcement learning, which can seek the transformation between the source and target…

计算机视觉与模式识别 · 计算机科学 2021-08-20 Haobo Jiang , Jin Xie , Jianjun Qian , Jian Yang

Arguably one of the top success stories of deep learning is transfer learning. The finding that pre-training a network on a rich source set (eg., ImageNet) can help boost performance once fine-tuned on a usually much smaller target set, has…

计算机视觉与模式识别 · 计算机科学 2020-11-24 Saining Xie , Jiatao Gu , Demi Guo , Charles R. Qi , Leonidas J. Guibas , Or Litany

The recent success of pre-trained 2D vision models is mostly attributable to learning from large-scale datasets. However, compared with 2D image datasets, the current pre-training data of 3D point cloud is limited. To overcome this…

计算机视觉与模式识别 · 计算机科学 2022-12-20 Yuan Yao , Yuanhan Zhang , Zhenfei Yin , Jiebo Luo , Wanli Ouyang , Xiaoshui Huang

This paper concerns the research problem of point cloud registration to find the rigid transformation to optimally align the source point set with the target one. Learning robust point cloud registration models with deep neural networks has…

计算机视觉与模式识别 · 计算机科学 2024-02-23 Yu Hao , Yi Fang

Point clouds provide a flexible and natural representation usable in countless applications such as robotics or self-driving cars. Recently, deep neural networks operating on raw point cloud data have shown promising results on supervised…

机器学习 · 计算机科学 2019-06-04 Jonathan Sauder , Bjarne Sievers