Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
The size of the content of the first rows (1449204 B) exceeds the maximum supported size (200000 B) even after truncation. Please report the issue.
Error code:   TooBigContentError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

ID-VTG: Image-Disambiguated Video Temporal Grounding

ID-VTG is a benchmark for Image-Disambiguated Video Temporal Grounding. Each query combines a text description and a reference image. The task is to localize the temporal segment in which the specific instance depicted in the reference image performs the action described by the text query.

Repository Structure

ID-VTG/
├── README.md
├── LICENSE
├── NOTICE.md
├── CITATION.cff
├── CHANGELOG.md
├── IDVTG-Gym/
│   ├── annotations/
│   │   ├── idvtg_gym_train.json
│   │   └── idvtg_gym_val.json
│   ├── images/
│   │   ├── train.zip
│   │   └── val.zip
│   └── videos/
│       ├── shard_0000.tar
│       ├── shard_0001.tar
│       ├── shard_0002.tar
│       ├── shard_0003.tar
│       ├── shard_0004.tar
│       ├── shard_0005.tar
│       ├── shard_0006.tar
│       ├── shard_0007.tar
│       ├── shard_0008.tar
│       └── shard_0009.tar
├── IDVTG-InternVid/
│   ├── annotations/
│   │   ├── idvtg_internvid_train.json
│   │   └── idvtg_internvid_val.json
│   ├── images/
│   │   ├── idvtg_internvid_train_images/
│   │   └── idvtg_internvid_val_images/
│   └── videos/
│       └── <video_id>.mp4
└── IDVTG-Web/
    ├── annotations/
    │   └── idvtg_web_test.json
    ├── images/
    │   └── images.zip
    └── videos/
        └── videos.zip

IDVTG-Gym

IDVTG-Gym focuses on fine-grained and compositionally ordered gymnastics actions involving athletes with similar visual appearances.

Annotations:

IDVTG-Gym/annotations/idvtg_gym_train.json
IDVTG-Gym/annotations/idvtg_gym_val.json

Reference images:

IDVTG-Gym/images/train.zip
IDVTG-Gym/images/val.zip

Videos are distributed as TAR shards:

IDVTG-Gym/videos/shard_0000.tar
...
IDVTG-Gym/videos/shard_0009.tar

Inspect the member naming convention before publication:

tar -tf IDVTG-Gym/videos/shard_0000.tar | head -n 30

IDVTG-InternVid

IDVTG-InternVid focuses on open-world videos containing diverse entities and strong temporal distractors.

Annotations:

IDVTG-InternVid/annotations/idvtg_internvid_train.json
IDVTG-InternVid/annotations/idvtg_internvid_val.json

Reference images:

IDVTG-InternVid/images/idvtg_internvid_train_images/
IDVTG-InternVid/images/idvtg_internvid_val_images/

Videos are distributed as individual MP4 files:

IDVTG-InternVid/videos/<video_id>.mp4

Symbolic links used on the authors' servers are only a local storage mechanism. The published files must contain the actual MP4 bytes.

IDVTG-Web

IDVTG-Web is the out-of-distribution test subset constructed from web videos.

IDVTG-Web/annotations/idvtg_web_test.json
IDVTG-Web/images/images.zip
IDVTG-Web/videos/

The Web videos may be uploaded later from another server to the same repository path.

Source Data and Attribution

IDVTG-Gym is derived from FineGym resources.

IDVTG-InternVid is derived from InternVid-TG or DisTime and InternVid resources.

IDVTG-Web contains an out-of-distribution evaluation subset constructed from publicly accessible web videos.

Users must cite the ID-VTG paper and the applicable upstream datasets. Users must retain source attribution recorded in the released metadata.

License

The files distributed in this repository are offered under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, abbreviated as CC BY-NC-SA 4.0.

This license statement applies only to rights that the relevant licensors are authorized to grant. Third-party rights may still apply to individual media files.

Intended Use

This dataset is intended for non-commercial research in video temporal grounding, multimodal video understanding, image-conditioned video retrieval, temporal localization, and instance-level video grounding.

Out-of-Scope Use

The dataset must not be used for commercial applications, biometric identification, identifying private individuals, unlawful surveillance, harassment, tracking, or uses that violate applicable licenses or law.

Citation

ID-VTG has been accepted for publication at the 34th ACM International Conference on Multimedia, ACM MM 2026.

If you use this dataset, benchmark, or code, please cite:

@inproceedings{zheng2026idvtg,
  author    = {Minghang Zheng and Jingli Wei and Hongyi Yang and Yang Liu},
  title     = {{ID-VTG}: Image-Disambiguated Video Temporal Grounding},
  booktitle = {Proceedings of the 34th ACM International Conference on Multimedia},
  year      = {2026},
  month     = nov,
  publisher = {Association for Computing Machinery},
  address   = {New York, NY, USA},
  location  = {Rio de Janeiro, Brazil},
  note      = {To appear}
}

Users of IDVTG-Gym should also cite the FineGym paper and dataset.

Users of IDVTG-InternVid should also cite the InternVid-TG or DisTime paper and the InternVid paper and dataset.

Downloads last month
348