FlyingFrog commited on
Commit
dd31537
·
verified ·
1 Parent(s): ce5b0cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -1
README.md CHANGED
@@ -7,4 +7,68 @@ tags:
7
  - One-Shot
8
  - Material-Segmentation
9
  - Soft-Segmentation
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - One-Shot
8
  - Material-Segmentation
9
  - Soft-Segmentation
10
+ ---
11
+
12
+ ## MatSeg Dataset — Overview
13
+
14
+ The MatSeg dataset focuses on **zero-shot segmentation of materials and their states** identifying image regions belonging to a specific material type or state, without any prior training on that material, state, or environment.
15
+
16
+ It emphasizes complex, scattered, and sparse material boundaries, as well as soft similarity and gradual transitions between materials.
17
+
18
+ **For Example:**
19
+ - Wet regions on surfaces
20
+ - Scattered dust
21
+ - Minerals in rocks
22
+ - Sediment in soils
23
+ - Rotten parts of fruits
24
+ - Degraded and corrosive surface regions
25
+ - Regions belonging to different materials
26
+
27
+ ---
28
+
29
+ ## Paper
30
+
31
+ This dataset is introduced and described in:
32
+ [Infusing Synthetic Data with Real-World Patterns for
33
+ Zero-Shot Material State Segmentation](https://proceedings.neurips.cc/paper_files/paper/2024/file/6ef4a4b387a5a547ea699f3df7fc1248-Paper-Datasets_and_Benchmarks_Track.pdf)
34
+
35
+
36
+ ## Training Dataset
37
+
38
+ Composed of **100,000 images**, the synthetic dataset including **3D rendered scenes** with realistic illumination and PBR materials as well as **2D maps**.
39
+ With textures boundaries extracted from real-world images and infused into synthetic data
40
+ ---
41
+
42
+ # Real-World Benchmark
43
+
44
+ The benchmark contains **1,220 annotated real-world images** for evaluation and testing across a diverse set of material states and environments.
45
+
46
+ It focuses on:
47
+
48
+ - **Zero-shot segmentation of material states**
49
+ - Separation between **different states of the same material**
50
+ - Segmentation of materials with **complex and scattered boundaries**
51
+
52
+ For Example:
53
+
54
+ - Food states and spoilage
55
+ - Plant diseases and infections
56
+ - Rocks and minerals
57
+ - Soil and sediment
58
+ - Corrosion and rust
59
+ - Liquids and foam
60
+ - Worn or degraded surfaces
61
+ - Diverse unconstrained environment
62
+
63
+
64
+
65
+
66
+ ## File Structure
67
+
68
+ | File | Description |
69
+ |---|---|
70
+ | `Dataset_Documentation_And_Readers.zip` | Dataset readers and technical documentation |
71
+ | `MatSeg_Benchmark.zip` | Real-world evaluation benchmark |
72
+ | `MatSeg2D_part_*.zip` | 2D synthetic training set |
73
+ | `MatSeg3D_part_*.zip` | 3D synthetic training set |
74
+