A serial dual-channel library occupancy detection system based on Faster RCNN

Guoqiang Yang,Xiaowen Chang,Zitong Wang,Min Yang
DOI: https://doi.org/10.48550/arXiv.2306.16080
2023-08-18
Abstract:The phenomenon of seat occupancy in university libraries is a prevalent issue. However, existing solutions, such as software-based seat reservations and sensors-based occupancy detection, have proven to be inadequate in effectively addressing this problem. In this study, we propose a novel approach: a serial dual-channel object detection model based on Faster RCNN. This model is designed to discern all instances of occupied seats within the library and continuously update real-time information regarding seat occupancy status. To train the neural network, a distinctive dataset is utilized, which blends virtual images generated using Unreal Engine 5 (UE5) with real-world images. Notably, our test results underscore the remarkable performance uplift attained through the application of self-generated virtual datasets in training Convolutional Neural Networks (CNNs), particularly within specialized scenarios. Furthermore, this study introduces a pioneering detection model that seamlessly amalgamates the Faster R-CNN-based object detection framework with a transfer learning-based object classification algorithm. This amalgamation not only significantly curtails the computational resources and time investments needed for neural network training but also considerably heightens the efficiency of single-frame detection rates. Additionally, a user-friendly web interface and a mobile application have been meticulously developed, constituting a computer vision-driven platform for detecting seat occupancy within library premises. Noteworthy is the substantial enhancement in seat occupancy recognition accuracy, coupled with a reduction in computational resources required for neural network training, collectively contributing to a considerable amplification in the overall efficiency of library seat management.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem this paper attempts to address is the phenomenon of seat occupation in university libraries. Specifically, many students and faculty members leave their belongings on seats to indicate that the seat is occupied, even though the actual user is not present. This phenomenon leads to a shortage of library seat resources and exacerbates the contradiction of library resource scarcity, especially during exam seasons. Traditional solutions include patrolling and issuing warnings, but this undoubtedly increases the workload of staff. Therefore, how to effectively solve the problem of library seat occupation using modern technology is a challenge. Existing solutions such as software-based seat reservations and sensor-based seat occupation detection, although alleviating the problem to some extent, still have shortcomings. For example, most users do not make reservations and directly use the seats, while installing sensor systems for each seat is costly and easily affected by external factors or damage, requiring frequent inspection and maintenance. To this end, this paper proposes a serial dual-channel detection model based on the Faster R-CNN algorithm for continuous target detection and object classification. This system has advantages such as low cost, high detection accuracy, and good visualization effects, aiming to effectively solve the problem of library seat occupation management.