paper-with-me

Papers

Deep learning for understanding multilabel imbalanced Chest X-ray datasets

2022-07-28 · Helena Liz, Javier Huertas-Tato, Manuel Sánchez-Montañés, Javier Del Ser, David Camacho

Over the last few years, convolutional neural networks (CNNs) have dominated the field of computer vision thanks to their ability to extract features and their outstanding performance in classification problems, for example in the automatic analysis of X-rays. Unfortunately, these neural networks are considered black-box algorithms, i.e. it is impossible to understand how the algorithm has achieved the final result. To apply these algorithms in different fields and test how the methodology works, we need to use eXplainable AI techniques. Most of the work in the medical field focuses on binary or multiclass classification problems. However, in many real-life situations, such as chest X-rays, radiological signs of different diseases can appear at the same time. This gives rise to what is known as "multilabel classification problems". A disadvantage of these tasks is class imbalance, i.e. different labels do not have the same number of samples. The main contribution of this paper is a Deep Learning methodology for imbalanced, multilabel chest X-ray datasets. It establishes a baseline for the currently underutilised PadChest dataset and a new eXplainable AI technique based on heatmaps. This technique also includes probabilities and inter-model matching. The results of our system are promising, especially considering the number of labels used. Furthermore, the heatmaps match the expected areas, i.e. they mark the areas that an expert would use to make the decision.

📄 PDF Abstract BibTeX arXiv:2207.14408

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Dealing with Difficult Minority Labels in Imbalanced Mutilabel Data Sets

2018-02-14 · Francisco Charte, Antonio J. Rivera, María J. del Jesus, Francisco Herrera

Multilabel classification is an emergent data mining task with a broad range of real world applications. Learning from imbalanced multilabel data is being deeply studied latterly, and several resampling methods have been…

Tackling Multilabel Imbalance through Label Decoupling and Data Resampling Hybridization

2018-02-14 · Francisco Charte, Antonio J. Rivera, María J. del Jesus, Francisco Herrera

The learning from imbalanced data is a deeply studied problem in standard classification and, in recent times, also in multilabel classification. A handful of multilabel resampling methods have been proposed in late year…

General Classification

mldr.resampling: Efficient Reference Implementations of Multilabel Resampling Algorithms

2023-05-26 · Antonio J. Rivera, Miguel A. Dávila, David Elizondo, María J. del Jesus 외

Resampling algorithms are a useful approach to deal with imbalanced learning in multilabel scenarios. These methods have to deal with singularities in the multilabel data, such as the occurrence of frequent and infrequen…

Adversarial Examples for Extreme Multilabel Text Classification

2021-12-14 · Mohammadreza Qaraei, Rohit Babbar

Extreme Multilabel Text Classification (XMTC) is a text classification problem in which, (i) the output space is extremely large, (ii) each data point may have multiple positive labels, and (iii) the data follows a stron…

ClassificationMultilabel Text ClassificationRecommendation Systemstext-classification+1

Learning Sparse Label Couplings for Multilabel Chest X-Ray Diagnosis

2025-11-11 · Utkarsh Prakash Srivastava, Kaushik Gupta, Kaushik Nath arxiv

We study multilabel classification of chest X-rays and present a simple, strong pipeline built on SE-ResNeXt101 $(32 \times 4d)$. The backbone is finetuned for 14 thoracic findings with a sigmoid head, trained using Mult…