A Light-Weight Deep CNN Object Detection Framework Based on Dense Connections

Yicong Zhang,Mingyu Wang,Yang Cao,Xianbo Qiu,Wu Zhou,Zhaolin Li
DOI: https://doi.org/10.1109/icsidp47821.2019.9173019
2019-01-01
Abstract:For deep neural network (DNN) object detection frameworks, increasing the depth of the convolutional neural network (CNN) layers has been regarded as one of the most efficient methods to improve the detection accuracy. However, with the increasing of the number of neural network layers, the parameters of the network will then increase exponentially and even introduce the gradient disappearance problem. These problems limit the applications of these methods in the scenarios with constrained hardware resources. Hence, in order to reduce the parameters and improve the parameter utilization, a lightweight deep CNN object detection framework (LWOD) is proposed. This framework builds dense connections between different convolutional layers and concatenates the feature maps of multiple channels. It detects the objects by combining multi-layer feature maps of the same scales. Experimental results show that the detection accuracy of the proposed framework can reach 71.2% without pre-training models. The parameters of the whole framework can be reduced by 66.1% compared with the prior object detection framework.
What problem does this paper attempt to address?