Skip to content

MICCAI 2023: Learning Deep Intensity Field for Extremely Sparse-View CBCT Reconstruction

License

Notifications You must be signed in to change notification settings

xmed-lab/DIF-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIF-Net

Yiqun Lin, Zhongjin Luo, Wei Zhao, Xiaomeng Li, "Learning Deep Intensity Field for Extremely Sparse-View CBCT Reconstruction," MICCAI 2023. [paper]

0. Citation

@inproceedings{lin2023learning,
  title="Learning Deep Intensity Field for Extremely Sparse-View CBCT Reconstruction",
  author="Lin, Yiqun and Luo, Zhongjin and Zhao, Wei and Li, Xiaomeng",
  booktitle="Medical Image Computing and Computer Assisted Intervention -- MICCAI 2023",
  pages="13--23",
  year="2023",
  publisher="Springer Nature Switzerland"
}

1. Installation

torch 1.8.0
numpy, opencv-python, SimpleITK

2. Data Preparation

Please follow the scripts (4 steps) given in ./data/knee_cbct/*.npy to conduct preprocessing. For detailed instructions, please refer to ./data/knee_cbct/README.md. The processed data will be organized as follows.

├── ./data/knee_cbct/
│   ├── config.yaml
│   ├── info.json
│   ├── processed/
│   │   └── FL-140400.nii.gz
│   ├── blocks/
│   │   ├── blocks.npy
│   │   ├── FL-140400/
│   │   │   ├── block_0.npy
│   │   │   ├── block_1.npy
│   │   │   └── ...
│   ├── projections_normalized/
│   │   └── FL-140400.pickle

3. Training and Testing

Follow the scripts given in ./scripts/*.sh to conduct training and testing.

License

This repository is released under MIT License (see LICENSE file for details).

About

MICCAI 2023: Learning Deep Intensity Field for Extremely Sparse-View CBCT Reconstruction

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published