MGIMM: Multi-Granularity Instruction Multimodal Model for Attribute-Guided Remote Sensing Image Detailed Description
Cong Yang, Zuchao Li, Lefei Zhang
TL;DR
MGIMM tackles the challenge of generating detailed, region-aware descriptions for remote sensing imagery by a two-stage instruction-tuning framework that first aligns region-attribute information and then leverages large language models for full-image narratives. The approach combines a visual encoder $F_I$, region interactive module $F_{rim}$, vision-to-language mapper $F_{v2l}$, and LLM $F_{llm}$, enabling precise region-attribute alignment and rich image descriptions. A new Attribute-Guided DIOR-IDD dataset, built from DIOR-RSVG and DIOR-IDD, supports region- and image-level training and evaluation. Experiments show MGIMM outperforms state-of-the-art baselines across multiple metrics, with ablations confirming the necessity of region-level tuning and the region-interactive module, and LoRA-based parameter-efficient fine-tuning enabling effective adaptation of large language models.
Abstract
Recently, large multimodal models have built a bridge from visual to textual information, but they tend to underperform in remote sensing scenarios. This underperformance is due to the complex distribution of objects and the significant scale differences among targets in remote sensing images, leading to visual ambiguities and insufficient descriptions by these multimodal models. Moreover, the lack of multimodal fine-tuning data specific to the remote sensing field makes it challenging for the model's behavior to align with user queries. To address these issues, this paper proposes an attribute-guided \textbf{Multi-Granularity Instruction Multimodal Model (MGIMM)} for remote sensing image detailed description. MGIMM guides the multimodal model to learn the consistency between visual regions and corresponding text attributes (such as object names, colors, and shapes) through region-level instruction tuning. Then, with the multimodal model aligned on region-attribute, guided by multi-grain visual features, MGIMM fully perceives both region-level and global image information, utilizing large language models for comprehensive descriptions of remote sensing images. Due to the lack of a standard benchmark for generating detailed descriptions of remote sensing images, we construct a dataset featuring 38,320 region-attribute pairs and 23,463 image-detailed description pairs. Compared with various advanced methods on this dataset, the results demonstrate the effectiveness of MGIMM's region-attribute guided learning approach. Code can be available at https://github.com/yangcong356/MGIMM.git
