# Adversarially Learned Abnormal Trajectory Classifier

**Authors:** Pankaj Raj Roy, Guillaume-Alexandre Bilodeau

arXiv: 1903.11040 · 2019-04-05

## TL;DR

This paper introduces an adversarial neural network approach for detecting abnormal trajectories in urban traffic data, achieving high accuracy without manual thresholds and generalizing well to different datasets.

## Contribution

A novel GAN-inspired discriminative model using autoencoder reconstruction errors for unsupervised abnormal trajectory detection.

## Key findings

- Achieves state-of-the-art accuracy on urban traffic datasets.
- Does not require manual detection thresholds.
- Effectively generalizes to different datasets like CAVIAR.

## Abstract

We address the problem of abnormal event detection from trajectory data. In this paper, a new adversarial approach is proposed for building a deep neural network binary classifier, trained in an unsupervised fashion, that can distinguish normal from abnormal trajectory-based events without the need for setting manual detection threshold. Inspired by the generative adversarial network (GAN) framework, our GAN version is a discriminative one in which the discriminator is trained to distinguish normal and abnormal trajectory reconstruction errors given by a deep autoencoder. With urban traffic videos and their associated trajectories, our proposed method gives the best accuracy for abnormal trajectory detection. In addition, our model can easily be generalized for abnormal trajectory-based event detection and can still yield the best behavioural detection results as demonstrated on the CAVIAR dataset.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.11040/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1903.11040/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1903.11040/full.md

---
Source: https://tomesphere.com/paper/1903.11040