深度学习目标检测5年(2014-2018)发展盘点(大牛汇总的结晶)

引自:https://github.com/hoya012/deep_learning_object_detection

deep learning object detection

A paper list of object detection using deep learning. I worte with reference to this survey paper

Last updated: 2018/11/14

Update log

2018/9/18 - update all of recent papers and make some diagram about history of object detection using deep learning. 2018/9/26 - update codes of papers. (official and unofficial)
2018/10/05 - update 3 papers.
2018/10/12 - update 1 paper.
2018/10/25 - update performance table and add 1 paper.
2018/11/02 - update 2 papers.
2018/11/05 - update 1 paper.
2018/11/14 - update 1 paper.

 

paper list from 2014 to now(2018)

 

performance table

DetectorVOC07 (mAP@IoU=0.5)VOC12 (mAP@IoU=0.5)COCO (mAP)Published In
R-CNN58.5--CVPR'14
OverFeat---ICLR'14
MultiBox29.0--CVPR'14
SPP-Net59.2--ECCV'14
MR-CNN78.2 (07+12)73.9 (07+12)-ICCV'15
AttentionNet---ICCV'15
Fast R-CNN70.0 (07+12)68.4 (07++12)-ICCV'15
Faster R-CNN73.2 (07+12)70.4 (07++12)-NIPS'15
YOLO v166.4 (07+12)57.9 (07++12)-CVPR'16
G-CNN66.866.4 (07+12)-CVPR'16
AZNet70.4-22.3CVPR'16
ION80.177.933.1CVPR'16
HyperNet76.3 (07+12)71.4 (07++12)-CVPR'16
OHEM78.9 (07+12)76.3 (07++12)22.4CVPR'16
MPN--33.2BMVC'16
SSD76.8 (07+12)74.9 (07++12)-ECCV'16
GBDNet77.2 (07+12)-27.0ECCV'16
CPF76.4 (07+12)72.6 (07++12)-ECCV'16
MS-CNN---ECCV'16
R-FCN79.5 (07+12)77.6 (07++12)29.9NIPS'16
PVANET---NIPSW'16
DeepID-Net69.0--PAMI'16
NoC71.6 (07+12)68.8 (07+12)27.2TPAMI'16
DSSD81.5 (07+12)80.0 (07++12)-Arxiv'17
TDM--37.3CVPR'17
FPN--36.2CVPR'17
YOLO v278.6 (07+12)73.4 (07++12)-CVPR'17
RON77.6 (07+12)75.4 (07++12)-CVPR'17
DCN---ICCV'17
DeNet77.1 (07+12)73.9 (07++12)33.8ICCV'17
CoupleNet82.7 (07+12)80.4 (07++12)34.4ICCV'17
RetinaNet--39.1ICCV'17
Mask R-CNN---ICCV'17
DSOD77.7 (07+12)76.3 (07++12)-ICCV'17
SMN70.0--ICCV'17
YOLO v3--33.0Arxiv'18
SIN76.0 (07+12)73.1 (07++12)23.2CVPR'18
STDN80.9 (07+12)--CVPR'18
RefineDet83.8 (07+12)83.5 (07++12)41.8CVPR'18
MegDet---CVPR'18
RFBNet82.2 (07+12)--ECCV'18

 

2014

 

2015

 

2016

  • [YOLO v1] You Only Look Once: Unified, Real-Time Object Detection | Joseph Redmon, et al. | [CVPR' 16] |[pdf] [official code - c]

  • [G-CNN] G-CNN: an Iterative Grid Based Object Detector | Mahyar Najibi, et al. | [CVPR' 16] |[pdf]

  • [AZNet] Adaptive Object Detection Using Adjacency and Zoom Prediction | Yongxi Lu, Tara Javidi. | [CVPR' 16] |[pdf]

  • [ION] Inside-Outside Net: Detecting Objects in Context with Skip Pooling and Recurrent Neural Networks | Sean Bell, et al. | [CVPR' 16] |[pdf]

  • [HyperNet] HyperNet: Towards Accurate Region Proposal Generation and Joint Object Detection | Tao Kong, et al. | [CVPR' 16] |[pdf]

  • [OHEM] Training Region-based Object Detectors with Online Hard Example Mining | Abhinav Shrivastava, et al. | [CVPR' 16] |[pdf] [official code - caffe]

  • [CRAPF] CRAFT Objects from Images | Bin Yang, et al. | [CVPR' 16] |[pdf] [official code - caffe]

  • [MPN] A MultiPath Network for Object Detection | Sergey Zagoruyko, et al. | [BMVC' 16] |[pdf] [official code - torch]

  • [SSD] SSD: Single Shot MultiBox Detector | Wei Liu, et al. | [ECCV' 16] |[pdf] [official code - caffe] [unofficial code - tensorflow] [unofficial code - pytorch]

  • [GBDNet] Crafting GBD-Net for Object Detection | Xingyu Zeng, et al. | [ECCV' 16] |[pdf] [official code - caffe]

  • [CPF] Contextual Priming and Feedback for Faster R-CNN | Abhinav Shrivastava and Abhinav Gupta | [ECCV' 16] |[pdf]

  • [MS-CNN] A Unified Multi-scale Deep Convolutional Neural Network for Fast Object Detection | Zhaowei Cai, et al. | [ECCV' 16] |[pdf] [official code - caffe]

  • [R-FCN] R-FCN: Object Detection via Region-based Fully Convolutional Networks | Jifeng Dai, et al. | [NIPS' 16] |[pdf] [official code - caffe] [unofficial code - caffe]

  • [PVANET] PVANET: Deep but Lightweight Neural Networks for Real-time Object Detection | Kye-Hyeon Kim, et al. | [NIPSW' 16] |[pdf] [official code - caffe]

  • [DeepID-Net] DeepID-Net: Deformable Deep Convolutional Neural Networks for Object Detection | Wanli Ouyang, et al. | [PAMI' 16] |[pdf]

  • [NoC] Object Detection Networks on Convolutional Feature Maps | Shaoqing Ren, et al. | [TPAMI' 16] |[pdf]

 

2017

 

2018

 

Contact & Feedback

If you have any suggestions about papers, feel free to mail me :)

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值