paper-with-me

홈 › Papers

FPC-Net: Revisiting SuperPoint with Descriptor-Free Keypoint Detection via Feature Pyramids and Consistency-Based Implicit Matching

2025-07-14 · Ionuţ Grigore, Călin-Adrian Popa, Claudiu Leoveanu-Condrei

The extraction and matching of interest points are fundamental to many geometric computer vision tasks. Traditionally, matching is performed by assigning descriptors to interest points and identifying correspondences based on descriptor similarity. This work introduces a technique where interest points are inherently associated during detection, eliminating the need for computing, storing, transmitting, or matching descriptors. Although the matching accuracy is marginally lower than that of conventional approaches, our method completely eliminates the need for descriptors, leading to a drastic reduction in memory usage for localization systems. We assess its effectiveness by comparing it against both classical handcrafted methods and modern learned approaches.

📄 PDF Abstract BibTeX arXiv:2507.10770

Code (0)

등록된 구현이 없습니다.

Tasks

Keypoint Detection

Similar Papers 제목 키워드 기반

FisheyeSuperPoint: Keypoint Detection and Description Network for Fisheye Images

2021-02-27 · Anna Konrad, Ciarán Eising, Ganesh Sistu, John McDonald 외

Keypoint detection and description is a commonly used building block in computer vision systems particularly for robotics and autonomous driving. However, the majority of techniques to date have focused on standard camer…

Autonomous DrivingHomography EstimationKeypoint Detection

On the Comparison of Classic and Deep Keypoint Detector and Descriptor Methods

2020-07-20 · Kristijan Bartol, David Bojanić, Tomislav Pribanić, Tomislav Petković 외

The purpose of this study is to give a performance comparison between several classic hand-crafted and deep key-point detector and descriptor methods. In particular, we consider the following classical algorithms: SIFT, …

Retrieval

GoodPoint: unsupervised learning of keypoint detection and description

2020-06-01 · Anatoly Belikov, Alexey Potapov

This paper introduces a new algorithm for unsupervised learning of keypoint detectors and descriptors, which demonstrates fast convergence and good performance across different datasets. The training procedure uses homog…

Image RegistrationKeypoint Detection

SuperPoint-SLAM3: Augmenting ORB-SLAM3 with Deep Features, Adaptive NMS, and Learning-Based Loop Closure

2025-06-16 · Shahram Najam Syed, Ishir Roongta, Kavin Ravie, Gangadhar Nageswar

Visual simultaneous localization and mapping (SLAM) must remain accurate under extreme viewpoint, scale and illumination variations. The widely adopted ORB-SLAM3 falters in these regimes because it relies on hand-crafted…

Simultaneous Localization and Mapping

FeatureBooster: Boosting Feature Descriptors with a Lightweight Neural Network

2022-11-28 · CVPR 2023 1 · Xinjiang Wang, Zeyu Liu, Yu Hu, Wei Xi 외

We introduce a lightweight network to improve descriptors of keypoints within the same image. The network takes the original descriptors and the geometric properties of keypoints as the input, and uses an MLP-based self-…

GPUVisual Localization