English

Unbiased Multiple Instance Learning for Weakly Supervised Video Anomaly Detection

Computer Vision and Pattern Recognition 2023-03-23 v1

Abstract

Weakly Supervised Video Anomaly Detection (WSVAD) is challenging because the binary anomaly label is only given on the video level, but the output requires snippet-level predictions. So, Multiple Instance Learning (MIL) is prevailing in WSVAD. However, MIL is notoriously known to suffer from many false alarms because the snippet-level detector is easily biased towards the abnormal snippets with simple context, confused by the normality with the same bias, and missing the anomaly with a different pattern. To this end, we propose a new MIL framework: Unbiased MIL (UMIL), to learn unbiased anomaly features that improve WSVAD. At each MIL training iteration, we use the current detector to divide the samples into two groups with different context biases: the most confident abnormal/normal snippets and the rest ambiguous ones. Then, by seeking the invariant features across the two sample groups, we can remove the variant context biases. Extensive experiments on benchmarks UCF-Crime and TAD demonstrate the effectiveness of our UMIL. Our code is provided at https://github.com/ktr-hubrt/UMIL.

Keywords

Cite

@article{arxiv.2303.12369,
  title  = {Unbiased Multiple Instance Learning for Weakly Supervised Video Anomaly Detection},
  author = {Hui Lv and Zhongqi Yue and Qianru Sun and Bin Luo and Zhen Cui and Hanwang Zhang},
  journal= {arXiv preprint arXiv:2303.12369},
  year   = {2023}
}

Comments

11 pages,10 figures

R2 v1 2026-06-28T09:27:52.073Z