CSPNet: A New Backbone That Can Enhance Learning Capability of CNN

Abstract

Neural networks have enabled state-of-the-art approaches to achieve incredible results on computer vision tasks such as object detection. However, such success greatly relies on costly computation resources, which hinders people with cheap devices from appreciating the advanced technology. In this paper, we propose Cross Stage Partial Network (CSPNet) to mitigate the problem that previous works require heavy inference computations from the network architecture perspective. We attribute the problem to the duplicate gradient information within network optimization. The proposed networks respect the variability of the gradients by integrating feature maps from the beginning and the end of a network stage, which, in our experiments, reduces computations by 20% with equivalent or even superior accuracy on the ImageNet dataset, and significantly outperforms state-of-the-art approaches in terms of AP50 on the MS COCO object detection dataset. The CSPNet is easy to implement and general enough to cope with architectures based on ResNet, ResNeXt, and DenseNet.

Cite

Text

Wang et al. "CSPNet: A New Backbone That Can Enhance Learning Capability of CNN." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020. doi:10.1109/CVPRW50498.2020.00203

Markdown

[Wang et al. "CSPNet: A New Backbone That Can Enhance Learning Capability of CNN." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020.](https://mlanthology.org/cvprw/2020/wang2020cvprw-cspnet/) doi:10.1109/CVPRW50498.2020.00203

BibTeX

@inproceedings{wang2020cvprw-cspnet,
  title     = {{CSPNet: A New Backbone That Can Enhance Learning Capability of CNN}},
  author    = {Wang, Chien-Yao and Liao, Hong-Yuan Mark and Wu, Yueh-Hua and Chen, Ping-Yang and Hsieh, Jun-Wei and Yeh, I-Hau},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2020},
  pages     = {1571-1580},
  doi       = {10.1109/CVPRW50498.2020.00203},
  url       = {https://mlanthology.org/cvprw/2020/wang2020cvprw-cspnet/}
}