pith. sign in

arxiv: 1703.10295 · v3 · pith:H2GOLN5Xnew · submitted 2017-03-30 · 💻 cs.CV

DeNet: Scalable Real-time Object Detection with Directed Sparse Sampling

classification 💻 cs.CV
keywords detectionmodelsparseobjectavailableboundingdenetdirected
0
0 comments X
read the original abstract

We define the object detection from imagery problem as estimating a very large but extremely sparse bounding box dependent probability distribution. Subsequently we identify a sparse distribution estimation scheme, Directed Sparse Sampling, and employ it in a single end-to-end CNN based detection model. This methodology extends and formalizes previous state-of-the-art detection models with an additional emphasis on high evaluation rates and reduced manual engineering. We introduce two novelties, a corner based region-of-interest estimator and a deconvolution based CNN model. The resulting model is scene adaptive, does not require manually defined reference bounding boxes and produces highly competitive results on MSCOCO, Pascal VOC 2007 and Pascal VOC 2012 with real-time evaluation rates. Further analysis suggests our model performs particularly well when finegrained object localization is desirable. We argue that this advantage stems from the significantly larger set of available regions-of-interest relative to other methods. Source-code is available from: https://github.com/lachlants/denet

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. ALFA: Agglomerative Late Fusion Algorithm for Object Detection

    cs.CV 2019-07 unverdicted novelty 7.0

    ALFA is a late-fusion algorithm that clusters predictions from detectors like SSD and Faster R-CNN using location and score information, yielding lower error than individual detectors or prior fusion methods on PASCAL...