English

A Data Augmentation Method for Fully Automatic Brain Tumor Segmentation

Image and Video Processing 2022-02-21 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Automatic segmentation of glioma and its subregions is of great significance for diagnosis, treatment and monitoring of disease. In this paper, an augmentation method, called TensorMixup, was proposed and applied to the three dimensional U-Net architecture for brain tumor segmentation. The main ideas included that first, two image patches with size of 128 in three dimensions were selected according to glioma information of ground truth labels from the magnetic resonance imaging data of any two patients with the same modality. Next, a tensor in which all elements were independently sampled from Beta distribution was used to mix the image patches. Then the tensor was mapped to a matrix which was used to mix the one-hot encoded labels of the above image patches. Therefore, a new image and its one-hot encoded label were synthesized. Finally, the new data was used to train the model which could be used to segment glioma. The experimental results show that the mean accuracy of Dice scores are 91.32%, 85.67%, and 82.20% respectively on the whole tumor, tumor core, and enhancing tumor segmentation, which proves that the proposed TensorMixup is feasible and effective for brain tumor segmentation.

Keywords

Cite

@article{arxiv.2202.06344,
  title  = {A Data Augmentation Method for Fully Automatic Brain Tumor Segmentation},
  author = {Yu Wang and Yarong Ji and Hongbing Xiao},
  journal= {arXiv preprint arXiv:2202.06344},
  year   = {2022}
}

Comments

15 pages, 7 figures, 4tables

R2 v1 2026-06-24T09:34:08.268Z