Related Experiment Video
Updated: Aug 14, 2025

Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
Published on: December 15, 2023
An Optimized Deep Learning Approach for the Prediction of Social Distance Among Individuals in Public Places During
Santosh Kumar Sahoo1, G Palai2, Baraa Riyadh Altahan3
1CVR College of Engineering, Hyderabad, Telangana 501510 India.
This study introduces an optimized deep learning model to monitor social distancing compliance in public spaces. The model effectively predicts adherence to social distancing norms, aiding pandemic control efforts.
Area of Science:
- Computer Science
- Artificial Intelligence
- Public Health
Background:
- Social distancing is crucial for pandemic control, yet public compliance remains a challenge.
- Existing methods lack robust monitoring systems for social distancing in public areas.
- Violations of social distancing norms have been widely observed despite government notifications.
Purpose of the Study:
- To propose an optimized deep learning model for predicting social distancing adherence in public spaces.
- To develop a system for monitoring and evaluating violations of social distancing norms.
- To enhance pandemic prevention strategies through automated compliance monitoring.
Main Methods:
- Implemented a customized deep learning model using detectron2 and intersection over union (IOU).
- Utilized Faster R-CNN for social distancing norm prediction and detectron2 for 'person class' identification.
- Conducted extensive trials comparing various state-of-the-art object detection models.
Main Results:
- The proposed R-CNN with detectron2 and Fast R-CNN model demonstrated superior performance.
- Achieved approximately 97.9% precision and an 87% recall score.
- The model effectively estimated violation-threat criteria with a calculated threshold of 0.75.
Conclusions:
- The developed deep learning model offers an efficient solution for monitoring social distancing compliance.
- This technology can significantly aid authorities in enforcing public health guidelines during pandemics.
- The model's high precision and recall indicate its potential for real-world application in public safety.
Related Concept Videos
Steps in Outbreak Investigation
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Estimating Population Standard Deviation
Estimating Population Mean with Unknown Standard Deviation
William S. Gosset (1876–1937) of the...
Estimating Population Mean with Known Standard Deviation
The confidence interval estimate will have the form as follows:
(point estimate - error bound, point estimate +...

