Deep Learning - Object Dectection 时间简史

转载于https://blog.csdn.net/u010986080/article/details/86534838
相较于文章中所写,目前原github已更新到2020

补充阅读 - 计算机视觉识别简史:从 AlexNet、ResNet 到 Mask RCNN

基于深度学习的目标检测算法发展史(2014-2019)

本篇是 fork from deep_learning_object_detection. 这个韩国人参考了 this survey paper. 然后不停的 search,都有论文下载链接,部分有实现代码供参考,可以说很全面的包含了基于深度学习的目标检测算法,需要查看论文的时候随时下载,感谢。

更新到: 2019/01/14

paper list from 2014 to now(2019)

The part highlighted with red characters means papers that i think “must-read”.
However, it is my personal opinion and other papers are important too, so I recommend to read them if you have time.

performance table

FPS(Speed) index is related to the hardware spec(e.g. CPU, GPU, RAM, etc), so it is hard to make an equal comparison. The solution is to measure the performance of all models on hardware with equivalent specifications, but it is very difficult and time consuming.

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

  • [YOLO v3] YOLOv3: An Incremental Improvement Joseph Redmon, Ali Farhadi [arXiv’18] [pdf] [official code - c] [unofficial code - pytorch] [unofficial code - pytorch] [unofficial code - keras] [unofficial code - tensorflow]

  • [ZIP] Zoom Out-and-In Network with Recursive Training for Object Proposal Hongyang Li, et al. [IJCV’18] [pdf] [official code - caffe]

  • [SIN] Structure Inference Net: Object Detection Using Scene-Level Context and Instance-Level Relationships Yong Liu, et al. [CVPR’18] [pdf] [official code - tensorflow]

  • [STDN] Scale-Transferrable Object Detection Peng Zhou, et al. [CVPR’18] [pdf]

  • [RefineDet] Single-Shot Refinement Neural Network for Object Detection Shifeng Zhang, et al. [CVPR’18] [pdf] [official code - caffe] [unofficial code - chainer] [unofficial code - pytorch]

  • [MegDet] MegDet: A Large Mini-Batch Object Detector Chao Peng, et al. [CVPR’18] [pdf]

  • [DA Faster R-CNN] Domain Adaptive Faster R-CNN for Object Detection in the Wild Yuhua Chen, et al. [CVPR’18] [pdf] [official code - caffe]

  • [SNIP] An Analysis of Scale Invariance in Object Detection – SNIP Bharat Singh, Larry S. Davis [CVPR’18] [pdf]

  • [Relation-Network] Relation Networks for Object Detection Han Hu, et al. [CVPR’18] [pdf] [official code - mxnet]

  • [Cascade R-CNN] Cascade R-CNN: Delving into High Quality Object Detection Zhaowei Cai, et al. [CVPR’18] [pdf] [official code - caffe]

  • Finding Tiny Faces in the Wild with Generative Adversarial Network Yancheng Bai, et al. [CVPR’18] [pdf]

  • [MLKP] Multi-scale Location-aware Kernel Representation for Object Detection Hao Wang, et al. [CVPR’18] [pdf] [official code - caffe]

  • Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation Naoto Inoue, et al. [CVPR’18] [pdf] [official code - chainer]

  • [Fitness NMS] Improving Object Localization with Fitness NMS and Bounded IoU Loss Lachlan Tychsen-Smith, Lars Petersson. [CVPR’18] [pdf]

  • [STDnet] STDnet: A ConvNet for Small Target Detection Brais Bosquet, et al. [BMVC’18] [pdf]

  • [RFBNet] Receptive Field Block Net for Accurate and Fast Object Detection Songtao Liu, et al. [ECCV’18] [pdf] [official code - pytorch]

  • Zero-Annotation Object Detection with Web Knowledge Transfer Qingyi Tao, et al. [ECCV’18] [pdf]

  • [CornerNet] CornerNet: Detecting Objects as Paired Keypoints Hei Law, et al. [ECCV’18] [pdf] [official code - pytorch]

  • [PFPNet] Parallel Feature Pyramid Network for Object Detection Seung-Wook Kim, et al. [ECCV’18] [pdf]

  • [ShapeShifter] ShapeShifter: Robust Physical Adversarial Attack on Faster R-CNN Object Detector Shang-Tse Chen, et al. [ECML-PKDD’18] [pdf] [official code - tensorflow]

  • [Pelee] Pelee: A Real-Time Object Detection System on Mobile Devices Jun Wang, et al. [NIPS’18] [pdf] [official code - caffe]

  • [HKRM] Hybrid Knowledge Routed Modules for Large-scale Object Detection ChenHan Jiang, et al. [NIPS’18] [pdf]

  • [MetaAnchor] MetaAnchor: Learning to Detect Objects with Customized Anchors Tong Yang, et al. [NIPS’18] [pdf]

  • [SNIPER] SNIPER: Efficient Multi-Scale Training Bharat Singh, et al. [NIPS’18] [pdf]

2019

  • [M2Det] M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network Qijie Zhao, et al. [AAAI’19] [pdf]

  • [CAMOU] CAMOU: Learning Physical Vehicle Camouflages to Adversarially Attack Detectors in the Wild Yang Zhang, et al. [ICLR’19] [pdf]

                                </div><div data-report-view="{&quot;mod&quot;:&quot;1585297308_001&quot;,&quot;dest&quot;:&quot;https://blog.csdn.net/u010986080/article/details/86534838&quot;,&quot;extend1&quot;:&quot;pc&quot;,&quot;ab&quot;:&quot;new&quot;}"><div></div></div>
            <link href="https://csdnimg.cn/release/phoenix/mdeditor/markdown_views-e0530931f4.css" rel="stylesheet">
                            </div>
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值