ConvPoint: Continuous convolutions for point cloud processing
303
TL;DR: A generalization of discrete convolutional neural networks in order to deal with point clouds by replacing discrete kernels by continuous ones is proposed, which is simple, allows arbitrary point cloud sizes and can easily be used for designing neural networks similarly to 2D CNNs.
read more
About: This article is published in Computers & Graphics. The article was published on 01 May 2020. and is currently open access. The article focuses on the topics: Point cloud & Convolutional neural network.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Deep Learning for 3D Point Clouds: A Survey
TL;DR: This paper presents a comprehensive review of recent progress in deep learning methods for point clouds, covering three major tasks, including 3D shape classification, 3D object detection and tracking, and 3D point cloud segmentation.
PAConv: Position Adaptive Convolution with Dynamic Kernel Assembling on Point Clouds
Mutian Xu,Runyu Ding,Hengshuang Zhao,Xiaojuan Qi +3 more
- 01 Jun 2021
TL;DR: PAConv as mentioned in this paper constructs the convolution kernel by dynamically assembling basic weight matrices stored in Weight Bank, where the coefficients of these weights are self-adaptively learned from point positions through ScoreNet.
•Posted Content
PointContrast: Unsupervised Pre-training for 3D Point Cloud Understanding
TL;DR: This work aims at facilitating research on 3D representation learning by selecting a suite of diverse datasets and tasks to measure the effect of unsupervised pre-training on a large source set of 3D scenes and achieving improvement over recent best results in segmentation and detection across 6 different benchmarks.
449
PointContrast: Unsupervised Pre-training for 3D Point Cloud Understanding
Saining Xie,Jiatao Gu,Demi Guo,Charles R. Qi,Leonidas J. Guibas,Or Litany +5 more
- 23 Aug 2020
TL;DR: In this article, a triplet of architecture, source dataset, and contrastive loss for pre-training is used for 3D point cloud point cloud segmentation and detection in indoor and outdoor, real and synthetic datasets.
404
One Thing One Click: A Self-Training Approach for Weakly Supervised 3D Semantic Segmentation
Zhengzhe Liu,Xiaojuan Qi,Chi-Wing Fu +2 more
- 01 Jun 2021
TL;DR: Li et al. as discussed by the authors proposed a self-training approach, in which they iteratively conduct the training and label propagation, facilitated by a graph propagation module and adopt a relation network to generate the per-category prototype and explicitly model the similarity among graph nodes to generate pseudo labels.
References
Gradient-based learning applied to document recognition
Yann LeCun,Léon Bottou,Léon Bottou,Yoshua Bengio,Yoshua Bengio,Yoshua Bengio,Patrick Haffner +6 more
- 01 Jan 1998
TL;DR: In this article, a graph transformer network (GTN) is proposed for handwritten character recognition, which can be used to synthesize a complex decision surface that can classify high-dimensional patterns, such as handwritten characters.
53.5K
Rethinking the Inception Architecture for Computer Vision
Christian Szegedy,Vincent Vanhoucke,Sergey Ioffe,Jonathon Shlens,Zbigniew Wojna +4 more
- 27 Jun 2016
TL;DR: In this article, the authors explore ways to scale up networks in ways that aim at utilizing the added computation as efficiently as possible by suitably factorized convolutions and aggressive regularization.
27.9K
Automatic differentiation in PyTorch
Adam Paszke,Sam Gross,Soumith Chintala,Gregory Chanan,Edward Z. Yang,Zachary DeVito,Zeming Lin,Alban Desmaison,Luca Antiga,Adam Lerer +9 more
- 28 Oct 2017
TL;DR: An automatic differentiation module of PyTorch is described — a library designed to enable rapid research on machine learning models that focuses on differentiation of purely imperative programs, with a focus on extensibility and low overhead.
The Graph Neural Network Model
TL;DR: A new neural network model, called graph neural network (GNN) model, that extends existing neural network methods for processing the data represented in graph domains, and implements a function tau(G,n) isin IRm that maps a graph G and one of its nodes n into an m-dimensional Euclidean space.
Dynamic Graph CNN for Learning on Point Clouds
TL;DR: This work proposes a new neural network module suitable for CNN-based high-level tasks on point clouds, including classification and segmentation called EdgeConv, which acts on graphs dynamically computed in each layer of the network.