Math x Coding
The report and a Jupyter notebook with an implementation of this method can be accessed below.
The thesis examines the "Integrated Gradients method" (Sundararajan et al. 2017) from a mathematical standpoint and applies it to a convolutional network classifying X-rays of the chest into the classes "healthy" and "sick". This method consists of comparing the input to a reference input (e.g. the black picture) and to accumulate the gradients along the linear path between these two images.
Further, it is explored on how this could be exploited to create a tool marking conspicous regions in X-rays or other medical images. I measure the accuracy of such a tool by using annotations of physicians as ground truth.
The thesis and the repo with an implementation of this method can be accessed below.