Felix Duelmer1,2,3, Walter Simson4, Mohammad Farid Azampour1,2, Magdalena Wysocki1,2, Angelos Karlas1,5, Nassir Navab1,2,
1Technical University of Munich, Munich, Germany, 2Munich Centre for Machine Learning, Munich, Germany, 3Helmholtz Centre Munich, Neuherberg, Germany, 4Stanford University, Stanford, USA, 5German Centre for Cardiovascular Research, Munich, Germany
Stanford University
This is the official implementation of the paper "PHOCUS: Physics-Based Deconvolution for Ultrasound Resolution Enhancement".
You can install the required Python dependencies like this:
conda env create -f env.yml
conda activate phocusThe hyperparameters set in the config files can be used to reproduce the results from the paper. The data from the paper can be found under data/
Run the program with this command:
python3 run_nerf.py --config configs/conf_cirs_synthetic_wires.txtWill be updated soon.
@inproceedings{duelmer2024phocus,
title={PHOCUS: Physics-Based Deconvolution for Ultrasound Resolution Enhancement},
author={Duelmer, Felix and Simson, Walter and Azampour, Mohammad Farid and Wysocki, Magdalena and Karlas, Angelos and Navab, Nassir},
booktitle={Annual Conference on Medical Image Understanding and Analysis},
organization={Springer}
}Large parts of the code are from the HashNeRF-pytorch implementation. See ACKNOWLEDGEMENTS.
