CP2M: Clustered-Patch-Mixed Mosaic Augmentation for Aerial Image Segmentation
Yijie Li, Hewei Wang, Jinfeng Xu, Zixiao Ma, Puzhen Wu, Shaofan Wang, Soumyabrata Dev
TL;DR
CP2M tackles overfitting in remote sensing segmentation with limited annotations by introducing a two-phase augmentation: Enhanced Mosaic Augmentation and Clustered Patch Mixed Augmentation. The method uses Connected Component Labeling to extract distinct class instances as patches and pastes them into images with corresponding label updates, controlled by a mosaic probability $p_{mosaic}$. On the ISPRS Potsdam dataset, CP2M yields higher accuracy and mIoU than both the baseline and Mosaic alone, demonstrating improved generalization and robustness for high-resolution aerial imagery. This augmentation strategy expands data diversity while mitigating labeling costs, offering practical benefits for remote sensing segmentation tasks.
Abstract
Remote sensing image segmentation is pivotal for earth observation, underpinning applications such as environmental monitoring and urban planning. Due to the limited annotation data available in remote sensing images, numerous studies have focused on data augmentation as a means to alleviate overfitting in deep learning networks. However, some existing data augmentation strategies rely on simple transformations that may not sufficiently enhance data diversity or model generalization capabilities. This paper proposes a novel augmentation strategy, Clustered-Patch-Mixed Mosaic (CP2M), designed to address these limitations. CP2M integrates a Mosaic augmentation phase with a clustered patch mix phase. The former stage constructs a new sample from four random samples, while the latter phase uses the connected component labeling algorithm to ensure the augmented data maintains spatial coherence and avoids introducing irrelevant semantics when pasting random patches. Our experiments on the ISPRS Potsdam dataset demonstrate that CP2M substantially mitigates overfitting, setting new benchmarks for segmentation accuracy and model robustness in remote sensing tasks.
