Interpretable Human Activity Recognition for Subtle Robbery Detection in Surveillance Videos

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Internet of Things (IoT) & Connected Devices · Depth: Advanced, quick

Summary

A new hybrid, pose-driven approach has been developed to detect subtle, non-violent street robberies (snatch-and-run events) in unconstrained surveillance videos. This system addresses the challenge of distinguishing these brief incidents from benign interactions by combining real-time perception with an interpretable classification stage. It utilizes a YOLO-based pose estimator to extract body keypoints for tracked individuals, from which kinematic and interaction features like hand speed, arm extension, proximity, and relative motion are computed for potential aggressor-victim pairs. A Random Forest classifier processes these descriptors, and a temporal hysteresis filter stabilizes frame-level predictions. The method was evaluated on staged and internet video datasets, showing promising generalization, and demonstrated real-time performance on an NVIDIA Jetson Nano, indicating feasibility for on-device deployment.

Key takeaway

For security system integrators or AI engineers developing proactive surveillance solutions, this research demonstrates a viable, interpretable method for detecting subtle snatch-and-run robberies. You should consider integrating pose-driven feature extraction and Random Forest classification, especially for edge deployments on hardware like the NVIDIA Jetson Nano, to enhance real-time threat detection capabilities in unconstrained environments.

Key insights

A pose-driven hybrid system detects subtle snatch-and-run robberies in real-time using kinematic and interaction features.

Principles

Method

The method extracts body keypoints via YOLO, computes kinematic and interaction features, classifies them with a Random Forest, and applies a temporal hysteresis filter for stable detection.

In practice

Topics

Best for: AI Engineer, Machine Learning Engineer, Research Scientist, AI Scientist, Computer Vision Engineer, AI Hardware Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.