DLA+: A Light Aggregation Network for Object Classification and Detection

Wang Fu-Tian,Yang Li,Tang Jin,Chen Si-Bao,Peking University Shenzhen Institute
DOI: https://doi.org/10.1007/s11633-021-1287-y
2021-01-01
International Journal of Automation and Computing
Abstract:An efficient convolution neural network (CNN) plays a crucial role in various visual tasks like object classification or detection, etc. The most common way to construct a CNN is stacking the same convolution block or complex connection. These approaches may be efficient but the parameter size and computation (Comp) have explosive growth. So we present a novel architecture called “DLA+”, which could obtain the feature from the different stages, and by the newly designed convolution block, could achieve better accuracy, while also dropping the computation six times compared to the baseline. We design some experiments about classification and object detection. On the CIFAR10 and VOC data-sets, we get better precision and faster speed than other architecture. The lightweight network even allows us to deploy to some low-performance device like drone, laptop, etc.
What problem does this paper attempt to address?