Exploring Physical Parameters for Incoherent Imaging

Connor Davis

connor.davis@duke.edu    

Paper PDF

My aim for this project was to look at three relatively simple physical parameters: a blur kernel (blurring filter), illumination matrix (image lighting), and RGB channel weights (another form of image lighting). I wanted to examine how their incorporation into a machine learning framework would affect classification performance of a simple CNN on four different datasets. The datasets used for this analysis were MNIST, Fashion MNIST, CIFAR 10, and HAM10000 (“Skin Cancer MNIST”). The resulting accuracies show that for simple sets of images, such as the MNIST and MNIST Fashion, incorporating the physical parameters does not much affect classification performance. This result is unsurprising given that even simple CNNs will achieve quite high accuracies for these data, so incorporating pre-processing layers is unlikely to have much of an effect. Additionally, these physical layers appear to have only a slight affect on classification of the CIFAR 10 data, if there is any real affect at all. Most interestingly, however, different physical parameters have varying and significant effects on classification of the HAM10000 data. This result may stem from certain aspects of these images, and, given more tests to prove the validity of these outcomes, could reveal aspects of skin lesion images that are critical to their being properly labeled. Read the paper to learn more.


Paper:
Code and Data: