paper-with-me

홈 › Papers

MD-Net: Multi-Detector for Local Feature Extraction

2022-08-10 · Emanuele Santellani, Christian Sormann, Mattia Rossi, Andreas Kuhn, Friedrich Fraundorfer

Establishing a sparse set of keypoint correspon dences between images is a fundamental task in many computer vision pipelines. Often, this translates into a computationally expensive nearest neighbor search, where every keypoint descriptor at one image must be compared with all the descriptors at the others. In order to lower the computational cost of the matching phase, we propose a deep feature extraction network capable of detecting a predefined number of complementary sets of keypoints at each image. Since only the descriptors within the same set need to be compared across the different images, the matching phase computational complexity decreases with the number of sets. We train our network to predict the keypoints and compute the corresponding descriptors jointly. In particular, in order to learn complementary sets of keypoints, we introduce a novel unsupervised loss which penalizes intersections among the different sets. Additionally, we propose a novel descriptor-based weighting scheme meant to penalize the detection of keypoints with non-discriminative descriptors. With extensive experiments we show that our feature extraction network, trained only on synthetically warped images and in a fully unsupervised manner, achieves competitive results on 3D reconstruction and re-localization tasks at a reduced matching complexity.

📄 PDF Abstract BibTeX arXiv:2208.05350

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

HDD-Net: Hybrid Detector Descriptor with Mutual Interactive Learning

2020-05-12 · Axel Barroso-Laguna, Yannick Verdie, Benjamin Busam, Krystian Mikolajczyk

Local feature extraction remains an active research area due to the advances in fields such as SLAM, 3D reconstructions, or AR applications. The success in these applications relies on the performance of the feature dete…

3D ReconstructionTriplet

Surface-biased Multi-Level Context 3D Object Detection

2023-02-13 · Sultan Abu Ghazal, Jean Lahoud, Rao Anwer

Object detection in 3D point clouds is a crucial task in a range of computer vision applications including robotics, autonomous cars, and augmented reality. This work addresses the object detection task in 3D point cloud…

3D Object DetectionObjectobject-detectionObject Detection

DETR Doesn't Need Multi-Scale or Locality Design

2023-08-03 · Yutong Lin, Yuhui Yuan, Zheng Zhang, Chen Li 외

This paper presents an improved DETR detector that maintains a "plain" nature: using a single-scale feature map and global cross-attention calculations without specific locality constraints, in contrast to previous leadi…

Decoder

DETR Does Not Need Multi-Scale or Locality Design

2023-01-01 · ICCV 2023 1 · Yutong Lin, Yuhui Yuan, Zheng Zhang, Chen Li 외

This paper presents an improved DETR detector that maintains a "plain" nature: using a single-scale feature map and global cross-attention calculations without specific locality constraints, in contrast to previous l…

DecoderObject Detection

DCCS-Det: Directional Context and Cross-Scale-Aware Detector for Infrared Small Target

2026-01-23 · Shuying Li, Qiang Ma, San Zhang, Chuang Yang arxiv

Infrared small target detection (IRSTD) is critical for applications like remote sensing and surveillance, which aims to identify small, low-contrast targets against complex backgrounds. However, existing methods often s…