File size: 3,164 Bytes
cbe7d62
 
 
 
72787fb
 
 
 
 
cbe7d62
72787fb
cbe7d62
 
 
 
72787fb
 
cbe7d62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27b05f2
cbe7d62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6f7beb8
 
 
 
 
 
 
 
cbe7d62
 
 
 
 
 
 
 
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
95
96
97
98
99
100
101
---
license: mit
size_categories:
- 1K<n<10K
pretty_name: STEM2Mat
tags:
- chemistry
task_categories:
- image-to-3d
---

# AutoMat Benchmark: STEM Image to Crystal Structure

The **AutoMat Benchmark** is a multimodal dataset designed to evaluate deep‑learning systems for iDPC-STEM‑based crystal‑structure reconstruction and property prediction.

Code: https://github.com/yyt-2378/AutoMat

---

## 📁 Dataset Structure

The dataset is organized into three tiers of increasing difficulty:

```text
benchmark/
├── tier1/
│   ├── img/          # STEM images (e.g., PNG, TIFF)
│   ├── label/        # Atomic position labels (e.g., TXT, JSON)
│   └── cif_file/     # Reconstructed or ground‑truth CIF files
├── tier2/
│   └── ...           # Same sub‑folders as tier1
├── tier3/
│   └── ...
└── property.csv      # Material properties for all samples
````

---

## 🔬 Tier Descriptions

| Tier   | Characteristics                                                |
|--------|----------------------------------------------------------------|
| Tier 1 | Simulated low-noise STEM images, light elements, low complexity |
| Tier 2 | Moderate noise or multiple elements, more realistic patterns   |
| Tier 3 | Low dose, multi-elements, complex symmetry                     |

Each sample in the dataset includes:
- A STEM image (`img/`)
- Labeled atomic coordinates (`label/`)
- A reconstructed or reference CIF file (`cif_file/`)
- Associated material properties in `property.csv`

---

## 📊 Tasks Supported

- STEM-to-structure inference
- CIF generation and comparison
- Atomic position prediction
- Property prediction (formation energy, energy_per_atom, bandgap, etc.)

---

## 🔗 Files Description

| File / Folder      | Description                                                |
|--------------------|------------------------------------------------------------|
| `img/`             | STEM input images (grayscale microscopy)                   |
| `label/`           | Atomic position data (format: .png per sample)     |
| `cif_file/`        | .cif crystal structure files for each sample               |
| `property.csv`     | Global material properties table with `material_id` match  |

---

## 📄 License

This dataset is released under the **MIT License**. You are free to use, modify, and distribute with attribution.

---

## ✉️ Citation

If you use this benchmark, please cite:

```bibtex
@misc{yang2025automatenablingautomatedcrystal,
      title={AutoMat: Enabling Automated Crystal Structure Reconstruction from Microscopy via Agentic Tool Use}, 
      author={Yaotian Yang and Yiwen Tang and Yizhe Chen and Xiao Chen and Jiangjie Qiu and Hao Xiong and Haoyu Yin and Zhiyao Luo and Yifei Zhang and Sijia Tao and Wentao Li and Qinghua Zhang and Yuqiang Li and Wanli Ouyang and Bin Zhao and Xiaonan Wang and Fei Wei},
      year={2025},
      eprint={2505.12650},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2505.12650}, 
}
```

---

## 🙋 Contact

For questions or collaborations, please contact: `yangyt22@gmail.com`