ROFeb 20, 2019

Look No Deeper: Recognizing Places from Opposing Viewpoints under Varying Scene Appearance using Single-View Depth Estimation

arXiv:1902.07381v130 citations
Originality Incremental advance
AI Analysis

This addresses a critical challenge in robotics and autonomous navigation for recognizing places under severe environmental variations, though it is an incremental improvement over existing methods.

The paper tackles the problem of visual place recognition under simultaneous extreme appearance change and opposing viewpoint shifts, such as recognizing a road at night from the opposite direction previously seen during the day, by introducing a depth- and temporal-aware system that uses depth-filtered keypoints and sequence-to-single matching, achieving consistent outperformance over state-of-the-art techniques on a challenging benchmark dataset.

Visual place recognition (VPR) - the act of recognizing a familiar visual place - becomes difficult when there is extreme environmental appearance change or viewpoint change. Particularly challenging is the scenario where both phenomena occur simultaneously, such as when returning for the first time along a road at night that was previously traversed during the day in the opposite direction. While such problems can be solved with panoramic sensors, humans solve this problem regularly with limited field of view vision and without needing to constantly turn around. In this paper, we present a new depth- and temporal-aware visual place recognition system that solves the opposing viewpoint, extreme appearance-change visual place recognition problem. Our system performs sequence-to-single matching by extracting depth-filtered keypoints using a state-of-the-art depth estimation pipeline, constructing a keypoint sequence over multiple frames from the reference dataset, and comparing those keypoints to those in a single query image. We evaluate the system on a challenging benchmark dataset and show that it consistently outperforms state-of-the-art techniques. We also develop a range of diagnostic simulation experiments that characterize the contribution of depth-filtered keypoint sequences with respect to key domain parameters including degree of appearance change and camera motion.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes