Multi-scale Lightweight Neural Network for Real-Time Object Detection.

Yuan Li,Qiaojun Wu,Song Chen,Yi Kang
DOI: https://doi.org/10.1007/978-3-031-20868-3_15
2022-01-01
Abstract:Deep learning-based object detection methods have been widely used in computer vision recently. Many previous works on object detection improve performance by utilizing complex algorithms and architectures or involving expensive calculations. But they often ignore the real-time requirement of applications such as autonomous driving. Our work is to design a lightweight network for real-time inference on edge devices. Considering the inference speed of one-stage object detection is significantly faster than that of two-stage object detection, we propose a one-stage Multi-scale Lightweight Neural Network (MLNet), which integrates various classification and detection features on multiple scales. The proposed neural network contains parallel multi branches, and each branch has different output feature mapping sizes. We also propose lightweight feature extraction blocks used in the network branches to improve performance and reduce computations. A lightweight detection head is used to reduce the inference time further. Experimental results on COCO datasets demonstrate that MLNet achieves 28.7% AP on COCO with only about 2.1M parameters and shows its superiority compared to the five widely used state-of-the-art object detection methods.
What problem does this paper attempt to address?