ObjectAug: Object-level Data Augmentation for Semantic Image Segmentation
Jiawei Zhang, Yanchun Zhang, Xiaowei Xu

TL;DR
ObjectAug introduces object-level data augmentation for semantic image segmentation by decoupling, augmenting, and reassembling objects and backgrounds, leading to improved boundary exploration and segmentation accuracy.
Contribution
It proposes a novel object-level augmentation method that enhances boundary learning and can be combined with existing strategies for better segmentation results.
Findings
Significant improvement in segmentation accuracy on natural and medical datasets
Effective boundary exploration through object-level augmentation
Compatibility with existing augmentation methods enhances performance
Abstract
Semantic image segmentation aims to obtain object labels with precise boundaries, which usually suffers from overfitting. Recently, various data augmentation strategies like regional dropout and mix strategies have been proposed to address the problem. These strategies have proved to be effective for guiding the model to attend on less discriminative parts. However, current strategies operate at the image level, and objects and the background are coupled. Thus, the boundaries are not well augmented due to the fixed semantic scenario. In this paper, we propose ObjectAug to perform object-level augmentation for semantic image segmentation. ObjectAug first decouples the image into individual objects and the background using the semantic labels. Next, each object is augmented individually with commonly used augmentation methods (e.g., scaling, shifting, and rotation). Then, the black area…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsDropout
