🤖 AI Summary
Existing video anomaly detection (VAD) benchmarks lack suitability for smart home environments, hindering evaluation of models on realistic domestic anomalies. Method: We introduce SmartHome-Bench, the first multimodal VAD benchmark tailored to intelligent households—comprising 1,203 videos annotated with fine-grained, causally grounded labels across seven real-world household anomalies (e.g., elderly falling, infant choking). We propose a novel anomaly taxonomy and the Taxonomy-Driven Reflective LLM Chain (TRLC) framework, integrating prompt engineering and chain-of-thought reasoning to enhance discriminative capability. Contribution/Results: Our work presents the first systematic evaluation of mainstream closed- and open-source multimodal large language models (MLLMs) on household VAD. TRLC achieves a +11.62% accuracy gain over strong baselines on SmartHome-Bench. The dataset, annotations, and code are fully open-sourced, revealing critical limitations of current MLLMs in fine-grained domestic anomaly understanding and causal inference.
📝 Abstract
Video anomaly detection (VAD) is essential for enhancing safety and security by identifying unusual events across different environments. Existing VAD benchmarks, however, are primarily designed for general-purpose scenarios, neglecting the specific characteristics of smart home applications. To bridge this gap, we introduce SmartHome-Bench, the first comprehensive benchmark specially designed for evaluating VAD in smart home scenarios, focusing on the capabilities of multi-modal large language models (MLLMs). Our newly proposed benchmark consists of 1,203 videos recorded by smart home cameras, organized according to a novel anomaly taxonomy that includes seven categories, such as Wildlife, Senior Care, and Baby Monitoring. Each video is meticulously annotated with anomaly tags, detailed descriptions, and reasoning. We further investigate adaptation methods for MLLMs in VAD, assessing state-of-the-art closed-source and open-source models with various prompting techniques. Results reveal significant limitations in the current models' ability to detect video anomalies accurately. To address these limitations, we introduce the Taxonomy-Driven Reflective LLM Chain (TRLC), a new LLM chaining framework that achieves a notable 11.62% improvement in detection accuracy. The benchmark dataset and code are publicly available at https://github.com/Xinyi-0724/SmartHome-Bench-LLM.