CVAIFeb 19, 2022

Student Dangerous Behavior Detection in School

arXiv:2202.09550v25 citations
AI Analysis

This addresses student safety in schools by automating behavior detection, but it is incremental as it builds on existing action recognition and object detection methods.

The paper tackles the problem of automatically detecting dangerous student behaviors like fighting and falling in school surveillance videos, achieving 71.0% mAP with about 11 FPS on a newly built dataset.

Video surveillance systems have been installed to ensure the student safety in schools. However, discovering dangerous behaviors, such as fighting and falling down, usually depends on untimely human observations. In this paper, we focus on detecting dangerous behaviors of students automatically, which faces numerous challenges, such as insufficient datasets, confusing postures, keyframes detection and prompt response. To address these challenges, we first build a danger behavior dataset with locations and labels from surveillance videos, and transform action recognition of long videos to an object detection task that avoids keyframes detection. Then, we propose a novel end-to-end dangerous behavior detection method, named DangerDet, that combines multi-scale body features and keypoints-based pose features. We could improve the accuracy of behavior classification due to the highly correlation between pose and behavior. On our dataset, DangerDet achieves 71.0\% mAP with about 11 FPS. It keeps a better balance between the accuracy and time cost.

Code Implementations1 repo
Foundations

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

Your Notes