SpookyBench
收藏资源简介:
SpookyBench是第一个旨在隔离和评估纯时间理解的基准测试,通过仅通过噪声类帧的时间序列编码信息。该基准测试包含451个视频,分布在四个不同的类别(单词、形状、对象、动态场景)中。每个视频在单个帧中显示为随机噪声,但在作为时间序列观看时显示有意义的内容。
SpookyBench is the first benchmark designed to isolate and evaluate pure temporal understanding, in which meaningful information is encoded solely through the temporal sequence of noise-like frames. This benchmark includes 451 videos distributed across four distinct categories: words, shapes, objects, and dynamic scenes. Each video appears as random noise in a single frame, but displays meaningful content when viewed as a temporal sequence.
SpookyBench 数据集概述
📖 数据集简介
SpookyBench 是首个专注于评估纯时间理解能力的基准数据集,通过时间序列噪声帧编码信息,揭示当前视频-视觉语言模型(Video-VLMs)在时间理解上的根本缺陷。
🌟 核心特点
- 纯时间推理测试:完全排除空间特征干扰
- 451个视频样本:覆盖4种时间模式类别
- 人类-AI表现差距:人类98%准确率 vs 所有AI模型0%
- 全面模型评估:测试15+种先进模型
- 创新编码框架:基于对立运动模式的时间编码
📊 数据集构成
| 类别 | 视频数量 | 占比 | 内容描述 |
|---|---|---|---|
| 文本 | 210 | 46.6% | 通过时间噪声模式编码的英文单词 |
| 物体图像 | 156 | 34.6% | 使用时间动画编码的单一物体 |
| 动态场景 | 57 | 12.6% | 具有时间运动模式的视频深度图 |
| 形状 | 28 | 6.2% | 通过时间序列编码的几何图案 |
| 总计 | 451 | 100% | 全面时间理解评估 |
🎯 评估结果
性能对比
| 评估对象 | 准确率 |
|---|---|
| 人类 | 98.0% ± 0.6% |
| 所有Video-VLM模型 | 0.0% |
测试模型列表
- 闭源模型:GPT-4o, GPT-4V, Gemini 2.0 Flash, Gemini 1.5 Pro
- 开源大模型:Qwen2.5-VL-72B, InternVL2.5-78B, InternVL2-40B
- 开源中模型:Video-LLaVA, LLaVA-NeXT-Video, TimeChat
- 专用模型:TimeChat, VideoGPT+, VILA
🔬 技术实现
时间编码原理
- 前景像素:单向运动(如上/左)
- 背景像素:反向运动(如下/右)
- 人类感知:通过运动方向分组像素识别内容
- AI模型:无法利用时间运动线索
⚙️ 使用方式
数据下载
bash wget https://huggingface.co/datasets/timeblindness/spooky-bench/resolve/main/spooky_bench.zip unzip spooky_bench.zip
评估流程
- 克隆仓库
- 设置环境
- 运行评估脚本(支持GPT-4o, Gemini等多种模型)
📜 引用信息
- 论文链接:https://arxiv.org/abs/2505.24867
- 项目主页:https://timeblindness.github.io/
- 许可证:MIT License




