docs: publish plain v1.1 release guide
Browse files- v1.1/README.md +13 -68
v1.1/README.md
CHANGED
|
@@ -1,50 +1,26 @@
|
|
| 1 |
-
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
-
pretty_name: IMPACT
|
| 4 |
-
task_categories:
|
| 5 |
-
- video-classification
|
| 6 |
-
- feature-extraction
|
| 7 |
-
- other
|
| 8 |
-
tags:
|
| 9 |
-
- industrial assembly
|
| 10 |
-
- procedural action understanding
|
| 11 |
-
- temporal action segmentation
|
| 12 |
-
- cross-view understanding
|
| 13 |
-
- action forecasting
|
| 14 |
-
- RGB-D
|
| 15 |
-
- eye tracking
|
| 16 |
-
---
|
| 17 |
|
| 18 |
-
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
-
|
| 23 |
-
- [Benchmark code and task protocols](https://github.com/Kratos-Wen/IMPACT)
|
| 24 |
-
- [Google Drive mirror](https://drive.google.com/drive/folders/1P7vBnxSVH9g_lQc5n0c0WA47QAGEhE_U?usp=sharing)
|
| 25 |
|
| 26 |
## Release Update
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
## Benchmark Tasks
|
| 31 |
|
| 32 |
-
|
| 33 |
-
| --- | --- | --- |
|
| 34 |
-
| Temporal Understanding | `TAS-S`, `TAS-BL/BR` | Accuracy, Edit, F1@{10,25,50} |
|
| 35 |
-
| Cross-View Understanding | `CV-TA`, `CV-SMR`, `CV-SMC` | Recall@{1,5}, Median Rank, Coverage, mAP, Top-1, Macro-F1 |
|
| 36 |
-
| Action Forecasting | `AF-S`, `AF-L` | mR@5, AUED, ED@z |
|
| 37 |
-
| State & Reasoning | `PSR`, `ASR`, `PPR-L/R`, `ATR-L/R` | task-specific F1, delay, POS, state, phase, and multi-label metrics |
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
-
|
| 42 |
|
| 43 |
-
|
| 44 |
|
| 45 |
-
|
| 46 |
|
| 47 |
-
|
| 48 |
|
| 49 |
```bash
|
| 50 |
git clone https://github.com/Kratos-Wen/IMPACT.git
|
|
@@ -54,37 +30,6 @@ python tools/download_impact.py --include sample --output downloads
|
|
| 54 |
python tools/verify_release.py downloads/v1.1/sample/IMPACT-v1.1-sample.zip
|
| 55 |
```
|
| 56 |
|
| 57 |
-
Use `python tools/download_impact.py --list` to inspect all bundle keys. Exact byte sizes and SHA-256 checksums are published in `v1.1/MANIFEST.tsv` and `v1.1/SHA256SUMS`.
|
| 58 |
-
|
| 59 |
-
## Data Structure
|
| 60 |
-
|
| 61 |
-
```text
|
| 62 |
-
IMPACT-v1.1/
|
| 63 |
-
├── annotations/{TAS-S,TAS-B,AF-S,ASR,PSR,PPR,ATR}/
|
| 64 |
-
├── videos/{ego,front,left,right,top}/
|
| 65 |
-
├── depth/{front,left,right,top}/
|
| 66 |
-
├── audio/ego/
|
| 67 |
-
├── eye_tracking/ego/
|
| 68 |
-
├── features/{I3D,MViTv2,VideoMAEv2}/
|
| 69 |
-
└── metadata/
|
| 70 |
-
```
|
| 71 |
-
|
| 72 |
-
The canonical identifier is `<execution_id>_<view>`. All views from the same trial are co-assigned in official splits to prevent cross-view leakage.
|
| 73 |
-
|
| 74 |
-
## Features
|
| 75 |
-
|
| 76 |
-
Released arrays contain frozen I3D (1024-D), MViTv2-B (768-D), and VideoMAEv2-G (1408-D) representations. Extraction conventions and reference scripts are documented in the [feature guide](https://github.com/Kratos-Wen/IMPACT/blob/main/docs/FEATURES.md).
|
| 77 |
-
|
| 78 |
-
## Ethics and Intended Use
|
| 79 |
-
|
| 80 |
-
Participants provided informed consent for data collection and research release. Public identifiers are anonymized, and the release excludes direct personal identifiers. The dataset is intended for non-commercial research and education in video understanding, procedural reasoning, forecasting, and industrial human-assistance systems. It must not be used to identify participants or infer sensitive personal attributes.
|
| 81 |
-
|
| 82 |
-
IMPACT represents a controlled industrial assembly setting and should not be treated as evidence that a model is safe for autonomous deployment. Users should assess domain shift, demographic coverage, failure modes, and human oversight requirements in their target environment. See the repository's [Ethics and Intended Use](https://github.com/Kratos-Wen/IMPACT/blob/main/docs/ETHICS_AND_USE.md) statement.
|
| 83 |
-
|
| 84 |
-
## Citation
|
| 85 |
-
|
| 86 |
-
The manuscript is under review at the ACM Multimedia 2026 Dataset Track. Stable versioned author metadata is available in [`CITATION.cff`](https://github.com/Kratos-Wen/IMPACT/blob/main/CITATION.cff); proceedings metadata will be added after publication.
|
| 87 |
-
|
| 88 |
## License
|
| 89 |
|
| 90 |
-
Dataset assets and release documentation are licensed under
|
|
|
|
| 1 |
+
# IMPACT v1.1 Data Release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
IMPACT is a synchronized five-view RGB-D dataset and benchmark for multi-granularity human procedural action understanding in industrial assembly. The release contains 112 trials from 13 participants and 39.5 video hours across one egocentric and four exocentric views.
|
| 4 |
|
| 5 |
+
- Project page: https://kratos-wen.github.io/IMPACT/
|
| 6 |
+
- Benchmark code: https://github.com/Kratos-Wen/IMPACT
|
| 7 |
+
- Hugging Face mirror: https://huggingface.co/datasets/KratosWen/IMPACT
|
|
|
|
|
|
|
| 8 |
|
| 9 |
## Release Update
|
| 10 |
|
| 11 |
+
In v1.1, all 560 TAS-B annotation files were revalidated and 117 of 560 RGB videos (20.9%) were updated. See `CHANGELOG.md` for the complete revision record.
|
|
|
|
|
|
|
| 12 |
|
| 13 |
+
## Archives
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
+
The release provides independent archives for annotations, RGB videos, depth streams, ego audio, eye tracking, and I3D, MViTv2, and VideoMAEv2 features. Every ZIP extracts into the same `IMPACT-v1.1/` root.
|
| 16 |
|
| 17 |
+
The quick-start sample is available at `sample/IMPACT-v1.1-sample.zip` and contains three complete executions with synchronized media, all released feature types, and corresponding task annotations.
|
| 18 |
|
| 19 |
+
Exact archive sizes are recorded in `MANIFEST.tsv`; SHA-256 checksums are recorded in `SHA256SUMS`.
|
| 20 |
|
| 21 |
+
## Selective Download
|
| 22 |
|
| 23 |
+
The benchmark repository provides a Hugging Face downloader with automatic checksum verification:
|
| 24 |
|
| 25 |
```bash
|
| 26 |
git clone https://github.com/Kratos-Wen/IMPACT.git
|
|
|
|
| 30 |
python tools/verify_release.py downloads/v1.1/sample/IMPACT-v1.1-sample.zip
|
| 31 |
```
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
## License
|
| 34 |
|
| 35 |
+
Dataset assets and release documentation are licensed under CC BY-NC-SA 4.0. See `LICENSE-DATA` for scope and attribution guidance.
|