CVLGApr 10

Low-Data Supervised Adaptation Outperforms Prompting for Cloud Segmentation Under Domain Shift

arXiv:2604.0895658.1
Predicted impact top 60% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the problem of domain shift in remote sensing for practitioners, showing that incremental supervised adaptation is more effective than prompting for specialized imagery.

The paper tackled the challenge of adapting vision-language models to satellite imagery for cloud segmentation, finding that prompting underperforms zero-shot baselines (as low as 0.07 mIoU), while supervised fine-tuning with minimal labeled data (0.1% or ~8 images) surpasses zero-shot performance and recovers ~85% of maximum mIoU with 5-10% data.

Adapting vision-language models to remote sensing imagery presents a fundamental challenge: both the visual and linguistic distributions of satellite data lie far outside natural image pretraining corpora. Despite this, prompting remains the dominant deployment paradigm, driven by the assumption that domain-specific language can guide frozen model representations toward specialized tasks. We test this assumption directly on a domain where the mismatch is prominent: cloud segmentation for satellite imagery. Using CLIPSeg on the CloudSEN12+ cloud segmentation benchmark, we evaluate 60 prompt variants spanning simple labels, domain terminology, appearance descriptors, and contextual cues, finding that every variant underperforms the zero-shot baseline (0.255 mIoU), with engineered prompts scoring as low as 0.07 mIoU. No amount of linguistic refinement bridges the gap between CLIP's natural image representations and satellite spectral imagery. In contrast, supervised fine-tuning with just 0.1% labeled data (~8 images) surpasses zero-shot performance overall, and 5-10% data recovers ~85% of maximum achievable mIoU. Full fine-tuning consistently outperforms low-rank adaptation by 0.03-0.09 mIoU, with the largest gaps for spectrally ambiguous classes, and at 0.5 to 1% labeled data, fine-tuning temporarily degrades performance on these classes before recovering, a supervision dip that aggregate mIoU can mask. For practitioners adapting vision-language models to specialized imagery, our results deliver a clear message: labeled data is not the expensive alternative to prompting; it is the worthwhile path.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes