Skip to content

Official implementation, datasets and trained models of "SegNeuron: 3D Neuron Instance Segmentation in Any EM Volume with a Generalist Model" (MICCAI 2024)

License

Notifications You must be signed in to change notification settings

yanchaoz/SegNeuron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SegNeuron logo

Official implementation, datasets and trained models of "SegNeuron: 3D Neuron Instance Segmentation in Any EM Volume with a Generalist Model" (MICCAI 2024)

How does SegNeuron speed up neuron segmentation in EM volumes?

The general-purpose model achieves outstanding reconstruction performance on entirely unseen 3D EM datasets (x/y resolution: 5–10 nm). Human experts only need to perform connectivity corrections on the coarse segmentation results, which can then be directly used to fine-tune SegNeuron or to train new lightweight models. We are currently working on developing a user-friendly tool based on Napari.

SegNeuron-based Pipeline

Environments

We have packaged all the dependencies into Connect.tar.gz, which can be directly downloaded for easy access here.

Datasets and Models

The datasets required for model development and validation are available here. The trained models can be download here.

Table: Details of EMNeuron

Dataset Modality Res.($nm$) ($x/y,z$) Total voxels (M) Labeled voxels (M) Dataset Modality Res.($nm$) ($x/y,z$) Total voxels (M) Labeled voxels (M)
ZFinch SBF-SEM 9, 20 3635 131 HBrain FIB-SEM 8, 8 3072 844
Layer4 SBF-SEM 9, 20 1674 - FIB25 FIB-SEM 8, 8 312 312
vEM1 (adwt) ATUM-SEM 8, 50 1205 157 Minnie ssTEM 8, 40 2096 -
vEM2 (zfish) ATUM-SEM 8, 30 1329 281 Pinky ssTEM 8, 40 1165 117
vEM3 (scn) ATUM-SEM 8, 40 1301 253 FAFB ssTEM 8, 40 2625 577
MitoEM ATUM-SEM 8, 30 1048 - Basil ssTEM 8, 40 23 23
H01 ATUM-SEM 8, 30 1166 118 Harris others 6, 50 30 30
Kasthuri ATUM-SEM 6, 30 1526 478 vEM4 (ionsem) others 8, 20 45 -

Training

1. Pretraining

cd Pretrain
python pretrain.py

2. Supervised Training

cd Train_and_Inference
python supervised_train.py

Inference

1. Affinity Inference

cd Train_and_Inference
python inference.py

2. Instance Segmentation

cd Postprocess
python FRMC_post.py

3. Zero-shot Segmentation Examples on MitoEM and Wildenberg (scale bar: 2 um)

Acknowledgement

This code is based on SSNS-Net (IEEE TMI'22) by Huang Wei et al. The postprocessing tools are based on constantinpape/elf. Should you have any further questions, please let us know. Thanks again for your interest.

About

Official implementation, datasets and trained models of "SegNeuron: 3D Neuron Instance Segmentation in Any EM Volume with a Generalist Model" (MICCAI 2024)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages