CVMay 22, 2020

A CNN-LSTM Architecture for Detection of Intracranial Hemorrhage on CT scans

arXiv:2005.10992v347 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses intracranial hemorrhage detection for medical imaging, with incremental improvements in accuracy and generalization over existing methods.

The paper tackles the problem of detecting intracranial hemorrhage on CT scans by proposing a CNN-LSTM architecture that combines slice-wise feature extraction with cross-slice linking, achieving a weighted log loss of 0.0522 on the RSNA challenge, comparable to top 3% performances, and showing strong generalization on the CQ500 dataset.

We propose a novel method that combines a convolutional neural network (CNN) with a long short-term memory (LSTM) mechanism for accurate prediction of intracranial hemorrhage on computed tomography (CT) scans. The CNN plays the role of a slice-wise feature extractor while the LSTM is responsible for linking the features across slices. The whole architecture is trained end-to-end with input being an RGB-like image formed by stacking 3 different viewing windows of a single slice. We validate the method on the recent RSNA Intracranial Hemorrhage Detection challenge and on the CQ500 dataset. For the RSNA challenge, our best single model achieves a weighted log loss of 0.0522 on the leaderboard, which is comparable to the top 3% performances, almost all of which make use of ensemble learning. Importantly, our method generalizes very well: the model trained on the RSNA dataset significantly outperforms the 2D model, which does not take into account the relationship between slices, on CQ500. Our codes and models is publicly avaiable at https://github.com/VinBDI-MedicalImagingTeam/midl2020-cnnlstm-ich.

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