Object Detection Meets Knowledge Graphs

Abstract

Object detection in images is a crucial task in computer vision, with important applications ranging from security surveillance to autonomous vehicles. Existing state-of-the-art algorithms, including deep neural networks, only focus on utilizing features within an image itself, largely neglecting the vast amount of background knowledge about the real world. In this paper, we propose a novel framework of knowledge-aware object detection, which enables the integration of external knowledge such as knowledge graphs into any object detection algorithm. The framework employs the notion of semantic consistency to quantify and generalize knowledge, which improves object detection through a re-optimization process to achieve better consistency with background knowledge. Finally, empirical evaluation on two benchmark datasets show that our approach can significantly increase recall by up to 6.3 points without compromising mean average precision, when compared to the state-of-the-art baseline.

Cite

Text

Fang et al. "Object Detection Meets Knowledge Graphs." International Joint Conference on Artificial Intelligence, 2017. doi:10.24963/IJCAI.2017/230

Markdown

[Fang et al. "Object Detection Meets Knowledge Graphs." International Joint Conference on Artificial Intelligence, 2017.](https://mlanthology.org/ijcai/2017/fang2017ijcai-object/) doi:10.24963/IJCAI.2017/230

BibTeX

@inproceedings{fang2017ijcai-object,
  title     = {{Object Detection Meets Knowledge Graphs}},
  author    = {Fang, Yuan and Kuan, Kingsley and Lin, Jie and Tan, Cheston and Chandrasekhar, Vijay},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {1661-1667},
  doi       = {10.24963/IJCAI.2017/230},
  url       = {https://mlanthology.org/ijcai/2017/fang2017ijcai-object/}
}