# Long-Term Vehicle Localization by Recursive Knowledge Distillation

**Authors:** Hiroki Tomoe, Tanaka Kanji

arXiv: 1904.03551 · 2019-06-04

## TL;DR

This paper introduces a long-term ensemble learning framework for cross-season visual place recognition that efficiently adapts to multiple sequential domains with minimal retraining costs by recursively distilling knowledge into CNN ensembles.

## Contribution

It proposes a novel multi-teacher multi-student knowledge distillation method for scalable, low-cost long-term multi-domain visual place recognition.

## Key findings

- Effective in sequential multi-domain scenarios
- Requires minimal retraining and memory
- Outperforms existing domain adaptation methods

## Abstract

Most of the current state-of-the-art frameworks for cross-season visual place recognition (CS-VPR) focus on domain adaptation (DA) to a single specific season. From the viewpoint of long-term CS-VPR, such frameworks do not scale well to sequential multiple domains (e.g., spring - summer - autumn - winter - ... ). The goal of this study is to develop a novel long-term ensemble learning (LEL) framework that allows for a constant cost retraining in long-term sequential-multi-domain CS-VPR (SMD-VPR), which only requires the memorization of a small constant number of deep convolutional neural networks (CNNs) and can retrain the CNN ensemble of every season at a small constant time/space cost. We frame our task as the multi-teacher multi-student knowledge distillation (MTMS-KD), which recursively compresses all the previous season's knowledge into a current CNN ensemble. We further address the issue of teacher-student-assignment (TSA) to achieve a good generalization/specialization tradeoff. Experimental results on SMD-VPR tasks validate the efficacy of the proposed approach.

## Full text

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

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1904.03551/full.md

## References

12 references — full list in the complete paper: https://tomesphere.com/paper/1904.03551/full.md

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