1 paper indexed here

Fetches their full publication history.

Not the right person? Other researchers publish under this name.

Open access Jul 2026

IntelligentVehicle Security: Real-Time Anomaly Detection and Anti-Theft Surveillance Using Monocular Depth Estimation and Behavioral Analysis

Vehicle theft and vandalism remain significant urban security challenges commonly addressed through reactive, post-incident forensic measures. This paper proposes a proactive, real-time computer vision system designed to detect potentially suspicious behavior around parked vehicles, with a specific focus on unauthorized proximity and loitering. The proposed architecture integrates state-of-the-art object detection using YOLOv11 (You Only Look Once version 11), multi-object tracking via a lightweight custom association tracker inspired by the ByteTrack/StrongSORT/OC-SORT paradigm, and monocular depth estimation based on the Intel DPT-Large framework.A key contribution is the identification and mitigation of the Perspective Challenge: the two-dimensional (2D) scale ambiguity that causes distant background pedestrians to appear falsely proximate to foreground vehicles in monocular camera feeds. To address this, three spatial analysis strategies are implemented and evaluated: (A) fixed Euclidean thresholding, (B) adaptive perspective thresholding, and (C) three-dimensional (3D) depth injection. Experimental results on real-world urban surveillance footage (27,000 annotated frames across two datasets) demonstrate that Strategy C achieves the highest precision (0.95) with an F1-score of 0.92, while Strategy B provides the best balance between accuracy (precision 0.88, recall 0.91, F1 0.89) and computational efficiency (32.7 frames per second, FPS). Compared to naive 2D thresholding (Strategy A), Strategy B reduces false alarms by approximately 80%, while Strategy C further improves precision to 0.95 through depth-plane verification. The system maintains real-time performance exceeding 30 FPS under Strategy B, making it a strong candidate for practical urban vehicle monitoring, subject to further large-scale validation across diverse environments.

Umar Adeel, Ammar Rashid, S. Yusof et al. · 0 citations