Objective With the rapid development of remote sensing observation technology,the resolutions of remote sens-ing images(RSIs)are increasing.Thus,how to extract discriminative features effectively from high-resolution RSIs for ground-object change detection has become a challenging problem.The existing RSI change detection methods can be divided into two categories:methods based on conventional image processing approaches and methods based on deep learn-ing(DL)theory.The former extracts low-level or mid-level features from RSIs for change detection,making it easy to implement and have high detection efficiency.However,the increasing resolution of RSIs result in the images having rich ground objects and complex background clutter;thus,the low-or mid-level features can hardly meet the demand of precise change detection.In recent years,DL has been introduced into the field of high-resolution RSI change detection because of its powerful feature extraction capability.Various methods based on convolutional neural networks(CNNs)have been pro-posed for RSI change detection.Compared with conventional image processing methods,CNNs can extract high-level semantic information for high-resolution RSIs,which is beneficial to precise detection.Although CNNs have greatly raised the accuracy of change detection,they always involve numerous parameters and have high computational complexity.To raise the efficiency of change detection,many scholars have proposed to perform parameter pruning on pretrained models or design simple network structures.However,these strategies lead to the loss of some crucial image information,including semantics and location information,thus reducing the detection accuracy.Therefore,this study proposes a novel Ghost-UNet++(GUNet++)network for precise RSI change detection to address the problems.Method First,a high-resolution network called HRNet,which has a multibranch architecture,is designed to replace the traditional UNet++backbone and thus extract additional discriminative deep features from bitemporal RSIs.In contrast to series structures,HRNet owns a special parallel architecture,which can extract additional discriminative features through multiscale feature fusion.In addi-tion,we choose a lightweight structure(i.e.,HRNet-W16)on the basis of a thorough analysis of various existing HRNet structures to ensure that the whole network possesses low complexity.Second,when applying the UNet++decoding struc-ture for difference discrimination,the Ghost module is introduced to replace the conventional convolutional module and thus reduce the network parameters;meanwhile,a dense skip connection is designed to enhance the information transmis-sion further and reduce the loss of location information.The core idea of the Ghost module is to adopt simple linear opera-tions instead of the traditional convolutional operations to generate Ghost maps for original features,which may save sub-stantial computational cost.Third,an ensemble attention module is constructed to aggregate and refine the multilevel semantic features of the network,thereby suppressing the loss of semantic and location information and further enhancing the feature representation ability for final accurate change detection.Features generated at various levels usually contain different meanings:shallow ones always contain detailed spatial information,while deep ones reflect rich semantic con-tent.On this basis,we propose an adaptive channel selection mechanism to integrate these different features effectively.Finally,we propose to combine two different loss functions,i.e.,the sigmoid loss function and the dice loss function,for the whole model training to enhance the detection performance further.Compared with the methods that merely use one loss function,this scheme can improve detection performance.Result A series of experiments is conducted on two publicly available datasets,including LEVIR-CD and Google DataSet,to validate the effectiveness of the proposed method.The experiments consist of ablation analysis and comparison experiments.Specifically,three kinds of ablation analyses are per-formed.The first one verifies the effects of the modified HRNet-based discriminative feature extraction,the second one mainly evaluates the effectiveness of the ensemble attention modules and the Ghost modules for the whole network,and the third one aims to find the optimal values of a key parameter in the Ghost models.In the comparison experiments,some state-of-the-art algorithms are selected for comparison to verify the superiority of the proposed network.Extensive experi-mental results demonstrate that for the two famous datasets,the proposed method achieves high change detection accuracy rates of 99.62%and 99.16%.In addition,the parameter of the network is only 1.93 M.Compared with some mainstream change detection approaches,the proposed method is remarkably superior.Conclusion The proposed method comprehen-sively considers the effect of semantic and location information in RSIs on the performance of change detection.In addi-tion,the method possesses good feature extraction and representation capabilities.Therefore,the accuracy and efficiency for change detection are higher than those of existing comparable algorithms.In the future,we plan to optimize the pro-posed architecture by increasing the number and diversity of the training samples to enhance the robustness of models,by using more advanced software and hardware environments for experiments to reduce the training time,and by applying our trained model to other tasks.