$$\rightleftharpoonup{xx}$$
$$\longleftharp{xx}$$,
$$\longrightharp{xx}$$,
Unprecedented levels of urbanization in the global environment, environmental resource loss, and alterations of the landscape due to climate have directly triggered the necessity to provide an exact, timely and automatic system of monitoring that can identify and measure changes over the surface of the Earth. Satellite remote sensing has grown to be the basic building block of mass environmental surveillance since they provide consistent temporal and spatial coverage in addition to being vital in the complete examination of the change. Bi-temporal Satellite imagery change detection is the characterization of surface changes between two sequential acquisitions of the same geographical region. It is a complicated process, though, because of the numerous confounding variables, including the variation of the seasons, the weather conditions, sensor properties, geometrical distortions, and phenomenological alterations that may obscure or resemble the real in land cover. The manual image interpretation of satellite imagery currently in use is time-consuming, subjective, and not suitable to cope with the continually growing quantities of earth observation information generated by the current satellite constellations. This is the basic limitation that has resulted in the creation of automated change detection solutions. Conventional pixel-based1 and object-based change detection2 methods tend to be poorly suited to operate within the limits of these complexities and have a low standard of robustness to apply to a large range of geographic units and temporal scales. Deep learning architectures, particularly convolutional neural networks and variants, enable the extraction of hierarchical features that represent low-level spectral detail and high-level semantic patterns relevant for distinguishing changes. Deep learning change detection models have proven to be highly promising in capturing latent spatio-temporal changes in remote sensing data, and in identifying the true land cover versus pseudo changes, introduced by extraneous factors. These end-to-end learning approaches take advantage of the fact that features can be extracted and classification can be performed optimally at once. Despite substantial progress in change detection accuracy, most existing approaches remain difficult to deploy in real-world operational environments. Transformer-based approaches3, though efficient in the global context, have a high parameter count, quadratic computational complexity, inference latency, and high energy consumption. Siamese CNN-based architectures, on the other hand, are superior in efficiency, yet have small receptive fields and lack global contextual modelling in large part, thus significantly worsening performance. These constraints are further exacerbated in the large-scale and resource-constrained environments, where scalability and operational cost are critical considerations. Scalability, energy efficiency, and the speed at which inferences are made are frequently vital in an emergency response setting, and there is a need to create solutions that balance performance and deployability. Therefore, a gap remains between accuracy-focused computationally-intensive models and the practical requirements of real-world deployment.
To overcome such issues, an Interactive Multiscale Attention Fusion (IMAF) with Sparse Feature Convolution (SFC) Network is proposed, which focuses on the design of an efficient and deployable change detection framework as opposed to accuracy optimization alone. The proposed solution focuses on optical satellite image pairs, usually RGB or high-resolution multispectral images (0.5-30 m resolution), acquired by satellites, e.g., Landsat, Sentinel-2, or WorldView. The technique presupposes precise geometric co-registration of bi-temporal pairs, because registration errors can also have a considerable effect on detection. It deals with binary change detection (as opposed to multi-class semantic change) and cannot distinguish between various change types. More than this, the method uses radiometrically corrected imagery to reduce the effects of seasonal, atmospheric, and illumination changes, which would be mistaken as land cover change. As opposed to the traditional Siamese CNNs4 that separate bi-temporal images with the aid of a simple concatenation, the proposed IMAF module allows multiscale contextual fusion of both global and local features. Recent transformer-based approaches, such as BIT5 and ChangeFormer3 are getting very good results, but their self-attention mechanisms have the O(N2) complexity. The proposed framework captures subtle changes with bidirectional attention, reducing computational complexity and inference latency. In addition to that, the proposed design is sparsity-aware, which is superior to dense multiscale fusion designs such as UNet++6,7 and SNUNet8. The sparse feature convolution with the ghost module reduces FLOPs by approximately 50%, preserving representation quality. Thus, the proposed framework favors an accuracy-efficiency tradeoff for reliable deployment on resource-constrained environments.
The main contributions of this study are: (i) A lightweight change detector that attains a competitive F1-score using 19 times fewer parameters compared with transformer-based counterparts. (ii) An Interactive Multiscale Attention Fusion module that obtains global contextual information without the quadratic computational cost of the traditional self-attention mechanisms. (iii) A convolution scheme with feature sparsity based on Ghosts modules, which minimizes the floating-point operations by 49.4 percent with no quality degradation in the feature representation. (iv) Extensive experimental validation on a large set of benchmark datasets, with better efficiency-accuracy trade-offs and reasonable practicability of actual application in the real world.
The remainder of this manuscript comprises the following sections: Section 2 gives an extensive overview of the recent work in the area of binary change detection methodologies, with special attention given to deep learning solutions and their implementation on standard benchmarks. Section 3 gives the theoretical background and structural design of the proposed solution, mathematical representation of the temporal fusion mechanism and the attention elements, the characteristics of the experimental setup, datasets, evaluation metrics, and implementation details required to produce reproducible research. Section 4 illustrates detailed experimental findings that comprise ablation, comparisons with the latest binary change detection algorithms that explain the capacity in various geographical areas in the OSCD and SZTAKI Airchange datasets. Section 5 determines the outcome of findings, limitations of a current approach, and possibilities of future research in change detection.
The development of change detection algorithms in remote sensing has been greatly changed from pixel-based methods to deep learning frameworks. Early change detection procedures were mainly based on algebraic processes like image differencing, image rationing, and change vector analysis, which worked directly on pixel values to detect temporal changes9,10. Alternative methods involving post-classification comparison were developed, in which each temporal image was independently classified and then compared with cross-tabulation11. Object-based change detection techniques represented an important step of progress with the introduction of spatial context as well as mitigation of pixel-level noise2,12.
The advent of deep learning techniques has revolutionized the space of remote sensing change detection and paved the way for overcoming several constraints in traditional techniques. Recently, Convolution Neural Networks (CNN's) have become the standard architecture for automated feature extraction and change classification13,14. Siamese NestedUNet for Change Detection14and Siamese Swin-Unet15 have emerged as a significant innovation owing to densely connected Siamese network topology, which helps to effectively retain information of localization across the hierarchy of the network.
The problem of bi-temporal change detection in high-resolution optical remote sensing is still difficult to resolve because of a variety of confounding factors, and the attention-based multi-scale transformer networks with the elaborate features fusion strategies have been proposed16. The EGMT-CD framework proposed edge-guided multimodal transformers of heterogeneous image pairs, where the homologous images are not accessible because of cloud cover17. Architectures like DASUNet break through manual deep learning bottlenecks in the full-scale feature fusion, with 0.85% higher F1 index improvement over SNUNet-24 on the CDD dataset using improved gradient flow18. Hybrid CNN-Transformer models deal with the issue of false negatives at a higher cost by providing an additional on-cost on the frequency components to feature learning19. The hybrid U-shaped transformer networks20, however, are still difficult to provide local-global features integration and changes in regions that periodically occur, even on a small scale. The use of multitask semantic change detection, and precise location and class identification is more complicated compared to binary tasks21,22. Bi-temporal correlations can be successfully modeled by cross-attention without significant architectural changes14,23. The perspective-language paradigm expression is also a recent frontier with CLIP-based designs combining textual explanations into change correspondence24 and semi-supervised patterns eliminating reliance on labelled data25. Change Mamba presents the state space models of spatio-temporal models26,27. Different applications of specialized attention methods are demonstrated: addressing the use of hyperspectral anomaly detection28, multiarea target classification29, or limited-label segmentation30, and demonstrate the flexibility of attention mechanisms in remote sensing analytics.
| Authors | Method/Architecture | Technical Specifications | Key Innovation & Findings / Dataset Performance |
| Singh, A. [8] | Traditional Methods | Pixel-based differencing, CVA | Digital change detection framework, Multiple datasets, Accuracy: 65-80% |
| Mas, J.F. [10] | Post-classification | Independent temporal classification | Comparative methodology analysis, Tropical imagery, OA: 72-85% |
| Lu et al. [9] | Traditional Methods | Algebraic operations, CVA, PCA | Comprehensive technique comparison, Multiple sources, Accuracy: 70-88% |
| Benedek & Szirányi [23] | Mixed Markov Model | Multilayer conditional framework | Probabilistic change modeling, Sztaki AirChange, DA: 92.1% |
| Blaschke, T. [2] | Object-based | Segmentation-based analysis | Spatial context integration, Various HR imagery, SA: 85-92% |
| Chen et al. [11] | Object-based | Multi-scale segmentation | Hierarchical object analysis, HR imagery, OA: 87.3% |
| Zhan et al. [12] | Siamese CNN | 5-layer CNN, kernel size 3×3 | Deep siamese architecture for CD, Aerial images, F1: 0.847, IoU: 0.735 |
| Daudt et al. [4] | Siamese FCN | FC-EF, FC-Siam-diff, FC-Siam-conc | Early/late fusion strategies, OSCD, F1: 0.431, IoU: 0.276 |
| Peng et al. [26] | UNet++ | Nested U-Net, dense skip connections | Multi-scale feature aggregation, HR satellite, F1: 0.753, IoU: 0.604 |
| Chen & Shi [25] | Spatial-Temporal Attention | Attention blocks, temporal modeling | Spatio-temporal feature learning, LEVIR-CD, F1: 0.887, IoU: 0.797 |
| Fang et al. [7] | SNUNet-CD | Siamese NestedUNet, dense connections | Information transmission optimization, LEVIR: F1: 0.897, WHU: F1: 0.904 |
| Chen et al. [5] | BIT-CD | ResNet18 + Transformer encoder | Binary temporal feature learning, OSCD: F1: 0.635, LEVIR: F1: 0.919 |
| Bandara & Patel [3] | ChangeFormer | Hierarchical transformer encoder | Multi-scale transformer attention, OSCD: F1: 0.654, LEVIR: F1: 0.905 |
| Song et al. [27] | ACANet | Axial attention + CNN backbone | Efficient attention computation, LEVIR: F1: 0.901, WHU: F1: 0.913 |
| Shi et al. [28] | Review Paper | Comprehensive AI methods survey | Systematic analysis of AI approaches, 50+ datasets analyzed |
| Li et al. [14] | AMST-Net | Multiscale transformer, pyramid attention | Adaptive multiscale feature extraction, HR optical images, mIoU: 0.823 |
| Xiang et al. [15] | EGMT-CD | Edge-guided multimodal architecture | Cross-modal feature alignment, Heterogeneous pairs, F1: 0.756 |
| Miao et al. [16] | DASUNet | Dense supervision, fullscale fusion | Deep supervision at all decoder levels, CDD: 0.85% F1 improvement over SNUNet |
| Tang et al. [29] | Siamese Swin-UNet | Swin Transformer + Unet fusion | Hierarchical window attention, LEVIR: F1: 0.923, WHU: F1: 0.925 |
| Wu et al. [18] | Hybrid U-Transformer | UNet++ backbone + Transformer blocks | Global-local feature integration, HR images, IoU: 0.851, F1: 0.919 |
| Dong et al. [20] | ChangeCLIP | CLIP-based vision-language | Multimodal semantic understanding, RS pairs, semantic accuracy: 94.1% |
| Li et al. [21] | SemiCD-VL | Semi-supervised visionlanguage | Reduced annotation requirements, Limited labels, F1: 0.889 |
| Chen et al. [22] | ChangeMamba | State Space Models (SSMs) | Linear complexity temporal modeling, RS images, efficiency: 3x faster |
Table 1: Summary of Change Detection Methods in Remote Sensing Please click here to download this Table.
A summary of prior studies is presented in Table 1. Traditional methods have handcrafted features that are not suitable to complex spatial-temporal variations31, and deep learning architecture (UNet, FPN, PSPNet) involves computationally expensive dense convolutions. The current models do not have efficient multi-scale incorporation and dynamic attention systems. In order to fill these gaps, the current study is proposing Interactive Multi-scale Attention Fusion with Sparse Feature Convolution Network, which aims at capturing the subtle changes across scales while being computationally efficient in remote sensing, particularly on urban and man-made structural change.