CVSep 19, 2024

Enhancing Perception of Key Changes in Remote Sensing Image Change Captioning

arXiv:2409.12612v129 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in remote sensing analysis for applications like environmental monitoring, though it appears incremental as it builds on existing change captioning methods.

The paper tackles the problem of irrelevant features interfering with remote sensing image change captioning by proposing a multimodal framework (KCFI) that identifies key change areas and uses them to guide a large language model, achieving state-of-the-art performance on the LEVIR-CC dataset.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes