Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

CE-RS-SBCIT A Novel Channel Enhanced Hybrid CNN Transformer with Residual, Spatial, and Boundary-Aware Learning for Brain Tumor MRI Analysis

Created by
  • Haebom

Author

Mirza Mumtaz Zahoor (Faculty of Computer Sciences, Ibadat International University, Islamabad, Pakistan), Saddam Hussain Khan (Artificial Intelligence Lab, Department of Computer Systems Engineering, University of Engineering and Applied Sciences)

Outline

This paper proposes a novel hybrid framework, CE-RS-SBCIT, for early diagnosis and accurate classification of brain tumors. To address the high computational cost, sensitivity to subtle contrast changes, and structural heterogeneity and tissue inconsistency of existing CNN and Transformer models, we integrate residual- and spatial-learning-based CNNs with Transformer-based modules. Key innovations include (i) a smoothing- and edge-based CNN-integrated Transformer (SBCIT), (ii) a customized residual- and spatial-learning CNN, (iii) a channel enhancement (CE) strategy, and (iv) a novel spatial attention mechanism. SBCIT utilizes stem convolution and contextual interaction transformer blocks for efficient global feature modeling, while the residual- and spatial CNNs enrich the representational space with transfer-learned feature maps. The CE module amplifies discriminative channels and mitigates redundancy, while the spatial attention mechanism selectively emphasizes subtle contrast and tissue changes. Experiments using various MRI datasets from Kaggle and Figshare showed excellent performance, achieving 98.30% accuracy, 98.08% sensitivity, 98.25% F1-score, and 98.43% precision.

Takeaways, Limitations

Takeaways:
We present a novel hybrid model that can significantly improve the accuracy and efficiency of brain tumor diagnosis.
Effectively overcomes the Limitations of existing CNN and Transformer models.
Experimentally verified high performance for various brain tumor types.
Expanding the applicability of deep learning technology to the field of medical image analysis.
Limitations:
Further research is needed on the generalization performance of the proposed model.
Robustness assessment across different MRI scanners and imaging protocols is needed.
Research is needed to improve the interpretability and transparency of the model.
Validation in actual clinical settings is required.
👍