Next Article in Journal
A Balanced Spectral–Spatial Cross-Fusion Network for Hyperspectral Anomaly Detection
Previous Article in Journal
Dual-Domain Illumination Prior for Low-Light Remote Sensing Image Enhancement
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Unsupervised Gaussian-Noise-Robust Remote Sensing Change Detection via FRFCM-IRM Change Intensity Modeling and SEEDSAM-Constrained HCRF

1
Faculty of Geomatics, Lanzhou Jiaotong University, Lanzhou 730070, China
2
National-Local Joint Engineering Research Center of Technologies and Applications for National Geographic State Monitoring, Lanzhou 730070, China
3
Gansu Provincial Engineering Laboratory for National Geographic State Monitoring, Lanzhou 730070, China
4
CCTEG Information Technology Co., Ltd., Xi’an 710054, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(16), 2821; https://doi.org/10.3390/rs18162821
Submission received: 13 July 2026 / Revised: 17 August 2026 / Accepted: 18 August 2026 / Published: 20 August 2026

Highlights

What are the main findings?
  • FRIH-SEEDSAM: an unsupervised method for Gaussian-noise-robust change detection that combines FRFCM, IRM, and SEEDSAM-based zero-shot segmentation.
  • Multi-level label constraint: change-label inference on the change intensity map is constrained at the pixel, neighborhood, and SEEDSAM-derived object levels.
What are the implications of the main findings?
  • Stable noise robustness: stable detection performance is maintained under varying Gaussian noise intensities.
  • Noise-induced error suppression: stable change intensity modeling and multi-level spatial constraints reduce false detections and missed detections caused by Gaussian noise.

Abstract

Remote sensing change detection technology is widely used in land-use monitoring, urban planning, and disaster assessment. However, during imaging and transmission, bi-temporal remote sensing images are vulnerable to Gaussian noise, which makes it difficult for change detection algorithms to distinguish truly changed areas from noise-affected regions. To address this issue, this study proposes an unsupervised Gaussian-noise-robust change detection algorithm, termed FRIH-SEEDSAM. The proposed method first applies the Fast and Robust Fuzzy C-Means (FRFCM) algorithm to perform noise-resistant fuzzy clustering on bi-temporal remote sensing images. To establish reliable correspondences between the clustering results, the Integrated Region Matching (IRM) algorithm is introduced to construct weighted matching relationships while reducing the influence of abnormal memberships. The change intensity of spatially corresponding pixels is then calculated to generate a more stable change intensity map. Subsequently, the change intensity map is input into the Hybrid Conditional Random Field (HCRF) to infer pixel-level change labels, where the object potential function is constructed from the segmentation results of the Superpixels Extracted via Energy-Driven Sampling (SEEDS)-guided Segment Anything Model (SEEDSAM), which uses the centroids of the SEEDS superpixel regions as point prompts for the SAM, thereby enhancing change-label consistency within the same changed object region. The experimental results show that the FRIH-SEEDSAM algorithm maintains stable change detection performance across different datasets and under varying Gaussian noise levels. It outperforms the comparison algorithms in terms of several accuracy evaluation indicators, including Kappa and F1. Furthermore, even when the Gaussian noise variance increases to 0.05, Kappa remains at 0.8 or above on multiple dataset images.

1. Introduction

With the rapid development of remote sensing technology for Earth observation, the capability of acquiring remote sensing images has significantly improved, providing important data support for the dynamic monitoring of the Earth’s surface environment [1,2]. As one of the key research tasks in remote sensing image analysis, remote sensing change detection aims to identify areas where changes have occurred in different land-cover types, surface feature conditions, or spatial structures, and to extract the corresponding change information by analyzing differences between remote sensing images of the same area obtained at different times [3,4]. As change detection techniques can effectively reveal the spatiotemporal evolution of land surface features, they have important practical value in fields such as land-use analysis, urban expansion analysis, ecological and environmental assessment, and disaster emergency management [5,6,7,8].
However, during the actual imaging process, remote sensing images are often affected by noise due to factors such as sensor performance and the imaging environment, thereby reducing image quality and the reliability of detection results [9,10,11]. Among different noise types, Gaussian noise is one of the typical and common forms of noise in remote sensing images, usually appearing as random disturbances in pixel gray-level values or spectral characteristics [12,13]. Although real remote sensing images may be affected by multiple types of noise, Gaussian noise can still serve as a representative noise model for evaluating the stability of change detection methods under different levels of random noise. For change detection tasks, Gaussian noise interferes with the difference distribution between bi-temporal images, producing abnormal differences in unchanged areas and leading to false detections in the detection results. Meanwhile, when the spectral differences in truly changed areas are weak or the boundaries are unclear, Gaussian noise can easily mask true change information, resulting in problems such as shifted change boundaries and missed detections [14,15]. Therefore, suppressing the interference of Gaussian noise with change detection results while maintaining the spatial continuity of truly changed areas is a key issue in improving the reliability of remote sensing change detection.
In response to these issues, existing remote sensing change detection methods can be broadly divided into supervised and unsupervised methods according to whether they rely on manually annotated training data [16,17]. Among them, unsupervised change detection methods can automatically identify change information in multi-temporal images, avoiding problems commonly faced by supervised methods, such as difficulty in obtaining training data, high annotation costs, and limited data representativeness. Therefore, unsupervised change detection algorithms have greater practical value in real-world applications [18,19,20]. According to the way change features are obtained, these algorithms can be further divided into traditional methods and deep learning-based methods [21,22].
Typical traditional unsupervised change detection methods include image differencing [23], ratio methods [24], principal component analysis (PCA) [25], and change vector analysis (CVA) [26]. These methods usually construct difference information or change features from bi-temporal images and then combine them with techniques such as threshold segmentation to obtain change detection results [27,28]. Zhang et al. [29] proposed a generalized extreme value (GEV)-based unsupervised SAR change detection method, which models superpixel regions with the GEV distribution and uses a GEV-based likelihood ratio test (LRT) statistic to measure intertemporal similarity. Lee and Kim [30] enhanced the detectability of small targets by utilizing Berger’s method to fuse logarithmic-ratio images with non-coherent change detection images, and further improved robustness through an adaptive fuzzy membership function. However, when Gaussian noise exists in bi-temporal remote sensing images, the difference information or change features are disturbed by noise, making false detections and missed detections more likely to appear in the detection results. To improve robustness against Gaussian noise, clustering methods and probabilistic graphical models have been introduced into unsupervised change detection [31,32,33]. Clustering methods usually identify changed areas by adaptively partitioning the distribution of difference features. Among them, Fuzzy C-Means (FCM) [34] uses membership degrees to describe the degree to which a pixel belongs to different signal classes, but it does not make effective use of spatial information [35]. To address this limitation, improved fuzzy clustering methods such as FCM_S [36], KFCM_S [37], and FLICM [38] incorporate spatial neighborhood information, kernel distance metrics, or fuzzy local factors to enhance clustering stability under noise interference. Unlike improved fuzzy clustering methods, which mainly improve noise resistance at the feature clustering stage, probabilistic graphical models usually impose constraints on change detection results at the level of change labels [39]. Typical models include the Markov random field (MRF) [40], Adaptive MRF [41], Level set-MRF [42], conditional random field (CRF) [43], Fully Connected CRF [44] and Hybrid Conditional Random Field (HCRF) [45]. These models usually integrate observed features, change labels, and spatial structural relationships to constrain detection results, thereby reducing isolated false detections caused by Gaussian noise and improving the spatial consistency of the detection results. However, most traditional unsupervised methods still rely on difference features and local spatial relationships. Under strong Gaussian noise or complex land-surface conditions, their detection results may still suffer from false detections, missed detections, and unstable boundaries.
In recent years, deep learning methods have been increasingly applied to various tasks in the field of remote sensing. Wang et al. [46] proposed a Frequency-to-Spectrum Mapping Generative Adversarial Network (FTSGAN) for semi-supervised hyperspectral anomaly detection, which maps the original spectra to the fractional Fourier domain to improve the separability between backgrounds and anomalies. Wang et al. [47] developed a Semantic Feature Fused Global Learning (SFFGL) framework that integrates global spatial information with semantic features for multiclass change detection in hyperspectral images. In studies on unsupervised remote sensing change detection, deep learning methods can automatically extract spectral change features from bi-temporal images through neural networks [48,49]. Shen et al. [50] proposed a Progressive Self-Optimization Network (PSONet), which leverages spectral, deep, and class signals to capture “weak-to-strong” change signals and progressively optimize a lightweight network. Zhan et al. [51] developed a Cross-Domain Difference Representation Learning (CDRL) framework capable of effectively learning the semantics of changed and unchanged pixels, thereby accurately identifying land-cover changes. In addition, spatial relationships and contextual information have also been incorporated into deep learning methods [52,53]. Lv et al. [54] proposed the Graph Contrastive Learning Network (GCLN) for land-cover change detection in heterogeneous remote sensing images. This method constructs pairwise graph structures from the perspectives of spectral similarity and dissimilarity, and uses graph features to learn short- and long-range dependencies for change detection. Béchaz et al. [55] proposed the 2Player framework, in which a Geographical Correspondence Module (GCM) is introduced to provide structural information, while a filtering strategy is incorporated to reduce the influence of label noise. With the development of visual foundation models, models such as the Segment Anything Model (SAM) [56] have been introduced into remote sensing image analysis tasks, providing new pathways for unsupervised change detection. Zuo et al. [57] integrated the SAM with instance-level change generation, where SAM is adopted to extract object instances for generating pseudo bi-temporal change samples in single-temporal unsupervised change detection. However, the main architectures of most existing unsupervised deep learning-based change detection methods still focus primarily on intertemporal feature encoding, difference modeling, and change determination. Even though some methods introduce denoising or filtering mechanisms, their coordination with change-feature learning may remain insufficient, allowing residual Gaussian noise to affect feature encoding and difference construction and impair the representation of subtle changed regions and boundary information. Therefore, how to suppress Gaussian-noise interference while preserving effective change features remains worthy of further investigation.
To address the above issues, we propose an unsupervised Gaussian-noise-robust change detection method for remote sensing images, termed FRIH-SEEDSAM. In this method, the Fast and Robust Fuzzy C-Means (FRFCM) algorithm [58] is integrated with the Integrated Region Matching (IRM) algorithm [59] for noise-resistant change intensity modeling. On this basis, the HCRF is introduced for change label inference under multi-level constraints. The segmentation results obtained by the Segment Anything Model guided by Superpixels Extracted via Energy-Driven Sampling (SEEDS) [60], termed SEEDSAM, are used to construct the object potential function in HCRF. During change label inference, the object potential function works jointly with the unary and pairwise potential functions. By combining noise-resistant change intensity modeling with multi-level constraints, FRIH-SEEDSAM reduces the influence of Gaussian noise on change intensity information extraction and change label inference, thereby improving the stability of change detection results. The main contributions of this study are summarized as follows:
1.
Construction of an unsupervised Gaussian-noise-robust change detection framework, FRIH-SEEDSAM.
FRIH-SEEDSAM integrates noise-resistant change intensity modeling with multi-level constraints. The framework reduces the influence of Gaussian noise on change intensity information extraction and change label inference, thereby improving the stability of change detection results.
2.
Coupling of FRFCM soft clustering information with IRM-based weighted signal-class matching.
The signal class centers and fuzzy membership degrees obtained by FRFCM serve as the inputs to IRM, which establishes weighted correspondences between the signal classes of bi-temporal images. This coupling reduces the influence of local abnormal memberships on change intensity calculation and generates a more stable change intensity map under Gaussian noise.
3.
SEEDSAM-based object potential construction in HCRF.
The segmentation results obtained by SEEDSAM are used to construct the object potential in HCRF, which constrains the change labels of pixels within the same object. The object potential is combined with the unary and pairwise potentials to infer pixel-level change labels, thereby improving intra-object label consistency and the spatial integrity of detected changed regions.

2. Materials and Methods

We propose an FRFCM-IRM change detection model and combine it with HCRF. Meanwhile, SEEDSAM segmentation results are used to construct the object potential function of HCRF, thereby improving the robustness of the FRIH-SEEDSAM algorithm under Gaussian noise interference.

2.1. Algorithm Framework

As shown in Figure 1, the unsupervised FRFCM-IRM algorithm takes the signal class centers and fuzzy membership degrees of bi-temporal images as input data. The IRM algorithm is used to establish weighted matching relationships between the signal classes of the bi-temporal images, thereby calculating the pixelwise change intensity. In this study, the FRFCM-IRM method is used to generate a change intensity map, which is then combined with HCRF for spatially constrained optimization of the change intensity information.
In HCRF, the change intensity map is first clustered using FCM. The fuzzy membership degrees of pixels belonging to the changed and unchanged classes are used to define the unary potential function, and the eight-neighborhood information of the center pixel is incorporated to construct the pairwise potential function. Meanwhile, to further incorporate the spatial information of the image, superpixel segmentation—SEEDS—is performed on the change intensity map. The centroid positions of the superpixels are then used as prompts for SEEDSAM to obtain object-level segmentation results, which are further used to calculate the object potential function. Eventually, post-processing is performed on the HCRF results by removing small connected components and applying morphological dilation to obtain the final change detection results.

2.2. FRFCM

The traditional FCM clustering algorithm can decompose pixels into multiple signal classes according to different fuzzy membership degrees, establishing a one-to-many relationship between pixels and signal classes. This provides an effective way to address mixed-pixel decomposition in remote sensing images. However, FCM is relatively sensitive to noise. When remote sensing images are affected by noise, the signal class centers and fuzzy membership degrees may deviate to some extent. To improve the robustness of FCM against noise interference, FCM_S incorporates local spatial information into the FCM clustering process. Although this method improves clustering performance under noise interference, it also significantly increases the computational complexity of FCM. For this reason, we use FRFCM, which is based on morphological reconstruction and membership filtering. Compared with traditional FCM clustering, FRFCM first converts the bi-temporal multispectral remote sensing images into gray-level representations and then performs clustering on their gray-level histograms, so that the clustering objects are shifted from pixels to gray levels, thereby improving clustering efficiency. After the clustering process is completed, the obtained cluster centers and fuzzy memberships are mapped back to the multispectral space. Meanwhile, through morphological reconstruction and membership filtering, FRFCM can improve noise robustness and enhance the stability of the clustering results. Its objective function is as follows:
J m = 1 l G k = 1 n γ l u k l q ξ l v k 2
where G and n represent the number of gray levels and the number of clusters in the image, respectively; γ l denotes the statistical count of gray level l in the image; ξ l represents gray level l in the reconstructed image; u k l denotes the fuzzy membership degree of gray level l belonging to the k -th cluster; and v k denotes the cluster center of the k -th cluster.

2.2.1. Morphological Reconstruction

Improved FCM-based methods can partially suppress the influence of noise on images by incorporating local spatial information. However, this also increases computational complexity and may cause a certain loss of edge details. Preprocessing images through morphological reconstruction can remove isolated noise points in advance while preserving the main image regions. FRFCM performs morphological reconstruction on the original image through a closing operation. During reconstruction, the original image is used as a constraint to ensure that the gray-level range of the reconstructed image does not exceed that of the original image. Finally, the reconstructed image is fused with the original image using weighted fusion to smooth image details and textures.

2.2.2. Membership Filtering

Most improved FCM-based methods that introduce local spatial information need to repeatedly calculate the Euclidean distances between neighboring pixels and cluster centers during the clustering process, which increases computational complexity and reduces clustering efficiency. After clustering the gray-level histogram, FRFCM restores the gray-level fuzzy membership degrees and signal centers back into the multispectral space and then applies a median filter to the fuzzy membership degrees. Membership filtering uses the correlation between neighboring membership degrees to correct membership anomalies caused by noise, thereby correcting misclassified pixels. At the same time, this process avoids repeated calculation of the Euclidean distances between neighboring pixels and cluster centers during iteration, significantly improving clustering efficiency.

2.3. IRM

To establish reliable correspondences between the bi-temporal clustering results and reduce the influence of abnormal memberships on change intensity, the IRM algorithm is introduced to construct weighted matching relationships for the signal classes captured by the FRFCM. The IRM algorithm follows the “Most Similar Highest Priority” (MSHP) principle to match signal classes with close centers in multispectral. In this way, it can assess the overall similarity between co-registered pixels and shows strong robustness to inaccurate clustering results. On this basis, an FRFCM-IRM-based change detection framework is constructed by coupling FRFCM clustering with the IRM algorithm. Owing to the noise robustness of FRFCM, the signal class centers and fuzzy membership information obtained from the clustering process are relatively stable. The signal class centers and fuzzy membership degrees produced by FRFCM describe the representative characteristics of each signal class and the degree to which the current pixel belongs to each signal class, respectively. Since FRFCM is a soft-clustering method, it avoids the information loss caused by hard classification methods that assign each pixel to a single class. Based on the MSHP principle, IRM comprehensively uses the fuzzy membership degrees of each pixel to all signal classes during matching, taking the distances between signal class centers as the matching costs and the fuzzy membership degrees as the matching weights. The nonnegativity and normalization properties of the fuzzy membership degrees are consistent with the constraints of many-to-many weighted matching in IRM. After constructing many-to-many weighted matching relationships, IRM calculates the change intensity of spatially corresponding pixels based on the distances between signal classes and their corresponding weights, thereby further reducing the influence of noise on the change-intensity information and generating a more stable change intensity map. When bi-temporal remote sensing images are processed using FRFCM, the pixel feature of pixel p i 1 in the Time 1 image is defined as f i 1 = { ( v 1 , u 1 ( p i 1 ) ) ( v k , u k ( p i 1 ) ) ( v n , u n ( p i 1 ) ) } , and the pixel feature of pixel p j 2 in the Time 2 image is defined as f j 2 = { ( v 1 , u 1 ( p j 2 ) ) ( v k , u k ( p j 2 ) ) ( v m , u m ( p j 2 ) ) } , where v k and v k are the centers of signal classes c k and c k , respectively; u k p i 1 and u k ( p j 2 ) are the fuzzy membership degrees of pixel p i 1 with respect to signal class c k and pixel p j 2 with respect to signal class c k , respectively; and n and m denote the numbers of signal classes in the Time 1 and Time 2 images, respectively.
The IRM distance is calculated by matching the feature f i 1 of pixel p i 1 in the Time 1 image with the feature f j 2 of pixel p j 2 in the Time 2 image, thereby obtaining the change intensity between pixels in the two temporal images. As shown in Figure 2, during the signal class matching process, the IRM algorithm quantifies the fuzzy membership degrees as edge weights of the signal classes and follows the MSHP principle. The maximum weight is first assigned to the signal class pair with the minimum distance. The IRM algorithm calculates the transition cost from pixel feature f i 1 to pixel feature f j 2 by computing the weight matrix S = s i j , as shown below:
I R M f i 1 , f j 2 = i , j s i j × d i j , i = 1 , , n , j = 1 , m
j = 1 m s i j = u i , i = 1 , , n
i = 1 n s i j = u j , j = 1 , , m
1 i n 1 j m s i j = 1
i : 1 i n , i i s i j = u j u i , u i < u j
In these equations, d i j denotes the distance between signal class centers v i and v j ; S represents the matching relationships and weights between the signal classes in pixel features f i 1 and f j 2 ; and s i j is the matching weight between signal classes c i and c j , where s i j 0 . Equations (3) and (4) specify that, when matching signal classes between the Time 1 image and the Time 2 image, the total matching weight of a single signal class should be equal to the fuzzy membership degree of the pixel with respect to that signal class. Equation (5) restricts the sum of the matching weights of all signal classes between two pixels to 1. Equation (6) specifies that, after signal class c i is matched with signal class c j , if the fuzzy membership degree of signal class c i is smaller than that of signal class c j , the sum of the matching weights between the remaining signal classes of the Time 1 image pixel and signal class c j in the Time 2 image should be equal to u j u i .
The iterative process by which the IRM algorithm establishes many-to-many weighted matching relationships between the signal classes of f i 1 and f j 2 is as follows:
(1)
Set the initial signal class matching set as W = , and define the signal class sets of the pixels in the bi-temporal images as C 1 = c 1 , c i , c n ( 1 i n ) and C 2 = c 1 , c j , c m ( 1 j m ).
(2)
Select the minimum distance d i j from the signal class sets C 1 and C 2 , together with the corresponding signal class pair c i , c j , where i and j denote the indices of the signal class pair associated with this minimum distance.
(3)
Set the matching weight as s i j = m i n ( u i , u j ) .
(4)
If u i < u j , set s i j = 0 , j j ; otherwise, set s i j = 0 , i i .
(5)
Update the edge weight of c i as u i = u i - m i n ( u i , u j ) .
(6)
Update the edge weight of c j as u j = u j - m i n ( u i , u j ) .
(7)
Update the signal class matching set as W = W     { ( c i , c j ) } .
(8)
When i = 1 n u i > 0 and j = 1 m u j > 0 , return to Step 2; otherwise, terminate the iteration.
In the above pixel-by-pixel signal class matching process, the IRM algorithm supports matching between one signal class and multiple signal classes, which helps improve the accuracy of change detection.
To further illustrate the characteristics of the IRM algorithm, a qualitative analysis is conducted on the weighted many-to-many matching relationship between the signal classes in f i 1 and f j 2 .
Assume that the distance d i j between signal classes c i and c j is small, and that their corresponding edge weights u i ( p i 1 ) and u j ( p j 2 ) are both high. This indicates that signal classes c i and c j are the typical spectra of pixels p i 1 and p j 2 , respectively, and that the spectral difference between them is small. In this case, a larger matching weight s i j is assigned, resulting in a smaller final IRM distance and increasing the possibility that pixel p j 2 is determined as an unchanged pixel.
Assume that the distance d i j between signal classes c i and c j is small, but that the corresponding edge weight u i ( p i 1 ) or u j ( p j 2 ) is low. This indicates that signal class c i or c j is not the typical spectrum of pixel p i 1 or p j 2 . Although the spectral difference between the signal classes is small, only a smaller matching weight s i j can be assigned due to the constraint of the edge weights, so that d i j accounts for a smaller proportion of the IRM distance.
Assume that the distance d i j between signal classes c i and c j is large, and that c i and c j represent typical spectra of pixels p i 1 and p j 2 , respectively, with high corresponding edge weights u i ( p i 1 ) and u j ( p j 2 ) . In this case, although the difference d i j between the signal classes is large, a larger matching weight s i j should still be assigned. The calculated IRM distance is therefore large, making pixel p j 2 more likely to be determined as a changed pixel.
Assume that the distance d i j between signal classes c i and c j is large, but that c i or c j does not represent the typical spectrum of pixel p i 1 or p j 2 , resulting in a low corresponding edge weight u i ( p i 1 ) or u j ( p j 2 ) . In this case, only a smaller matching weight s i j can be assigned due to the constraint of the edge weights, so that d i j accounts for a smaller proportion of the IRM distance.
In this study, the IRM algorithm measures the differences in the membership distributions of pixels at the same spatial locations in bi-temporal images, thereby obtaining pixel-level change intensity information. The change intensity map comprehensively reflects the overall changes at the pixel level and provides reliable and stable input for subsequent HCRF-constrained optimization.

2.4. HCRF

CRF is a discriminative probabilistic graphical model that directly models the posterior distribution of the label field conditioned on the observed data and can incorporate spatial information from the observations.
p y x ) = 1 Z ( x ) e x p c C Φ c ( x , y c )
Z ( x ) = y e x p c C Φ c ( x , y c )
where C denotes the clique set, Φ c is the potential function defined on clique C, y c denotes the label field corresponding to clique C, and Z ( x ) is the partition function. Depending on the specific problem, the potential function may include unary, pairwise, and higher-order terms. In practical tasks such as image segmentation and classification, pairwise CRF models are widely used because they are relatively convenient for modeling and inference.
Traditional pairwise CRF models, however, are limited in their ability to fully exploit ground object change information. For this reason, the HCRF incorporating an object potential function is combined with the FRFCM-IRM algorithm in this study, as shown in Figure 3. Since the change intensity information generated by FRFCM-IRM reduces noise interference to some extent, taking it as the observation-field input of HCRF can improve the noise resistance of the HCRF.
p ( y | x ) = 1 Z ( x ) e x p i N φ i ( x , y i ) + λ i N j η μ i j ( x , y i , y j ) + β s S ψ s ( x , y s )

2.4.1. Unary Potential Function

The unary potential function represents the probability that a single pixel belongs to the changed or unchanged label. It is usually expressed as follows:
φ i = l n p ( y i = l | x i d )
where P ( y i x i d ) represents the probability that pixel i is assigned label l { 0,1 } , with label 0 indicating unchanged and label 1 indicating changed. Different methods can be selected according to specific applications and requirements. In this study, FCM is adopted, and the fuzzy membership degrees obtained through iterative calculation are taken as the probabilities of assigning the changed or unchanged label to each pixel.

2.4.2. Pairwise Potential Function

Considering the strong correlation between neighboring pixels of ground objects in remote sensing images, their change labels tend to remain locally consistent. Therefore, in HCRF, a context-sensitive potential function with boundary constraints is adopted as the pairwise potential function. By considering the differences in change intensity between neighboring pixels and the center pixel, this function determines whether the center pixel should be classified as unchanged or changed. The pairwise potential function constructs contextual information between the center pixel and its neighborhood while penalizing excessive smoothing.
i j ( x , y i , y j ) = 1 + exp { x i d x j d 2 2 σ 2 } 0 , y i y j , y i = y j
where i and j denote a pair of adjacent pixels, and σ 2 is generally estimated as the mean of the squared change-intensity differences between neighboring pixels. If the change-intensity difference between pixels i and j is large, the probability that the two pixels are assigned the same label decreases, which helps suppress excessive smoothing.

2.4.3. Object Potential Function

The pairwise CRF model constrains pixel-level change labels according to neighborhood relationships, but it is limited in preserving the structural completeness of changed areas. To obtain more accurate results, an object potential function is introduced to enforce label consistency among pixels within the same object. It is defined as follows:
ψ i s ( x s , y s ) = 1 + e x p { ( n c s n n c s ) 2 σ s 2 }
where n c s denotes the total number of changed pixels within the object containing the pixel, and n n c s denotes the total number of unchanged pixels within the same object. A small value of n c s n n c s encourages pixels within the object to take the same change label, whereas a large value penalizes the spatial smoothness of the object.
By incorporating the change-label information, the following inference can be further obtained:
ψ i s ( x s , y s ) = 0 , y s = 0 , ψ s ( x s , y s ) , y s = 1 , i f   n c s > n n c s
ψ i s ( x s , y s ) = ψ s ( x s , y s ) , y s = 0 , 0 , y s = 1 , i f   n c s n n c s
If the number of changed pixels within an object is greater than the number of unchanged pixels, the probability of assigning the changed label to the pixel is increased; otherwise, the probability of assigning the unchanged label is increased. It can also be seen that ψ i s ( x s , y s ) decreases gradually as n c s n n c s increases. This suggests that, when the change labels within an object are relatively consistent in the initial change map, the unary potential function is sufficient to describe the change-label tendency of that object. By contrast, when the labels within an object are more heterogeneous, the object term provides stronger guidance for label assignment.
In the HCRF label updating process, the numbers of changed and unchanged pixels within each SEEDSAM object region are counted from the current change-label map and kept fixed within the current iteration. The initial change-label map is obtained by applying FCM clustering with two classes to the change intensity map. HCRF updates labels using an Iterated Conditional Modes (ICM)-based pixel-wise maximum-potential strategy. For each non-boundary pixel, the total potentials for the changed and unchanged labels are calculated separately, and the label with the larger total potential is assigned to the pixel. The HCRF label inference process terminates when the maximum number of iterations is reached.

2.5. SEEDSAM

SAM is a vision foundation model for promptable image segmentation, designed to provide a general and flexible solution for image segmentation tasks. Its core idea is to segment arbitrary targets using different forms of prompt information. In its automatic mask generation mode, SAM first generates a large number of candidate masks based on the input prompts. The candidate masks are then filtered according to mask quality and stability, and duplicate or highly overlapping masks are removed to produce a set of segmented regions.
The advantages of SAM are mainly reflected in its category-agnostic property and prompt flexibility. SAM can segment different types of targets without relying on specific semantic labels. It also supports multiple forms of prompt information, including points, boxes, and masks, which enables it to be flexibly applied in different task scenarios.
To meet the input requirements of the SAM image encoder, the single-channel change intensity map is replicated into three identical channels and converted to RGB format without altering the spatial distribution of the original change intensity information. As shown in Figure 4, the converted change intensity map is fed into the image encoder, while SEEDSAM uses the centroids of the SEEDS superpixel regions as point prompts for the prompt encoder. Since SEEDS superpixel segmentation can produce region boundaries that better follow the boundary structures in the change intensity map, the resulting region centroids provide more reasonable and representative point prompts for SAM. These prompts better reflect the change intensity distribution of local regions in the change intensity map. Compared with the original dense grid point prompts, this strategy reduces the interference caused by prompt points located in noisy areas or on boundaries, thereby helping delineate the boundaries of truly changed areas more clearly. Subsequently, SEEDSAM is applied to conduct object-level segmentation on the change intensity map without semantic category prompts and under a zero-shot setting. This process enhances the constraint imposed by the object potential function on the consistency of change labels within changed areas.

2.6. Experimental Materials and Settings

Section 2.6.1 introduces the basic characteristics of the datasets used in the experiments, which are used to evaluate the change detection performance of the proposed FRIH-SEEDSAM algorithm and the comparison algorithms. Section 2.6.2 describes the comparison algorithms in detail, and Section 2.6.3 presents the experimental design and the evaluation criteria for algorithm performance.

2.6.1. Datasets

Five publicly available remote sensing change detection datasets were used in the experiments: Shangtang [61], DSIFN [62], SYSU [63], MSRS [64], and CropSCD [65].
The Shangtang dataset is derived from the SenseEarth platform and was released for the “AI View of the World 2020” Artificial Intelligence Remote Sensing Interpretation Competition organized by SenseTime. The images have a spatial resolution of 3 m and a size of 512 × 512 pixels. All images used in the study area have undergone preprocessing, including radiometric correction, geometric correction, and image registration. The study area represents a rural scene, mainly including farmland, buildings, and woodland.
The DSIFN dataset consists of large-scale high-resolution remote sensing image pairs collected from Google Earth. It covers six cities in China, namely Beijing, Chengdu, Shenzhen, Chongqing, Wuhan, and Xi’an. The original large image pairs are cropped into 512 × 512 pixel patches, with a spatial resolution of 2 m. In the selected study area, the main land cover types are buildings, woodland, and farmland, and the changes mainly occur in farmland areas.
The Sun Yat-Sen University (SYSU) dataset was collected in Hong Kong from 2007 to 2014. It contains 20,000 pairs of aerial images, each with a size of 256 × 256 pixels and a spatial resolution of 0.5 m. The dataset includes several typical change types, such as urban construction, suburban expansion, vegetation change, and road widening. The study area selected in this paper is a mountainous forest region, where the main land cover types are forest, wasteland, and roads. The changed areas are mainly distributed in forest regions.
The MSRS dataset contains 841 pairs of remote sensing images acquired in cities of southern China from 2019 to 2023. Each image has a size of 1024 × 1024 pixels and a spatial resolution of 0.5 m. The main land-cover change types include new buildings, suburban expansion, vegetation change, and road construction. The selected study area mainly consists of buildings, farmland, and woodland.
The CropSCD dataset was collected from rural areas in Guangdong Province, China. It contains 4141 pairs of bi-temporal remote sensing images and covers eight land-use change categories. Each image has a size of 512 × 512 pixels, with a spatial resolution ranging from 0.5 m to 2 m. The study area used in this paper is a rural region mainly composed of wasteland, woodland, and roads, where the changes mainly occur in wasteland areas.

2.6.2. Comparison Algorithms

In the comparative experiments, seven change detection algorithms were selected, namely DeepCVA [66], GMCD [67], KPCAMNet [68], CFRL [69], PSONet [50], SGAMFNet [70], and PCAKMeans [71].
Among them, PCAKMeans is a traditional unsupervised change detection algorithm. This method first extracts the band values within the h × h neighborhood of each pixel from the difference image of the bi-temporal images to construct feature vectors. After PCA is applied to reduce the dimensionality of the feature vectors, K-means clustering is used to classify the reduced-dimensional features into changed and unchanged classes. DeepCVA, GMCD, KPCAMNet, CFRL and PSONet belong to unsupervised change detection methods based on deep learning. DeepCVA extracts remote sensing image features with a pre-trained convolutional neural network and combines multi-scale deep features into a feature hypervector. It then identifies changed pixels by calculating the magnitude of the deep vector based on pixel-wise differences. GMCD extracts features from bi-temporal images through a Siamese fully convolutional network and generates a difference map. It introduces Mlt-GCN to capture long- and short-range contextual information in the feature map, which improves the discrimination between changed and unchanged areas. KPCAMNet combines KPCA with a convolutional neural network to extract high-dimensional spatial-spectral feature maps from bi-temporal images layer by layer. It maps the feature difference map into a two-dimensional polar coordinate domain, and then performs clustering and threshold segmentation on changed pixels to obtain the final change detection results. CFRL learns commonality feature representations from multimodal bi-temporal images and generates change magnitude images by measuring feature differences in a shared feature space. PSONet adopts a progressive self-optimization strategy for VHR optical remote sensing imagery, gradually optimizing a lightweight change detection network by capturing change signals from weak to strong. SGAMFNet is a region-supervised change detection method that uses SAM-generated segmentation maps to separate foreground and background, fuses their attention maps, and applies DenseCRF to generate pixel-level pseudo-labels for network training.

2.6.3. Experimental Setup and Evaluation Criteria

All experiments were conducted on a computer equipped with an NVIDIA GeForce RTX 4080 SUPER GPU and a 13th Gen Intel Core i7-13700KF 3.40 GHz CPU. The parameter settings of the proposed FRIH-SEEDSAM algorithm and the comparison algorithms were as follows. (1) For FRIH-SEEDSAM, the number of clusters and the fuzziness parameter were set to 10 and 3.5, respectively, and the maximum number of HCRF label-updating iterations was set to 100, while the weights of the unary, pairwise, and object potentials were fixed at 0.3, 0.5, and 0.9, respectively. The three potentials provide pixel-, neighborhood-, and object-level constraints, respectively, and the fixed weight setting preserves pixel-level change information while emphasizing spatial consistency at the neighborhood and object levels. (2) For PCAKMeans, the local neighborhood window size h was set to 10. (3) GMCD, KPCAMNet, CFRL, PSONet and SGAMFNet adopted the default parameter settings provided in their open-source codes. (4) Since the default settings of DeepCVA showed limited applicability to the datasets used in this study, its feature extraction layers were set to {5, 8, 10}. All parameters were kept consistent across different datasets and noise conditions, and were not adjusted for any individual dataset.
To evaluate the change detection performance of the proposed algorithm and its robustness to Gaussian noise, six groups of experiments were designed: (1) experiments with Gaussian noise of zero mean and a variance of 0.03; (2) experiments with Gaussian noise of zero mean and variances ranging from 0.005 to 0.05 at an interval of 0.005; (3) repeated experiments using five independent Gaussian noise realizations with zero mean and a variance of 0.03; (4) ablation experiments; (5) parameter sensitivity experiments; and (6) general applicability experiments.
To evaluate the performance of different change detection methods, several evaluation indicators were used, including missed alarm rate (MA), false alarm rate (FA), overall accuracy (OA), Kappa, recall, and F1. MA and FA indicate the omission of truly changed areas and the misclassification of unchanged areas, respectively. OA represents the overall classification accuracy of the change detection results. Recall is used to measure the detection completeness of truly changed areas. Kappa measures the consistency between the detection results and the ground truth map. The F1 represents the comprehensive accuracy of the change detection results and reflects the ability of the algorithm to balance false detections and missed detections. A comprehensive evaluation using multiple indicators can provide a basis for comparing the performance of different methods.

3. Results

3.1. Noise Robustness Analysis

To evaluate the robustness of the proposed algorithm and the comparison algorithms under Gaussian noise interference, noise interference experiments were conducted in this study. Gaussian noise with a mean of 0 and a variance of 0.03 was added to five groups of study-area images, and the above change detection algorithms were then used for detection. The performance of each algorithm under noise interference was analyzed by comparing detection accuracy. In the evaluation indicator tables, the best result for each indicator is highlighted in bold, and the second-best result is underlined. The experimental results show that the FRIH-SEEDSAM algorithm achieved the best change detection results on multiple datasets. Under Gaussian noise interference, the FRIH-SEEDSAM algorithm can effectively suppress missed detections and false detections, showing strong robustness against Gaussian noise.
As shown in Table 1, in the selected study areas of the Shangtang and CropSCD datasets, FRIH-SEEDSAM achieved the best results for all evaluation indicators. In particular, in the selected study area of the CropSCD dataset, the MA was only 0.0154, indicating that the FRIH-SEEDSAM algorithm has a strong ability to detect truly changed areas. This is because, under Gaussian noise contamination, the FRFCM clustering algorithm can preserve the main data distribution characteristics of the images through morphological reconstruction and membership filtering, allowing it to identify changed areas more accurately and reduce the occurrence of false detections and missed detections. As illustrated in Figure 5, in the Shangtang dataset, the DeepCVA algorithm achieved the second-best comprehensive performance. However, obvious false alarm patches appeared in its detection results, causing its Kappa and F1 to be 0.1502 and 0.0836 lower than those of FRIH-SEEDSAM, respectively. Among the other algorithms, GMCD and SGAMFNet achieved the lowest FA and MA of 0.1283 and 0.2230, respectively. As illustrated in Figure 6, in the DSIFN dataset, the changed areas mainly appear as large and continuous regions where farmland is converted into buildings. PCAKMeans can extract the main structural information through principal component analysis while reducing the influence of noise, and therefore obtained the lowest FA of 0.1290, which is 0.0173 lower than that of FRIH-SEEDSAM. CFRL achieved the second-lowest FA. However, due to its relatively high MA, its Kappa was 0.1163 lower than that of PCAKMeans. FRIH-SEEDSAM achieved the best results for all evaluation indicators except FA, with Recall and F1 being 0.1523 and 0.0726 higher than those of PCAKMeans, respectively. By contrast, under noise interference, GMCD, KPCAMNet, and PSONet produced many scattered false detections and missed detections, with F1 reaching only 0.6360, 0.5705, and 0.4024, respectively. In particular, the MA of PSONet was as high as 0.7142, indicating that it suffered from a relatively severe missed detection problem. As shown in Figure 7, on the CropSCD dataset, compared with the comparison methods, the detection results of FRIH-SEEDSAM better preserve the spatial structure of the changed regions and reduce local false-detection patches caused by Gaussian noise to some extent. The experimental data show that FRIH-SEEDSAM performs stably on datasets with a size of 512 × 512, accurately identifies changed areas in bi-temporal images under Gaussian noise interference, and suppresses false detections and missed detections, showing strong resistance to Gaussian noise.
As shown in Figure 8, the FRIH-SEEDSAM algorithm achieved the best detection performance on the MSRS dataset, with more complete detected changed areas and relatively fewer missed detections and false detections. Its Kappa and F1 reached 0.8521 and 0.8708, respectively. As shown in Table 2, the detection results of the other comparison algorithms showed more serious false detections or missed detections. Among the comparison algorithms, CFRL obtained the lowest MA, but its MA was still 0.1511 higher than that of FRIH-SEEDSAM. PCAKMeans obtained the lowest FA; however, obvious missed detection regions appeared in its detection results, which affected its overall detection performance, and its F1 was only 0.7238. These phenomena can be attributed to the larger image size of the study area in the MSRS dataset and its richer land-cover information. Therefore, after Gaussian noise was added, the comparison algorithms had difficulty distinguishing noise from real changes. In contrast, FRIH-SEEDSAM introduces HCRF to further process the change intensity information. By imposing multi-level constraints on change labels at the pixel, neighborhood, and object levels, it effectively improves the accuracy and completeness of the change detection results.
As shown in Figure 9, the changed areas in the selected image from the SYSU dataset are mainly located in forest areas and show irregular shapes, which places higher requirements on algorithm performance. As shown in Table 3, the MA of the FRIH-SEEDSAM algorithm is only 0.1290, while its OA and Kappa reach 0.9147 and 0.8262, respectively. Meanwhile, its Recall and F1 are 0.0729 and 0.0526 higher than those of the corresponding second-best algorithms, CFRL and PCAKMeans, respectively. Since each image in the SYSU dataset is only 256 × 256 pixels, the available spatial contextual information is limited. Under Gaussian noise interference, real change information is more easily affected by background texture and noise. By introducing SEEDSAM segmentation, FRIH-SEEDSAM uses the centroids of the regions obtained from SEEDS superpixel segmentation as point prompts for SAM. This prompt strategy makes the SEEDSAM segmentation results better conform to the local change intensity distribution in the change intensity map, allowing the algorithm to more effectively extract change information from the change intensity map and improve the comprehensive detection performance by imposing object-region constraints.

3.2. Sensitivity Analysis to Gaussian Noise

In this section, noise sensitivity experiments were conducted for FRIH-SEEDSAM and the comparison algorithms, including DeepCVA, GMCD, KPCAMNet, CFRL, PSONet, SGAMFNet and PCAKMeans. In the experiments, Gaussian noise with different intensities was added to images from the Shangtang, DSIFN, CropSCD, MSRS, and SYSU datasets. The mean was set to 0, and the variance ranged from 0.005 to 0.05 with a step size of 0.005. By comparing the changes in detection accuracy under different Gaussian noise intensities, the performance of each algorithm was further evaluated.
As shown in Figure 10, with the increase in Gaussian noise intensity, the FRIH-SEEDSAM algorithm maintained relatively stable change detection performance. Its Kappa remained at 0.8 or above on images from multiple datasets, showing strong robustness against Gaussian noise. The comparison algorithms showed different advantages and disadvantages on images from different datasets, but their overall performance was inferior to that of FRIH-SEEDSAM.
The Kappa values of DeepCVA and PSONet showed large fluctuations on some datasets and generally tended to decrease as the Gaussian noise variance increased. As presented in Table 4, in the CropSCD dataset, when the Gaussian noise variance was 0.005, DeepCVA achieved a Kappa of 0.8920, which was 0.0133 higher than that of FRIH-SEEDSAM. However, when the Gaussian noise variance increased to 0.015, its Kappa dropped to 0.6552, which was 0.2220 lower than that of FRIH-SEEDSAM. In the SYSU dataset, PSONet achieved Kappa values of 0.7058 and 0.6912 at Gaussian noise variances of 0.015 and 0.025, respectively, with a difference of only 0.0146. However, when the Gaussian noise variance was 0.02, its Kappa sharply decreased to 0.3517, indicating that PSONet is relatively sensitive to Gaussian noise interference. KPCAMNet also showed unsatisfactory accuracy on multiple datasets, with its Kappa exceeding 0.5 only on the MSRS dataset. As the Gaussian noise variance increased, the noise influence in the images was further amplified, which instead reduced the detection of some weak non-real change regions by KPCAMNet. As a result, its FA decreased from 0.5914 to 0.4957 with increasing Gaussian noise intensity, but this cannot be regarded as evidence that the detection performance of KPCAMNet improved. SGAMFNet showed considerable performance fluctuations across images from different datasets. On the MSRS image, its Kappa varied from approximately 0.63 to 0.73; by contrast, its Kappa did not exceed 0.50 and 0.37 on the Shangtang and SYSU images, respectively. As the Gaussian noise variance increased, its Kappa showed an overall downward trend, indicating limited stability under noise interference.
The Kappa values of CFRL on the DSIFN, CropSCD, and SYSU datasets show a relatively flat trend as the Gaussian noise variance increases. However, on the Shangtang and MSRS datasets, its Kappa values fluctuate more markedly, indicating that the detection stability of CFRL is influenced to some extent by dataset characteristics. In contrast, the Kappa of GMCD and PCAKMeans was generally stable across all datasets. On the Shangtang dataset, the Kappa of the two algorithms was relatively close, with a minimum difference of only 0.0003. When the Gaussian noise variance increased to 0.05, the accuracy of PCAKMeans declined to some extent due to the influence of noise, and its Kappa was 0.0629 lower than that of GMCD. However, on images from the other datasets, PCAKMeans performed significantly better than GMCD overall. In particular, on the CropSCD dataset, the average Kappa of PCAKMeans was 0.4842 higher than that of GMCD. This is because the images in the CropSCD dataset contain certain brightness differences, causing GMCD to easily misidentify texture details and brightness interference as changed areas, which greatly affected the accuracy of the detection results.
The experimental data show that all comparison algorithms exhibited certain limitations in the noise sensitivity experiments. In contrast, in the Gaussian-noise-robust change detection task, FRIH-SEEDSAM obtains stable change intensity information by combining FRFCM and IRM, and further introduces HCRF and SEEDSAM to impose multi-level constraints on the change intensity information. This enables FRIH-SEEDSAM to identify truly changed areas effectively even when the Gaussian noise intensity increases, while suppressing false detections and missed detections caused by Gaussian noise. FRIH-SEEDSAM maintained high and stable Kappa on all five datasets, indicating that it has stronger robustness under varying Gaussian noise intensities.

3.3. Stability Analysis Under Random Gaussian Noise

Since Gaussian noise is random, its spatial distribution in an image may vary even when the mean and variance remain unchanged. To reduce the influence of randomness associated with a single Gaussian-noise realization on the experimental results, five independent Gaussian-noise realizations with zero mean and a variance of 0.03 were added to the selected image pair from the SYSU dataset. The parameter settings of all algorithms were kept unchanged across the experiments to evaluate their detection stability under different noise realizations.
As shown in Table 5 and Figure 11, FRIH-SEEDSAM achieved the best performance under five independent realizations of random Gaussian noise, with an average Kappa of 0.8291, which was 0.0793 higher than that of PCAKMeans. Its standard deviation was only 0.0163, indicating that the proposed method maintained relatively high and stable detection performance under different spatial distributions of Gaussian noise. CFRL and GMCD achieved average Kappa of 0.6589 and 0.6185, respectively, showing moderate overall performance.
DeepCVA, PSONet, KPCAMNet, and SGAMFNet all obtained relatively low average Kappa. Among them, SGAMFNet exhibited a standard deviation of 0.1401, indicating considerable fluctuations in detection accuracy and high sensitivity to random noise distributions. Although KPCAMNet showed a relatively small standard deviation, its average Kappa was only 0.2672, indicating that its performance remained stable across different Gaussian-noise realizations but consistently at a low accuracy level. Overall, FRIH-SEEDSAM achieved a favorable balance between detection accuracy and result stability under random Gaussian noise.

3.4. Ablation Experiments

To explore the contribution of each functional module in the FRIH-SEEDSAM algorithm to change detection performance, this section removes or replaces the FRFCM, IRM, HCRF, and SEEDSAM components of FRIH-SEEDSAM, and constructs the following models:
(A1)
the complete change detection model.
(A2)
based on the complete change detection model, IRM is replaced with Maximum Mean Discrepancy (MMD) [72].
(A3)
based on the complete change detection model, FRFCM is replaced with standard FCM.
(A4)
based on A3, IRM is replaced with MMD.
(A5)
the SEEDSAM segmentation method in the complete change detection model is replaced with the Simple Linear Iterative Clustering (SLIC) algorithm [73].
(A6)
based on the complete change detection model, HCRF is replaced with a pairwise CRF.
(A7)
based on A2, the HCRF component is removed.
(A8)
the HCRF component is removed from the complete change detection model.
The selected images from the Shangtang and DSIFN datasets, with Gaussian noise of zero mean and a variance of 0.03 added, were used for the ablation experiments. Models A1–A8 were designed to evaluate the contributions of the individual modules in FRIH-SEEDSAM. The parameter settings of FCM and FRFCM were kept consistent, with the fuzziness parameter and the number of clusters fixed at 3.5 and 10, respectively. The weights of the unary, pairwise, and object potentials were fixed at 0.3, 0.5, and 0.9, respectively.
As shown in Figure 12 and Figure 13 and Table 6, the complete model A1 achieved the best comprehensive performance on the Shangtang and DSIFN images, obtaining the best results for evaluation indicators such as OA, Kappa, and F1. Owing to the use of different clustering methods, the two groups of models, A1–A3 and A2–A4, showed clear differences in their detection results. Compared with A3, A1 improved Kappa by 0.0498 and 0.0689 and F1 by 0.0276 and 0.0614 on the Shangtang and DSIFN images, respectively. Compared with A4, A2 improved Kappa by 0.0678 and 0.0472 on the Shangtang and DSIFN images, respectively. The experiments demonstrate that, compared with traditional FCM, FRFCM can suppress the interference of noise with images to a certain extent through morphological reconstruction and membership filtering, and can obtain more stable change intensity information.
In the IRM module ablation experiment, MMD was used to replace IRM as a representative distribution discrepancy measurement method. MMD does not construct many-to-many matching relationships between signal classes; instead, it directly measures the overall difference between the feature distributions of spatially corresponding pixels in the two temporal images, thereby completing change-intensity calculation under the same input conditions. As shown in Figure 12g,h and Figure 13g,h, A7, which adopts MMD, produced more false detections than A8, which adopts IRM. Its Kappa was lower than that of A8 by 0.0862 and 0.2114 on the Shangtang and DSIFN images, respectively. Meanwhile, the difference in detection performance between A1 and A2 was not significant on the Shangtang image. However, on the DSIFN image, A1 achieved Kappa and F1 that were 0.0571 and 0.0365 higher than those of A2, respectively. These results indicate that IRM establishes many-to-many weighted correspondences between the signal classes of the bi-temporal images based on the signal class centers and fuzzy membership degrees, thereby reducing the influence of noise on the correspondences between signal classes and generating more stable change intensity information that is more conducive to change determination.
HCRF and SEEDSAM are jointly used to construct multilevel constraints. Compared with A8, A6, which adopts a pairwise CRF, improved Kappa by 0.0036 and 0.0307 on the Shangtang and DSIFN images, respectively, indicating that incorporating spatial constraints between neighboring pixels can improve change-label inference to a certain extent. A further comparison between A5 and A6 shows that, after introducing an object potential constructed from the SLIC segmentation results into the pairwise CRF, A5 improved Kappa by 0.0063 and 0.0129 on the two images, respectively. These results indicate that HCRF can further improve change detection accuracy by jointly incorporating pixel-level, neighborhood-level, and object-level constraints. However, the improvement provided by the object potential constructed from the SLIC segmentation results is relatively limited. In contrast, after replacing SLIC with SEEDSAM, A1 improved Kappa and F1 by 0.0517 and 0.0259, respectively, over A5 on the DSIFN image, whereas the improvement on the Shangtang image was relatively small, with Kappa increasing by only 0.0036. This is because FRFCM-IRM had already identified the main changed regions in this image, leaving limited room for further accuracy improvement. The experimental results indicate that SEEDSAM can obtain more accurate object-region information from the change intensity map, thereby strengthening the constraint imposed by the object potential on the change labels. However, the segmentation performance of SEEDSAM still depends to some extent on the quality of the change intensity map. When the change intensity of real changed regions is weak, its contribution to improving detection accuracy may be limited.
The above ablation results indicate that the individual components of FRIH-SEEDSAM function at different stages of the change detection process, forming a progressive processing mechanism from noise suppression and change intensity modeling to change-label optimization. The complete model A1 achieved the best comprehensive detection performance on both the Shangtang and DSIFN images, demonstrating the effective coordination and complementarity among the components. Although the improvements in accuracy provided by the components varied between the two images, all of them contributed positively to the detection accuracy and spatial consistency of the complete model.

3.5. Parameter Sensitivity Analysis

Considering that the performance of HCRF is relatively dependent on the weights of the potential functions, Gaussian noise with a mean of 0 and a variance of 0.03 was added to the five datasets to analyze the influence of each potential function weight on the accuracy of the change detection results.
The fixed weights used in the main experiments were adopted as the reference settings, with the unary, pairwise, and object potential weights set to 0.3, 0.5, and 0.9, respectively. Using the control variable method, each potential weight was varied individually from 0 to 1 with a step size of 0.1, while the other two weights were kept at their corresponding fixed reference values, to analyze the influence of each weight on the detection results. To highlight the influence of the weights on the detection results, no post-processing operation was used in this section, so as to avoid eliminating the differences between different weight settings.
The unary potential function is mainly used to describe the correspondence between pixel features and change labels. As shown in Figure 14, the Kappa of the Shangtang, DSIFN, and SYSU images exhibited only slight fluctuations as the unary potential weight varied, indicating that the pairwise and object potentials could, to some extent, reduce the influence of changes in the unary potential weight on change-label inference during the label constraint process for these images. The Kappa of the CropSCD and MSRS images first increased and then decreased as the unary potential weight increased, indicating that an appropriate increase in the unary potential weight helps strengthen the role of pixel-level change intensity information in change-label determination. However, when the weight is excessively high, noise interference may be misclassified as real changes. These results indicate that excessive reliance on the unary potential is unreliable under Gaussian-noise interference, and neighborhood information and object-level constraints need to be jointly incorporated to improve the robustness of change detection.
Compared with the unary potential function, changes in the weight of the pairwise potential function have a more obvious influence on Kappa. The pairwise potential function is mainly used to describe the relationship between the change labels of neighboring pixels. When the change intensities of adjacent pixels are similar, it enhances the consistency of change labels and can suppress noise to a certain extent. When the weight of the pairwise potential function is small, the constraint imposed by spatial neighborhood information is weak. Therefore, as the weight increases, Kappa improves to a certain extent, as observed for the selected images from the Shangtang, DSIFN, and SYSU datasets. However, when the weight of the pairwise potential function exceeds a certain threshold, the true boundaries of ground objects are smoothed because the consistency of change labels among neighboring pixels is overemphasized. For the selected images from the CropSCD and MSRS datasets, Kappa showed an overall decreasing trend as the pairwise potential weight increased. This is because the unary and object potentials were already able to provide relatively effective label constraints. Further strengthening the neighborhood information constraint instead caused erroneous labels induced by Gaussian noise to propagate, thereby producing more false-detection regions. Therefore, an appropriate weight range should be selected according to different scene characteristics to balance boundary preservation and noise suppression.
In the sensitivity analysis of the object potential function weight, as the object potential weight increased from 0 to 0.8, the Kappa values of the images from all datasets showed an overall upward trend. As shown in Table 7, when the object potential weight was 0.8, the Kappa values of the CropSCD, MSRS, and SYSU images were all above 0.8. This indicates that the object potential function can enhance the internal consistency of changed areas, reduce fragmented false detections caused by noise contamination, and improve the detection accuracy of large changed areas. However, when the object potential weight exceeded 0.9, the Kappa of the DSIFN and SYSU images decreased. This is because the same segmented object may contain both truly changed pixels and unchanged pixels, and overemphasizing label consistency within the object may result in incorrect inference of the change labels for some pixels.
The overall experimental results show that the unary potential function, pairwise potential function, and object potential function play complementary roles in HCRF. Specifically, the unary potential function focuses on the pixel’s own features, the pairwise potential function incorporates neighborhood information, and the object potential function enhances the consistency of change labels within objects. Reasonably setting the potential weights according to different land-cover scenes allows the above information to be jointly considered, improving the completeness of change detection results and boundary preservation while reducing missed detections and false detections.

3.6. General Applicability Experiments

To further verify the applicability of the proposed method across different datasets and scenes, two additional pairs of bi-temporal images from each of the Shangtang, DSIFN, SYSU, MSRS, and CropSCD datasets were used for validation. Gaussian noise with a mean of 0 and a variance of 0.03 was added to each image pair, and change detection was performed using the proposed method and the comparison methods. By comparing the detection results of different methods across multiple scenes, the applicability and stability of the proposed method across different datasets and scenes were further verified.
As shown by the visual results in Figure 15, FRIH-SEEDSAM can identify the main changed regions relatively completely and effectively suppress false alarms and missed alarms caused by Gaussian noise. In contrast, DeepCVA produces a large number of scattered false detections in multiple image pairs; KPCAMNet, PSONet, and SGAMFNet exhibit relatively obvious false detections or missed detections in some scenes; although CFRL, GMCD, and PCAKMeans achieve relatively good detection results on some image pairs, their detection performance still fluctuates across different datasets and land-cover scenes.
The quantitative results in Table 8 show that FRIH-SEEDSAM achieves the best Kappa and F1 on all 10 image pairs, obtaining the best comprehensive detection performance. CFRL has the closest result to FRIH-SEEDSAM on CropSCD Pair 2, with an F1 only 0.0434 lower; PCAKMeans also has only a 0.0126 Kappa difference from FRIH-SEEDSAM on CropSCD Pair 1. However, on SYSU Pair 2, the Kappa difference between these two methods and FRIH-SEEDSAM increase to 0.3130 and 0.2638, respectively, indicating that their detection performance fluctuates greatly in different scenes. In addition, KPCAMNet, PSONet and SGAMFNet obtain relatively low detection accuracy on multiple image pairs, in which KPCAMNet gets a Kappa of only 0.0135 on DSIFN Pair 2. To summarize, FRIH-SEEDSAM not only maintains high detection accuracy in different datasets and scenes, but also has better stability and applicability.

4. Discussion

FRIH-SEEDSAM combines robust change intensity modeling with multilevel spatial constraints to perform unsupervised remote sensing change detection under Gaussian-noise interference. The proposed method maintains relatively stable detection performance on selected images from different datasets and under different Gaussian-noise intensities.
FRIH-SEEDSAM suppresses Gaussian-noise interference at both the change intensity construction and change-label inference stages, thereby effectively improving the robustness of change detection. FRFCM-IRM reduces the influence of Gaussian noise on the clustering results and the correspondences between the signal classes of the bi-temporal images, providing relatively reliable change intensity information for subsequent label inference. HCRF incorporates the object segmentation information provided by SEEDSAM, further reducing the influence of residual Gaussian noise on change-label inference. The synergy between these two components enables FRIH-SEEDSAM to preserve the completeness and spatial consistency of changed regions while reducing false detections and missed detections.
However, the proposed algorithm still has some limitations. On the one hand, the SEEDSAM segmentation results are affected by the change intensity map. When the difference information within truly changed areas is not obvious, the constraint effect of the object potential function on change labels may be limited. On the other hand, the sensitivity analysis indicates that the current fixed setting of the potential weights cannot fully adapt to different remote sensing images. Therefore, the potential weights need to be adjusted adaptively according to the characteristics of individual images. Future work can focus on enhancing change intensity information and improving the adaptive adjustment of potential function weights, so as to further improve the generalization ability of the algorithm.

5. Conclusions

To address the interference of Gaussian noise in remote sensing change detection, we propose FRIH-SEEDSAM, an unsupervised Gaussian-noise-robust change detection algorithm. The proposed method generates a pixel-level change intensity map through FRFCM-IRM and performs multi-level change-label inference using SEEDSAM-constrained HCRF. Experimental results show that FRIH-SEEDSAM more effectively identifies truly changed regions and suppresses false detections and missed detections caused by Gaussian noise than the comparison algorithms, thereby achieving reliable detection performance. When the variance of Gaussian noise increases to 0.05, the algorithm can still maintain Kappa of 0.8 or above on selected images from multiple datasets. The ablation experiments further confirm the effectiveness of the proposed framework by showing that FRFCM, IRM, HCRF, and SEEDSAM all contribute positively to detection performance, although their contribution magnitudes vary across scenes. Future work will focus on enhancing change intensity information and developing adaptive potential-weight adjustment strategies to further improve the applicability of the proposed method.

Author Contributions

All the authors have contributed substantially to the manuscript. L.F. and J.S. proposed the methodology. Y.L. and Y.H. performed the experiments and software. L.F. wrote the paper. L.F. and Y.R. analyzed the data. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China, grant number 42161025; the National Natural Science Foundation of China, grant number 41861055; and the Gansu Provincial Education Science and Technology Innovation Project, grant number 2026CXZX-628.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors on request.

Acknowledgments

The authors are grateful to the editor and anonymous reviewers for their helpful and valuable suggestions.

Conflicts of Interest

The authors declare no conflicts of interest. Author Yuxi Hu was employed by CCTEG Information Technology Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

References

  1. Zhu, Z.; Qiu, S.; Ye, S. Remote sensing of land change: A multifaceted perspective. Remote Sens. Environ. 2022, 282, 113266. [Google Scholar] [CrossRef] [Scilit]
  2. Radeloff, V.C.; Roy, D.P.; Wulder, M.A.; Anderson, M.; Cook, B.; Crawford, C.J.; Friedl, M.; Gao, F.; Gorelick, N.; Hansen, M. Need and vision for global medium-resolution Landsat and Sentinel-2 data products. Remote Sens. Environ. 2024, 300, 113918. [Google Scholar] [CrossRef] [Scilit]
  3. 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]
  4. 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]
  5. Jiang, W.; Sun, Y.; Lei, L.; Kuang, G.; Ji, K. Change detection of multisource remote sensing images: A review. Int. J. Digit. Earth 2024, 17, 2398051. [Google Scholar] [CrossRef] [Scilit]
  6. Liu, C.; Zhang, Q.; Huang, H.; Xu, H.; Cheng, X. Identifying where and when urban renewal occurs: A continuous change detection-based framework using two decades’ worth of Landsat data. Int. J. Digit. Earth 2025, 18, 2510573. [Google Scholar] [CrossRef] [Scilit]
  7. Zhang, H.; Liu, W.; Zhu, C.; Niu, H.; Yin, P.; Dong, S.; Wu, J.; Li, E.; Zhang, L. Nonagriculturalization Detection Based on Vector Polygons and Contrastive Learning With High-Resolution Remote Sensing Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2024, 17, 18474–18488. [Google Scholar] [CrossRef] [Scilit]
  8. Lim, S.-J.; Sankaran, K.S.; Haldorai, A. A Framework for Flood Disaster Detection From Remote Sensing Images Using Spatiotemporal Fusion With Digital Twin Technology. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 11547–11560. [Google Scholar] [CrossRef] [Scilit]
  9. Rasti, B.; Chang, Y.; Dalsasso, E.; Denis, L.; Ghamisi, P. Image restoration for remote sensing: Overview and toolbox. IEEE Geosci. Remote Sens. Mag. 2021, 10, 201–230. [Google Scholar] [CrossRef] [Scilit]
  10. Wang, Z.; He, X.; Xiao, B.; Chen, L.; Bi, X. RSID-CR: Remote sensing image denoising based on contrastive learning. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2024, 17, 18784–18799. [Google Scholar] [CrossRef] [Scilit]
  11. Zhang, L.; Bai, L.; Li, R.; Feng, J.; Wang, P.; Chen, C. Improvement in panchromatic-guided denoising algorithm for research on Beijing SDGSAT-1 luminous remote sensing image denoising algorithm. Int. J. Digit. Earth 2025, 18, 2494075. [Google Scholar] [CrossRef] [Scilit]
  12. Zhou, Y.; Ren, C.; Zhang, S.; Xue, X.; Liu, Y.; Lu, J.; Ding, C. A second-order method for removing mixed noise from remote sensing images. Sensors 2023, 23, 7543. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  13. Li, D.; Chu, D.; Guan, X.; He, W.; Shen, H. Adaptive regularized low-rank tensor decomposition for hyperspectral image denoising and destriping. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5513917. [Google Scholar] [CrossRef] [Scilit]
  14. Kusetogullari, H.; Yavariabdi, A.; Celik, T. Unsupervised change detection in multitemporal multispectral satellite images using parallel particle swarm optimization. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2015, 8, 2151–2164. [Google Scholar] [CrossRef] [Scilit]
  15. Song, M.; Zhong, Y.; Ma, A. Change detection based on multi-feature clustering using differential evolution for landsat imagery. Remote Sens. 2018, 10, 1664. [Google Scholar] [CrossRef] [Scilit]
  16. Shen, Y.; Wei, Y.; Zhang, H.; Rui, X.; Li, B.; Wang, J. Unsupervised change detection in HR remote sensing imagery based on local histogram similarity and progressive Otsu. Remote Sens. 2024, 16, 1357. [Google Scholar] [CrossRef] [Scilit]
  17. Abdoulaye, A.; Frery, A.C.; Ma, M.; Mei, S. Robust SAR Change Detection Using Hierarchical Clustering With Adaptive Parameter Tuning. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 20487–20498. [Google Scholar] [CrossRef] [Scilit]
  18. Kondmann, L.; Toker, A.; Saha, S.; Schölkopf, B.; Leal-Taixé, L.; Zhu, X.X. Spatial context awareness for unsupervised change detection in optical satellite images. IEEE Trans. Geosci. Remote Sens. 2021, 60, 5614615. [Google Scholar] [CrossRef] [Scilit]
  19. Lin, Y.; Liu, S.; Zheng, Y.; Tong, X.; Xie, H.; Zhu, H.; Du, K.; Zhao, H.; Zhang, J. An unsupervised transformer-based multivariate alteration detection approach for change detection in VHR remote sensing images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2024, 17, 3251–3261. [Google Scholar] [CrossRef] [Scilit]
  20. Leonardi, J.A.; Marsocci, V.; Yordanov, V.; Brovelli, M.A. Integration of geospatial foundation models in unsupervised change detection workflows for landslide identification. Int. J. Digit. Earth 2025, 18, 2547292. [Google Scholar] [CrossRef] [Scilit]
  21. Chen, Y.; Feng, S.; Zhao, C.; Tang, Y.; Tang, J.; Dong, D.; Su, N. Deep Learning for High-Resolution Remote Sensing Change Detection: Task Taxonomy, Datasets, and Perspectives. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 27886–27904. [Google Scholar] [CrossRef] [Scilit]
  22. Lei, T.; Zhang, S.; Lin, S.; Liu, T.; Lv, Z.; Gao, T.; Gong, M.; Nandi, A.K. Remote sensing image change detection using deep learning techniques: A comprehensive survey. Artif. Intell. Rev. 2026, 59, 102. [Google Scholar] [CrossRef] [Scilit]
  23. Nelson, R.F. Detecting forest canopy change due to insect activity using Landsat MSS. Photogramm. Eng. Remote Sens. 1983, 49, 1303–1314. [Google Scholar]
  24. Howarth, P.J.; Wickware, G.M. Procedures for change detection using Landsat digital data. Int. J. Remote Sens. 1981, 2, 277–291. [Google Scholar] [CrossRef] [Scilit]
  25. Fung, T.; LeDrew, E. Application of principal components analysis to change detection. Photogramm. Eng. Remote Sens. 1987, 53, 1649–1658. [Google Scholar]
  26. Malila, W.A. Change vector analysis: An approach for detecting forest changes with Landsat. In Proceedings of the 6th Annual Symposium on Machine Processing of Remotely Sensed Data, West Lafayette, IN, USA, 3–6 June 1980; Laboratory for Applications of Remote Sensing, Purdue University: West Lafayette, IN, USA, 1980; pp. 326–335. [Google Scholar]
  27. Bruzzone, L.; Prieto, D.F. Automatic analysis of the difference image for unsupervised change detection. IEEE Trans. Geosci. Remote Sens. 2000, 38, 1171–1182. [Google Scholar] [CrossRef] [Scilit]
  28. Patra, S.; Ghosh, S.; Ghosh, A. Histogram thresholding for unsupervised change detection of remote sensing images. Int. J. Remote Sens. 2011, 32, 6071–6089. [Google Scholar] [CrossRef] [Scilit]
  29. Zhang, F.; Zheng, S.; Ma, F.; Yin, Q.; Zhou, Y. SAR image change detection via generalized extreme value (GEV) modeling. Pattern Recognit. 2026, 170, 112040. [Google Scholar] [CrossRef] [Scilit]
  30. Lee, G.; Kim, K.-T. Unsupervised SAR Change Detection of Small Objects via Fusion of Difference Images. Proc. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2026, 19, 10394–10409. [Google Scholar] [CrossRef] [Scilit]
  31. Ghosh, A.; Mishra, N.S.; Ghosh, S. Fuzzy clustering algorithms for unsupervised change detection in remote sensing images. Inf. Sci. 2011, 181, 699–715. [Google Scholar] [CrossRef] [Scilit]
  32. Hao, M.; Zhang, H.; Shi, W.; Deng, K. Unsupervised change detection using fuzzy c-means and MRF from remotely sensed images. Remote Sens. Lett. 2013, 4, 1185–1194. [Google Scholar] [CrossRef] [Scilit]
  33. Benedek, C.; Shadaydeh, M.; Kato, Z.; Szirányi, T.; Zerubia, J. Multilayer Markov random field models for change detection in optical remote sensing images. ISPRS J. Photogramm. Remote Sens. 2015, 107, 22–37. [Google Scholar] [CrossRef] [Scilit]
  34. Bezdek, J.C.; Ehrlich, R.; Full, W. FCM: The fuzzy c-means clustering algorithm. Comput. Geosci. 1984, 10, 191–203. [Google Scholar] [CrossRef] [Scilit]
  35. Mishra, N.S.; Ghosh, S.; Ghosh, A. Fuzzy clustering algorithms incorporating local information for change detection in remotely sensed images. Appl. Soft Comput. 2012, 12, 2683–2692. [Google Scholar] [CrossRef] [Scilit]
  36. Ahmed, M.N.; Yamany, S.M.; Mohamed, N.; Farag, A.A.; Moriarty, T. A modified fuzzy c-means algorithm for bias field estimation and segmentation of MRI data. IEEE Trans. Med. Imaging 2002, 21, 193–199. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  37. Chen, S.; Zhang, D. Robust image segmentation using FCM with spatial constraints based on new kernel-induced distance measure. IEEE Trans. Syst. Man. Cybern. Part B Cybern. 2004, 34, 1907–1916. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  38. Krinidis, S.; Chatzis, V. A robust fuzzy local information C-means clustering algorithm. IEEE Trans. Image Process. 2010, 19, 1328–1337. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  39. Cao, G.; Zhou, L.; Li, Y. A new change-detection method in high-resolution remote sensing images based on a conditional random field model. Int. J. Remote Sens. 2016, 37, 1173–1189. [Google Scholar] [CrossRef] [Scilit]
  40. Geman, S.; Geman, D. Stochastic relaxation, Gibbs distributions, and the Bayesian restoration of images. IEEE Trans. Pattern Anal. Mach. Intell. 1984, PAMI-6, 721–741. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  41. Chen, K.; Huo, C.; Cheng, J.; Zhou, Z.; Lu, H. Change detection based on adaptive Markov Random Fields. In Proceedings of the 2008 19th International Conference on Pattern Recognition, Tampa, FL, USA, 8–11 December 2008; pp. 1–4. [Google Scholar]
  42. Zhang, X.; Shi, W.; Hao, M.; Shao, P.; Lyu, X. Level set incorporated with an improved MRF model for unsupervised change detection for satellite images. Eur. J. Remote Sens. 2017, 50, 202–210. [Google Scholar] [CrossRef] [Scilit]
  43. Lafferty, J.; McCallum, A.; Pereira, F.C. Conditional random fields: Probabilistic models for segmenting and labeling sequence data. In Proceedings of the 18th International Conference on Machine Learning, Williamstown, MA, USA, 28 June–1 July 2001; pp. 282–289. [Google Scholar]
  44. Krähenbühl, P.; Koltun, V. Efficient inference in fully connected CRFs with Gaussian edge potentials. In Proceedings of the 25th International Conference on Neural Information Processing Systems, Granada, Spain, 12–15 December 2011; pp. 109–117. [Google Scholar]
  45. Lv, P.; Zhong, Y.; Zhao, J.; Zhang, L. Unsupervised change detection based on hybrid conditional random field model for high spatial resolution remote sensing imagery. IEEE Trans. Geosci. Remote Sens. 2018, 56, 4002–4015. [Google Scholar] [CrossRef] [Scilit]
  46. Wang, D.; Gao, L.; Qu, Y.; Sun, X.; Liao, W. Frequency-to-spectrum mapping GAN for semisupervised hyperspectral anomaly detection. CAAI Trans. Intell. Technol. 2023, 8, 1258–1273. [Google Scholar] [CrossRef] [Scilit]
  47. Wang, L.; Zhang, J.; Wang, L.; Bruzzone, L. SFFGL: A semantic feature fused global learning framework for multiclass change detection in hyperspectral images. IEEE Geosci. Remote Sens. Lett. 2023, 20, 5508705. [Google Scholar] [CrossRef] [Scilit]
  48. Bergamasco, L.; Bovolo, F.; Bruzzone, L. Multiscale hierarchical losses to preserve hidden-layer features for unsupervised change detection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5635716. [Google Scholar] [CrossRef] [Scilit]
  49. Hou, X.; Bai, Y.; Xie, Y.; Zhang, Y.; Fu, L.; Li, Y.; Shang, C.; Shen, Q. Self-supervised multimodal change detection based on difference contrast learning for remote sensing imagery. Pattern Recognit. 2025, 159, 111148. [Google Scholar] [CrossRef] [Scilit]
  50. Shen, Y.; Bovolo, F.; Wei, Y.; Rui, X. Progressive Self-Optimization Network: An unsupervised change detection method for VHR optical remote sensing imagery. Int. J. Appl. Earth Obs. Geoinf. 2025, 143, 104792. [Google Scholar] [CrossRef] [Scilit]
  51. Zhan, T.; Lan, J.; Zhu, Y.; Dang, Q.; Gong, M. Cross-Domain Difference Representation Learning for Unsupervised Heterogeneous Change Detection. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5630217. [Google Scholar] [CrossRef] [Scilit]
  52. Huang, Z.; Qiu, H.; Hou, M.; Yu, Z.; Wang, S.; Li, X.; Wang, J.; Yan, Y.; Liu, Y. MCECF: A multi-scale complementary enhanced context fusion network for remote sensing change detection. IEEE Trans. Geosci. Remote Sens. 2025, 63, 4407414. [Google Scholar]
  53. Zhang, H.; Yang, S.; Ning, X.; He, Y.; Huang, X.; Zhang, R.; Hao, M. Hyper-neighborhood context-aware transformer network for high-resolution remote sensing change detection. Int. J. Appl. Earth Obs. Geoinf. 2025, 144, 104861. [Google Scholar]
  54. Lv, Z.; Cheng, S.; Xie, L.; Li, J.; Zhao, M. A graph contrastive learning network for change detection with heterogeneous remote sensing images. Pattern Recognit. 2026, 172, 112394. [Google Scholar] [CrossRef] [Scilit]
  55. Béchaz, M.; Dalsasso, E.; Tomoiagă, C.; Detyniecki, M.; Tuia, D. 2Player: A general framework for self-supervised change detection via cooperative learning. ISPRS J. Photogramm. Remote Sens. 2026, 232, 34–47. [Google Scholar] [CrossRef] [Scilit]
  56. 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, Paris, France, 1–6 October 2023; pp. 4015–4026. [Google Scholar]
  57. Zuo, X.; Rui, J.; Ding, L.; Jin, F.; Lin, Y.; Wang, S.; Liu, X.; Lei, J. Integrating Segment Anything Model With Instance-Level Change Generation for Single-Temporal Unsupervised Change Detection. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5631717. [Google Scholar] [CrossRef] [Scilit]
  58. Lei, T.; Jia, X.; Zhang, Y.; He, L.; Meng, H.; Nandi, A.K. Significantly fast and robust fuzzy c-means clustering algorithm based on morphological reconstruction and membership filtering. IEEE Trans. Fuzzy Syst. 2018, 26, 3027–3041. [Google Scholar] [CrossRef] [Scilit]
  59. Wang, J.Z.; Li, J.; Wiederhold, G. SIMPLIcity: Semantics-sensitive integrated matching for picture libraries. IEEE Trans. Pattern Anal. Mach. Intell. 2001, 23, 947–963. [Google Scholar] [CrossRef] [Scilit]
  60. Van den Bergh, M.; Boix, X.; Roig, G.; de Capitani, B.; Van Gool, L. SEEDS: Superpixels extracted via energy-driven sampling. In Proceedings of the European Conference on Computer Vision, Florence, Italy, 7–13 October 2012; pp. 13–26. [Google Scholar]
  61. SenseTime Research. SenseEarth 2020 Change Detection Dataset. 2020. Available online: https://github.com/LiheYoung/SenseEarth2020-ChangeDetection (accessed on 22 June 2026).
  62. 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]
  63. Shi, Q.; Liu, M.; Li, S.; Liu, X.; Wang, F.; Zhang, L. A deeply supervised attention metric-based network and an open aerial image dataset for remote sensing change detection. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5604816. [Google Scholar] [CrossRef] [Scilit]
  64. Liu, S.; Zhao, D.; Zhou, Y.; Tan, Y.; He, H.; Zhang, Z.; Tang, L. Network and dataset for multiscale remote sensing image change detection. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 2851–2866. [Google Scholar] [CrossRef] [Scilit]
  65. Liu, M.; Lin, S.; Zhong, Y.; Shi, Q.; Li, J. A memory-guided network and a novel dataset for cropland semantic change detection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 4410013. [Google Scholar] [CrossRef] [Scilit]
  66. Saha, S.; Bovolo, F.; Bruzzone, L. Unsupervised deep change vector analysis for multiple-change detection in VHR images. IEEE Trans. Geosci. Remote Sens. 2019, 57, 3677–3693. [Google Scholar] [CrossRef] [Scilit]
  67. Tang, X.; Zhang, H.; Mou, L.; Liu, F.; Zhang, X.; Zhu, X.X.; Jiao, L. An unsupervised remote sensing change detection method based on multiscale graph convolutional network and metric learning. IEEE Trans. Geosci. Remote Sens. 2021, 60, 5609715. [Google Scholar] [CrossRef] [Scilit]
  68. Wu, C.; Chen, H.; Du, B.; Zhang, L. Unsupervised change detection in multitemporal VHR images based on deep kernel PCA convolutional mapping network. IEEE Trans. Cybern. 2021, 52, 12084–12098. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  69. Liu, T.; Zhang, M.; Gong, M.; Zhang, Q.; Jiang, F.; Zheng, H.; Lu, D. Commonality Feature Representation Learning for Unsupervised Multimodal Change Detection. IEEE Trans. Image Process. 2025, 34, 1219–1233. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  70. Liu, Y.; You, Z.-H.; Chen, S.-B.; Wang, X.; Xu, L.-X.; Tang, J.; Luo, B. SAM-Guided Attention Maps Fusion for Region Supervised Remote Sensing Image Change Detection. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 24518–24530. [Google Scholar] [CrossRef] [Scilit]
  71. Celik, T. Unsupervised Change Detection in Satellite Images Using Principal Component Analysis and k-Means Clustering. IEEE Geosci. Remote Sens. Lett. 2009, 6, 772–776. [Google Scholar] [CrossRef] [Scilit]
  72. Gretton, A.; Borgwardt, K.M.; Rasch, M.J.; Schölkopf, B.; Smola, A.J. A Kernel Method for the Two-Sample-Problem. Proc. Adv. Neural Inf. Process. Syst. 2006, 19, 513–520. [Google Scholar] [CrossRef] [Scilit]
  73. Achanta, R.; Shaji, A.; Smith, K.; Lucchi, A.; Fua, P.; Süsstrunk, S. SLIC superpixels compared to state-of-the-art superpixel methods. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 2274–2282. [Google Scholar] [CrossRef] [Scilit] [PubMed]
Figure 1. Technical workflow of the FRIH-SEEDSAM algorithm.
Figure 1. Technical workflow of the FRIH-SEEDSAM algorithm.
Remotesensing 18 02821 g001
Figure 2. Schematic diagram of the IRM algorithm.
Figure 2. Schematic diagram of the IRM algorithm.
Remotesensing 18 02821 g002
Figure 3. Structure of the HCRF. The red squares denote the pixel and its neighborhood, respectively.
Figure 3. Structure of the HCRF. The red squares denote the pixel and its neighborhood, respectively.
Remotesensing 18 02821 g003
Figure 4. Schematic illustration of the SEEDSAM segmentation principle.
Figure 4. Schematic illustration of the SEEDSAM segmentation principle.
Remotesensing 18 02821 g004
Figure 5. Change detection results on the Shangtang dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Figure 5. Change detection results on the Shangtang dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Remotesensing 18 02821 g005
Figure 6. Change detection results on the DSIFN dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Figure 6. Change detection results on the DSIFN dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Remotesensing 18 02821 g006
Figure 7. Change detection results on the CropSCD dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Figure 7. Change detection results on the CropSCD dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Remotesensing 18 02821 g007
Figure 8. Change detection results on the MSRS dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Figure 8. Change detection results on the MSRS dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Remotesensing 18 02821 g008
Figure 9. Change detection results on the SYSU dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Figure 9. Change detection results on the SYSU dataset. (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ground truth; (d) Ours; (e) DeepCVA; (f) GMCD; (g) KPCAMNet; (h) CFRL; (i) PSONet; (j) SGAMFNet; (k) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Remotesensing 18 02821 g009
Figure 10. Sensitivity of different algorithms to Gaussian noise. (a) Shangtang; (b) DSIFN; (c) CropSCD; (d) MSRS; (e) SYSU.
Figure 10. Sensitivity of different algorithms to Gaussian noise. (a) Shangtang; (b) DSIFN; (c) CropSCD; (d) MSRS; (e) SYSU.
Remotesensing 18 02821 g010
Figure 11. Change detection results of different algorithms under five independent realizations of random Gaussian noise on the selected SYSU image pair. (a) Ours; (b) DeepCVA; (c) GMCD; (d) KPCAMNet; (e) CFRL; (f) PSONet; (g) SGAMFNet; (h) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Figure 11. Change detection results of different algorithms under five independent realizations of random Gaussian noise on the selected SYSU image pair. (a) Ours; (b) DeepCVA; (c) GMCD; (d) KPCAMNet; (e) CFRL; (f) PSONet; (g) SGAMFNet; (h) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Remotesensing 18 02821 g011
Figure 12. Ablation results on the selected Shangtang image. (a) A1; (b) A2; (c) A3; (d) A4; (e) A5; (f) A6; (g) A7; (h) A8. Red and green areas denote false detections and missed detections, respectively.
Figure 12. Ablation results on the selected Shangtang image. (a) A1; (b) A2; (c) A3; (d) A4; (e) A5; (f) A6; (g) A7; (h) A8. Red and green areas denote false detections and missed detections, respectively.
Remotesensing 18 02821 g012
Figure 13. Ablation results on the selected DSIFN image. (a) A1; (b) A2; (c) A3; (d) A4; (e) A5; (f) A6; (g) A7; (h) A8. Red and green areas denote false detections and missed detections, respectively.
Figure 13. Ablation results on the selected DSIFN image. (a) A1; (b) A2; (c) A3; (d) A4; (e) A5; (f) A6; (g) A7; (h) A8. Red and green areas denote false detections and missed detections, respectively.
Remotesensing 18 02821 g013
Figure 14. Sensitivity of potential function weights. (a) Unary potential weight; (b) Pairwise potential weight; (c) Object potential weight.
Figure 14. Sensitivity of potential function weights. (a) Unary potential weight; (b) Pairwise potential weight; (c) Object potential weight.
Remotesensing 18 02821 g014
Figure 15. Visual comparison of change detection results in the general applicability experiments: (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ours; (d) DeepCVA; (e) GMCD; (f) KPCAMNet; (g) CFRL; (h) PSONet; (i) SGAMFNet; (j) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Figure 15. Visual comparison of change detection results in the general applicability experiments: (a) Time 1 image with noise; (b) Time 2 image with noise; (c) Ours; (d) DeepCVA; (e) GMCD; (f) KPCAMNet; (g) CFRL; (h) PSONet; (i) SGAMFNet; (j) PCAKMeans. Red and green areas denote false detections and missed detections, respectively.
Remotesensing 18 02821 g015
Table 1. Accuracy of change detection results.
Table 1. Accuracy of change detection results.
DatasetMethodEvaluation Indicators
FAMAOAKappaRecallF1
ShangtangOurs0.04140.18620.90590.80360.81380.8803
DeepCVA0.18120.22420.83180.65340.77580.7967
GMCD0.12830.32760.81870.61760.67240.7592
KPCAMNet0.40970.40440.65240.28970.59560.5929
CFRL0.50000.47310.57490.13640.52680.5130
PSONet0.17570.79320.64410.19300.20670.3306
SGAMFNet0.39120.22300.69300.39380.77700.6827
PCAKMeans0.15300.32000.81180.60480.68000.7544
DSIFNOurs0.14630.10890.88410.76620.89110.8720
DeepCVA0.19820.32880.78070.54820.67120.7307
GMCD0.23090.45780.72500.42550.54220.6360
KPCAMNet0.34890.49230.66130.29790.50770.5705
CFRL0.13680.39460.78250.54560.60530.7116
PSONet0.31960.71420.62390.19010.28570.4024
SGAMFNet0.22690.30020.77590.54160.69980.7346
PCAKMeans0.12900.26120.83570.66190.73880.7994
CropSCDOurs0.16990.01540.95750.87400.98460.9008
DeepCVA0.22930.11340.92620.77810.88660.8246
GMCD0.60870.16200.71310.36370.83800.5335
KPCAMNet0.63860.42380.71780.26810.57620.4442
CFRL0.18790.14820.93240.78920.85170.8314
PSONet0.29270.34030.87990.60860.65960.6826
SGAMFNet0.47260.23050.81990.51270.76950.6259
PCAKMeans0.20080.04360.94440.83570.95640.8708
Note: The best result for each indicator is shown in bold, and the second-best result is underlined.
Table 2. Accuracy of change detection results on the MSRS dataset.
Table 2. Accuracy of change detection results on the MSRS dataset.
DatasetMethodEvaluation Indicators
FAMAOAKappaRecallF1
MSRSOurs0.19630.04980.96720.85210.95020.8708
DeepCVA0.83540.49530.64400.08810.50470.2483
GMCD0.60490.34130.84280.40770.65870.4939
KPCAMNet0.51300.26140.87890.51950.73860.5869
CFRL0.47080.20090.89370.57740.79900.6366
PSONet0.57960.85930.87730.16180.14060.2108
SGAMFNet0.33900.26660.92510.65280.73340.6953
PCAKMeans0.24530.30460.93820.68910.69540.7238
Note: The best result for each indicator is shown in bold, and the second-best result is underlined.
Table 3. Accuracy of change detection results on the SYSU dataset.
Table 3. Accuracy of change detection results on the SYSU dataset.
DatasetMethodEvaluation Indicators
FAMAOAKappaRecallF1
SYSUOurs0.06730.12900.91470.82620.87100.9008
DeepCVA0.21380.20490.81280.62140.79510.7907
GMCD0.15450.25540.82600.64340.74460.7919
KPCAMNet0.41450.37440.63670.26930.62560.6049
CFRL0.15080.20180.84720.68880.79810.8228
PSONet0.06770.44320.78490.54630.55670.6971
SGAMFNet0.31020.61220.65030.25960.38780.4965
PCAKMeans0.05220.23250.87790.74790.76750.8482
Note: The best result for each indicator is shown in bold, and the second-best result is underlined.
Table 4. Kappa of comparative algorithms under different Gaussian noise variances.
Table 4. Kappa of comparative algorithms under different Gaussian noise variances.
DatasetMethodKappa
0.0050.010.0150.020.0250.030.0350.040.0450.05
ShangtangOurs0.80910.81150.80740.80480.80250.80360.80260.79310.79660.7923
DeepCVA0.71060.69430.65530.67600.63280.65340.60830.59500.56950.6401
GMCD0.66800.65360.65210.63810.64050.61760.62030.60380.58860.6042
KPCAMNet0.32470.31170.30890.28170.27510.28970.27020.26110.25270.2499
CFRL0.45550.26810.24970.21700.22300.13640.19870.21900.27460.1750
PSONet0.22870.30640.60920.19360.20240.19300.07680.11880.05930.0649
SGAMFNet0.41480.44080.44270.49870.44570.39380.35970.35530.31330.3641
PCAKMeans0.66630.65680.64540.63780.63170.60480.59790.57850.55320.5413
DSIFNOurs0.79140.78840.77550.77580.79700.76620.77440.77150.76880.7620
DeepCVA0.60650.59330.58450.60850.51490.54820.48300.55020.50410.5227
GMCD0.42090.43880.44050.42470.42660.42550.40140.39970.39500.4136
KPCAMNet0.26250.27300.28300.29140.30960.29790.30660.30880.31330.3068
CFRL0.53920.54140.50320.53890.55370.54560.50320.51530.52680.5544
PSONet0.32490.24920.15840.15070.15960.19010.16790.14950.15900.2110
SGAMFNet0.56700.57590.57760.61950.63070.54160.49890.48190.48700.3025
PCAKMeans0.64930.65550.65610.65670.66210.66190.65280.64430.64730.6528
CropSCDOurs0.87870.87680.87720.85700.87170.87400.87580.85280.87390.8516
DeepCVA0.89200.75870.65520.74130.73190.77810.72950.83480.83590.8197
GMCD0.36090.35130.30490.34350.35570.36370.35070.36600.35430.3499
KPCAMNet0.32030.29980.27190.24960.21230.26810.20300.25960.26010.1997
CFRL0.80850.82170.82350.81180.77550.78920.82600.82190.81060.7756
PSONet0.82760.81470.83450.78070.80210.60860.71580.59070.44030.3038
SGAMFNet0.52700.69760.68820.53320.50350.51270.52690.49250.48370.4158
PCAKMeans0.82650.83150.83350.83520.83620.83570.83480.83630.83660.8334
MSRSOurs0.86120.86060.85700.85780.85590.85210.84260.83880.85800.8503
DeepCVA0.27140.15200.16370.13590.11190.08810.06760.07500.04250.1085
GMCD0.46340.45540.44750.44070.42270.40770.41690.45790.42110.4528
KPCAMNet0.44450.46490.48390.49770.50380.51950.51600.52270.52550.5345
CFRL0.58620.58850.57310.45350.39590.57740.62800.47440.45220.5796
PSONet0.42920.35410.36580.29840.18390.16180.14250.13200.15570.1169
SGAMFNet0.70320.73250.66280.66090.66430.65280.64280.64950.63860.6373
PCAKMeans0.68440.68340.68310.68490.68860.68910.69480.69790.69670.6942
SYSUOurs0.81980.80160.81320.81350.81230.82620.83430.82230.81210.8153
DeepCVA0.73260.70070.66520.52330.55870.62140.62020.64840.65300.6025
GMCD0.62740.60750.62580.63300.61960.64340.62310.64350.64200.6562
KPCAMNet0.31640.30900.29130.27510.26000.26930.24580.23740.24860.2389
CFRL0.72930.72810.67810.71140.69840.68880.67650.70790.72770.7011
PSONet0.71070.70510.70580.35170.69120.54630.62870.67030.61740.4720
SGAMFNet0.31950.31730.36270.29630.28760.25960.25510.26420.25730.2488
PCAKMeans0.76550.76010.75800.75430.74970.74790.74760.74430.74450.7494
Table 5. Kappa of different algorithms under five independent realizations of random Gaussian noise on the selected SYSU image pair.
Table 5. Kappa of different algorithms under five independent realizations of random Gaussian noise on the selected SYSU image pair.
DatasetMethodRandom Gaussian-Noise Realization
R1R2R3R4R5MeanStandard Deviation
SYSUOurs0.82260.83390.82490.81010.85410.82910.0163
DeepCVA0.44760.40000.51190.43940.47540.45490.0418
GMCD0.60460.59040.60730.63670.65340.61850.0258
KPCAMNet0.27060.27050.27130.25500.26840.26720.0069
CFRL0.72450.61280.68570.66680.60480.65890.0504
PSONet0.39840.32400.35000.53870.47270.41670.0886
SGAMFNet0.13120.27700.50920.22850.24590.27840.1401
PCAKMeans0.75020.75380.74590.75050.74850.74980.0029
Table 6. Accuracy of different models in the ablation experiments.
Table 6. Accuracy of different models in the ablation experiments.
DatasetMethodEvaluation Indicators
FAMAOAKappaRecallF1
ShangtangA10.04140.18620.90590.80360.81380.8803
A20.04670.18980.90250.79650.81020.8760
A30.09780.19160.88130.75380.80840.8527
A40.13700.17980.86830.72870.82020.8411
A50.06130.17240.90380.80000.82760.8797
A60.06660.17480.90070.79370.82520.8760
A70.17410.16500.85510.70390.83500.8304
A80.07280.17310.89880.79010.82690.8742
DSIFNA10.14630.10890.88410.76620.89110.8720
A20.14810.18020.85700.70910.81980.8355
A30.04000.29860.85470.69730.70140.8106
A40.18650.19090.83320.66190.80910.8113
A50.18650.11860.85790.71450.88140.8461
A60.17980.14660.85210.70160.85340.8365
A70.36660.11350.72230.45950.88650.7389
A80.16120.21290.83860.67090.78710.8121
Note: The best result for each indicator is shown in bold, and the second-best result is underlined.
Table 7. Kappa variation with potential-function weights across datasets.
Table 7. Kappa variation with potential-function weights across datasets.
WeightDataset00.10.20.30.40.50.60.70.80.91
Unary potential weightShangtang0.76050.76140.76280.76390.76410.76410.76450.76480.76480.76460.7476
DSIFN0.63400.62830.63800.64830.64290.63680.64400.64200.64090.64030.6402
CropSCD0.80220.81790.82420.83210.83230.84440.84520.84530.84430.77630.7746
MSRS0.79310.81540.82820.84070.84700.84820.84880.84890.66610.66070.6567
SYSU0.80720.80430.79780.79600.79220.78890.78780.78750.78670.78570.7852
Pairwise potential weightShangtang0.75130.75630.75980.76810.76310.76390.75830.75160.73960.74280.7363
DSIFN0.60260.60620.62480.63010.63850.64830.63700.60880.58850.57770.5577
CropSCD0.89080.88350.86430.85000.84720.83210.79870.78240.77450.75880.7639
MSRS0.86070.86140.86040.85700.85360.84070.77960.71580.67820.65510.6367
SYSU0.72340.72400.72930.73130.73430.79600.80340.79490.78500.78420.7839
Object potential weightShangtang0.72110.72620.72680.73560.73240.74620.75090.75740.76080.76390.7612
DSIFN0.52800.53450.54970.56160.57120.58690.60850.63300.64560.64830.6375
CropSCD0.74020.74500.74660.75710.76490.77210.78190.79110.80940.83210.8454
MSRS0.54200.55980.58340.61010.64240.67570.71690.76600.80880.84070.8519
SYSU0.77740.77830.78140.78280.78660.78390.79360.79640.80400.79600.7351
Table 8. Quantitative comparison of different methods in the general applicability experiments.
Table 8. Quantitative comparison of different methods in the general applicability experiments.
MethodImage PairShangtangDSIFNCropSCDMSRSSYSU
KappaF1KappaF1KappaF1KappaF1KappaF1
OursPair 10.81690.87130.72370.82350.80560.88640.70980.75790.74060.8742
Pair 20.81010.84730.77540.91190.83710.88070.73100.76680.76800.8621
DeepCVAPair 10.37370.61160.39500.65160.05830.43950.13570.33220.38260.7069
Pair 20.27650.50060.23600.63070.37580.56770.30560.44110.58500.7679
GMCDPair 10.67700.77040.60300.72960.43060.65110.33630.44810.36410.6154
Pair 20.59130.68090.10640.52040.74110.80530.45600.53870.48040.6260
KPCAMNetPair 10.41300.58810.10140.42030.07550.49960.34460.45670.26290.5250
Pair 20.48360.61060.01350.56390.52990.65330.32530.44210.52550.6930
CFRLPair 10.55330.70140.26150.51470.49850.69780.60230.65150.43630.6838
Pair 20.44070.57640.26840.58600.78320.83730.46890.55870.45500.6170
PSONetPair 10.61230.74120.19220.35870.06840.15620.51780.58810.22740.4246
Pair 20.55470.64070.11830.33930.23840.32360.30700.42630.58850.7380
SGAMFNetPair 10.14470.45920.30240.52950.25680.48760.66260.71190.27280.6230
Pair 20.25300.44880.06280.29040.21680.42950.24910.36180.20010.3622
PCAKMeansPair 10.76910.83630.51840.66860.79300.87780.61900.66100.47860.6680
Pair 20.64980.71650.48680.71590.77660.82220.57150.63360.50420.6435
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

Fan, L.; Song, J.; Li, Y.; Hu, Y.; Ren, Y. Unsupervised Gaussian-Noise-Robust Remote Sensing Change Detection via FRFCM-IRM Change Intensity Modeling and SEEDSAM-Constrained HCRF. Remote Sens. 2026, 18, 2821. https://doi.org/10.3390/rs18162821

AMA Style

Fan L, Song J, Li Y, Hu Y, Ren Y. Unsupervised Gaussian-Noise-Robust Remote Sensing Change Detection via FRFCM-IRM Change Intensity Modeling and SEEDSAM-Constrained HCRF. Remote Sensing. 2026; 18(16):2821. https://doi.org/10.3390/rs18162821

Chicago/Turabian Style

Fan, Lei, Jiaxin Song, Yikun Li, Yuxi Hu, and Yingang Ren. 2026. "Unsupervised Gaussian-Noise-Robust Remote Sensing Change Detection via FRFCM-IRM Change Intensity Modeling and SEEDSAM-Constrained HCRF" Remote Sensing 18, no. 16: 2821. https://doi.org/10.3390/rs18162821

APA Style

Fan, L., Song, J., Li, Y., Hu, Y., & Ren, Y. (2026). Unsupervised Gaussian-Noise-Robust Remote Sensing Change Detection via FRFCM-IRM Change Intensity Modeling and SEEDSAM-Constrained HCRF. Remote Sensing, 18(16), 2821. https://doi.org/10.3390/rs18162821

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

Article Metrics

Back to TopTop