Chest X-rays Classification: A Multi-Label and Fine-Grained Problem
Zongyuan Ge, Dwarikanath Mahapatra, Suman Sedai, Rahil Garnavi, Rajib, Chakravorty

TL;DR
This paper introduces a novel multi-label softmax loss function and a fine-grained classification architecture to improve chest X-ray image classification, addressing challenges like multiple labels, class imbalance, and similar visual features.
Contribution
The paper proposes a new error function, MSML, and a fine-grained network design that enhance multi-label classification performance on chest X-ray datasets.
Findings
Consistent AUC-ROC improvements across various network backbones.
MSML outperforms traditional loss functions in multi-label, imbalanced data scenarios.
Enhanced detection of multiple lung pathologies in chest X-ray images.
Abstract
The widely used ChestX-ray14 dataset addresses an important medical image classification problem and has the following caveats: 1) many lung pathologies are visually similar, 2) a variant of diseases including lung cancer, tuberculosis, and pneumonia are present in a single scan, i.e. multiple labels and 3) The incidence of healthy images is much larger than diseased samples, creating imbalanced data. These properties are common in medical domain. Existing literature uses stateof- the-art DensetNet/Resnet models being transfer learned where output neurons of the networks are trained for individual diseases to cater for multiple diseases labels in each image. However, most of them don't consider relationship between multiple classes. In this work we have proposed a novel error function, Multi-label Softmax Loss (MSML), to specifically address the properties of multiple labels and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Lung Cancer Diagnosis and Treatment · Machine Learning in Healthcare
MethodsSoftmax
