TL;DR
This study evaluates various data augmentation techniques for 3D brain tumor segmentation, finding that brightness adjustment and elastic deformation are most effective, with combined methods offering no additional benefit.
Contribution
The paper systematically compares different data augmentation methods for 3D brain tumor segmentation, highlighting the most effective techniques and their combinations.
Findings
Brightness augmentation and elastic deformation yield the best performance.
Combining multiple augmentation techniques does not improve results.
Augmentation significantly enhances segmentation accuracy.
Abstract
Training segmentation networks requires large annotated datasets, which in medical imaging can be hard to obtain. Despite this fact, data augmentation has in our opinion not been fully explored for brain tumor segmentation. In this project we apply different types of data augmentation (flipping, rotation, scaling, brightness adjustment, elastic deformation) when training a standard 3D U-Net, and demonstrate that augmentation significantly improves the network's performance in many cases. Our conclusion is that brightness augmentation and elastic deformation work best, and that combinations of different augmentation techniques do not provide further improvement compared to only using one augmentation technique. Our code is available at https://github.com/mdciri/3D-augmentation-techniques.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution · *Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Max Pooling · U-Net
