pith. sign in

arxiv: 1803.08208 · v1 · pith:WC54VYOUnew · submitted 2018-03-22 · 💻 cs.CV

Single-Shot Bidirectional Pyramid Networks for High-Quality Object Detection

classification 💻 cs.CV
keywords detectionhigh-qualityobjectbidirectionalpyramiddetectionsdetectorseffective
0
0 comments X
read the original abstract

Recent years have witnessed many exciting achievements for object detection using deep learning techniques. Despite achieving significant progresses, most existing detectors are designed to detect objects with relatively low-quality prediction of locations, i.e., often trained with the threshold of Intersection over Union (IoU) set to 0.5 by default, which can yield low-quality or even noisy detections. It remains an open challenge for how to devise and train a high-quality detector that can achieve more precise localization (i.e., IoU$>$0.5) without sacrificing the detection performance. In this paper, we propose a novel single-shot detection framework of Bidirectional Pyramid Networks (BPN) towards high-quality object detection, which consists of two novel components: (i) a Bidirectional Feature Pyramid structure for more effective and robust feature representations; and (ii) a Cascade Anchor Refinement to gradually refine the quality of predesigned anchors for more effective training. Our experiments showed that the proposed BPN achieves the best performances among all the single-stage object detectors on both PASCAL VOC and MS COCO datasets, especially for high-quality detections.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Cascade R-CNN: High Quality Object Detection and Instance Segmentation

    cs.CV 2019-06 accept novelty 7.0

    Cascade R-CNN uses a cascade of detectors trained with progressively higher IoU thresholds to resolve overfitting and quality mismatch, achieving state-of-the-art high-quality object detection and instance segmentatio...