Learning De-Biased Representations for Remote-Sensing Imagery
About
Remote sensing (RS) imagery, requiring specialized satellites to collect and being difficult to annotate, suffers from data scarcity and class imbalance in certain spectrums. Due to data scarcity, training any large-scale RS models from scratch is unrealistic, and the alternative is to transfer pre-trained models by fine-tuning or a more data-efficient method LoRA. Due to class imbalance, transferred models exhibit strong bias, where features of the major class dominate over those of the minor class. In this paper, we propose debLoRA, a generic training approach that works with any LoRA variants to yield debiased features. It is an unsupervised learning approach that can diversify minor class features based on the shared attributes with major classes, where the attributes are obtained by a simple step of clustering. To evaluate it, we conduct extensive experiments in two transfer learning scenarios in the RS domain: from natural to optical RS images, and from optical RS to multi-spectrum RS images. We perform object classification and oriented object detection tasks on the optical RS dataset DOTA and the SAR dataset FUSRS. Results show that our debLoRA consistently surpasses prior arts across these RS adaptation settings, yielding up to 3.3 and 4.7 percentage points gains on the tail classes for natural to optical RS and optical RS to multi-spectrum RS adaptations, respectively, while preserving the performance on head classes, substantiating its efficacy and adaptability.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | Places365-LT | Accuracy (Many-shot)50.9 | 24 | |
| Remote Sensing Image Classification | DOTA | Head Macro F199.3 | 16 | |
| Remote Sensing Image Classification | FUSRS | Head Macro F1 Score92.5 | 8 | |
| Oriented Object Detection | DOTA long-tailed | mAP (Head)79.4 | 6 | |
| Object Classification | iNaturalist 2018 | Top-1 Acc (Head)72.6 | 4 | |
| Object Classification | fMoW-S2 (test) | Head Acc46.8 | 4 |