目標檢測經典論文集錦

不放過每一個學習的機會,關注微信公衆號:AI算法愛好者
或掃描二維碼:
在這裏插入圖片描述

說實話,單是CVPR2019就有1300篇文章了,還有ECCV,ICCV,AAAI,ICLR,NeurlPS,BMVC,TPAMI,IJCV,ECML-PKDD,還有預印本的arXiv,是不是光會議就看花了眼?這麼多文章是不可能全都看的,這時候就需要挑一些高質量的論文拿出來看看。但是如何找出高質量論文也是一件棘手和費時的問題,不妨看看這些個大佬的總結。

下面這張圖來自github 5000多star的項目:deep learning object detection

該項目總結了從2014到2019年各大會議的優秀文章,並將重量級論文標紅爲必讀,當然此處未標紅的論文也很重要,可以在時間充足的情況下閱讀。

github鏈接:

https://github.com/hoya012/deep_learning_object_detection

在這裏插入圖片描述


部分論文性能對比

這裏給出的是mAP的比較。沒有給出FPS的比較,因爲每篇論文的作者給出的FPS都是基於不同的硬件,直接對比沒有太大意義。
在這裏插入圖片描述

歷年經典論文

2014

2015

2016

2017

2018

2019

  • [M2Det] M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network | [AAAI’ 19] |[pdf] [official code - pytorch]

  • [R-DAD] Object Detection based on Region Decomposition and Assembly | [AAAI’ 19] |[pdf]

  • [CAMOU] CAMOU: Learning Physical Vehicle Camouflages to Adversarially Attack Detectors in the Wild | [ICLR’ 19] |[pdf]

  • Feature Intertwiner for Object Detection | [ICLR’ 19] |[pdf]

  • [GIoU] Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression | [CVPR’ 19] |[pdf]

  • Automatic adaptation of object detectors to new domains using self-training | [CVPR’ 19] |[pdf]

  • [Libra R-CNN] Libra R-CNN: Balanced Learning for Object Detection | [CVPR’ 19] |[pdf]

  • Feature Selective Anchor-Free Module for Single-Shot Object Detection | [CVPR’ 19] |[pdf]

  • [ExtremeNet] Bottom-up Object Detection by Grouping Extreme and Center Points | [CVPR’ 19] |[pdf] | [official code - pytorch]

  • [C-MIL] C-MIL: Continuation Multiple Instance Learning for Weakly Supervised Object Detection
    | [CVPR’ 19] |[pdf] | [official code - torch]

  • [ScratchDet] ScratchDet: Training Single-Shot Object Detectors from Scratch | [CVPR’ 19] |[pdf]

  • Bounding Box Regression with Uncertainty for Accurate Object Detection | [CVPR’ 19] |[pdf] | [official code - caffe2]

  • Activity Driven Weakly Supervised Object Detection | [CVPR’ 19] |[pdf]

  • Towards Accurate One-Stage Object Detection with AP-Loss | [CVPR’ 19] |[pdf]

  • Strong-Weak Distribution Alignment for Adaptive Object Detection | [CVPR’ 19] |[pdf] | [official code - pytorch]

  • [NAS-FPN] NAS-FPN: Learning Scalable Feature Pyramid Architecture for Object Detection | [CVPR’ 19] |[pdf]

  • [Adaptive NMS] Adaptive NMS: Refining Pedestrian Detection in a Crowd | [CVPR’ 19] |[pdf]

  • Point in, Box out: Beyond Counting Persons in Crowds | [CVPR’ 19] |[pdf]

  • Locating Objects Without Bounding Boxes | [CVPR’ 19] |[pdf]

  • Sampling Techniques for Large-Scale Object Detection from Sparsely Annotated Objects | [CVPR’ 19] |[pdf]

  • Towards Universal Object Detection by Domain Attention | [CVPR’ 19] |[pdf]

  • Exploring the Bounds of the Utility of Context for Object Detection | [CVPR’ 19] |[pdf]

  • What Object Should I Use? - Task Driven Object Detection | [CVPR’ 19] |[pdf]

  • Dissimilarity Coefficient based Weakly Supervised Object Detection | [CVPR’ 19] |[pdf]

  • Adapting Object Detectors via Selective Cross-Domain Alignment | [CVPR’ 19] |[pdf]

  • Fully Quantized Network for Object Detection | [CVPR’ 19] |[pdf]

  • Distilling Object Detectors with Fine-grained Feature Imitation | [CVPR’ 19] |[pdf]

  • Multi-task Self-Supervised Object Detection via Recycling of Bounding Box Annotations | [CVPR’ 19] |[pdf]

  • [Reasoning-RCNN] Reasoning-RCNN: Unifying Adaptive Global Reasoning into Large-scale Object Detection | [CVPR’ 19] |[pdf]

  • Arbitrary Shape Scene Text Detection with Adaptive Text Region Representation | [CVPR’ 19] |[pdf]

  • Assisted Excitation of Activations: A Learning Technique to Improve Object Detectors | [CVPR’ 19] |[pdf]

  • Spatial-aware Graph Relation Network for Large-scale Object Detection | [CVPR’ 19] |[pdf]

  • [MaxpoolNMS] MaxpoolNMS: Getting Rid of NMS Bottlenecks in Two-Stage Object Detectors | [CVPR’ 19] |[pdf]

  • You reap what you sow: Generating High Precision Object Proposals for Weakly-supervised Object Detection | [CVPR’ 19] |[pdf]

  • Object detection with location-aware deformable convolution and backward attention filtering | [CVPR’ 19] |[pdf]

  • Diversify and Match: A Domain Adaptive Representation Learning Paradigm for Object Detection | [CVPR’ 19] |[pdf]


參考:

https://github.com/hoya012/deep_learning_object_detection


END - END -

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章