TL;DR
This paper introduces a lightweight deep neural network combining CNN and LSTM for rapid and accurate intracranial hemorrhage detection in 3D CT scans, achieving top performance in a large challenge and providing explainability features.
Contribution
The novel integration of CNN and LSTM with feature selection and slice reduction for efficient hemorrhage detection, along with open-source code and interpretability via Grad-CAM.
Findings
Achieved top 30 ranking with a weighted log loss of 0.04989
Model performance comparable to radiologists
Open source code for reproducibility
Abstract
In this paper, we present our system for the RSNA Intracranial Hemorrhage Detection challenge. The proposed system is based on a lightweight deep neural network architecture composed of a convolutional neural network (CNN) that takes as input individual CT slices, and a Long Short-Term Memory (LSTM) network that takes as input feature embeddings provided by the CNN. For efficient processing, we consider various feature selection methods to produce a subset of useful CNN features for the LSTM. Furthermore, we reduce the CT slices by a factor of 2x, allowing ourselves to train the model faster. Even if our model is designed to balance speed and accuracy, we report a weighted mean log loss of 0.04989 on the final test set, which places us in the top 30 ranking (2%) from a total of 1345 participants. Although our computing infrastructure does not allow it, processing CT slices at their…
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
MethodsFeature Selection · Sigmoid Activation · Tanh Activation · Long Short-Term Memory
