A Computation-Efficient CNN System for High-Quality Brain Tumor Segmentation
Yanming Sun, Chunyan Wang

TL;DR
This paper introduces a low-computation, high-quality CNN system for brain tumor segmentation that is custom-designed with a novel activation function, achieving reliable results with fewer parameters.
Contribution
A novel, computation-efficient CNN architecture with a custom activation function and task-specific layer design for accurate brain tumor segmentation.
Findings
Achieved mean dice scores of 77.2%, 89.2%, and 76.3% for different tumor regions.
Demonstrated high reproducibility of segmentation results across experiments.
Reduced computational complexity with only 20,308 trainable parameters.
Abstract
The work presented in this paper is to propose a reliable high-quality system of Convolutional Neural Network (CNN) for brain tumor segmentation with a low computation requirement. The system consists of a CNN for the main processing for the segmentation, a pre-CNN block for data reduction and post-CNN refinement block. The unique CNN consists of 7 convolution layers involving only 108 kernels and 20308 trainable parameters. It is custom-designed, following the proposed paradigm of ASCNN (application specific CNN), to perform mono-modality and cross-modality feature extraction, tumor localization and pixel classification. Each layer fits the task assigned to it, by means of (i) appropriate normalization applied to its input data, (ii) correct convolution modes for the assigned task, and (iii) suitable nonlinear transformation to optimize the convolution results. In this specific design…
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
TopicsBrain Tumor Detection and Classification · Advanced Neural Network Applications · Medical Image Segmentation Techniques
MethodsConvolution · Depthwise Convolution
