CVPR 2020-Object Detection

目录

    • 2D目标检测
    • 视频目标检测

2D目标检测

Large-Scale Object Detection in the Wild From Imbalanced Multi-Labels
CVPR 2020-Object Detection_第1张图片

Rethinking Classification and Localization for Object Detection
Code:https://github.com/wuyuebupt/doubleheadsrcnn
CVPR 2020-Object Detection_第2张图片

Multiple Anchor Learning for Visual Object Detection
Code: https://github.com/KevinKecc/MAL
CVPR 2020-Object Detection_第3张图片

CentripetalNet: Pursuing High-Quality Keypoint Pairs for Object Detection
Code:https://github.com/KiveeDong/CentripetalNet
CVPR 2020-Object Detection_第4张图片
Learning From Noisy Anchors for One-Stage Object Detection
CVPR 2020-Object Detection_第5张图片

Instance-Aware, Context-Focused, and Memory-Efficient Weakly Supervised Object Detection
Code: https://github.com/NVlabs/wetectron
CVPR 2020-Object Detection_第6张图片

EfficientDet: Scalable and Efficient Object Detection
Code: https://github.com/google/automl/tree/master/efficientdet
CVPR 2020-Object Detection_第7张图片

Overcoming Classifier Imbalance for Long-Tail Object Detection With Balanced Group Softmax
Code:https://github.com/FishYuLi/BalancedGroupSoftmax
CVPR 2020-Object Detection_第8张图片

Dynamic Refinement Network for Oriented and Densely Packed Object Detection
Code: https://github.com/Anymake/DRN_CVPR2020
CVPR 2020-Object Detection_第9张图片

Noise-Aware Fully Webly Supervised Object Detection
Code: https://github.com/shenyunhang/NA-fWebSOD
CVPR 2020-Object Detection_第10张图片

Prime Sample Attention in Object Detection
Code:https://github.com/open-mmlab/mmdetection
CVPR 2020-Object Detection_第11张图片

DR Loss: Improving Object Detection by Distributional Ranking
CVPR 2020-Object Detection_第12张图片

AugFPN: Improving Multi-Scale Feature Learning for Object Detection
Code: https://github.com/Gus-Guo/AugFPN
CVPR 2020-Object Detection_第13张图片

Robust Object Detection Under Occlusion With Context-Aware CompositionalNets
CVPR 2020-Object Detection_第14张图片

Exploring Bottom-Up and Top-Down Cues With Attentive Learning for Webly Supervised Object Detection
CVPR 2020-Object Detection_第15张图片

SLV: Spatial Likelihood Voting for Weakly Supervised Object Detection
CVPR 2020-Object Detection_第16张图片

Context R-CNN: Long Term Temporal Context for Per-Camera Object Detection
CVPR 2020-Object Detection_第17张图片

Offset Bin Classification Network for Accurate Object Detection
CVPR 2020-Object Detection_第18张图片

Scale-Equalizing Pyramid Convolution for Object Detection
Code: https://github.com/jshilong/SEPC
CVPR 2020-Object Detection_第19张图片

Learning a Unified Sample Weighting Network for Object Detection
Code: https://github.com/caiqi/sample-weighting-network
CVPR 2020-Object Detection_第20张图片

Seeing without Looking: Contextual Rescoring of Object Detections for AP Maximization
Code:https://github.com/LourencoVazPato/seeing-without-looking/
CVPR 2020-Object Detection_第21张图片

Bridging the Gap Between Anchor-Based and Anchor-Free Detection via Adaptive Training Sample Selection
Code:https://github.com/sfzhang15/ATSS
CVPR 2020-Object Detection_第22张图片

视频目标检测

Memory Enhanced Global-Local Aggregation for Video Object Detection
Code:https://github.com/Scalsol/mega.pytorch
CVPR 2020-Object Detection_第23张图片

你可能感兴趣的:(Computer,Vision,深度学习,计算机视觉)