paper-with-me

Papers

Comparing Different Deep Learning Architectures for Classification of Chest Radiographs

2020-02-20 · Keno K. Bressem, Lisa Adams, Christoph Erxleben, Bernd Hamm, Stefan Niehues, Janis Vahldiek

Chest radiographs are among the most frequently acquired images in radiology and are often the subject of computer vision research. However, most of the models used to classify chest radiographs are derived from openly available deep neural networks, trained on large image-datasets. These datasets routinely differ from chest radiographs in that they are mostly color images and contain several possible image classes, while radiographs are greyscale images and often only contain fewer image classes. Therefore, very deep neural networks, which can represent more complex relationships in image-features, might not be required for the comparatively simpler task of classifying grayscale chest radiographs. We compared fifteen different architectures of artificial neural networks regarding training-time and performance on the openly available CheXpert dataset to identify the most suitable models for deep learning tasks on chest radiographs. We could show, that smaller networks such as ResNet-34, AlexNet or VGG-16 have the potential to classify chest radiographs as precisely as deeper neural networks such as DenseNet-201 or ResNet-151, while being less computationally demanding.

📄 PDF Abstract BibTeX arXiv:2002.08991

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDeep LearningGeneral Classification

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

Deformable Image Registration of Dark-Field Chest Radiographs for Local Lung Signal Change Assessment

2025-01-18 · Fabian Drexel, Vasiliki Sideri-Lampretsa, Henriette Bast, Alexander W. Marka 외

Dark-field radiography of the human chest has been demonstrated to have promising potential for the analysis of the lung microstructure and the diagnosis of respiratory diseases. However, previous studies of dark-field c…

Image Registration

Learning to detect chest radiographs containing lung nodules using visual attention networks

2017-12-04 · Emanuele Pesce, Petros-Pavlos Ypsilantis, Samuel Withey, Robert Bakewell 외

Machine learning approaches hold great potential for the automated detection of lung nodules in chest radiographs, but training the algorithms requires vary large amounts of manually annotated images, which are difficult…

General ClassificationReinforcement Learning

Interpretation of Chest x-rays affected by bullets using deep transfer learning

2022-03-25 · Shaheer Khan, Azib Farooq, Israr Khan, Muhammad Gulraiz Khan 외

The potential of deep learning, especially in medical imaging, initiated astonishing results and improved the methodologies after every passing day. Deep learning in radiology provides the opportunity to classify, detect…

ClassificationDeep LearningTransfer Learning

Multilabel Classification for Lung Disease Detection: Integrating Deep Learning and Natural Language Processing

2024-12-16 · Maria Efimovich, Jayden Lim, Vedant Mehta, Ethan Poon

Classifying chest radiographs is a time-consuming and challenging task, even for experienced radiologists. This provides an area for improvement due to the difficulty in precisely distinguishing between conditions such a…

Lung Disease ClassificationTransfer Learning

Temporal Inversion for Learning Interval Change in Chest X-Rays

2026-04-06 · Hanbin Ko, Kyungmin Jeon, Doowoong Choi, Chang Min Park arxiv

Recent advances in vision--language pretraining have enabled strong medical foundation models, yet most analyze radiographs in isolation, overlooking the key clinical task of comparing prior and current images to assess …