paper-with-me

Papers

USIP: Unsupervised Stable Interest Point Detection from 3D Point Clouds

2019-03-30 · ICCV 2019 10 · Jiaxin Li, Gim Hee Lee

In this paper, we propose the USIP detector: an Unsupervised Stable Interest Point detector that can detect highly repeatable and accurately localized keypoints from 3D point clouds under arbitrary transformations without the need for any ground truth training data. Our USIP detector consists of a feature proposal network that learns stable keypoints from input 3D point clouds and their respective transformed pairs from randomly generated transformations. We provide degeneracy analysis of our USIP detector and suggest solutions to prevent it. We encourage high repeatability and accurate localization of the keypoints with a probabilistic chamfer loss that minimizes the distances between the detected keypoints from the training point cloud pairs. Extensive experimental results of repeatability tests on several simulated and real-world 3D point cloud datasets from Lidar, RGB-D and CAD models show that our USIP detector significantly outperforms existing hand-crafted and deep learning-based 3D keypoint detectors. Our code is available at the project website. https://github.com/lijx10/USIP

📄 PDF Abstract BibTeX arXiv:1904.00229

Code (1)

lijx10/USIP 공식 구현 pytorch

Tasks

Interest Point Detection

Similar Papers 제목 키워드 기반

Quad-networks: unsupervised learning to rank for interest point detection

2016-11-22 · CVPR 2017 7 · Nikolay Savinov, Akihito Seki, Lubor Ladicky, Torsten Sattler 외

Several machine learning tasks require to represent the data using only a sparse set of interest points. An ideal detector is able to find the corresponding interest points even if the data undergo a transformation typic…

Interest Point DetectionLearning-To-Rank

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

Contextual Unsupervised Outlier Detection in Sequences

2021-11-06 · Mohamed A. Zahran, Leonardo Teixeira, Vinayak Rao, Bruno Ribeiro

This work proposes an unsupervised learning framework for trajectory (sequence) outlier detection that combines ranking tests with user sequence models. The overall framework identifies sequence outliers at a desired fal…

Outlier Detection

DC3DCD: unsupervised learning for multiclass 3D point cloud change detection

2023-05-09 · Iris de Gélis, Sébastien Lefèvre, Thomas Corpetti

In a constant evolving world, change detection is of prime importance to keep updated maps. To better sense areas with complex geometry (urban areas in particular), considering 3D data appears to be an interesting altern…

Change Detectionimage-classificationImage Classification

CoMIC: Good features for detection and matching at object boundaries

2014-12-05 · Swarna Kamlam Ravindran, Anurag Mittal

Feature or interest points typically use information aggregation in 2D patches which does not remain stable at object boundaries when there is object motion against a significantly varying background. Level or iso-intens…

ObjectPoint Tracking