Views
No views yet
ATOMIC: A Domain-Specific Vision-Language Model for Transmission Electron Microscopy
| Base Model | LLaVA-v1.5-7B (Vicuna-v1.5-7B) |
| Training Stage | Stage 1 (alignment) + Stage 2 (instruction tuning) |
| Training Data | 120K Stage 1 pairs + 60K Stage 2 conversations |
| Domain | Transmission Electron Microscopy (TEM) |
| Modalities | CTEM, HR-TEM, STEM, Diffraction |
transformers. Inference requires the LLaVA repository.1git clone https://github.com/haotian-liu/LLaVA.git
2cd LLaVA
3pip install -e .1from huggingface_hub import snapshot_download
2snapshot_download(repo_id="LabSmart/ATOMIC-LLaVA", local_dir="./ATOMIC-LLaVA")evaluation/ in our GitHub repository for inference and evaluation scripts.1@inproceedings{atomic2026eccv,
2 title = {ATOMIC: A Domain-Specific Vision-Language Model
3 for Transmission Electron Microscopy},
4 author = {Tu, C. and Hsu, Shu-han and others},
5 booktitle = {Proceedings of ECCV 2026},
6 year = {2026},
7 note = {BibTeX will be updated upon publication}
8}