Detecting abnormal events in video using Narrowed Normality Clusters
Radu Tudor Ionescu, Sorina Smeureanu, Marius Popescu, Bogdan Alexe

TL;DR
This paper presents a two-stage abnormal event detection method in videos using clustering and one-class SVMs, leveraging deep features, which outperforms state-of-the-art methods and operates in real-time.
Contribution
The paper introduces a novel two-stage framework combining k-means clustering and one-class SVMs with deep features for improved abnormal event detection.
Findings
Achieves better detection accuracy than existing methods.
Operates in real-time at 24 frames per second.
Effective in diverse benchmark datasets.
Abstract
We formulate the abnormal event detection problem as an outlier detection task and we propose a two-stage algorithm based on k-means clustering and one-class Support Vector Machines (SVM) to eliminate outliers. In the feature extraction stage, we propose to augment spatio-temporal cubes with deep appearance features extracted from the last convolutional layer of a pre-trained neural network. After extracting motion and appearance features from the training video containing only normal events, we apply k-means clustering to find clusters representing different types of normal motion and appearance features. In the first stage, we consider that clusters with fewer samples (with respect to a given threshold) contain mostly outliers, and we eliminate these clusters altogether. In the second stage, we shrink the borders of the remaining clusters by training a one-class SVM model on each…
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
TopicsAnomaly Detection Techniques and Applications · Artificial Immune Systems Applications · Network Security and Intrusion Detection
MethodsSupport Vector Machine · k-Means Clustering
