paper-with-me

Papers

DSOD: Learning Deeply Supervised Object Detectors from Scratch

2017-08-03 · ICCV 2017 10 · Zhiqiang Shen, Zhuang Liu, Jianguo Li, Yu-Gang Jiang, Yurong Chen, xiangyang xue

We present Deeply Supervised Object Detector (DSOD), a framework that can learn object detectors from scratch. State-of-the-art object objectors rely heavily on the off-the-shelf networks pre-trained on large-scale classification datasets like ImageNet, which incurs learning bias due to the difference on both the loss functions and the category distributions between classification and detection tasks. Model fine-tuning for the detection task could alleviate this bias to some extent but not fundamentally. Besides, transferring pre-trained models from classification to detection between discrepant domains is even more difficult (e.g. RGB to depth images). A better solution to tackle these two critical problems is to train object detectors from scratch, which motivates our proposed DSOD. Previous efforts in this direction mostly failed due to much more complicated loss functions and limited training data in object detection. In DSOD, we contribute a set of design principles for training object detectors from scratch. One of the key findings is that deep supervision, enabled by dense layer-wise connections, plays a critical role in learning a good detector. Combining with several other principles, we develop DSOD following the single-shot detection (SSD) framework. Experiments on PASCAL VOC 2007, 2012 and MS COCO datasets demonstrate that DSOD can achieve better results than the state-of-the-art solutions with much more compact models. For instance, DSOD outperforms SSD on all three benchmarks with real-time detection speed, while requires only 1/2 parameters to SSD and 1/10 parameters to Faster RCNN. Our code and models are available at: https://github.com/szq0214/DSOD .

📄 PDF Abstract BibTeX arXiv:1708.01241

Code (4)

szq0214/DSOD 공식 구현 caffe2
CeLaMbDa/DSOD_keras
szq0214/GFR-DSOD pytorch
szq0214/GRP-DSOD pytorch

Tasks

General ClassificationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Object Detection from Scratch with Deep Supervision

2018-09-25 · Zhiqiang Shen, Zhuang Liu, Jianguo Li, Yu-Gang Jiang 외

We propose Deeply Supervised Object Detectors (DSOD), an object detection framework that can be trained from scratch. Recent advances in object detection heavily depend on the off-the-shelf models pre-trained on large-sc…

General ClassificationObjectobject-detectionObject Detection

Improving Object Detection from Scratch via Gated Feature Reuse

2017-12-04 · Zhiqiang Shen, Honghui Shi, Jiahui Yu, Hai Phan 외

In this paper, we present a simple and parameter-efficient drop-in module for one-stage object detectors like SSD when learning from scratch (i.e., without pre-trained models). We call our module GFR (Gated Feature Reuse…

Objectobject-detectionObject DetectionPrediction

Tiny-DSOD: Lightweight Object Detection for Resource-Restricted Usages

2018-07-29 · Yuxi Li, Jiuwei Li, Weiyao Lin, Jianguo Li

Object detection has made great progress in the past few years along with the development of deep learning. However, most current object detection methods are resource hungry, which hinders their wide deployment to many …

Objectobject-detectionObject Detection

Deeply Unsupervised Patch Re-Identification for Pre-training Object Detectors

2021-03-08 · Jian Ding, Enze Xie, Hang Xu, Chenhan Jiang 외

Unsupervised pre-training aims at learning transferable features that are beneficial for downstream tasks. However, most state-of-the-art unsupervised methods concentrate on learning global representations for image-leve…

Objectobject-detectionObject DetectionRepresentation Learning+1

ScratchDet: Training Single-Shot Object Detectors from Scratch

2018-10-19 · CVPR 2019 6 · Rui Zhu, Shifeng Zhang, Xiaobo Wang, Longyin Wen 외

Current state-of-the-art object objectors are fine-tuned from the off-the-shelf networks pretrained on large-scale classification dataset ImageNet, which incurs some additional problems: 1) The classification and detecti…

General ClassificationObjectobject-detectionObject Detection