This is a submission for the Kuopio Tomography Challenge.
- Amal Mohammed A Alghamdi (DTU), Denmark
- Martin Sæbye Carøe (DTU), Denmark
- Jasper Marijn Everink (DTU), Denmark
- Jakob Sauer Jørgensen (DTU), Denmark
- Kim Knudsen (DTU), Denmark
- Jakob Tore Kammeyer Nielsen (DTU), Denmark
- Aksel Kaastrup Rasmussen (DTU), Denmark
- Rasmus Kleist Hørlyck Sørensen (DTU), Denmark
- Chao Zhang (DTU), Denmark
DTU: Technical University of Denmark, Department of Applied Mathematics and Computer Science Richard Petersens Plads Building 324 2800 Kgs. Lyngby Denmark
This algorithm makes use of the level set method. It parametrizes the conductivity
The approach is inspired by Chung, E. T., Chan, T. F., and Tai, X.-C., “Electrical impedance tomography using level set representation and total variational regularization”, Journal of Computational Physics, vol. 205, no. 1, pp. 357–372, 2005. doi:10.1016/j.jcp.2004.11.022.
The difference between this and CUQI7 is a choice of smoothness parameter in the reinitialization of the level set functions. In addition, larger step sizes have been chosen. Finally,
To run our EIT image reconstruction algorithm, you will need:
- Python 3.x
- Required Python libraries (listed in
environment.yml
) - Access to the provided dataset (not included in this repository)
python main.py path/to/input/files path/to/output/files difficulty
Phantom | Ref | Level 1 | Level 4 | Level 7 |
---|---|---|---|---|
a | ||||
b | ||||
c | ||||
d |
Scores for each phantom and difficulty 1,4 and 7:
Phantom | Level 1 | Level 4 | Level 7 |
---|---|---|---|
a | 0.610 | 0.581 | 0.543 |
b | 0.654 | 0.597 | 0.499 |
c | 0.796 | 0.741 | 0.612 |
d | 0.842 | 0.772 | 0.711 |
Scores have been computed using our own implementation of the scoring function based on scikit learn.
All files in the repository come with the Apache-v2.0 license unless differently specified.