paper-with-me

홈 › Papers

Semi-Supervised Keypoint Detector and Descriptor for Retinal Image Matching

2022-07-16 · Jiazhen Liu, Xirong Li, Qijie Wei, Jie Xu, Dayong Ding

For retinal image matching (RIM), we propose SuperRetina, the first end-to-end method with jointly trainable keypoint detector and descriptor. SuperRetina is trained in a novel semi-supervised manner. A small set of (nearly 100) images are incompletely labeled and used to supervise the network to detect keypoints on the vascular tree. To attack the incompleteness of manual labeling, we propose Progressive Keypoint Expansion to enrich the keypoint labels at each training epoch. By utilizing a keypoint-based improved triplet loss as its description loss, SuperRetina produces highly discriminative descriptors at full input image size. Extensive experiments on multiple real-world datasets justify the viability of SuperRetina. Even with manual labeling replaced by auto labeling and thus making the training process fully manual-annotation free, SuperRetina compares favorably against a number of strong baselines for two RIM tasks, i.e. image registration and identity verification. SuperRetina will be open source.

📄 PDF Abstract BibTeX arXiv:2207.07932

Code (2)

ruc-aimc-lab/superretina 공식 구현 pytorch
nihargupte/reverseknowledgedistillation pytorch

Tasks

Image RegistrationTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Unsupervised training of keypoint-agnostic descriptors for flexible retinal image registration

2025-05-05 · David Rivas-Villar, Álvaro S. Hervella, José Rouco, Jorge Novo

Current color fundus image registration approaches are limited, among other things, by the lack of labeled data, which is even more significant in the medical domain, motivating the use of unsupervised learning. Therefor…

Image RegistrationKeypoint Detection

Unsupervised Deep Learning-based Keypoint Localization Estimating Descriptor Matching Performance

2025-05-05 · David Rivas-Villar, Álvaro S. Hervella, José Rouco, Jorge Novo

Retinal image registration, particularly for color fundus images, is a challenging yet essential task with diverse clinical applications. Existing registration methods for color fundus images typically rely on keypoints …

Deep LearningImage RegistrationKeypoint Detection

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

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

DeDoDe: Detect, Don't Describe -- Describe, Don't Detect for Local Feature Matching

2023-08-16 · Johan Edstedt, Georg Bökman, Mårten Wadenbäck, Michael Felsberg

Keypoint detection is a pivotal step in 3D reconstruction, whereby sets of (up to) K points are detected in each view of a scene. Crucially, the detected points need to be consistent between views, i.e., correspond to th…

3D ReconstructionBinary ClassificationKeypoint Detection