CVNov 16, 2018

Detecting The Objects on The Road Using Modular Lightweight Network

arXiv:1811.06641v17 citations
Originality Incremental advance
AI Analysis

This work addresses efficient small object detection for resource-limited devices, such as embedded systems in advanced driver assistance systems, but it is incremental as it builds on existing deep network methods.

The paper tackles the problem of detecting small, distant road objects like cars, pedestrians, and cyclists by proposing a modular lightweight network called MFFD, which achieves 100 fps on embedded GPUs like Jetson TX2 while maintaining detection accuracy on the KITTI dataset.

This paper presents a modular lightweight network model for road objects detection, such as car, pedestrian and cyclist, especially when they are far away from the camera and their sizes are small. Great advances have been made for the deep networks, but small objects detection is still a challenging task. In order to solve this problem, majority of existing methods utilize complicated network or bigger image size, which generally leads to higher computation cost. The proposed network model is referred to as modular feature fusion detector (MFFD), using a fast and efficient network architecture for detecting small objects. The contribution lies in the following aspects: 1) Two base modules have been designed for efficient computation: Front module reduce the information loss from raw input images; Tinier module decrease model size and computation cost, while ensuring the detection accuracy. 2) By stacking the base modules, we design a context features fusion framework for multi-scale object detection. 3) The propose method is efficient in terms of model size and computation cost, which is applicable for resource limited devices, such as embedded systems for advanced driver assistance systems (ADAS). Comparisons with the state-of-the-arts on the challenging KITTI dataset reveal the superiority of the proposed method. Especially, 100 fps can be achieved on the embedded GPUs such as Jetson TX2.

Foundations

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

Your Notes