Sophon is a robust model for nanocrystal segmentation in transmission electron microscopy (TEM) images. The model was trained on large-scale mixed datasets along with large amount of unlabeled TEM image data. Besides, with our carefully designed weak label generation pipeline and weakly supervised learning process, our segmentation model achieves superior performance for robust nanocrystal segmentation.
We show the learning process in the following:
We show the performance on our validation dataset. "OD" indicates our labeled dataset, "W" indicates weakly supervised learning on unlabeld data, and "LD" indicates extra datasets:
Category | AP_50 | AP_75 | AP_90 | mIoU |
---|---|---|---|---|
OD | 68.5 | 51.6 | 12.1 | 69.3 |
OD+W | 80.1 | 66.3 | 18.1 | 81.9 |
OD+LD | 81.3 | 72.8 | 22.9 | 81.9 |
OD+LD+W | 82.5 | 70.1 | 25.3 | 84.5 |
Please refer to Training Installation for installation instructions.
If you use Sophon, please cite our paper:
xxx, xxx, & xxx. (202x). xxxx: xxxxxx xxxxx xxxxx. Xxxx xxx, xx(x), xxx-xxx.
Software with our segmentation model will be available once the paper is accepted.
Please refer to Software Usage for software usage.
This repository can only be used for personal/research/non-commercial purposes. Please cite the following paper if this model helps your research:
@inproceedings{DLMCNS2024,
author = {Kai Gu, Yingping Liang, Jiaming Su, Peihan Sun, Jia Peng, Naihua Miao, Zhimei Sun, Ying Fu, Haizheng Zhong, Jun Zhang},
title = {Deep Learning Models for Colloidal Nanocrystal Synthesis},
booktitle = {https://doi.org/10.48550/arXiv.2412.10838},
year={2024}
}
If you find any problem, please feel free to contact me (liangyingping@bit.edu.cn). A brief self-introduction (including your name, affiliation and position) is required, if you would like to get an in-depth help from me. I'd be glad to talk with you if more information (e.g. your personal website link) is attached.
The GUI code is borrowed from Cellpose, we thank the authors for their great effort.