Search papers, labs, and topics across Lattice.
This study develops GloResNet, a lightweight 3D convolutional neural network designed for predicting brain injury in preterm infants using T2-weighted MRI scans from the dHCP dataset. By employing a global manifold mapping strategy for data preprocessing and integrating techniques like mixup and test-time augmentation, the model achieves an average accuracy of 75.18% in 5-fold cross-validation, with a peak accuracy of 81.82%. The findings underscore the potential of topology-aware CNNs as effective, non-invasive tools for neonatal brain injury prediction, addressing critical data scarcity issues in this domain.
GloResNet leverages global topological features to achieve impressive accuracy in predicting brain injuries in preterm infants, even with limited data.
This study introduces an automated deep learning framework for predicting brain injury (BI) in preterm infants from T2-weighted MRI (dHCP dataset). We propose GloResNet, a lightweight 3D CNN based on ResNet-10, pretrained on MedicalNet to address data scarcity. A global manifold mapping strategy first resamples each 3D volume to 128x128x128 and then applies subject-wise z-score intensity normalization, thereby preserving global topology while standardizing appearance. Training integrates mixup, class weighting, and test-time augmentation for robustness. In 5-fold cross-validation, GloResNet achieved 75.18% average accuracy (peak 81.82%), with specificity 0.81 and sensitivity 0.76. Results demonstrate that a topology-aware lightweight CNN has the capability to effectively predict neonatal BI, offering a non-invasive screening tool. The source code of this paper can be obtained from the GitHub repository: https://github.com/ICL-SUST/GloResNet-Preterm-Brain