Yayuan Li Claude Opus 4.7 (1M context) commited on
Commit
bce343c
·
1 Parent(s): e2b50a5

Add MATT-Bench annotations for Ego4D-M, EPIC-KITCHENS-M, HoloAssist-M

Browse files

Each dataset lives under its own subdir (ego4d/, epickitchens/, holoassist/)
with xlsx splits as the canonical download format plus parquet mirrors for
the HF dataset viewer. Includes Ego4D's MisEngine reproduction dump
(parquet.xlsx). README rewritten with per-dataset video download
instructions (Ego4D FHO CLI, EPIC-KITCHENS-100 scripts, HoloAssist direct),
schema tables, and an Extended section for HoloAssist-M.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ *.xlsx filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -15,11 +15,33 @@ tags:
15
  - semantic-role-labeling
16
  - ego4d
17
  - epic-kitchens
 
18
  - point-of-no-return
19
  - cvpr2026
20
  pretty_name: MATT-Bench
21
  size_categories:
22
  - 100K<n<1M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Mistake Attribution: Fine-Grained Mistake Understanding in Egocentric Videos
@@ -34,28 +56,151 @@ size_categories:
34
 
35
  ---
36
 
37
- > **Dataset coming soon.** We are preparing the data for public release. Stay tuned!
38
-
39
  ## MATT-Bench Overview
40
 
41
- MATT-Bench provides two large-scale benchmarks for **Mistake Attribution (MATT)** — a task that goes beyond binary mistake detection to attribute *what* semantic role was violated, *when* the mistake became irreversible (Point-of-No-Return), and *where* the mistake occurred in the frame.
42
 
43
  The benchmarks are constructed by **MisEngine**, a data engine that automatically creates mistake samples with attribution-rich annotations from existing egocentric action datasets:
44
 
45
  | Dataset | Samples | Instruction Texts | Semantic | Temporal | Spatial |
46
  |---|---|---|---|---|---|
47
- | **Ego4D-M** | 257,584 | 16,099 | ✓ | ✓ | ✓ |
48
- | **EPIC-KITCHENS-M** | 221,094 | 12,283 | ✓ | — | — |
 
 
49
 
50
- These are at least **two orders of magnitude larger** than any existing mistake dataset.
51
 
52
  ## Annotations
53
 
54
- Each sample consists of an instruction text and an attempt video, annotated with:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
- - **Semantic Attribution**: Which semantic role (predicate, object) in the instruction is violated in the attempt video
57
- - **Temporal Attribution**: The Point-of-No-Return (PNR) frame where the mistake becomes irreversible (Ego4D-M)
58
- - **Spatial Attribution**: Bounding box localizing the mistake region in the PNR frame (Ego4D-M)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
  ## Citation
61
 
@@ -67,3 +212,28 @@ Each sample consists of an instruction text and an attempt video, annotated with
67
  year = {2026},
68
  }
69
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  - semantic-role-labeling
16
  - ego4d
17
  - epic-kitchens
18
+ - holoassist
19
  - point-of-no-return
20
  - cvpr2026
21
  pretty_name: MATT-Bench
22
  size_categories:
23
  - 100K<n<1M
24
+ configs:
25
+ - config_name: ego4d
26
+ data_files:
27
+ - split: train
28
+ path: ego4d/parquet/train.parquet
29
+ - split: valid
30
+ path: ego4d/parquet/valid.parquet
31
+ - split: test
32
+ path: ego4d/parquet/test.parquet
33
+ - config_name: epickitchens
34
+ data_files:
35
+ - split: train
36
+ path: epickitchens/parquet/train.parquet
37
+ - split: validation
38
+ path: epickitchens/parquet/validation.parquet
39
+ - config_name: holoassist
40
+ data_files:
41
+ - split: train
42
+ path: holoassist/parquet/train.parquet
43
+ - split: validation
44
+ path: holoassist/parquet/validation.parquet
45
  ---
46
 
47
  # Mistake Attribution: Fine-Grained Mistake Understanding in Egocentric Videos
 
56
 
57
  ---
58
 
 
 
59
  ## MATT-Bench Overview
60
 
61
+ MATT-Bench provides large-scale benchmarks for **Mistake Attribution (MATT)** — a task that goes beyond binary mistake detection to attribute *what* semantic role was violated, *when* the mistake became irreversible (Point-of-No-Return), and *where* the mistake occurred in the frame.
62
 
63
  The benchmarks are constructed by **MisEngine**, a data engine that automatically creates mistake samples with attribution-rich annotations from existing egocentric action datasets:
64
 
65
  | Dataset | Samples | Instruction Texts | Semantic | Temporal | Spatial |
66
  |---|---|---|---|---|---|
67
+ | **Ego4D-M** | 220,800 | 19,467 | ✓ | ✓ | ✓ |
68
+ | **EPIC-KITCHENS-M** | 299,715 | 12,283 | ✓ | — | — |
69
+
70
+ These are at least **two orders of magnitude larger** than any existing mistake dataset. Instruction-text counts = unique (predicate `V`, argument `ARG1`) pairs.
71
 
72
+ A third source, **HoloAssist-M**, is released alongside as an additional benchmark see [Extended: HoloAssist-M](#extended-holoassist-m) below.
73
 
74
  ## Annotations
75
 
76
+ Each sample consists of an instruction text and an attempt video clip, annotated with:
77
+
78
+ - **Semantic Attribution**: Which semantic role (predicate `V`, argument `ARG1`) in the instruction is violated in the attempt video.
79
+ - **Temporal Attribution**: The Point-of-No-Return (PNR) frame where the mistake becomes irreversible. Inherited from Ego4D's native PNR annotations — available on **Ego4D-M only**.
80
+ - **Spatial Attribution**: Bounding box localizing the mistake region in the PNR frame. Inherited from Ego4D's native bbox annotations — available on **Ego4D-M only**.
81
+
82
+ ## Repository Layout
83
+
84
+ ```
85
+ MATT-Bench/
86
+ ├── ego4d/
87
+ │ ├── train.xlsx, valid.xlsx, test.xlsx ← primary annotation files (consumed by the MATT codebase)
88
+ │ ├── parquet.xlsx ← MisEngine reproduction data (Ego4D narrations with SRL)
89
+ │ └── parquet/ ← Parquet mirror for the HF dataset viewer
90
+ ├── epickitchens/
91
+ │ ├── train.xlsx, validation.xlsx
92
+ │ └── parquet/
93
+ └── holoassist/
94
+ ├── train.xlsx, validation.xlsx
95
+ └── parquet/
96
+ ```
97
+
98
+ `.xlsx` is the canonical download format (the MATT codebase reads Excel directly). The `parquet/` mirror powers the HF dataset viewer and `datasets.load_dataset(...)` loaders — both views contain the same rows.
99
+
100
+ ## Downloading MATT-Bench
101
+
102
+ MATT-Bench has two parts that you obtain separately:
103
+
104
+ 1. **Annotations** — hosted here, download via `hf` or `git clone`.
105
+ 2. **Video media** — **not** hosted here. Download from each source dataset using the instructions below. We only mirror the annotations; original videos retain their upstream licenses.
106
+
107
+ ### Annotations (this repo)
108
+
109
+ ```bash
110
+ # Everything
111
+ hf download mistakeattribution/MATT-Bench --repo-type dataset --local-dir MATT-Bench
112
+
113
+ # Just one source dataset's xlsx files
114
+ hf download mistakeattribution/MATT-Bench --repo-type dataset \
115
+ --include "ego4d/*.xlsx" --local-dir MATT-Bench
116
+ ```
117
+
118
+ Or via the `datasets` library (reads the parquet mirror):
119
+
120
+ ```python
121
+ from datasets import load_dataset
122
+ ego4d_m = load_dataset("mistakeattribution/MATT-Bench", "ego4d")
123
+ epic_m = load_dataset("mistakeattribution/MATT-Bench", "epickitchens")
124
+ holo_m = load_dataset("mistakeattribution/MATT-Bench", "holoassist")
125
+ ```
126
+
127
+ Or read the xlsx directly:
128
+
129
+ ```python
130
+ import pandas as pd
131
+ df = pd.read_excel("MATT-Bench/ego4d/train.xlsx")
132
+ ```
133
+
134
+ ### Video media
135
+
136
+ #### Ego4D (FHO benchmark clips only)
137
+
138
+ MATT-Bench uses **only the FHO (Forecasting Hands and Objects) benchmark clips** from Ego4D, not the full 3,000-hour dataset.
139
+
140
+ 1. Sign the Ego4D license agreement at <https://ego4d.dev/request/ego4d> (approval ~48h; credentials expire 14 days after approval).
141
+ 2. Install the CLI (`pip install ego4d`) and download:
142
+
143
+ ```bash
144
+ ego4d --output_directory="~/ego4d_data" --datasets clips --benchmarks FHO
145
+ ```
146
+
147
+ Docs: <https://ego4d-data.org/docs/CLI/>. The `video_uid` and `clip1_uid` fields in our annotations correspond to Ego4D's native video and clip UIDs; `start_frame` / `end_frame` are inherited from Ego4D's FHO annotations.
148
+
149
+ #### EPIC-KITCHENS-100
150
 
151
+ Standard EPIC-KITCHENS-100 download no access form required.
152
+
153
+ ```bash
154
+ git clone https://github.com/epic-kitchens/epic-kitchens-download-scripts
155
+ cd epic-kitchens-download-scripts
156
+ python epic_downloader.py --rgb-frames # or --videos
157
+ ```
158
+
159
+ Project page: <https://epic-kitchens.github.io/>. MATT-Bench's `video_id` matches EPIC's participant-video identifier (e.g. `P22_16`); `start_frame` / `end_frame` index the RGB frame sequence.
160
+
161
+ #### HoloAssist
162
+
163
+ Standard HoloAssist download — no access form required (CDLAv2 permissive license).
164
+
165
+ Direct download instructions: <https://holoassist.github.io/>. MATT-Bench's `video_id` matches HoloAssist's video identifier (e.g. `R076-21July-DSLR`).
166
+
167
+ ## Data Schema
168
+
169
+ ### `ego4d/{train,valid,test}.xlsx` — 13 columns
170
+
171
+ | Column | Description |
172
+ |---|---|
173
+ | `video_uid` | Ego4D video UID (full video) |
174
+ | `start_frame`, `end_frame` | Frame bounds of the attempt clip |
175
+ | `clip1_uid`, `clip1_start_frame`, `clip1_end_frame` | Primary Ego4D clip |
176
+ | `clip2_uid`, `clip2_start_frame`, `clip2_end_frame` | Paired clip for comparison (`Not required` / `-1` when absent) |
177
+ | `V`, `ARG1` | Predicate and argument from the instruction (e.g. `plays`, `lawn tennis`) |
178
+ | `label` | Mistake label |
179
+ | `split` | Split identifier |
180
+
181
+ ### `ego4d/parquet.xlsx` — 29 columns (MisEngine reproduction data)
182
+
183
+ Ego4D narration-level records with semantic-role labels (`ARG0`, `V`, `ARG1`), frame/time bounds (`start_frame`/`end_frame`/`start_sec`/`end_sec`), clip-relative bounds, and noun/verb embedding vectors. Used to reproduce the MisEngine step that produces the split files above.
184
+
185
+ ### `epickitchens/{train,validation}.xlsx` and `holoassist/{train,validation}.xlsx` — 8 columns
186
+
187
+ | Column | Description |
188
+ |---|---|
189
+ | `video_id` | Source-dataset video identifier |
190
+ | `start_frame`, `end_frame` | Frame bounds of the attempt clip |
191
+ | `V`, `ARG1` | Predicate and argument from the (possibly corrupted) instruction |
192
+ | `label` | Mistake label |
193
+ | `actual_V`, `actual_ARG1` | Ground-truth predicate/argument as performed |
194
+
195
+ ## Extended: HoloAssist-M
196
+
197
+ **HoloAssist-M** is an additional MATT benchmark released alongside MATT-Bench. It is **not** part of the main two-dataset evaluation reported in the CVPR 2026 paper; it uses the same MisEngine pipeline applied to the HoloAssist dataset.
198
+
199
+ | Dataset | Samples | Instruction Texts | Semantic | Temporal | Spatial |
200
+ |---|---|---|---|---|---|
201
+ | **HoloAssist-M** | 562,209 | 1,786 | ✓ | — | — |
202
+
203
+ Schema matches EPIC-KITCHENS-M (semantic attribution only — HoloAssist does not provide native PNR or bbox annotations).
204
 
205
  ## Citation
206
 
 
212
  year = {2026},
213
  }
214
  ```
215
+
216
+ Please also cite the source datasets:
217
+
218
+ ```bibtex
219
+ @inproceedings{grauman2022ego4d,
220
+ title = {Ego4D: Around the World in 3,000 Hours of Egocentric Video},
221
+ author = {Grauman, Kristen and others},
222
+ booktitle = {CVPR},
223
+ year = {2022}
224
+ }
225
+
226
+ @article{Damen2022RESCALING,
227
+ title = {Rescaling Egocentric Vision: Collection, Pipeline and Challenges for EPIC-KITCHENS-100},
228
+ author = {Damen, Dima and others},
229
+ journal = {IJCV},
230
+ year = {2022}
231
+ }
232
+
233
+ @inproceedings{wang2023holoassist,
234
+ title = {HoloAssist: an Egocentric Human Interaction Dataset for Interactive AI Assistants in the Real World},
235
+ author = {Wang, Xin and others},
236
+ booktitle = {ICCV},
237
+ year = {2023}
238
+ }
239
+ ```
ego4d/parquet.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470f94c0b9ec9c62bc37ae8dd1daebce525a38c0b601dc23f2cdc1204784ac7b
3
+ size 19328675
ego4d/parquet/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1ea19c0dd178ea894a9fed0a75e7b702715c99d1f45ed726474dde407eb07ac
3
+ size 651664
ego4d/parquet/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51fc6ad4c1ca9e80c58392e391a6ce16924c521d0f7b5e35047ba1e05faab635
3
+ size 3036071
ego4d/parquet/valid.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e06e48ebe2ca3b5d3ec9c7159dd3cb423bb826b1a957a8c0b251dc5f410dd33
3
+ size 655928
ego4d/test.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f107540233d9c792623c78950b4257f41ce73b6698acc9c0845dc5367f72062a
3
+ size 2539715
ego4d/train.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37d731094b22f86c1f6751163f899832356fab2324cc8cc85b4248e98ca0e0f7
3
+ size 20375917
ego4d/valid.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8460c59490532a0c0446fdc57a3c405214c6edbeb409c6d0cf8fef9b2661568
3
+ size 2541977
epickitchens/parquet/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1deaeec26d434cdcb6e34eca370138f7ee67c360e867e4f3aaeda51a417f0a5
3
+ size 2288186
epickitchens/parquet/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38e9bd9be789be1cd922c50ea1dc381a882edcff690b14910c1f6c46020c36e0
3
+ size 348141
epickitchens/train.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31daef65e02e822112c0823546f337bb376f6b62659306e7f85f371f09534f2b
3
+ size 10767037
epickitchens/validation.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2239861e5f5d180fd04a44ba94acc422b5fe1fb6c342ba334f9c1866fddb367d
3
+ size 1537253
holoassist/parquet/train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d75fd3ad6c67344f65417841e60d0f87af7fcd3692e4a2d81dae3753e18e6b1
3
+ size 3123871
holoassist/parquet/validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1db90e922c5d05d9dcfec18f5bdf8e3f5d3ae22b1a708118e23ec4a0af32468c
3
+ size 480023
holoassist/train.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2501c0da7fac19c7c8fd748f133e2f971353f1d4d6e1d31930c66357ae37263
3
+ size 20427017
holoassist/validation.xlsx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88ed419a78cc4a0ab14326cbe9d16eb759c7970833990381aba4ce3a4e3e91d8
3
+ size 2940491