中文
相关论文

相关论文: LatticeNet: Fast Point Cloud Segmentation Using Pe…

200 篇论文

Deep convolutional neural networks (CNNs) have shown outstanding performance in the task of semantically segmenting images. Applying the same methods on 3D data still poses challenges due to the heavy memory requirements and the lack of…

计算机视觉与模式识别 · 计算机科学 2021-08-21 Radu Alexandru Rosu , Peer Schütt , Jan Quenzel , Sven Behnke

Point cloud is an important type of geometric data structure. Due to its irregular format, most researchers transform such data to regular 3D voxel grids or collections of images. This, however, renders data unnecessarily voluminous and…

计算机视觉与模式识别 · 计算机科学 2017-04-12 Charles R. Qi , Hao Su , Kaichun Mo , Leonidas J. Guibas

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

We present a network architecture for processing point clouds that directly operates on a collection of points represented as a sparse set of samples in a high-dimensional lattice. Naively applying convolutions on this lattice scales…

计算机视觉与模式识别 · 计算机科学 2018-05-10 Hang Su , Varun Jampani , Deqing Sun , Subhransu Maji , Evangelos Kalogerakis , Ming-Hsuan Yang , Jan Kautz

Semantic segmentation of 3D point clouds is a challenging problem with numerous real-world applications. While deep learning has revolutionized the field of image semantic segmentation, its impact on point cloud data has been limited so…

计算机视觉与模式识别 · 计算机科学 2017-05-10 Felix Järemo Lawin , Martin Danelljan , Patrik Tosteberg , Goutam Bhat , Fahad Shahbaz Khan , Michael Felsberg

Point cloud segmentation is one of the most important tasks in computer vision with widespread scientific, industrial, and commercial applications. The research thereof has resulted in many breakthroughs in 3D object and scene…

计算机视觉与模式识别 · 计算机科学 2023-06-16 Dening Lu , Jun Zhou , Kyle Yilin Gao , Dilong Li , Jing Du , Linlin Xu , Jonathan Li

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

In contrast to the literature where local patterns in 3D point clouds are captured by customized convolutional operators, in this paper we study the problem of how to effectively and efficiently project such point clouds into a 2D image…

计算机视觉与模式识别 · 计算机科学 2020-10-09 Yecheng Lyu , Xinming Huang , Ziming Zhang

Deep learning approaches have made tremendous progress in the field of semantic segmentation over the past few years. However, most current approaches operate in the 2D image space. Direct semantic segmentation of unstructured 3D point…

计算机视觉与模式识别 · 计算机科学 2019-12-20 Francis Engelmann , Theodora Kontogianni , Alexander Hermans , Bastian Leibe

We present an approach to semantic scene analysis using deep convolutional networks. Our approach is based on tangent convolutions - a new construction for convolutional networks on 3D data. In contrast to volumetric approaches, our method…

计算机视觉与模式识别 · 计算机科学 2018-07-09 Maxim Tatarchenko , Jaesik Park , Vladlen Koltun , Qian-Yi Zhou

In recent years, Convolutional Neural Networks (CNN) have proven to be efficient analysis tools for processing point clouds, e.g., for reconstruction, segmentation and classification. In this paper, we focus on the classification of edges…

In this paper, we propose PASS3D to achieve point-wise semantic segmentation for 3D point cloud. Our framework combines the efficiency of traditional geometric methods with robustness of deep learning methods, consisting of two stages: At…

计算机视觉与模式识别 · 计算机科学 2020-08-27 Xin Kong , Guangyao Zhai , Baoquan Zhong , Yong Liu

Point clouds are an efficient data format for 3D data. However, existing 3D segmentation methods for point clouds either do not model local dependencies \cite{pointnet} or require added computations \cite{kd-net,pointnet2}. This work…

计算机视觉与模式识别 · 计算机科学 2018-04-02 Qiangui Huang , Weiyue Wang , Ulrich Neumann

Volumetric image segmentation with convolutional neural networks (CNNs) encounters several challenges, which are specific to medical images. Among these challenges are large volumes of interest, high class imbalances, and difficulties in…

计算机视觉与模式识别 · 计算机科学 2019-11-12 Fabian Balsiger , Yannick Soom , Olivier Scheidegger , Mauricio Reyes

Deep learning with 3D data has progressed significantly since the introduction of convolutional neural networks that can handle point order ambiguity in point cloud data. While being able to achieve good accuracies in various scene…

计算机视觉与模式识别 · 计算机科学 2019-08-20 Zhiyuan Zhang , Binh-Son Hua , Sai-Kit Yeung

Point cloud analysis has a wide range of applications in many areas such as computer vision, robotic manipulation, and autonomous driving. While deep learning has achieved remarkable success on image-based tasks, there are many unique…

计算机视觉与模式识别 · 计算机科学 2024-05-21 Sushmita Sarker , Prithul Sarker , Gunner Stone , Ryan Gorman , Alireza Tavakkoli , George Bebis , Javad Sattarvand

The application of deep learning to 3D point clouds is challenging due to its lack of order. Inspired by the point embeddings of PointNet and the edge embeddings of DGCNNs, we propose three improvements to the task of point cloud analysis.…

计算机视觉与模式识别 · 计算机科学 2021-04-09 Chaitanya Kaul , Nick Pears , Suresh Manandhar

Convolutional networks are the de-facto standard for analyzing spatio-temporal data such as images, videos, and 3D shapes. Whilst some of this data is naturally dense (e.g., photos), many other data sources are inherently sparse. Examples…

计算机视觉与模式识别 · 计算机科学 2017-11-29 Benjamin Graham , Martin Engelcke , Laurens van der Maaten

In recent years, with the development of computing resources and LiDAR, point cloud semantic segmentation has attracted many researchers. For the sparsity of point clouds, although there is already a way to deal with sparse convolution,…

计算机视觉与模式识别 · 计算机科学 2022-07-01 Yunzheng Su , Lei Jiang , Jie Cao

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
‹ 上一页 1 2 3 10 下一页 ›