CVJun 26, 2018

CFENet: An Accurate and Efficient Single-Shot Object Detector for Autonomous Driving

arXiv:1806.09790v236 citations
Originality Incremental advance
AI Analysis

This work addresses the need for fast and accurate object detection in autonomous driving, though it is incremental as it builds on SSD.

The paper tackles the problem of detecting small objects efficiently for autonomous driving by proposing CFENet, a single-shot detector that achieves 29.69 mAP on a competition dataset and runs at 21 fps.

The ability to detect small objects and the speed of the object detector are very important for the application of autonomous driving, and in this paper, we propose an effective yet efficient one-stage detector, which gained the second place in the Road Object Detection competition of CVPR2018 workshop - Workshop of Autonomous Driving(WAD). The proposed detector inherits the architecture of SSD and introduces a novel Comprehensive Feature Enhancement(CFE) module into it. Experimental results on this competition dataset as well as the MSCOCO dataset demonstrate that the proposed detector (named CFENet) performs much better than the original SSD and the state-of-the-art method RefineDet especially for small objects, while keeping high efficiency close to the original SSD. Specifically, the single scale version of the proposed detector can run at the speed of 21 fps, while the multi-scale version with larger input size achieves the mAP 29.69, ranking second on the leaderboard

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes