目标检测相关论文和代码资源汇总

Posted Real&Love

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了目标检测相关论文和代码资源汇总相关的知识,希望对你有一定的参考价值。

目标检测相关论文和代码资源汇总

2014~2019模型汇总(红色为推荐必读篇):

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.

DetectorVOC07 (mAP@IoU=0.5)VOC12 (mAP@IoU=0.5)COCO (mAP@IoU=0.5:0.95)Published In
R-CNN58.5--CVPR’14
SPP-Net59.2--ECCV’14
MR-CNN78.2 (07+12)73.9 (07+12)-ICCV’15
Fast R-CNN70.0 (07+12)68.4 (07++12)19.7ICCV’15
Faster R-CNN73.2 (07+12)70.4 (07++12)21.9NIPS’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)31.2ECCV’16
GBDNet77.2 (07+12)-27.0ECCV’16
CPF76.4 (07+12)72.6 (07++12)-ECCV’16
R-FCN79.5 (07+12)77.6 (07++12)29.9NIPS’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)33.2arXiv’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)27.4CVPR’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
DSOD77.7 (07+12)76.3 (07++12)-ICCV’17
SMN70.0--ICCV’17
Light-Head R-CNN--41.5arXiv’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
SNIP--45.7CVPR’18
Relation-Network--32.5CVPR’18
Cascade R-CNN--42.8CVPR’18
MLKP80.6 (07+12)77.2 (07++12)28.6CVPR’18
Fitness-NMS--41.8CVPR’18
RFBNet82.2 (07+12)--ECCV’18
CornerNet--42.1ECCV’18
PFPNet84.1 (07+12)83.7 (07++12)39.4ECCV’18
Pelee70.9 (07+12)--NIPS’18
HKRM78.8 (07+12)-37.8NIPS’18
M2Det--44.2AAAI’19
R-DAD81.2 (07++12)82.0 (07++12)43.1AAAI’19
ScratchDet84.1 (07++12)83.6 (07++12)39.1CVPR’19
Libra R-CNN--43.0CVPR’19
Reasoning-RCNN82.5 (07++12)-43.2CVPR’19
FSAF--44.6CVPR’19
AmoebaNet + NAS-FPN--47.0CVPR’19
Cascade-RetinaNet--41.1CVPR’19
HTC--47.2CVPR’19
TridentNet--48.4ICCV’19
DAFS85.3 (07+12)83.1 (07++12)40.5ICCV’19
Auto-FPN81.8 (07++12)-40.5ICCV’19
FCOS--44.7ICCV’19
FreeAnchor--44.8NeurIPS’19
DetNAS81.5 (07++12)-42.0NeurIPS’19
NATS--42.0NeurIPS’19
AmoebaNet + NAS-FPN + AA--50.7arXiv’19
SpineNet--52.1arXiv’19
CBNet--53.3AAAI’20
EfficientDet--52.6CVPR’20
DetectoRS--54.7arXiv’20

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]

  • [FSAF] 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]

  • Hybrid Task Cascade for Instance Segmentation | [CVPR’ 19] |[pdf]

  • [GFR] Improving Object Detection from Scratch via Gated Feature Reuse | [BMVC’ 19] |[pdf] | [official code - pytorch]

  • [Cascade RetinaNet] Cascade RetinaNet: Maintaining Consistency for Single-Stage Object Detection | [BMVC’ 19] |[pdf]

  • Soft Sampling for Robust Object Detection | [BMVC’ 19] |[pdf]

  • Multi-adversarial Faster-RCNN for Unrestricted Object Detection | [ICCV’ 19] |[pdf]

  • Towards Adversarially Robust Object Detection | [ICCV’ 19] |[pdf]

  • A Robust Learning Approach to Domain Adaptive Object Detection | [ICCV’ 19] |[pdf]

  • A Delay Metric for Video Object Detection: What Average Precision Fails to Tell | [ICCV’ 19] |[pdf]

  • Delving Into Robust Object Detection From Unmanned Aerial Vehicles: A Deep Nuisance Disentanglement Approach | [ICCV’ 19] |[pdf]

  • Employing Deep Part-Object Relationships for Salient Object Detection | [ICCV’ 19] |[pdf]

  • Learning Rich Features at High-Speed for Single-Shot Object Detection | [ICCV’ 19] |[pdf]

  • Structured Modeling of Joint Deep Feature and Prediction Refinement for Salient Object Detection | [ICCV’ 19] |[pdf]

  • Selectivity or Invariance: Boundary-Aware Salient Object Detection | [ICCV’ 19] |[pdf]

  • Progressive Sparse Local Attention for Video Object Detection | [ICCV’ 19] |[pdf]

  • Minimum Delay Object Detection From Video | [ICCV’ 19] |[pdf]

  • Towards Interpretable Object Detection by Unfolding Latent Structures | [ICCV’ 19] |[pdf]

  • Scaling Object Detection by Transferring Classification Weights | [ICCV’ 19] |[pdf]

  • [TridentNet] Scale-Aware Trident Networks for Object Detection | [ICCV’ 19] |[pdf]

  • Generative Modeling for Small-Data Object Detection | [ICCV’ 19] |[pdf]

  • Transductive Learning for Zero-Shot Object Detection | [ICCV’ 19] |[pdf]

  • Self-Training and Adversarial Background Regularization for Unsupervised Domain Adaptive One-Stage Object Detection | [ICCV’ 19] |[pdf]

  • [CenterNet] CenterNet: Keypoint Triplets for Object Detection | [ICCV’ 19] |[pdf]

  • [DAFS] Dynamic Anchor Feature Selection for Single-Shot Object Detection | [ICCV’ 19] |[pdf]

  • [Auto-FPN] Auto-FPN: Automatic Network Architecture Adaptation for Object Detection Beyond Classification | [ICCV’ 19] |[pdf]

  • Multi-Adversarial Faster-RCNN for Unrestricted Object Detection | [ICCV’ 19] |[pdf]

  • Object Guided External Memory Network for Video Object Detection | [ICCV’ 19] |[pdf]

  • [ThunderNet] ThunderNet: Towards Real-Time Generic Object Detection on Mobile Devices | [ICCV’ 19] |[pdf]

  • [RDN] Relation Distillation Networks for Video Object Detection | [ICCV’ 19] |[pdf]

  • [MMNet] Fast Object Detection in Compressed Video | [ICCV’ 19] |[pdf]

  • Towards High-Resolution Salient Object Detection | [ICCV’ 19] |[pdf]

  • [SCAN] Stacked Cross Refinement Network for Edge-Aware Salient Object Detection | [ICCV’ 19] |[official code] |[pdf]

  • Motion Guided Attention for Video Salient Object Detection | [ICCV’ 19] |[pdf]

  • Semi-Supervised Video Salient Object Detection Using Pseudo-Labels | [ICCV’ 19] |[pdf]

  • Learning to Rank Proposals for Object Detection | [ICCV’ 19] |[pdf]

  • [WSOD2] WSOD2: Learning Bottom-Up and Top-Down Objectness Distillation for Weakly-Supervised Object Detection | [ICCV’ 19] |[pdf]

  • [ClusDet] Clustered Object Detection in Aerial Images | [ICCV’ 19] |[pdf]

  • Towards Precise End-to-End Weakly Supervised Object Detection Network | [ICCV’ 19] |[pdf]

  • Few-Shot Object Detection via Feature Reweighting | [ICCV’ 19] |[pdf]

  • [Objects365] Objects365: A Large-Scale, High-Quality Dataset for Object Detection | [ICCV’ 19] |[pdf]

  • [EGNet] EGNet: Edge Guidance Network for Salient Object Detection | [ICCV’ 19] |[pdf]

  • Optimizing the F-Measure for Threshold-Free Salient Object Detection | [ICCV’ 19] |[pdf]

  • Sequence Level Semantics Aggregation for Video Object Detection | [ICCV’ 19] |[pdf]

  • [NOTE-RCNN] NOTE-RCNN: NOise Tolerant Ensemble RCNN for Semi-Supervised Object Detection | [ICCV’ 19] |[pdf]

  • Enriched Feature Guided Refinement Network for Object Detection | [ICCV’ 19] |[pdf]

  • [POD] POD: Practical Object Detection With Scale-Sensitive Network | [ICCV’ 19] |[pdf]

  • [FCOS] FCOS: Fully Convolutional One-Stage Object Detection | [ICCV’ 19] |[pdf]

  • [RepPoints] RepPoints: Point Set Representation for Object Detection | [ICCV’ 19] |[pdf]

  • Better to Follow, Follow to Be Better: Towards Precise Supervision of Feature Super-Resolution for Small Object Detection | [ICCV’ 19] |[pdf]

  • Weakly Supervised Object Detection With Segmentation Collaboration | [ICCV’ 19] |[pdf]

  • Leveraging Long-Range Temporal Relationships Between Proposals for Video Object Detection | [ICCV’ 19] |[pdf]

  • Detecting 11K Classes: Large Scale Object Detection Without Fine-Grained Bounding Boxes | [ICCV’ 19] |[pdf]

  • [C-MIDN] C-MIDN: Coupled Multiple Instance Detection Network With Segmentation Guidance for Weakly Supervised Object Detection | [ICCV’ 19] |[pdf]

  • Meta-Learning to Detect Rare Objects | [ICCV’ 19] |[pdf]

  • [Cap2Det] Cap2Det: Learning to Amplify Weak Caption Supervision for Object Detection | [ICCV’ 19] |[pdf]

  • [Gaussian YOLOv3] Gaussian YOLOv3: An Accurate and Fast Object Detector using Localization Uncertainty for Autonomous Driving | [ICCV’ 19] |[pdf] [official code - c]

  • [FreeAnchor] FreeAnchor: Learning to Match Anchors for Visual Object Detection | [NeurIPS’ 19] |[pdf]

  • Memory-oriented Decoder for Light Field Salient Object Detection | [NeurIPS’ 19] |[pdf]

  • One-Shot Object Detection with Co-Attention and Co-Excitation | [NeurIPS’ 19] |[pdf]

  • [DetNAS] DetNAS: Backbone Search for Object Detection | [NeurIPS’ 19] |[pdf]

  • Consistency-based Semi-supervised Learning for Object detection | [NeurIPS’ 19] |[pdf]

  • [NATS] Efficient Neural Architecture Transformation Searchin Channel-Level for Object Detection | [NeurIPS’ 19] |[pdf]

  • [AA] Learning Data Augmentation Strategies for Object Detection | [arXiv’ 19] |[pdf]

  • [Spinenet] Spinenet: Learning scale-permuted backbone for recognition and localization | [arXiv’ 19] |[pdf]

  • Object Detection in 20 Years: A Survey | [arXiv’ 19] |[pdf]

2020论文及代码

  • [Spiking-YOLO] Spiking-YOLO: Spiking Neural Network for Real-time Object Detection | [AAAI’ 20] |[pdf]

  • Tell Me What They’re Holding: Weakly-supervised Object Detection with Transferable Knowledge from Human-object Interaction | [AAAI’ 20] |[pdf]

  • [CBnet] Cbnet: A novel composite backbone network architecture for object detection | [AAAI’ 20] |[pdf]

  • [Distance-IoU Loss] Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression | [AAAI’ 20] |[pdf]

  • Computation Reallocation for Object Detection | [ICLR’ 20] |[pdf]

  • [YOLOv4] YOLOv4: Optimal Speed and Accuracy of Object Detection | [arXiv’ 20] |[pdf]

  • Few-Shot Object Detection With Attention-RPN and Multi-Relation Detector | [CVPR’ 20] |[pdf]

  • Large-Scale Object Detection in the Wild From Imbalanced Multi-Labels | [CVPR’ 20] |[pdf]

  • Bridging the Gap Between Anchor-Based and Anchor-Free Detection via Adaptive Training Sample Selection | [CVPR’ 20] |[pdf]

  • Rethinking Classification and Localization for Object Detection | [CVPR’ 20] |[pdf]

  • Multiple Anchor Learning for Visual Object Detection | [CVPR’ 20] |[pdf]

  • [CentripetalNet] CentripetalNet: Pursuing High-Quality Keypoint Pairs for Object Detection | [CVPR’ 20] |[pdf]

  • Learning From Noisy Anchors for One-Stage Object Detection | [CVPR’ 20] |[pdf]

  • [EfficientDet] EfficientDet: Scalable and Efficient Object Detection | [CVPR’ 20] |[pdf]

  • Overcoming Classifier Imbalance for Long-Tail Object Detection With Balanced Group Softmax | [CVPR’ 20] |[pdf]

  • Dynamic Refinement Network for Oriented and Densely Packed Object Detection | [CVPR’ 20] |[pdf]

  • Noise-Aware Fully Webly Supervised Object Detection | [CVPR’ 20] |[pdf]

  • [Hit-Detector] Hit-Detector: Hierarchical Trinity Architecture Search for Object Detection | [CVPR’ 20] |[pdf]

  • [D2Det] D2Det: Towards High Quality Object Detection and Instance Segmentation | [CVPR’ 20] |[pdf]

  • Prime Sample Attention in Object Detection | [CVPR’ 20] |[pdf]

  • Don’t Even Look Once: Synthesizing Features for Zero-Shot Detection | [CVPR’ 20] |[pdf]

  • Exploring Categorical Regularization for Domain Adaptive Object Detection | [CVPR’ 20] |[pdf]

  • [SP-NAS] SP-NAS: Serial-to-Parallel Backbone Search for Object Detection | [CVPR’ 20] |[pdf]

  • [NAS-FCOS] NAS-FCOS: Fast Neural Architecture Search for Object Detection | [CVPR’ 20] |[pdf]

  • [DR Loss] DR Loss: Improving Object Detection by Distributional Ranking | [CVPR’ 20] |[pdf]

  • Detection in Crowded Scenes: One Proposal, Multiple Predictions | [CVPR’ 20] |[pdf]

  • [AugFPN] AugFPN: Improving Multi-Scale Feature Learning for Object Detection | [CVPR’ 20] |[pdf]

  • Robust Object Detection Under Occlusion With Context-Aware CompositionalNets | [CVPR’ 20] |[pdf]

  • Cross-Domain Document Object Detection: Benchmark Suite and Method | [CVPR’ 20] |[pdf]

  • Exploring Bottom-Up and Top-Down Cues With Attentive Learning for Webly Supervised Object Detection | [CVPR’ 20] |[pdf]

  • [SLV] SLV: Spatial Likelihood Voting for Weakly Supervised Object Detection | [CVPR’ 20] |[pdf]

  • [HAMBox] HAMBox: Delving Into Mining High-Quality Anchors on Face Detection | [CVPR’ 20] |[pdf]

  • [Context R-CNN] Context R-CNN: Long Term Temporal Context for Per-Camera Ob

    以上是关于目标检测相关论文和代码资源汇总的主要内容,如果未能解决你的问题,请参考以下文章

    camera自动泊车-视觉车位检测相关资料汇总(论文数据集源代码相关博客演示demo)

    论文文献整理

    目标检测常用Optimizer及LearningRate的代码实现

    CVPR2021 论文合集下载 论文大全下载 论文分类汇总

    CVPR2021 论文合集下载 论文大全下载 论文分类汇总

    YOLO 总结汇总