IVCVLGSep 5, 2022

Supervised Contrastive Learning to Classify Paranasal Anomalies in the Maxillary Sinus

arXiv:2209.01937v19 citationsh-index: 37
Originality Incremental advance
AI Analysis

This work addresses the challenge of generalizing deep learning for medical image classification with small datasets, specifically for diagnosing multiple anomalies in the maxillary sinus, representing an incremental improvement over existing methods.

The paper tackled the problem of classifying multiple paranasal anomalies in MRI images with limited training data by proposing a novel learning paradigm combining supervised contrastive loss and cross-entropy loss, resulting in a 3D CNN classifier achieving an AUROC of 0.85 compared to 0.66 with cross-entropy alone.

Using deep learning techniques, anomalies in the paranasal sinus system can be detected automatically in MRI images and can be further analyzed and classified based on their volume, shape and other parameters like local contrast. However due to limited training data, traditional supervised learning methods often fail to generalize. Existing deep learning methods in paranasal anomaly classification have been used to diagnose at most one anomaly. In our work, we consider three anomalies. Specifically, we employ a 3D CNN to separate maxillary sinus volumes without anomalies from maxillary sinus volumes with anomalies. To learn robust representations from a small labelled dataset, we propose a novel learning paradigm that combines contrastive loss and cross-entropy loss. Particularly, we use a supervised contrastive loss that encourages embeddings of maxillary sinus volumes with and without anomaly to form two distinct clusters while the cross-entropy loss encourages the 3D CNN to maintain its discriminative ability. We report that optimising with both losses is advantageous over optimising with only one loss. We also find that our training strategy leads to label efficiency. With our method, a 3D CNN classifier achieves an AUROC of 0.85 while a 3D CNN classifier optimised with cross-entropy loss achieves an AUROC of 0.66.

Foundations

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

Your Notes