Stroke remains a leading cause of mortality and long-term disability worldwide. Rapid and accurate diagnosis using non-contrast CT is crucial for triage and treatment, yet access to trained radiologists is limited in many settings. The authors present an automated approach intended to address this gap by producing a clinically generalisable pipeline that jointly handles multiple diagnostic tasks from CT imaging.
The Intelligent Integrated Stroke Diagnosis System (IISDS) is an end-to-end deep learning framework built on a graph-based backbone called StrokeGNN. The architecture integrates two complementary elements: 3D contextual feature extraction using graph learning and 2D lesion segmentation based on a U-Net family model. This combined design enables the system to ingest non-contrast CT scans and output multiple clinically relevant measures without separate modules for each task.
To develop and validate IISDS, the authors curated a multi-centre dataset named BGD-ISD, assembled through collaboration among AI researchers, neurologists, radiologists and clinicians. BGD-ISD comprises 1,507 CT scans from 597 stroke cases acquired across six hospitals and medical centres in Bangladesh. The manuscript reports that this dataset, together with multiple publicly available datasets, was used to train and evaluate the framework, supporting claims of broader generalisability across institutions.
IISDS is described as a unified pipeline that simultaneously performs three tasks from CT inputs:
Stroke subtype classification — assigning a diagnostic label for stroke subtype as part of the automated output.
Lesion segmentation — producing pixel/voxel-level delineation of ischaemic or haemorrhagic lesions using the integrated U-Net-based 2D segmentation component.
Lesion volume estimation — deriving volumetric measures from segmented regions, reported operationally as lesion volume and associated surface metrics.
The combined, end-to-end design is intended to allow cross-task information sharing and consistency across outputs derived from the same imaging data.
The authors report that IISDS achieves state-of-the-art performance across tasks when evaluated on BGD-ISD and on multiple publicly available datasets. Specific comparative improvements cited in the source are:
Segmentation accuracy increased by at least 0.011 in Dice score compared with existing approaches.
Lesion volume estimation error decreased by at least 0.3 in average symmetric surface distance (ASSD).
Classification performance improved by at least 0.018 in area under the receiver operating characteristic curve (AUC).
These numerical improvements are presented in the manuscript as evidence that the graph-based integration of 3D contextual features with 2D segmentation contributes measurable gains over prior methods. The source text attributes these results to the StrokeGNN architecture and the end-to-end IISDS pipeline but does not provide additional methodological detail in the summary presented here.
According to the authors, the combination of improved accuracy across segmentation, volume estimation and classification supports the potential for graph-based deep learning to enable clinically generalisable and scalable automated stroke diagnosis from CT. Such a system could support more rapid clinical decision-making and triage, particularly in healthcare environments with limited access to expert radiological interpretation.
The work is framed as addressing both diagnostic accuracy and operational scalability by providing a single pipeline that outputs multiple diagnostic artifacts (labels, masks, volumes) from standard non-contrast CT scans.
The authors declare no competing interests. Ethical approvals for the work were obtained from Southeast University, Bangladesh and International Medical College, Bangladesh, and the manuscript states that necessary patient consent and institutional approvals were handled according to ethical guidelines. The authors indicate that all data produced will be made available online at https://github.com/Zhicheng-Lu/stroke_ct upon acceptance of the paper. The source notes funding declared as Australian Commonwealth Funding.
The summary and results reported here are drawn from the preprint abstract and article metadata as presented on the source page. Detailed methodological parameters, training and validation splits, external dataset names, full quantitative tables, statistical testing, inference times, and prospective clinical validation details are not reported in the provided source excerpt and therefore are not described here.