The document proposes an improved UNet framework with attention for semantic segmentation of tumor regions in brain MRI images. The authors develop a variation of the UNet model that incorporates batch normalization after each convolution layer. They train the model in batches and evaluate it using the Intersection over Union metric, which is well-suited for foreground/background segmentation tasks. With their proposed methodology, they achieve an averaged IoU of 84.3% and dice coefficient value of 91.4%, demonstrating the effectiveness of their improved UNet model for segmenting tumor regions in brain MRI images.