Context-Aware Single-Shot Detector

Abstract

SSD (Single Shot Detector) is one of the state-of-the-art object detection algorithms, and it combines high detection accuracy with real-time speed. However, it is widely recognized that SSD is less accurate in detecting small objects compared to large objects, because it ignores the context from outside the proposal boxes. In this paper, we present CSSD–a shorthand for context-aware single-shot multibox object detector. CSSD is built on top of SSD, with additional layers modeling multi-scale contexts. We describe two variants of CSSD, which differ in their context layers, using dilated convolution layers (DiCSSD) and deconvolution layers (DeCSSD) respectively. The experimental results show that the multi-scale context modeling significantly improves the detection accuracy. In addition, we study the relationship between effective receptive fields (ERFs) and the theoretical receptive fields (TRFs), particularly on a VGGNet. The empirical results further strengthen our conclusion that SSD coupled with context layers achieves better detection results especially for small objects (+3.2%[email protected] on MSCOCO compared to the newest SSD), while maintaining comparable runtime performance.

Cite

Text

Xiang et al. "Context-Aware Single-Shot Detector." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018. doi:10.1109/WACV.2018.00198

Markdown

[Xiang et al. "Context-Aware Single-Shot Detector." IEEE/CVF Winter Conference on Applications of Computer Vision, 2018.](https://mlanthology.org/wacv/2018/xiang2018wacv-context/) doi:10.1109/WACV.2018.00198

BibTeX

@inproceedings{xiang2018wacv-context,
  title     = {{Context-Aware Single-Shot Detector}},
  author    = {Xiang, Wei and Zhang, Dong-Qing and Yu, Heather and Athitsos, Vassilis},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2018},
  pages     = {1784-1793},
  doi       = {10.1109/WACV.2018.00198},
  url       = {https://mlanthology.org/wacv/2018/xiang2018wacv-context/}
}