paper-with-me

홈 › Papers

Student Classroom Behavior Detection based on YOLOv7-BRA and Multi-Model Fusion

2023-05-13 · Fan Yang, Tao Wang, Xiaofei Wang

Accurately detecting student behavior in classroom videos can aid in analyzing their classroom performance and improving teaching effectiveness. However, the current accuracy rate in behavior detection is low. To address this challenge, we propose the Student Classroom Behavior Detection system based on based on YOLOv7-BRA (YOLOv7 with Bi-level Routing Attention ). We identified eight different behavior patterns, including standing, sitting, speaking, listening, walking, raising hands, reading, and writing. We constructed a dataset, which contained 11,248 labels and 4,001 images, with an emphasis on the common behavior of raising hands in a classroom setting (Student Classroom Behavior dataset, SCB-Dataset). To improve detection accuracy, we added the biformer attention module to the YOLOv7 network. Finally, we fused the results from YOLOv7 CrowdHuman, SlowFast, and DeepSort models to obtain student classroom behavior data. We conducted experiments on the SCB-Dataset, and YOLOv7-BRA achieved an mAP@0.5 of 87.1%, resulting in a 2.2% improvement over previous results. Our SCB-dataset can be downloaded from: https://github.com/Whiffe/SCB-datase

📄 PDF Abstract BibTeX arXiv:2305.07825

Code (1)

whiffe/scb-dataset 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Routing Attention Routed Attention is an attention pattern proposed as part of the Routing Transformer architecture. Each attention…

Similar Papers 제목 키워드 기반

Student Classroom Behavior Detection based on Improved YOLOv7

2023-06-06 · Fan Yang

Accurately detecting student behavior in classroom videos can aid in analyzing their classroom performance and improving teaching effectiveness. However, the current accuracy rate in behavior detection is low. To address…

Student Classroom Behavior Recognition Based on Improved YOLOv8s

2026-04-30 · Xiang Gao, Shuai Hang arxiv

In classroom teaching, student behavior can reflect their learning state and classroom participation, which is of great significance for teaching quality analysis. To address the problems of dense student targets, numero…

Learning Behavior Recognition in Smart Classroom with Multiple Students Based on YOLOv5

2023-03-20 · Zhifeng Wang, Jialong Yao, Chunyan Zeng, Wanxuan Wu 외

Deep learning-based computer vision technology has grown stronger in recent years, and cross-fertilization using computer vision technology has been a popular direction in recent years. The use of computer vision technol…

SCB-Dataset3: A Benchmark for Detecting Student Classroom Behavior

2023-10-04 · Fan Yang, Tao Wang

The use of deep learning methods to automatically detect students' classroom behavior is a promising approach for analyzing their class performance and improving teaching effectiveness. However, the lack of publicly avai…

Student Classroom Behavior Detection based on Spatio-Temporal Network and Multi-Model Fusion

2023-10-25 · Fan Yang, Xiaofei Wang

Using deep learning methods to detect students' classroom behavior automatically is a promising approach for analyzing their class performance and improving teaching effectiveness. However, the lack of publicly available…