paper-with-me

홈 › Papers

MaskNet: A Fully-Convolutional Network to Estimate Inlier Points

2020-10-19 · Vinit Sarode, Animesh Dhagat, Rangaprasad Arun Srivatsan, Nicolas Zevallos, Simon Lucey, Howie Choset

Point clouds have grown in importance in the way computers perceive the world. From LIDAR sensors in autonomous cars and drones to the time of flight and stereo vision systems in our phones, point clouds are everywhere. Despite their ubiquity, point clouds in the real world are often missing points because of sensor limitations or occlusions, or contain extraneous points from sensor noise or artifacts. These problems challenge algorithms that require computing correspondences between a pair of point clouds. Therefore, this paper presents a fully-convolutional neural network that identifies which points in one point cloud are most similar (inliers) to the points in another. We show improvements in learning-based and classical point cloud registration approaches when retrofitted with our network. We demonstrate these improvements on synthetic and real-world datasets. Finally, our network produces impressive results on test datasets that were unseen during training, thus exhibiting generalizability. Code and videos are available at https://github.com/vinits5/masknet

📄 PDF Abstract BibTeX arXiv:2010.09185

Code (2)

vinits5/learning3d 공식 구현 pytorch
vinits5/masknet 공식 구현 pytorch

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

Optimal detection of the feature matching map in presence of noise and outliers

2021-06-13 · NeurIPS 2021 12 · Tigran Galstyan, Arshak Minasyan, Arnak Dalalyan

We consider the problem of finding the matching map between two sets of $d$ dimensional vectors from noisy observations, where the second set contains outliers. The matching map is then an injection, which can be consist…

CAE-LO: LiDAR Odometry Leveraging Fully Unsupervised Convolutional Auto-Encoder for Interest Point Detection and Feature Description

2020-01-06 · Deyu Yin, Qian zhang, Jingbin Liu, Xinlian Liang 외

As an important technology in 3D mapping, autonomous driving, and robot navigation, LiDAR odometry is still a challenging task. Appropriate data structure and unsupervised deep learning are the keys to achieve an easy ad…

Autonomous DrivingInterest Point DetectionRobot Navigation

PriMask: Cascadable and Collusion-Resilient Data Masking for Mobile Cloud Inference

2022-11-12 · Linshan Jiang, Qun Song, Rui Tan, Mo Li

Mobile cloud offloading is indispensable for inference tasks based on large-scale deep models. However, transmitting privacy-rich inference data to the cloud incurs concerns. This paper presents the design of a system ca…

Activity RecognitionHuman Activity Recognition

Scale Adaptive Clustering of Multiple Structures

2017-09-26 · Xiang Yang, Peter Meer

We propose the segmentation of noisy datasets into Multiple Inlier Structures with a new Robust Estimator (MISRE). The scale of each individual structure is estimated adaptively from the input data and refined by mean sh…

Clustering

Interpreting Outliers: Localized Logistic Regression for Density Ratio Estimation

2017-02-21 · Makoto Yamada, Song Liu, Samuel Kaski

We propose an inlier-based outlier detection method capable of both identifying the outliers and explaining why they are outliers, by identifying the outlier-specific features. Specifically, we employ an inlier-based out…

Density Ratio EstimationOutlier DetectionregressionVariable Selection