Vehicle Identification Between Non-Overlapping Cameras Without Direct Feature Matching

Abstract

We propose a novel method for identifying road vehicles between two nonoverlapping cameras. The problem is formulated as a same-different classification problem: probability of two vehicle images from two distinct cameras being from the same vehicle or from different vehicles. The key idea is to compute the probability without matching the two vehicle images directly, which is a process vulnerable to drastic appearance and aspect changes. We represent each vehicle image as an embedding amongst representative exemplars of vehicles within the same camera. The embedding is computed as a vector each of whose components is a nonmetric distance for a vehicle to an exemplar. The nonmetric distances are computed using robust matching of oriented edge images. A set of truthed training examples of same-different vehicle pairings across the two cameras is used to learn a classifier that encodes the probability distributions. A pair of the embeddings representing two vehicles across two cameras is then used to compute the same-different probability. In order for the vehicle exemplars to be representative for both cameras, we also propose a method for jointly selection of corresponding exemplars using the training data. Experiments on observations of over 400 vehicles under drastically illumination and camera conditions demonstrate promising results.

Cite

Text

Shan et al. "Vehicle Identification Between Non-Overlapping Cameras Without Direct Feature Matching." IEEE/CVF International Conference on Computer Vision, 2005. doi:10.1109/ICCV.2005.247

Markdown

[Shan et al. "Vehicle Identification Between Non-Overlapping Cameras Without Direct Feature Matching." IEEE/CVF International Conference on Computer Vision, 2005.](https://mlanthology.org/iccv/2005/shan2005iccv-vehicle/) doi:10.1109/ICCV.2005.247

BibTeX

@inproceedings{shan2005iccv-vehicle,
  title     = {{Vehicle Identification Between Non-Overlapping Cameras Without Direct Feature Matching}},
  author    = {Shan, Ying and Sawhney, Harpreet S. and Kumar, Rakesh},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2005},
  pages     = {378-385},
  doi       = {10.1109/ICCV.2005.247},
  url       = {https://mlanthology.org/iccv/2005/shan2005iccv-vehicle/}
}