This is the official Pytorch implementation of our paper: SparseC-AFM: a deep learning method for fast and accurate characterization of MoS2 with C-AFM. We present a novel method for rapid acquisition and analysis of C-AFM scans using a super-resolution model based on the work of SwinIR. In this repository, you can find the datasets and model weights used in our paper, as well as scripts to train and deploy our model on your own datasets.
Below we include our enviornments, data, and model weights.
We use anaconda for all Python enviornment management. Clone our enviornment using the command below.
conda env create -f environment.yml
Once installed, activate the enviornment.
conda activate sparse-cafm
Path | Material | Height Maps | Current Maps | Substrate | Mode | # Samples | # Data Points | Resolutions |
---|---|---|---|---|---|---|---|---|
data/raw-data/3-12-25 |
BTO | ✅ | ❌ | --- | Tapping (AFM Only) | 4 | 16 | {64, 128, 256, 512} |
data/raw-data/2-6-25 |
MoS2 | ✅ | ✅ | SiO2-Si | Contact | 1 | 4 | {64, 128, 256, 512} |
data/raw-data/1-23-25 |
MoS2 | ✅ | ✅ | SiO2-Si | Contact | 1 | 5 | {512} |
data/raw-data/11-19-24 |
MoS2 | ✅ | ✅ | SiO2-Si, Sapphire | Contact | 2 | 10 | {512} |
Path | Upscaling Factor | Material | Height Maps | Current Maps | Substrates |
---|---|---|---|---|---|
data/weights/...2x.pth |
MoS2 | ✅ | ✅ | SiO2-Si, Sapphire | |
data/weights/...4x.pth |
MoS2 | ✅ | ✅ | SiO2-Si, Sapphire | |
data/weights/...8x.pth |
MoS2 | ✅ | ✅ | SiO2-Si, Sapphire |
@inproceedings{Harris2025,
title = {Sparse C-AFM: a deep learning method for fast and accurate characterization of MoS2 with conductive atomic force microscopy},
url = {http://dx.doi.org/10.1117/12.3067427},
DOI = {10.1117/12.3067427},
booktitle = {Low-Dimensional Materials and Devices 2025},
publisher = {SPIE},
author = {Harris, Levi and Hossain, Md Jayed and Qui, Mufan and Zhang, Ruichen and Ma, Pingchuan and Chen, Tianlong and Gu, Jiaqi and Tongay, Seth Ariel and Celano, Umberto},
editor = {Kobayashi, Nobuhiko P. and Talin, A. Alec and Davydov, Albert V. and Islam, M. Saif},
year = {2025},
month = sep,
pages = {35}
}
We release our work under the Apache License 2.0 ❤️.