中文
相关论文

相关论文: D2D: Keypoint Extraction with Describe to Detect A…

200 篇论文

Most of the existing handcrafted and learning-based local descriptors are still at best approximately invariant to affine image transformations, often disregarding deformable surfaces. In this paper, we take one step further by proposing a…

计算机视觉与模式识别 · 计算机科学 2022-03-24 Guilherme Potje , Renato Martins , Felipe Cadar , Erickson R. Nascimento

We present a novel learned keypoint detection method designed to maximize the number of correct matches for the task of non-rigid image correspondence. Our training framework uses true correspondences, obtained by matching annotated image…

计算机视觉与模式识别 · 计算机科学 2022-12-20 Welerson Melo , Guilherme Potje , Felipe Cadar , Renato Martins , Erickson R. Nascimento

Knowledge distillation is a widely used paradigm for inheriting information from a complicated teacher network to a compact student network and maintaining the strong performance. Different from image classification, object detectors are…

计算机视觉与模式识别 · 计算机科学 2021-03-29 Jianyuan Guo , Kai Han , Yunhe Wang , Han Wu , Xinghao Chen , Chunjing Xu , Chang Xu

With the immense growth of dataset sizes and computing resources in recent years, so-called foundation models have become popular in NLP and vision tasks. In this work, we propose to explore foundation models for the task of keypoint…

计算机视觉与模式识别 · 计算机科学 2024-03-28 Thomas Wimmer , Peter Wonka , Maks Ovsjanikov

The use of local detectors and descriptors in typical computer vision pipelines work well until variations in viewpoint and appearance change become extreme. Past research in this area has typically focused on one of two approaches to this…

计算机视觉与模式识别 · 计算机科学 2022-03-25 Udit Singh Parihar , Aniket Gujarathi , Kinal Mehta , Satyajit Tourani , Sourav Garg , Michael Milford , K. Madhava Krishna

3D local feature extraction and matching is the basis for solving many tasks in the area of computer vision, such as 3D registration, modeling, recognition and retrieval. However, this process commonly draws into false correspondences, due…

计算机视觉与模式识别 · 计算机科学 2019-01-17 Bao Zhao , Xiaobo Chen , Xinyi Le , Juntong Xi

Hierarchical visual localization methods achieve state-of-the-art accuracy but require substantial memory as they need to store all database images. Direct 2D-3D matching requires significantly less memory but suffers from lower accuracy…

计算机视觉与模式识别 · 计算机科学 2025-08-27 Son Tung Nguyen , Alejandro Fontan , Michael Milford , Tobias Fischer

Reusable model design becomes desirable with the rapid expansion of computer vision and machine learning applications. In this paper, we focus on the reusability of pre-trained deep convolutional models. Specifically, different from…

计算机视觉与模式识别 · 计算机科学 2017-07-21 Xiu-Shen Wei , Chen-Lin Zhang , Jianxin Wu , Chunhua Shen , Zhi-Hua Zhou

This work addresses the challenge of sub-pixel accuracy in detecting 2D local features, a cornerstone problem in computer vision. Despite the advancements brought by neural network-based methods like SuperPoint and ALIKED, these modern…

计算机视觉与模式识别 · 计算机科学 2024-07-17 Shinjeong Kim , Marc Pollefeys , Daniel Barath

We present SKD, a novel keypoint detector that uses saliency to determine the best candidates from a point cloud for tasks such as registration and reconstruction. The approach can be applied to any differentiable deep learning descriptor…

计算机视觉与模式识别 · 计算机科学 2021-03-02 Georgi Tinchev , Adrian Penate-Sanchez , Maurice Fallon

Recent unsupervised domain adaptation methods based on deep architectures have shown remarkable performance not only in traditional classification tasks but also in more complex problems involving structured predictions (e.g. semantic…

计算机视觉与模式识别 · 计算机科学 2020-08-05 Levi O. Vasconcelos , Massimiliano Mancini , Davide Boscaini , Samuel Rota Bulo , Barbara Caputo , Elisa Ricci

Existing learning-based point feature descriptors are usually task-agnostic, which pursue describing the individual 3D point clouds as accurate as possible. However, the matching task aims at describing the corresponding points consistently…

计算机视觉与模式识别 · 计算机科学 2022-10-27 Zhiyuan Zhang , Yuchao Dai , Bin Fan , Jiadai Sun , Mingyi He

We present a simple but yet effective method for learning distinctive 3D local deep descriptors (DIPs) that can be used to register point clouds without requiring an initial alignment. Point cloud patches are extracted, canonicalised with…

计算机视觉与模式识别 · 计算机科学 2020-12-29 Fabio Poiesi , Davide Boscaini

The recent development of high-precision subsea optical scanners allows for 3D keypoint detectors and feature descriptors to be leveraged on point cloud scans from subsea environments. However, the literature lacks a comprehensive survey to…

计算机视觉与模式识别 · 计算机科学 2024-02-27 Kyungmin Jung , Thomas Hitchcox , James Richard Forbes

Despite the advances in extracting local features achieved by handcrafted and learning-based descriptors, they are still limited by the lack of invariance to non-rigid transformations. In this paper, we present a new approach to compute…

计算机视觉与模式识别 · 计算机科学 2021-11-23 Guilherme Potje , Renato Martins , Felipe Cadar , Erickson R. Nascimento

In this paper, we propose a method for keypoint discovery from a 2D image using image-level supervision. Recent works on unsupervised keypoint discovery reliably discover keypoints of aligned instances. However, when the target instances…

计算机视觉与模式识别 · 计算机科学 2021-09-29 Serim Ryou , Pietro Perona

Traditional object detection answers two questions; "what" (what the object is?) and "where" (where the object is?). "what" part of the object detection can be fine-grained further i.e. "what type", "what shape" and "what material" etc.…

计算机视觉与模式识别 · 计算机科学 2022-04-20 Addel Zafar , Umar Khalid

Keypoints are what enable Structure-from-Motion (SfM) systems to scale to thousands of images. However, designing a keypoint detection objective is a non-trivial task, as SfM is non-differentiable. Typically, an auxiliary objective…

计算机视觉与模式识别 · 计算机科学 2025-03-12 Johan Edstedt , Georg Bökman , Mårten Wadenbäck , Michael Felsberg

Visual place recognition is challenging because there are so many factors that can cause the appearance of a place to change, from day-night cycles to seasonal change to atmospheric conditions. In recent years a large range of approaches…

计算机视觉与模式识别 · 计算机科学 2020-07-31 Sourav Garg , Ben Harwood , Gaurangi Anand , Michael Milford

Reusable model design becomes desirable with the rapid expansion of machine learning applications. In this paper, we focus on the reusability of pre-trained deep convolutional models. Specifically, different from treating pre-trained models…

计算机视觉与模式识别 · 计算机科学 2017-05-30 Xiu-Shen Wei , Chen-Lin Zhang , Yao Li , Chen-Wei Xie , Jianxin Wu , Chunhua Shen , Zhi-Hua Zhou