CVOct 20, 2025

DeepDetect: Learning All-in-One Dense Keypoints

arXiv:2510.17422v2h-index: 3
Originality Incremental advance
AI Analysis

This work addresses limitations in keypoint detection for computer vision tasks like image registration and 3D reconstruction, offering improved performance in challenging scenes, but it appears incremental as it builds on existing detectors.

The paper tackles the problem of keypoint detection in computer vision by introducing DeepDetect, an all-in-one dense keypoint detector that unifies classical and learning-based methods, achieving maximum values of 0.5143 average keypoint density, 0.9582 average repeatability, and 59,003 correct matches on the Oxford Affine Covariant Regions dataset.

Keypoint detection is the foundation of many computer vision tasks, including image registration, structure-from motion, 3D reconstruction, visual odometry, and SLAM. Traditional detectors (SIFT, SURF, ORB, BRISK, etc.) and learning based methods (SuperPoint, R2D2, LF-Net, D2-Net, etc.) have shown strong performance yet suffer from key limitations: sensitivity to photometric changes, low keypoint density and repeatability, limited adaptability to challenging scenes, and lack of semantic understanding, often failing to prioritize visually important regions. We present DeepDetect, an intelligent, all-in-one, dense keypoint detector that unifies the strengths of classical detectors using deep learning. Firstly, we create ground-truth masks by fusing outputs of 7 keypoint and 2 edge detectors, extracting diverse visual cues from corners and blobs to prominent edges and textures in the images. Afterwards, a lightweight and efficient model: ESPNet, is trained using these masks as labels, enabling DeepDetect to focus semantically on images while producing highly dense keypoints, that are adaptable to diverse and visually degraded conditions. Evaluations on the Oxford Affine Covariant Regions dataset demonstrate that DeepDetect surpasses other detectors in keypoint density, repeatability, and the number of correct matches, achieving maximum values of 0.5143 (average keypoint density), 0.9582 (average repeatability), and 59,003 (correct matches).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes