paper-with-me

Papers

DSSD : Deconvolutional Single Shot Detector

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

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.

📄 PDF Abstract BibTeX arXiv:1701.06659

Code (3)

MTCloudVision/mxnet-dssd mxnet
yangyucheng000/Papers/tree/main/DSSH mindspore
zzhuolun/IRL pytorch

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

Extend the shallow part of Single Shot MultiBox Detector via Convolutional Neural Network

2018-01-18 · Liwen Zheng, Canmiao Fu, Yong Zhao

Single Shot MultiBox Detector (SSD) is one of the fastest algorithms in the current object detection field, which uses fully convolutional neural network to detect all scaled objects in an image. Deconvolutional Single S…

GPUobject-detectionObject Detection

MDSSD: Multi-scale Deconvolutional Single Shot Detector for Small Objects

2018-05-18 · Lisha Cui, Rui Ma, Pei Lv, Xiaoheng Jiang 외

For most of the object detectors based on multi-scale feature maps, the shallow layers are rich in fine spatial information and thus mainly responsible for small object detection. The performance of small object detectio…

Objectobject-detectionObject DetectionSmall Object Detection

Feature-Fused SSD: Fast Detection for Small Objects

2017-09-15 · Guimei Cao, Xuemei Xie, Wenzhe Yang, Quan Liao 외

Small objects detection is a challenging task in computer vision due to its limited resolution and information. In order to solve this problem, the majority of existing methods sacrifice speed for improvement in accuracy…

object-detectionObject DetectionSmall Object Detection

Detecting Small Objects in Thermal Images Using Single-Shot Detector

2021-08-25 · Hao Zhang, Xianggong Hong, Li Zhu

SSD (Single Shot Multibox Detector) is one of the most successful object detectors for its high accuracy and fast speed. However, the features from shallow layer (mainly Conv4_3) of SSD lack semantic information, resulti…

GPUObjectobject-detectionObject Detection+1

3DSSD: Point-based 3D Single Stage Object Detector

2020-02-24 · CVPR 2020 6 · Zetong Yang, Yanan sun, Shu Liu, Jiaya Jia

Currently, there have been many kinds of voxel-based 3D single stage detectors, while point-based single stage methods are still underexplored. In this paper, we first present a lightweight and effective point-based 3D s…

Object