Granular-ball Guided Masking: Structure-aware Data Augmentation
Shuyin Xia, Fan Chen, Dawei Dai, Meng Yang, Junwei Han, Xinbo Gao, Guoyin Wang
TL;DR
This work tackles robustness under data scarcity and distribution shifts by introducing Granular-ball Guided Masking (GBGM), a structure-aware, hierarchical masking strategy guided by Granular-ball Computing. GBGM preserves semantically informative regions while suppressing redundant background through a coarse-to-fine masking process, enabling effective augmentation for CNNs and Vision Transformers. The approach demonstrates consistent improvements in image classification across CIFAR-10/100 and ImageNet-1K, as well as enhanced masked image reconstruction, with linear-time complexity suitable for large-scale training. The results establish GBGM as a principled augmentation paradigm that leverages structure-aware saliency to improve generalization and efficiency in modern vision models.
Abstract
Deep learning models have achieved remarkable success in computer vision, but they still rely heavily on large-scale labeled data and tend to overfit when data are limited or distributions shift. Data augmentation, particularly mask-based information dropping, can enhance robustness by forcing models to explore complementary cues; however, existing approaches often lack structural awareness and may discard essential semantics. We propose Granular-ball Guided Masking (GBGM), a structure-aware augmentation strategy guided by Granular-ball Computing (GBC). GBGM adaptively preserves semantically rich, structurally important regions while suppressing redundant areas through a coarse-to-fine hierarchical masking process, producing augmentations that are both representative and discriminative. Extensive experiments on multiple benchmarks demonstrate consistent improvements in classification accuracy and masked image reconstruction, confirming the effectiveness and broad applicability of the proposed method. Simple and model-agnostic, it integrates seamlessly into CNNs and Vision Transformers and provides a new paradigm for structure-aware data augmentation.
