A Two-Stage, Object-Centric Deep Learning Framework for Robust Exam Cheating Detection
Van-Truong Le, Le-Khanh Nguyen, Trong-Doanh Nguyen
TLDR
A two-stage deep learning framework using YOLOv8n and RexNet-150 detects exam cheating with high accuracy and ethical private feedback.
Key contributions
- Proposes a two-stage framework using YOLOv8n for student localization and RexNet-150 for classifying cheating behavior.
- Achieves 0.95 accuracy, 0.95 F1-score, and a 13% accuracy increase over baseline on a large dataset.
- Demonstrates robustness with 13.9 ms inference time per sample, enabling scalable deployment.
Why it matters
This paper addresses the persistent challenge of exam cheating by proposing an efficient and scalable AI-powered monitoring system. It improves detection accuracy significantly while also integrating ethical considerations for private student feedback. This work lays a foundation for future real-time, open-source academic integrity solutions.
Original Abstract
Academic integrity continues to face the persistent challenge of examination cheating. Traditional invigilation relies on human observation, which is inefficient, costly, and prone to errors at scale. Although some existing AI-powered monitoring systems have been deployed and trusted, many lack transparency or require multi-layered architectures to achieve the desired performance. To overcome these challenges, we propose an improvement over a simple two-stage framework for exam cheating detection that integrates object detection and behavioral analysis using well-known technologies. First, the state-of-the-art YOLOv8n model is used to localize students in exam-room images. Each detected region is cropped and preprocessed, then classified by a fine-tuned RexNet-150 model as either normal or cheating behavior. The system is trained on a dataset compiled from 10 independent sources with a total of 273,897 samples, achieving 0.95 accuracy, 0.94 recall, 0.96 precision, and 0.95 F1-score - a 13\% increase over a baseline accuracy of 0.82 in video-based cheating detection. In addition, with an average inference time of 13.9 ms per sample, the proposed approach demonstrates robustness and scalability for deployment in large-scale environments. Beyond the technical contribution, the AI-assisted monitoring system also addresses ethical concerns by ensuring that final outcomes are delivered privately to individual students after the examination, for example, via personal email. This prevents public exposure or shaming and offers students an opportunity to reflect on their behavior. For further improvement, it is possible to incorporate additional factors, such as audio data and consecutive frames, to achieve greater accuracy. This study provides a foundation for developing real-time, scalable, ethical, and open-source solutions.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.