romerocruzsa commited on
Commit
8da71ad
·
verified ·
1 Parent(s): 8672e50

docs: Include arXiv citation

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -4,6 +4,7 @@ pipeline_tag: image-segmentation
4
  base_model: mouseland/cellpose-sam
5
  base_model_relation: quantized
6
  license: bsd-3-clause
 
7
  tags:
8
  - cellpose
9
  - cellpose-sam
@@ -45,3 +46,17 @@ Pass `device="cuda"` to `load_model` for CUDA.
45
 
46
  `results.json` and `model_registry.json` contain the compact machine-readable
47
  record.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  base_model: mouseland/cellpose-sam
5
  base_model_relation: quantized
6
  license: bsd-3-clause
7
+ arXiv: 2609.21038
8
  tags:
9
  - cellpose
10
  - cellpose-sam
 
46
 
47
  `results.json` and `model_registry.json` contain the compact machine-readable
48
  record.
49
+
50
+ ## Citation
51
+
52
+ If you use this model or code, please cite our paper:
53
+
54
+ ```bibtex
55
+ @article{cruzromero2026retention,
56
+ title={Retention-Constrained Post-Training Quantization of Cellpose-SAM for Stem Cell Microscopy},
57
+ author={Cruz Romero, Sebasti{\'a}n A.},
58
+ journal={arXiv preprint arXiv:2609.21038},
59
+ note={Accepted at NeurIPS 2026 LXAI Workshop},
60
+ year={2026}
61
+ }
62
+ ```