CVMar 15, 2019

Projectron -- A Shallow and Interpretable Network for Classifying Medical Images

arXiv:1904.00740v1
Originality Incremental advance
AI Analysis

This addresses the need for interpretable models in medical imaging, though it is incremental as it builds on existing Radon transform techniques.

The paper tackled the problem of classifying medical images with interpretable shallow networks by introducing the Projectron architecture, which uses Radon projections and achieved competitive results on five datasets including medical ones like Emphysema and Pneumonia.

This paper introduces the `Projectron' as a new neural network architecture that uses Radon projections to both classify and represent medical images. The motivation is to build shallow networks which are more interpretable in the medical imaging domain. Radon transform is an established technique that can reconstruct images from parallel projections. The Projectron first applies global Radon transform to each image using equidistant angles and then feeds these transformations for encoding to a single layer of neurons followed by a layer of suitable kernels to facilitate a linear separation of projections. Finally, the Projectron provides the output of the encoding as an input to two more layers for final classification. We validate the Projectron on five publicly available datasets, a general dataset (namely MNIST) and four medical datasets (namely Emphysema, IDC, IRMA, and Pneumonia). The results are encouraging as we compared the Projectron's performance against MLPs with raw images and Radon projections as inputs, respectively. Experiments clearly demonstrate the potential of the proposed Projectron for representing/classifying medical images.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes