File size: 3,169 Bytes
ceed611
a509af1
a034d60
40da9d6
7449fef
40da9d6
7449fef
40da9d6
7449fef
40da9d6
 
 
a034d60
ceed611
40da9d6
ceed611
 
 
4fc2aa9
ceed611
a234bac
 
 
 
 
4fc2aa9
ceed611
 
4fc2aa9
ceed611
 
 
4fc2aa9
a234bac
ceed611
 
 
 
 
7449fef
ceed611
 
 
40da9d6
ceed611
 
 
 
 
 
 
 
a509af1
ceed611
 
 
 
e806259
ceed611
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4fc2aa9
 
ceed611
 
 
4fc2aa9
 
 
ceed611
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
license: cc-by-nc-4.0
modalities:
  - image
task_categories:
  - image-segmentation
tags:
  - synthetic
size_categories:
  - 10K<n<100K

arxiv:

---

# TransFrag27K: Transparent Fragment Dataset

## Dataset Summary
TransFrag27K is the first large-scale transparent fragment dataset, which contains **27,000 images and masks** at a resolution of 640×480. The dataset covers fragments of common everyday glassware and incorporates **more than 150 background textures** and **100 HDRI environment lightings**.  

<p align="center">
  <img src="./demonstration.png" alt="Demonstration" width="1000"/>
</p>


Transparent objects, being a special category, have refractive and transmissive material properties that make their visual features highly sensitive to environmental lighting and background. In real-world scenarios, collecting data of transparent objects with diverse backgrounds and lighting conditions is challenging, and annotations are prone to errors due to difficulties in recognition.  

To address this, we designed an **automated dataset generation pipeline in Blender**:  
- Objects are randomly fractured using the Cell Fracture add-on.  
- Parametric scripts batch-adjust lighting, backgrounds, and camera poses.  
- Rendering is performed automatically to output paired RGB images and binary masks.  

The Blender script we used to generate TransFrag27k also supports batch dataset generation with any scene in which objects are placed at a horizontal plane. For implementation details, please refer to:  
[Transparent-Fragments-Contour-Estimation](https://github.com/Keithllin/Transparent-Fragments-Contour-Estimation)  


---

## Supported Tasks
- Semantic Segmentation for various transparent fragments.

---


## Dataset Structure
In our released dataset, to facilitate subsequent customized processing, we organize each object’s data in the following structure:  

```├─TransFrag27K
│ ├─Planar1
│ │ ├─anno_mask
│ │ └─rgb
│ ├─Planar2

│ │ ├─anno_mask
│ │ └─rgb
│ ├─Curved1
│ │ ├─anno_mask

│ │ └─rgb
│ ├─Curved2
│ │ ├─anno_mask
│ │ └─rgb
│ ├─Irregular1
│ │ ├─anno_mask
│ │ └─rgb
│ ├─Irregular2
│ │ ├─anno_mask
│ │ └─rgb
│ ├─Irregular3
│ │ ├─anno_mask
│ │ └─rgb
```


We mainly organize the dataset according to the **shape classes** of transparent fragments:  
- **Planar**  
  Mainly includes fragments from flat regions such as dish bottoms and glass bases.  
- **Curved**  
  Mainly includes fragments from objects with cylindrical or spherical curvature, such as cups, bottles, and bowls.  
- **Irregular**  
  Mainly includes fragments with multiple curvature patterns or discontinuous surfaces, such as the intersection of a cup wall and bottom, special bottle necks, wine glass stems, and handles.  

---

## Citation
If you find this dataset or the associated work useful for your research, please cite the paper:
```
@article{lin2025transparent,
  title={Transparent Fragments Contour Estimation via Visual-Tactile Fusion for Autonomous Reassembly},
  author=
  year=

}
```