Next Article in Journal
Landslide Susceptibility Modeling Constrained by Multi-Scale Polygon Sampling and InSAR Deformation for High-Relief Mountainous Areas: A Case Study in the Upper Jinsha River, Southwest China
Previous Article in Journal
Integrating Ascending–Descending SBAS and PS-InSAR to Monitor Landslide Deformation in the Jinsha River Batang Reach, China
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Source-Only Cross-Dataset Building Change Detection with Frozen DINOv3 and Hierarchical Evidence Fusion

1
College of Resources, Sichuan Agricultural University, Chengdu 611130, China
2
Institute of Mountain Hazards and Environment, Chinese Academy of Sciences, Chengdu 610213, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(16), 2789; https://doi.org/10.3390/rs18162789
Submission received: 15 July 2026 / Revised: 12 August 2026 / Accepted: 15 August 2026 / Published: 18 August 2026
(This article belongs to the Section Remote Sensing Image Processing)

Highlights

What are the main findings?
  • A frozen DINOv3-based framework, DLV-CD, is proposed for source-only cross-dataset building change detection in high-resolution remote sensing imagery.
  • DLV-CD achieved the best F1-score across six transfer directions involving LEVIR-CD, WHU-CD, S2Looking, and DSIFN-CD, reaching an average F1-score of 65.38% without using target-domain images, labels, adaptation, or threshold calibration.
  • Compared with seven reproduced baselines, including classic supervised CD models, recent supervised CD models, and the SAM-based foundation-model baseline SAM-CD, DLV-CD improved the average F1-score from 32.99% to 65.38%.
What are the implications of the main findings?
  • Frozen vision foundation representations can improve the deployment reliability of building change detection models under sensor, resolution, viewing-angle, geographic, and scene-domain shifts.
  • Source-only cross-dataset evaluation provides a practical protocol for assessing remote sensing change detection models when target-domain data are unavailable before deployment.

Abstract

Remote sensing building change detection is important for monitoring urban expansion, rural settlement dynamics, post-disaster reconstruction, and human-induced land transformation. However, most existing change detection models are optimized under in-domain protocols, while practical deployment often requires direct transfer from one labeled source dataset to unseen target domains without target images, labels, validation data, adaptation, or threshold calibration. This source-only cross-dataset setting is challenging because changes in sensor characteristics, spatial resolution, viewing geometry, scene composition, and background appearance can cause missed detections and pseudo-change false alarms. To address this problem, we propose DLV-CD, a frozen-DINOv3-based framework that trains only task-specific adapters, a multi-level difference fusion decoder, and a hierarchical evidence fusion module for source-only cross-dataset building change detection. Transfer evaluation on four datasets, namely LEVIR-CD, WHU-CD, S2Looking, and DSIFN-CD, shows that DLV-CD achieves the best F1-score compared with seven reproduced baselines, including classic supervised CD models, recent supervised CD models, and the SAM-based foundation-model baseline SAM-CD. Specifically, DLV-CD improves the average F1-score from 32.99% to 65.38%, outperforming the strongest reproduced baseline by 32.39 percentage points. Precision–recall analysis and qualitative comparisons further show that DLV-CD reduces both recall collapse and pseudo-change over-detection. These results demonstrate that frozen visual foundation representations provide a strong basis for target-free cross-dataset building change detection.

1. Introduction

Change detection (CD) aims to identify changed pixels or regions by comparing multi-temporal remote sensing observations of the same geographic area. It is a fundamental task in remote sensing image interpretation and has been widely used for land-use monitoring, urban expansion analysis, disaster assessment, and ecological–environmental observation [1,2]. Among different CD targets, building change detection is particularly important because buildings directly reflect human settlement dynamics, infrastructure development, rural reconstruction, post-disaster relocation, and urban–rural land transformation [3,4,5]. In many practical scenarios, especially in rural, remote, and disaster-prone mountainous regions, buildings and settlement patterns may change rapidly due to landslides, debris flows, flash floods, reconstruction projects, or relocation programs. Field surveys in such regions are often costly, time consuming, and sometimes inaccessible immediately after disasters. Therefore, rapid and large-scale building change detection from multi-temporal remote sensing imagery is valuable for emergency response, reconstruction planning, and long-term settlement monitoring.
With the rapid growth of high-resolution remote sensing imagery and public CD benchmarks, deep learning has become the dominant paradigm for building change detection. Existing methods have continuously improved in-domain performance by designing stronger Siamese architectures, multi-scale feature fusion modules, attention mechanisms, Transformer encoders, and boundary refinement strategies [6,7,8,9,10]. Representative models such as SNUNet-CD [7], HANet [8], ChangeFormer [9], and BIT [10] have demonstrated strong performance when training and testing data follow similar distributions. More recent methods, including DMINet, ACABFNet, BiFA, and AANet, further enhance feature interaction, difference modeling, and multi-level fusion for high-resolution CD [11,12,13,14]. However, these advances are still largely driven by matched in-domain evaluation protocols. In real deployment, CD models are often trained on one available source dataset and then applied to unseen target regions with different sensors, spatial resolutions, imaging geometries, illumination conditions, geographic contexts, and scene compositions. This raises a critical question: can models optimized for in-domain benchmarks maintain reliable performance under source-only cross-dataset deployment?
This question is especially important for building change detection. Buildings vary greatly across regions in roof material, density, scale, shape, background context, and spatial arrangement. A model trained on one city or sensor may encounter different urban layouts, rural settlements, off-nadir imaging conditions, vegetation-rich backgrounds, terrain-induced shadows, or heterogeneous land-cover changes in another target domain. Such domain shifts can easily lead to false positives caused by pseudo-changes, such as shadows, roads, vegetation edges, or illumination differences, as well as false negatives for small, sparse, or fragmented buildings. As a result, strong in-domain performance may be a poor indicator of operational reliability. This limitation is particularly problematic in newly monitored or emergency-response regions where target-domain annotations are unavailable before deployment, and there may be insufficient time to collect labels or perform target-specific adaptation.
To mitigate cross-domain degradation, many studies have explored unsupervised domain adaptation, semi-supervised learning, and few-shot adaptation for remote sensing CD [15,16,17,18]. These methods can be effective when unlabeled or sparsely labeled target-domain imagery is accessible during training or adaptation. However, this assumption does not always hold in practical deployment. In some scenarios, target-domain data may be unavailable before deployment due to data-access restrictions, transmission constraints, privacy concerns, or emergency-response time limits. Even when target imagery can be obtained, performing target-specific adaptation for each new region increases operational complexity and reduces reproducibility. Therefore, a stricter but practically meaningful setting is source-only cross-dataset building change detection, where a model is trained only on source-domain data and directly evaluated on unseen target datasets without using target-domain images, labels, validation sets, threshold calibration, or adaptation procedures.
Vision foundation models provide a promising direction for this setting. Large-scale self-supervised visual models, such as DINO-series models, learn representations from diverse visual data and have shown strong transferability for downstream dense prediction tasks [19,20,21,22]. Recent studies have also emphasized sample-efficient learning for remote sensing change detection, aiming to reduce the amount of task-specific training data while maintaining reliable detection performance [23]. Compared with end-to-end CD models trained from scratch on a single labeled source dataset, frozen foundation encoders may preserve more general and domain-stable representations, thereby reducing source-domain overfitting and improving cross-dataset robustness. The frozen-encoder paradigm also allows only task-specific components to be trained, improving reproducibility and reducing the number of trainable parameters. However, several questions remain unresolved for building CD: whether frozen self-supervised ViT representations can support strict source-only transfer, how hierarchical features from different transformer layers should be used for bi-temporal difference modeling, and whether recent task-specific CD networks remain reliable when directly transferred across different datasets.
To address these questions, we present a systematic study of frozen DINOv3 for source-only cross-dataset building change detection. We propose DLV-CD, a frozen-DINOv3-based framework that trains only task-specific change detection components while keeping the foundation encoder fixed. DLV-CD contains a DINOv3-LiteFuse decoder for multi-level difference fusion and an intra-model hierarchical evidence fusion strategy based on selected prediction heads.
We evaluate DLV-CD under a strict target-free protocol on six cross-dataset transfer directions involving LEVIR-CD, WHU-CD, S2Looking, and DSIFN-CD. LEVIR-CD and WHU-CD serve as standard high-resolution building-change benchmarks from different geographic and imaging domains. S2Looking introduces more complex rural scenes and off-nadir imaging conditions, while DSIFN-CD is used as a broader and more heterogeneous binary change-detection stress test. To provide reproducible evidence beyond literature-reported comparisons, we reproduce seven representative CD baselines under the same source-only tiled-inference protocol, including two widely used classic models, SNUNet and BIT, four recent supervised CD models, BiFA, DMINet, ACABFNet, and AANet, and a SAM-based foundation-model baseline, SAM-CD.
The main contributions of this study are summarized as follows:
  • We formulate source-only cross-dataset building change detection as a practical deployment setting, where models are trained only on source-domain data and directly evaluated on unseen target domains without using target-domain images, labels, validation data, threshold calibration, or adaptation procedures.
  • We propose DLV-CD, a frozen-DINOv3-based building CD framework that preserves pretrained foundation representations and trains only task-specific components, including a trainable-parameter-efficient multi-level difference fusion decoder and a hierarchical evidence fusion strategy for robust cross-dataset prediction.
  • We conduct a six-direction evaluation across LEVIR-CD, WHU-CD, S2Looking, and DSIFN-CD, reproducing seven representative CD baselines under a unified source-only protocol.

2. Related Research

2.1. Deep Learning-Based Building Change Detection

Deep learning-based remote sensing change detection generally follows an encoder–decoder paradigm, where the encoder extracts hierarchical semantic features from bi-temporal images and the decoder restores spatial details to produce pixel-level change masks. Early fully convolutional CD methods mainly adopted two fusion strategies. Early-fusion methods concatenate bi-temporal images at the input or shallow feature level, which is simple and efficient but can be sensitive to illumination, seasonal, and radiometric differences. Siamese architectures, by contrast, use two weight-shared branches to extract temporally aligned features and model changes in feature space, and have therefore become a dominant design in building change detection [24].
Based on this paradigm, many studies have improved in-domain CD accuracy by enhancing multi-scale feature fusion, boundary refinement, and deep supervision. FC-EF, FC-Siam-conc, and FC-Siam-diff provide representative early baselines for deep CD [24]. Later, U-Net-based and nested Siamese architectures further improved detail preservation and multi-level feature reuse. For example, SNUNet-CD introduces densely connected Siamese feature fusion to strengthen cross-scale interactions and improve boundary completeness [7]. HANet addresses class imbalance and fine-grained boundary delineation through attention-guided feature refinement [8]. These CNN-based architectures remain strong baselines for high-resolution building change detection, especially under matched train–test distributions.
Transformer-based models have also been introduced to CD to capture long-range dependencies and global context. BIT represents bi-temporal images as a compact set of semantic tokens and models their interactions using Transformer modules, reducing the cost of dense global attention [10]. ChangeFormer adopts a hierarchical Transformer encoder and a lightweight decoder within a Siamese framework, enabling multi-scale long-range feature modeling [9]. Subsequent studies further explored pure Transformer designs, sparse attention mechanisms, and hybrid CNN–Transformer structures to balance global context and spatial detail. More recently, state-space models such as Mamba have also been investigated for CD because of their linear-complexity long-range modeling ability [25].
In addition to these representative methods, recent CD networks have introduced more sophisticated feature interaction and difference modeling strategies. DMINet enhances multi-level difference representation and interaction between bi-temporal features [11]. ACABFNet introduces attention-based cross-temporal feature fusion to improve building change representation [12]. BiFA strengthens bi-temporal feature alignment and fusion for high-resolution CD [13], while AANet further exploits attention aggregation for change-region discrimination [14]. These methods reflect the rapid progress of supervised CD architecture design.
However, most of these networks are optimized and evaluated primarily under in-domain protocols, where training and testing data come from the same dataset or highly similar distributions. Their performance under strict source-only cross-dataset deployment remains less systematically examined. As our reproduced results later show, architectural sophistication under supervised in-domain training does not necessarily translate into robust source-only transfer across different sensors, geographic regions, and scene conditions.

2.2. Cross-Domain and Source-Only Change Detection

Cross-domain generalization is a central challenge for operational remote sensing change detection. In real applications, a model trained on one source dataset may be directly deployed to target regions acquired by different sensors, platforms, resolutions, seasons, or viewing geometries. Such distribution shifts can alter the appearance of buildings, roads, vegetation, shadows, and background textures, causing pseudo-changes and missed detections. Consequently, strong in-domain accuracy is often insufficient to guarantee reliable deployment performance [26,27].
To reduce cross-domain degradation, unsupervised domain adaptation methods have been widely studied in remote sensing CD. These methods typically use labeled source data and unlabeled target data to align feature distributions through adversarial learning, self-training, entropy minimization, style transfer, or consistency regularization. Representative approaches, such as ColourMapGAN, CGDA-CD, SGDA [15], and other adversarial or self-training-based CD adaptation frameworks, have demonstrated that target-domain access can substantially improve transfer performance. Few-shot and semi-supervised adaptation methods further relax the annotation requirement by using a small number of target labels or pseudo-labels for model adjustment [16,17].
Despite their effectiveness, these methods rely on target-domain imagery during training, adaptation, validation, or model selection. This assumption is not always satisfied in practical deployment, especially in newly monitored regions, emergency-response scenarios, rural areas, or disaster-prone mountainous regions where target-domain data may be inaccessible before deployment. Even when target imagery can be collected, performing target-specific adaptation for every new region increases operational cost and reduces reproducibility. Therefore, source-only cross-dataset CD represents a stricter and practically important setting: the model is trained only on a source dataset and then directly applied to unseen target datasets without using target images, labels, validation data, or threshold calibration [15].
Compared with UDA and few-shot adaptation, source-only CD has received less attention. Existing studies often report cross-dataset transfer as an auxiliary experiment, but systematic evaluation across multiple datasets, recent supervised CD baselines, and different failure modes remains limited. This gap motivates our study of source-only building change detection across LEVIR-CD, WHU-CD, S2Looking, and DSIFN-CD, where models must generalize without any target-domain access.

2.3. Vision Foundation Models for Remote Sensing Dense Prediction

Vision foundation models have recently shown strong transferability across a wide range of visual recognition and dense prediction tasks. Models such as CLIP, SAM, and the DINO series learn general-purpose visual representations from large-scale image collections through weakly supervised or self-supervised pretraining [28,29,30,31,32,33]. Compared with conventional supervised backbones trained on task-specific datasets, these models often provide more transferable feature representations, making them attractive for remote sensing tasks where labeled data are expensive and domain shifts are common.
In remote sensing, foundation models have been increasingly explored for image classification, semantic segmentation, object detection, multimodal understanding, SAR interpretation, and change detection [31,32,33]. For change detection, recent research has introduced segmentation foundation models, vision-language models, or prompt/adaptation mechanisms to improve bi-temporal feature representation and change-region localization. For example, SAM-CD applies segmentation foundation models to high-resolution remote sensing change detection [34], while ChangeCLIP explores CLIP-based multimodal change understanding [35]. Other studies adopt adapters, prompts, LoRA, or domain-specific fine-tuning to bridge the gap between generic foundation representations and remote sensing imagery [36,37].
Although these studies demonstrate the potential of foundation models for remote sensing change detection, many of them still rely on task-specific fine-tuning, prompt engineering, target-domain adaptation, or additional training data. Less attention has been paid to a stricter question: whether frozen foundation representations themselves can provide robust dense features for source-only cross-dataset building change detection. This question is particularly important when target-domain imagery or annotations are unavailable before deployment. Therefore, rather than treating foundation models merely as stronger in-domain backbones, this study examines their source-only transfer behavior under cross-dataset building CD settings.
In addition, dense prediction with visual foundation models requires careful use of hierarchical features. Different transformer layers may encode complementary information: intermediate layers often retain spatial structure and boundary cues, while deeper layers tend to provide stronger semantic abstraction [30,38]. For building change detection, this complementarity is useful because the model must simultaneously preserve fine building boundaries and suppress pseudo-changes caused by shadows, vegetation, roads, or background texture shifts. This motivates hierarchical feature utilization in frozen-foundation-model-based CD, while the effectiveness of different layer combinations still needs to be empirically validated under cross-dataset transfer.

3. Methodology

3.1. Freezing the DINOv3 Encoder

We use DINOv3 ViT-B as a frozen encoder and optimize only the task-specific change detection components, as illustrated in Figure 1. This design aims to preserve transferable pretrained representations and reduce source-domain overfitting.
For a bi-temporal image pair I a and I b , we extract hierarchical features from selected transformer layers:
F a l = ϕ l ( I a ) , F b l = ϕ l ( I b )
where ϕ l ( )   represents the output of the frozen DINOv3 at layer l. By default, we use four layers:
l L = { 3 ,   6 ,   9 ,   12 } .
These layers were selected to cover different representation levels. Intermediate layers tend to retain more spatial structure and boundary information, while deeper layers provide stronger semantic abstraction. Such complementarity is useful for building change detection, where the model needs to preserve building boundaries while suppressing pseudo-changes caused by shadows, vegetation, roads, and background texture differences.
Because features from different transformer layers may have different channel dimensions, we apply a lightweight adapter to each selected layer for channel alignment and dimensionality reduction:
A a l = g θ l ( F a l ) , A b l = g θ l ( F b l )
where g θ l ( ) denotes the layer-specific adapter. We then construct a layer-wise temporal difference representation by combining the absolute difference and a symmetric temporal context term:
D l = h l ( [ | A a l A b l | , A a l + A b l ] )
where [·,·] denotes channel-wise concatenation, and h l (·) denotes a layer-specific lightweight convolutional fusion block.
The resulting set of multi-level difference features { D l } l L is then passed to the subsequent fusion decoder and hierarchical evidence fusion module. Rather than relying on a single layer, DLV-CD uses these hierarchical features to balance spatial detail and semantic robustness under source-only cross-dataset transfer. In this way, building boundaries and change responses are inferred from hierarchical DINOv3 features and layer-wise bi-temporal difference representations, which helps the model handle variations in illumination, image contrast, viewing geometry, and background appearance across datasets.

3.2. DINOv3-LiteFuse Decoder (DLF)

To aggregate the multi-level difference features extracted from the frozen DINOv3 encoder, we design a lightweight fusion decoder, termed DINOv3-LiteFuse (DLF), as illustrated in Figure 2. The decoder aims to combine spatial details from intermediate layers and semantic cues from deeper layers without introducing heavy attention modules:
D ̅ l = Π l ( D l ) , D ~ l = R e s i z e ( D ̅ l ; h , w ) , D c a t = C o n c a t l L ( D ~ l )
where Π l ( ) denotes a 1 × 1   projection layer, and H , W denote the target spatial resolution used by the decoder.
The concatenated feature is further refined by lightweight convolutional blocks:
F f u s e = f ψ ( D c a t )
where f ψ ( ) denotes the fusion decoder. Finally, a 1 × 1   classification head produces the fused change logit:
z K ( x ) = H e a d f u s e ( F f u s e ) , x = ( I a , I b ) .
DLF provides the primary change prediction by integrating complementary hierarchical features. Since it only uses channel projection, resizing, concatenation, and convolutional refinement, the additional trainable cost remains limited compared with fully fine-tuning the foundation encoder.

3.3. Hierarchical Evidence Fusion (HEF)

The fused decoder provides the primary change prediction by aggregating multi-level difference features. However, different transformer layers may still contain complementary evidence for building change detection. Intermediate layers tend to preserve structural and boundary cues, while deeper layers provide stronger semantic abstraction. To exploit this complementarity, we attach lightweight prediction heads to selected layer-wise difference features and combine them with the fused prediction through hierarchical evidence fusion.
For the k -th prediction head, let z k ( x ) denote its output logit and p k ( x ) denote the corresponding change probability:
p k ( x ) = σ ( z k ( x ) )
where σ ( ) is the sigmoid function. During inference, we aggregate a selected subset S of prediction heads in logit space:
z h e f ( x ) = 1 S k S z k ( x ) , y ^ ( x ) = 𝟙 ( σ ( z h e f ( x ) ) > τ )
where S denotes the selected set of prediction heads, |S| is the number of selected heads, z k ( x ) is the logit produced by the k-th prediction head, z h e f ( x ) is the fused logit obtained by hierarchical evidence fusion, and τ is the decision threshold. In all source-only evaluations, τ is fixed to 0.5 without target-domain calibration. Logit-space fusion combines hierarchical prediction evidence before probability saturation and avoids relying on a single prediction head that may be sensitive to domain-specific appearance variations.

3.4. Overall Framework

DLV-CD consists of three main components: a frozen DINOv3 encoder, the DINOv3-LiteFuse decoder (DLF), and the hierarchical evidence fusion module (HEF), as illustrated in Figure 3. Given a bi-temporal image pair x = ( I a , I b ) , the frozen DINOv3 encoder extracts multi-level features from selected transformer layers. These features are converted into layer-wise temporal difference representations { D l } l L , as described in Section 3.1.
The resulting difference features are then used in two complementary ways. First, they are fed into DLF, where multi-level difference features are channel-aligned, resized, concatenated, and refined to produce the fused prediction logit z f u s e . Second, selected layer-wise difference features are passed to lightweight auxiliary prediction heads, producing layer-specific logits. During inference, HEF aggregates the fused logit and selected auxiliary logits in logit space to obtain the final change prediction.
This design keeps the DINOv3 encoder frozen and trains only task-specific change detection components. The frozen encoder preserves general visual representations learned during large-scale pretraining, while DLF and HEF adapt hierarchical features to binary building change detection. Compared with fully fine-tuning a large foundation model, DLV-CD reduces the number of trainable parameters and aims to improve source-only cross-dataset robustness.

3.5. Loss Function

Since changed pixels are sparse in building CD, all prediction heads are supervised with a BCE–Dice composite loss to alleviate class imbalance.
Let x = ( I a , I b ) denote the bi-temporal input and y { 0 ,   1 } H × W denote the binary ground-truth change mask. The fused decoder produces the primary logit z f u s e ( x ) , with probability:
p f u s e ( x ) = σ ( z f u s e ( x ) )
where σ ( ) denotes the sigmoid function. The primary loss is defined as:
L f u s e = α L B C E ( z f u s e , y ) + ( 1 α ) L D i c e ( p f u s e , y ) .
For auxiliary supervision, let A denote the set of layer-wise auxiliary heads. The k -th head outputs logit z k ( x ) and probability p k ( x ) = σ ( z k ( x ) ) , and the auxiliary loss is defined as:
L a u x = 1 | A | k A [ α L B C E ( z k , y ) + ( 1 α ) L D i c e ( p k , y ) ] .
The final training objective is as follows:
L = L f u s e + λ L a u x
where λ controls the contribution of auxiliary supervision. During inference, auxiliary heads are not treated as independent models; instead, selected logits are fused with the fused-branch logit through HEF, as described in Section 3.3.

4. Experiment and Results Analysis

4.1. Experiment Settings

4.1.1. Datasets

We evaluated the proposed method on four remote sensing change detection datasets: LEVIR-CD, WHU-CD, S2Looking, and DSIFN-CD. These datasets differ in geographic region, imaging platform, spatial resolution, viewing condition, scene composition, and change definition, making them suitable for evaluating source-only cross-dataset transfer. The main characteristics and roles of the four datasets are summarized in Table 1.
LEVIR-CD and WHU-CD are used as standard high-resolution building change detection benchmarks from different geographic and imaging domains. S2Looking is included as a challenging source domain because it contains side-looking imagery, rural scenes, off-nadir viewing effects, and larger appearance variations. DSIFN-CD is used as a broader binary change detection source domain to test whether models trained on heterogeneous change patterns can transfer to building-change target datasets.

4.1.2. Source-Only Cross-Dataset Protocol

We adopted a strict source-only cross-dataset evaluation protocol. In each experiment, the model was trained only on the source dataset and directly evaluated on an unseen target dataset. No target-domain images, labels, validation samples, or pseudo-labels were used during training, model selection, hyper-parameter tuning, threshold selection, or post hoc calibration.
We evaluated six transfer directions:
LEVIR → WHU, WHU → LEVIR,
S2Looking → LEVIR, S2Looking → WHU,
DSIFN → LEVIR, DSIFN → WHU.
The bidirectional transfer between LEVIR-CD and WHU-CD was used as the main building-change benchmark. The S2Looking-based and DSIFN-based transfer settings further test the effect of complex source domains, off-nadir imagery, rural scenes, and broader binary change patterns. This protocol is designed to evaluate genuine target-free transfer ability rather than adaptation-dependent performance.

4.1.3. Evaluation Metrics

We evaluated source-only cross-dataset performance using Precision, Recall, F1-score, and change-class IoU. Precision reflects the reliability of predicted changed pixels, while Recall measures the completeness of detected changes. F1-score is used as the primary metric because changed pixels are sparse in building change detection and the balance between false positives and false negatives is critical. Change-class IoU further measures the spatial overlap between predicted and ground-truth changed regions.
All metrics were computed on the target-domain test set under a fixed threshold of 0.5. No target-domain validation data were used for threshold selection or calibration.

4.1.4. Experiment Setup

For a fair source-only comparison, all methods were trained only on the source-domain training split and evaluated on the target-domain test split under the same data splits, evaluation metrics, and fixed-threshold setting. No target-domain images, labels, validation data, pseudo-labels, adaptation, model selection, or threshold calibration were used. Unless otherwise specified, the prediction threshold was fixed to 0.5 for all quantitative evaluations.
All experiments were implemented in PyTorch 2.10.0 with CUDA 12.6. For DLV-CD, we trained only the task-specific components for 50 epochs with a batch size of 8, while keeping the DINOv3 ViT-B encoder frozen. We used the AdamW optimizer with an initial learning rate of 5 × 10−4, a weight decay of 10−2, and a cosine learning rate schedule with warmup. During training, 256 × 256 patches were randomly cropped from source-domain images, and standard data augmentation, including random horizontal flipping, vertical flipping, and 90° rotation, was applied.
For the reproduced comparison methods, we followed their released implementations and recommended training settings as closely as possible, while keeping the same source-only data protocol and evaluation pipeline. Checkpoints were selected using the source-domain validation split when applicable, and all reported target-domain results were obtained without target-domain calibration or adaptation. All experiments were conducted on an NVIDIA RTX 4060 Laptop GPU (NVIDIA Corporation, Santa Clara, CA, USA). Inference speed was measured on the same GPU using 256 × 256 bi-temporal image patches after model warm-up.

4.1.5. Compared Methods

We compared DLV-CD with seven reproduced baselines covering classic CNN/Transformer architectures (SNUNet-CD [7] and BIT [10]), recent supervised CD networks (DMINet [11], ACABFNet [12], BiFA [13], and AANet [14]), and a foundation-model-based method (SAM-CD [34]). All methods were evaluated under the same source-only protocol. For contextual comparison, we also report previously published domain-adaptation results, including ColourMapGAN, CGDA-CD, and SGDA [15]. Because these methods use target-domain imagery during adaptation, they are reported only as references rather than as the main fair comparison. The model size and inference-efficiency comparison is summarized in Table 2.

4.2. Experiment Results

Table 3 reports the source-only cross-dataset F1-score comparison across six transfer directions. In addition to four recent supervised CD networks, we reproduce BIT and SNUNet as representative classic Transformer- and CNN-based baselines, and further include SAM-CD as a representative SAM-based foundation-model change detection baseline. DLV-CD achieves the best performance in all transfer settings, with an average F1-score of 65.38%. Compared with the strongest reproduced baseline, SAM-CD, DLV-CD improves the average F1-score from 32.99% to 65.38%, corresponding to an absolute improvement of 32.39 percentage points. This improvement is consistent across different source and target combinations rather than being limited to a single favorable transfer direction.
The reproduced baselines show severe degradation under the strict source-only protocol. Although these models are effective under supervised in-domain settings or benefit from strong segmentation priors, their cross-dataset F1-scores remain much lower than that of DLV-CD, with average F1-scores ranging from 15.82% to 32.99%. Among the reproduced baselines, SAM-CD achieves the highest average F1-score and performs competitively in several transfer directions, such as LEVIR → WHU and S2Looking → WHU. However, it still shows unstable transfer behavior across different source–target pairs. In particular, WHU → LEVIR and S2Looking → LEVIR remain challenging, indicating that source-only transfer is difficult when imaging conditions, scene composition, viewing geometry, and domain-specific appearance statistics change. In contrast, DLV-CD maintains F1-scores above 60% in five of the six directions and remains clearly superior even in the more heterogeneous DSIFN → LEVIR setting.
Table 3 and Table 4 reveal that strong change detection architectures and foundation-model-based segmentation priors do not necessarily guarantee reliable source-only transfer. Under the strict target-free protocol, the reproduced baselines, including classic CD models, recent supervised CD networks, and the SAM-based foundation-model baseline SAM-CD, all suffer from varying degrees of cross-dataset degradation. Their average F1-scores remain between 15.82% and 32.99%, whereas DLV-CD achieves the best F1-score in all six transfer directions and improves the average F1-score to 65.38%, outperforming the strongest reproduced baseline, SAM-CD, by 32.39 percentage points. This consistent advantage indicates that the improvement is not caused by a single favorable source–target pair but reflects stronger transfer stability across different datasets and scene conditions.
More importantly, the detailed Precision–Recall results show different failure modes among the reproduced baselines. BIT, SNUNet, BiFA, and DMINet often suffer from under-detection under large domain shifts. For example, in the WHU → LEVIR setting, SNUNet, BiFA, and DMINet obtain only 6.16%, 3.99%, and 9.43% Recall, respectively, leading to very low F1-scores. ACABFNet and AANet tend to over-detect changes in several directions. For instance, under DSIFN → WHU, AANet reaches 91.92% Recall but only 8.78% Precision, indicating a large number of false positives. The added SAM-CD baseline achieves the strongest average F1-score among the reproduced baselines, showing that SAM-based segmentation priors can improve source-only transfer compared with many supervised CD networks. However, SAM-CD still exhibits unstable Precision–Recall behavior across different transfer directions. For example, it obtains relatively competitive F1-scores on LEVIR → WHU and S2Looking → WHU, but its Recall drops to 10.00% on WHU → LEVIR. These results suggest that source-only transfer is not merely a matter of model family, threshold selection, or model capacity; different models may either miss true building changes or overreact to pseudo-changes caused by roads, vegetation, shadows, and background texture shifts.
Compared with these baselines, DLV-CD maintains a more balanced Precision–Recall trade-off across transfer directions. For instance, it achieves 71.78% Precision and 72.76% Recall on WHU → LEVIR, 68.11% Precision and 64.12% Recall on S2Looking → WHU, and 60.12% Precision and 63.20% Recall on DSIFN → WHU. This balance is important for operational building change detection: excessive missed detections reduce situational awareness, while excessive false alarms increase manual verification cost. The consistent performance across six source-only transfer directions suggests that frozen DINOv3 representations, combined with multi-level difference fusion and hierarchical evidence fusion, provide stronger robustness to cross-dataset shifts than reproduced CD baselines, including both supervised CD networks and the SAM-based foundation-model baseline.
Table 5 provides a contextual comparison with previously reported target-access domain adaptation methods on the bidirectional LEVIR-CD ↔ WHU-CD benchmark. Since these methods use unlabeled target-domain images during adaptation, the comparison is intended as contextual rather than strictly fair. Without target-domain data, DLV-CD achieves 69.93% F1 and 53.77% IoU on LEVIR → WHU and 72.27% F1 and 56.58% IoU on WHU → LEVIR, outperforming the strongest DA baselines by 6.56 and 2.78 percentage points in F1, respectively. These results show that DLV-CD remains competitive with target-access adaptation while retaining direct source-only deployability.
Figure 4 presents qualitative comparisons under six source-only cross-dataset transfer directions. The prediction maps are visualized as TP/FP/FN overlays, where green, red, and blue denote true positives, false positives, and false negatives, respectively. Overall, the reproduced baselines, including the SAM-based foundation-model baseline SAM-CD and the supervised CD networks, show unstable behavior under domain shift, while DLV-CD consistently produces more balanced predictions with fewer missed changes and fewer pseudo-change responses.
In the standard building-domain transfer settings (LEVIR → WHU and WHU → LEVIR), DLV-CD yields more complete building regions and cleaner boundaries. In LEVIR → WHU, SAM-CD and several supervised baselines can recover part of the main changed building, but they also introduce fragmented responses or additional false positives around building edges and surrounding textures. By contrast, DLV-CD recovers the main changed building with more coherent spatial coverage. In the more challenging WHU → LEVIR case, the dominant failure mode of most reproduced baselines is severe under-detection, with large blue FN regions around changed buildings. DLV-CD preserves substantially more true changed structures, which is consistent with its higher Recall and F1-score in Table 4.
The S2Looking-based transfer cases further highlight the difficulty of transferring from a complex source domain with rural scenes and off-nadir imaging effects. In S2Looking → LEVIR, where the target scene contains sparse small buildings embedded in a rural background, several baselines suffer from both false alarms and missed detections, whereas DLV-CD better preserves the building targets and produces cleaner predictions. In S2Looking → WHU, many baselines overreact to roof textures, shadows, and road-aligned structures, producing extensive red false positives. This behavior is especially evident for ACABFNet and AANet, whose predictions spread over large non-change regions. DLV-CD suppresses most of these pseudo-change responses while still retaining the dominant true building changes.
The DSIFN-based transfer cases reveal another characteristic failure mode: semantic mismatch between a more heterogeneous source domain and a building-change target domain. In DSIFN → WHU, several methods produce large-area over-detection, indicating strong sensitivity to non-building appearance variations. SAM-CD also shows visible false-positive responses in this setting, suggesting that SAM-based segmentation priors do not automatically guarantee robust target-free building change discrimination. In DSIFN → LEVIR, several reproduced methods still miss changed structures or respond to surrounding background patterns, while DLV-CD remains comparatively more focused on the true changed buildings. These visual results agree well with the quantitative findings in Table 3 and Table 4 and suggest that frozen DINOv3 representations, together with multi-level difference fusion and hierarchical evidence fusion, improve robustness to cross-dataset shifts by reducing both recall collapse and pseudo-change over-detection.

4.3. Ablation Study

Table 6 evaluates the effect of hierarchical layer selection and evidence fusion across the six source-only transfer directions. The fused decoder alone already provides strong performance, achieving an average F1-score of 63.22%. Adding hierarchical evidence fusion improves the average F1-score, but the gain depends on which layer-wise heads are selected. The best result is obtained by fusing Layer3, Layer4, and the fused decoder output, reaching an average F1-score of 65.38%.
Notably, aggregating all heads does not lead to better performance. Its average F1-score drops to 63.13%, lower than both the selected Layer3,4 + fused setting and the fused-only setting. This indicates that HEF is not effective simply because more predictions are averaged. Instead, selective fusion is important: shallower heads may introduce texture-sensitive or source-specific responses under domain shift, while deeper hierarchical heads provide more stable semantic evidence. Therefore, DLV-CD adopts selective logit-space fusion rather than indiscriminate all-head aggregation. This observation is important under source-only transfer because prediction heads from different DINOv3 layers do not contribute equally to cross-dataset robustness. Shallow or intermediate heads can preserve local structures, but they may also respond to dataset-specific textures, shadows, roads, and background patterns. Deeper heads provide stronger semantic abstraction but may lose some spatial details. Therefore, the best-performing Layer3, Layer4, and fused-head combination suggests that DLV-CD benefits from selecting complementary hierarchical evidence rather than simply increasing the number of prediction heads.
Table 7 compares different encoder adaptation strategies on the bidirectional LEVIR-CD ↔ WHU-CD setting. Source-domain F1 is included only as a diagnostic indicator to examine whether stronger source fitting leads to better source-only transfer. The results show that fine-tuning the DINOv3 encoder does not consistently improve target-domain performance. For example, deep-layer fine-tuning achieves the highest LEVIR source-domain F1-score of 83.86%, but its LEVIR → WHU F1-score remains lower than the frozen setting. Similarly, when training on WHU, the frozen encoder obtains the best WHU → LEVIR F1-score despite not having the highest source-domain F1.
These results suggest that adapting the foundation encoder to source-domain labels may strengthen source-specific representations without necessarily improving transfer to unseen target domains. In contrast, freezing the encoder preserves the pretrained visual representations and yields the best average target-domain F1-score. Therefore, DLV-CD adopts a frozen DINOv3 encoder and trains only task-specific change detection components. This also avoids additional source-specific tuning of the foundation encoder, which is important under the strict target-free deployment setting.
This result also provides empirical support for the frozen-encoder design choice. In source-only deployment, stronger source-domain fitting is not necessarily desirable if it reduces the generality of pretrained representations. The comparison between fine-tuning and freezing indicates that preserving the pretrained DINOv3 feature space can be more beneficial for unseen target domains than adapting the encoder toward a single labeled source domain.

5. Discussion

5.1. Why DLV-CD Improves Source-Only Transfer

The experimental results reveal a clear distinction between supervised in-domain change detection and source-only cross-dataset deployment. While many CD networks achieve strong performance under matched training and test distributions, their behavior becomes considerably less stable when directly transferred to unseen datasets. As shown in Table 3 and Table 4, the reproduced baselines frequently exhibit either recall collapse or substantial over-detection across different source–target combinations. In comparison, DLV-CD achieves the best F1-score in all six transfer directions and the highest average F1-score, demonstrating stronger robustness to variations in imaging conditions, geographical regions, source-domain characteristics, and scene composition.
A major factor underlying this robustness is the preservation of pretrained DINOv3 representations during task adaptation. DLV-CD uses the frozen encoder as a transferable feature backbone and performs change-specific learning through layer-wise bi-temporal difference modeling, lightweight decoding, and hierarchical evidence fusion. By restricting optimization to the task-specific components, the model retains the general visual representations learned during large-scale pretraining while adapting them to building change detection. The ablation results in Table 7 further support this design choice. Encoder fine-tuning does not consistently improve cross-dataset performance and, in several transfer settings, leads to weaker generalization than the frozen configuration. This indicates that source-domain optimization can partially compromise the transferability of pretrained representations, whereas freezing provides a more stable feature basis for source-only deployment.
The multi-level difference modeling further enables DLV-CD to exploit complementary information across the DINOv3 hierarchy. Features from different encoder depths capture change evidence at different semantic and spatial levels: relatively shallow representations retain finer local structures, while deeper representations provide stronger semantic abstraction. Modeling bi-temporal differences across these levels allows the decoder to integrate local structural changes with higher-level semantic cues, reducing its dependence on any single representation level and improving robustness under cross-dataset distribution shifts.
Selective hierarchical evidence fusion provides an additional contribution to transfer stability. As shown in Table 6, indiscriminately aggregating all prediction heads is less effective than the selected Layer3, Layer4, and fused-head configuration. This result demonstrates that prediction heads from different representation levels contribute unequally to cross-dataset generalization. Shallow or texture-sensitive predictions can introduce responses to dataset-specific textures, shadows, roads, and background patterns, whereas deeper predictions offer stronger semantic consistency but may sacrifice spatial detail. The selected combination therefore balances complementary spatial and semantic evidence while suppressing less transferable responses. The improvement obtained by this configuration shows that effective hierarchical fusion depends on evidence quality and complementarity rather than on the number of prediction heads alone.
Taken together, the source-only transfer capability of DLV-CD arises from the coordinated use of frozen foundation representations, multi-level bi-temporal difference modeling, and selective hierarchical evidence fusion. These components respectively preserve transferable visual knowledge, extract complementary change cues across representation levels, and consolidate reliable predictions under distribution shift. The complexity analysis also highlights the resulting design trade-off: although the frozen DINOv3 backbone remains active during inference, only a small fraction of the overall model parameters requires optimization. DLV-CD therefore achieves a favorable balance between cross-dataset robustness and trainable model complexity, making effective use of pretrained foundation representations for source-only building change detection.

5.2. Limitations and Future Research

Although DLV-CD shows strong source-only transfer performance, several limitations remain. First, this study focused on binary building change detection using optical RGB imagery. While the introduced DSIFN-CD transfer settings provide a more heterogeneous source-domain stress test, the framework has not yet been fully validated on multi-class land-cover change detection, SAR–optical change detection, multispectral imagery, or UAV-based scenarios. Extending frozen-foundation-model-based source-only transfer to these broader settings is an important direction for future study.
Second, DLV-CD is trainable-parameter-efficient rather than FLOPs-lightweight. The frozen DINOv3 encoder reduces the number of optimized parameters and helps preserve transferable representations, but its forward computation is still required during inference. Future research may explore model compression, token pruning, distillation, or smaller foundation encoders to improve computational efficiency. In addition, parameter-efficient tuning methods such as LoRA or adapters, as well as alternative dense prediction decoders such as UPerNet, may be investigated to determine whether limited encoder adaptation or different decoder designs can improve flexibility without sacrificing source-only transfer stability.

6. Conclusions

This paper studied source-only cross-dataset building change detection, where a model is trained on a source dataset and directly deployed to unseen target datasets without using target-domain images, labels, validation data, adaptation, or threshold calibration. This setting is stricter than conventional in-domain evaluation and better reflects deployment scenarios in which target-domain data are unavailable before model application.
To address this problem, we proposed DLV-CD, a frozen-DINOv3-based change detection framework. DLV-CD freezes the DINOv3 encoder and trains only task-specific components, including layer-wise adapters, a multi-level difference fusion decoder, and a hierarchical evidence fusion module. Across six transfer directions built from LEVIR-CD, WHU-CD, S2Looking, and DSIFN-CD, DLV-CD achieved the best F1-score among reproduced CD baselines in all directions and reached an average F1-score of 65.38%. Detailed precision–recall analysis and qualitative comparisons further showed that DLV-CD reduces both missed building changes and pseudo-change false alarms under domain shift.
The results suggest that preserving frozen foundation representations is a promising strategy for source-only cross-dataset building change detection. Ablation studies further show that selective hierarchical evidence fusion is more effective than indiscriminate all-head aggregation, and that source-domain fine-tuning of the foundation encoder does not necessarily improve target-domain transfer. Overall, this research highlights the importance of evaluating change detection models beyond in-domain benchmarks and provides a strong frozen-foundation-model baseline for target-free cross-dataset deployment.

Author Contributions

J.Z.: Conceptualization, Methodology, Software, Validation, Formal analysis, Investigation, Data curation, Writing—original draft, Visualization. Y.H.: Visualization, Writing—review and editing. S.L.: Writing—review and editing, Resources. T.L.: Writing—review and editing. X.W.: Writing—review and editing. J.X.: Supervision, Resources, Writing—review and editing, Project administration. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported in part by the National Key R&D Program of China (2025YFF0520001), in part by the Sichuan Tianfu New Area Rural Revitalization Research Institute Project of “Announce and Be in Command” under Grant No. XZY1-14, and in part by the China Telecom–Sichuan Agricultural University Smart Agricultural Innovation Laboratory Project of “Announce and Be in Command.”.

Data Availability Statement

The datasets used in this study are publicly available. LEVIR-CD, WHU-CD, S2Looking, and DSIFN-CD can be accessed from their respective official dataset webpages or repositories, as cited in the manuscript. No private, sensitive, or restricted data were used in this study. The processed split files, training configurations, source code, and trained models will be made publicly available upon publication.

Acknowledgments

Thanks to anonymous experts for their suggestions. This research was jointly supported by the National Key R&D Program of China (2025YFF0520001), Sichuan Agricultural University’s Undergraduate Entrepreneurial Thinking Training Program Project (20263223), and China Telecom & Sichuan Agricultural University Smart Agricultural Innovation Laboratory project of “Announce and Be in Command”. During the preparation of this manuscript, the authors used ChatGPT (OpenAI, GPT-5.5 Thinking) for language polishing, grammar correction, wording refinement, and improving the clarity and organization of the manuscript. The authors have reviewed and edited the output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cheng, G.; Huang, Y.; Li, X.; Lyu, S.; Xu, Z.; Zhao, H.; Zhao, Q.; Xiang, S. Change Detection Methods for Remote Sensing in the Last Decade: A Comprehensive Review. Remote Sens. 2024, 16, 2355. [Google Scholar] [CrossRef] [Scilit]
  2. Zhang, C.; Yue, P.; Tapete, D.; Jiang, L.; Shangguan, B.; Huang, L.; Liu, G. A deeply supervised image fusion network for change detection in high resolution bi-temporal remote sensing images. ISPRS J. Photogramm. Remote Sens. 2020, 166, 183–200. [Google Scholar] [CrossRef] [Scilit]
  3. Tewabe, D.; Fentahun, T. Assessing land use and land cover change detection using remote sensing in the Lake Tana Basin, Northwest Ethiopia. Cogent Environ. Sci. 2020, 6, 1778998. [Google Scholar] [CrossRef] [Scilit]
  4. Zheng, Z.; Zhong, Y.; Wang, J.; Ma, A.; Zhang, L. Building damage assessment for rapid disaster response with a deep object-based semantic change detection framework: From natural disasters to man-made disasters. Remote Sens. Environ. 2021, 265, 112636. [Google Scholar] [CrossRef] [Scilit]
  5. Hegazy, I.R.; Kaloop, M.R. Monitoring urban growth and land use change detection with GIS and remote sensing techniques in Daqahlia governorate Egypt. Int. J. Sustain. Built Environ. 2015, 4, 117–124. [Google Scholar] [CrossRef] [Scilit]
  6. Bai, T.; Wang, L.; Yin, D.; Sun, K.; Chen, Y.; Li, W.; Li, D. Deep learning for change detection in remote sensing: A review. Geo-Spat. Inf. Sci. 2023, 26, 262–288. [Google Scholar] [CrossRef] [Scilit]
  7. Fang, S.; Li, K.; Shao, J.; Li, Z. SNUNet-CD: A densely connected Siamese network for change detection of VHR images. IEEE Geosci. Remote Sens. Lett. 2021, 19, 8007805. [Google Scholar] [CrossRef] [Scilit]
  8. Han, C.; Wu, C.; Guo, H.; Hu, M.; Chen, H. HANet: A Hierarchical Attention Network for Change Detection with Bitemporal Very-High-Resolution Remote Sensing Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2023, 16, 3867–3878. [Google Scholar] [CrossRef] [Scilit]
  9. Bandara, W.G.C.; Patel, V.M. A Transformer-Based Siamese Network for Change Detection. In Proceedings of the IGARSS 2022—2022 IEEE International Geoscience and Remote Sensing Symposium, Kuala Lumpur, Malaysia, 17–22 July 2022; IEEE: New York, NY, USA, 2022; pp. 207–210. [Google Scholar] [CrossRef] [Scilit]
  10. Chen, H.; Qi, Z.; Shi, Z. Remote sensing image change detection with transformers. IEEE Trans. Geosci. Remote Sens. 2021, 60, 5607514. [Google Scholar] [CrossRef] [Scilit]
  11. Feng, Y.; Jiang, J.; Xu, H.; Zheng, J. Change detection on remote sensing images using dual-branch multilevel intertemporal network. IEEE Trans. Geosci. Remote Sens. 2023, 61, 4401015. [Google Scholar] [CrossRef] [Scilit]
  12. Song, L.; Xia, M.; Weng, L.; Lin, H.; Qian, M.; Chen, B. Axial cross attention meets CNN: Bibranch fusion network for change detection. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2022, 16, 21–32. [Google Scholar] [CrossRef] [Scilit]
  13. Zhang, H.; Chen, H.; Zhou, C.; Chen, K.; Liu, C.; Zou, Z.; Shi, Z. BiFA: Remote sensing image change detection with bitemporal feature alignment. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5614317. [Google Scholar] [CrossRef] [Scilit]
  14. Hang, R.; Xu, S.; Yuan, P.; Liu, Q. AANet: An Ambiguity-Aware Network for Remote-Sensing Image Change Detection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5612911. [Google Scholar] [CrossRef] [Scilit]
  15. Wang, J.; Wu, C.; Wang, J.; Wu, C. SFDA-CD: A Source-Free Unsupervised Domain Adaptation for VHR Image Change Detection. Remote Sens. 2024, 16, 1274. [Google Scholar] [CrossRef] [Scilit]
  16. Chen, H.; Li, H.; Li, Y.; Chen, C. Multi-Scale Adaptive Task Attention Network for Few-Shot Learning. In Proceedings of the 2022 26th International Conference on Pattern Recognition (ICPR), Montreal, QC, Canada, 21–25 August 2022; IEEE: New York, NY, USA, 2022; pp. 4765–4771. [Google Scholar] [CrossRef] [Scilit]
  17. Zhu, S.; Jing, W.; Kang, P.; Emam, M.; Li, C. Data augmentation and few-shot change detection in forest remote sensing. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2023, 16, 5919–5934. [Google Scholar] [CrossRef] [Scilit]
  18. Zheng, Z.; Zhong, Y.; Zhang, L.; Ermon, S. Segment Any Change. Adv. Neural Inf. Process. Syst. 2024, 37, 81204–81224. [Google Scholar] [CrossRef] [Scilit]
  19. Yin, D.; Zhao, T.-F.; Fan, D.-P.; Li, S.; Du, B.; Sun, X.; Hu, S.-M. Remote sensing tuning: A survey. Comput. Vis. Media 2025, 11, 897–937. [Google Scholar] [CrossRef] [Scilit]
  20. Wang, G.; Ma, Y.; Zhou, F.; Wang, Y.; Yan, Y.; Geng, H. RFHP-CD: A prompt-driven fine-tuning framework of remote sensing foundation model for building and cropland change detection. IEEE Access 2025, 13, 121601–121615. [Google Scholar] [CrossRef] [Scilit]
  21. Zhang, Z.; Hu, X.; Yang, Y.; Yang, B.; Deng, K.; Dai, H.; Zhang, M. High-quality one-shot interactive segmentation for remote sensing images via hybrid adapter-enhanced foundation models. Int. J. Appl. Earth Obs. Geoinf. 2025, 139, 104466. [Google Scholar] [CrossRef] [Scilit]
  22. Barbier, C.; Abeloos, B.; Herbin, S. How to efficiently adapt foundation models to remote sensing for object detection? In Proceedings of the IGARSS 2024—2024 IEEE International Geoscience and Remote Sensing Symposium, Athens, Greece, 5 September 2024; IEEE: New York, NY, USA, 2024; pp. 7973–7977. [Google Scholar] [CrossRef] [Scilit]
  23. Ding, L.; Hong, D.; Zhao, M.; Chen, H.; Li, C.; Deng, J.; Yokoya, N.; Bruzzone, L.; Chanussot, J. A survey of sample-efficient deep learning for change detection in remote sensing: Tasks, strategies, and challenges. IEEE Geosci. Remote Sens. Mag. 2025, 13, 164–189. [Google Scholar] [CrossRef] [Scilit]
  24. Daudt, R.C.; Le Saux, B.; Boulch, A. Fully convolutional siamese networks for change detection. In Proceedings of the 2018 25th IEEE International Conference on Image Processing (ICIP), Athens, Greece, 6 September 2018; IEEE: New York, NY, USA, 2018; pp. 4063–4067. [Google Scholar]
  25. Chen, H.; Song, J.; Han, C.; Xia, J.; Yokoya, N. ChangeMamba: Remote sensing change detection with spatiotemporal state space model. IEEE Trans. Geosci. Remote Sens. 2024, 62, 4409720. [Google Scholar] [CrossRef] [Scilit]
  26. Chen, J.; Hou, D.; He, C.; Liu, Y.; Guo, Y.; Yang, B. Change detection with cross-domain remote sensing images: A systematic review. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2024, 17, 11563–11582. [Google Scholar] [CrossRef] [Scilit]
  27. Gui, J.; Chen, T.; Zhang, J.; Cao, Q.; Sun, Z.; Luo, H.; Tao, D. A survey on self-supervised learning: Algorithms, applications, and future trends. arXiv 2024, arXiv:2301.05712. [Google Scholar] [CrossRef] [Scilit]
  28. Radford, A.; Kim, J.W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; et al. Learning transferable visual models from natural language supervision. In Proceedings of the International Conference on Machine Learning (ICML), Online, 18–24 July 2021; pp. 8748–8763. [Google Scholar]
  29. Kirillov, A.; Mintun, E.; Ravi, N.; Mao, H.; Rolland, C.; Gustafson, L.; Xiao, T.; Whitehead, S.; Berg, A.C.; Lo, W.-Y.; et al. Segment anything. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Paris, France, 1–6 October 2023; pp. 4015–4026. [Google Scholar]
  30. Siméoni, O.; Vo, H.V.; Seitzer, M.; Baldassarre, F.; Oquab, M.; Jose, C.; Khalidov, V.; Szafraniec, M.; Yi, S.; Ramamonjisoa, M.; et al. DINOv3. arXiv 2025, arXiv:2508.10104. [Google Scholar] [CrossRef] [Scilit]
  31. Caron, M.; Touvron, H.; Misra, I.; Jegou, H.; Mairal, J.; Bojanowski, P. Emerging properties in self-supervised vision transformers. In Proceedings of the 2021 IEEE/CVF International Conference on Computer Vision (ICCV), Montreal, QC, Canada, 10–17 October 2021; IEEE: New York, NY, USA, 2021; pp. 9630–9640. [Google Scholar] [CrossRef] [Scilit]
  32. Xiao, A.; Xuan, W.; Wang, J.; Huang, J.; Tao, D.; Lu, S.; Yokoya, N. Foundation models for remote sensing and earth observation: A survey. IEEE Geosci. Remote Sens. Mag. 2025, 13, 297–324. [Google Scholar] [CrossRef] [Scilit]
  33. Dosovitskiy, A.; Beyer, L.; Kolesnikov, A.; Weissenborn, D.; Zhai, X.; Unterthiner, T.; Dehghani, M.; Minderer, M.; Heigold, G.; Gelly, S.; et al. An image is worth 16×16 words: Transformers for image recognition at scale. arXiv 2021, arXiv:2010.11929. [Google Scholar] [CrossRef] [Scilit]
  34. Ding, L.; Zhu, K.; Peng, D.; Tang, H.; Yang, K.; Bruzzone, L. Adapting Segment Anything Model for Change Detection in VHR Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5611711. [Google Scholar] [CrossRef] [Scilit]
  35. Dong, S.; Wang, L.; Du, B.; Meng, X. ChangeCLIP: Remote sensing change detection with multimodal vision-language representation learning. ISPRS J. Photogramm. Remote Sens. 2024, 208, 53–69. [Google Scholar] [CrossRef] [Scilit]
  36. Hu, E.J.; Shen, Y.; Wallis, P.; Allen-Zhu, Z.; Li, Y.; Wang, S.; Wang, L.; Chen, W. LoRA: Low-rank adaptation of large language models. arXiv 2021, arXiv:2106.09685. [Google Scholar] [CrossRef] [Scilit]
  37. Hu, X.; Gong, Z.; Wang, Y.; Jia, Y.; Lin, F.; Gao, D.; An, K.; Han, J.; Sun, Z.; Luo, G.; et al. Earth-Adapter: Bridge the geospatial domain gaps with mixture of frequency adaptation. arXiv 2025, arXiv:2504.06220. [Google Scholar] [CrossRef] [Scilit]
  38. Ranftl, R.; Bochkovskiy, A.; Koltun, V. Vision transformers for dense prediction. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Montreal, QC, Canada, 11–17 October 2021; pp. 12179–12188. [Google Scholar]
Figure 1. Frozen DINOv3 feature extraction and layer-wise difference construction. Bi-temporal images are passed through a frozen DINOv3 ViT-B encoder, and features from selected layers are converted into multi-level difference representations.
Figure 1. Frozen DINOv3 feature extraction and layer-wise difference construction. Bi-temporal images are passed through a frozen DINOv3 ViT-B encoder, and features from selected layers are converted into multi-level difference representations.
Remotesensing 18 02789 g001
Figure 2. DINOv3-LiteFuse decoder. Multi-level difference features are channel-aligned, resized, concatenated, and refined to produce the fused change logit.
Figure 2. DINOv3-LiteFuse decoder. Multi-level difference features are channel-aligned, resized, concatenated, and refined to produce the fused change logit.
Remotesensing 18 02789 g002
Figure 3. Overall architecture of DLV-CD.
Figure 3. Overall architecture of DLV-CD.
Remotesensing 18 02789 g003
Figure 4. Qualitative comparison under six source-only cross-dataset transfer directions. Each row shows a representative target-domain case, covering typical transfer scenarios and failure modes. Green, red, and blue indicate true positives, false positives, and false negatives, respectively.
Figure 4. Qualitative comparison under six source-only cross-dataset transfer directions. Each row shows a representative target-domain case, covering typical transfer scenarios and failure modes. Green, red, and blue indicate true positives, false positives, and false negatives, respectively.
Remotesensing 18 02789 g004
Table 1. Main characteristics and roles of the datasets used in this study.
Table 1. Main characteristics and roles of the datasets used in this study.
DatasetImage SizeSplitCharacteristicsRole
LEVIR-CD1024 × 1024445/64/128High-resolution building changesStandard benchmark
WHU-CD512 × 5121134/126/690Aerial imagery from a different geographical regionStandard benchmark
S2Looking1024 × 10243500/500/1000Off-nadir views, rural scenes, complex appearanceChallenging source domain
DSIFN-CD512 × 5123600/340/48Heterogeneous changes across multiple citiesSemantic-mismatch stress test
Table 2. Model size comparison.
Table 2. Model size comparison.
ModelTotal ParamsTrainable ParamsFLOPsFPS
BiFA9.87 M9.87 M53.00 G18.21
DMINet6.76 M6.76 M14.55 G112.37
ACABFNet117.46 M117.46 M28.29 G20.03
AANet15.89 M15.89 M24.21 G58.23
SNUNet1.35 M1.35 M4.73 G250.24
BIT11.94 M11.94 M8.75 G71.66
SAM-CD74.83 M2.59 M64.07 G13.43
DLV-CD97.48 M11.82 M94.90 G23.55
Table 3. Source-only cross-dataset F1-score (%) comparison across six transfer directions.
Table 3. Source-only cross-dataset F1-score (%) comparison across six transfer directions.
MethodLEVIR → WHUWHU → LEVIRS2Looking → LEVIRS2Looking → WHUDSIFN → LEVIRDSIFN → WHUAvg. F1
BIT18.6316.3512.1519.5619.1416.1216.99
SNUNet20.409.4211.8922.5418.1616.9416.56
BiFA47.917.4311.9012.5038.8329.5724.69
DMINet23.5813.527.3210.4121.7918.3215.82
ACABFNet25.9416.4113.9422.0226.7723.5521.44
AANet20.8115.2814.1415.9324.8616.0217.84
SAM-CD44.0116.6218.8644.2237.2536.9832.99
DLV-CD69.9372.2770.1566.0552.2261.6365.38
Color convention: Best and 2nd-best.
Table 4. Detailed source-only cross-dataset Precision, Recall, F1-score, and IoU (%) comparison across six transfer directions.
Table 4. Detailed source-only cross-dataset Precision, Recall, F1-score, and IoU (%) comparison across six transfer directions.
DirectionMethodPrecisionRecallF1IoU
LEVIR → WHUBIT16.5721.2818.6310.27
SNUNet14.4034.9520.4011.36
BiFA78.0734.5647.9131.50
DMINet19.8828.9723.5813.37
ACABFNet17.4750.3325.9414.90
AANet12.6159.4920.8111.62
SAM-CD33.1265.5944.0128.22
DLV-CD87.0758.4369.9353.77
WHU → LEVIRBIT36.1710.5616.358.90
SNUNet20.026.169.424.94
BiFA54.103.997.433.86
DMINet23.839.4313.527.25
ACABFNet11.5828.1816.418.94
AANet11.5322.6115.288.27
SAM-CD49.2110.0016.629.06
DLV-CD71.7872.7672.2756.58
S2Looking → LEVIRBIT7.7328.3712.156.47
SNUNet9.8714.9611.896.32
BiFA11.0012.9711.906.33
DMINet9.435.977.323.80
ACABFNet7.7866.8213.947.49
AANet7.8868.4714.147.61
SAM-CD19.0018.7218.8610.41
DLV-CD63.6178.1870.1554.02
S2Looking → WHUBIT12.9240.2219.5610.84
SNUNet15.7939.3322.5412.70
BiFA10.3615.7512.506.67
DMINet14.028.2810.415.49
ACABFNet12.6783.7722.0212.37
AANet8.8777.7115.938.65
SAM-CD40.4048.8344.2228.39
DLV-CD68.1164.1266.0549.31
DSIFN → LEVIRBIT14.4828.2219.1410.58
SNUNet16.3820.3718.169.98
BiFA26.7370.9538.8324.09
DMINet18.3226.8721.7912.23
ACABFNet21.5735.2826.7715.46
AANet17.8940.7424.8614.20
SAM-CD26.1964.4837.2522.89
DLV-CD48.9256.0552.2235.34
DSIFN → WHUBIT8.9680.3016.128.77
SNUNet9.5376.1216.949.26
BiFA19.3862.3429.5717.35
DMINet10.2983.3918.3210.09
ACABFNet13.8479.0323.5513.35
AANet8.7891.9216.028.71
SAM-CD30.1947.7136.9822.69
DLV-CD60.1263.2061.6344.54
Color convention: Best and 2nd-best.
Table 5. Contextual comparison with previously reported source-only and target-access domain adaptation results on LEVIR-CD ↔ WHU-CD.
Table 5. Contextual comparison with previously reported source-only and target-access domain adaptation results on LEVIR-CD ↔ WHU-CD.
DirectionMethodPrecisionRecallF1IoU
LEVIR → WHUSource model-only58.5421.2931.2226.61
ColorMapGAN72.3256.3963.3752.51
CGDA-CD71.1956.2262.8352.33
SGDA73.3955.6563.3053.01
DLV-CD87.0758.4369.9353.77
WHU → LEVIRSource model-only56.4720.5930.1824.82
ColorMapGAN78.7860.4168.3854.97
CGDA-CD68.4269.0968.7554.38
SGDA78.0062.6569.4955.52
DLV-CD71.7872.7672.2756.58
Color convention: Best and 2nd-best. Baseline results for representative comparison methods are reproduced from [15].
Table 6. Effect of hierarchical layer selection and evidence fusion.
Table 6. Effect of hierarchical layer selection and evidence fusion.
MethodLEVIR → WHUWHU → LEVIRS2Looking → LEVIRS2Looking → WHUDSIFN → LEVIRDSIFN → WHUAvg. F1
Fused only (w/o HEF)69.7767.0264.3266.5251.3160.4163.22
Layer2,4 + fused67.4767.7561.5969.8053.8262.6663.85
Layer3,4 + fused69.9372.2770.1566.0552.2261.6365.38
All heads67.3263.7662.8968.6353.6362.5763.13
Layer1–Layer4 correspond to the selected DINOv3 layers l { 3,6 , 9,12 } , respectively. “Fused” denotes the DLF output head, and HEF performs logit-space fusion over selected prediction heads. Bold values indicate the best performance in each column.
Table 7. Effect of encoder adaptation strategies on source-domain fitting and source-only transfer.
Table 7. Effect of encoder adaptation strategies on source-domain fitting and source-only transfer.
StrategyLEVIR Source F1LEVIR → WHU F1WHU Source F1WHU → LEVIR F1Avg. Target F1
Shallow-layer fine-tuning82.7164.8877.8568.1566.52
Deep-layer fine-tuning83.8668.3777.5369.1068.74
Full fine-tuning83.7469.0777.4368.5768.82
Frozen encoder83.4069.9377.1972.2771.10
Source-domain F1 is reported only as a diagnostic indicator in this ablation. The main comparison focuses on target-domain F1 under source-only transfer. Bold values indicate the best performance in each column.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zhang, J.; Hu, Y.; Liu, S.; Liu, T.; Wang, X.; Xu, J. Source-Only Cross-Dataset Building Change Detection with Frozen DINOv3 and Hierarchical Evidence Fusion. Remote Sens. 2026, 18, 2789. https://doi.org/10.3390/rs18162789

AMA Style

Zhang J, Hu Y, Liu S, Liu T, Wang X, Xu J. Source-Only Cross-Dataset Building Change Detection with Frozen DINOv3 and Hierarchical Evidence Fusion. Remote Sensing. 2026; 18(16):2789. https://doi.org/10.3390/rs18162789

Chicago/Turabian Style

Zhang, Jianfeng, Yubin Hu, Shuang Liu, Tianyi Liu, Xingkai Wang, and Jingwen Xu. 2026. "Source-Only Cross-Dataset Building Change Detection with Frozen DINOv3 and Hierarchical Evidence Fusion" Remote Sensing 18, no. 16: 2789. https://doi.org/10.3390/rs18162789

APA Style

Zhang, J., Hu, Y., Liu, S., Liu, T., Wang, X., & Xu, J. (2026). Source-Only Cross-Dataset Building Change Detection with Frozen DINOv3 and Hierarchical Evidence Fusion. Remote Sensing, 18(16), 2789. https://doi.org/10.3390/rs18162789

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Article metric data becomes available approximately 24 hours after publication online.
Back to TopTop