中文
相关论文

相关论文: DeltaConv: Anisotropic Operators for Geometric Dee…

200 篇论文

Graph convolutional networks are a new promising learning approach to deal with data on irregular domains. They are predestined to overcome certain limitations of conventional grid-based architectures and will enable efficient handling of…

计算机视觉与模式识别 · 计算机科学 2018-09-17 Lasse Hansen , Jasper Diesel , Mattias P. Heinrich

Deep learning systems extensively use convolution operations to process input data. Though convolution is clearly defined for structured data such as 2D images or 3D volumes, this is not true for other data types such as sparse point…

计算机视觉与模式识别 · 计算机科学 2018-09-26 Pedro Hermosilla , Tobias Ritschel , Pere-Pau Vázquez , Àlvar Vinacua , Timo Ropinski

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

Convolution on 3D point clouds that generalized from 2D grid-like domains is widely researched yet far from perfect. The standard convolution characterises feature correspondences indistinguishably among 3D points, presenting an intrinsic…

计算机视觉与模式识别 · 计算机科学 2021-08-20 Haoran Zhou , Yidan Feng , Mingsheng Fang , Mingqiang Wei , Jing Qin , Tong Lu

Despite the remarkable success of deep learning, an optimal convolution operation on point clouds remains elusive owing to their irregular data structure. Existing methods mainly focus on designing an effective continuous kernel function…

计算机视觉与模式识别 · 计算机科学 2023-07-18 Sungmin Woo , Dogyoon Lee , Sangwon Hwang , Woojin Kim , Sangyoun Lee

We present a new versatile building block for deep point cloud processing architectures that is equally suited for diverse tasks. This building block combines the ideas of spatial transformers and multi-view convolutional networks with the…

计算机视觉与模式识别 · 计算机科学 2021-10-05 Kirill Mazur , Victor Lempitsky

Exploiting convolutional neural networks for point cloud processing is quite challenging, due to the inherent irregular distribution and discrete shape representation of point clouds. To address these problems, many handcrafted convolution…

计算机视觉与模式识别 · 计算机科学 2021-08-31 Xing Nie , Yongcheng Liu , Shaohong Chen , Jianlong Chang , Chunlei Huo , Gaofeng Meng , Qi Tian , Weiming Hu , Chunhong Pan

Point cloud filtering is a fundamental problem in geometry modeling and processing. Despite of significant advancement in recent years, the existing methods still suffer from two issues: 1) they are either designed without preserving sharp…

图形学 · 计算机科学 2020-09-29 Dongbo Zhang , Xuequan Lu , Hong Qin , Ying He

This paper introduces a new method for 3D point cloud registration based on deep learning. The architecture is composed of three distinct blocs: (i) an encoder composed of a convolutional graph-based descriptor that encodes the immediate…

计算机视觉与模式识别 · 计算机科学 2023-10-27 Karim Slimani , Brahim Tamadazte , Catherine Achard

With the rapid development of measurement technology, LiDAR and depth cameras are widely used in the perception of the 3D environment. Recent learning based methods for robot perception most focus on the image or video, but deep learning…

计算机视觉与模式识别 · 计算机科学 2021-11-04 Guangming Wang , Muyao Chen , Hanwen Liu , Yehui Yang , Zhe Liu , Hesheng Wang

Deep learning on point clouds has made a lot of progress recently. Many point cloud dedicated deep learning frameworks, such as PointNet and PointNet++, have shown advantages in accuracy and speed comparing to those using traditional 3D…

计算几何 · 计算机科学 2018-12-18 Guanghua Pan , Jun Wang , Rendong Ying , Peilin Liu

Point cloud is a principal data structure adopted for 3D geometric information encoding. Unlike other conventional visual data, such as images and videos, these irregular points describe the complex shape features of 3D objects, which makes…

计算机视觉与模式识别 · 计算机科学 2020-04-21 Chaoyi Zhang , Yang Song , Lina Yao , Weidong Cai

We present a simple and general framework for feature learning from point clouds. The key to the success of CNNs is the convolution operator that is capable of leveraging spatially-local correlation in data represented densely in grids…

计算机视觉与模式识别 · 计算机科学 2018-11-06 Yangyan Li , Rui Bu , Mingchao Sun , Wei Wu , Xinhan Di , Baoquan Chen

Point clouds data, as one kind of representation of 3D objects, are the most primitive output obtained by 3D sensors. Unlike 2D images, point clouds are disordered and unstructured. Hence it is not straightforward to apply classification…

计算机视觉与模式识别 · 计算机科学 2019-06-03 Zhuyang Xie , Junzhou Chen , Bo Peng

This work proposes a general-purpose, fully-convolutional network architecture for efficiently processing large-scale 3D data. One striking characteristic of our approach is its ability to process unorganized 3D representations such as…

计算机视觉与模式识别 · 计算机科学 2018-08-22 Dario Rethage , Johanna Wald , Jürgen Sturm , Nassir Navab , Federico Tombari

For current object detectors, the scale of the receptive field of feature extraction operators usually increases layer by layer. Those operators are called scale-oriented operators in this paper, such as the convolution layer in CNN, and…

计算机视觉与模式识别 · 计算机科学 2021-02-09 Jie Li , Yu Hu

We proposed a novel graph convolutional neural network that could construct a coarse, sparse latent point cloud from a dense, raw point cloud. With a novel non-isotropic convolution operation defined on irregular geometries, the model then…

机器学习 · 计算机科学 2019-10-08 Zhang Yuhui , Greg Gutmann , Konagaya Akihiko

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

Surface-based geodesic topology provides strong cues for object semantic analysis and geometric modeling. However, such connectivity information is lost in point clouds. Thus we introduce GeoNet, the first deep learning architecture trained…

计算机视觉与模式识别 · 计算机科学 2019-01-04 Tong He , Haibin Huang , Li Yi , Yuqian Zhou , Chihao Wu , Jue Wang , Stefano Soatto

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