Skip to content
/ sigoat Public

Code for the paper: "Signal Domain Learning Approach for Optoacoustic Image Reconstruction from Limited View Data"

License

Notifications You must be signed in to change notification settings

klanita/sigoat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signal Domain Learning in Optoacoustics

This is the GitHub repository for MIDL 2022 paper "Signal Domain Learning Approach for Optoacoustic Image Reconstruction from Limited View Data" that is accepted for oral presentation.

The paper proposes a "Style Network" to reduce domain gap between simulated and experimental optoacoustic data. After the reduction of domain gap, another network called "Side Network" is trained on the simulated data to remove limited view artifacts in optoacoustic imaging. Then, the trained "Side Network" is applied on the experimental data.

Conference webpage: MIDL 2022
All accepted papers: OpenReview MIDL

Package Structure

Main scripts

  • main contains scripts to train the model. This is a generic call for different options.
  • trainFull full end-to-end training with DA and sides prediction at the same time.
  • trainStyle train style on linear or multisegment parts.
  • trainSidesDA AE for the prediction of sides.

Supplementary scripts

  • options all options for training.
  • utils various related functions. Should be cleaned a bit.
  • model all versions of the networks.
  • dataLoader generic data loader for different types of data (signal vs image). It crops and scales the images inside.

Benchmarks

Validation scripts

Model Based Reconstruction scripts (no training)

Main Notebooks

Bash files

Parameters

--mode

--dataset

Optional Parameters

You can find a full list of parameters with defaults and comments in: options.

Usage

python main.py --mode styleFull --lr 0.001 --device cuda:0\ --prefix FullModelL1 --num_epochs 100 --burnin 0 \ --normalization batch --batch_size 16 --weight_sides 10\ --weight_adv_latent 0.01 --weight_adv 0.1 --weight_grad_adv 0.001\ --n_iters 4 --loss l1\ --pretrained_style None\ --pretrained /home/anna/style_results/FullModel2021-09-27_styleFull_batch/

Citation

If you use this package in your research, please cite the following paper:

Signal Domain Learning Approach for Optoacoustic Image Reconstruction from Limited View Data

Acknowledgements

This project is supported by Swiss Data Science Center (SDSC) grant C19-04.

License

This project is licensed under MIT License.

About

Code for the paper: "Signal Domain Learning Approach for Optoacoustic Image Reconstruction from Limited View Data"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published