CVJun 23, 2017

Training Adversarial Discriminators for Cross-channel Abnormal Event Detection in Crowds

arXiv:1706.07680v2204 citations
Originality Highly original
AI Analysis

This addresses the challenge of detecting abnormal events in crowds for video surveillance applications, where labeled abnormal data is scarce, by proposing a novel cross-channel GAN approach.

The paper tackles the problem of abnormal crowd behavior detection in video surveillance by using Generative Adversarial Nets (GANs) trained only on normal data, eliminating the need for annotated abnormal examples. It reports that the method outperforms previous state-of-the-art methods in both frame-level and pixel-level evaluations on standard benchmarks.

Abnormal crowd behaviour detection attracts a large interest due to its importance in video surveillance scenarios. However, the ambiguity and the lack of sufficient abnormal ground truth data makes end-to-end training of large deep networks hard in this domain. In this paper we propose to use Generative Adversarial Nets (GANs), which are trained to generate only the normal distribution of the data. During the adversarial GAN training, a discriminator (D) is used as a supervisor for the generator network (G) and vice versa. At testing time we use D to solve our discriminative task (abnormality detection), where D has been trained without the need of manually-annotated abnormal data. Moreover, in order to prevent G learn a trivial identity function, we use a cross-channel approach, forcing G to transform raw-pixel data in motion information and vice versa. The quantitative results on standard benchmarks show that our method outperforms previous state-of-the-art methods in both the frame-level and the pixel-level evaluation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes