paper-with-me

Papers

Long-Tailed Classification of Thorax Diseases on Chest X-Ray: A New Benchmark Study

2022-08-29 · Gregory Holste, Song Wang, Ziyu Jiang, Thomas C. Shen, George Shih, Ronald M. Summers, Yifan Peng, Zhangyang Wang

Imaging exams, such as chest radiography, will yield a small set of common findings and a much larger set of uncommon findings. While a trained radiologist can learn the visual presentation of rare conditions by studying a few representative examples, teaching a machine to learn from such a "long-tailed" distribution is much more difficult, as standard methods would be easily biased toward the most frequent classes. In this paper, we present a comprehensive benchmark study of the long-tailed learning problem in the specific domain of thorax diseases on chest X-rays. We focus on learning from naturally distributed chest X-ray data, optimizing classification accuracy over not only the common "head" classes, but also the rare yet critical "tail" classes. To accomplish this, we introduce a challenging new long-tailed chest X-ray benchmark to facilitate research on developing long-tailed learning methods for medical image classification. The benchmark consists of two chest X-ray datasets for 19- and 20-way thorax disease classification, containing classes with as many as 53,000 and as few as 7 labeled training images. We evaluate both standard and state-of-the-art long-tailed learning methods on this new benchmark, analyzing which aspects of these methods are most beneficial for long-tailed medical image classification and summarizing insights for future algorithm design. The datasets, trained models, and code are available at https://github.com/VITA-Group/LongTailCXR.

📄 PDF Abstract BibTeX arXiv:2208.13365

Code (1)

vita-group/longtailcxr 공식 구현 pytorch

Tasks

Classificationimage-classificationImage ClassificationLong-tail LearningMedical Image Classification

Similar Papers 제목 키워드 기반

ChestNet: A Deep Neural Network for Classification of Thoracic Diseases on Chest Radiography

2018-07-09 · Hongyu Wang, Yong Xia

Computer-aided techniques may lead to more accurate and more acces-sible diagnosis of thorax diseases on chest radiography. Despite the success of deep learning-based solutions, this task remains a major challenge in sma…

General ClassificationWeakly-supervised Learning

Towards long-tailed, multi-label disease classification from chest X-ray: Overview of the CXR-LT challenge

2023-10-24 · Gregory Holste, Yiliang Zhou, Song Wang, Ajay Jaiswal 외

Many real-world image recognition problems, such as diagnostic medical imaging exams, are "long-tailed" $\unicode{x2013}$ there are a few common findings followed by many more relatively rare conditions. In chest radiogr…

ClassificationDiagnosticimage-classificationImage Classification+1

Pneumothorax and chest tube classification on chest x-rays for detection of missed pneumothorax

2020-11-14 · Benedikt Graf, Arkadiusz Sitek, Amin Katouzian, Yen-Fu Lu 외

Chest x-ray imaging is widely used for the diagnosis of pneumothorax and there has been significant interest in developing automated methods to assist in image interpretation. We present an image classification pipeline …

ClassificationGeneral Classificationimage-classificationImage Classification

An Aggregate Method for Thorax Diseases Classification

2020-08-07 · Bayu A. Nugroho

A common problem found in real-word medical image classification is the inherent imbalance of the positive and negative patterns in the dataset where positive patterns are usually rare. Moreover, in the classification of…

ClassificationGeneral Classificationimage-classificationImage Classification+1

How Does Pruning Impact Long-Tailed Multi-Label Medical Image Classifiers?

2023-08-17 · Gregory Holste, Ziyu Jiang, Ajay Jaiswal, Maria Hanna 외

Pruning has emerged as a powerful technique for compressing deep neural networks, reducing memory usage and inference time without significantly affecting overall performance. However, the nuanced ways in which pruning i…

image-classificationImage ClassificationMedical Image Classification