# Filter Early, Match Late: Improving Network-Based Visual Place   Recognition

**Authors:** Stephen Hausler, Adam Jacobson, Michael Milford

arXiv: 1906.12176 · 2020-03-03

## TL;DR

This paper proposes a method to improve visual place recognition by filtering early CNN feature maps to enhance invariance, using minimal training data, and demonstrating superior results over existing methods.

## Contribution

The paper introduces early feature map filtering combined with late layer feature extraction, enabling improved invariance and performance with minimal training data.

## Key findings

- Filtering early feature maps improves recognition accuracy.
- Using a single training image pair can achieve state-of-the-art performance.
- The approach outperforms NetVLAD on multiple datasets.

## Abstract

CNNs have excelled at performing place recognition over time, particularly when the neural network is optimized for localization in the current environmental conditions. In this paper we investigate the concept of feature map filtering, where, rather than using all the activations within a convolutional tensor, only the most useful activations are used. Since specific feature maps encode different visual features, the objective is to remove feature maps that are detract from the ability to recognize a location across appearance changes. Our key innovation is to filter the feature maps in an early convolutional layer, but then continue to run the network and extract a feature vector using a later layer in the same network. By filtering early visual features and extracting a feature vector from a higher, more viewpoint invariant later layer, we demonstrate improved condition and viewpoint invariance. Our approach requires image pairs for training from the deployment environment, but we show that state-of-the-art performance can regularly be achieved with as little as a single training image pair. An exhaustive experimental analysis is performed to determine the full scope of causality between early layer filtering and late layer extraction. For validity, we use three datasets: Oxford RobotCar, Nordland, and Gardens Point, achieving overall superior performance to NetVLAD. The work provides a number of new avenues for exploring CNN optimizations, without full re-training.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.12176/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1906.12176/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1906.12176/full.md

---
Source: https://tomesphere.com/paper/1906.12176