paper-with-me

홈 › Papers

Detection of Object Throwing Behavior in Surveillance Videos

2024-03-11 · Ivo P. C. Kersten, Erkut Akdag, Egor Bondarev, Peter H. N. de With

Anomalous behavior detection is a challenging research area within computer vision. Progress in this area enables automated detection of dangerous behavior using surveillance camera feeds. A dangerous behavior that is often overlooked in other research is the throwing action in traffic flow, which is one of the unique requirements of our Smart City project to enhance public safety. This paper proposes a solution for throwing action detection in surveillance videos using deep learning. At present, datasets for throwing actions are not publicly available. To address the use-case of our Smart City project, we first generate the novel public 'Throwing Action' dataset, consisting of 271 videos of throwing actions performed by traffic participants, such as pedestrians, bicyclists, and car drivers, and 130 normal videos without throwing actions. Second, we compare the performance of different feature extractors for our anomaly detection method on the UCF-Crime and Throwing-Action datasets. The explored feature extractors are the Convolutional 3D (C3D) network, the Inflated 3D ConvNet (I3D) network, and the Multi-Fiber Network (MFNet). Finally, the performance of the anomaly detection algorithm is improved by applying the Adam optimizer instead of Adadelta, and proposing a mean normal loss function that covers the multitude of normal situations in traffic. Both aspects yield better anomaly detection performance. Besides this, the proposed mean normal loss function lowers the false alarm rate on the combined dataset. The experimental results reach an area under the ROC curve of 86.10 for the Throwing-Action dataset, and 80.13 on the combined dataset, respectively.

📄 PDF Abstract BibTeX arXiv:2403.06552

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionAnomaly DetectionObject

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

ANOMALY DETECTION WITH FRAME-GROUP ATTENTION IN SURVEILLANCE VIDEOS

2021-09-29 · Jinsheng Xiao, Haowen Guo, Yuanxu Wu, Yunhua Chen 외

The paper proposes an end-to-end abnormal behavior detection network to detect strenuous movements in slow moving crowds, such as running, bicycling, throwing from a height. The algorithm forms continuous video frames in…

Anomaly Detection

Student Dangerous Behavior Detection in School

2022-02-19 · Huayi Zhou, Fei Jiang, Hongtao Lu

Video surveillance systems have been installed to ensure the student safety in schools. However, discovering dangerous behaviors, such as fighting and falling down, usually depends on untimely human observations. In this…

Action Recognitionobject-detectionObject Detection

TossingBot: Learning to Throw Arbitrary Objects with Residual Physics

2019-03-27 · Andy Zeng, Shuran Song, Johnny Lee, Alberto Rodriguez 외

We investigate whether a robot arm can learn to pick and throw arbitrary objects into selected boxes quickly and accurately. Throwing has the potential to increase the physical reachability and picking speed of a robot a…

Friction

DyDexHandover: Human-like Bimanual Dynamic Dexterous Handover using RGB-only Perception

2025-09-22 · Haoran Zhou, Yangwei You, Shuaijun Wang arxiv

Dynamic in air handover is a fundamental challenge for dual-arm robots, requiring accurate perception, precise coordination, and natural motion. Prior methods often rely on dynamics models, strong priors, or depth sensin…

Multi-agent Reinforcement Learning

COLLIDE-PRED: Prediction of On-Road Collision From Surveillance Videos

2021-01-21 · Deesha Chavan, Dev Saad, Debarati B. Chakraborty

Predicting on-road abnormalities such as road accidents or traffic violations is a challenging task in traffic surveillance. If such predictions can be done in advance, many damages can be controlled. Here in our wok, we…

Objectobject-detectionObject DetectionObject Tracking+2