Brain Tumor Classification on MRI in Light of Molecular Markers
Jun Liu, Geng Yuan, Weihao Zeng, Hao Tang, Wenbin Zhang, Xue Lin, XiaoLin Xu, Dong Huang, and Yanzhi Wang

TL;DR
This paper presents a novel MRI-based convolutional neural network designed from scratch for brain tumor classification, achieving high accuracy in predicting 1p/19q gene co-deletion status, which is vital for treatment planning.
Contribution
The study introduces a ground-up CNN model that outperforms transfer learning models in brain tumor classification, emphasizing trustworthiness and tailored architecture for medical imaging.
Findings
Achieved 96.37% F1-score in classifying gene co-deletion status.
Model outperforms fine-tuned InceptionV3, VGG16, and MobileNetV2.
Enhanced performance through data augmentation and noise injection.
Abstract
In research findings, co-deletion of the 1p/19q gene is associated with clinical outcomes in low-grade gliomas. The ability to predict 1p19q status is critical for treatment planning and patient follow-up. This study aims to utilize a specially MRI-based convolutional neural network for brain cancer detection. Although public networks such as RestNet and AlexNet can effectively diagnose brain cancers using transfer learning, the model includes quite a few weights that have nothing to do with medical images. As a result, the diagnostic results are unreliable by the transfer learning model. To deal with the problem of trustworthiness, we create the model from the ground up, rather than depending on a pre-trained model. To enable flexibility, we combined convolution stacking with a dropout and full connect operation, it improved performance by reducing overfitting. During model training,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Bioinformatics
MethodsSparse Evolutionary Training · Depthwise Convolution · Pointwise Convolution · Depthwise Separable Convolution · Batch Normalization · 1x1 Convolution · Inverted Residual Block · Average Pooling · Dropout · Convolution
