EgoMask
收藏资源简介:
EgoMask是一个针对第一人称视角视频的像素级时空定位基准数据集,旨在促进增强现实和机器人等领域的应用。该数据集包含315个视频,涵盖了短期、中期和长期视频,并提供了700个查询,以便进行全面的评估。此外,还创建了EgoMask-Train,这是一个大规模的训练数据集,包含2,624个视频,用于支持模型开发。通过实验表明,现有的时空定位模型在EgoMask基准上表现不佳,但在EgoMask-Train上进行微调后,性能有了显著提高,同时保持了在非第一人称视角数据集上的性能。因此,EgoMask数据集为推动第一人称视角视频理解提供了重要的资源和见解。
EgoMask is a pixel-level spatio-temporal localization benchmark dataset for first-person view videos, intended to advance applications in domains such as augmented reality and robotics. This dataset comprises 315 videos covering short-, medium-, and long-duration clips, and provides 700 queries to support comprehensive evaluation. Furthermore, EgoMask-Train, a large-scale training dataset containing 2,624 videos, was constructed to facilitate model development. Experimental results demonstrate that existing spatio-temporal localization models perform poorly on the EgoMask benchmark, but their performance improves significantly after fine-tuning on EgoMask-Train while maintaining their performance on non-first-person view datasets. Consequently, the EgoMask dataset provides valuable resources and insights for advancing first-person video understanding.
EgoMask数据集概述
数据集简介
- 名称: EgoMask
- 类型: 像素级基准数据集
- 领域: 第一人称视角(egocentric)视频的细粒度时空定位
- 主要贡献:
- 首个针对第一人称视角视频的像素级细粒度时空定位基准
- 提供大规模训练数据集EgoMask-Train
数据集特点
- 挑战性特征:
- 更短的对象持续时间
- 更稀疏的对象轨迹
- 更小的对象尺寸
- 更大的位置偏移
数据集组成
- EgoMask基准数据集:
- 包含详细注释
- 可从Hugging Face获取: https://huggingface.co/datasets/XuuuXYZ/EgoMask
- EgoMask-Train训练数据集:
- 大规模训练数据
- 促进模型开发
统计信息
- EgoMask-Train:
- 包含对象持续时间百分比、掩码区域百分比等统计指标
- EgoMask基准:
- 包含轨迹数量、平均轨迹长度、消失比例等统计指标
- 与现有外中心基准(exocentric benchmarks)的比较数据
数据获取与预处理
-
克隆仓库:
git clone https://github.com/LaVi-Lab/EgoMask.git
-
下载数据集注释:
hf download XuuuXYZ/EgoMask --repo-type dataset --local-dir dataset
-
预处理脚本:
- process_refego.sh
- process_egotracks_for_benchmark.sh
评估方法
支持三种模型评估:
- GroundedSAM2:
- 支持long/mid/short三种数据集类型评估
- VideoLISA:
- 使用VideoLISA-3.8B模型进行评估
- Sa2VA:
- 使用Sa2VA-4B模型进行评估
微调方法
- VideoLISA微调:
- 基于VideoLISA-3.8B模型
- 需要特定数据目录结构
- Sa2VA微调:
- 基于Sa2VA-4B模型
- 包含训练脚本和模型转换工具
相关资源
- 论文: https://arxiv.org/abs/2508.00518
- 数据: https://huggingface.co/datasets/XuuuXYZ/EgoMask
- 基础数据集: EgoTracks, RefEgo
- 参考模型: Grounded-SAM2, Sa2VA, VideoLISA
引用
bibtex @article{liang2025finegrained, title={Fine-grained Spatiotemporal Grounding on Egocentric Videos}, author={Shuo Liang and Yiwu Zhong and Zi-Yuan Hu and Yeyao Tao and Liwei Wang}, journal={arxiv preprint arXiv:2508.00518}, year={2025}, }




