CVRONov 1, 2020

HM4: Hidden Markov Model with Memory Management for Visual Place Recognition

arXiv:2011.00450v15 citations
Originality Incremental advance
AI Analysis

This addresses time and memory challenges for autonomous driving systems dealing with unboundedly-growing databases due to continuous appearance changes.

The authors tackled the scalability issue of visual place recognition in autonomous driving by developing HM4, a Hidden Markov Model with two-tiered memory management, which achieved constant time and space inference for a fixed coverage area and demonstrated excellent scalability and accuracy in real-world experiments.

Visual place recognition needs to be robust against appearance variability due to natural and man-made causes. Training data collection should thus be an ongoing process to allow continuous appearance changes to be recorded. However, this creates an unboundedly-growing database that poses time and memory scalability challenges for place recognition methods. To tackle the scalability issue for visual place recognition in autonomous driving, we develop a Hidden Markov Model approach with a two-tiered memory management. Our algorithm, dubbed HM$^4$, exploits temporal look-ahead to transfer promising candidate images between passive storage and active memory when needed. The inference process takes into account both promising images and a coarse representations of the full database. We show that this allows constant time and space inference for a fixed coverage area. The coarse representations can also be updated incrementally to absorb new data. To further reduce the memory requirements, we derive a compact image representation inspired by Locality Sensitive Hashing (LSH). Through experiments on real world data, we demonstrate the excellent scalability and accuracy of the approach under appearance changes and provide comparisons against state-of-the-art techniques.

Foundations

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

Your Notes