SBNet: Segmentation-Based Network for Natural Language-Based Vehicle Search

Abstract

Natural language-based vehicle retrieval is a task to find a target vehicle within a given image based on a natural language description as a query. This technology can be applied to various areas including police searching for a suspect vehicle. However, it is challenging due to the ambiguity of language descriptions and the difficulty of processing multi-modal data. To tackle this problem, we propose a deep neural network called SBNet that performs natural language-based segmentation for vehicle retrieval. We also propose two task-specific modules to improve performance: a substitution module that helps features from different domains to be embedded in the same space and a future prediction module that learns temporal information. SBnet has been trained using the CityFlow-NL dataset that contains 2,498 tracks of vehicles with three unique natural language descriptions each and tested 530 unique vehicle tracks and their corresponding query sets. SBNet achieved a significant improvement over the baseline in the natural language-based vehicle tracking track in the AI City Challenge 2021. Source Code: https://github.com/lsrock1/nlp_search

Cite

Text

Lee et al. "SBNet: Segmentation-Based Network for Natural Language-Based Vehicle Search." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021. doi:10.1109/CVPRW53098.2021.00457

Markdown

[Lee et al. "SBNet: Segmentation-Based Network for Natural Language-Based Vehicle Search." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2021.](https://mlanthology.org/cvprw/2021/lee2021cvprw-sbnet/) doi:10.1109/CVPRW53098.2021.00457

BibTeX

@inproceedings{lee2021cvprw-sbnet,
  title     = {{SBNet: Segmentation-Based Network for Natural Language-Based Vehicle Search}},
  author    = {Lee, Sangrok and Woo, Taekang and Lee, Sang Hun},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2021},
  pages     = {4054-4060},
  doi       = {10.1109/CVPRW53098.2021.00457},
  url       = {https://mlanthology.org/cvprw/2021/lee2021cvprw-sbnet/}
}