CVAug 17, 2022

Data-Efficient Vision Transformers for Multi-Label Disease Classification on Chest Radiographs

arXiv:2208.08166v18 citationsh-index: 24
Originality Synthesis-oriented
AI Analysis

This work addresses data efficiency in medical imaging for radiologists, but it is incremental as it adapts existing methods to a specific domain.

The study tackled the challenge of applying Vision Transformers (ViTs) to multi-label disease classification on chest radiographs, which typically require large datasets, by evaluating more data-efficient ViT variants (DeiT) and comparing them to CNNs; results showed that DeiTs outperform both ViTs and CNNs when a reasonably large dataset is available, with performance on par or slightly better for ViTs in some cases.

Radiographs are a versatile diagnostic tool for the detection and assessment of pathologies, for treatment planning or for navigation and localization purposes in clinical interventions. However, their interpretation and assessment by radiologists can be tedious and error-prone. Thus, a wide variety of deep learning methods have been proposed to support radiologists interpreting radiographs. Mostly, these approaches rely on convolutional neural networks (CNN) to extract features from images. Especially for the multi-label classification of pathologies on chest radiographs (Chest X-Rays, CXR), CNNs have proven to be well suited. On the Contrary, Vision Transformers (ViTs) have not been applied to this task despite their high classification performance on generic images and interpretable local saliency maps which could add value to clinical interventions. ViTs do not rely on convolutions but on patch-based self-attention and in contrast to CNNs, no prior knowledge of local connectivity is present. While this leads to increased capacity, ViTs typically require an excessive amount of training data which represents a hurdle in the medical domain as high costs are associated with collecting large medical data sets. In this work, we systematically compare the classification performance of ViTs and CNNs for different data set sizes and evaluate more data-efficient ViT variants (DeiT). Our results show that while the performance between ViTs and CNNs is on par with a small benefit for ViTs, DeiTs outperform the former if a reasonably large data set is available for training.

Foundations

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

Your Notes