🤖 AI Summary
Edge-deployable remote sensing applications are constrained by limited computational resources, making it infeasible to deploy 7B-scale multimodal large language models (MLLMs). To address this, we propose TinyRS—the first domain-specific, lightweight multimodal small language model with 2B parameters—and its inference-enhanced variant, TinyRS-R1, supporting image understanding, visual question answering (VQA), and spatial localization. Our method innovatively integrates chain-of-thought (CoT) reasoning and group-relative policy optimization (GRPO) into remote sensing small-model training for the first time, built upon the Qwen2-VL-2B architecture and a novel four-stage training paradigm: satellite image pretraining → vision instruction tuning → CoT fine-tuning → GRPO alignment. Experiments demonstrate that TinyRS-R1 consistently outperforms mainstream 7B remote sensing MLLMs across classification, VQA, visual grounding, and open-ended QA tasks, while reducing memory footprint and inference latency to approximately one-third of those of its 7B counterparts.
📝 Abstract
Remote-sensing applications often run on edge hardware that cannot host today's 7B-parameter multimodal language models. This paper introduces TinyRS, the first 2B-parameter multimodal small language model (MSLM) optimized for remote sensing tasks, and TinyRS-R1, its reasoning-augmented variant. Built upon Qwen2-VL-2B, TinyRS is trained through a four-stage pipeline: pre-training on million satellite images, instruction tuning on visual instruction examples, fine-tuning with Chain-of-Thought (CoT) annotations from the proposed reasoning dataset, and alignment via Group Relative Policy Optimization (GRPO). TinyRS-R1 achieves or surpasses the performance of recent 7B-parameter remote sensing models across classification, VQA, visual grounding, and open-ended question answering-while requiring just one-third of the memory and latency. Our analysis shows that CoT reasoning substantially benefits spatial grounding and scene understanding, while the non-reasoning TinyRS excels in concise, latency-sensitive VQA tasks. TinyRS-R1 represents the first domain-specialized MSLM with GRPO-aligned CoT reasoning for general-purpose remote sensing.