paper-with-me

Papers

Realtime CNN-based Keypoint Detector with Sobel Filter and CNN-based Descriptor Trained with Keypoint Candidates

2020-11-04 · Xun Yuan, Ke Hu, Song Chen

The local feature detector and descriptor are essential in many computer vision tasks, such as SLAM and 3D reconstruction. In this paper, we introduce two separate CNNs, lightweight SobelNet and DesNet, to detect key points and to compute dense local descriptors. The detector and the descriptor work in parallel. Sobel filter provides the edge structure of the input images as the input of CNN. The locations of key points will be obtained after exerting the non-maximum suppression (NMS) process on the output map of the CNN. We design Gaussian loss for the training process of SobelNet to detect corner points as keypoints. At the same time, the input of DesNet is the original grayscale image, and circle loss is used to train DesNet. Besides, output maps of SobelNet are needed while training DesNet. We have evaluated our method on several benchmarks including HPatches benchmark, ETH benchmark, and FM-Bench. SobelNet achieves better or comparable performance with less computation compared with SOTA methods in recent years. The inference time of an image of 640x480 is 7.59ms and 1.09ms for SobelNet and DesNet respectively on RTX 2070 SUPER.

📄 PDF Abstract BibTeX arXiv:2011.02119

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

KDD-LOAM: Jointly Learned Keypoint Detector and Descriptors Assisted LiDAR Odometry and Mapping

2023-09-27 · Renlang Huang, Minglei Zhao, Jiming Chen, Liang Li

Sparse keypoint matching based on distinct 3D feature representations can improve the efficiency and robustness of point cloud registration. Existing learning-based 3D descriptors and keypoint detectors are either indepe…

Point Cloud RegistrationSelf-Supervised Learning

From Keypoints to Object Landmarks via Self-Training Correspondence: A novel approach to Unsupervised Landmark Discovery

2022-05-31 · Dimitrios Mallis, Enrique Sanchez, Matt Bell, Georgios Tzimiropoulos

This paper proposes a novel paradigm for the unsupervised learning of object landmark detectors. Contrary to existing methods that build on auxiliary tasks such as image generation or equivariance, we propose a self-trai…

Contrastive LearningImage Generation

D2Former: Jointly Learning Hierarchical Detectors and Contextual Descriptors via Agent-Based Transformers

2023-01-01 · CVPR 2023 1 · Jianfeng He, Yuan Gao, Tianzhu Zhang, Zhe Zhang 외

Establishing pixel-level matches between image pairs is vital for a variety of computer vision applications. However, achieving robust image matching remains challenging because CNN extracted descriptors usually lack…

SD2Event:Self-supervised Learning of Dynamic Detectors and Contextual Descriptors for Event Cameras

2024-01-01 · CVPR 2024 1 · Yuan Gao, Yuqing Zhu, Xinjun Li, Yimin Du 외

Event cameras offer many advantages over traditional frame-based cameras such as high dynamic range and low latency. Therefore event cameras are widely applied in diverse computer vision applications where event-base…

Keypoint Detection

RSKDD-Net: Random Sample-based Keypoint Detector and Descriptor

2020-10-23 · NeurIPS 2020 12 · Fan Lu, Guang Chen, Yinlong Liu, Zhongnan Qu 외

Keypoint detector and descriptor are two main components of point cloud registration. Previous learning-based keypoint detectors rely on saliency estimation for each point or farthest point sample (FPS) for candidate poi…

Point Cloud RegistrationSaliency Prediction