Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
hzp commited on
Commit
d356e5f
·
verified ·
1 Parent(s): 06955e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -72,6 +72,31 @@ configs:
72
  ## Overview
73
  This dataset provides a comprehensive collection for **Online Spatial-Temporal Understanding tasks**, covering multiple domains including Dense Video Captioning, Video Grounding, Step Localization, Spatial-Temporal Action Localization, and Object Tracking.
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ## Data Formats
76
  * Format 1: Conversational QA (LLaVA-style)
77
  ```json
@@ -112,7 +137,7 @@ Format 2: Template-based Tracking
112
 
113
  ## Source Data
114
 
115
- | Task | Dataset [Citation] | Source |
116
  |-------------------------------|----------------------------|------------------------------------------------------------------------------------|
117
  | Dense Video Captioning | `ActivityNet Captions` | [Source](http://activity-net.org/download.html) |
118
  | | `ViTT` | [Source](https://github.com/google-research-datasets/Video-Timeline-Tags-ViTT) |
 
72
  ## Overview
73
  This dataset provides a comprehensive collection for **Online Spatial-Temporal Understanding tasks**, covering multiple domains including Dense Video Captioning, Video Grounding, Step Localization, Spatial-Temporal Action Localization, and Object Tracking.
74
 
75
+ ## Data Formation
76
+ Our pipeline begins with 96K high-quality samples curated from 5 tasks across 12 datasets. The conversion process enhances online spatiotemporal understanding through template transformation. We strategically insert queries along the timeline in an organized interleaved format for each video sample to facilitate temporal context differentiation.
77
+ | **Category** | **Dataset** | **Count** | **Query** | **Response** |
78
+ |----------------------------------------|----------------------------------|-----------|-----------|-------------|
79
+ | **Temporal Grounding** | DiDeMo | 33,002 | Identify whether a specific event is still ongoing at present or has it concluded. Provide the start time of the event and its duration up to the query timestamp. | `<start time> - <event duration>: duration up to query timestamp.` |
80
+ | | QuerYD | 14,620 | | |
81
+ | | HiREST | 459 | | |
82
+ | | Charades-STA | 12,408 | | |
83
+ | **Object Tracking** | LaSOT | 1,120 | Track the object currently based on a brief description or box. | (1) Past trajectory up to the present with brief descriptions; (2) Track the object sequentially in future frames as they become available. |
84
+ | | GOT10k | 8,250 | | |
85
+ | **Step Localization and Captioning** | COIN | 9,029 | List steps completed up to the current point, excluding previously reported ones. | `<start time> - <end time>, <step description>...` |
86
+ | | HiREST | 459 | | |
87
+ | **Dense Video Captioning** | ActivityNet Captions | 10,009 | Identify and list events up to the current point, excluding previously reported ones. | `<start time> - <end time>, <event description>...` |
88
+ | | VITT | 5,141 | | |
89
+ | | YouCook2 | 1,192 | | |
90
+ | **Spatial Temporal Action Localization** | AVA | 160 | Identify current and past actions of a person at a specific box at present. | List actions for the person over time, with corresponding positions. |
91
+ | **Total number of datasets:** | | **96k** | | |
92
+
93
+ ---
94
+
95
+ ### Additional Information:
96
+ - **Interleave Format:** Temporally Random Insert (T3, T2, T1)
97
+ - **Video Timeline:** Processed for **Online Video LLM**
98
+
99
+
100
  ## Data Formats
101
  * Format 1: Conversational QA (LLaVA-style)
102
  ```json
 
137
 
138
  ## Source Data
139
 
140
+ | **Task** | **Dataset** | **Source** |
141
  |-------------------------------|----------------------------|------------------------------------------------------------------------------------|
142
  | Dense Video Captioning | `ActivityNet Captions` | [Source](http://activity-net.org/download.html) |
143
  | | `ViTT` | [Source](https://github.com/google-research-datasets/Video-Timeline-Tags-ViTT) |