EvQA
收藏资源简介:
EvQA是由北京大学等机构联合构建的首个基于真实事件数据的多模态大语言模型客观评测基准,包含来自22个公开数据集的1000个事件-Q&A对。该数据集覆盖街景交通、南极野生动物等多样化场景,涉及11种事件相机型号,所有问题均经过人工专家验证并支持中英双语。其通过精心设计的多选题形式实现客观评估,旨在解决事件相机与语言模型融合时缺乏真实数据基准的难题,为事件流的高阶语义理解任务提供标准化测试平台。
EvQA is the first objective evaluation benchmark for multimodal large language models based on real event data, jointly developed by Peking University and other institutions. It encompasses 1000 event-Q&A pairs collected from 22 public datasets. This benchmark covers diverse scenarios including street traffic and Antarctic wildlife, and involves 11 distinct event camera models. All questions have been validated by human experts and are available in both Chinese and English. It employs carefully designed multiple-choice formats to enable objective evaluation, aiming to address the critical shortage of real-world data benchmarks for the integration of event cameras and large language models, and provides a standardized testbed for high-level semantic understanding tasks of event streams.
EvQA 数据集概述
数据集基本信息
- 数据集名称: EvQA
- 核心用途: 事件相机视觉问答
- 关联论文: "Reconstruction as a Bridge for Event-Based Visual Question Answering"
- 论文链接: https://arxiv.org/pdf/2512.11510
- 数据集下载地址: https://huggingface.co/datasets/hylz/EvQA
数据集内容与结构
数据集包含两个主要目录:h5_files 和 questions。
1. 问题标注 (questions 目录)
- 格式: JSON 文件
- 文件路径:
questions/{dataset_name}.json - 内容:
- 元数据:包含数据集名称和描述。
- 问题列表:每个条目包含问题ID、对应的H5文件路径、相机类型、分辨率、问题类型、持续时间、关键词,以及问题和答案的文本(包含英文和中文)与多项选择选项。
2. 事件数据 (h5_files 目录)
- 组织方式: 按数据集名称组织,结构为
h5_files/{dataset_name}/{question_id}.h5和h5_files/{dataset_name}/LICENSE.txt。 - 数据格式: HDF5 (
.h5) 格式,使用h5py生成并启用压缩。 - 文件属性(元数据):
sensor_resolution: 传感器空间分辨率 (H, W)。num_events: 事件总数。num_imgs: 强度图像数量(若无则为0)。duration: 记录时长(秒)。camera_type: 事件相机型号。data_source: 源数据集名称。base_time: 记录开始的绝对时间戳(纪元时间)。若原始时间戳为相对值,则设为0.0。文件中的时间戳相对于此基准时间(即从0开始)。
- 事件数据存储:
events/xs: 事件的X坐标 (uint16)。events/ys: 事件的Y坐标 (uint16)。events/ts: 事件的时间戳(微秒,uint64),ts[0] == 0。events/ps: 事件的极性 (uint8),取值为0或1。
- 图像数据存储(如可用):
- 存储为单独的数据集,命名格式为
images/image{idx:09d},其中idx为图像索引。 - 每个图像数据集属性:
event_idx: 对应图像时间戳的事件索引。timestamp: 图像的时间戳 (uint64),与事件流时间戳对齐。
- 存储为单独的数据集,命名格式为
相关模型权重
为运行相关代码,需下载以下预训练模型权重:
- V2V-E2VID: 用于FRT及审阅系统。
- 下载链接:https://drive.google.com/file/d/1pCcu74dwQeYj8HI2TbOWkkAdnuoi9bW7/view?usp=drive_link
- 目标路径:
adaptive_e2vid/checkpoints/v2v_e2vid_10k/epoch_0077.pth
- Adaptive-E2VID: 用于ART。
- 下载链接:https://drive.google.com/drive/folders/1jea3bJvSy89Gu1Y8bYAn-JkzQziRz7iA?usp=sharing
- 目标路径:
adaptive_e2vid/checkpoints/adaptive_e2vid/epoch_0059.pth
- Qwen3-VL: 用于FRT和ART。
- 下载源:https://huggingface.co/collections/Qwen/qwen3-vl 或 https://modelscope.cn/collections/Qwen3-VL-5c7a94c8cb144b
引用信息
如需在研究中引用此数据集或相关方法,请使用以下BibTeX格式:
@InProceedings{lou2025evqa, title={Reconstruction as a Bridge for Event-Based Visual Question Answering}, author={Lou, Hanyue and Zhou, Jiayi and Zhang, Yang and Li, Boyu and Wang, Yi and Guangnan, Ye and Shi, Boxin}, booktitle={arXiv preprint arXiv:2512.11510}, year={2025} }

- 1Reconstruction as a Bridge for Event-Based Visual Question Answering北京大学, 上海创新研究院, 上海人工智能实验室, 复旦大学 · 2025年



