IVAICVSep 18, 2024

Few-Shot Learning Approach on Tuberculosis Classification Based on Chest X-Ray Images

arXiv:2409.11644v15 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This addresses data imbalance for tuberculosis detection using AI, but it is incremental as it applies existing few-shot learning methods to a specific medical dataset.

The paper tackled the problem of class imbalance in tuberculosis classification from chest X-ray images by proposing a few-shot learning approach using Prototypical Networks, achieving accuracies up to 98.93% with ResNet-18.

Tuberculosis (TB) is caused by the bacterium Mycobacterium tuberculosis, primarily affecting the lungs. Early detection is crucial for improving treatment effectiveness and reducing transmission risk. Artificial intelligence (AI), particularly through image classification of chest X-rays, can assist in TB detection. However, class imbalance in TB chest X-ray datasets presents a challenge for accurate classification. In this paper, we propose a few-shot learning (FSL) approach using the Prototypical Network algorithm to address this issue. We compare the performance of ResNet-18, ResNet-50, and VGG16 in feature extraction from the TBX11K Chest X-ray dataset. Experimental results demonstrate classification accuracies of 98.93% for ResNet-18, 98.60% for ResNet-50, and 33.33% for VGG16. These findings indicate that the proposed method outperforms others in mitigating data imbalance, which is particularly beneficial for disease classification applications.

Foundations

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

Your Notes