Vehicle re-identification for a parking lot toll system using convolutional neural networks

Dongjin Lee,Yongwoo Jo,Seung-Jun Han,Jungyu Kang,Kyoungwook Min,Jeongdan Choi,Cheong Hee Park
DOI: https://doi.org/10.1117/12.2522748
2019-03-15
Abstract:We present a vehicle re-identification method for a parking lot toll system. Given a probe image captured from one camera installed in the entrance of a parking lot, re-identification is the method of identifying a matching image from a gallery set constructed from different cameras in the exit region. This method is especially useful when the license plate recognition fails. Our method is based on a convolutional neural network (CNN) which is a variant of multilayer perceptron (MLP). An input image of the CNN model is cropped by the license plate detection (LPD) algorithm to eliminate the background of an original image. To train a vehicle re-identification model, we adopt the pre-trained models which showed the outstanding results in the ImageNet [1] challenge from 2014 to 2015. Then, we fine-tune one of the models (GoogLeNet [2]) for a car’s model recognition task using a large-scale car dataset [3]. This fine-tuned model is utilized as a feature extractor. Cosine function is used to measure the similarity between a probe and a gallery. To evaluate the performance of our method, we create two datasets: ETRI-VEHICLE-2016-1 and ETRI-VEHICLE2016-2. The experimental result reveals that the proposed technique can achieve promising results.
What problem does this paper attempt to address?