GRASP: Guided Region-Aware Sparse Prompting for Adapting MLLMs to Remote Sensing
Qigan Sun, Chaoning Zhang, Jianwei Zhang, Xudong Wang, Jiehui Xie, Pengcheng Zheng, Haoyu Wang, Sungyoung Lee, Chi-lok Andy Tai, Yang Yang, Heng Tao Shen
TL;DR
GRASP addresses the domain gap faced when adapting Multimodal Large Language Models to remote sensing imagery by introducing region-aware, sparse soft prompting that associates learnable prompts with spatial blocks in a frozen backbone. A question-guided sparse fusion mechanism aggregates block-level cues into a compact global prompt, injected as an additional visual token to steer the frozen language model without changing backbone parameters. The approach achieves competitive RSVQA/RSIVQA performance with substantial parameter efficiency, outperforming static prompts and showings strong region-specific reasoning across resolutions. This method offers a practical path for efficient RS adaptation of LLMs, enabling scalable deployment in RS tasks and potentially extending to temporal or multi-view data.
Abstract
In recent years, Multimodal Large Language Models (MLLMs) have made significant progress in visual question answering tasks. However, directly applying existing fine-tuning methods to remote sensing (RS) images often leads to issues such as overfitting on background noise or neglecting target details. This is primarily due to the large-scale variations, sparse target distributions, and complex regional semantic features inherent in RS images. These challenges limit the effectiveness of MLLMs in RS tasks. To address these challenges, we propose a parameter-efficient fine-tuning (PEFT) strategy called Guided Region-Aware Sparse Prompting (GRASP). GRASP introduces spatially structured soft prompts associated with spatial blocks extracted from a frozen visual token grid. Through a question-guided sparse fusion mechanism, GRASP dynamically aggregates task-specific context into a compact global prompt, enabling the model to focus on relevant regions while filtering out background noise. Extensive experiments on multiple RSVQA benchmarks show that GRASP achieves competitive performance compared to existing fine-tuning and prompt-based methods while maintaining high parameter efficiency.
