Advertisement

Object Detection(目标检测神文)(二)

阅读量:

文章目录

      • [CVPR2019] Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression
    • anchor-free

      • [CVPR2019] Region Proposal by Guided Anchoring
      • [CVPR2019] Feature Selective Anchor-Free Module for Single-Shot Object Detection
      • [CVPR2019]CenterNet: Keypoint Triplets for Object Detection
      • [CVPR2019]Objects as Points
      • [CVPR2019]CornerNet-Lite: Efficient Keypoint Based Object Detection
      • [CVPR2019]FoveaBox: Beyond Anchor-based Object Detector
      • [2019]DuBox: No-Prior Box Objection Detection via Residual Dual Scale Detectors
    • YOLO

      • [2019]Spiking-YOLO: Spiking Neural Network for Real-time Object Detection
      • [CVPR2019]Gaussian YOLOv3: An Accurate and Fast Object Detector Using Localization Uncertainty for Autonomous Driving
        • [AAAI2019]Gradient Harmonized Single-stage Detector
    • [2019]Augmentation for small object detection
    • [2019]SimpleDet: A Simple and Versatile Distributed Framework for Object Detection and Instance Recognition
    • [2019]BayesOD: A Bayesian Approach for Uncertainty Estimation in Deep Object Detectors
    • [2019]DetNAS: Neural Architecture Search on Object Detection
    • [2019]ThunderNet: Towards Real-time Generic Object Detection
    • [2019]Feature Intertwiner for Object Detection
    • [CVPR2019]Few-shot Adaptive Faster R-CNN
    • [2019]Improving Object Detection with Inverted Attention
    • [2019]FCOS: Fully Convolutional One-Stage Object Detection
    • [CVPR2019]Libra R-CNN: Towards Balanced Learning for Object Detection
    • [2019]Complexer-YOLO: Real-Time 3D Object Detection and Tracking on Semantic Point Clouds
    • [CVPR2019]What Object Should I Use? - Task Driven Object Detection
    • [CVPR2019]Towards Universal Object Detection by Domain Attention
    • [2019]Prime Sample Attention in Object Detection
    • [2019]BAOD: Budget-Aware Object Detection
    • [2019]An Analysis of Pre-Training on Object Detection
    • [2019]Rethinking Classification and Localization in R-CNN
    • [CVPR2019]NAS-FPN: Learning Scalable Feature Pyramid Architecture for Object Detection
    • [2019]Automated Focal Loss for Image based Object Detection
    • [2019]LFFD: A Light and Fast Face Detector for Edge Devices
    • [CVPR2019]Exploring Object Relation in Mean Teacher for Cross-Domain Detection
    • [2019]HAR-Net: Joint Learning of Hybrid Attention for Single-stage Object Detection
    • [2019]An Energy and GPU-Computation Efficient Backbone Network for Real-Time Object Detection
    • [2019]RepPoints: Point Set Representation for Object Detection
    • [2019]Object Detection in 20 Years: A Survey
    • [AAAI2019]SCNN: A General Distribution based Statistical Convolutional Neural Network with Application to Video Object Detection
    • [2019]Looking Fast and Slow: Memory-Guided Mobile Video Object Detection
    • [2019]Progressive Sparse Local Attention for Video object detection
    • [2019]Exploring the Semantics for Visual Relationship Detection
    • [2019]PyramidBox++: High Performance Detector for Finding Tiny Face
    • [ICPR2018]MSFD:Multi-Scale Receptive Field Face Detector
    • [CVPR2018]Improving Occlusion and Hard Negative Handling for Single-Stage Pedestrian Detectors
    • [ECCV2018]Bi-box Regression for Pedestrian Detection and Occlusion Estimation
    • [2019]SSA-CNN: Semantic Self-Attention CNN for Pedestrian Detection
    • [2019]Box-level Segmentation Supervised Deep Neural Networks for Accurate and Real-time Multispectral Pedestrian Detection
    • [2019]GFD-SSD: Gated Fusion Double SSD for Multispectral Pedestrian Detection
    • [CVPR2019]High-level Semantic Feature Detection:A New Perspective for Pedestrian Detection
复制代码
* Pedestrian Detection in a Crowd
* * [CVPR2018]Repulsion Loss: Detecting Pedestrians in a Crowd
  * [ECCV2018]Occlusion-aware R-CNN: Detecting Pedestrians in a Crowd
  * [CVPR2019]Adaptive NMS: Refining Pedestrian Detection in a Crowd
  * [2019]Unsupervised Domain Adaptation for Multispectral Pedestrian Detection

[CVPR2019] Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression

anchor-free

无锚框最近的热点,有机会研究下。

[CVPR2019] Region Proposal by Guided Anchoring

[CVPR2019] Feature Selective Anchor-Free Module for Single-Shot Object Detection

[CVPR2019]CenterNet: Keypoint Triplets for Object Detection

[CVPR2019]Objects as Points

[CVPR2019]CornerNet-Lite: Efficient Keypoint Based Object Detection

[CVPR2019]FoveaBox: Beyond Anchor-based Object Detector

[2019]DuBox: No-Prior Box Objection Detection via Residual Dual Scale Detectors

YOLO

[2019]Spiking-YOLO: Spiking Neural Network for Real-time Object Detection

[CVPR2019]Gaussian YOLOv3: An Accurate and Fast Object Detector Using Localization Uncertainty for Autonomous Driving

[AAAI2019]Gradient Harmonized Single-stage Detector

[2019]Augmentation for small object detection

[2019]SimpleDet: A Simple and Versatile Distributed Framework for Object Detection and Instance Recognition

[2019]BayesOD: A Bayesian Approach for Uncertainty Estimation in Deep Object Detectors

[2019]ThunderNet: Towards Real-time Generic Object Detection

https://arxiv.org/abs/1903.11752

[2019]Feature Intertwiner for Object Detection

[CVPR2019]Few-shot Adaptive Faster R-CNN

[2019]Improving Object Detection with Inverted Attention

[2019]FCOS: Fully Convolutional One-Stage Object Detection

[CVPR2019]Libra R-CNN: Towards Balanced Learning for Object Detection

[2019]Complexer-YOLO: Real-Time 3D Object Detection and Tracking on Semantic Point Clouds

[CVPR2019]What Object Should I Use? - Task Driven Object Detection

intro: CVPR 2019
arxiv: https://arxiv.org/abs/1904.03000

FoveaBox: Beyond Anchor-based Object Detector
intro: Tsinghua University & BNRist & ByteDance AI Lab & University of Pennsylvania
arxiv: https://arxiv.org/abs/1904.03797

[CVPR2019]Towards Universal Object Detection by Domain Attention

[2019]Prime Sample Attention in Object Detection

[2019]BAOD: Budget-Aware Object Detection

[2019]An Analysis of Pre-Training on Object Detection

[2019]Rethinking Classification and Localization in R-CNN

[CVPR2019]NAS-FPN: Learning Scalable Feature Pyramid Architecture for Object Detection

[2019]Automated Focal Loss for Image based Object Detection

[2019]LFFD: A Light and Fast Face Detector for Edge Devices

[CVPR2019]Exploring Object Relation in Mean Teacher for Cross-Domain Detection

[2019]HAR-Net: Joint Learning of Hybrid Attention for Single-stage Object Detection

[2019]An Energy and GPU-Computation Efficient Backbone Network for Real-Time Object Detection

intro: CVPR 2019 CEFRL Workshop
arxiv: https://arxiv.org/abs/1904.09730

[2019]RepPoints: Point Set Representation for Object Detection

[2019]Object Detection in 20 Years: A Survey

[AAAI2019]SCNN: A General Distribution based Statistical Convolutional Neural Network with Application to Video Object Detection

[2019]Looking Fast and Slow: Memory-Guided Mobile Video Object Detection

[2019]Progressive Sparse Local Attention for Video object detection

[2019]Exploring the Semantics for Visual Relationship Detection

[2019]PyramidBox++: High Performance Detector for Finding Tiny Face

[ICPR2018]MSFD:Multi-Scale Receptive Field Face Detector

[CVPR2018]Improving Occlusion and Hard Negative Handling for Single-Stage Pedestrian Detectors

[ECCV2018]Bi-box Regression for Pedestrian Detection and Occlusion Estimation

[2019]SSA-CNN: Semantic Self-Attention CNN for Pedestrian Detection

[2019]Box-level Segmentation Supervised Deep Neural Networks for Accurate and Real-time Multispectral Pedestrian Detection

[2019]GFD-SSD: Gated Fusion Double SSD for Multispectral Pedestrian Detection

[CVPR2019]High-level Semantic Feature Detection:A New Perspective for Pedestrian Detection

Pedestrian Detection in a Crowd

[CVPR2018]Repulsion Loss: Detecting Pedestrians in a Crowd

[ECCV2018]Occlusion-aware R-CNN: Detecting Pedestrians in a Crowd

[CVPR2019]Adaptive NMS: Refining Pedestrian Detection in a Crowd

[2019]Unsupervised Domain Adaptation for Multispectral Pedestrian Detection

全部评论 (0)

还没有任何评论哟~