xiazeyu commited on
Commit
c92dfb4
1 Parent(s): fa1c15b

Add README and dataset info

Browse files
Files changed (3) hide show
  1. README.md +52 -0
  2. dataset_dict.json +1 -0
  3. dataset_info.json +45 -0
README.md CHANGED
@@ -43,3 +43,55 @@ configs:
43
  - split: test
44
  path: data/test-*
45
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  - split: test
44
  path: data/test-*
45
  ---
46
+ # DT_SegNet Dataset
47
+
48
+ [![paper doi](https://img.shields.io/badge/paper%20doi-10.1039%2FD3CP00402C-blue)](https://doi.org/10.1039/D3CP00402C)
49
+ ![open access](https://img.shields.io/badge/open%20access-free-green)
50
+ [![paper license](http://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by-nc.svg)](http://creativecommons.org/licenses/by-nc/3.0/)
51
+
52
+ [![code doi](https://img.shields.io/badge/code%20doi-10.5281%2Fzenodo.7510032-blue)](https://doi.org/10.5281/zenodo.7510032)
53
+ [![code license](https://img.shields.io/github/license/xiazeyu/DT_SegNet?color=green&label=code%20license)](./LICENSE)
54
+
55
+ ## About The Project
56
+
57
+ The performance of advanced materials for extreme environments is underpinned by their microstruc- ture, such as the size and distribution of nano- to micro-sized reinforcing phase(s). Chromium-based superalloys are a recently proposed alternative to conventional face-centred-cubic superalloys for high-temperature applications, e.g., Concentrated Solar Power. Their development requires the de- termination of precipitate volume fraction and size distribution using Electron Microscopy (EM), as these properties are crucial for the thermal stability and mechanical properties of chromium superal- loys. Traditional approaches to EM image processing utilise filtering with a fixed contrast threshold, leading to weak robustness to background noise and poor generalisability to different materials. It also requires an enormous amount of time for manual object measurements. Efficient and accurate object detection and segmentation are therefore highly desired to accelerate the development of novel materials like chromium-based superalloys. To address these bottlenecks, based on YOLOv5 and SegFormer structures, this study proposes an end-to-end, two-stage deep learning scheme, DT- SegNet, to perform object detection and segmentation for EM images. The proposed approach can thus benefit from the training efficiency of Convolutional Neural Networks at the detection stage (i.e., a small number of training images required) and the accuracy of the Vision Transformer at the segmentation stage. Extensive numerical experiments demonstrate that the proposed DT-SegNet significantly outperforms the state-of-the-art segmentation tools offered by Weka and ilastik regard- ing a large number of metrics, including accuracy, precision, recall and F1-score. This model will be a meaningful tool for accelerating alloy development and microstructure examination.
58
+
59
+ ## Dataset
60
+
61
+ All data for this project are stored in the `data/` folder.
62
+ Apache Parquet is used for a more efficient storage format.
63
+ The dataset is split into three sets: `test`, `train`, and `validation`.
64
+ Detection annotation format follows the YOLO format, and segmentation annotation is stored as a PNG image.
65
+ The category label is `0` for precipitate.
66
+
67
+ ## Reference
68
+
69
+ ```bibtex
70
+ @article{xia2023Accurate,
71
+ author = {Zeyu Xia and Kan Ma and Sibo Cheng and Thomas Blackburn and Ziling Peng and Kewei Zhu and Weihang Zhang and Dunhui Xiao and Alexander J Knowles and Rossella Arcucci},
72
+ copyright = {CC BY-NC 3.0},
73
+ doi = {10.1039/d3cp00402c},
74
+ issn = {1463-9076},
75
+ journal = {Physical Chemistry Chemical Physics},
76
+ keywords = {},
77
+ language = {English},
78
+ month = {6},
79
+ number = {23},
80
+ pages = {15970--15987},
81
+ pmid = {37265373},
82
+ publisher = {Royal Society of Chemistry (RSC)},
83
+ title = {Accurate Identification and Measurement of the Precipitate Area by Two-Stage Deep Neural Networks in Novel Chromium-Based Alloy},
84
+ url = {https://pubs.rsc.org/en/content/articlelanding/2023/CP/D3CP00402C},
85
+ volume = {25},
86
+ year = {2023}
87
+ }
88
+
89
+ ```
90
+
91
+ ## Contact
92
+
93
+ Zeyu Xia - [zeyu.xia@connect.qut.edu.au](mailto:zeyu.xia@connect.qut.edu.au)
94
+
95
+ Kan Ma - [arnaud.masysu@gmail.com](mailto:arnaud.masysu@gmail.com)
96
+
97
+ Sibo Cheng - [sibo.cheng@imperial.ac.uk](mailto:sibo.cheng@imperial.ac.uk)
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "validation", "test"]}
dataset_info.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "@article{xia2023Accurate,\n author = {Zeyu Xia and Kan Ma and Sibo Cheng and Thomas Blackburn and Ziling Peng and Kewei Zhu and Weihang Zhang and Dunhui Xiao and Alexander J Knowles and Rossella Arcucci},\n copyright = {CC BY-NC 3.0},\n doi = {10.1039/d3cp00402c},\n issn = {1463-9076},\n journal = {Physical Chemistry Chemical Physics},\n keywords = {},\n language = {English},\n month = {6},\n number = {23},\n pages = {15970--15987},\n pmid = {37265373},\n publisher = {Royal Society of Chemistry (RSC)},\n title = {Accurate Identification and Measurement of the Precipitate Area by Two-Stage Deep Neural Networks in Novel Chromium-Based Alloy},\n url = {https://doi.org/10.1039/d3cp00402c},\n volume = {25},\n year = {2023}\n}\n",
3
+ "description": "A comprehensive, two-tiered deep learning approach designed for precise object detection and segmentation in electron microscopy (EM) images.",
4
+ "features": {
5
+ "id": {
6
+ "dtype": "int8",
7
+ "_type": "Value"
8
+ },
9
+ "original_name": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "image": {
14
+ "_type": "Image"
15
+ },
16
+ "det_annotation": {
17
+ "feature": {
18
+ "bbox": {
19
+ "feature": {
20
+ "dtype": "float32",
21
+ "_type": "Value"
22
+ },
23
+ "length": 4,
24
+ "_type": "Sequence"
25
+ },
26
+ "category": {
27
+ "names": [
28
+ "precipitate"
29
+ ],
30
+ "_type": "ClassLabel"
31
+ }
32
+ },
33
+ "_type": "Sequence"
34
+ },
35
+ "seg_annotation": {
36
+ "_type": "Image"
37
+ },
38
+ "raw_seg_annotation": {
39
+ "dtype": "string",
40
+ "_type": "Value"
41
+ }
42
+ },
43
+ "homepage": "https://github.com/xiazeyu/DT_SegNet",
44
+ "license": "CC BY-NC 3.0"
45
+ }