Home

Awesome

Partial Residual Networks

This is the implementation of "Enriching Variety of Layer-wise Learning Information by Gradient Combination" using Darknet framwork.

Our paper will be appear in 2019 ICCV Workshop on Low-Power Computer Vision.

For installing Darknet framework, you can refer to darknet(pjreddie) or darknet(AlexeyAB).

We provide YOLO-v3-tiny-PRN cfg file and COCO pre-trained model. You can use provided files to get following results on COCO test-dev set:

ModelmAP@0.5BFLOPs# ParameterGPU FPSCPU FPS
YOLO-v3-tiny [1]33.15.5718.86M3008
YOLO-v3-tiny-PRN33.13.4674.95M37013

We also provide cfg file and COCO pre-trained model for morden backbone EfficientNet_b0 [2]. For training this model, you should install darknet(AlexeyAB).

ModelSizemAP@0.5BFLOPs
EfficientNet_b0-PRN416x41645.53.730
EfficientNet_b0-PRN320x32041.02.208

Here we provide some experimental results on COCO test-dev set which are not listed in the paper.

ModelSizemAP@0.5BFLOPs# Parameter
Pelee [3]304x30438.32.585.98M
Pelee-PRN320x32040.92.393.16M
Pelee-YOLOv3 [1]320x32041.42.993.91M
Pelee-FPN [4]320x32041.42.863.75M
Pelee-PRN-3l320x32042.53.983.36M
mPelee-PRN320x32042.72.823.81M
ModelSizemAP@0.5BFLOPs# ParameterGPU FPSCPU FPS
Pelee-PRN416x41645.04.043.16M1116.0
Pelee-YOLOv3 [1]416x41645.35.063.91M1155.5
Pelee-FPN [4]416x41645.74.843.75M1155.8
Pelee-PRN-3l416x41646.35.033.36M
mPelee-PRN416x41646.84.763.81M104

Reference

[1] Redmon, J., & Farhadi, A. (2018). Yolov3: An incremental improvement. arXiv preprint arXiv:1804.02767.

[2] Tan, M., & Le, Q. V. (2019). EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks. arXiv preprint arXiv:1905.11946.

[3] Wang, R. J., Li, X., & Ling, C. X. (2018). Pelee: A real-time object detection system on mobile devices. In Advances in Neural Information Processing Systems (pp. 1963-1972).

[4] Lin, T. Y., Dollár, P., Girshick, R., He, K., Hariharan, B., & Belongie, S. (2017). Feature pyramid networks for object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (pp. 2117-2125).

Acknowledgements

https://github.com/AlexeyAB/darknet