Views
No views yet
| Checkpoint | Architecture | Guide | Description |
|---|---|---|---|
grayscale_with_guide.pth | swinfusionSR_GRAYSCALE | RGB | 3ch grayscale polarimetric (0°, 45°, 90°) with RGB guide |
grayscale_no_guide.pth | swinfusionSR_GRAYSCALE | None | 3ch grayscale polarimetric, no guide (FISTA + Transformer baseline) |
color_with_guide.pth | swinfusionSRcolor | RGB | 12ch color polarimetric (4 angles × 3 RGB) with RGB guide |
color_no_guide.pth | swinfusionSRcolor | None | 12ch color polarimetric, no guide (ablation) |
1git clone https://github.com/noa-kraicer/Guided-Lensless-Polarization-Imaging.git
2cd Guided-Lensless-Polarization-Imaging
3wget https://huggingface.co/noakraicer/Guided-Lensless-Polarization-Imaging/resolve/main/grayscale_with_guide.pth
4# Set path/pretrained_netG in your config JSON, then:
5python test_swin_final.py --opt options/test_RGBP.json1@misc{kraicer2026guidedlenslesspolarizationimaging,
2 title = {Guided Lensless Polarization Imaging},
3 author = {Noa Kraicer and Erez Yosef and Raja Giryes},
4 year = {2026},
5 eprint = {2603.27357},
6 archivePrefix = {arXiv},
7 primaryClass = {eess.IV},
8 url = {https://arxiv.org/abs/2603.27357}
9}