HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Hierarchical Shot Detector

{ Xuelong Li Jungong Han Yanwei Pang Jiale Cao}

Hierarchical Shot Detector

Abstract

Single shot detector simultaneously predicts object categories and regression offsets of the default boxes. Despite of high efficiency, this structure has some inappropriate designs: (1) The classification result of the default box is improperly assigned to that of the regressed box during inference, (2) Only regression once is not good enough for accurate object detection. To solve the first problem, a novel reg-offset-cls (ROC) module is proposed. It contains three hierarchical steps: box regression, the feature sampling location predication, and the regressed box classification with the features of offset locations. To further solve the second problem, a hierarchical shot detector (HSD) is proposed, which stacks two ROC modules and one feature enhanced module. The second ROC treats the regressed boxes and the feature sampling locations of features in the first ROC as the inputs. Meanwhile, the feature enhanced module injected between two ROCs aims to extract the local and non-local context. Experiments on the MS COCO and PASCAL VOC datasets demonstrate the superiority of proposed HSD. Without the bells or whistles, HSD outperforms all one-stage methods at real-time speed.

Benchmarks

BenchmarkMethodologyMetrics
object-detection-on-cocoHSD (Rest101, 768x768, single-scale test)
AP50: 61.2
AP75: 46.9
APL: 55.9
APM: 47.3
APS: 22.8
Hardware Burden:
Operations per network pass:
box mAP: 42.3
object-detection-on-pascal-voc-2007HSD (VGG16, 512x512, single-scale test)
MAP: 83.0%
object-detection-on-pascal-voc-2007HSD (VGG16, 320x320, single-scale test)
MAP: 81.7%

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Hierarchical Shot Detector | Papers | HyperAI