With the growing complexity and decentralization of network systems,the attack surface has expanded,which has led to greater concerns over network threats.In this context,artificial intelligence(AI)-based network intr...With the growing complexity and decentralization of network systems,the attack surface has expanded,which has led to greater concerns over network threats.In this context,artificial intelligence(AI)-based network intrusion detection systems(NIDS)have been extensively studied,and recent efforts have shifted toward integrating distributed learning to enable intelligent and scalable detection mechanisms.However,most existing works focus on individual distributed learning frameworks,and there is a lack of systematic evaluations that compare different algorithms under consistent conditions.In this paper,we present a comprehensive evaluation of representative distributed learning frameworks—Federated Learning(FL),Split Learning(SL),hybrid collaborative learning(SFL),and fully distributed learning—in the context of AI-driven NIDS.Using recent benchmark intrusion detection datasets,a unified model backbone,and controlled distributed scenarios,we assess these frameworks across multiple criteria,including detection performance,communication cost,computational efficiency,and convergence behavior.Our findings highlight distinct trade-offs among the distributed learning frameworks,demonstrating that the optimal choice depends strongly on systemconstraints such as bandwidth availability,node resources,and data distribution.This work provides the first holistic analysis of distributed learning approaches for AI-driven NIDS and offers practical guidelines for designing secure and efficient intrusion detection systems in decentralized environments.展开更多
High-resolution remote sensing imagery is essential for critical applications such as precision agriculture,urban management planning,and military reconnaissance.Although significant progress has been made in singleim...High-resolution remote sensing imagery is essential for critical applications such as precision agriculture,urban management planning,and military reconnaissance.Although significant progress has been made in singleimage super-resolution(SISR)using generative adversarial networks(GANs),existing approaches still face challenges in recovering high-frequency details,effectively utilizing features,maintaining structural integrity,and ensuring training stability—particularly when dealing with the complex textures characteristic of remote sensing imagery.To address these limitations,this paper proposes the Improved ResidualModule and AttentionMechanism Network(IRMANet),a novel architecture specifically designed for remote sensing image reconstruction.IRMANet builds upon the Super-Resolution Generative Adversarial Network(SRGAN)framework and introduces several key innovations.First,the Enhanced Residual Unit(ERU)enhances feature reuse and stabilizes training through deep residual connections.Second,the Self-Attention Residual Block(SARB)incorporates a self-attentionmechanism into the Improved Residual Module(IRM)to effectivelymodel long-range dependencies and automatically emphasize salient features.Additionally,the IRM adopts amulti-scale feature fusion strategy to facilitate synergistic interactions between local detail and global semantic information.The effectiveness of each component is validated through ablation studies,while comprehensive comparative experiments on standard remote sensing datasets demonstrate that IRMANet significantly outperforms both the baseline and state-of-the-art methods in terms of perceptual quality and quantitative metrics.Specifically,compared to the baseline model,at a magnification factor of 2,IRMANet achieves an improvement of 0.24 dB in peak signal-to-noise ratio(PSNR)and 0.54 in structural similarity index(SSIM);at a magnification factor of 4,it achieves gains of 0.22 dB in PSNR and 0.51 in SSIM.These results confirm that the proposedmethod effectively enhances detail representation and structural reconstruction accuracy in complex remote sensing scenarios,offering robust technical support for high-precision detection and identification of both military and civilian aircraft.展开更多
Remote sensing image super-resolution technology is pivotal for enhancing image quality in critical applications including environmental monitoring,urban planning,and disaster assessment.However,traditional methods ex...Remote sensing image super-resolution technology is pivotal for enhancing image quality in critical applications including environmental monitoring,urban planning,and disaster assessment.However,traditional methods exhibit deficiencies in detail recovery and noise suppression,particularly when processing complex landscapes(e.g.,forests,farmlands),leading to artifacts and spectral distortions that limit practical utility.To address this,we propose an enhanced Super-Resolution Generative Adversarial Network(SRGAN)framework featuring three key innovations:(1)Replacement of L1/L2 loss with a robust Charbonnier loss to suppress noise while preserving edge details via adaptive gradient balancing;(2)A multi-loss joint optimization strategy dynamically weighting Charbonnier loss(β=0.5),Visual Geometry Group(VGG)perceptual loss(α=1),and adversarial loss(γ=0.1)to synergize pixel-level accuracy and perceptual quality;(3)A multi-scale residual network(MSRN)capturing cross-scale texture features(e.g.,forest canopies,mountain contours).Validated on Sentinel-2(10 m)and SPOT-6/7(2.5 m)datasets covering 904 km2 in Motuo County,Xizang,our method outperforms the SRGAN baseline(SR4RS)with Peak Signal-to-Noise Ratio(PSNR)gains of 0.29 dB and Structural Similarity Index(SSIM)improvements of 3.08%on forest imagery.Visual comparisons confirm enhanced texture continuity despite marginal Learned Perceptual Image Patch Similarity(LPIPS)increases.The method significantly improves noise robustness and edge retention in complex geomorphology,demonstrating 18%faster response in forest fire early warning and providing high-resolution support for agricultural/urban monitoring.Future work will integrate spectral constraints and lightweight architectures.展开更多
How to recognize targets with similar appearances from remote sensing images(RSIs) effectively and efficiently has become a big challenge. Recently, convolutional neural network(CNN) is preferred in the target classif...How to recognize targets with similar appearances from remote sensing images(RSIs) effectively and efficiently has become a big challenge. Recently, convolutional neural network(CNN) is preferred in the target classification due to the powerful feature representation ability and better performance. However,the training and testing of CNN mainly rely on single machine.Single machine has its natural limitation and bottleneck in processing RSIs due to limited hardware resources and huge time consuming. Besides, overfitting is a challenge for the CNN model due to the unbalance between RSIs data and the model structure.When a model is complex or the training data is relatively small,overfitting occurs and leads to a poor predictive performance. To address these problems, a distributed CNN architecture for RSIs target classification is proposed, which dramatically increases the training speed of CNN and system scalability. It improves the storage ability and processing efficiency of RSIs. Furthermore,Bayesian regularization approach is utilized in order to initialize the weights of the CNN extractor, which increases the robustness and flexibility of the CNN model. It helps prevent the overfitting and avoid the local optima caused by limited RSI training images or the inappropriate CNN structure. In addition, considering the efficiency of the Na¨?ve Bayes classifier, a distributed Na¨?ve Bayes classifier is designed to reduce the training cost. Compared with other algorithms, the proposed system and method perform the best and increase the recognition accuracy. The results show that the distributed system framework and the proposed algorithms are suitable for RSIs target classification tasks.展开更多
Phase-sensitive Optical Time-Domain Reflectometer(φ-OTDR)technology facilitates the real-time detection of vibration events along fiber optic cables by analyzing changes in Rayleigh scattering signals.This technology...Phase-sensitive Optical Time-Domain Reflectometer(φ-OTDR)technology facilitates the real-time detection of vibration events along fiber optic cables by analyzing changes in Rayleigh scattering signals.This technology is widely used in applications such as intrusion monitoring and structural health assessments.Traditional signal processing methods,such as Support Vector Machines(SVM)and K-Nearest Neighbors(KNN),have limitations in feature extraction and classification in complex environments.Conversely,a single deep learning model often struggles with capturing long time-series dependencies and mitigating noise interference.In this study,we propose a deep learning model that integrates Convolutional Neural Network(CNN),Long Short-Term Memory Network(LSTM),and Transformer modules,leveraging φ-OTDR technology for distributed fiber vibration sensing event recognition.The hybrid model combines the CNN's capability to extract local features,the LSTM's ability to model temporal dynamics,and the Transformer's proficiency in capturing global dependencies.This integration significantly enhances the accuracy and robustness of event recognition.In experiments involving six types of vibration events,the model consistently achieved a validation accuracy of 0.92,and maintained a validation loss of approximately 0.2,surpassing other models,such as TAM+BiLSTM and CNN+CBAM.The results indicate that the CNN+LSTM+Transformer model is highly effective in handling vibration signal classification tasks in complex scenarios,offering a promising new direction for the application of fiber optic vibration sensing technology.展开更多
Wireless Sensor Networks(WSN) are mainly characterized by a potentially large number of distributed sensor nodes which collectively transmit information about sensed events to the sink.In this paper,we present a Distr...Wireless Sensor Networks(WSN) are mainly characterized by a potentially large number of distributed sensor nodes which collectively transmit information about sensed events to the sink.In this paper,we present a Distributed Wavelet Basis Generation(DWBG) algorithm performing at the sink to obtain the distributed wavelet basis in WSN.And on this basis,a Wavelet Transform-based Distributed Compressed Sensing(WTDCS) algorithm is proposed to compress and reconstruct the sensed data with spatial correlation.Finally,we make a detailed analysis of relationship between reconstruction performance and WTDCS algorithm parameters such as the compression ratio,the channel Signal-to-Noise Ratio(SNR),the observation noise power and the correlation decay parameter by simulation.The simulation results show that WTDCS can achieve high performance in terms of energy and reconstruction accuracy,as compared to the conventional distributed wavelet transform algorithm.展开更多
The Carter model is used to characterize the dynamic behaviors of fracture growth and fracturing fluid leakoff.A thermo-fluid coupling temperature response forward model is built considering the fluid flow and heat tr...The Carter model is used to characterize the dynamic behaviors of fracture growth and fracturing fluid leakoff.A thermo-fluid coupling temperature response forward model is built considering the fluid flow and heat transfer in wellbore,fracture and reservoir.The influences of fracturing parameters and fracture parameters on the responses of distributed temperature sensing(DTS)are analyzed,and a diagnosis method of fracture parameters is presented based on the simulated annealing algorithm.A field case study is introduced to verify the model’s reliability.Typical V-shaped characteristics can be observed from the DTS responses in the multi-cluster fracturing process,with locations corresponding to the hydraulic fractures.The V-shape depth is shallower for a higher injection rate and longer fracturing and shut-in time.Also,the V-shape is wider for a higher fracture-surface leakoff coefficient,longer fracturing time and smaller fracture width.Additionally,the cooling effect near the wellbore continues to spread into the reservoir during the shut-in period,causing the DTS temperature to decrease instead of rise.Real-time monitoring and interpretation of DTS temperature data can help understand the fracture propagation during fracturing operation,so that immediate measures can be taken to improve the fracturing performance.展开更多
Curved geostructures,such as tunnels,are commonly encountered in geotechnical engineering and are critical to maintaining structural stability.Ensuring their proper performance through field monitoring during their se...Curved geostructures,such as tunnels,are commonly encountered in geotechnical engineering and are critical to maintaining structural stability.Ensuring their proper performance through field monitoring during their service life is essential for the overall functionality of geotechnical infrastructure.Distributed Brillouin sensing(DBS)is increasingly applied in geotechnical projects due to its ability to acquire spatially continuous strain and temperature distributions over distances of up to 150 km using a single optical fibre.However,limited by the complex operations of distributed optic fibre sensing(DFOS)sensors in curved structures,previous reports about exploiting DBS in geotechnical structural health monitoring(SHM)have mostly been focused on flat surfaces.The lack of suitable DFOS installation methods matched to the spatial characteristics of continuous monitoring is one of the major factors that hinder the further application of this technique in curved structures.This review paper starts with a brief introduction of the fundamental working principle of DBS and the inherent limitations of DBS being used on monitoring curved surfaces.Subsequently,the state-of-the-art installation methods of optical fibres in curved structures are reviewed and compared to address the most suitable scenario of each method and their advantages and disadvantages.The installation challenges of optical fibres that can highly affect measurement accuracy are also discussed in the paper.展开更多
Coal mining induces changes in the nature of rock and soil bodies,as well as hydrogeological conditions,which can easily trigger the occurrence of geological disasters such as water inrush,movement of the coal seam ro...Coal mining induces changes in the nature of rock and soil bodies,as well as hydrogeological conditions,which can easily trigger the occurrence of geological disasters such as water inrush,movement of the coal seam roof and floor,and rock burst.Transparency in coal mine geological conditions provides technical support for intelligent coal mining and geological disaster prevention.In this sense,it is of great significance to address the requirements for informatizing coal mine geological conditions,dynamically adjust sensing parameters,and accurately identify disaster characteristics so as to prevent and control coal mine geological disasters.This paper examines the various action fields associated with geological disasters in mining faces and scrutinizes the types and sensing parameters of geological disasters resulting from coal seam mining.On this basis,it summarizes a distributed fiber-optic sensing technology framework for transparent geology in coal mines.Combined with the multi-field monitoring characteristics of the strain field,the temperature field,and the vibration field of distributed optical fiber sensing technology,parameters such as the strain increment ratio,the aquifer temperature gradient,and the acoustic wave amplitude are extracted as eigenvalues for identifying rock breaking,aquifer water level,and water cut range,and a multi-field sensing method is established for identifying the characteristics of mining-induced rock mass disasters.The development direction of transparent geology based on optical fiber sensing technology is proposed in terms of the aspects of sensing optical fiber structure for large deformation monitoring,identification accuracy of optical fiber acoustic signals,multi-parameter monitoring,and early warning methods.展开更多
In contemporary medium-voltage distribution networks heavily penetrated by distributed energy resources(DERs),the harmonic components injected by power-electronic interfacing converters,together with the inherently in...In contemporary medium-voltage distribution networks heavily penetrated by distributed energy resources(DERs),the harmonic components injected by power-electronic interfacing converters,together with the inherently intermittent output of renewable generation,distort the zero-sequence current and continuously reshape its frequency spectrum.As a result,single-line-to-ground(SLG)faults exhibit a pronounced,strongly non-stationary behaviour that varies with operating point,load mix and DER dispatch.Under such circumstances the performance of traditional rule-based algorithms—or methods that rely solely on steady-state frequency-domain indicators—degrades sharply,and they no longer satisfy the accuracy and universality required by practical protection systems.To overcome these shortcomings,the present study develops an SLG-fault identification scheme that transforms the zero-sequence currentwaveforminto two-dimensional image representations and processes themwith a convolutional neural network(CNN).First,the causes of sample-distribution imbalance are analysed in detail by considering different neutralgrounding configurations,fault-inception mechanisms and the statistical probability of fault occurrence on each phase.Building on these insights,a discriminator network incorporating a Convolutional Block Attention Module(CBAM)is designed to autonomously extract multi-layer spatial-spectral features,while Gradient-weighted Class Activation Mapping(Grad-CAM)is employed to visualise the contribution of every salient image region,thereby enhancing interpretability.A comprehensive simulation platform is subsequently established for a DER-rich distribution system encompassing several representative topologies,feeder lengths and DER penetration levels.Large numbers of realistic SLG-fault scenarios are generated—including noise and measurement uncertainty—and are used to train,validate and test the proposed model.Extensive simulation campaigns,corroborated by field measurements from an actual utility network,demonstrate that the proposed approach attains an SLG-fault identification accuracy approaching 100 percent and maintains robust performance under severe noise conditions,confirming its suitability for real-world engineering applications.展开更多
Distributed acoustic sensing(DAS)is increasingly used in seismic exploration owing to its wide frequency range,dense sampling and real-time monitoring.DAS radiation patterns help to understand angle response of DAS re...Distributed acoustic sensing(DAS)is increasingly used in seismic exploration owing to its wide frequency range,dense sampling and real-time monitoring.DAS radiation patterns help to understand angle response of DAS records and improve the quality of inversion and imaging.In this paper,we solve the 3D vertical transverse isotropic(VTI)Christoffel equation and obtain the analytical,frst-order,and zero-order Taylor expansion solutions that represent P-,SV-,and SH-wave phase velocities and polarization vectors.These analytical and approximated solutions are used to build the P/S plane-wave expression identical to the far-feld term of seismic wave,from which the strain rate expressions are derived and DAS radiation patterns are thus extracted for anisotropic P/S waves.We observe that the gauge length and phase angle terms control the radiating intensity of DAS records.Additionally,the Bond transformation is adopted to derive the DAS radiation patterns in title transverse isotropic(TTI)media,which exhibits higher complexity than that of VTI media.Several synthetic examples demonstrate the feasibility and effectiveness of our theory.展开更多
The large-scale acquisition and widespread application of remote sensing image data have led to increasingly severe challenges in information security and privacy protection during transmission and storage.Urban remot...The large-scale acquisition and widespread application of remote sensing image data have led to increasingly severe challenges in information security and privacy protection during transmission and storage.Urban remote sensing image,characterized by complex content and well-defined structures,are particularly vulnerable to malicious attacks and information leakage.To address this issue,the author proposes an encryption method based on the enhanced single-neuron dynamical system(ESNDS).ESNDS generates highquality pseudo-random sequences with complex dynamics and intense sensitivity to initial conditions,which drive a structure of multi-stage cipher comprising permutation,ring-wise diffusion,and mask perturbation.Using representative GF-2 Panchromatic and Multispectral Scanner(PMS)urban scenes,the author conducts systematic evaluations in terms of inter-pixel correlation,information entropy,histogram uniformity,and number of pixel change rate(NPCR)/unified average changing intensity(UACI).The results demonstrate that the proposed scheme effectively resists statistical analysis,differential attacks,and known-plaintext attacks while maintaining competitive computational efficiency for high-resolution urban image.In addition,the cipher is lightweight and hardware-friendly,integrates readily with on-board and ground processing,and thus offers tangible engineering utility for real-time,large-volume remote-sensing data protection.展开更多
This paper introduces a lightweight remote sensing image dehazing network called multidimensional weight regulation network(MDWR-Net), which addresses the high computational cost of existing methods. Previous works, o...This paper introduces a lightweight remote sensing image dehazing network called multidimensional weight regulation network(MDWR-Net), which addresses the high computational cost of existing methods. Previous works, often based on the encoder-decoder structure and utilizing multiple upsampling and downsampling layers, are computationally expensive. To improve efficiency, the paper proposes two modules: the efficient spatial resolution recovery module(ESRR) for upsampling and the efficient depth information augmentation module(EDIA) for downsampling.These modules not only reduce model complexity but also enhance performance. Additionally, the partial feature weight learning module(PFWL) is introduced to reduce the computational burden by applying weight learning across partial dimensions, rather than using full-channel convolution.To overcome the limitations of convolutional neural networks(CNN)-based networks, the haze distribution index transformer(HDIT) is integrated into the decoder. We also propose the physicalbased non-adjacent feature fusion module(PNFF), which leverages the atmospheric scattering model to improve generalization of our MDWR-Net. The MDWR-Net achieves superior dehazing performance with a computational cost of just 2.98×10^(9) multiply-accumulate operations(MACs),which is less than one-tenth of previous methods. Experimental results validate its effectiveness in balancing performance and computational efficiency.展开更多
The issue of privacy leakage in distributed consensus has garnered significant attention over the years,but existing studies often overlook the challenges posed by limited communication in algorithm design.This paper ...The issue of privacy leakage in distributed consensus has garnered significant attention over the years,but existing studies often overlook the challenges posed by limited communication in algorithm design.This paper addresses the issue of privacy preservation in distributed weighted average consensus under limited communication scenarios.Specifically targeting directed and unbalanced topologies,we propose a privacy-preserving implementation protocol that incorporates the Paillier homomorphic encryption scheme.The protocol encrypts only the 1-bit quantized messages exchanged between agents,thus ensuring both the correctness of the consensus result and the confidentiality of each agent's initial state.To demonstrate the practicality of the proposed method,we carry out numerical simulations that illustrate its ability to reach consensus effectively while ensuring the protection of private information.展开更多
For image compression sensing reconstruction,most algorithms use the method of reconstructing image blocks one by one and stacking many convolutional layers,which usually have defects of obvious block effects,high com...For image compression sensing reconstruction,most algorithms use the method of reconstructing image blocks one by one and stacking many convolutional layers,which usually have defects of obvious block effects,high computational complexity,and long reconstruction time.An image compressed sensing reconstruction network based on self-attention mechanism(SAMNet)was proposed.For the compressed sampling,self-attention convolution was designed,which was conducive to capturing richer features,so that the compressed sensing measurement value retained more image structure information.For the reconstruction,a self-attention mechanism was introduced in the convolutional neural network.A reconstruction network including residual blocks,bottleneck transformer(BoTNet),and dense blocks was proposed,which strengthened the transfer of image features and reduced the amount of parameters dramatically.Under the Set5 dataset,when the measurement rates are 0.01,0.04,0.10,and 0.25,the average peak signal-to-noise ratio(PSNR)of SAMNet is improved by 1.27,1.23,0.50,and 0.15 dB,respectively,compared to the CSNet+.The running time of reconstructing a 256×256 image is reduced by 0.1473,0.1789,0.2310,and 0.2524 s compared to ReconNet.Experimental results showed that SAMNet improved the quality of reconstructed images and reduced the reconstruction time.展开更多
The principle of optical time-domain reflection localization limits the sensing spatial resolution of Raman distributed optical fiber sensing.We provide a solution for a Raman distributed optical fiber sensing system ...The principle of optical time-domain reflection localization limits the sensing spatial resolution of Raman distributed optical fiber sensing.We provide a solution for a Raman distributed optical fiber sensing system with kilometer-level sensing distance and submeter spatial resolution.Based on this,we propose a Raman distributed optical fiber sensing scheme based on chaotic pulse cluster demodulation.Chaotic pulse clusters are used as the probe signal,in preference to conventional pulsed or chaotic single-pulse lasers.Furthermore,the accurate positioning of the temperature variety region along the sensing fiber can be realized using chaotic pulse clusters.The proposed demodulation scheme can enhance the signal-to-noise ratio by improving the correlation between the chaotic reference and the chaotic Raman anti-Stokes scattering signals.The experiment achieved a sensing spatial resolution of 30 cm at a distributed temperature-sensing distance of∼6.0 km.Furthermore,we explored the influence of chaotic pulse width and detector bandwidth on the sensing spatial resolution.In addition,the theoretical experiments proved that the sensing spatial resolution in the proposed scheme was independent of the pulse width and sensing distance.展开更多
Despite the extensive use of distributed fiber optic sensing(DFOS)in monitoring underground structures,its potential in detecting structural anomalies,such as cracks and cavities,is still not fully understood.To contr...Despite the extensive use of distributed fiber optic sensing(DFOS)in monitoring underground structures,its potential in detecting structural anomalies,such as cracks and cavities,is still not fully understood.To contribute to the identification of defects in underground structures,this study conducted a four-point bending test of a reinforced concrete(RC)beam and uniaxial loading tests of an RC specimen with local cavities.The experimental results revealed the disparity in DFOS strain spike profiles between these two structural anomalies.The effectiveness of DFOS in the quantification of crack opening displacement(COD)was also demonstrated,even in cases where perfect bonding was not achievable between the cable and structures.In addition,DFOS strain spikes observed in two diaphragm wall panels of a twin circular shaft were also reported.The most probable cause of those spikes was identified as the mechanical behavior associated with local concrete contamination.With the utilization of the strain profiles obtained from laboratory tests and field monitoring,three types of multi-classifiers,based on support vector machine(SVM),random forest(RF),and backpropagation neural network(BP),were employed to classify strain profiles,including crack-induced spikes,non-crack-induced spikes,and non-spike strain profiles.Among these classifiers,the SVM-based classifier exhibited superior performance in terms of accuracy and model robustness.This finding suggests that the SVM-based classifier holds promise as a potential solution for the automatic detection and classification of defects in underground structures during long-term monitoring.展开更多
Rational distribution network planning optimizes power flow distribution,reduces grid stress,enhances voltage quality,promotes renewable energy utilization,and reduces costs.This study establishes a distribution netwo...Rational distribution network planning optimizes power flow distribution,reduces grid stress,enhances voltage quality,promotes renewable energy utilization,and reduces costs.This study establishes a distribution network planning model incorporating distributed wind turbines(DWT),distributed photovoltaics(DPV),and energy storage systems(ESS).K-means++is employed to partition the distribution network based on electrical distance.Considering the spatiotemporal correlation of distributed generation(DG)outputs in the same region,a joint output model of DWT and DPV is developed using the Frank-Copula.Due to the model’s high dimensionality,multiple constraints,and mixed-integer characteristics,bilevel programming theory is utilized to structure the model.The model is solved using a mixed-integer particle swarmoptimization algorithm(MIPSO)to determine the optimal location and capacity of DG and ESS integrated into the distribution network to achieve the best economic benefits and operation quality.The proposed bilevel planning method for distribution networks is validated through simulations on the modified IEEE 33-bus system.The results demonstrate significant improvements,with the proposedmethod reducing the annual comprehensive cost by 41.65%and 13.98%,respectively,compared to scenarios without DG and ESS or with only DG integration.Furthermore,it reduces the daily average voltage deviation by 24.35%and 10.24%and daily network losses by 55.72%and 35.71%.展开更多
The distribution of shear-wave velocities in the subsurface is generally used to assess the potential forseismic liquefaction and soil amplification effects and to classify seismic sites. Newly developeddistributed ac...The distribution of shear-wave velocities in the subsurface is generally used to assess the potential forseismic liquefaction and soil amplification effects and to classify seismic sites. Newly developeddistributed acoustic sensing (DAS) technology enables estimation of the shear-wave distribution as ahigh-density seismic observation system. This technology is characterized by low maintenance costs,high-resolution outputs, and real-time data transmission capabilities, albeit with the challenge ofmanaging massive data generation. Rapid and efficient interpretation of data is the key to advancingapplication of the DAS technology. In this study, field tests were carried out to record ambient noise overa short period using DAS technology, from which the surface-wave dispersion curves were extracted. Inorder to reduce the influence of directional effects on the results, an unsupervised clustering method isused to select appropriate clusters to extract the Green's function. A combination of a genetic algorithmand Monte Carlo (GA-MC) simulation is proposed to invert the subsurface velocity structure. Thestratigraphic profiles obtained by the GA-MC method are in agreement with the borehole profiles.Compared to other methods, the proposed optimization method not only improves the solution qualitybut also reduces the solution time.展开更多
Dear Editor,This letter focuses on the distributed cooperative regulation problem for a class of networked re-entrant manufacturing systems(RMSs).The networked system is structured with a three-tier architecture:the p...Dear Editor,This letter focuses on the distributed cooperative regulation problem for a class of networked re-entrant manufacturing systems(RMSs).The networked system is structured with a three-tier architecture:the production line,the manufacturing layer and the workshop layer.The dynamics of re-entrant production lines are governed by hyperbolic partial differential equations(PDEs)based on the law of mass conservation.展开更多
基金supported by the Research year project of the KongjuNational University in 2025 and the Institute of Information&Communications Technology Planning&Evaluation(IITP)grant funded by the Korea government(MSIT)(No.RS-2024-00444170,Research and International Collaboration on Trust Model-Based Intelligent Incident Response Technologies in 6G Open Network Environment).
文摘With the growing complexity and decentralization of network systems,the attack surface has expanded,which has led to greater concerns over network threats.In this context,artificial intelligence(AI)-based network intrusion detection systems(NIDS)have been extensively studied,and recent efforts have shifted toward integrating distributed learning to enable intelligent and scalable detection mechanisms.However,most existing works focus on individual distributed learning frameworks,and there is a lack of systematic evaluations that compare different algorithms under consistent conditions.In this paper,we present a comprehensive evaluation of representative distributed learning frameworks—Federated Learning(FL),Split Learning(SL),hybrid collaborative learning(SFL),and fully distributed learning—in the context of AI-driven NIDS.Using recent benchmark intrusion detection datasets,a unified model backbone,and controlled distributed scenarios,we assess these frameworks across multiple criteria,including detection performance,communication cost,computational efficiency,and convergence behavior.Our findings highlight distinct trade-offs among the distributed learning frameworks,demonstrating that the optimal choice depends strongly on systemconstraints such as bandwidth availability,node resources,and data distribution.This work provides the first holistic analysis of distributed learning approaches for AI-driven NIDS and offers practical guidelines for designing secure and efficient intrusion detection systems in decentralized environments.
基金funded by the Henan Province Key R&D Program Project,“Research and Application Demonstration of Class Ⅱ Superlattice Medium Wave High Temperature Infrared Detector Technology”,grant number 231111210400.
文摘High-resolution remote sensing imagery is essential for critical applications such as precision agriculture,urban management planning,and military reconnaissance.Although significant progress has been made in singleimage super-resolution(SISR)using generative adversarial networks(GANs),existing approaches still face challenges in recovering high-frequency details,effectively utilizing features,maintaining structural integrity,and ensuring training stability—particularly when dealing with the complex textures characteristic of remote sensing imagery.To address these limitations,this paper proposes the Improved ResidualModule and AttentionMechanism Network(IRMANet),a novel architecture specifically designed for remote sensing image reconstruction.IRMANet builds upon the Super-Resolution Generative Adversarial Network(SRGAN)framework and introduces several key innovations.First,the Enhanced Residual Unit(ERU)enhances feature reuse and stabilizes training through deep residual connections.Second,the Self-Attention Residual Block(SARB)incorporates a self-attentionmechanism into the Improved Residual Module(IRM)to effectivelymodel long-range dependencies and automatically emphasize salient features.Additionally,the IRM adopts amulti-scale feature fusion strategy to facilitate synergistic interactions between local detail and global semantic information.The effectiveness of each component is validated through ablation studies,while comprehensive comparative experiments on standard remote sensing datasets demonstrate that IRMANet significantly outperforms both the baseline and state-of-the-art methods in terms of perceptual quality and quantitative metrics.Specifically,compared to the baseline model,at a magnification factor of 2,IRMANet achieves an improvement of 0.24 dB in peak signal-to-noise ratio(PSNR)and 0.54 in structural similarity index(SSIM);at a magnification factor of 4,it achieves gains of 0.22 dB in PSNR and 0.51 in SSIM.These results confirm that the proposedmethod effectively enhances detail representation and structural reconstruction accuracy in complex remote sensing scenarios,offering robust technical support for high-precision detection and identification of both military and civilian aircraft.
基金This study was supported by:Inner Mongolia Academy of Forestry Sciences Open Research Project(Grant No.KF2024MS03)The Project to Improve the Scientific Research Capacity of the Inner Mongolia Academy of Forestry Sciences(Grant No.2024NLTS04)The Innovation and Entrepreneurship Training Program for Undergraduates of Beijing Forestry University(Grant No.X202410022268).
文摘Remote sensing image super-resolution technology is pivotal for enhancing image quality in critical applications including environmental monitoring,urban planning,and disaster assessment.However,traditional methods exhibit deficiencies in detail recovery and noise suppression,particularly when processing complex landscapes(e.g.,forests,farmlands),leading to artifacts and spectral distortions that limit practical utility.To address this,we propose an enhanced Super-Resolution Generative Adversarial Network(SRGAN)framework featuring three key innovations:(1)Replacement of L1/L2 loss with a robust Charbonnier loss to suppress noise while preserving edge details via adaptive gradient balancing;(2)A multi-loss joint optimization strategy dynamically weighting Charbonnier loss(β=0.5),Visual Geometry Group(VGG)perceptual loss(α=1),and adversarial loss(γ=0.1)to synergize pixel-level accuracy and perceptual quality;(3)A multi-scale residual network(MSRN)capturing cross-scale texture features(e.g.,forest canopies,mountain contours).Validated on Sentinel-2(10 m)and SPOT-6/7(2.5 m)datasets covering 904 km2 in Motuo County,Xizang,our method outperforms the SRGAN baseline(SR4RS)with Peak Signal-to-Noise Ratio(PSNR)gains of 0.29 dB and Structural Similarity Index(SSIM)improvements of 3.08%on forest imagery.Visual comparisons confirm enhanced texture continuity despite marginal Learned Perceptual Image Patch Similarity(LPIPS)increases.The method significantly improves noise robustness and edge retention in complex geomorphology,demonstrating 18%faster response in forest fire early warning and providing high-resolution support for agricultural/urban monitoring.Future work will integrate spectral constraints and lightweight architectures.
基金supported by the National Natural Science Foundation of China(U1435220)
文摘How to recognize targets with similar appearances from remote sensing images(RSIs) effectively and efficiently has become a big challenge. Recently, convolutional neural network(CNN) is preferred in the target classification due to the powerful feature representation ability and better performance. However,the training and testing of CNN mainly rely on single machine.Single machine has its natural limitation and bottleneck in processing RSIs due to limited hardware resources and huge time consuming. Besides, overfitting is a challenge for the CNN model due to the unbalance between RSIs data and the model structure.When a model is complex or the training data is relatively small,overfitting occurs and leads to a poor predictive performance. To address these problems, a distributed CNN architecture for RSIs target classification is proposed, which dramatically increases the training speed of CNN and system scalability. It improves the storage ability and processing efficiency of RSIs. Furthermore,Bayesian regularization approach is utilized in order to initialize the weights of the CNN extractor, which increases the robustness and flexibility of the CNN model. It helps prevent the overfitting and avoid the local optima caused by limited RSI training images or the inappropriate CNN structure. In addition, considering the efficiency of the Na¨?ve Bayes classifier, a distributed Na¨?ve Bayes classifier is designed to reduce the training cost. Compared with other algorithms, the proposed system and method perform the best and increase the recognition accuracy. The results show that the distributed system framework and the proposed algorithms are suitable for RSIs target classification tasks.
基金Supported by Key Laboratory of Space Active Optical-Electro Technology of Chinese Academy of Sciences(2021ZDKF4)。
文摘Phase-sensitive Optical Time-Domain Reflectometer(φ-OTDR)technology facilitates the real-time detection of vibration events along fiber optic cables by analyzing changes in Rayleigh scattering signals.This technology is widely used in applications such as intrusion monitoring and structural health assessments.Traditional signal processing methods,such as Support Vector Machines(SVM)and K-Nearest Neighbors(KNN),have limitations in feature extraction and classification in complex environments.Conversely,a single deep learning model often struggles with capturing long time-series dependencies and mitigating noise interference.In this study,we propose a deep learning model that integrates Convolutional Neural Network(CNN),Long Short-Term Memory Network(LSTM),and Transformer modules,leveraging φ-OTDR technology for distributed fiber vibration sensing event recognition.The hybrid model combines the CNN's capability to extract local features,the LSTM's ability to model temporal dynamics,and the Transformer's proficiency in capturing global dependencies.This integration significantly enhances the accuracy and robustness of event recognition.In experiments involving six types of vibration events,the model consistently achieved a validation accuracy of 0.92,and maintained a validation loss of approximately 0.2,surpassing other models,such as TAM+BiLSTM and CNN+CBAM.The results indicate that the CNN+LSTM+Transformer model is highly effective in handling vibration signal classification tasks in complex scenarios,offering a promising new direction for the application of fiber optic vibration sensing technology.
基金the National Basic Research Program of China,the National Natural Science Foundation of China,the open research fund of National Mobile Communications Research Laboratory,Southeast University,the Postdoctoral Science Foundation of Jiangsu Province,the University Natural Science Research Program of Jiangsu Province,the Basic Research Program of Jiangsu Province (Natural Science Foundation)
文摘Wireless Sensor Networks(WSN) are mainly characterized by a potentially large number of distributed sensor nodes which collectively transmit information about sensed events to the sink.In this paper,we present a Distributed Wavelet Basis Generation(DWBG) algorithm performing at the sink to obtain the distributed wavelet basis in WSN.And on this basis,a Wavelet Transform-based Distributed Compressed Sensing(WTDCS) algorithm is proposed to compress and reconstruct the sensed data with spatial correlation.Finally,we make a detailed analysis of relationship between reconstruction performance and WTDCS algorithm parameters such as the compression ratio,the channel Signal-to-Noise Ratio(SNR),the observation noise power and the correlation decay parameter by simulation.The simulation results show that WTDCS can achieve high performance in terms of energy and reconstruction accuracy,as compared to the conventional distributed wavelet transform algorithm.
基金Supported by the National High-Tech Research Project(GJSCB-HFGDY-2024-004)National Natural Science Foundation of China(12402305)+2 种基金Postdoctoral Fellowship Program of CPSF(GZC20232200)China Postdoctoral Science Foundation(2024M762703)Sichuan Science and Technology Program(2025ZNSFSC1352)。
文摘The Carter model is used to characterize the dynamic behaviors of fracture growth and fracturing fluid leakoff.A thermo-fluid coupling temperature response forward model is built considering the fluid flow and heat transfer in wellbore,fracture and reservoir.The influences of fracturing parameters and fracture parameters on the responses of distributed temperature sensing(DTS)are analyzed,and a diagnosis method of fracture parameters is presented based on the simulated annealing algorithm.A field case study is introduced to verify the model’s reliability.Typical V-shaped characteristics can be observed from the DTS responses in the multi-cluster fracturing process,with locations corresponding to the hydraulic fractures.The V-shape depth is shallower for a higher injection rate and longer fracturing and shut-in time.Also,the V-shape is wider for a higher fracture-surface leakoff coefficient,longer fracturing time and smaller fracture width.Additionally,the cooling effect near the wellbore continues to spread into the reservoir during the shut-in period,causing the DTS temperature to decrease instead of rise.Real-time monitoring and interpretation of DTS temperature data can help understand the fracture propagation during fracturing operation,so that immediate measures can be taken to improve the fracturing performance.
基金support provided by Science Foundation Ireland Frontiers for the Future Programme,21/FFP-P/10090.
文摘Curved geostructures,such as tunnels,are commonly encountered in geotechnical engineering and are critical to maintaining structural stability.Ensuring their proper performance through field monitoring during their service life is essential for the overall functionality of geotechnical infrastructure.Distributed Brillouin sensing(DBS)is increasingly applied in geotechnical projects due to its ability to acquire spatially continuous strain and temperature distributions over distances of up to 150 km using a single optical fibre.However,limited by the complex operations of distributed optic fibre sensing(DFOS)sensors in curved structures,previous reports about exploiting DBS in geotechnical structural health monitoring(SHM)have mostly been focused on flat surfaces.The lack of suitable DFOS installation methods matched to the spatial characteristics of continuous monitoring is one of the major factors that hinder the further application of this technique in curved structures.This review paper starts with a brief introduction of the fundamental working principle of DBS and the inherent limitations of DBS being used on monitoring curved surfaces.Subsequently,the state-of-the-art installation methods of optical fibres in curved structures are reviewed and compared to address the most suitable scenario of each method and their advantages and disadvantages.The installation challenges of optical fibres that can highly affect measurement accuracy are also discussed in the paper.
基金National Natural Science Foundation of China,Grant/Award Number:42130706。
文摘Coal mining induces changes in the nature of rock and soil bodies,as well as hydrogeological conditions,which can easily trigger the occurrence of geological disasters such as water inrush,movement of the coal seam roof and floor,and rock burst.Transparency in coal mine geological conditions provides technical support for intelligent coal mining and geological disaster prevention.In this sense,it is of great significance to address the requirements for informatizing coal mine geological conditions,dynamically adjust sensing parameters,and accurately identify disaster characteristics so as to prevent and control coal mine geological disasters.This paper examines the various action fields associated with geological disasters in mining faces and scrutinizes the types and sensing parameters of geological disasters resulting from coal seam mining.On this basis,it summarizes a distributed fiber-optic sensing technology framework for transparent geology in coal mines.Combined with the multi-field monitoring characteristics of the strain field,the temperature field,and the vibration field of distributed optical fiber sensing technology,parameters such as the strain increment ratio,the aquifer temperature gradient,and the acoustic wave amplitude are extracted as eigenvalues for identifying rock breaking,aquifer water level,and water cut range,and a multi-field sensing method is established for identifying the characteristics of mining-induced rock mass disasters.The development direction of transparent geology based on optical fiber sensing technology is proposed in terms of the aspects of sensing optical fiber structure for large deformation monitoring,identification accuracy of optical fiber acoustic signals,multi-parameter monitoring,and early warning methods.
基金supported by the Science and Technology Program of China Southern Power Grid(031800KC23120003).
文摘In contemporary medium-voltage distribution networks heavily penetrated by distributed energy resources(DERs),the harmonic components injected by power-electronic interfacing converters,together with the inherently intermittent output of renewable generation,distort the zero-sequence current and continuously reshape its frequency spectrum.As a result,single-line-to-ground(SLG)faults exhibit a pronounced,strongly non-stationary behaviour that varies with operating point,load mix and DER dispatch.Under such circumstances the performance of traditional rule-based algorithms—or methods that rely solely on steady-state frequency-domain indicators—degrades sharply,and they no longer satisfy the accuracy and universality required by practical protection systems.To overcome these shortcomings,the present study develops an SLG-fault identification scheme that transforms the zero-sequence currentwaveforminto two-dimensional image representations and processes themwith a convolutional neural network(CNN).First,the causes of sample-distribution imbalance are analysed in detail by considering different neutralgrounding configurations,fault-inception mechanisms and the statistical probability of fault occurrence on each phase.Building on these insights,a discriminator network incorporating a Convolutional Block Attention Module(CBAM)is designed to autonomously extract multi-layer spatial-spectral features,while Gradient-weighted Class Activation Mapping(Grad-CAM)is employed to visualise the contribution of every salient image region,thereby enhancing interpretability.A comprehensive simulation platform is subsequently established for a DER-rich distribution system encompassing several representative topologies,feeder lengths and DER penetration levels.Large numbers of realistic SLG-fault scenarios are generated—including noise and measurement uncertainty—and are used to train,validate and test the proposed model.Extensive simulation campaigns,corroborated by field measurements from an actual utility network,demonstrate that the proposed approach attains an SLG-fault identification accuracy approaching 100 percent and maintains robust performance under severe noise conditions,confirming its suitability for real-world engineering applications.
基金supported by the National Key R&D Program of China under grant No.2021YFA0716800。
文摘Distributed acoustic sensing(DAS)is increasingly used in seismic exploration owing to its wide frequency range,dense sampling and real-time monitoring.DAS radiation patterns help to understand angle response of DAS records and improve the quality of inversion and imaging.In this paper,we solve the 3D vertical transverse isotropic(VTI)Christoffel equation and obtain the analytical,frst-order,and zero-order Taylor expansion solutions that represent P-,SV-,and SH-wave phase velocities and polarization vectors.These analytical and approximated solutions are used to build the P/S plane-wave expression identical to the far-feld term of seismic wave,from which the strain rate expressions are derived and DAS radiation patterns are thus extracted for anisotropic P/S waves.We observe that the gauge length and phase angle terms control the radiating intensity of DAS records.Additionally,the Bond transformation is adopted to derive the DAS radiation patterns in title transverse isotropic(TTI)media,which exhibits higher complexity than that of VTI media.Several synthetic examples demonstrate the feasibility and effectiveness of our theory.
文摘The large-scale acquisition and widespread application of remote sensing image data have led to increasingly severe challenges in information security and privacy protection during transmission and storage.Urban remote sensing image,characterized by complex content and well-defined structures,are particularly vulnerable to malicious attacks and information leakage.To address this issue,the author proposes an encryption method based on the enhanced single-neuron dynamical system(ESNDS).ESNDS generates highquality pseudo-random sequences with complex dynamics and intense sensitivity to initial conditions,which drive a structure of multi-stage cipher comprising permutation,ring-wise diffusion,and mask perturbation.Using representative GF-2 Panchromatic and Multispectral Scanner(PMS)urban scenes,the author conducts systematic evaluations in terms of inter-pixel correlation,information entropy,histogram uniformity,and number of pixel change rate(NPCR)/unified average changing intensity(UACI).The results demonstrate that the proposed scheme effectively resists statistical analysis,differential attacks,and known-plaintext attacks while maintaining competitive computational efficiency for high-resolution urban image.In addition,the cipher is lightweight and hardware-friendly,integrates readily with on-board and ground processing,and thus offers tangible engineering utility for real-time,large-volume remote-sensing data protection.
文摘This paper introduces a lightweight remote sensing image dehazing network called multidimensional weight regulation network(MDWR-Net), which addresses the high computational cost of existing methods. Previous works, often based on the encoder-decoder structure and utilizing multiple upsampling and downsampling layers, are computationally expensive. To improve efficiency, the paper proposes two modules: the efficient spatial resolution recovery module(ESRR) for upsampling and the efficient depth information augmentation module(EDIA) for downsampling.These modules not only reduce model complexity but also enhance performance. Additionally, the partial feature weight learning module(PFWL) is introduced to reduce the computational burden by applying weight learning across partial dimensions, rather than using full-channel convolution.To overcome the limitations of convolutional neural networks(CNN)-based networks, the haze distribution index transformer(HDIT) is integrated into the decoder. We also propose the physicalbased non-adjacent feature fusion module(PNFF), which leverages the atmospheric scattering model to improve generalization of our MDWR-Net. The MDWR-Net achieves superior dehazing performance with a computational cost of just 2.98×10^(9) multiply-accumulate operations(MACs),which is less than one-tenth of previous methods. Experimental results validate its effectiveness in balancing performance and computational efficiency.
基金supported by National Natural Science Foundation of China under Grants 62203045,62433020 and T2293770。
文摘The issue of privacy leakage in distributed consensus has garnered significant attention over the years,but existing studies often overlook the challenges posed by limited communication in algorithm design.This paper addresses the issue of privacy preservation in distributed weighted average consensus under limited communication scenarios.Specifically targeting directed and unbalanced topologies,we propose a privacy-preserving implementation protocol that incorporates the Paillier homomorphic encryption scheme.The protocol encrypts only the 1-bit quantized messages exchanged between agents,thus ensuring both the correctness of the consensus result and the confidentiality of each agent's initial state.To demonstrate the practicality of the proposed method,we carry out numerical simulations that illustrate its ability to reach consensus effectively while ensuring the protection of private information.
基金supported by National Natural Science Foundation of China(Nos.61261016,61661025)Science and Technology Plan of Gansu Province(No.20JR10RA273).
文摘For image compression sensing reconstruction,most algorithms use the method of reconstructing image blocks one by one and stacking many convolutional layers,which usually have defects of obvious block effects,high computational complexity,and long reconstruction time.An image compressed sensing reconstruction network based on self-attention mechanism(SAMNet)was proposed.For the compressed sampling,self-attention convolution was designed,which was conducive to capturing richer features,so that the compressed sensing measurement value retained more image structure information.For the reconstruction,a self-attention mechanism was introduced in the convolutional neural network.A reconstruction network including residual blocks,bottleneck transformer(BoTNet),and dense blocks was proposed,which strengthened the transfer of image features and reduced the amount of parameters dramatically.Under the Set5 dataset,when the measurement rates are 0.01,0.04,0.10,and 0.25,the average peak signal-to-noise ratio(PSNR)of SAMNet is improved by 1.27,1.23,0.50,and 0.15 dB,respectively,compared to the CSNet+.The running time of reconstructing a 256×256 image is reduced by 0.1473,0.1789,0.2310,and 0.2524 s compared to ReconNet.Experimental results showed that SAMNet improved the quality of reconstructed images and reduced the reconstruction time.
基金supported by the National Natural Science Foundation of China(Grant Nos.U23A20375 and 62075151)the National Key Research and Development Program of China(Grant No.202103021223042).
文摘The principle of optical time-domain reflection localization limits the sensing spatial resolution of Raman distributed optical fiber sensing.We provide a solution for a Raman distributed optical fiber sensing system with kilometer-level sensing distance and submeter spatial resolution.Based on this,we propose a Raman distributed optical fiber sensing scheme based on chaotic pulse cluster demodulation.Chaotic pulse clusters are used as the probe signal,in preference to conventional pulsed or chaotic single-pulse lasers.Furthermore,the accurate positioning of the temperature variety region along the sensing fiber can be realized using chaotic pulse clusters.The proposed demodulation scheme can enhance the signal-to-noise ratio by improving the correlation between the chaotic reference and the chaotic Raman anti-Stokes scattering signals.The experiment achieved a sensing spatial resolution of 30 cm at a distributed temperature-sensing distance of∼6.0 km.Furthermore,we explored the influence of chaotic pulse width and detector bandwidth on the sensing spatial resolution.In addition,the theoretical experiments proved that the sensing spatial resolution in the proposed scheme was independent of the pulse width and sensing distance.
基金support from the Open Research Project Programme of the State Key Laboratory of Internet of Things for Smart City,University of Macao (Grant No.SKL-IoTSC (UM)-2021-2023/ORPF/A19/2022)the General Research Fund project from Research Grants Council of Hong Kong Special Administrative Region Government of China (Grant No.15214722)the Start-up Fund from The Hong Kong Polytechnic University (Grant No.BD88).
文摘Despite the extensive use of distributed fiber optic sensing(DFOS)in monitoring underground structures,its potential in detecting structural anomalies,such as cracks and cavities,is still not fully understood.To contribute to the identification of defects in underground structures,this study conducted a four-point bending test of a reinforced concrete(RC)beam and uniaxial loading tests of an RC specimen with local cavities.The experimental results revealed the disparity in DFOS strain spike profiles between these two structural anomalies.The effectiveness of DFOS in the quantification of crack opening displacement(COD)was also demonstrated,even in cases where perfect bonding was not achievable between the cable and structures.In addition,DFOS strain spikes observed in two diaphragm wall panels of a twin circular shaft were also reported.The most probable cause of those spikes was identified as the mechanical behavior associated with local concrete contamination.With the utilization of the strain profiles obtained from laboratory tests and field monitoring,three types of multi-classifiers,based on support vector machine(SVM),random forest(RF),and backpropagation neural network(BP),were employed to classify strain profiles,including crack-induced spikes,non-crack-induced spikes,and non-spike strain profiles.Among these classifiers,the SVM-based classifier exhibited superior performance in terms of accuracy and model robustness.This finding suggests that the SVM-based classifier holds promise as a potential solution for the automatic detection and classification of defects in underground structures during long-term monitoring.
基金This research was funded by“Chunhui Program”Collaborative Scientific Research Project of the Ministry of Education of the People’s Republic of China(Project No.HZKY20220242)the S&T Program of Hebei(Project No.225676163GH).
文摘Rational distribution network planning optimizes power flow distribution,reduces grid stress,enhances voltage quality,promotes renewable energy utilization,and reduces costs.This study establishes a distribution network planning model incorporating distributed wind turbines(DWT),distributed photovoltaics(DPV),and energy storage systems(ESS).K-means++is employed to partition the distribution network based on electrical distance.Considering the spatiotemporal correlation of distributed generation(DG)outputs in the same region,a joint output model of DWT and DPV is developed using the Frank-Copula.Due to the model’s high dimensionality,multiple constraints,and mixed-integer characteristics,bilevel programming theory is utilized to structure the model.The model is solved using a mixed-integer particle swarmoptimization algorithm(MIPSO)to determine the optimal location and capacity of DG and ESS integrated into the distribution network to achieve the best economic benefits and operation quality.The proposed bilevel planning method for distribution networks is validated through simulations on the modified IEEE 33-bus system.The results demonstrate significant improvements,with the proposedmethod reducing the annual comprehensive cost by 41.65%and 13.98%,respectively,compared to scenarios without DG and ESS or with only DG integration.Furthermore,it reduces the daily average voltage deviation by 24.35%and 10.24%and daily network losses by 55.72%and 35.71%.
基金supported by the National Natural Science Foundation of China(Grant Nos.42225702 and 42077235)the Natural Science Foundation of Jiangsu Province(Grant No.BK20211086)the open fund of the Key Laboratory of Earth Fissures Geological Disaster,Ministry of Natural Resources.
文摘The distribution of shear-wave velocities in the subsurface is generally used to assess the potential forseismic liquefaction and soil amplification effects and to classify seismic sites. Newly developeddistributed acoustic sensing (DAS) technology enables estimation of the shear-wave distribution as ahigh-density seismic observation system. This technology is characterized by low maintenance costs,high-resolution outputs, and real-time data transmission capabilities, albeit with the challenge ofmanaging massive data generation. Rapid and efficient interpretation of data is the key to advancingapplication of the DAS technology. In this study, field tests were carried out to record ambient noise overa short period using DAS technology, from which the surface-wave dispersion curves were extracted. Inorder to reduce the influence of directional effects on the results, an unsupervised clustering method isused to select appropriate clusters to extract the Green's function. A combination of a genetic algorithmand Monte Carlo (GA-MC) simulation is proposed to invert the subsurface velocity structure. Thestratigraphic profiles obtained by the GA-MC method are in agreement with the borehole profiles.Compared to other methods, the proposed optimization method not only improves the solution qualitybut also reduces the solution time.
文摘Dear Editor,This letter focuses on the distributed cooperative regulation problem for a class of networked re-entrant manufacturing systems(RMSs).The networked system is structured with a three-tier architecture:the production line,the manufacturing layer and the workshop layer.The dynamics of re-entrant production lines are governed by hyperbolic partial differential equations(PDEs)based on the law of mass conservation.