Datasets:

ArXiv:
License:
vpraveen-nv commited on
Commit
a0ac30d
·
1 Parent(s): b83c82f

Dataset card refresh + promote CHANGELOG.md as primary release history (#20)

Browse files

- Dataset card refresh + promote CHANGELOG.md as primary release history (d23be381d2393df107f42da1b87961a45c43f981)

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
@@ -70,16 +70,18 @@ VANTAGE-BENCH/
70
 
71
  ### Tasks and Submission Formats
72
 
73
- | Category | Task | Expected Submission Format | Metric |
74
- |----------|------|---------------------------|--------|
75
- | Semantic | VQA | JSON (question-answer pairs) | Accuracy |
76
- | Semantic | Event Verification | Binary labels per video/image (JSON) | F1 Score |
77
- | Temporal | Dense Video Captioning | Timestamped captions (JSON) | SODA-c |
78
- | Temporal | Temporal Localization | Temporal segments with event labels (JSON) | mAP@tIoU |
79
- | Spatial | 2D Object Localization | KITTI format | mAP@IoU |
80
- | Spatial | 2D Referring Expressions | Bounding box predictions (JSON) | Acc@IoU |
81
- | Spatial | 2D Spatial Pointing | Point coordinates (JSON) | Pointing Accuracy |
82
- | Spatial | Spatio-Temporal Tracking | MOT-compatible format | HOTA |
 
 
83
 
84
  ### Metric Notes
85
 
@@ -87,16 +89,14 @@ VANTAGE-BENCH/
87
  - **SODA-c**: Metric for dense video captioning quality across event coverage and language quality.
88
  - **mAP@tIoU**: Mean Average Precision measured over temporal IoU thresholds.
89
  - **F1 Score**: Harmonic mean of precision and recall.
90
- - **mAP@IoU**: Mean Average Precision measured over spatial IoU thresholds.
91
- - **Acc@IoU**: Correct grounding if predicted box overlaps target above IoU threshold.
92
  - **Pointing Accuracy**: Percentage of correctly selected target regions.
93
- - **HOTA**: Higher Order Tracking Accuracy, combining detection and association quality.
94
 
95
  ### Evaluation Server
96
 
97
- Predictions are submitted to the evaluation server hosted on HuggingFace. The server computes metrics against held-out annotations and updates the public leaderboard.
98
-
99
- Evaluation server: [VANTAGE-Bench](https://github.com/anon-benchmark/VANTAGE-bench)
100
 
101
  ## Dataset Format
102
 
@@ -104,19 +104,19 @@ Video (mp4) and Images (jpg).
104
 
105
  ## Dataset Quantification
106
 
107
- | Category | Task | Videos | Entries |
108
- |----------|------|--------|---------|
109
- | Semantic | VQA | 296 | 1,257 |
110
- | Semantic | Event Verification | 163 | 163 |
111
- | Temporal | Dense Video Captioning | 104 | 717 |
112
- | Temporal | Temporal Localization | 221 | 1,280 |
113
- | Spatial | 2D Object Localization | 3 | 27,404 bounding boxes (628 frames) |
114
- | Spatial | 2D Referring Expressions | 1,503 images | 3,276 expressions |
115
- | Spatial | 2D Spatial Pointing | 1,005 | 5,018 images |
116
- | Spatial | Spatio-Temporal Tracking | 200 clips (8 frames/clip) | 200 objects, 1,600 frames |
117
-
118
- **Total unique videos:** 312 (309 across VQA/DVC/Temporal + 3 exclusive 2D BBox)
119
- **Total entries (VQA + DVC + Temporal):** 3,254
120
  **Total Data Storage:** 42 GB
121
 
122
  ## Potential Known Risks
@@ -153,7 +153,7 @@ Video (mp4) and Images (jpg).
153
 
154
  - HuggingFace dataset: [nvidia/PhysicalAI-VANTAGE-Bench](https://huggingface.co/datasets/nvidia/PhysicalAI-VANTAGE-Bench)
155
 
156
- ![VANTAGE-BENCH task overview across Semantic, Temporal, Spatial, and Spatio-Temporal understanding categories](./assets/vantage_bench_tasks.png)
157
 
158
  ## Ethical Considerations
159
 
@@ -162,4 +162,4 @@ Please report quality, risk, security vulnerabilities or NVIDIA AI Concerns [her
162
 
163
  ## Changelog
164
 
165
- - **2026-04-14:** Initial dataset release.
 
70
 
71
  ### Tasks and Submission Formats
72
 
73
+ | Category | Task | Metric |
74
+ |----------|------|--------|
75
+ | Semantic | VQA | Accuracy |
76
+ | Semantic | Event Verification | F1 Score |
77
+ | Temporal | Dense Video Captioning | SODA-c |
78
+ | Temporal | Temporal Localization | mAP@tIoU |
79
+ | Spatial | 2D Object Localization | F1@0.5 |
80
+ | Spatial | 2D Referring Expressions | mIoU |
81
+ | Spatial | 2D Spatial Pointing | Pointing Accuracy |
82
+ | Spatio-Temporal | Single Object Tracking | AUC |
83
+
84
+ Expected submission formats and the leaderboard will be published soon.
85
 
86
  ### Metric Notes
87
 
 
89
  - **SODA-c**: Metric for dense video captioning quality across event coverage and language quality.
90
  - **mAP@tIoU**: Mean Average Precision measured over temporal IoU thresholds.
91
  - **F1 Score**: Harmonic mean of precision and recall.
92
+ - **F1@0.5**: F1 score at an IoU threshold of 0.5.
93
+ - **mIoU**: Mean Intersection over Union average overlap between predicted and ground-truth bounding boxes.
94
  - **Pointing Accuracy**: Percentage of correctly selected target regions.
95
+ - **AUC**: Area under the ROC curve, measuring the model's ability to distinguish correct detections or tracks from incorrect ones across varying confidence thresholds.
96
 
97
  ### Evaluation Server
98
 
99
+ 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.
 
 
100
 
101
  ## Dataset Format
102
 
 
104
 
105
  ## Dataset Quantification
106
 
107
+ | Category | Task | Media | Entries |
108
+ |----------|------|-------|---------|
109
+ | Semantic | VQA | 282 videos | 1,195 QAs (MCQ) |
110
+ | Semantic | Event Verification | 163 videos | 163 QAs (BCQ) |
111
+ | Temporal | Dense Video Captioning | 104 videos | 717 Events |
112
+ | Temporal | Temporal Localization | 203 videos | 1,067 Segments / Spans |
113
+ | Spatial | 2D Object Localization | 628 images (3 video sequences) | 27,404 Bboxes |
114
+ | Spatial | 2D Referring Expressions | 1,503 images | 3,276 Expressions |
115
+ | Spatial | 2D Spatial Pointing | 361 images | 1,005 QAs (MCQ) |
116
+ | Spatio-Temporal | Single Object Tracking | 102 video clips | 200 Trajectories |
117
+
118
+ **Total Entries (Annotations):** 35,027
119
+ **Total Media Samples (across tasks, with overlaps):** 3,346
120
  **Total Data Storage:** 42 GB
121
 
122
  ## Potential Known Risks
 
153
 
154
  - HuggingFace dataset: [nvidia/PhysicalAI-VANTAGE-Bench](https://huggingface.co/datasets/nvidia/PhysicalAI-VANTAGE-Bench)
155
 
156
+ <img src="./assets/vantage_bench_tasks.png" alt="VANTAGE-BENCH task overview across Semantic, Temporal, Spatial, and Spatio-Temporal understanding categories" width="100%">
157
 
158
  ## Ethical Considerations
159
 
 
162
 
163
  ## Changelog
164
 
165
+ See [CHANGELOG.md](./CHANGELOG.md) for release history.