A Two-Stage, Object-Centric Deep Learning Framework for Robust Exam Cheating Detection

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision & Pattern Recognition · Depth: Advanced, quick

Summary

A new two-stage deep learning framework has been developed to enhance exam cheating detection, addressing the inefficiencies and costs of human invigilation. This system integrates object detection with behavioral analysis, utilizing a YOLOv8n model to localize students in exam-room images. Subsequently, cropped student regions are classified by a fine-tuned RexNet-150 model to identify normal or cheating behaviors. The framework was trained on a dataset of 273,897 samples from 10 sources, achieving 0.95 accuracy, 0.94 recall, 0.96 precision, and a 0.95 F1-score. This represents a 13% improvement over a baseline accuracy of 0.82 in video-based cheating detection. With an average inference time of 13.9 ms per sample, the system is designed for robustness and scalability in large-scale deployments, while also incorporating ethical considerations by delivering private results to students.

Key takeaway

For institutions seeking to implement or upgrade AI-powered exam proctoring, this framework offers a robust, scalable, and ethically designed solution. You should consider adopting a two-stage object-centric approach, leveraging models like YOLOv8n and RexNet-150, to achieve high accuracy and efficient inference. Ensure your system includes private result delivery to students to address ethical concerns and promote reflection.

Key insights

A two-stage deep learning framework improves exam cheating detection with high accuracy and ethical private feedback.

Principles

Method

The method uses YOLOv8n for student localization, followed by a fine-tuned RexNet-150 to classify cropped regions as normal or cheating behavior, trained on a large multi-source dataset.

In practice

Topics

Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.