菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-06
📄 Abstract - SteelBench: Evaluating Vision-Language Models in Real-World Industrial Environments

Existing video benchmarks evaluate action recognition on consumer videos, egocentric recordings, or simulated industrial environments. They do not test vision-language models under the visual and procedural conditions of real industrial CCTV, where workers appear as distant figures amid dust, steam, low light, glare, occlusion, and overlapping activities. We introduce STEELBENCH, a diagnostic benchmark for industrial surveillance that jointly evaluates per-worker activity recognition, safety-rule reasoning, and annotation provenance. SteelBench contains 1,345 densely annotated clips, curated from 149 hours of operational plant footage and 10,024 candidate clips using temporal deduplication, class balancing, and visibility-aware stratified sampling. Each clip includes dense per-worker action labels, PPE attributes, spatial context, and safety-rule annotations. Because model-assisted annotation can shape the labels later used for model evaluation, SteelBench includes a provenance-aware audit protocol. The protocol measures label influence, evaluates sensitivity to ground-truth provenance, and reports a human reference from expert-reviewed labels. Applying this audit, we find that unaudited VLM-sourced ground truth can inflate same-family model accuracy by up to 17 percentage points. Across nine VLMs from four architectural families, the best model reaches only 42.6% action accuracy, compared with an 84.6% human benchmark. Performance also fragments across recognition, robustness, calibration, and safety reasoning. Even when models predict the correct action, 37-58% of cases still yield incorrect safety judgments, and no model passes more than 2 of 5 diagnostic checks. The dataset is publicly available on Hugging Face.

顶级标签: computer vision video benchmark
详细标签: vision-language models industrial surveillance action recognition safety reasoning provenance audit 或 搜索:

SteelBench:在真实工业环境中评估视觉-语言模型 / SteelBench: Evaluating Vision-Language Models in Real-World Industrial Environments


1️⃣ 一句话总结

该论文提出了一个名为SteelBench的工业监控基准测试集,包含上千个来自真实钢铁厂监控视频的剪辑片段,用于专门评估视觉-语言模型在识别工人动作、判断安全规则遵守情况以及标注来源可靠性方面的能力,结果发现当前最好的模型准确率不到人类的一半,且安全推理严重不足。

源自 arXiv: 2607.05264