CVOct 23, 2022

Delving into Masked Autoencoders for Multi-Label Thorax Disease Classification

Berkeley
arXiv:2210.12843v1106 citationsh-index: 134
Originality Incremental advance
AI Analysis

This work addresses the challenge of applying data-hungry ViTs to medical tasks with limited annotated data, offering incremental improvements through optimized pre-training and fine-tuning recipes for thorax disease classification.

The paper tackled the problem of Vision Transformers (ViTs) underperforming compared to CNNs in medical imaging due to data scarcity, by pre-training ViTs on 266,340 chest X-rays using Masked Autoencoders (MAE) and achieving comparable or better performance to state-of-the-art CNNs for multi-label thorax disease classification.

Vision Transformer (ViT) has become one of the most popular neural architectures due to its great scalability, computational efficiency, and compelling performance in many vision tasks. However, ViT has shown inferior performance to Convolutional Neural Network (CNN) on medical tasks due to its data-hungry nature and the lack of annotated medical data. In this paper, we pre-train ViTs on 266,340 chest X-rays using Masked Autoencoders (MAE) which reconstruct missing pixels from a small part of each image. For comparison, CNNs are also pre-trained on the same 266,340 X-rays using advanced self-supervised methods (e.g., MoCo v2). The results show that our pre-trained ViT performs comparably (sometimes better) to the state-of-the-art CNN (DenseNet-121) for multi-label thorax disease classification. This performance is attributed to the strong recipes extracted from our empirical studies for pre-training and fine-tuning ViT. The pre-training recipe signifies that medical reconstruction requires a much smaller proportion of an image (10% vs. 25%) and a more moderate random resized crop range (0.5~1.0 vs. 0.2~1.0) compared with natural imaging. Furthermore, we remark that in-domain transfer learning is preferred whenever possible. The fine-tuning recipe discloses that layer-wise LR decay, RandAug magnitude, and DropPath rate are significant factors to consider. We hope that this study can direct future research on the application of Transformers to a larger variety of medical imaging tasks.

Code Implementations1 repo
Foundations

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

Your Notes