Dynamic Class-Aware Active Learning for Unbiased Satellite Image Segmentation

arXiv cs.CV / 4/13/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses the challenge of biased semantic segmentation in satellite imagery caused by standard active learning methods that use only global uncertainty or diversity criteria.
  • It introduces Dynamic Class-Aware Uncertainty based Active Learning (DCAU-AL), an adaptive sample acquisition strategy that tracks class-wise performance gaps in real time and adjusts sampling weights to emphasize poorly performing or rare classes.
  • By focusing annotation on underperforming/underrepresented classes throughout training, DCAU-AL aims to mitigate class imbalance and reduce annotation cost while preserving or improving overall segmentation quality.
  • Experiments on the OpenEarth land cover dataset show that DCAU-AL outperforms existing active learning approaches, with particular gains in per-class IoU under severe class imbalance and better annotation efficiency.

Abstract

Semantic segmentation of satellite imagery plays a vital role in land cover mapping and environmental monitoring. However, annotating large-scale, high-resolution satellite datasets is costly and time consuming, especially when covering vast geographic regions. Instead of randomly labeling data or exhaustively annotating entire datasets, Active Learning (AL) offers an efficient alternative by intelligently selecting the most informative samples for annotation with the help of Human-in-the-loop (HITL), thereby reducing labeling costs while maintaining high model performance. AL is particularly beneficial for large-scale or resource-constrained satellite applications, as it enables high segmentation accuracy with significantly fewer labeled samples. Despite these advantages, standard AL strategies typically rely on global uncertainty or diversity measures and lack the adaptability to target underperforming or rare classes as training progresses, leading to bias in the system. To overcome these limitations, we propose a novel adaptive acquisition function, Dynamic Class-Aware Uncertainty based Active learning (DCAU-AL) that prioritizes sample selection based on real-time class-wise performance gaps, thereby overcoming class-imbalance issue. The proposed DCAU-AL mechanism continuously tracks the performance of the segmentation per class and dynamically adjusts the sampling weights to focus on poorly performing or underrepresented classes throughout the active learning process. Extensive experiments on the OpenEarth land cover dataset show that DCAU-AL significantly outperforms existing AL methods, especially under severe class imbalance, delivering superior per-class IoU and improved annotation efficiency.