Open AccessProceedings Article
Distinctiveness Oriented Positional Equilibrium for Point Cloud Registration
Taewon Min,Chonghyuk Song,Eunseok Kim,Inwook Shim +3 more
- 01 Jan 2021
pp 5490-5498
About: This article is published in International Conference on Computer Vision. The article was published on 01 Jan 2021. and is currently open access. The article focuses on the topics: Optimal distinctiveness theory & Point cloud.
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
SACF-Net: Skip-attention Based Correspondence Filtering Network for Point Cloud Registration
TL;DR: Wang et al. as mentioned in this paper proposed a skip-attention based correspondence filtering network (SACF-Net) for point cloud registration, which utilizes both low-level geometric information and high-level context-aware information to enhance the original pointwise matching map.
85
Lepard: Learning partial point cloud matching in rigid and deformable scenes
01 Jun 2022
TL;DR: Lepard as discussed by the authors disentangles point cloud representation into feature space and 3D position space, and uses 3D relative distance information through the dot product of vectors for partial point cloud matching.
INENet: Inliers Estimation Network With Similarity Learning for Partial Overlapping Registration
TL;DR: Zhang et al. as discussed by the authors proposed a self-designed threshold prediction network and a probability estimation network with adaptive similarity mutual attention to help to find the overlapping area of the point clouds.
52
BUFFER: Balancing Accuracy, Efficiency, and Generalizability in Point Cloud Registration
Sheng Ao,Qingyong Hu,Hanyun Wang,Kai Xu,Yulan Guo +4 more
- 01 Jun 2023
TL;DR: BUFFER achieves a balance between accuracy, efficiency, and generalizability in point cloud registration by leveraging point-wise and patch-wise techniques, while overcoming their inherent drawbacks.
32
•Posted Content
Lepard: Learning partial point cloud matching in rigid and deformable scenes
Yang Li,Tatsuya Harada +1 more
TL;DR: Lepard as mentioned in this paper disentangles point cloud representation into feature space and 3D position space, and uses a repositioning technique to modify the cross-point-cloud relative positions.
12
References
Attention Is All You Need
Ashish Vaswani,Noam Shazeer,Niki Parmar,Jakob Uszkoreit,Llion Jones,Aidan N. Gomez,Łukasz Kaiser,Illia Polosukhin +7 more
- 01 Jan 2017
Abstract: The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing best results, including ensembles by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training data.
51.8K
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
R. Qi Charles,Hao Su,Mo Kaichun,Leonidas J. Guibas +3 more
- 21 Jul 2017
TL;DR: This paper designs a novel type of neural network that directly consumes point clouds, which well respects the permutation invariance of points in the input and provides a unified architecture for applications ranging from object classification, part segmentation, to scene semantic parsing.
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.
•Proceedings Article
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Charles R. Qi,Li Yi,Hao Su,Leonidas J. Guibas +3 more
- 07 Jun 2017
TL;DR: PointNet++ as discussed by the authors applies PointNet recursively on a nested partitioning of the input point set to learn local features with increasing contextual scales, and proposes novel set learning layers to adaptively combine features from multiple scales.
3D ShapeNets: A deep representation for volumetric shapes
Zhirong Wu,Shuran Song,Aditya Khosla,Fisher Yu,Linguang Zhang,Xiaoou Tang,Jianxiong Xiao +6 more
- 07 Jun 2015
TL;DR: This work proposes to represent a geometric 3D shape as a probability distribution of binary variables on a 3D voxel grid, using a Convolutional Deep Belief Network, and shows that this 3D deep representation enables significant performance improvement over the-state-of-the-arts in a variety of tasks.