Convolutional-LSTM for Multi-Image to Single Output Medical Prediction
Luis Leal, Marvin Castillo, Fernando Juarez, Erick Ramirez, Mildred, Aspuac, Diana Letona

TL;DR
This paper introduces a deep learning model combining 2D CNNs and sequence models to predict a single diagnosis from multiple medical images per patient, especially useful when volumetric data is unavailable or metadata is lost.
Contribution
It proposes a novel multi-image to single diagnostic framework using convolutional and sequence models, addressing scenarios with variable image counts and missing volumetric data.
Findings
Model successfully predicts single diagnosis from multiple images.
Approach mimics human diagnostic process by integrating information over image sequences.
Demonstrates feasibility in scenarios with incomplete or unstructured medical imaging data.
Abstract
Medical head CT-scan imaging has been successfully combined with deep learning for medical diagnostics of head diseases and lesions[1]. State of the art classification models and algorithms for this task usually are based on 3d convolution layers for volumetric data on a supervised learning setting (1 input volume, 1 prediction per patient) or 2d convolution layers in a supervised setting (1 input image, 1 prediction per image). However a very common scenario in developing countries is to have the volume metadata lost due multiple reasons for example formatting conversion in images (for example .dicom to jpg), in this scenario the doctor analyses the collection of images and then emits a single diagnostic for the patient (with possibly an unfixed and variable number of images per patient) , this prevents it from being possible to use state of the art 3d models, but also is not possible…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · Brain Tumor Detection and Classification · Advanced Neural Network Applications
MethodsConvolution · 3D Convolution
