TongjiZhanglab commited on
Commit
e4848d3
·
verified ·
1 Parent(s): d648a8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -9,8 +9,7 @@ datasets:
9
 
10
  ## Model description
11
 
12
- NuSPIRe (Nuclear Morphology focused Self-supervised Pretrained model for Image Representations) is a deep learning model designed to extract nuclear morphological features from DAPI-stained images. The model utilizes self-supervised pretraining, learning from 15.52 million unlabeled nuclear images from diverse tissues. NuSPIRe is optimized for biomedical image analysis tasks such as cell type identification, perturbation detection, and gene expression prediction, particularly excelling in scenarios with limited annotations.
13
-
14
  ![Overview Of NuSPIRe](https://huggingface.co/TongjiZhanglab/NuSPIRe/resolve/main/Images/model_overview.png)
15
 
16
  ## Training Details
@@ -133,9 +132,10 @@ print("Logits:", logits)
133
  print("Loss:", loss.item())
134
 
135
  ```
136
-
137
  ## Citation
138
 
139
  If you use NuSPIRe in your research, please cite the following paper:
140
 
141
- Hua, Y., Li, S., & Zhang, Y. (2024). NuSPIRe: Nuclear Morphology focused Self-supervised Pretrained model for Image Representations.
 
 
9
 
10
  ## Model description
11
 
12
+ NuSPIRe (Nuclear Morphology focused Self-supervised Pretrained model for Image Representations) is a deep learning framework designed to extract nuclear morphological features from DAPI-stained images for guiding field-of-view (FOV) optimization in spatial omics. Trained using self-supervised learning on 15.52 million unlabeled nuclear images from diverse tissues, NuSPIRe leverages pre-existing imaging data to identify biologically informative regions. While primarily developed for FOV selection and layout refinement, it also offers potential for broader morphology-based spatial inference.
 
13
  ![Overview Of NuSPIRe](https://huggingface.co/TongjiZhanglab/NuSPIRe/resolve/main/Images/model_overview.png)
14
 
15
  ## Training Details
 
132
  print("Loss:", loss.item())
133
 
134
  ```
135
+ <!--
136
  ## Citation
137
 
138
  If you use NuSPIRe in your research, please cite the following paper:
139
 
140
+ Hua, Y., Li, S., & Zhang, Y. (2024). NuSPIRe: Nuclear Morphology focused Self-supervised Pretrained model for Image Representations.
141
+ -->