Datasets:

ArXiv:
License:

Dataset card refresh + promote CHANGELOG.md as primary release history

#20
Files changed (2) hide show
  1. CHANGELOG.md +14 -3
  2. README.md +31 -31
CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
  # Changelog
2
 
3
- All notable changes to **`nvidia/PhysicalAI-VANTAGE-Bench-Subset`** on Hugging Face.
 
 
 
 
 
 
 
 
 
4
 
5
  ## 2026-05-15
6
 
@@ -18,11 +27,13 @@ All notable changes to **`nvidia/PhysicalAI-VANTAGE-Bench-Subset`** on Hugging F
18
  per-task prompts.
19
 
20
  ## 2026-05-09
 
21
  - **`data/` restructured.** Top-level task directories renamed:
22
  `dense_captioning/`, `event_verification/`, `pointing/`,
23
  `referring/`, `temporal_localization/`, `vqa/`. The legacy
24
  `Spatial/` directory was dropped.
25
 
26
  ## 2026-05-04
27
- - **Initial release**: 4 GB sample uploaded to
28
- `nvidia/PhysicalAI-VANTAGE-Bench-Subset` under `data/` (PR #1).
 
 
1
  # Changelog
2
 
3
+ All notable changes to **`nvidia/PhysicalAI-VANTAGE-Bench`** on Hugging Face.
4
+
5
+ ## 2026-05-18
6
+
7
+ - Dataset card refresh based on Slack review feedback:
8
+ - **Tasks and Submission Formats** table: Single Object Tracking now categorized as `Spatio-Temporal`. Metric updates: `2D Object Localization → F1@0.5`, `2D Referring Expressions → mIoU`, `Single Object Tracking → AUC`. The per-task submission-format column has been removed; expected formats and the leaderboard will be published soon.
9
+ - **Metric Notes** refreshed: added `mIoU`, `F1@0.5`, `AUC`; dropped `mAP@IoU`, `Acc@IoU`, `HOTA`.
10
+ - **Dataset Quantification** table: `Videos` column renamed to `Media`. Per-task counts updated. Totals now report `Total Entries (Annotations): 35,027` and `Total Media Samples (across tasks, with overlaps): 3,346`.
11
+ - **Evaluation Server** description: clarified that the GitHub repo is a sample evaluation pipeline. Predictions are submitted to the official leaderboard, live by end of May 2026.
12
+ - **Task overview figure** in References now renders full-width via inline HTML `<img width="100%">`.
13
 
14
  ## 2026-05-15
15
 
 
27
  per-task prompts.
28
 
29
  ## 2026-05-09
30
+
31
  - **`data/` restructured.** Top-level task directories renamed:
32
  `dense_captioning/`, `event_verification/`, `pointing/`,
33
  `referring/`, `temporal_localization/`, `vqa/`. The legacy
34
  `Spatial/` directory was dropped.
35
 
36
  ## 2026-05-04
37
+
38
+ - **Initial release**: full release uploaded to
39
+ `nvidia/PhysicalAI-VANTAGE-Bench` under `data/` (PR #2).
README.md CHANGED
@@ -57,16 +57,18 @@ VANTAGE-BENCH/
57
 
58
  ### Tasks and Submission Formats
59
 
60
- | Category | Task | Expected Submission Format | Metric |
61
- |----------|------|---------------------------|--------|
62
- | Semantic | VQA | JSON (question-answer pairs) | Accuracy |
63
- | Semantic | Event Verification | Binary labels per video/image (JSON) | F1 Score |
64
- | Temporal | Dense Video Captioning | Timestamped captions (JSON) | SODA-c |
65
- | Temporal | Temporal Localization | Temporal segments with event labels (JSON) | mAP@tIoU |
66
- | Spatial | 2D Object Localization | KITTI format | mAP@IoU |
67
- | Spatial | 2D Referring Expressions | Bounding box predictions (JSON) | Acc@IoU |
68
- | Spatial | 2D Spatial Pointing | Point coordinates (JSON) | Pointing Accuracy |
69
- | Spatial | Spatio-Temporal Tracking | MOT-compatible format | HOTA |
 
 
70
 
71
  ### Metric Notes
72
 
@@ -74,16 +76,14 @@ VANTAGE-BENCH/
74
  - **SODA-c**: Metric for dense video captioning quality across event coverage and language quality.
75
  - **mAP@tIoU**: Mean Average Precision measured over temporal IoU thresholds.
76
  - **F1 Score**: Harmonic mean of precision and recall.
77
- - **mAP@IoU**: Mean Average Precision measured over spatial IoU thresholds.
78
- - **Acc@IoU**: Correct grounding if predicted box overlaps target above IoU threshold.
79
  - **Pointing Accuracy**: Percentage of correctly selected target regions.
80
- - **HOTA**: Higher Order Tracking Accuracy, combining detection and association quality.
81
 
82
  ### Evaluation Server
83
 
84
- Predictions are submitted to the evaluation server hosted on HuggingFace. The server computes metrics against held-out annotations and updates the public leaderboard.
85
-
86
- Evaluation server: [VANTAGE-Bench](https://github.com/anon-benchmark/VANTAGE-bench)
87
 
88
  ## Dataset Format
89
 
@@ -91,19 +91,19 @@ Video (mp4) and Images (jpg).
91
 
92
  ## Dataset Quantification
93
 
94
- | Category | Task | Videos | Entries |
95
- |----------|------|--------|---------|
96
- | Semantic | VQA | 296 | 1,257 |
97
- | Semantic | Event Verification | 163 | 163 |
98
- | Temporal | Dense Video Captioning | 104 | 717 |
99
- | Temporal | Temporal Localization | 221 | 1,280 |
100
- | Spatial | 2D Object Localization | 3 | 27,404 bounding boxes (628 frames) |
101
- | Spatial | 2D Referring Expressions | 1,503 images | 3,276 expressions |
102
- | Spatial | 2D Spatial Pointing | 1,005 | 5,018 images |
103
- | Spatial | Spatio-Temporal Tracking | 200 clips (8 frames/clip) | 200 objects, 1,600 frames |
104
-
105
- **Total unique videos:** 312 (309 across VQA/DVC/Temporal + 3 exclusive 2D BBox)
106
- **Total entries (VQA + DVC + Temporal):** 3,254
107
  **Total Data Storage:** 42 GB
108
 
109
  ## Potential Known Risks
@@ -140,7 +140,7 @@ Video (mp4) and Images (jpg).
140
 
141
  - HuggingFace dataset: [nvidia/PhysicalAI-VANTAGE-Bench](https://huggingface.co/datasets/nvidia/PhysicalAI-VANTAGE-Bench)
142
 
143
- ![VANTAGE-BENCH task overview across Semantic, Temporal, Spatial, and Spatio-Temporal understanding categories](./assets/vantage_bench_tasks.png)
144
 
145
  ## Ethical Considerations
146
 
@@ -149,4 +149,4 @@ Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns [her
149
 
150
  ## Changelog
151
 
152
- - **2026-04-14:** Initial dataset release.
 
57
 
58
  ### Tasks and Submission Formats
59
 
60
+ | Category | Task | Metric |
61
+ |----------|------|--------|
62
+ | Semantic | VQA | Accuracy |
63
+ | Semantic | Event Verification | F1 Score |
64
+ | Temporal | Dense Video Captioning | SODA-c |
65
+ | Temporal | Temporal Localization | mAP@tIoU |
66
+ | Spatial | 2D Object Localization | F1@0.5 |
67
+ | Spatial | 2D Referring Expressions | mIoU |
68
+ | Spatial | 2D Spatial Pointing | Pointing Accuracy |
69
+ | Spatio-Temporal | Single Object Tracking | AUC |
70
+
71
+ Expected submission formats and the leaderboard will be published soon.
72
 
73
  ### Metric Notes
74
 
 
76
  - **SODA-c**: Metric for dense video captioning quality across event coverage and language quality.
77
  - **mAP@tIoU**: Mean Average Precision measured over temporal IoU thresholds.
78
  - **F1 Score**: Harmonic mean of precision and recall.
79
+ - **F1@0.5**: F1 score at an IoU threshold of 0.5.
80
+ - **mIoU**: Mean Intersection over Union average overlap between predicted and ground-truth bounding boxes.
81
  - **Pointing Accuracy**: Percentage of correctly selected target regions.
82
+ - **AUC**: Area under the ROC curve, measuring the model's ability to distinguish correct detections or tracks from incorrect ones across varying confidence thresholds.
83
 
84
  ### Evaluation Server
85
 
86
+ The [VANTAGE-Bench GitHub repository](https://github.com/anon-benchmark/VANTAGE-bench) provides a sample evaluation pipeline for generating model predictions. Predictions are submitted to the official leaderboard, which will go live by the end of May 2026.
 
 
87
 
88
  ## Dataset Format
89
 
 
91
 
92
  ## Dataset Quantification
93
 
94
+ | Category | Task | Media | Entries |
95
+ |----------|------|-------|---------|
96
+ | Semantic | VQA | 282 videos | 1,195 QAs (MCQ) |
97
+ | Semantic | Event Verification | 163 videos | 163 QAs (BCQ) |
98
+ | Temporal | Dense Video Captioning | 104 videos | 717 Events |
99
+ | Temporal | Temporal Localization | 203 videos | 1,067 Segments / Spans |
100
+ | Spatial | 2D Object Localization | 628 images (3 video sequences) | 27,404 Bboxes |
101
+ | Spatial | 2D Referring Expressions | 1,503 images | 3,276 Expressions |
102
+ | Spatial | 2D Spatial Pointing | 361 images | 1,005 QAs (MCQ) |
103
+ | Spatio-Temporal | Single Object Tracking | 102 video clips | 200 Trajectories |
104
+
105
+ **Total Entries (Annotations):** 35,027
106
+ **Total Media Samples (across tasks, with overlaps):** 3,346
107
  **Total Data Storage:** 42 GB
108
 
109
  ## Potential Known Risks
 
140
 
141
  - HuggingFace dataset: [nvidia/PhysicalAI-VANTAGE-Bench](https://huggingface.co/datasets/nvidia/PhysicalAI-VANTAGE-Bench)
142
 
143
+ <img src="./assets/vantage_bench_tasks.png" alt="VANTAGE-BENCH task overview across Semantic, Temporal, Spatial, and Spatio-Temporal understanding categories" width="100%">
144
 
145
  ## Ethical Considerations
146
 
 
149
 
150
  ## Changelog
151
 
152
+ See [CHANGELOG.md](./CHANGELOG.md) for release history.