期刊文献+
共找到40,455篇文章
< 1 2 250 >
每页显示 20 50 100
A Comprehensive Evaluation of Distributed Learning Frameworks in AI-Driven Network Intrusion Detection
1
作者 Sooyong Jeong Cheolhee Park +1 位作者 Dowon Hong Changho Seo 《Computers, Materials & Continua》 2026年第4期310-332,共23页
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. 展开更多
关键词 network intrusion detection network security distributed learning
在线阅读 下载PDF
A Super-Resolution Generative Adversarial Network for Remote Sensing Images Based on Improved Residual Module and Attention Mechanism
2
作者 Yifan Zhang Yong Gan +1 位作者 Mengke Tang Xinxin Gan 《Computers, Materials & Continua》 2026年第2期689-707,共19页
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 imagery generative adversarial networks SUPER-RESOLUTION enhanced residual unit selfattention mechanism
在线阅读 下载PDF
Multi-Constraint Generative Adversarial Network-Driven Optimization Method for Super-Resolution Reconstruction of Remote Sensing Images
3
作者 Binghong Zhang Jialing Zhou +3 位作者 Xinye Zhou Jia Zhao Jinchun Zhu Guangpeng Fan 《Computers, Materials & Continua》 2026年第1期779-796,共18页
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. 展开更多
关键词 Charbonnier loss function deep learning generative adversarial network perceptual loss remote sensing image super-resolution
在线阅读 下载PDF
Effective distributed convolutional neural network architecture for remote sensing images target classification with a pre-training approach 被引量:3
4
作者 LI Binquan HU Xiaohui 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2019年第2期238-244,共7页
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. 展开更多
关键词 convolutional NEURAL network (CNN) distributed architecture REMOTE sensing images (RSIs) TARGET classification pre-training
在线阅读 下载PDF
Distributed Fiber Optic Vibration Sensing Event Recognition Method Based on CNN-LSTM-Transformer Net 被引量:1
5
作者 LI Jun WANG Liqun +5 位作者 LIU Jin DING Damin ZHANG Dawei HU Xing LIN Songzhi YANG Haima 《Wuhan University Journal of Natural Sciences》 2025年第4期321-333,共13页
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. 展开更多
关键词 distributed fiber optic vibration sensing convolutional neural network long and short-term memory network attention mechanism Φ-OTDR
原文传递
Wavelet Transform-Based Distributed Compressed Sensing in Wireless Sensor Networks 被引量:4
6
作者 Hu Haifeng Yang Zhen Bao Jianmin 《China Communications》 SCIE CSCD 2012年第2期1-12,共12页
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. 展开更多
关键词 WSN distributed compressed sensing distributed wavelet transform
在线阅读 下载PDF
Fracture parameter diagnostic method during staged multi-cluster fracturing based on distributed temperature sensing 被引量:1
7
作者 WEI Cao LI Haitao +4 位作者 ZHU Xiaohua ZHANG Nan LUO Hongwen TU Kun CHENG Shiqing 《Petroleum Exploration and Development》 2025年第2期496-505,共10页
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. 展开更多
关键词 shale oil horizontal well multi-stage multi-cluster fracturing distributed temperature sensing thermo-fluid coupling model fracture parameters real-time monitoring
在线阅读 下载PDF
Spatial monitoring of curved geostructures using distributed Brillouin sensing:A state-of-the-art review
8
作者 Shaoqiu Zhang Chao Wang +2 位作者 Cleitus Antony Qinglai Zhang Zili Li 《Intelligent Geoengineering》 2025年第1期35-53,共19页
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. 展开更多
关键词 distributed Brillouin sensing Structural health monitoring distributed fibre optic sensing Curved geostructures Field instrumentation
在线阅读 下载PDF
Research on transparency of coal mine geological conditions based on distributed fiber-optic sensing technology
9
作者 Chunde Piao Yanzhu Yin +2 位作者 Zhihao He Wenchi Du Guangqing Wei 《Deep Underground Science and Engineering》 2025年第2期255-263,共9页
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. 展开更多
关键词 coal mine distributed monitoring geological disaster sensing fiber transparent geology
原文传递
Single-Phase Grounding Fault Identification in Distribution Networks with Distributed Generation Considering Class Imbalance across Different Network Topologies
10
作者 Lei Han Wanyu Ye +4 位作者 Chunfang Liu Shihua Huang Chun Chen Luxin Zhan Siyuan Liang 《Energy Engineering》 2025年第12期4947-4969,共23页
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. 展开更多
关键词 Distribution network single-phase grounding fault distribution generation class imbalance sample CNN
在线阅读 下载PDF
Far-feld radiation patterns of distributed acoustic sensing in anisotropic media with an explosive source and vertically straight fber
11
作者 Le-Le Zhang Yang Zhao +4 位作者 Lu Liu Ge Jin Cheng-Gang Xian Zhi-Peng Ning Chuang-Yang Wang 《Petroleum Science》 2025年第2期641-652,共12页
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. 展开更多
关键词 distributed acoustic sensing Seismic anisotropy Geophysical methods Numerical solutions
原文传递
Enhanced single-neuronal dynamical system in self-feedback Hopfield network for encrypting urban remote sensing image
12
作者 ZHANG Jingquan 《Global Geology》 2025年第4期240-250,共11页
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. 展开更多
关键词 remote sensing image image encryption Hopfield neural network SELF-FEEDBACK
在线阅读 下载PDF
Multi-Dimensional Weight Regulation Network for Remote Sensing Image Dehazing
13
作者 Donghui Zhao Bo Mo 《Journal of Beijing Institute of Technology》 2025年第1期71-90,共20页
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. 展开更多
关键词 image dehazing remote sensing image network lightweight
在线阅读 下载PDF
Privacy-preserving distributed consensus over directed networks with limited communication
14
作者 Yang Song Jian Guo Jimin Wang 《Journal of Automation and Intelligence》 2025年第4期291-298,共8页
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. 展开更多
关键词 distributed consensus Privacy preservation QUANTIZATION Paillier cryptosystem Directed network
在线阅读 下载PDF
Image compressed sensing reconstruction network based on self-attention mechanism
15
作者 LIU Yuhong LIU Xiaoyan CHEN Manyin 《Journal of Measurement Science and Instrumentation》 2025年第4期537-546,共10页
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. 展开更多
关键词 convolutional neural network compressed sensing self-attention mechanism dense block image reconstruction
在线阅读 下载PDF
Achieving 30-cm spatial resolution over 6.0 km in Raman distributed optical fiber sensing using chaotic pulse cluster demodulation
16
作者 Jian Li Zijia Cheng +2 位作者 Bowen Fan Xin Huang Mingjiang Zhang 《Advanced Photonics Nexus》 2025年第4期106-112,共7页
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. 展开更多
关键词 chaotic pulse cluster Raman scattering distributed fiber optic sensing temperature demodulation
在线阅读 下载PDF
Identification of defects in underground structures using machine learning aided distributed fiber optic sensing
17
作者 Shaoqun Lin Hongjiang Ye +2 位作者 Daoyuan Tan Jing Wang Jianhua Yin 《Journal of Rock Mechanics and Geotechnical Engineering》 2025年第4期2194-2207,共14页
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. 展开更多
关键词 Geotechnical monitoring distributed fiber optic sensing(DFOS) Strain spikes Cracks DEFECTS Support vector machine
在线阅读 下载PDF
Bilevel Planning of Distribution Networks with Distributed Generation and Energy Storage: A Case Study on the Modified IEEE 33-Bus System
18
作者 Haoyuan Li Lingling Li 《Energy Engineering》 2025年第4期1337-1358,共22页
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%. 展开更多
关键词 Distribution network planning frank-copula joint output model bilevel programming theory
在线阅读 下载PDF
Enhancing subsurface seismic profiling with distributed acoustic sensing and optimization algorithms
19
作者 Jing Wang Hong-Hu Zhu +4 位作者 Gang Cheng Tao Wang Xu-Long Gong Dao-Yuan Tan Bin Shi 《Journal of Rock Mechanics and Geotechnical Engineering》 2025年第6期3632-3643,共12页
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. 展开更多
关键词 Shallow subsurface velocity Site classification Ambient noise imaging distributed acoustic sensing(DAS) Genetic algorithms and Monte Carlo simulation
在线阅读 下载PDF
Distributed Cooperative Regulation for Networked Re-Entrant Manufacturing Systems
20
作者 Chenguang Liu Qing Gao +1 位作者 Wei Wang Jinhu Lü 《IEEE/CAA Journal of Automatica Sinica》 2025年第3期636-638,共3页
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. 展开更多
关键词 production line networked re entrant manufacturing systems three tier architecture production linethe distributed cooperative regulation hyperbolic partial differential equations pdes based distributed cooperative regulation problem manufacturing layer
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部