Weakly-Supervised Spatiotemporal Anomaly Detection
Urvi Gianchandani, Praveen Tirupattur, Mubarak Shah
TLDR
This paper introduces a weakly-supervised spatiotemporal anomaly detection method that uses video-level labels and multiple instance ranking loss.
Key contributions
- Uses weak video-level labels (normal/anomalous) for training, avoiding costly frame annotations.
- Applies Multiple Instance Ranking Loss (MIL) by modeling clips as positive/negative bags.
- Performs spatiotemporal anomaly detection, localizing anomalies within frames.
- Validated on the UCF Crime2Local Dataset, showing effectiveness.
Why it matters
Annotating videos for anomaly detection is very time-consuming and expensive. This paper offers a solution by using only weak video-level labels, significantly reducing annotation effort. Its spatiotemporal localization improves detection granularity, making it practical for real-world surveillance.
Original Abstract
In this paper, we explore a weakly supervised method for anomaly detection. Since annotating videos is time-consuming, we only look at weak video-level labels during training. This means that given a video, we know that it is either normal or contains an anomaly, but no further annotations are used to train the network. Features are extracted from video clips that are either normal or anomalous. These features are used to determine anomaly scores for spatiotemporal regions of the clips based on a classifier and the implementation of a multiple instance ranking loss (MIL). We represent both anomalous and normal video clips as positive and negative bags, respectively, to apply MIL. Furthermore, since anomalies are usually localized to a part of a frame rather than the whole frame, we chose to explore temporal as well as spatial anomaly detection. We show our results on the UCF Crime2Local Dataset, which contains spatiotemporal annotations for a portion of the UCF Crime Dataset.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.