paper-with-me

홈 › Papers

AANet: Aggregation and Alignment Network with Semi-hard Positive Sample Mining for Hierarchical Place Recognition

2023-10-08 · Feng Lu, Lijun Zhang, Shuting Dong, Baifan Chen, Chun Yuan

Visual place recognition (VPR) is one of the research hotspots in robotics, which uses visual information to locate robots. Recently, the hierarchical two-stage VPR methods have become popular in this field due to the trade-off between accuracy and efficiency. These methods retrieve the top-k candidate images using the global features in the first stage, then re-rank the candidates by matching the local features in the second stage. However, they usually require additional algorithms (e.g. RANSAC) for geometric consistency verification in re-ranking, which is time-consuming. Here we propose a Dynamically Aligning Local Features (DALF) algorithm to align the local features under spatial constraints. It is significantly more efficient than the methods that need geometric consistency verification. We present a unified network capable of extracting global features for retrieving candidates via an aggregation module and aligning local features for re-ranking via the DALF alignment module. We call this network AANet. Meanwhile, many works use the simplest positive samples in triplet for weakly supervised training, which limits the ability of the network to recognize harder positive pairs. To address this issue, we propose a Semi-hard Positive Sample Mining (ShPSM) strategy to select appropriate hard positive images for training more robust VPR networks. Extensive experiments on four benchmark VPR datasets show that the proposed AANet can outperform several state-of-the-art methods with less time consumption. The code is released at https://github.com/Lu-Feng/AANet.

📄 PDF Abstract BibTeX arXiv:2310.05184

Code (1)

Lu-Feng/AANet 공식 구현 pytorch

Tasks

Re-RankingTripletVisual Place Recognition

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Adaptive Aggregation Networks for Class-Incremental Learning

2020-10-10 · CVPR 2021 1 · Yaoyao Liu, Bernt Schiele, Qianru Sun

Class-Incremental Learning (CIL) aims to learn a classification model with the number of classes increasing phase-by-phase. An inherent problem in CIL is the stability-plasticity dilemma between the learning of old and n…

class-incremental learningClass Incremental LearningIncremental Learning

AANet: Adaptive Aggregation Network for Efficient Stereo Matching

2020-04-20 · CVPR 2020 6 · Haofei Xu, Juyong Zhang

Despite the remarkable progress made by learning based stereo matching algorithms, one key challenge remains unsolved. Current state-of-the-art stereo models are mostly based on costly 3D convolutions, the cubic computat…

Scene Flow EstimationStereo Disparity EstimationStereo Matching

AANet: Attribute Attention Network for Person Re-Identifications

2019-12-19 · CVPR 2019 6 · Chiat-Pin Tay, Sharmili Roy, Kim-Hui Yap

This paper proposes Attribute Attention Network (AANet), a new architecture that integrates person attributes and attribute attention maps into a classification framework to solve the person re-identification (re-ID) pro…

AttributePerson Re-IdentificationRe-Ranking

AANet: Virtual Screening under Structural Uncertainty via Alignment and Aggregation

2025-06-06 · Wenyu Zhu, Jianhui Wang, Bowen Gao, Yinjun Jia 외

Virtual screening (VS) is a critical component of modern drug discovery, yet most existing methods--whether physics-based or deep learning-based--are developed around holo protein structures with known ligand-bound pocke…

Contrastive LearningDrug Discovery

EAANet: Efficient Attention Augmented Convolutional Networks

2022-06-03 · Runqing Zhang, Tianshu Zhu

Humans can effectively find salient regions in complex scenes. Self-attention mechanisms were introduced into Computer Vision (CV) to achieve this. Attention Augmented Convolutional Network (AANet) is a mixture of convol…