Automatic Assignment of Radiology Examination Protocols Using Pre-trained Language Models with Knowledge Distillation
Wilson Lau, Laura Aaltonen, Martin Gunn, Meliha Yetisgen

TL;DR
This paper introduces a deep learning method using a domain-specific BERT model with knowledge distillation to automatically assign radiology protocols, improving accuracy especially for minority classes.
Contribution
The study develops a specialized BERT model for radiology protocol classification and applies knowledge distillation to address data imbalance, outperforming traditional models.
Findings
BERT-based models outperform statistical n-gram models.
Knowledge distillation enhances minority class performance.
Achieved macro F1 score of 0.66 with the proposed approach.
Abstract
Selecting radiology examination protocol is a repetitive, and time-consuming process. In this paper, we present a deep learning approach to automatically assign protocols to computer tomography examinations, by pre-training a domain-specific BERT model (). To handle the high data imbalance across exam protocols, we used a knowledge distillation approach that up-sampled the minority classes through data augmentation. We compared classification performance of the described approach with the statistical n-gram models using Support Vector Machine (SVM), Gradient Boosting Machine (GBM), and Random Forest (RF) classifiers, as well as the Google's model. SVM, GBM and RF achieved macro-averaged F1 scores of 0.45, 0.45, and 0.6 while and achieved 0.61 and 0.63. Knowledge distillation improved overall performance on the minority classes,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Imaging and Analysis · Radiomics and Machine Learning in Medical Imaging · Artificial Intelligence in Healthcare and Education
MethodsLinear Layer · Knowledge Distillation · Refunds@Expedia|||How do I get a full refund from Expedia? · Residual Connection · Softmax · Dense Connections · Linear Warmup With Linear Decay · Layer Normalization · Support Vector Machine · Attention Dropout
