paper-with-me

Papers

Iterative Distance-Aware Similarity Matrix Convolution with Mutual-Supervised Point Elimination for Efficient Point Cloud Registration

2019-10-23 · ECCV 2020 8 · Jiahao Li, Changhao Zhang, Ziyao Xu, Hangning Zhou, Chi Zhang

In this paper, we propose a novel learning-based pipeline for partially overlapping 3D point cloud registration. The proposed model includes an iterative distance-aware similarity matrix convolution module to incorporate information from both the feature and Euclidean space into the pairwise point matching process. These convolution layers learn to match points based on joint information of the entire geometric features and Euclidean offset for each point pair, overcoming the disadvantage of matching by simply taking the inner product of feature vectors. Furthermore, a two-stage learnable point elimination technique is presented to improve computational efficiency and reduce false positive correspondence pairs. A novel mutual-supervision loss is proposed to train the model without extra annotations of keypoints. The pipeline can be easily integrated with both traditional (e.g. FPFH) and learning-based features. Experiments on partially overlapping and noisy point cloud registration show that our method outperforms the current state-of-the-art, while being more computationally efficient. Code is publicly available at https://github.com/jiahaowork/idam.

📄 PDF Abstract BibTeX arXiv:1910.10328

Code (1)

jiahaowork/idam 공식 구현 pytorch

Tasks

Computational EfficiencyPoint Cloud Registration

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Learn to Model Motion from Blurry Footages

2017-04-19 · Wenbin Li, Da Chen, Zhihan Lv, Yan Yan 외

It is difficult to recover the motion field from a real-world footage given a mixture of camera shake and other photometric effects. In this paper we propose a hybrid framework by interleaving a Convolutional Neural Netw…

modelOptical Flow Estimation

NIST: An Image Classification Network to Image Semantic Retrieval

2016-07-02 · Le Dong, Xiuyuan Chen, Mengdie Mao, Qianni Zhang

This paper proposes a classification network to image semantic retrieval (NIST) framework to counter the image retrieval challenge. Our approach leverages the successful classification network GoogleNet based on Convolut…

ClassificationGeneral Classificationimage-classificationImage Classification+3

Local Similarity-Aware Deep Feature Embedding

2016-10-27 · NeurIPS 2016 12 · Chen Huang, Chen Change Loy, Xiaoou Tang

Existing deep embedding methods in vision tasks are capable of learning a compact Euclidean space from images, where Euclidean distances correspond to a similarity metric. To make learning more effective and efficient, h…

Image RetrievalRetrievalTransfer LearningZero-Shot Learning

K-sets+: a Linear-time Clustering Algorithm for Data Points with a Sparse Similarity Measure

2017-05-11 · Cheng-Shang Chang, Chia-Tai Chang, Duan-Shin Lee, Li-Heng Liou

In this paper, we first propose a new iterative algorithm, called the K-sets+ algorithm for clustering data points in a semi-metric space, where the distance measure does not necessarily satisfy the triangular inequality…

ClusteringStochastic Block Model

Spatial Feature Extraction in Airborne Hyperspectral Images Using Local Spectral Similarity

2019-11-06 · Anand S Sahadevan, Arundhati Misra, Praveen Gupta

Local spectral similarity (LSS) algorithm has been developed for detecting homogeneous areas and edges in hyperspectral images (HSIs). The proposed algorithm transforms the 3-D data cube (within a spatial window) into a …

ClusteringEdge Detection