Datasets:
Initial dataset upload
Browse files- README.md +54 -0
- annotations.csv +101 -0
- keyframes/2.support_top/000/frame_01.png +3 -0
- keyframes/2.support_top/000/frame_02.png +3 -0
- keyframes/2.support_top/000/frame_03.png +3 -0
- keyframes/2.support_top/001/frame_01.png +3 -0
- keyframes/2.support_top/001/frame_02.png +3 -0
- keyframes/2.support_top/001/frame_03.png +3 -0
- keyframes/2.support_top/003/frame_01.png +3 -0
- keyframes/2.support_top/003/frame_02.png +3 -0
- keyframes/2.support_top/003/frame_03.png +3 -0
- keyframes/2.support_top/004/frame_01.png +3 -0
- keyframes/2.support_top/004/frame_02.png +3 -0
- keyframes/2.support_top/004/frame_03.png +3 -0
- keyframes/2.support_top/006/frame_01.png +3 -0
- keyframes/2.support_top/006/frame_02.png +3 -0
- keyframes/2.support_top/006/frame_03.png +3 -0
- keyframes/2.support_top/007/frame_01.png +3 -0
- keyframes/2.support_top/007/frame_02.png +3 -0
- keyframes/2.support_top/007/frame_03.png +3 -0
- keyframes/2.support_top/009/frame_01.png +3 -0
- keyframes/2.support_top/009/frame_02.png +3 -0
- keyframes/2.support_top/009/frame_03.png +3 -0
- keyframes/2.support_top/010/frame_01.png +3 -0
- keyframes/2.support_top/010/frame_02.png +3 -0
- keyframes/2.support_top/010/frame_03.png +3 -0
- keyframes/2.support_top/012/frame_01.png +3 -0
- keyframes/2.support_top/012/frame_02.png +3 -0
- keyframes/2.support_top/012/frame_03.png +3 -0
- keyframes/2.support_top/013/frame_01.png +3 -0
- keyframes/2.support_top/013/frame_02.png +3 -0
- keyframes/2.support_top/013/frame_03.png +3 -0
- keyframes/2.support_top/014/frame_01.png +3 -0
- keyframes/2.support_top/014/frame_02.png +3 -0
- keyframes/2.support_top/014/frame_03.png +3 -0
- keyframes/2.support_top/015/frame_01.png +3 -0
- keyframes/2.support_top/017/frame_01.png +3 -0
- keyframes/2.support_top/017/frame_02.png +3 -0
- keyframes/2.support_top/017/frame_03.png +3 -0
- keyframes/2.support_top/018/frame_01.png +3 -0
- keyframes/2.support_top/018/frame_02.png +3 -0
- keyframes/2.support_top/018/frame_03.png +3 -0
- keyframes/2.support_top/019/frame_01.png +3 -0
- keyframes/2.support_top/019/frame_02.png +3 -0
- keyframes/2.support_top/019/frame_03.png +3 -0
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-3.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-image
|
| 5 |
+
tags:
|
| 6 |
+
- intuitive-physics
|
| 7 |
+
- counterfactual-world-model
|
| 8 |
+
- zwm
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# ZWM intuitive-physics eval dataset
|
| 12 |
+
|
| 13 |
+
A short-timescale physical-reasoning benchmark used to evaluate world models
|
| 14 |
+
in the [ZWM repo](https://github.com/awwkl/ZWM). It contains tabletop
|
| 15 |
+
hand-object interactions across five categories of physical reasoning:
|
| 16 |
+
|
| 17 |
+
1. **Object cohesion** — moving part of an object moves the whole object.
|
| 18 |
+
2. **Support (top object moves)** — removing the support drops the supported object.
|
| 19 |
+
3. **Support (bottom object moves)** — moving the bottom of a stack carries the top with it.
|
| 20 |
+
4. **Force transfer** — pushing object A into B makes B move.
|
| 21 |
+
5. **Force separation** — moving A does not affect a spatially separated B.
|
| 22 |
+
|
| 23 |
+
The benchmark contains 100 image pairs (5 categories × 20 pairs). For each
|
| 24 |
+
pair the model predicts a target frame (`frame_03`) conditioned on a context
|
| 25 |
+
frame (`frame_02`) plus a small set of revealed patches around a grounding
|
| 26 |
+
point. Each pair is evaluated under 8 random mask configurations, yielding
|
| 27 |
+
5 × 20 × 8 = 800 evaluations per model.
|
| 28 |
+
|
| 29 |
+
**Accuracy** is the proportion of examples for which the model's prediction
|
| 30 |
+
is closer to the ground-truth target (`frame_03`) than to the context frame
|
| 31 |
+
(`frame_02`), measured in MSE and LPIPS.
|
| 32 |
+
|
| 33 |
+
## Layout
|
| 34 |
+
|
| 35 |
+
```
|
| 36 |
+
annotations.csv # 100 rows: category, video_id, factual_x/y, counterfactual_x/y, keyframes
|
| 37 |
+
keyframes/<category>/<video_id>/frame_02.png # 512x512 RGB context frame
|
| 38 |
+
keyframes/<category>/<video_id>/frame_03.png # 512x512 RGB target frame
|
| 39 |
+
segment_masks/<category>/<video_id>/frame<N>_<primary|secondary|overall>_mask.npy
|
| 40 |
+
# (1, 512, 512) binary masks (secondary may be absent)
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
## Usage with the ZWM repo
|
| 44 |
+
|
| 45 |
+
```
|
| 46 |
+
huggingface-cli download awwkl/zwm-intuitive-physics --repo-type dataset --local-dir data/evals/intuitive_physics/
|
| 47 |
+
bash scripts/eval/intuitive_physics/eval_intuitive_physics.sh
|
| 48 |
+
bash scripts/eval/intuitive_physics/grade_intuitive_physics.sh
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
## Source
|
| 52 |
+
|
| 53 |
+
Derived from the ObjectReasoning benchmark in the counterfactual-benchmark
|
| 54 |
+
repo (internal Stanford NeuroAI).
|
annotations.csv
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
category,video_id,keyframes,counterfactual_x,counterfactual_y,factual_x,factual_y
|
| 2 |
+
1.cohesion,000,[0 30 70],144,304,192,320
|
| 3 |
+
1.cohesion,001,[0 17 66],144,304,224,320
|
| 4 |
+
1.cohesion,002,[0 14 56],112,304,192,336
|
| 5 |
+
1.cohesion,003,[0 8 49],96,288,192,304
|
| 6 |
+
1.cohesion,004,[0 18 55],96,336,160,336
|
| 7 |
+
1.cohesion,005,[0 22 62],128,336,208,352
|
| 8 |
+
1.cohesion,006,[0 17 113],128,304,224,304
|
| 9 |
+
1.cohesion,007,[0 23 64],112,320,192,304
|
| 10 |
+
1.cohesion,008,[0 16 61],128,288,192,320
|
| 11 |
+
1.cohesion,009,[0 24 69],112,304,192,304
|
| 12 |
+
1.cohesion,010,[0 59 206],-1,-1,224,320
|
| 13 |
+
1.cohesion,011,[0 46 140],-1,-1,224,320
|
| 14 |
+
1.cohesion,012,[0 47 137],-1,-1,240,320
|
| 15 |
+
1.cohesion,013,[0 38 131],-1,-1,224,320
|
| 16 |
+
1.cohesion,014,[0 42 104],-1,-1,208,320
|
| 17 |
+
1.cohesion,015,[0 85 262],-1,-1,256,320
|
| 18 |
+
1.cohesion,016,[0 38 197],-1,-1,240,320
|
| 19 |
+
1.cohesion,017,[0 40 152],-1,-1,256,336
|
| 20 |
+
1.cohesion,018,[0 24 114],-1,-1,256,320
|
| 21 |
+
1.cohesion,019,[0 45 135],-1,-1,256,320
|
| 22 |
+
2.support_top,000,[0 21 80],96,272,208,256
|
| 23 |
+
2.support_top,001,[0 12 63],128,256,240,240
|
| 24 |
+
2.support_top,002,[0 17 67],128,272,208,272
|
| 25 |
+
2.support_top,003,[0 14 53],112,240,192,240
|
| 26 |
+
2.support_top,004,[0 27 102],112,288,208,288
|
| 27 |
+
2.support_top,005,[0 21 73],128,304,224,288
|
| 28 |
+
2.support_top,006,[0 8 60],128,272,224,272
|
| 29 |
+
2.support_top,007,[0 19 72],144,272,224,272
|
| 30 |
+
2.support_top,008,[0 16 90],112,304,208,304
|
| 31 |
+
2.support_top,009,[0 14 65],112,272,208,272
|
| 32 |
+
2.support_top,010,[0 27 153],-1,-1,208,272
|
| 33 |
+
2.support_top,011,[0 33 144],-1,-1,208,272
|
| 34 |
+
2.support_top,012,[0 35 144],-1,-1,224,256
|
| 35 |
+
2.support_top,013,[0 54 188],-1,-1,208,288
|
| 36 |
+
2.support_top,014,[0 30 112],-1,-1,224,288
|
| 37 |
+
2.support_top,015,[0 16 138],-1,-1,208,272
|
| 38 |
+
2.support_top,016,[0 34 132],-1,-1,192,288
|
| 39 |
+
2.support_top,017,[0 22 129],-1,-1,224,288
|
| 40 |
+
2.support_top,018,[0 33 134],-1,-1,208,288
|
| 41 |
+
2.support_top,019,[0 20 109],-1,-1,224,288
|
| 42 |
+
3.support_bottom,000,[0 12 49],32,320,96,320
|
| 43 |
+
3.support_bottom,001,[0 3 44],112,320,192,304
|
| 44 |
+
3.support_bottom,002,[0 15 62],128,320,192,320
|
| 45 |
+
3.support_bottom,003,[0 15 55],112,320,176,304
|
| 46 |
+
3.support_bottom,004,[0 7 50],112,320,176,320
|
| 47 |
+
3.support_bottom,005,[0 11 43],128,320,192,320
|
| 48 |
+
3.support_bottom,006,[0 8 49],128,304,192,304
|
| 49 |
+
3.support_bottom,007,[0 11 46],128,320,192,320
|
| 50 |
+
3.support_bottom,008,[0 3 43],128,304,192,320
|
| 51 |
+
3.support_bottom,009,[0 8 55],112,304,176,320
|
| 52 |
+
3.support_bottom,010,[0 21 166],-1,-1,176,304
|
| 53 |
+
3.support_bottom,011,[0 23 137],-1,-1,160,304
|
| 54 |
+
3.support_bottom,012,[0 20 132],-1,-1,160,304
|
| 55 |
+
3.support_bottom,013,[0 20 135],-1,-1,160,304
|
| 56 |
+
3.support_bottom,014,[0 23 137],-1,-1,160,304
|
| 57 |
+
3.support_bottom,015,[0 21 142],-1,-1,176,304
|
| 58 |
+
3.support_bottom,016,[0 21 119],-1,-1,160,304
|
| 59 |
+
3.support_bottom,017,[0 21 103],-1,-1,176,304
|
| 60 |
+
3.support_bottom,018,[0 19 166],-1,-1,176,304
|
| 61 |
+
3.support_bottom,019,[0 20 91],-1,-1,160,304
|
| 62 |
+
4.force_transfer,000,[0 12 48],176,320,240,320
|
| 63 |
+
4.force_transfer,001,[0 10 49],192,320,256,320
|
| 64 |
+
4.force_transfer,002,[0 3 42],176,320,240,320
|
| 65 |
+
4.force_transfer,003,[0 13 46],160,336,240,336
|
| 66 |
+
4.force_transfer,004,[0 15 56],128,320,224,304
|
| 67 |
+
4.force_transfer,005,[0 7 63],128,320,208,336
|
| 68 |
+
4.force_transfer,006,[0 7 60],176,304,240,304
|
| 69 |
+
4.force_transfer,007,[0 4 41],160,336,240,336
|
| 70 |
+
4.force_transfer,008,[0 14 64],160,320,256,336
|
| 71 |
+
4.force_transfer,009,[0 4 62],160,320,256,336
|
| 72 |
+
4.force_transfer,010,[0 23 173],-1,-1,224,320
|
| 73 |
+
4.force_transfer,011,[0 17 173],-1,-1,224,320
|
| 74 |
+
4.force_transfer,012,[0 26 173],-1,-1,240,336
|
| 75 |
+
4.force_transfer,013,[0 15 119],-1,-1,240,336
|
| 76 |
+
4.force_transfer,014,[0 16 135],-1,-1,256,320
|
| 77 |
+
4.force_transfer,015,[0 28 208],-1,-1,256,336
|
| 78 |
+
4.force_transfer,016,[0 16 152],-1,-1,224,320
|
| 79 |
+
4.force_transfer,017,[0 19 103],-1,-1,240,320
|
| 80 |
+
4.force_transfer,018,[0 19 134],-1,-1,224,304
|
| 81 |
+
4.force_transfer,019,[0 17 167],-1,-1,208,304
|
| 82 |
+
5.force_separation,000,[0 8 60],240,240,304,240
|
| 83 |
+
5.force_separation,001,[0 2 45],240,240,304,240
|
| 84 |
+
5.force_separation,002,[0 14 59],208,208,272,224
|
| 85 |
+
5.force_separation,003,[0 2 53],192,208,272,208
|
| 86 |
+
5.force_separation,004,[0 11 53],208,272,272,288
|
| 87 |
+
5.force_separation,005,[0 19 61],224,256,288,256
|
| 88 |
+
5.force_separation,006,[0 4 68],256,224,336,240
|
| 89 |
+
5.force_separation,007,[0 20 83],240,272,304,288
|
| 90 |
+
5.force_separation,008,[0 21 90],192,224,256,208
|
| 91 |
+
5.force_separation,009,[0 13 75],192,256,256,256
|
| 92 |
+
5.force_separation,010,[0 18 102],-1,-1,240,224
|
| 93 |
+
5.force_separation,011,[0 27 84],-1,-1,272,224
|
| 94 |
+
5.force_separation,012,[0 31 134],-1,-1,272,240
|
| 95 |
+
5.force_separation,013,[0 24 187],-1,-1,256,208
|
| 96 |
+
5.force_separation,014,[0 24 98],-1,-1,256,208
|
| 97 |
+
5.force_separation,015,[0 17 170],-1,-1,256,192
|
| 98 |
+
5.force_separation,016,[0 18 130],-1,-1,256,208
|
| 99 |
+
5.force_separation,017,[0 14 118],-1,-1,240,240
|
| 100 |
+
5.force_separation,018,[0 44 137],-1,-1,272,224
|
| 101 |
+
5.force_separation,019,[0 27 98],-1,-1,272,224
|
keyframes/2.support_top/000/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/000/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/000/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/001/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/001/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/001/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/003/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/003/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/003/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/004/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/004/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/004/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/006/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/006/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/006/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/007/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/007/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/007/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/009/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/009/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/009/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/010/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/010/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/010/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/012/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/012/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/012/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/013/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/013/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/013/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/014/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/014/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/014/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/015/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/017/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/017/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/017/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/018/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/018/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/018/frame_03.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/019/frame_01.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/019/frame_02.png
ADDED
|
Git LFS Details
|
keyframes/2.support_top/019/frame_03.png
ADDED
|
Git LFS Details
|