中文
相关论文

相关论文: FPConv: Learning Local Flattening for Point Convol…

200 篇论文

Feature encoding is essential for point cloud analysis. In this paper, we propose a novel point convolution operator named Shell Point Convolution (SPConv) for shape encoding and local context learning. Specifically, SPConv splits 3D…

计算机视觉与模式识别 · 计算机科学 2021-09-27 Yuyan Li , Chuanmao Fan , Xu Wang , Ye Duan

Standard spatial convolutions assume input data with a regular neighborhood structure. Existing methods typically generalize convolution to the irregular point cloud domain by fixing a regular "view" through e.g. a fixed neighborhood size,…

计算机视觉与模式识别 · 计算机科学 2022-07-13 Manxi Lin , Aasa Feragen

Point cloud surface reconstruction has improved in accuracy with advances in deep learning, enabling applications such as infrastructure inspection. Recent approaches that reconstruct from small local regions rather than entire point clouds…

计算机视觉与模式识别 · 计算机科学 2025-11-12 Eito Ogawa , Taiga Hayami , Hiroshi Watanabe

We present an improved approach for 3D object detection in point cloud data based on the Frustum PointNet (F-PointNet). Compared to the original F-PointNet, our newly proposed method considers the point neighborhood when computing point…

计算机视觉与模式识别 · 计算机科学 2023-01-12 Chengzhi Wu , Julius Pfrommer , Jürgen Beyerer , Kangning Li , Boris Neubert

Recent advances in deep learning for 3D point clouds have shown great promises in scene understanding tasks thanks to the introduction of convolution operators to consume 3D point clouds directly in a neural network. Point cloud data,…

计算机视觉与模式识别 · 计算机科学 2020-08-10 Zhiyuan Zhang , Binh-Son Hua , Wei Chen , Yibin Tian , Sai-Kit Yeung

Although accurate and fast point cloud classification is a fundamental task in 3D applications, it is difficult to achieve this purpose due to the irregularity and disorder of point clouds that make it challenging to achieve effective and…

计算机视觉与模式识别 · 计算机科学 2022-03-03 Dening Lu , Qian Xie , Linlin Xu , Jonathan Li

Despite the progress on 3D point cloud deep learning, most prior works focus on learning features that are invariant to translation and point permutation, and very limited efforts have been devoted for rotation invariant property. Several…

计算机视觉与模式识别 · 计算机科学 2024-08-13 Zhiyuan Zhang , Licheng Yang , Zhiyu Xiang

Feature learning for 3D object detection from point clouds is very challenging due to the irregularity of 3D point cloud data. In this paper, we propose Pointformer, a Transformer backbone designed for 3D point clouds to learn features…

计算机视觉与模式识别 · 计算机科学 2021-06-23 Xuran Pan , Zhuofan Xia , Shiji Song , Li Erran Li , Gao Huang

We present Frame-Averaging Kernel-Point Convolution (FA-KPConv), a neural network architecture built on top of the well-known KPConv, a widely adopted backbone for 3D point cloud analysis. Even though invariance and/or equivariance to…

计算机视觉与模式识别 · 计算机科学 2025-05-09 Ali Alawieh , Alexandru P. Condurache

We propose a Point-Voxel DeConvolution (PVDeConv) module for 3D data autoencoder. To demonstrate its efficiency we learn to synthesize high-resolution point clouds of 10k points that densely describe the underlying geometry of Computer…

计算机视觉与模式识别 · 计算机科学 2021-01-13 Kseniya Cherenkova , Djamila Aouada , Gleb Gusev

Large-scale point cloud consists of a multitude of individual objects, thereby encompassing rich structural and underlying semantic contextual information, resulting in a challenging problem in efficiently segmenting a point cloud. Most…

计算机视觉与模式识别 · 计算机科学 2024-06-18 Zhenchao Lin , Li He , Hongqiang Yang , Xiaoqun Sun , Cuojin Zhang , Weinan Chen , Yisheng Guan , Hong Zhang

Point clouds provide a flexible geometric representation suitable for countless applications in computer graphics; they also comprise the raw output of most 3D data acquisition devices. While hand-designed features on point clouds have long…

计算机视觉与模式识别 · 计算机科学 2019-06-12 Yue Wang , Yongbin Sun , Ziwei Liu , Sanjay E. Sarma , Michael M. Bronstein , Justin M. Solomon

Deep neural networks require specific layers to process point clouds, as the scattered and irregular location of 3D points prevents the use of conventional convolutional filters. We introduce the composite layer, a flexible and general…

计算机视觉与模式识别 · 计算机科学 2024-10-16 Alberto Floris , Luca Frittoli , Diego Carrera , Giacomo Boracchi

This paper presents Point Convolutional Neural Networks (PCNN): a novel framework for applying convolutional neural networks to point clouds. The framework consists of two operators: extension and restriction, mapping point cloud functions…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Matan Atzmon , Haggai Maron , Yaron Lipman

Convolutional Neural Networks (CNNs) have performed extremely well on data represented by regularly arranged grids such as images. However, directly leveraging the classic convolution kernels or parameter sharing mechanisms on sparse 3D…

计算机视觉与模式识别 · 计算机科学 2019-09-30 Mingtao Feng , Liang Zhang , Xuefei Lin , Syed Zulqarnain Gilani , Ajmal Mian

Deep learning with 3D data such as reconstructed point clouds and CAD models has received great research interests recently. However, the capability of using point clouds with convolutional neural network has been so far not fully explored.…

计算机视觉与模式识别 · 计算机科学 2018-03-30 Binh-Son Hua , Minh-Khoi Tran , Sai-Kit Yeung

Implicit neural networks have been successfully used for surface reconstruction from point clouds. However, many of them face scalability issues as they encode the isosurface function of a whole object or scene into a single latent vector.…

计算机视觉与模式识别 · 计算机科学 2022-03-31 Alexandre Boulch , Renaud Marlet

We introduce PointConvFormer, a novel building block for point cloud based deep network architectures. Inspired by generalization theory, PointConvFormer combines ideas from point convolution, where filter weights are only based on relative…

计算机视觉与模式识别 · 计算机科学 2023-05-12 Wenxuan Wu , Li Fuxin , Qi Shan

Transformers have revolutionized the point cloud learning task, but the quadratic complexity hinders its extension to long sequence and makes a burden on limited computational resources. The recent advent of RWKV, a fresh breed of deep…

计算机视觉与模式识别 · 计算机科学 2024-09-04 Qingdong He , Jiangning Zhang , Jinlong Peng , Haoyang He , Xiangtai Li , Yabiao Wang , Chengjie Wang

We present a new convolutional neural network, called Multi Voxel-Point Neurons Convolution (MVPConv), for fast and accurate 3D deep learning. The previous works adopt either individual point-based features or local-neighboring voxel-based…

计算机视觉与模式识别 · 计算机科学 2021-05-03 Wei Zhou , Xin Cao , Xiaodan Zhang , Xingxing Hao , Dekui Wang , Ying He