Search papers, labs, and topics across Lattice.
StrokeNeXt, a novel model for stroke classification in CT images, was developed using a Siamese architecture with two ConvNeXt encoders and a lightweight convolutional decoder based on stacked 1D operations. This architecture facilitates effective feature fusion and classification for both stroke detection and subtype differentiation (ischemic vs. hemorrhage). Evaluated on a dataset of 6,774 CT images, StrokeNeXt achieved state-of-the-art performance with accuracies and F1-scores up to 0.988, demonstrating statistically significant improvements over convolutional and Transformer-based baselines, along with reduced prediction error and low inference time.
Key contribution not extracted.
We present StrokeNeXt, a model for stroke classification in 2D Computed Tomography (CT) images. StrokeNeXt employs a dual-branch design with two ConvNeXt encoders, whose features are fused through a lightweight convolutional decoder based on stacked 1D operations, including a bottleneck projection and transformation layers, and a compact classification head. The model is evaluated on a curated dataset of 6,774 CT images, addressing both stroke detection and subtype classification between ischemic and hemorrhage cases. StrokeNeXt consistently outperforms convolutional and Transformer-based baselines, reaching accuracies and F1-scores of up to 0.988. Paired statistical tests confirm that the performance gains are statistically significant, while class-wise sensitivity and specificity demonstrate robust behavior across diagnostic categories. Calibration analysis shows reduced prediction error compared to competing methods, and confusion matrix results indicate low misclassification rates. In addition, the model exhibits low inference time and fast convergence.