IVCVLGOct 30, 2020

FLANNEL: Focal Loss Based Neural Network Ensemble for COVID-19 Detection

arXiv:2010.16039v134 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate COVID-19 diagnosis from medical imaging for healthcare applications, but it is incremental as it builds on existing deep learning methods.

The paper tackled COVID-19 detection from chest X-ray images using a neural network ensemble with focal loss, achieving a 6% relative increase in macro-F1 score over the best baseline, with precision of 0.7833, recall of 0.8609, and F1 score of 0.8168.

To test the possibility of differentiating chest x-ray images of COVID-19 against other pneumonia and healthy patients using deep neural networks. We construct the X-ray imaging data from two publicly available sources, which include 5508 chest x-ray images across 2874 patients with four classes: normal, bacterial pneumonia, non-COVID-19 viral pneumonia, and COVID-19. To identify COVID-19, we propose a Focal Loss Based Neural Ensemble Network (FLANNEL), a flexible module to ensemble several convolutional neural network (CNN) models and fuse with a focal loss for accurate COVID-19 detection on class imbalance data. FLANNEL consistently outperforms baseline models on COVID-19 identification task in all metrics. Compared with the best baseline, FLANNEL shows a higher macro-F1 score with 6% relative increase on Covid-19 identification task where it achieves 0.7833(0.07) in Precision, 0.8609(0.03) in Recall, and 0.8168(0.03) F1 score.

Foundations

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

Your Notes