Quality-Driven Curation of Remote Sensing Vision-Language Data via Learned Scoring Models
Dilxat Muhtar, Enzhuo Zhang, Zhenshi Li, Feng Gu, Yanglangxing He, Pengfeng Xiao, Xueliang Zhang
TL;DR
This work tackles the RS data bottleneck for vision-language modeling by introducing ScoreRS, a learned quality-scoring model trained on large-scale RS-specific preference data across five quality dimensions. ScoreRS enables automated curation of high-quality image-text pairs, yielding superior performance when used to filter data for CLIP fine-tuning and large VLM finetuning, compared to full-data or CLIP-score baselines. The authors demonstrate ScoreRS’s versatility as a reward model for reinforcement learning and as a Best-of-N selector at test time, achieving improvements on challenging RS benchmarks like VG-DIOR and LHRS-Bench. The study highlights the importance of domain-specific data quality and provides open-source data, models, and prompts to foster RS-focused VLM development.
Abstract
Vision-Language Models (VLMs) have demonstrated great potential in interpreting remote sensing (RS) images through language-guided semantic. However, the effectiveness of these VLMs critically depends on high-quality image-text training data that captures rich semantic relationships between visual content and language descriptions. Unlike natural images, RS lacks large-scale interleaved image-text pairs from web data, making data collection challenging. While current approaches rely primarily on rule-based methods or flagship VLMs for data synthesis, a systematic framework for automated quality assessment of such synthetically generated RS vision-language data is notably absent. To fill this gap, we propose a novel score model trained on large-scale RS vision-language preference data for automated quality assessment. Our empirical results demonstrate that fine-tuning CLIP or advanced VLMs (e.g., Qwen2-VL) with the top 30% of data ranked by our score model achieves superior accuracy compared to both full-data fine-tuning and CLIP-score-based ranking approaches. Furthermore, we demonstrate applications of our scoring model for reinforcement learning (RL) training and best-of-N (BoN) test-time scaling, enabling significant improvements in VLM performance for RS tasks. Our code, model, and dataset are publicly available
