Related Experiment Video
Updated: May 31, 2025

A Step-by-Step Implementation of DeepBehavior, Deep Learning Toolbox for Automated Behavior Analysis
Published on: February 6, 2020
A Lightweight Person Detector for Surveillance Footage Based on YOLOv8n
Qicheng Wang1, Guoqiang Feng1, Zongzhe Li1
1Equipment Management and UAV Engineering School, Air Force Engineering University, Xi'an 710051, China.
Abstract:
To enable person detection tasks in surveillance footage to be deployed on edge devices and their efficient performance in resource-constrained environments in real-time, a lightweight person detection model based on YOLOv8n was proposed. This model balances high accuracy with low computational cost and parameter size. First, the MSBlock module was introduced into YOLOv8n. Then, a series of modifications were made to the MSBlock structure. Next, a heterogeneous PAFPN with improved MSBlock was formed using heterogeneous convolution kernels. Finally, AKConv, a variable kernel convolution, was applied to further reduce the number of parameters and the computational cost while improving accuracy. A series of experiments demonstrated that, due to these improvements, the proposed lightweight model achieved a reduction of nearly 10% in parameter size and 5% in the floating-point computational cost compared to the original YOLOv8n. Additionally, on a custom surveillance dataset, the model shows a 1.4% improvement in mAP@0.5:0.95, and on a more complex subset of the PASVOC public dataset, the model achieved a 2.8% improvement in mAP@0.5 and a 1.2% improvement in mAP@0.5:0.95, proving the high accuracy and generalization ability of the improved lightweight model.
Related Concept Videos
Light Acquisition
Difference from Background: Limit of Detection
The LOD indicates the presence or absence...
Force Classification
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
Detection of Black Holes
Their closest cousins are neutron stars, which are composed almost entirely of neutrons packed against each other, making them extremely dense. A neutron star has the same mass as the Sun but its diameter is only a few kilometers. Therefore, the escape velocity from their surface is close to the speed of light.
Not until the 1960s, when the first neutron...
Apparent Weight
Consider a person standing on a bathroom scale inside an elevator. If the scale is accurate at rest, its reading equals the...
Deconvolution
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...

