AngeloUNIMI commited on
Commit
813b838
·
verified ·
1 Parent(s): 0dbe422

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +182 -34
README.md CHANGED
@@ -1,48 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
- # Granulo-10k
6
 
7
- ## Description
8
- Granulo-10k: A Large-Scale Benchmark Dataset for Multiple-View Industrial Granulometry, ICIP 2026.
9
 
10
- ## Structure
11
- Images
12
- - strands_compliant
13
- - strands_non_compliant
14
 
15
- Masks
16
- - strands_compliant
17
- - strands_non_compliant
18
 
19
- PCs
20
- - strands_compliant
21
- - strands_non_compliant
 
22
 
23
- ## Size
24
- ~20GB
25
 
26
- ## How to load:
27
- ```bash
28
- pip install datasets
29
- ```
30
- ```python
31
- from datasets import load_dataset
32
- dataset = load_dataset("AngeloUNIMI/Granulo-10k")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ```
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ## 📖 Citation
36
- If you use this dataset, please cite:
 
 
37
  ```bibtex
38
- @InProceedings {icip26,
39
- author = {P. Coscia and A. Genovese and V. Piuri and F. Scotti},
40
- booktitle = {Proc. of the 2026 IEEE Int. Conf. on Image Processing (ICIP 2026)},
41
- title = {Granulo-10k: A Large-Scale Benchmark Dataset for Multiple-View Industrial Granulometry},
42
- pages = {1-6},
43
- month = {September},
44
- day = {13-17},
45
- year = {2026},
46
- note = {Accepted}
47
  }
48
- ```
 
 
 
 
 
 
 
 
 
 
 
1
+ # Granulo-10k
2
+
3
+ <p align="center">
4
+ <b>A large-scale benchmark dataset for multiple-view industrial granulometry of OSB wood strands.</b>
5
+ </p>
6
+
7
+ <p align="center">
8
+ <a href="#dataset">Dataset</a> •
9
+ <a href="#download">Download</a> •
10
+ <a href="#tasks">Tasks</a> •
11
+ <a href="#baselines">Baselines</a> •
12
+ <a href="#citation">Citation</a>
13
+ </p>
14
+
15
+ ---
16
+
17
+ ## Overview
18
+
19
+ **Granulo-10k** is an open benchmark dataset for research on **Oriented Strand Board (OSB) strand analysis**, with a focus on multiple-view granulometry and three-dimensional geometric estimation.
20
+
21
+ The dataset contains high-resolution paired images of wood strands acquired with a calibrated two-camera setup, together with segmentation masks, granulometric ground truth, and 3D point clouds. It is designed to support reproducible research on automated strand segmentation and estimation of:
22
+
23
+ - **height** (`h`)
24
+ - **width** (`w`)
25
+ - **thickness** (`t`)
26
+
27
+ Granulo-10k addresses a key limitation in industrial wood vision research: most existing approaches estimate geometry from 2D projections and often do not provide individual strand-level thickness measurements. This dataset provides multiple views and point-cloud information to encourage research on full 3D strand characterization.
28
+
29
  ---
30
+
31
+ ## Highlights
32
+
33
+ - **9,600 RGB images** at `1280 x 960` resolution
34
+ - **200 unique OSB wood strands**
35
+ - **24 acquisitions per strand**
36
+ - **2 synchronized camera views** per acquisition
37
+ - **Segmentation masks** for each paired acquisition
38
+ - **3D point clouds** associated with each paired acquisition
39
+ - **Ground-truth granulometric measurements**: height, width, and thickness
40
+ - **Compliant / non-compliant strand labels** based on manufacturer reference dimensions
41
+ - **Strand-disjoint evaluation protocol** to avoid train-test leakage
42
+
43
  ---
44
 
45
+ ## Dataset
46
 
47
+ Granulo-10k contains images of thinly chopped wood pieces, known as **strands**, used in OSB panel production.
 
48
 
49
+ ### Strand categories
 
 
 
50
 
51
+ The dataset includes 200 manually measured strands, divided into two classes:
 
 
52
 
53
+ | Category | Number of strands | Average size |
54
+ | --- | ---: | --- |
55
+ | Compliant | 100 | `h x w x t = 115 x 20 x 0.70 mm` |
56
+ | Non-compliant | 100 | `h x w x t = 91 x 9 x 0.65 mm` |
57
 
58
+ For each strand, the maximum height and width were measured using a caliper. Since thickness may vary across the strand surface, multiple thickness measurements were collected at different points and averaged.
 
59
 
60
+ ### Acquisition protocol
61
+
62
+ Images were collected using a calibrated multiple-view acquisition system composed of:
63
+
64
+ - two synchronized **Sony SX90CR** color cameras
65
+ - a trigger mechanism connected to a photocell
66
+ - four LED bars arranged to provide approximately uniform illumination
67
+ - calibrated camera geometry for multiple-view reconstruction
68
+
69
+ The two cameras were placed at the same height and oriented at an angle of approximately `85 deg` with respect to the support, with a camera distance of `125 mm`. LED bars were placed at approximately `90 mm` from the cameras.
70
+
71
+ Each strand was dropped from random positions above the cameras, while ensuring that it fell inside the intersection of the two fields of view. To increase acquisition variability, each strand was acquired 24 times:
72
+
73
+ - 8 frontal drops
74
+ - 8 sideways drops
75
+ - 8 intermediate-orientation drops
76
+
77
+ This results in:
78
+
79
+ ```text
80
+ 200 strands x 24 acquisitions x 2 cameras = 9,600 RGB images
81
  ```
82
 
83
+ ### Data modalities
84
+
85
+ For each paired acquisition, Granulo-10k provides:
86
+
87
+ - RGB image from camera 1
88
+ - RGB image from camera 2
89
+ - segmentation mask for camera 1
90
+ - segmentation mask for camera 2
91
+ - associated 3D point cloud
92
+ - ground-truth height, width, and thickness measurements
93
+ - compliance category
94
+
95
+ ---
96
+
97
+ ## Download
98
+
99
+ Dataset can be downloaded from Hugging Face [here](https://huggingface.co/datasets/AngeloUNIMI/Granulo-10k).
100
+
101
+ ---
102
+
103
+ ## Tasks
104
+
105
+ Granulo-10k supports several research tasks:
106
+
107
+ ### 1. Strand segmentation
108
+
109
+ Estimate binary masks for OSB strands from single-view or paired RGB images.
110
+
111
+ ### 2. Multiple-view granulometry
112
+
113
+ Estimate strand height, width, and thickness using one or more of the available modalities:
114
+
115
+ - image-only input
116
+ - point-cloud-only input
117
+ - fused image and point-cloud input
118
+
119
+ ### 3. Compliant vs. non-compliant classification
120
+
121
+ Classify strands according to whether their geometry is compliant with manufacturer reference dimensions.
122
+
123
+ ### 4. Multi-modal geometric learning
124
+
125
+ Develop methods that combine two RGB views and 3D point clouds for robust geometric reasoning.
126
+
127
+ ---
128
+
129
+ ## Baselines
130
+
131
+ The accompanying paper evaluates modern visual backbones and multi-modal fusion strategies for joint estimation of height, width, and thickness.
132
+
133
+ ### Architecture summary
134
+
135
+ The proposed baseline uses:
136
+
137
+ - two frozen image encoders, one for each camera view
138
+ - a PointNet++ encoder for the point cloud
139
+ - an MLP adapter to align point-cloud features with image embeddings
140
+ - max-pooling feature fusion
141
+ - a Multi-gate Mixture-of-Experts (MMoE) decoder
142
+ - task-specific heads for height, width, and thickness regression
143
+ - a multi-task uncertainty-weighted loss
144
+
145
+ ### Evaluation protocol
146
+
147
+ Experiments use:
148
+
149
+ - 5-fold cross-validation
150
+ - 50 training epochs per fold
151
+ - learning rate of `1.2e-3`
152
+ - strand-disjoint splits, so all acquisitions of the same strand are assigned to the same split
153
+ - MAE and MAPE as evaluation metrics
154
+
155
+ ### Reported results
156
+
157
+ The following table summarizes representative results from the paper. Values are reported as mean ± standard deviation.
158
+
159
+ | Backbone | Point cloud | Height MAE [mm] | Height MAPE [%] | Width MAE [mm] | Width MAPE [%] | Thickness MAE [mm] | Thickness MAPE [%] |
160
+ | --- | :---: | ---: | ---: | ---: | ---: | ---: | ---: |
161
+ | Mean value baseline | - | 17.88 ± 1.45 | 21.58 ± 2.86 | 6.24 ± 0.50 | 56.22 ± 3.56 | 0.18 ± 0.03 | 29.29 ± 2.32 |
162
+ | DINO ViT-B/14 | No | 2.70 ± 0.34 | 2.99 ± 0.34 | 1.65 ± 0.21 | 12.13 ± 1.67 | 0.09 ± 0.01 | 13.70 ± 0.67 |
163
+ | ConvNeXtV2 | No | 2.95 ± 0.31 | 3.30 ± 0.37 | 1.64 ± 0.13 | 11.67 ± 1.16 | 0.09 ± 0.01 | 14.91 ± 1.52 |
164
+ | EVA02-CLIP ViT-L/14 | No | 2.82 ± 0.34 | 3.19 ± 0.35 | 1.73 ± 0.10 | 12.11 ± 0.70 | 0.09 ± 0.00 | 14.63 ± 1.33 |
165
+ | CLIP ViT-L/14 | No | 2.99 ± 0.24 | 3.34 ± 0.16 | 1.84 ± 0.17 | 13.38 ± 1.69 | 0.11 ± 0.01 | 17.77 ± 1.67 |
166
+ | DINO ViT-B/14 | Yes | **2.53 ± 0.08** | **2.77 ± 0.09** | **1.59 ± 0.02** | **11.94 ± 0.35** | 0.10 ± 0.00 | 14.58 ± 0.57 |
167
+ | ConvNeXtV2 | Yes | 2.93 ± 0.16 | 3.24 ± 0.16 | 1.79 ± 0.06 | 13.94 ± 0.38 | 0.10 ± 0.00 | 15.13 ± 0.13 |
168
+ | EVA02-CLIP ViT-L/14 | Yes | 3.01 ± 0.07 | 3.31 ± 0.08 | 1.78 ± 0.07 | 13.47 ± 0.93 | 0.11 ± 0.00 | 17.44 ± 0.79 |
169
+ | CLIP ViT-L/14 | Yes | 3.41 ± 0.14 | 3.80 ± 0.12 | 2.06 ± 0.17 | 15.93 ± 2.02 | 0.13 ± 0.01 | 19.96 ± 1.19 |
170
+
171
+ DINO ViT-B/14 with point-cloud input achieves the strongest performance for height and width estimation, while thickness estimation remains the most challenging target.
172
+
173
+ ---
174
+
175
  ## 📖 Citation
176
+
177
+ If you use Granulo-10k in your research, please cite the associated paper:
178
+
179
  ```bibtex
180
+ @inproceedings{coscia2026granulo10k,
181
+ title = {Granulo-10k: A Large-Scale Benchmark Dataset for Multiple-View Industrial Granulometry},
182
+ author = {Coscia, Pasquale and Genovese, Angelo and Piuri, Vincenzo and Scotti, Fabio},
183
+ booktitle = {Proceedings of the IEEE International Conference on Image Processing (ICIP)},
184
+ year = {2026}
 
 
 
 
185
  }
186
+ ```
187
+
188
+ ---
189
+
190
+ ## Acknowledgements
191
+
192
+ This work was supported in part by the EC under project **EdgeAI** (`101097300`). Project EdgeAI is supported by the Chips Joint Undertaking and its members, including top-up funding by Austria, Belgium, France, Greece, Italy, Latvia, the Netherlands, and Norway.
193
+
194
+ The authors thank **IMAL s.r.l.**, San Damaso, Modena, Italy, for cooperation in providing data and sample classification. The authors also acknowledge Prof. **Ruggero Donida Labati** for his contribution to the data collection process.
195
+
196
+