Optimization of IoT-Enabled Physical Location Monitoring Using DT and VAR

Ajitkumar Sureshrao Shitole,Manoj Himmatrao Devare
DOI: https://doi.org/10.4018/IJCINI.287597
2022-04-10
Abstract:This study shows an enhancement of IoT that gets sensor data and performs real-time face recognition to screen physical areas to find strange situations and send an alarm mail to the client to make remedial moves to avoid any potential misfortune in the environment. Sensor data is pushed onto the local system and GoDaddy Cloud whenever the camera detects a person to optimize the physical location monitoring system by reducing the bandwidth requirement and storage cost onto the cloud using edge computation. The study reveals that decision tree (DT) and random forest give reasonably similar macro average f1-scores to predict a person using sensor data. Experimental results show that DT is the most reliable predictive model for the cloud datasets of three different physical locations to predict a person using timestamp with an accuracy of 83.99%, 88.92%, and 80.97%. This study also explains multivariate time series prediction using vector auto regression that gives reasonably good root mean squared error to predict temperature, humidity, light-dependent resistor, and gas time series.
Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to optimize the physical location monitoring system through Internet of Things (IoT) technology in order to detect anomalies in real - time and predict the identity of personnel. Specifically, the main objectives of the research include: 1. **Real - time Monitoring and Anomaly Detection**: - Use sensor data and real - time face recognition technology to monitor physical areas, identify any abnormal situations (such as abnormal changes in temperature, humidity, light intensity or gas sensors, and the appearance of unauthorized personnel), and notify users to take remedial measures by sending alarm emails. 2. **Reduce Bandwidth Requirements and Storage Costs**: - Optimize the way sensor data is transmitted to the cloud platform through edge computing to reduce bandwidth requirements and storage costs. When the camera detects a person, only upload the identified name and sensor data to the cloud instead of transmitting the complete video or image data. 3. **Improve the Accuracy of Personnel Prediction**: - Use machine - learning algorithms (such as decision trees and random forests) to analyze sensor data, predict whether there are specific personnel in the environment, and determine the most effective prediction model. The experimental results show that the decision tree achieved accuracies of 83.99%, 88.92% and 80.97% respectively on data sets from three different physical locations. 4. **Multivariate Time - series Prediction**: - Use the vector autoregressive (VAR) model to predict the time - series data of temperature, humidity, photoresistor and gas sensors to provide reasonable time - series prediction performance. ### Formula Representation - **Decision - tree Classification Accuracy**: \[ \text{Accuracy}=\frac{\text{TP}+\text{TN}}{\text{TP}+\text{TN}+\text{FP}+\text{FN}} \] where TP represents true positives, TN represents true negatives, FP represents false positives, and FN represents false negatives. - **Root Mean Square Error (RMSE)**: \[ \text{RMSE}=\sqrt{\frac{1}{n}\sum_{i = 1}^{n}(y_i-\hat{y}_i)^2} \] where \(y_i\) is the actual value, \(\hat{y}_i\) is the predicted value, and \(n\) is the number of samples. ### Summary This research aims to improve the efficiency and accuracy of the physical location monitoring system by combining Internet of Things technology and machine - learning algorithms, so as to better protect the environment and personnel safety. By optimizing the data transmission and storage methods, resource consumption is reduced, and the reliability of anomaly detection and personnel identification is improved.