paper-with-me

홈 › Papers

Distributed Intelligent Video Surveillance for Early Armed Robbery Detection based on Deep Learning

2024-10-13 · Sergio Fernandez-Testa, Edwin Salcedo

Low employment rates in Latin America have contributed to a substantial rise in crime, prompting the emergence of new criminal tactics. For instance, "express robbery" has become a common crime committed by armed thieves, in which they drive motorcycles and assault people in public in a matter of seconds. Recent research has approached the problem by embedding weapon detectors in surveillance cameras; however, these systems are prone to false positives if no counterpart confirms the event. In light of this, we present a distributed IoT system that integrates a computer vision pipeline and object detection capabilities into multiple end-devices, constantly monitoring for the presence of firearms and sharp weapons. Once a weapon is detected, the end-device sends a series of frames to a cloud server that implements a 3DCNN to classify the scene as either a robbery or a normal situation, thus minimizing false positives. The deep learning process to train and deploy weapon detection models uses a custom dataset with 16,799 images of firearms and sharp weapons. The best-performing model, YOLOv5s, optimized using TensorRT, achieved a final mAP of 0.87 running at 4.43 FPS. Additionally, the 3DCNN demonstrated 0.88 accuracy in detecting abnormal situations. Extensive experiments validate that the proposed system significantly reduces false positives while autonomously monitoring multiple locations in real-time.

📄 PDF Abstract BibTeX arXiv:2410.09731

Code (1)

Coding-Rod/crime_detection 공식 구현

Tasks

object-detectionObject DetectionVideo Classification

Similar Papers 제목 키워드 기반

Distributed Deep Learning Model for Intelligent Video Surveillance Systems with Edge Computing

2019-04-12 · Jianguo Chen, Kenli Li, Qingying Deng, Keqin Li 외

In this paper, we propose a Distributed Intelligent Video Surveillance (DIVS) system using Deep Learning (DL) algorithms and deploy it in an edge computing environment. We establish a multi-layer edge computing architect…

Edge-computing

A Large-scale Distributed Video Parsing and Evaluation Platform

2016-11-29 · Kai Yu, Yang Zhou, Da Li, Zhang Zhang 외

Visual surveillance systems have become one of the largest data sources of Big Visual Data in real world. However, existing systems for video analysis still lack the ability to handle the problems of scalability, expansi…

vehicle detection

Real-time distributed video analytics for privacy-aware person search

2023-06-12 · Computer Vision and Image Understanding 2023 6 · Bipin Gaikwad, Abhijit Karmakar

In this work, a novel distributed privacy-aware person search (PAPS) model has been proposed which circumvents the privacy risks. An intelligent IoT surveillance system has been designed to integrate the PAPS model for r…

Person Search

Ancilia: Scalable Intelligent Video Surveillance for the Artificial Intelligence of Things

2023-01-09 · Armin Danesh Pazho, Christopher Neff, Ghazal Alinezhad Noghre, Babak Rahimi Ardabili 외

With the advancement of vision-based artificial intelligence, the proliferation of the Internet of Things connected cameras, and the increasing societal need for rapid and equitable security, the demand for accurate real…

A Scalable and Robust Framework for Intelligent Real-time Video Surveillance

2016-10-30 · Shreenath Dutt, Ankita Kalra

In this paper, we present an intelligent, reliable and storage-efficient video surveillance system using Apache Storm and OpenCV. As a Storm topology, we have added multiple information extraction modules that only write…