Strictly Causal Streaming Video Anomaly Detection with a Theoretically-Grounded State-Space Core· 严格因果流式视频异常检测
Recent work has applied Mamba style state space models (SSMs) to video anomaly detection, yet existing approaches still rely on buffering clips or windows internally, lack a theoretical account of how temporal memory relates to detection latency, and benchmark efficiency only through GPU throughput rather than the edge hardware these methods are intended to target. We introduce a strictly causal streaming anomaly detector whose fixed size state is updated in O(1) time and memory per incoming frame, with no lookahead and no clip buffering. Its temporal core is a diagonal linear state space recurrence with an input and state dependent decay gate, trained self supervised through causal next embedding prediction on a frozen visual backbone. We derive a closed form relationship between the recu
提出严格因果流式视频异常检测模型,无需缓存,实时更新状态。
- 核心方法
- 通过因果线性状态空间模型和自监督训练,实现每帧O(1)时间与内存复杂度的实时状态更新。
- 适合谁读
- 研究者 / 工程师
- 要解决的问题
- 现有视频异常检测方法依赖缓存、缺乏理论支持,且未针对边缘设备优化效率。
- 关键实验
- 未提供
- 主要贡献
- 首次提出严格因果的流式视频异常检测框架,提供理论支撑,并针对边缘设备优化性能。
- 意义与局限
- 意义在于推动实时视频监控技术发展,边缘计算应用潜力大,但实验数据缺失为局限。