Enhancing Perception of Key Changes in Remote Sensing Image Change Captioning
Cong Yang, Zuchao Li, Hongzan Jiao, Zhi Gao, Lefei Zhang
TL;DR
This work tackles RSICC by addressing the problem of irrelevant change features steering descriptions astray. It introduces KCFI, a multimodal framework that leverages a ViT-based feature extractor, a key-change feature perceiver, a pixel-level change detector, and an instruction-tuned large language model guided by visual instructions. A dynamic weight averaging scheme balances captioning and change detection losses, while experiments on LEVIR-CC demonstrate state-of-the-art performance across multiple evaluation metrics. The approach highlights the value of focusing on key change features and integrating visual instructions with LLMs to produce accurate, context-rich change descriptions suitable for practical remote sensing applications; code will be released at the provided repository.
Abstract
Recently, while significant progress has been made in remote sensing image change captioning, existing methods fail to filter out areas unrelated to actual changes, making models susceptible to irrelevant features. In this article, we propose a novel multimodal framework for remote sensing image change captioning, guided by Key Change Features and Instruction-tuned (KCFI). This framework aims to fully leverage the intrinsic knowledge of large language models through visual instructions and enhance the effectiveness and accuracy of change features using pixel-level change detection tasks. Specifically, KCFI includes a ViTs encoder for extracting bi-temporal remote sensing image features, a key feature perceiver for identifying critical change areas, a pixel-level change detection decoder to constrain key change features, and an instruction-tuned decoder based on a large language model. Moreover, to ensure that change description and change detection tasks are jointly optimized, we employ a dynamic weight-averaging strategy to balance the losses between the two tasks. We also explore various feature combinations for visual fine-tuning instructions and demonstrate that using only key change features to guide the large language model is the optimal choice. To validate the effectiveness of our approach, we compare it against several state-of-the-art change captioning methods on the LEVIR-CC dataset, achieving the best performance. Our code will be available at https://github.com/yangcong356/KCFI.git.
