Improving Object Detection from Scratch via Gated Feature Reuse

Zhiqiang Shen (Carnegie Mellon University), Honghui Shi (IBM, UIUC), Jiahui Yu (UIUC), Hai Phan (Carnegie Mellon University), Rogerio Feris (IBM Research AI, MIT-IBM Watson AI Lab), Liangliang Cao (HelloVera), Ding Liu (UIUC), Xinchao Wang (Stevens Institute of Technology), Thomas Huang (UIUC), Marios Savvides (Carnegie Mellon University)

Abstract
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), which exhibits two main advantages. First, we introduce a novel gate-controlled prediction strategy enabled by Squeeze-and-Excitation to adaptively enhance or attenuate supervision at different scales based on the input object size. As a result, our model is more effective in detecting diverse sizes of objects. Second, we propose a feature-pyramids structure to squeeze rich spatial and semantic features into a single prediction layer, which strengthens feature representation and reduces the number of parameters to learn. We apply the proposed structure on DSOD and SSD detection frameworks, and evaluate the performance on PASCAL VOC 2007, 2012 and COCO datasets. With fewer model parameters, GFR-DSOD outperforms the baseline DSOD by 1.4%, 1.1%, 1.7% and 0.7%, respectively. GFR-SSD also outperforms the original SSD and SSD with dense prediction by 3.6% and 2.8% on VOC 2007 dataset.

DOI
10.5244/C.33.135
https://dx.doi.org/10.5244/C.33.135

Files
Paper (PDF)

BibTeX
@inproceedings{BMVC2019,
title={Improving Object Detection from Scratch via Gated Feature Reuse},
author={Zhiqiang Shen and Honghui Shi and Jiahui Yu and Hai Phan and Rogerio Feris and Liangliang Cao and Ding Liu and Xinchao Wang and Thomas Huang and Marios Savvides},
year={2019},
month={September},
pages={135.1--135.12},
articleno={135},
numpages={12},
booktitle={Proceedings of the British Machine Vision Conference (BMVC)},
publisher={BMVA Press},
editor={Kirill Sidorov and Yulia Hicks},
doi={10.5244/C.33.135},
url={https://dx.doi.org/10.5244/C.33.135}
}