Exploring Pose-Based Anomaly Detection for Retail Security: A Real-World Shoplifting Dataset and Benchmark
Narges Rashvand, Ghazal Alinezhad Noghre, Armin Danesh Pazho, Shanle Yao, Hamed Tabkhi
TL;DR
This work reframes shoplifting detection as an anomaly-detection task and introduces PoseLift, a real-world, privacy-preserving dataset of anonymized pose sequences collected from a six-camera retail environment. PoseLift provides frame-level shoplifting annotations and pose data (17 keypoints per person) derived from HRNet, with bounding boxes from YOLOv8 and tracking from ByteTrack, enabling analysis while protecting user identities. The authors benchmark three state-of-the-art pose-based anomaly detectors (STG-NF, TSGAD, GEPC) on PoseLift, reporting AUC-ROC, AUC-PR, and EER metrics; STG-NF achieves the strongest performance (AUC-ROC 67.46%, AUC-PR 84.06%, EER 0.39), demonstrating the feasibility of privacy-conscious, real-world shoplifting detection. PoseLift stands as a valuable, publicly available resource to advance ethical computer vision in retail security and to spur development of robust, bias-resistant anomaly-detection approaches in multi-view environments.
Abstract
Shoplifting poses a significant challenge for retailers, resulting in billions of dollars in annual losses. Traditional security measures often fall short, highlighting the need for intelligent solutions capable of detecting shoplifting behaviors in real time. This paper frames shoplifting detection as an anomaly detection problem, focusing on the identification of deviations from typical shopping patterns. We introduce PoseLift, a privacy-preserving dataset specifically designed for shoplifting detection, addressing challenges such as data scarcity, privacy concerns, and model biases. PoseLift is built in collaboration with a retail store and contains anonymized human pose data from real-world scenarios. By preserving essential behavioral information while anonymizing identities, PoseLift balances privacy and utility. We benchmark state-of-the-art pose-based anomaly detection models on this dataset, evaluating performance using a comprehensive set of metrics. Our results demonstrate that pose-based approaches achieve high detection accuracy while effectively addressing privacy and bias concerns inherent in traditional methods. As one of the first datasets capturing real-world shoplifting behaviors, PoseLift offers researchers a valuable tool to advance computer vision ethically and will be publicly available to foster innovation and collaboration. The dataset is available at https://github.com/TeCSAR-UNCC/PoseLift.
