Video anomaly detection (VAD) aims to automatically identify events that deviate from normal patterns in untrimmed surveillance videos. Existing methods universally depend on large-scale annotations or task-specific training procedures, severely limiting their rapid deployment to novel scenes. We observe that intermediate-layer features of pre-trained multimodal large language models (MLLMs) already encode rich anomaly semantics, yet existing approaches rely on the language output pathway and fail to exploit the geometric discriminability latent in these representations. Based on this finding, we propose SphereVAD, a fully training-free, zero-shot VAD framework that recasts anomaly discrimination as von Mises-Fisher (vMF) likelihood-ratio geodesic inference on the unit hypersphere, unleashing latent discriminability through principled geometric reasoning rather than learning new representations. Specifically, SphereVAD first applies Frechet mean centering to unfold feature distributions and eliminate domain biases, then employs Holistic Scene Attention (HSA) to reinforce feature consistency using cross-video priors, and finally performs vMF-guided Spherical Geodesic Pulling (SGP) to align ambiguous segments with directional prototypes on the spherical manifold. This training-free pipeline requires only minimal synthetic images for calibration. SphereVAD establishes new state-of-the-art results among training-free approaches on three major benchmarks and remains competitive with fully supervised baselines. Code will be available upon acceptance.
翻译:视频异常检测(VAD)旨在从非裁剪监控视频中自动识别偏离正常模式的事件。现有方法普遍依赖于大规模标注或特定任务的训练流程,严重限制了其在陌生场景中的快速部署。我们发现,预训练多模态大语言模型的中间层特征已编码丰富的异常语义,然而现有方法依赖语言输出通路,未能利用这些表示中潜在的几何判别性。基于这一发现,我们提出SphereVAD——一种完全无训练、零样本的VAD框架,将异常判别重构为单位超球面上的von Mises-Fisher (vMF) 似然比测地线推理,通过原则性几何推理而非学习新表示来释放潜在判别性。具体而言,SphereVAD首先应用Fréchet均值中心化展开特征分布并消除领域偏差,然后通过整体场景注意力机制利用跨视频先验增强特征一致性,最后执行vMF引导的球形测地线拉动使模糊片段与球面流形上的方向原型对齐。该无训练流程仅需极少量合成图像进行校准。在三个主流基准测试中,SphereVAD在无监督方法中达到最优,并与全监督基线保持竞争力。代码将在论文接收后公开。