An application of a deep learning algorithm for automatic detection of unexpected accidents under bad CCTV monitoring conditions in tunnels
Kyu-Beom Lee, Hyu-Soung Shin

TL;DR
This paper presents a deep learning-based system combining object detection and tracking to automatically identify unexpected tunnel accidents from CCTV footage, achieving rapid detection and adaptability to new data.
Contribution
It introduces an integrated ODTS with Faster R-CNN for tunnel accident detection, demonstrating high accuracy and real-time performance with automatic capacity enhancement.
Findings
Achieved AP of 0.8479 for cars, 0.7161 for persons, 0.9085 for fire.
Detected all accidents within 10 seconds in test videos.
System's detection capacity improves automatically with more training data.
Abstract
In this paper, Object Detection and Tracking System (ODTS) in combination with a well-known deep learning network, Faster Regional Convolution Neural Network (Faster R-CNN), for Object Detection and Conventional Object Tracking algorithm will be introduced and applied for automatic detection and monitoring of unexpected events on CCTVs in tunnels, which are likely to (1) Wrong-Way Driving (WWD), (2) Stop, (3) Person out of vehicle in tunnel (4) Fire. ODTS accepts a video frame in time as an input to obtain Bounding Box (BBox) results by Object Detection and compares the BBoxs of the current and previous video frames to assign a unique ID number to each moving and detected object. This system makes it possible to track a moving object in time, which is not usual to be achieved in conventional object detection frameworks. A deep learning model in ODTS was trained with a dataset of event…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution
