Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

DSSD : Deconvolutional Single Shot Detector

About

The main contribution of this paper is an approach for introducing additional context into state-of-the-art general object detection. To achieve this we first combine a state-of-the-art classifier (Residual-101[14]) with a fast detection framework (SSD[18]). We then augment SSD+Residual-101 with deconvolution layers to introduce additional large-scale context in object detection and improve accuracy, especially for small objects, calling our resulting system DSSD for deconvolutional single shot detector. While these two contributions are easily described at a high-level, a naive implementation does not succeed. Instead we show that carefully adding additional stages of learned transformations, specifically a module for feed-forward connections in deconvolution and a new output module, enables this new approach and forms a potential way forward for further detection research. Results are shown on both PASCAL VOC and COCO detection. Our DSSD with $513 \times 513$ input achieves 81.5% mAP on VOC2007 test, 80.0% mAP on VOC2012 test, and 33.2% mAP on COCO, outperforming a state-of-the-art method R-FCN[3] on each dataset.

Cheng-Yang Fu, Wei Liu, Ananth Ranga, Ambrish Tyagi, Alexander C. Berg• 2017

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (test-dev)
mAP33.2
1239
Object DetectionPASCAL VOC 2007 (test)
mAP81.5
844
Object DetectionMS COCO (test-dev)
mAP@.553.3
677
Object DetectionCOCO v2017 (test-dev)
mAP33.2
499
Object DetectionPASCAL VOC 2012 (test)
mAP80
293
Object DetectionVOC 2007 (test)
AP@5081.5
91
Object DetectionVOC 2012 (test)
mAP@.5080
69
Object DetectionPASCAL VOC 2007 (test)
mAP81.5
59
Object DetectionCARPK (test)
AP50 (bbox)87.27
35
Horizontal Object DetectionDOTA v1.0 (test)
AP (Plane)0.4474
20
Showing 10 of 13 rows

Other info

Follow for update