paper-with-me

홈 › Papers

Attention Weighted Local Descriptors

2023-04-19 · journal 2023 4 · Changwei Wang, Rongtao Xu, Ke Lu, Shibiao Xu, Weiliang Meng, Yuyang Zhang, Bin Fan, Xiaopeng Zhang

Local features detection and description are widely used in many vision applications with high industrial and commercial demands. With large-scale applications, these tasks raise high expectations for both the accuracy and speed of local features. Most existing studies on local features learning focus on the local descriptions of individual keypoints, which neglect their relationships established from global spatial awareness. In this paper, we present AWDesc with a consistent attention mechanism (CoAM) that opens up the possibility for local descriptors to embrace image-level spatial awareness in both the training and matching stages. For local features detection, we adopt local features detection with feature pyramid to obtain more stable and accurate keypoints localization. For local features description, we provide two versions of AWDesc to cope with different accuracy and speed requirements. On the one hand, we introduceContext Augmentation to address the inherent locality of convolutional neural networks by injecting non-local context information, so that local descriptors can “look wider to describe better”. Specifically, well-designed Adaptive Global Context Augmented Module (AGCA) and Diverse Surrounding Context Augmented Module (DSCA) are proposed to construct robust local descriptors with context information from global to surrounding. On the other hand, we design an extremely lightweight backbone network coupled with the proposed special knowledge distillation strategy to achieve the best trade-off in accuracy and speed. What is more, we perform thorough experiments on image matching, homography estimation, visual localization, and 3D reconstruction tasks, and the results demonstrate that our method surpasses the current state-of-the-art local descriptors. Code is available at: https://github.com/vignywang/AWDesc.

📄 PDF Abstract BibTeX

Code (1)

vignywang/AWDesc pytorch

Tasks

3D ReconstructionHomography EstimationKnowledge DistillationVisual Localization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

MTLDesc: Looking Wider to Describe Better

2022-03-14 · Changwei Wang, Rongtao Xu, Yuyang Zhang, Shibiao Xu 외

Limited by the locality of convolutional neural networks, most existing local features description methods only learn local descriptors with local information and lack awareness of global and surrounding spatial context.…

Indoor LocalizationTriplet

Feature Aligning Few shot Learning Method Using Local Descriptors Weighted Rules

2024-08-26 · Bingchen Yan

Few-shot classification involves identifying new categories using a limited number of labeled samples. Current few-shot classification methods based on local descriptors primarily leverage underlying consistent features …

ClassificationFew-Shot Image ClassificationFew-Shot Learningimage-classification+1

Local Descriptors Weighted Adaptive Threshold Filtering For Few-Shot Learning

2024-08-28 · Bingchen Yan

Few-shot image classification is a challenging task in the field of machine learning, involving the identification of new categories using a limited number of labeled samples. In recent years, methods based on local desc…

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification+1

Leveraging Local and Global Descriptors in Parallel to Search Correspondences for Visual Localization

2020-09-23 · Pengju Zhang, Yihong Wu, Bingxi Liu

Visual localization to compute 6DoF camera pose from a given image has wide applications such as in robotics, virtual reality, augmented reality, etc. Two kinds of descriptors are important for the visual localization. O…

BinarizationImage RetrievalRetrievalVisual Localization

A Novel Multi-Attention Driven System For Multi-Label Remote Sensing Image Classification

2019-02-28 · Gencer Sumbul, Begüm Demir

This paper presents a novel multi-attention driven system that jointly exploits Convolutional Neural Network (CNN) and Recurrent Neural Network (RNN) in the context of multi-label remote sensing (RS) image classification…

General Classificationimage-classificationImage ClassificationRemote Sensing Image Classification