paper-with-me

홈 › Papers

STA-VPR: Spatio-temporal Alignment for Visual Place Recognition

2021-03-25 · Feng Lu, Baifan Chen, Xiang-Dong Zhou, Dezhen Song

Recently, the methods based on Convolutional Neural Networks (CNNs) have gained popularity in the field of visual place recognition (VPR). In particular, the features from the middle layers of CNNs are more robust to drastic appearance changes than handcrafted features and high-layer features. Unfortunately, the holistic mid-layer features lack robustness to large viewpoint changes. Here we split the holistic mid-layer features into local features, and propose an adaptive dynamic time warping (DTW) algorithm to align local features from the spatial domain while measuring the distance between two images. This realizes viewpoint-invariant and condition-invariant place recognition. Meanwhile, a local matching DTW (LM-DTW) algorithm is applied to perform image sequence matching based on temporal alignment, which achieves further improvements and ensures linear time complexity. We perform extensive experiments on five representative VPR datasets. The results show that the proposed method significantly improves the CNN-based methods. Moreover, our method outperforms several state-of-the-art methods while maintaining good run-time performance. This work provides a novel way to boost the performance of CNN methods without any re-training for VPR. The code is available at https://github.com/Lu-Feng/STA-VPR.

📄 PDF Abstract BibTeX arXiv:2103.13580

Code (1)

Lu-Feng/STA-VPR 공식 구현 tf

Tasks

Dynamic Time WarpingVisual Place Recognition

Methods 이 논문이 사용한 방법론

DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar Papers 제목 키워드 기반

Spatio-Temporal Attention Mechanism and Knowledge Distillation for Lip Reading

2021-08-07 · Shahd Elashmawy, Marian Ramsis, Hesham M. Eraqi, Farah Eldeshnawy 외

Despite the advancement in the domain of audio and audio-visual speech recognition, visual speech recognition systems are still quite under-explored due to the visual ambiguity of some phonemes. In this work, we propose …

Audio-Visual Speech RecognitionKnowledge DistillationLip Readingspeech-recognition+2

First Place Solution to the CVPR'2023 AQTC Challenge: A Function-Interaction Centric Approach with Spatiotemporal Visual-Language Alignment

2023-06-23 · Tom Tongjia Chen, Hongshan Yu, Zhengeng Yang, Ming Li 외

Affordance-Centric Question-driven Task Completion (AQTC) has been proposed to acquire knowledge from videos to furnish users with comprehensive and systematic instructions. However, existing methods have hitherto neglec…

Human-Object Interaction Detection

Spatio-Temporal Similarity Volume Aggregation for Open-Vocabulary Action Recognition

2026-05-22 · Yerim So, Jiyeong Kim, Jiwon Yoon, Dongbo Min arxiv

Recent Open-Vocabulary Action Recognition (OVAR) methods typically aggregate visual features into a global representation before computing text alignment, a process that obscures local patch information and fine-grained …

Action Recognition

Learning Sequence Descriptor based on Spatio-Temporal Attention for Visual Place Recognition

2023-05-19 · Junqiao Zhao, Fenglin Zhang, Yingfeng Cai, Gengxuan Tian 외

Visual Place Recognition (VPR) aims to retrieve frames from a geotagged database that are located at the same place as the query frame. To improve the robustness of VPR in perceptually aliasing scenarios, sequence-based …

RetrievalVisual Place Recognition

Flexible and Efficient Spatio-Temporal Transformer for Sequential Visual Place Recognition

2025-10-05 · Yu Kiu, Lau, Chao Chen, Ge Jin 외 arxiv

Sequential Visual Place Recognition (Seq-VPR) leverages transformers to capture spatio-temporal features effectively. In practice, a transformer-based Seq-VPR model should be flexible to the number of frames per sequence…

Visual Place Recognition