loading page

Online Proctoring System: A Client Side Approach Using Deep Learning
  • +2
  • Devesh Bedmutha,
  • Purva Bapecha,
  • Digambar Chaure,
  • Piyush Bora,
  • Mrs Rachna Karnavat
Devesh Bedmutha
Information Technology Pune Institute of Computer Technology Pune

Corresponding Author:[email protected]

Author Profile
Purva Bapecha
Information Technology Pune Institute of Computer Technology Pune
Digambar Chaure
Information Technology Pune Institute of Computer Technology Pune
Piyush Bora
Information Technology Pune Institute of Computer Technology Pune
Mrs Rachna Karnavat
Project Guide Pune Institute of Computer Technology Pune

Abstract

An AI based Online Proctoring System isn't a new concept and many such capable exam portals do already exist. However, all of them have an unsolved design flaw which is server side processing.To detect any suspicious activity, the sites either take a snapshot of the examinee in regular intervals which is doable but is very weak, or they continuously send the video feed over to the server for processing which being comparatively more effective, is highly expensive. Sending video feeds of tens of thousands of students and processing them in real time can be very heavy on the server as well as costly for the client. To counter all these flaws, proposing an AI based proctoring system that securely works on the client side. Overall goal is to allow the face detection system and suspicious activity detection system to run on the client side which will significantly reduce the server load and dependency on the network. In this review paper we explored various algorithms for face verification, object detection, also reviewed pre-existing OPS systems and learned about their architecture.