AmirEhsan1995 commited on
Commit
449f7cb
·
verified ·
1 Parent(s): dda071a

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +50 -3
  2. config.json +64 -0
  3. model.safetensors +3 -0
README.md CHANGED
@@ -1,3 +1,50 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: glimpse-ct
4
+ tags:
5
+ - computed-tomography
6
+ - inverse-problems
7
+ - image-reconstruction
8
+ - implicit-neural-representation
9
+ - sparse-view-ct
10
+ pipeline_tag: image-to-image
11
+ ---
12
+
13
+ # GLIMPSE — Generalized Locality for Scalable and Robust CT
14
+
15
+ Coordinate-based CT reconstruction from sparse-view sinograms
16
+ ([paper](https://ieeexplore.ieee.org/abstract/document/11018464),
17
+ [arXiv](https://arxiv.org/abs/2401.00816),
18
+ [code](https://github.com/swing-research/Glimpse)). GLIMPSE predicts each pixel
19
+ from only the sinogram data local to that pixel, which gives strong
20
+ out-of-distribution generalization.
21
+
22
+ ## This checkpoint
23
+
24
+ | | |
25
+ |---|---|
26
+ | Image size | 128 |
27
+ | Projection angles (views) | 50 |
28
+ | Noise (SNR, dB) | 45 |
29
+ | Forward operator | `odl` (circle=False) |
30
+
31
+ ## Usage
32
+
33
+ ```python
34
+ from glimpse import GlimpseModel
35
+ model = GlimpseModel.from_pretrained("AmirEhsan1995/Glimpse").eval()
36
+ # reconstruct: see glimpse.reconstruct.reconstruct_image and the demo notebook
37
+ # at https://github.com/swing-research/Glimpse
38
+ ```
39
+
40
+ ## Citation
41
+
42
+ ```bibtex
43
+ @article{khorashadizadeh2025glimpse,
44
+ title = {GLIMPSE: Generalized Locality for Scalable and Robust CT},
45
+ author = {Khorashadizadeh, AmirEhsan and Debarnot, Valentin and Liu, Tianlin and Dokmani{\'c}, Ivan},
46
+ journal = {IEEE Transactions on Medical Imaging},
47
+ year = {2025},
48
+ doi = {10.1109/TMI.2025.3568017}
49
+ }
50
+ ```
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "circle": false,
3
+ "filter_name": "ramp",
4
+ "geometry": "odl",
5
+ "head_type": "MLP",
6
+ "image_size": 128,
7
+ "init_angles_deg": [
8
+ 0.0,
9
+ 3.6,
10
+ 7.2,
11
+ 10.8,
12
+ 14.4,
13
+ 18.0,
14
+ 21.6,
15
+ 25.2,
16
+ 28.8,
17
+ 32.4,
18
+ 36.0,
19
+ 39.6,
20
+ 43.2,
21
+ 46.800000000000004,
22
+ 50.4,
23
+ 54.0,
24
+ 57.6,
25
+ 61.2,
26
+ 64.8,
27
+ 68.4,
28
+ 72.0,
29
+ 75.60000000000001,
30
+ 79.2,
31
+ 82.8,
32
+ 86.4,
33
+ 90.0,
34
+ 93.60000000000001,
35
+ 97.2,
36
+ 100.8,
37
+ 104.4,
38
+ 108.0,
39
+ 111.60000000000001,
40
+ 115.2,
41
+ 118.8,
42
+ 122.4,
43
+ 126.0,
44
+ 129.6,
45
+ 133.20000000000002,
46
+ 136.8,
47
+ 140.4,
48
+ 144.0,
49
+ 147.6,
50
+ 151.20000000000002,
51
+ 154.8,
52
+ 158.4,
53
+ 162.0,
54
+ 165.6,
55
+ 169.20000000000002,
56
+ 172.8,
57
+ 176.4
58
+ ],
59
+ "learn_geometry": false,
60
+ "learn_patch": true,
61
+ "learnable_filter": true,
62
+ "patch_shape": "round",
63
+ "patch_size": 9
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:285c9b948b1b2d025f01f73a0a4372cfc5aea8d84aecc185a0b31ee8f0c7f756
3
+ size 5256452