paper-with-me

Papers

SeqNet: Learning Descriptors for Sequence-based Hierarchical Place Recognition

2021-02-23 · Sourav Garg, Michael Milford

Visual Place Recognition (VPR) is the task of matching current visual imagery from a camera to images stored in a reference map of the environment. While initial VPR systems used simple direct image methods or hand-crafted visual features, recent work has focused on learning more powerful visual features and further improving performance through either some form of sequential matcher / filter or a hierarchical matching process. In both cases the performance of the initial single-image based system is still far from perfect, putting significant pressure on the sequence matching or (in the case of hierarchical systems) pose refinement stages. In this paper we present a novel hybrid system that creates a high performance initial match hypothesis generator using short learnt sequential descriptors, which enable selective control sequential score aggregation using single image learnt descriptors. Sequential descriptors are generated using a temporal convolutional network dubbed SeqNet, encoding short image sequences using 1-D convolutions, which are then matched against the corresponding temporal descriptors from the reference dataset to provide an ordered list of place match hypotheses. We then perform selective sequential score aggregation using shortlisted single image learnt descriptors from a separate pipeline to produce an overall place match hypothesis. Comprehensive experiments on challenging benchmark datasets demonstrate the proposed method outperforming recent state-of-the-art methods using the same amount of sequential information. Source code and supplementary material can be found at https://github.com/oravus/seqNet.

📄 PDF Abstract BibTeX arXiv:2102.11603

Code (1)

oravus/seqNet 공식 구현 pytorch

Tasks

Autonomous DrivingImage RetrievalRepresentation LearningSequential Place LearningSequential Place RecognitionVideo RetrievalVisual LocalizationVisual Place Recognition

Similar Papers 제목 키워드 기반

SeqNetVLAD vs PointNetVLAD: Image Sequence vs 3D Point Clouds for Day-Night Place Recognition

2021-06-22 · Sourav Garg, Michael Milford

Place Recognition is a crucial capability for mobile robot localization and navigation. Image-based or Visual Place Recognition (VPR) is a challenging problem as scene appearance and camera viewpoint can change significa…

Autonomous DrivingVisual Place Recognition

SeqNet: Sequential Networks for One-Shot Traffic Sign Recognition With Transfer Learning

2024-09-23 · IEEE Transactions on Intelligent Transportation Systems 2024 9 · Nariman Abdi, Farzad Parvaresh, Mohamad Farzan Sabahi

In traffic sign recognition tasks, recognition of road signs by observing synthetic reference images is a human-like ability that can be performed by one-shot learning algorithms. One-shot object recognition is a challen…

Image RetrievalMetric LearningObject RecognitionOne-Shot Learning+2

Condition-Invariant Multi-View Place Recognition

2019-02-25 · Jose M. Facil, Daniel Olid, Luis Montesano, Javier Civera

Visual place recognition is particularly challenging when places suffer changes in its appearance. Such changes are indeed common, e.g., due to weather, night/day or seasons. In this paper we leverage on recent research …

Visual Place Recognition

Learning Sequential Descriptors for Sequence-based Visual Place Recognition

2022-07-08 · Riccardo Mereu, Gabriele Trivigno, Gabriele Berton, Carlo Masone 외

In robotics, Visual Place Recognition is a continuous process that receives as input a video stream to produce a hypothesis of the robot's current position within a map of known places. This task requires robust, scalabl…

PositionVisual Place Recognition

Unsupervised Learning Methods for Visual Place Recognition in Discretely and Continuously Changing Environments

2020-01-24 · Stefan Schubert, Peer Neubert, Peter Protzel

Visual place recognition in changing environments is the problem of finding matchings between two sets of observations, a query set and a reference set, despite severe appearance changes. Recently, image comparison using…

ClusteringVisual Place Recognition