š¤ AI Summary
To address insufficient multimodal information utilization in remote sensing change detection, this paper proposes a Multimodal Graph-conditioned VisionāLanguage Reconstruction network (MG-VLR). The method introduces visionālanguage cross-modal reconstructionānovel for remote sensing change detectionāvia a dual-encoder architecture that separately extracts semantic features from bitemporal images and generated descriptive texts. A graph attentionādriven semantic graph-conditioned reconstruction module enables fine-grained cross-modal alignment, while multimodal feature interaction is achieved through integration of multi-head attention and a LanguageāVision Transformer (LViT). Extensive experiments on four public benchmark datasets demonstrate that MG-VLR significantly outperforms state-of-the-art unimodal and multimodal methods, achieving consistent improvements in both detection accuracy and semantic interpretability.
š Abstract
With the advancement of remote sensing satellite technology and the rapid progress of deep learning, remote sensing change detection (RSCD) has become a key technique for regional monitoring. Traditional change detection (CD) methods and deep learning-based approaches have made significant contributions to change analysis and detection, however, many outstanding methods still face limitations in the exploration and application of multimodal data. To address this, we propose the multimodal graph-conditioned vision-language reconstruction network (MGCR-Net) to further explore the semantic interaction capabilities of multimodal data. Multimodal large language models (MLLM) have attracted widespread attention for their outstanding performance in computer vision, particularly due to their powerful visual-language understanding and dialogic interaction capabilities. Specifically, we design a MLLM-based optimization strategy to generate multimodal textual data from the original CD images, which serve as textual input to MGCR. Visual and textual features are extracted through a dual encoder framework. For the first time in the RSCD task, we introduce a multimodal graph-conditioned vision-language reconstruction mechanism, which is integrated with graph attention to construct a semantic graph-conditioned reconstruction module (SGCM), this module generates vision-language (VL) tokens through graph-based conditions and enables cross-dimensional interaction between visual and textual features via multihead attention. The reconstructed VL features are then deeply fused using the language vision transformer (LViT), achieving fine-grained feature alignment and high-level semantic interaction. Experimental results on four public datasets demonstrate that MGCR achieves superior performance compared to mainstream CD methods. Our code is available on https://github.com/cn-xvkong/MGCR