qruisjtu commited on
Commit
69b81e5
·
verified ·
1 Parent(s): a985389

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -9,8 +9,6 @@ task_categories:
9
  - image-to-image
10
  - image-classification
11
  - other
12
- task_ids:
13
- - image-quality-estimation
14
  tags:
15
  - image-restoration
16
  - image-quality-assessment
@@ -24,7 +22,6 @@ tags:
24
  - pi0.5
25
  - openvla
26
  - benchmark
27
- - paired-data
28
  configs:
29
  - config_name: frames
30
  data_files:
@@ -40,9 +37,11 @@ configs:
40
  path: distort_taxonomy.csv
41
  ---
42
 
43
- # EIR-DistortOnly
44
 
45
- Paired robotic first-frame observations (low-quality / ground-truth) under 25 distortions from the TID2013 / KADID-10k taxonomy, evaluated by three policies (π0.5, π0, OpenVLA). Built for benchmarking image restoration / IQA on robot-observation distributions, with downstream policy success rates as a secondary signal.
 
 
46
 
47
  A full Croissant 1.0 + RAI metadata document is shipped at the repo root: [`croissant.json`](./croissant.json). It is richer than the auto-generated Croissant served by Hugging Face — please prefer it when ingesting the dataset programmatically.
48
 
@@ -52,7 +51,7 @@ A full Croissant 1.0 + RAI metadata document is shipped at the repo root: [`croi
52
  | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
53
  | Frames (PNG) | 3 policies × 25 distortions × 100 episodes × 4 views = **30,000** |
54
  | Rollouts | 3 policies × 25 distortions × 100 episodes = **7,500** |
55
- | Distortions | 25, taxonomized in `distort_taxonomy.csv` (noise / blur / denoising / compression / pattern / structural / intensity_color / color / optical / sampling) |
56
  | Policies | π0.5, π0, OpenVLA |
57
  | Cameras | base, wrist |
58
  | Roles | LQ (distorted) ↔ GT (clean) |
@@ -177,10 +176,9 @@ The `frames` and `rollouts` RecordSets are the recommended entry points. For raw
177
 
178
  ## Limitations
179
 
180
- - Only first-frame observations are kept; no temporal information.
181
- - Single simulator (Robosuite/MuJoCo); the gap to real robot cameras is not characterised.
182
- - Three policies share a single task suite, so cross-task generalisation is not measured.
183
- - Each distortion is applied at a fixed strength; severity sweeps are not provided.
184
 
185
  ## Ethics
186
 
 
9
  - image-to-image
10
  - image-classification
11
  - other
 
 
12
  tags:
13
  - image-restoration
14
  - image-quality-assessment
 
22
  - pi0.5
23
  - openvla
24
  - benchmark
 
25
  configs:
26
  - config_name: frames
27
  data_files:
 
37
  path: distort_taxonomy.csv
38
  ---
39
 
40
+ # EmbodiedRestore
41
 
42
+ Paired robotic first-frame observations (low-quality / ground-truth) under 25 distortions from the TID2013 / KADID-10k taxonomy, evaluated by three policies (π0.5, π0, OpenVLA). Built for benchmarking image restoration / IQA on robot-observation distributions, with downstream policy success rates(SR) and steps to successas(StS) as secondary signals.
43
+
44
+ To promote the development of image restoration model for robot vision systems, we will continue to maintain this dataset and release more first-frame observations generated by our benchmarked image restoration models, along with their corresponding SR&StS data.
45
 
46
  A full Croissant 1.0 + RAI metadata document is shipped at the repo root: [`croissant.json`](./croissant.json). It is richer than the auto-generated Croissant served by Hugging Face — please prefer it when ingesting the dataset programmatically.
47
 
 
51
  | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
52
  | Frames (PNG) | 3 policies × 25 distortions × 100 episodes × 4 views = **30,000** |
53
  | Rollouts | 3 policies × 25 distortions × 100 episodes = **7,500** |
54
+ | Distortions | 25, taxonomized in `distort_taxonomy.csv` (noise / blur / color / compression / brightness / spatial / sharpness) |
55
  | Policies | π0.5, π0, OpenVLA |
56
  | Cameras | base, wrist |
57
  | Roles | LQ (distorted) ↔ GT (clean) |
 
176
 
177
  ## Limitations
178
 
179
+ - Only first-frame observations are kept.
180
+ - Single simulator (Robosuite/MuJoCo).
181
+ - Each distortion is applied at a fixed strength.
 
182
 
183
  ## Ethics
184