MLE-UVAD: Minimal Latent Entropy Autoencoder for Fully Unsupervised Video Anomaly Detection

arXiv cs.CV / 3/26/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces MLE-UVAD, a method for single-scene, fully unsupervised video anomaly detection that trains and tests on videos containing both normal and abnormal events without any labels.
  • It uses an entropy-guided autoencoder that combines standard reconstruction loss with a Minimal Latent Entropy (MLE) loss to encourage latent embeddings for normal content to concentrate in high-density regions.
  • The approach is designed to create a clear reconstruction gap: normal frames are reconstructed well, while anomalies are reconstructed poorly even though they appear during training.
  • By adding MLE loss, the method mitigates the risk that reconstruction loss alone would reconstruct anomalies too well and blur the distinction between normal and abnormal latent representations.
  • Experiments on two public benchmarks plus a self-collected driving dataset show robust, superior performance compared with prior baselines.

Abstract

In this paper, we address the challenging problem of single-scene, fully unsupervised video anomaly detection (VAD), where raw videos containing both normal and abnormal events are used directly for training and testing without any labels. This differs sharply from prior work that either requires extensive labeling (fully or weakly supervised) or depends on normal-only videos (one-class classification), which are vulnerable to distribution shifts and contamination. We propose an entropy-guided autoencoder that detects anomalies through reconstruction error by reconstructing normal frames well while making anomalies reconstruct poorly. The key idea is to combine the standard reconstruction loss with a novel Minimal Latent Entropy (MLE) loss in the autoencoder. Reconstruction loss alone maps normal and abnormal inputs to distinct latent clusters due to their inherent differences, but also risks reconstructing anomalies too well to detect. Therefore, MLE loss addresses this by minimizing the entropy of latent embeddings, encouraging them to concentrate around high-density regions. Since normal frames dominate the raw video, sparse anomalous embeddings are pulled into the normal cluster, so the decoder emphasizes normal patterns and produces poor reconstructions for anomalies. This dual-loss design produces a clear reconstruction gap that enables effective anomaly detection. Extensive experiments on two widely used benchmarks and a challenging self-collected driving dataset demonstrate that our method achieves robust and superior performance over baselines.