LaVIDE: A Language-Vision Discriminator for Detecting Changes in Satellite Image with Map References
Shuguo Jiang, Fang Xu, Sen Jia, Gui-Song Xia
TL;DR
LaVIDE tackles cross-modal change detection when only a single satellite image and a map reference are available. It aligns maps and images in a language-vision feature space by converting maps to textual labels with ensemble prompts and enriching them with object-context information, while the image branch is guided by a SegFormer backbone and knowledge distillation to the language-vision space. A Mixture-of-Experts discriminative module compares linguistic and visual embeddings across multiple semantic perspectives to produce a change map $\mathbf{B} \in \{0,1\}^{H\times W}$. On four benchmarks (DynamicEarthNet, HRSCD, BANDON, SECOND), LaVIDE achieves state-of-the-art results with notable IoU gains (e.g., $+13.8\%$ on DynamicEarthNet and $+4.3\%$ on SECOND), demonstrating robust cross-modal alignment and preservation of high-level map semantics for improved change detection.
Abstract
Change detection, which typically relies on the comparison of bi-temporal images, is significantly hindered when only a single image is available. Comparing a single image with an existing map, such as OpenStreetMap, which is continuously updated through crowd-sourcing, offers a viable solution to this challenge. Unlike images that carry low-level visual details of ground objects, maps convey high-level categorical information. This discrepancy in abstraction levels complicates the alignment and comparison of the two data types. In this paper, we propose a \textbf{La}nguage-\textbf{VI}sion \textbf{D}iscriminator for d\textbf{E}tecting changes in satellite image with map references, namely \ours{}, which leverages language to bridge the information gap between maps and images. Specifically, \ours{} formulates change detection as the problem of ``{\textit Does the pixel belong to [class]?}'', aligning maps and images within the feature space of the language-vision model to associate high-level map categories with low-level image details. Moreover, we build a mixture-of-experts discriminative module, which compares linguistic features from maps with visual features from images across various semantic perspectives, achieving comprehensive semantic comparison for change detection. Extensive evaluation on four benchmark datasets demonstrates that \ours{} can effectively detect changes in satellite image with map references, outperforming state-of-the-art change detection algorithms, e.g., with gains of about $13.8$\% on the DynamicEarthNet dataset and $4.3$\% on the SECOND dataset.
