Overview
EIT is a non-invasive medical imaging technique that estimates the internal conductivity distribution of a body from voltage measurements taken at surface electrodes. This project explores deep-learning-based reconstruction: a CNN trained on simulated forward-model data learns to recover 2D / 3D conductivity maps directly from the measurement vector, replacing the traditional iterative inverse-problem solver.
Why it exists
Why deep learning for EIT
The classical EIT inverse problem is severely ill-posed — small voltage measurement errors translate into large reconstruction artifacts. A CNN trained on a wide distribution of simulated forward-model data learns a prior over plausible conductivity maps, which acts as implicit regularisation and produces noticeably cleaner reconstructions for the same input signal.
Simulator + model in one repo
The forward model (current injection → boundary voltages) is implemented alongside the CNN so the entire training dataset is generated on-the-fly. That avoided the usual problem of needing patient data to train a medical imaging model.