# Variational Representation Learning for Vehicle Re-Identification

**Authors:** Saghir Ahmed Saghir Alfasly, Yongjian Hu, Tiancai Liang, Xiaofeng Jin,, Qingli Zhao, Beibei Liu

arXiv: 1905.02343 · 2019-09-11

## TL;DR

This paper introduces a deep learning framework for vehicle re-identification that produces compact, discriminative features by combining variational feature learning with LSTM-based viewpoint relationship modeling, outperforming existing methods.

## Contribution

It proposes a novel variational representation learning approach combined with LSTM to efficiently encode multi-view vehicle images into low-dimensional, highly discriminative features.

## Key findings

- Feature dimension reduced to 256 without loss of accuracy
- Achieved higher Top-1 and Top-5 retrieval accuracies than state-of-the-art methods
- Effective multi-view relationship modeling with LSTM enhances re-identification performance

## Abstract

Vehicle Re-identification is attracting more and more attention in recent years. One of the most challenging problems is to learn an efficient representation for a vehicle from its multi-viewpoint images. Existing methods tend to derive features of dimensions ranging from thousands to tens of thousands. In this work we proposed a deep learning based framework that can lead to an efficient representation of vehicles. While the dimension of the learned features can be as low as 256, experiments on different datasets show that the Top-1 and Top-5 retrieval accuracies exceed multiple state-of-the-art methods. The key to our framework is two-fold. Firstly, variational feature learning is employed to generate variational features which are more discriminating. Secondly, long short-term memory (LSTM) is used to learn the relationship among different viewpoints of a vehicle. The LSTM also plays as an encoder to downsize the features.

## Full text

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

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1905.02343/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1905.02343/full.md

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