# A Two-Stream Siamese Neural Network for Vehicle Re-Identification by   Using Non-Overlapping Cameras

**Authors:** Icaro O. de Oliveira, Keiko V. O. Fonseca, Rodrigo Minetto

arXiv: 1902.01496 · 2019-05-16

## TL;DR

This paper introduces a Two-Stream Siamese Neural Network that combines vehicle shape and license plate features for vehicle re-identification, achieving high accuracy and reducing false alarms in low-cost camera footage.

## Contribution

The paper presents a novel two-stream architecture that effectively merges shape and license plate features, outperforming single-stream models in vehicle re-identification tasks.

## Key findings

- Achieved 92.6% F-measure and 98.7% accuracy on low-cost camera data.
- Outperforms other one-stream architectures even with lower resolution inputs.
- Demonstrates effectiveness in real-world, low-cost camera scenarios.

## Abstract

We describe in this paper a Two-Stream Siamese Neural Network for vehicle re-identification. The proposed network is fed simultaneously with small coarse patches of the vehicle shape's, with 96 x 96 pixels, in one stream, and fine features extracted from license plate patches, easily readable by humans, with 96 x 48 pixels, in the other one. Then, we combined the strengths of both streams by merging the Siamese distance descriptors with a sequence of fully connected layers, as an attempt to tackle a major problem in the field, false alarms caused by a huge number of car design and models with nearly the same appearance or by similar license plate strings. In our experiments, with 2 hours of videos containing 2982 vehicles, extracted from two low-cost cameras in the same roadway, 546 ft away, we achieved a F-measure and accuracy of 92.6% and 98.7%, respectively. We show that the proposed network, available at https://github.com/icarofua/siamese-two-stream, outperforms other One-Stream architectures, even if they use higher resolution image features.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1902.01496/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1902.01496/full.md

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