genintel commited on
Commit
d049807
·
verified ·
1 Parent(s): 33d3355

Add files using upload-large-folder tool

Browse files
README.md CHANGED
@@ -1,3 +1,129 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - video-to-video
5
+ - image-to-video
6
+ tags:
7
+ - benchmark
8
+ - physics
9
+ - causal-reasoning
10
+ - video-generation
11
+ - world-models
12
+ size_categories:
13
+ - 10G<n<100G
14
  ---
15
+
16
+ # CRONOS-Benchmark dataset
17
+
18
+ CRONOS-Benchmark is a controlled, synthetic benchmark for evaluating **counterfactual physical consistency** in video world models. It tests whether generative video models correctly simulate three fundamental physical event types — **object falling**, **object collision**, and **object occlusion** — across diverse scenes, objects, and viewpoints.
19
+
20
+ Each sequence provides ground-truth RGB frames, depth maps, and segmentation masks, along with a 5-frame conditioning clip, enabling standardised evaluation of any video generation model that accepts image or video conditioning.
21
+
22
+ ## Dataset Details
23
+
24
+ ### Dataset Description
25
+
26
+ CRONOS-Benchmark dataset contains **675 sequences** rendered in a controlled simulation environment. Each sequence captures one of three physical event types with foreground objects placed in a realistic indoor or outdoor scene. Ground-truth multi-modal annotations (RGB, depth, mask) are provided for all 90 frames of every sequence.
27
+
28
+ - **License:** Apache 2.0
29
+
30
+ ### Dataset Sources
31
+
32
+ - **Repository:** TBD
33
+ - **Paper:** TBD
34
+
35
+ ## Dataset Structure
36
+
37
+ ### Taxonomy
38
+
39
+ | Axis | Values |
40
+ |------|--------|
41
+ | **Event type** | `fall`, `collision`, `occlusion` |
42
+ | **Scene** | `apartment`, `house`, `garden`, `pool`, `kitchen` |
43
+ | **Object** | `Bottle`, `Can`, `TennisBall`, `ToyTruck`, `SoccerBall` |
44
+ | **Appearance** | `appearance_0`, `appearance_1`, `appearance_2` |
45
+ | **Viewpoint** | `close`, `front`, `side`, `top` (fall/collision); `side` only (occlusion) |
46
+
47
+ ### Sequence counts
48
+
49
+ | Event type | Sequences |
50
+ |------------|-----------|
51
+ | fall | 300 |
52
+ | collision | 300 |
53
+ | occlusion | 75 |
54
+ | **Total** | **675** |
55
+
56
+ ### Directory layout
57
+
58
+ ```
59
+ dataset/
60
+ └── {event}/ # fall | collision | occlusion
61
+ └── {scene}/ # apartment | house | garden | pool | kitchen
62
+ └── {object}/ # Bottle | Can | TennisBall | ToyTruck | SoccerBall
63
+ └── {appearance}/ # appearance_0 | appearance_1 | appearance_2
64
+ └── {viewpoint}/ # close | front | side | top
65
+ ├── rgb/ # 90 × frame_XXXX.jpg (1920×1080, colour)
66
+ ├── depth/ # 90 × frame_XXXX.jpg (1920×1080, depth)
67
+ ├── mask/ # 90 × frame_XXXX.jpg (1920×1080, binary)
68
+ └── movies/
69
+ ├── complete.mp4 # full 90-frame sequence
70
+ └── conditioning_5.mp4 # first 5 frames (conditioning input)
71
+ ```
72
+
73
+ ### Modalities
74
+
75
+ | Modality | Format | Resolution | Description |
76
+ |----------|--------|------------|-------------|
77
+ | RGB | JPEG | 1920 × 1080 | Colour render of the scene |
78
+ | Depth | JPEG | 1920 × 1080 | Per-frame depth map |
79
+ | Mask | JPEG | 1920 × 1080 | Per object segmentation mask |
80
+ | `complete.mp4` | MP4 | 1920 × 1080 | Full ground-truth sequence (90 frames) |
81
+ | `conditioning_5.mp4` | MP4 | 1920 × 1080 | First 5 frames, used as model conditioning input |
82
+
83
+ ### Dataset statistics
84
+
85
+ | Stat | Value |
86
+ |------|-------|
87
+ | Total sequences | 675 |
88
+ | Frames per sequence | 90 |
89
+ | Total JPEG frames | 182,250 |
90
+ | Total MP4 files | 1,350 |
91
+ | Uncompressed size | ~18.8 GB |
92
+
93
+
94
+
95
+ ## Uses
96
+
97
+ ### Direct Use
98
+
99
+ CRONOS-Benchmark is designed to evaluate video generation / world models on physical event generation. Given the first frame or a conditioning clip as input, a model is asked to generate the remaining frames of the sequence.
100
+
101
+
102
+ ### Out-of-Scope Use
103
+
104
+ - Real-world scene understanding (data is fully synthetic).
105
+
106
+ ## Dataset Creation
107
+
108
+
109
+ ### Source Data
110
+
111
+ #### Data Collection and Processing
112
+
113
+ All sequences were rendered synthetically using UnrealEngine5. All 3D assets were bought from the [Unreal Engine asset store (FAB)](https://fab.com).
114
+
115
+ #### Personal and Sensitive Information
116
+
117
+ The dataset contains no personal or sensitive information. All content is synthetic.
118
+
119
+ ## Bias, Risks, and Limitations
120
+
121
+ - **Synthetic domain gap:** Models trained or tuned on real video may underperform relative to their true capability due to the synthetic appearance of the scenes.
122
+ - **Limited scene and object set:** Our combinatorial design limits the number of variations we can generate per visual factor. Therefore, only five scenes, five object and four views are included.
123
+
124
+
125
+
126
+ ## Citation
127
+
128
+ TBD
129
+
shards/shard_00.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79362a57d784037d2fbacdd2bab43366530d4099a92462a67102da4afb268668
3
+ size 1077575680
shards/shard_01.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ada898fef008f6b1c3afe8e083e5a17d716bf933104235b0d65ca77418aeb8c
3
+ size 1283471360
shards/shard_02.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:625bb17364aef728b422e9e298b9e29ef92da1d77fb956c0ee8b00b1f8b41ebb
3
+ size 1171415040
shards/shard_03.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18d419c46ed35d9a7b52037da57816cc21ae63e273ebf289be6046753d477810
3
+ size 1409996800
shards/shard_04.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72c159b047e5190f14a655f5e518110acfb4ca40ce78159d6c69239254f53ad2
3
+ size 1425991680
shards/shard_05.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccaf9e8834328c9a25c8b31f980dc114fbec1ca051ed3859b2b43d966dcaf7db
3
+ size 1371299840
shards/shard_06.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747fefbde5b876d96232ccced630ab03a91b48f53e98df0ce950bd7f62f3c28b
3
+ size 1512273920
shards/shard_07.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba67e4ab5f6621fbe3b7f780c3f84a4b32f5c027c09b57b33ad543464eb09407
3
+ size 1582428160
shards/shard_08.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09643f7406240c9ee60ad1f5e301041e8bfb2851709307240e1343c3c26a27ae
3
+ size 1589053440
shards/shard_09.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc7eeb0757c4e26344f3a1ed6d8ddfb8cb59aff4426a86640b700eb34e341118
3
+ size 1124956160
shards/shard_10.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10023d83ea11736b0c434f6fc0fa113e30d18d93b12753d66062534c99c1dd90
3
+ size 754227200
shards/shard_11.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9d5df9cc727779b55425aba157349562ddc39d5060cd7795b7bf826180f2c89
3
+ size 908666880
shards/shard_12.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c3f2fdf34ea69a73527ed086ae52bf179d8e14ed8f6ce30dcda55385d4b99ff
3
+ size 1367418880
shards/shard_13.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d734268fb04a5081cf73901b3ebfea133e125e291c201619b37d143885dbcfc
3
+ size 904222720
shards/shard_14.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:896599fa379172fb62c6f32720924df2db6ed317063241399abfbb28ed730335
3
+ size 1362800640