CVApr 27, 2022

Channel Pruned YOLOv5-based Deep Learning Approach for Rapid and Accurate Outdoor Obstacles Detection

arXiv:2204.13699v210 citationsh-index: 19
AI Analysis

This work addresses the problem of deploying efficient obstacle detection systems for outdoor applications, but it is incremental as it builds on existing pruning methods applied to a standard model.

The paper tackles the high computational and memory demands of one-stage target detection networks by applying a channel pruning strategy to YOLOv5, resulting in a 49.7% reduction in model volume and a 52.5% reduction in inference time on an outdoor obstacles dataset.

One-stage algorithm have been widely used in target detection systems that need to be trained with massive data. Most of them perform well both in real-time and accuracy. However, due to their convolutional structure, they need more computing power and greater memory consumption. Hence, we applied pruning strategy to target detection networks to reduce the number of parameters and the size of model. To demonstrate the practicality of the pruning method, we select the YOLOv5 model for experiments and provide a data set of outdoor obstacles to show the effect of model. In this specific data set, in the best circumstances, the volume of the network model is reduced by 49.7% compared with the original model, and the reasoning time is reduced by 52.5%. Meanwhile, it also uses data processing methods to compensate for the drop in accuracy caused by pruning.

Foundations

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

Your Notes