Learnable Locality-Sensitive Hashing for Video Anomaly Detection
Yue Lu, Congqi Cao, Yanning Zhang

TL;DR
This paper introduces a learnable, neural network-embedded locality-sensitive hashing method for video anomaly detection, improving scalability, robustness, and accuracy over existing reconstruction-based approaches.
Contribution
It proposes a novel learnable LSH technique embedded in a neural network, optimized with contrastive learning for effective video anomaly detection.
Findings
Achieves state-of-the-art results on VAD benchmarks.
Robust to data imbalance and intra-class variations.
Scalable and efficient for large datasets.
Abstract
Video anomaly detection (VAD) mainly refers to identifying anomalous events that have not occurred in the training set where only normal samples are available. Existing works usually formulate VAD as a reconstruction or prediction problem. However, the adaptability and scalability of these methods are limited. In this paper, we propose a novel distance-based VAD method to take advantage of all the available normal data efficiently and flexibly. In our method, the smaller the distance between a testing sample and normal samples, the higher the probability that the testing sample is normal. Specifically, we propose to use locality-sensitive hashing (LSH) to map samples whose similarity exceeds a certain threshold into the same bucket in advance. In this manner, the complexity of near neighbor search is cut down significantly. To make the samples that are semantically similar get closer…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Image and Video Retrieval Techniques · Video Analysis and Summarization
MethodsContrastive Learning
