Search papers, labs, and topics across Lattice.
The paper introduces XMorph, a framework for classifying glioma, meningioma, and pituitary brain tumors, designed to improve interpretability and computational efficiency. XMorph uses an Information-Weighted Boundary Normalization (IWBN) mechanism to focus on diagnostically relevant tumor boundaries and combines this with nonlinear chaotic features. The framework then employs a dual-channel explainable AI module, integrating GradCAM++ visualizations with LLM-generated textual rationales to explain the model's reasoning.
Achieve 96% accuracy in brain tumor classification while generating clinically relevant explanations, proving that high performance and interpretability can coexist in AI-based medical imaging.
Deep learning has significantly advanced automated brain tumor diagnosis, yet clinical adoption remains limited by interpretability and computational constraints. Conventional models often act as opaque''black boxes''and fail to quantify the complex, irregular tumor boundaries that characterize malignant growth. To address these challenges, we present XMorph, an explainable and computationally efficient framework for fine-grained classification of three prominent brain tumor types: glioma, meningioma, and pituitary tumors. We propose an Information-Weighted Boundary Normalization (IWBN) mechanism that emphasizes diagnostically relevant boundary regions alongside nonlinear chaotic and clinically validated features, enabling a richer morphological representation of tumor growth. A dual-channel explainable AI module combines GradCAM++ visual cues with LLM-generated textual rationales, translating model reasoning into clinically interpretable insights. The proposed framework achieves a classification accuracy of 96.0%, demonstrating that explainability and high performance can co-exist in AI-based medical imaging systems. The source code and materials for XMorph are all publicly available at: https://github.com/ALSER-Lab/XMorph.