TL;DR
Existing video anomaly detection datasets do not provide the explainable analysis needed for compliance monitoring. FoodMonitor is a benchmark tool that includes 477 video clips with detailed annotations for compliance violations in commercial kitchens.
✦ Why It Matters
Engineers can leverage FoodMonitor to enhance compliance monitoring systems with better explainability and performance metrics.
Key Takeaways
Full Summary
As AI-driven compliance monitoring gains importance in sectors like public governance and industrial safety, there is a need for systems that can provide clear evidence and accountability. Current datasets for video anomaly detection primarily focus on binary classification of events, lacking the necessary rule-based explanations for real-world applications.
FoodMonitor addresses this gap by offering a benchmark specifically for compliance analysis in commercial kitchens, featuring 477 video clips and 3,307 annotations detailing violations. Each annotation identifies the specific rule violated, the non-compliant behavior, and the individual responsible, using frame-level bounding boxes for precision.
A two-stage evaluation protocol was established to assess both spatial localization and semantic understanding, resulting in a composite metric called C_score. The best-performing model achieved a C_score of only 0.360, indicating that both localization and understanding of rules are significant challenges.
This analysis also identified two failure modes, providing insights for future improvements in model development.
Related