SPCDet: Enhancing Object Detection with Combined Feature Fusing

Abstract

Feature pyramid and feature fusing are widely used in object detection. Using feature pyramid can confront the challenge of scale variation across different objects. Feature fusing imports context information to improve detection performance. Although detecting with feature pyramid and feature fusing has achieved some encouraging results, there are still some limitations owing to the features’ level variance among different layers. In this paper, we exploit that serial-parallel combined feature fusing can enhance object detection. Instead of detecting on the feature pyramid of backbone directly, we fuse different layers from backbone as base features. Then the base features are fed into a U-shape module to build local-global feature pyramid. At last, we use the pyramid to do the multi-scale detection with our combined feature fusing method. We call this one-stage detector SPCDet. It keeps real time speed and outperforms other detectors in trade-off between accuracy and speed.

Cite

Text

Wang et al. "SPCDet: Enhancing Object Detection with Combined Feature Fusing." Proceedings of The Eleventh Asian Conference on Machine Learning, 2019.

Markdown

[Wang et al. "SPCDet: Enhancing Object Detection with Combined Feature Fusing." Proceedings of The Eleventh Asian Conference on Machine Learning, 2019.](https://mlanthology.org/acml/2019/wang2019acml-spcdet/)

BibTeX

@inproceedings{wang2019acml-spcdet,
  title     = {{SPCDet: Enhancing Object Detection with Combined Feature Fusing}},
  author    = {Wang, Haixin and Wu, Lintao and Wu, Qiongzhi},
  booktitle = {Proceedings of The Eleventh Asian Conference on Machine Learning},
  year      = {2019},
  pages     = {236-251},
  volume    = {101},
  url       = {https://mlanthology.org/acml/2019/wang2019acml-spcdet/}
}