A dual-phase synergistic enhancement method was adopted to strengthen the Al-Mn-Mg-Sc-Zr alloy fabricated by laser powder bed fusion(LPBF)by leveraging the unique advantages of Er and TiB_(2).Spherical powders of 0.5w...A dual-phase synergistic enhancement method was adopted to strengthen the Al-Mn-Mg-Sc-Zr alloy fabricated by laser powder bed fusion(LPBF)by leveraging the unique advantages of Er and TiB_(2).Spherical powders of 0.5wt%Er-1wt%TiB_(2)/Al-Mn-Mg-Sc-Zr nanocomposite were prepared using vacuum homogenization technique,and the density of samples prepared through the LPBF process reached 99.8%.The strengthening and toughening mechanisms of Er-TiB_(2)were investigated.The results show that Al_(3)Er diffraction peaks are detected by X-ray diffraction analysis,and texture strength decreases according to electron backscatter diffraction results.The added Er and TiB_(2)nano-reinforcing phases act as heterogeneous nucleation sites during the LPBF forming process,hindering grain growth and effectively refining the grains.After incorporating the Er-TiB_(2)dual-phase nano-reinforcing phases,the tensile strength and elongation at break of the LPBF-deposited samples reach 550 MPa and 18.7%,which are 13.4%and 26.4%higher than those of the matrix material,respectively.展开更多
Fault diagnosis of rolling bearings is crucial for ensuring the stable operation of mechanical equipment and production safety in industrial environments.However,due to the nonlinearity and non-stationarity of collect...Fault diagnosis of rolling bearings is crucial for ensuring the stable operation of mechanical equipment and production safety in industrial environments.However,due to the nonlinearity and non-stationarity of collected vibration signals,single-modal methods struggle to capture fault features fully.This paper proposes a rolling bearing fault diagnosis method based on multi-modal information fusion.The method first employs the Hippopotamus Optimization Algorithm(HO)to optimize the number of modes in Variational Mode Decomposition(VMD)to achieve optimal modal decomposition performance.It combines Convolutional Neural Networks(CNN)and Gated Recurrent Units(GRU)to extract temporal features from one-dimensional time-series signals.Meanwhile,the Markovian Transition Field(MTF)is used to transform one-dimensional signals into two-dimensional images for spatial feature mining.Through visualization techniques,the effectiveness of generated images from different parameter combinations is compared to determine the optimal parameter configuration.A multi-modal network(GSTCN)is constructed by integrating Swin-Transformer and the Convolutional Block Attention Module(CBAM),where the attention module is utilized to enhance fault features.Finally,the fault features extracted from different modalities are deeply fused and fed into a fully connected layer to complete fault classification.Experimental results show that the GSTCN model achieves an average diagnostic accuracy of 99.5%across three datasets,significantly outperforming existing comparison methods.This demonstrates that the proposed model has high diagnostic precision and good generalization ability,providing an efficient and reliable solution for rolling bearing fault diagnosis.展开更多
BACKGROUND Lumbar interbody fusion(LIF)is the primary treatment for lumbar degenerative diseases.Elderly patients are prone to anxiety and depression after undergoing surgery,which affects their postoperative recovery...BACKGROUND Lumbar interbody fusion(LIF)is the primary treatment for lumbar degenerative diseases.Elderly patients are prone to anxiety and depression after undergoing surgery,which affects their postoperative recovery speed and quality of life.Effective prevention of anxiety and depression in elderly patients has become an urgent problem.AIM To investigate the trajectory of anxiety and depression levels in elderly patients after LIF,and the influencing factors.METHODS Random sampling was used to select 239 elderly patients who underwent LIF from January 2020 to December 2024 in Shenzhen Pingle Orthopedic Hospital.General information and surgery-related indices were recorded,and participants completed measures of psychological status,lumbar spine dysfunction,and quality of life.A latent class growth model was used to analyze the post-LIF trajectory of anxiety and depression levels,and unordered multi-categorical logistic regression was used to analyze the influencing factors.RESULTS Three trajectories of change in anxiety level were identified:Increasing anxiety(n=26,10.88%),decreasing anxiety(n=27,11.30%),and stable anxiety(n=186,77.82%).Likewise,three trajectories of change in depression level were identified:Increasing depression(n=30,12.55%),decreasing depression(n=26,10.88%),and stable depression(n=183,76.57%).Regression analysis showed that having no partner,female sex,elevated Oswestry dysfunction index(ODI)scores,and reduced 36-Item Short Form Health Survey scores all contributed to increased anxiety levels,whereas female sex,postoperative opioid use,and elevated ODI scores all contributed to increased depression levels.CONCLUSION During clinical observation,combining factors to predict anxiety and depression in post-LIF elderly patients enables timely intervention,quickens recovery,and enhances quality of life.展开更多
Background:Medical imaging advancements are constrained by fundamental trade-offs between acquisition speed,radiation dose,and image quality,forcing clinicians to work with noisy,incomplete data.Existing reconstructio...Background:Medical imaging advancements are constrained by fundamental trade-offs between acquisition speed,radiation dose,and image quality,forcing clinicians to work with noisy,incomplete data.Existing reconstruction methods either compromise on accuracy with iterative algorithms or suffer from limited generalizability with task-specific deep learning approaches.Methods:We present LDM-PIR,a lightweight physics-conditioned diffusion multi-model for medical image reconstruction that addresses key challenges in magnetic resonance imaging(MRI),CT,and low-photon imaging.Unlike traditional iterative methods,which are computationally expensive,or task-specific deep learning approaches lacking generalizability,integrates three innovations.A physics-conditioned diffusion framework that embeds acquisition operators(Fourier/Radon transforms)and noise models directly into the reconstruction process.A multi-model architecture that unifies denoising,inpainting,and super-resolution via shared weight conditioning.A lightweight design(2.1M parameters)enabling rapid inference(0.8s/image on GPU).Through self-supervised fine-tuning with measurement consistency losses adapts to new imaging modalities using fewer annotated samples.Results:Achieves state-of-the-art performance on fastMRI(peak signal-to-noise ratio(PSNR):34.04 for single-coil/31.50 for multi-coil)and Lung Image Database Consortium and Image Database Resource Initiative(28.83 PSNR under Poisson noise).Clinical evaluations demonstrate superior preservation of anatomical structures,with SSIM improvements of 8.8%for single-coil and 4.36%for multi-coil MRI over uDPIR.Conclusion:It offers a flexible,efficient,and scalable solution for medical image reconstruction,addressing the challenges of noise,undersampling,and modality generalization.The model’s lightweight design allows for rapid inference,while its self-supervised fine-tuning capability minimizes reliance on large annotated datasets,making it suitable for real-world clinical applications.展开更多
Impact craters are important for understanding the evolution of lunar geologic and surface erosion rates,among other functions.However,the morphological characteristics of these micro impact craters are not obvious an...Impact craters are important for understanding the evolution of lunar geologic and surface erosion rates,among other functions.However,the morphological characteristics of these micro impact craters are not obvious and they are numerous,resulting in low detection accuracy by deep learning models.Therefore,we proposed a new multi-scale fusion crater detection algorithm(MSF-CDA)based on the YOLO11 to improve the accuracy of lunar impact crater detection,especially for small craters with a diameter of<1 km.Using the images taken by the LROC(Lunar Reconnaissance Orbiter Camera)at the Chang’e-4(CE-4)landing area,we constructed three separate datasets for craters with diameters of 0-70 m,70-140 m,and>140 m.We then trained three submodels separately with these three datasets.Additionally,we designed a slicing-amplifying-slicing strategy to enhance the ability to extract features from small craters.To handle redundant predictions,we proposed a new Non-Maximum Suppression with Area Filtering method to fuse the results in overlapping targets within the multi-scale submodels.Finally,our new MSF-CDA method achieved high detection performance,with the Precision,Recall,and F1 score having values of 0.991,0.987,and 0.989,respectively,perfectly addressing the problems induced by the lesser features and sample imbalance of small craters.Our MSF-CDA can provide strong data support for more in-depth study of the geological evolution of the lunar surface and finer geological age estimations.This strategy can also be used to detect other small objects with lesser features and sample imbalance problems.We detected approximately 500,000 impact craters in an area of approximately 214 km2 around the CE-4 landing area.By statistically analyzing the new data,we updated the distribution function of the number and diameter of impact craters.Finally,we identified the most suitable lighting conditions for detecting impact crater targets by analyzing the effect of different lighting conditions on the detection accuracy.展开更多
When a new user accesses the CDMA system, the load will change drastically, and therefore, the advanced outer loop power control (OLPC) technology has to be adopted to enrich the target signal interference ratio (S...When a new user accesses the CDMA system, the load will change drastically, and therefore, the advanced outer loop power control (OLPC) technology has to be adopted to enrich the target signal interference ratio (Silt) and improve the system performance. The existing problems about DS-CDMA outer loop power control for multi-service are introduced and the power control theoretical model is analyzed. System simulation is adopted on how to obtain the theoretical performance and parameter optimization of the power control algorithm. The OLPC algorithm is improved and the performance comparisons between the old algorithm and the improved algorithm are given. The results show good performance of the improved OLPC algorithm and prove the validity of the improved method for multi-service.展开更多
Multi-service aggregated transmission is the direction of IP network. Providing different Quality of Service (QoS) assurance for different services has become a crucial problem in future network. Admission control is ...Multi-service aggregated transmission is the direction of IP network. Providing different Quality of Service (QoS) assurance for different services has become a crucial problem in future network. Admission control is a vital function for multi-service IP network. This paper proposes a novel fuzzy admission control scheme based on coarse granularity service-aware technique. Different service has discriminative sensitivity to the same QoS characteristic parameter in general. The traffic class can be perceived by the service request parameter and the proposed QoS function. And requirements of dif- ferent applications can be met by maintaining the life parameter. From simulation results, the proposed scheme shows a better QoS provisioning than those traditional fuzzy logic based methods under the same admission probability.展开更多
This paper mainly studies the problem of multi-task assignment of providers in port logistics service supply chain.As a core enterprise,port plays the role of logistics service integrator.With the continuous developme...This paper mainly studies the problem of multi-task assignment of providers in port logistics service supply chain.As a core enterprise,port plays the role of logistics service integrator.With the continuous development of industrial integration,logistics service providers not only provide one kind of logistics service,but also develop into composite suppliers who capable of providing a variety of logistics services.This paper studies the task assignment problem of multi-service capability providers in the port logistics service supply chain.The two-stage logistics service provider task assignment model was built,which is based on the mixed evaluation method(including MOORA and FMEA)and the multi-objective planning method.Eventually,the effectiveness of the model method was verified by combining with an example.展开更多
Providing the required metrics for different service respectively is a basic characteristic in multi-service networks. The different service can be accessed and forwarded differently to provide the different transmiss...Providing the required metrics for different service respectively is a basic characteristic in multi-service networks. The different service can be accessed and forwarded differently to provide the different transmission performance. The state information between admission control and scheduling can be exchanged each other by the defined correlation coefficient to adjust the flow distribution in progress. The priority queue length measured by scheduler implicitly can describe the priority flows load. And the fair rate can describe the non-priority flows load. Different admission decision will be made according to the state of scheduler to assure the time-delay upper threshold for the priority flows under heavy load and the fairness for elastic flows in light load, respectively. The stability condition was conduced and proved. Simulation results show the policy can ensure both the delay for the priority flows and the minimal throughput for non-priority flows.展开更多
This paper first gives a SCP abstract model, then SCP’s overload detection and maximum processing capability are discussed quantitatively. Based upon dynamic adjustment, a new two-level SCP overload control algorithm...This paper first gives a SCP abstract model, then SCP’s overload detection and maximum processing capability are discussed quantitatively. Based upon dynamic adjustment, a new two-level SCP overload control algorithm is proposed. Theoretical analysis and simulation prove the algorithm’s effectiveness and fairness.展开更多
Multi-service SDH networks support both packet- and circuit-switched traffic. Optimal design of such a network means to guarantee the circuit connections and configure a logical packet-switched topology with lowest co...Multi-service SDH networks support both packet- and circuit-switched traffic. Optimal design of such a network means to guarantee the circuit connections and configure a logical packet-switched topology with lowest congestion. This letter first formulates the problem as a mixed integer linear programming, which achieves optimal solution but has high computation. Then a heuristic algorithm is proposed to yield near-optimal solution efficiently. Performance of the algorithm is verified by an example.展开更多
A prepaid subscriber is allowed to simultaneously implement multiple services in online charging mechanism of IP Multimedia Subsystem (IMS). It is a noteworthy discussion to effectively distribute the limited account ...A prepaid subscriber is allowed to simultaneously implement multiple services in online charging mechanism of IP Multimedia Subsystem (IMS). It is a noteworthy discussion to effectively distribute the limited account resources among concurrent services. An account-sharing algorithm is proposed for multi-services,which introduces resource reclamation and redistribution processes based on the resource reservation of standard specifications and dynamically adjusts them according to the changes of Quality of Service (QoS). Three performance indexes are investigated in the simulation experiments, which are average number of accommodated sessions, average number of completed ses- sions, and average number of iterations per accommodated session. The results show that in the normal QoS level, the three indexes of the proposed algorithm averagely increase by 18.7%, 5.4%, and 3.1% compared with the Prepaid Credit Distribution (PCD) algorithm, and by 2.1%, 1.0%, and 1.8% compared with the Prepaid Credit Reclaim (PCR) algorithm. In the poor QoS level, the performance advantages are greater, which averagely increase by 29.1%, 7.1%, and 2.8% compared with PCD, and by 9.4%, 4.1%, and 3.6% compared with PCR.展开更多
With the challenge of great growing of services diversity,service-oriented supporting ability is required by current high-speed passive optical network( PON). Aimed at enhancing the quality of service( Qo S) brought b...With the challenge of great growing of services diversity,service-oriented supporting ability is required by current high-speed passive optical network( PON). Aimed at enhancing the quality of service( Qo S) brought by diversified-services,this study proposes an echo state network( ESN)based multi-service awareness mechanism in 10-Gigabite ethernet passive optical network( 10GEPON). In the proposed approach,distributed architecture is adopted to realize this ESN based multi-service awareness. According to the network architecture of 10G-EPON,where a main ESN is running in OLT and a number of ESN agents works in ONUs. The main-ESN plays the main function of service-awareness from the total view of various kinds of services in 10G-EPON system,by full ESN training. Then,the reservoir information of well-trained ESN in OLT will be broadcasted to all ONUs and those ESN agents working in ONUs are allowed to conduct independent service-awareness function. Thus,resources allocation and transport policy are both determined only in ONUs. Simulation results show that the proposed mechanism is able to better support the ability of multiple services.展开更多
To enhance the mechanical properties of Mo alloys prepared through laser powder bed fusion(LPBF),a hot isostatic pressing(HIP)treatment was used.Results show that following HIP treatment,the porosity decreases from 0....To enhance the mechanical properties of Mo alloys prepared through laser powder bed fusion(LPBF),a hot isostatic pressing(HIP)treatment was used.Results show that following HIP treatment,the porosity decreases from 0.27%to 0.22%,enabling the elements Mo and Ti to diffuse fully and to distribute more uniformly,and to forming a substantial number of low-angle grain boundaries.The tensile strength soars from 286±32 MPa to 598±22 MPa,while the elongation increases from 0.08%±0.02%to 0.18%±0.02%,without notable alterations in grain morphology during the tensile deformation.HIP treatment eliminates the molten pool boundaries,which are the primary source for premature failure in LPBFed Mo alloys.Consequently,HIP treatment emerges as a novel and effective approach for strengthening the mechanical properties of LPBFed Mo alloys,offering a fresh perspective on producing high-performance Mo-based alloys.展开更多
Thunderstorm wind gusts are small in scale,typically occurring within a range of a few kilometers.It is extremely challenging to monitor and forecast thunderstorm wind gusts using only automatic weather stations.There...Thunderstorm wind gusts are small in scale,typically occurring within a range of a few kilometers.It is extremely challenging to monitor and forecast thunderstorm wind gusts using only automatic weather stations.Therefore,it is necessary to establish thunderstorm wind gust identification techniques based on multisource high-resolution observations.This paper introduces a new algorithm,called thunderstorm wind gust identification network(TGNet).It leverages multimodal feature fusion to fuse the temporal and spatial features of thunderstorm wind gust events.The shapelet transform is first used to extract the temporal features of wind speeds from automatic weather stations,which is aimed at distinguishing thunderstorm wind gusts from those caused by synoptic-scale systems or typhoons.Then,the encoder,structured upon the U-shaped network(U-Net)and incorporating recurrent residual convolutional blocks(R2U-Net),is employed to extract the corresponding spatial convective characteristics of satellite,radar,and lightning observations.Finally,by using the multimodal deep fusion module based on multi-head cross-attention,the temporal features of wind speed at each automatic weather station are incorporated into the spatial features to obtain 10-minutely classification of thunderstorm wind gusts.TGNet products have high accuracy,with a critical success index reaching 0.77.Compared with those of U-Net and R2U-Net,the false alarm rate of TGNet products decreases by 31.28%and 24.15%,respectively.The new algorithm provides grid products of thunderstorm wind gusts with a spatial resolution of 0.01°,updated every 10minutes.The results are finer and more accurate,thereby helping to improve the accuracy of operational warnings for thunderstorm wind gusts.展开更多
In the article“A Lightweight Approach for Skin Lesion Detection through Optimal Features Fusion”by Khadija Manzoor,Fiaz Majeed,Ansar Siddique,Talha Meraj,Hafiz Tayyab Rauf,Mohammed A.El-Meligy,Mohamed Sharaf,Abd Ela...In the article“A Lightweight Approach for Skin Lesion Detection through Optimal Features Fusion”by Khadija Manzoor,Fiaz Majeed,Ansar Siddique,Talha Meraj,Hafiz Tayyab Rauf,Mohammed A.El-Meligy,Mohamed Sharaf,Abd Elatty E.Abd Elgawad Computers,Materials&Continua,2022,Vol.70,No.1,pp.1617–1630.DOI:10.32604/cmc.2022.018621,URL:https://www.techscience.com/cmc/v70n1/44361,there was an error regarding the affiliation for the author Hafiz Tayyab Rauf.Instead of“Centre for Smart Systems,AI and Cybersecurity,Staffordshire University,Stoke-on-Trent,UK”,the affiliation should be“Independent Researcher,Bradford,BD80HS,UK”.展开更多
基金Shaanxi Province Qin Chuangyuan“Scientist+Engineer”Team Construction Project(2022KXJ-071)2022 Qin Chuangyuan Achievement Transformation Incubation Capacity Improvement Project(2022JH-ZHFHTS-0012)+8 种基金Shaanxi Province Key Research and Development Plan-“Two Chains”Integration Key Project-Qin Chuangyuan General Window Industrial Cluster Project(2023QCY-LL-02)Xixian New Area Science and Technology Plan(2022-YXYJ-003,2022-XXCY-010)2024 Scientific Research Project of Shaanxi National Defense Industry Vocational and Technical College(Gfy24-07)Shaanxi Vocational and Technical Education Association 2024 Vocational Education Teaching Reform Research Topic(2024SZX354)National Natural Science Foundation of China(U24A20115)2024 Shaanxi Provincial Education Department Service Local Special Scientific Research Program Project-Industrialization Cultivation Project(24JC005,24JC063)Shaanxi Province“14th Five-Year Plan”Education Science Plan,2024 Project(SGH24Y3181)National Key Research and Development Program of China(2023YFB4606400)Longmen Laboratory Frontier Exploration Topics Project(LMQYTSKT003)。
文摘A dual-phase synergistic enhancement method was adopted to strengthen the Al-Mn-Mg-Sc-Zr alloy fabricated by laser powder bed fusion(LPBF)by leveraging the unique advantages of Er and TiB_(2).Spherical powders of 0.5wt%Er-1wt%TiB_(2)/Al-Mn-Mg-Sc-Zr nanocomposite were prepared using vacuum homogenization technique,and the density of samples prepared through the LPBF process reached 99.8%.The strengthening and toughening mechanisms of Er-TiB_(2)were investigated.The results show that Al_(3)Er diffraction peaks are detected by X-ray diffraction analysis,and texture strength decreases according to electron backscatter diffraction results.The added Er and TiB_(2)nano-reinforcing phases act as heterogeneous nucleation sites during the LPBF forming process,hindering grain growth and effectively refining the grains.After incorporating the Er-TiB_(2)dual-phase nano-reinforcing phases,the tensile strength and elongation at break of the LPBF-deposited samples reach 550 MPa and 18.7%,which are 13.4%and 26.4%higher than those of the matrix material,respectively.
基金funded by the Jilin Provincial Department of Science and Technology,grant number 20230101208JC.
文摘Fault diagnosis of rolling bearings is crucial for ensuring the stable operation of mechanical equipment and production safety in industrial environments.However,due to the nonlinearity and non-stationarity of collected vibration signals,single-modal methods struggle to capture fault features fully.This paper proposes a rolling bearing fault diagnosis method based on multi-modal information fusion.The method first employs the Hippopotamus Optimization Algorithm(HO)to optimize the number of modes in Variational Mode Decomposition(VMD)to achieve optimal modal decomposition performance.It combines Convolutional Neural Networks(CNN)and Gated Recurrent Units(GRU)to extract temporal features from one-dimensional time-series signals.Meanwhile,the Markovian Transition Field(MTF)is used to transform one-dimensional signals into two-dimensional images for spatial feature mining.Through visualization techniques,the effectiveness of generated images from different parameter combinations is compared to determine the optimal parameter configuration.A multi-modal network(GSTCN)is constructed by integrating Swin-Transformer and the Convolutional Block Attention Module(CBAM),where the attention module is utilized to enhance fault features.Finally,the fault features extracted from different modalities are deeply fused and fed into a fully connected layer to complete fault classification.Experimental results show that the GSTCN model achieves an average diagnostic accuracy of 99.5%across three datasets,significantly outperforming existing comparison methods.This demonstrates that the proposed model has high diagnostic precision and good generalization ability,providing an efficient and reliable solution for rolling bearing fault diagnosis.
基金Supported by the Scientific Research Projects of the Health System in Pingshan District,No.2023122.
文摘BACKGROUND Lumbar interbody fusion(LIF)is the primary treatment for lumbar degenerative diseases.Elderly patients are prone to anxiety and depression after undergoing surgery,which affects their postoperative recovery speed and quality of life.Effective prevention of anxiety and depression in elderly patients has become an urgent problem.AIM To investigate the trajectory of anxiety and depression levels in elderly patients after LIF,and the influencing factors.METHODS Random sampling was used to select 239 elderly patients who underwent LIF from January 2020 to December 2024 in Shenzhen Pingle Orthopedic Hospital.General information and surgery-related indices were recorded,and participants completed measures of psychological status,lumbar spine dysfunction,and quality of life.A latent class growth model was used to analyze the post-LIF trajectory of anxiety and depression levels,and unordered multi-categorical logistic regression was used to analyze the influencing factors.RESULTS Three trajectories of change in anxiety level were identified:Increasing anxiety(n=26,10.88%),decreasing anxiety(n=27,11.30%),and stable anxiety(n=186,77.82%).Likewise,three trajectories of change in depression level were identified:Increasing depression(n=30,12.55%),decreasing depression(n=26,10.88%),and stable depression(n=183,76.57%).Regression analysis showed that having no partner,female sex,elevated Oswestry dysfunction index(ODI)scores,and reduced 36-Item Short Form Health Survey scores all contributed to increased anxiety levels,whereas female sex,postoperative opioid use,and elevated ODI scores all contributed to increased depression levels.CONCLUSION During clinical observation,combining factors to predict anxiety and depression in post-LIF elderly patients enables timely intervention,quickens recovery,and enhances quality of life.
文摘Background:Medical imaging advancements are constrained by fundamental trade-offs between acquisition speed,radiation dose,and image quality,forcing clinicians to work with noisy,incomplete data.Existing reconstruction methods either compromise on accuracy with iterative algorithms or suffer from limited generalizability with task-specific deep learning approaches.Methods:We present LDM-PIR,a lightweight physics-conditioned diffusion multi-model for medical image reconstruction that addresses key challenges in magnetic resonance imaging(MRI),CT,and low-photon imaging.Unlike traditional iterative methods,which are computationally expensive,or task-specific deep learning approaches lacking generalizability,integrates three innovations.A physics-conditioned diffusion framework that embeds acquisition operators(Fourier/Radon transforms)and noise models directly into the reconstruction process.A multi-model architecture that unifies denoising,inpainting,and super-resolution via shared weight conditioning.A lightweight design(2.1M parameters)enabling rapid inference(0.8s/image on GPU).Through self-supervised fine-tuning with measurement consistency losses adapts to new imaging modalities using fewer annotated samples.Results:Achieves state-of-the-art performance on fastMRI(peak signal-to-noise ratio(PSNR):34.04 for single-coil/31.50 for multi-coil)and Lung Image Database Consortium and Image Database Resource Initiative(28.83 PSNR under Poisson noise).Clinical evaluations demonstrate superior preservation of anatomical structures,with SSIM improvements of 8.8%for single-coil and 4.36%for multi-coil MRI over uDPIR.Conclusion:It offers a flexible,efficient,and scalable solution for medical image reconstruction,addressing the challenges of noise,undersampling,and modality generalization.The model’s lightweight design allows for rapid inference,while its self-supervised fine-tuning capability minimizes reliance on large annotated datasets,making it suitable for real-world clinical applications.
基金the National Key Research and Development Program of China (Grant No.2022YFF0711400)the National Space Science Data Center Youth Open Project (Grant No. NSSDC2302001)
文摘Impact craters are important for understanding the evolution of lunar geologic and surface erosion rates,among other functions.However,the morphological characteristics of these micro impact craters are not obvious and they are numerous,resulting in low detection accuracy by deep learning models.Therefore,we proposed a new multi-scale fusion crater detection algorithm(MSF-CDA)based on the YOLO11 to improve the accuracy of lunar impact crater detection,especially for small craters with a diameter of<1 km.Using the images taken by the LROC(Lunar Reconnaissance Orbiter Camera)at the Chang’e-4(CE-4)landing area,we constructed three separate datasets for craters with diameters of 0-70 m,70-140 m,and>140 m.We then trained three submodels separately with these three datasets.Additionally,we designed a slicing-amplifying-slicing strategy to enhance the ability to extract features from small craters.To handle redundant predictions,we proposed a new Non-Maximum Suppression with Area Filtering method to fuse the results in overlapping targets within the multi-scale submodels.Finally,our new MSF-CDA method achieved high detection performance,with the Precision,Recall,and F1 score having values of 0.991,0.987,and 0.989,respectively,perfectly addressing the problems induced by the lesser features and sample imbalance of small craters.Our MSF-CDA can provide strong data support for more in-depth study of the geological evolution of the lunar surface and finer geological age estimations.This strategy can also be used to detect other small objects with lesser features and sample imbalance problems.We detected approximately 500,000 impact craters in an area of approximately 214 km2 around the CE-4 landing area.By statistically analyzing the new data,we updated the distribution function of the number and diameter of impact craters.Finally,we identified the most suitable lighting conditions for detecting impact crater targets by analyzing the effect of different lighting conditions on the detection accuracy.
基金the National Natural Science Foundation of China (60532030).
文摘When a new user accesses the CDMA system, the load will change drastically, and therefore, the advanced outer loop power control (OLPC) technology has to be adopted to enrich the target signal interference ratio (Silt) and improve the system performance. The existing problems about DS-CDMA outer loop power control for multi-service are introduced and the power control theoretical model is analyzed. System simulation is adopted on how to obtain the theoretical performance and parameter optimization of the power control algorithm. The OLPC algorithm is improved and the performance comparisons between the old algorithm and the improved algorithm are given. The results show good performance of the improved OLPC algorithm and prove the validity of the improved method for multi-service.
基金the High-tech Project of Jiangsu Province (No.BG2003001).
文摘Multi-service aggregated transmission is the direction of IP network. Providing different Quality of Service (QoS) assurance for different services has become a crucial problem in future network. Admission control is a vital function for multi-service IP network. This paper proposes a novel fuzzy admission control scheme based on coarse granularity service-aware technique. Different service has discriminative sensitivity to the same QoS characteristic parameter in general. The traffic class can be perceived by the service request parameter and the proposed QoS function. And requirements of dif- ferent applications can be met by maintaining the life parameter. From simulation results, the proposed scheme shows a better QoS provisioning than those traditional fuzzy logic based methods under the same admission probability.
文摘This paper mainly studies the problem of multi-task assignment of providers in port logistics service supply chain.As a core enterprise,port plays the role of logistics service integrator.With the continuous development of industrial integration,logistics service providers not only provide one kind of logistics service,but also develop into composite suppliers who capable of providing a variety of logistics services.This paper studies the task assignment problem of multi-service capability providers in the port logistics service supply chain.The two-stage logistics service provider task assignment model was built,which is based on the mixed evaluation method(including MOORA and FMEA)and the multi-objective planning method.Eventually,the effectiveness of the model method was verified by combining with an example.
基金Supported by the National Natural Science Foundation of China (No. 60872002, 61003237)the Open Research Foundation of National Mobile Communications Research Lab, Southeast University, China (W200912)the Natural Science Foundation of Nantong Universty (No. 08Z025)
文摘Providing the required metrics for different service respectively is a basic characteristic in multi-service networks. The different service can be accessed and forwarded differently to provide the different transmission performance. The state information between admission control and scheduling can be exchanged each other by the defined correlation coefficient to adjust the flow distribution in progress. The priority queue length measured by scheduler implicitly can describe the priority flows load. And the fair rate can describe the non-priority flows load. Different admission decision will be made according to the state of scheduler to assure the time-delay upper threshold for the priority flows under heavy load and the fairness for elastic flows in light load, respectively. The stability condition was conduced and proved. Simulation results show the policy can ensure both the delay for the priority flows and the minimal throughput for non-priority flows.
基金Supported by 863 high technology projectthe National Natural Science Foundation of ChinaKey Foundation of Ministry of Posts and Telecommunications
文摘This paper first gives a SCP abstract model, then SCP’s overload detection and maximum processing capability are discussed quantitatively. Based upon dynamic adjustment, a new two-level SCP overload control algorithm is proposed. Theoretical analysis and simulation prove the algorithm’s effectiveness and fairness.
文摘Multi-service SDH networks support both packet- and circuit-switched traffic. Optimal design of such a network means to guarantee the circuit connections and configure a logical packet-switched topology with lowest congestion. This letter first formulates the problem as a mixed integer linear programming, which achieves optimal solution but has high computation. Then a heuristic algorithm is proposed to yield near-optimal solution efficiently. Performance of the algorithm is verified by an example.
基金Supported by the National Natural Science Fund for Distinguished Young Scholars (No.60525110)the National 973 Program (No.2007CB307100, No.2007CB 307103)the Development Fund Project for Elec-tronic and Information Industry (Mobile Service and Application System Based on 3G)
文摘A prepaid subscriber is allowed to simultaneously implement multiple services in online charging mechanism of IP Multimedia Subsystem (IMS). It is a noteworthy discussion to effectively distribute the limited account resources among concurrent services. An account-sharing algorithm is proposed for multi-services,which introduces resource reclamation and redistribution processes based on the resource reservation of standard specifications and dynamically adjusts them according to the changes of Quality of Service (QoS). Three performance indexes are investigated in the simulation experiments, which are average number of accommodated sessions, average number of completed ses- sions, and average number of iterations per accommodated session. The results show that in the normal QoS level, the three indexes of the proposed algorithm averagely increase by 18.7%, 5.4%, and 3.1% compared with the Prepaid Credit Distribution (PCD) algorithm, and by 2.1%, 1.0%, and 1.8% compared with the Prepaid Credit Reclaim (PCR) algorithm. In the poor QoS level, the performance advantages are greater, which averagely increase by 29.1%, 7.1%, and 2.8% compared with PCD, and by 9.4%, 4.1%, and 3.6% compared with PCR.
基金Supported by the National High Technology Research and Development Programme of China(No.2012AA050804)
文摘With the challenge of great growing of services diversity,service-oriented supporting ability is required by current high-speed passive optical network( PON). Aimed at enhancing the quality of service( Qo S) brought by diversified-services,this study proposes an echo state network( ESN)based multi-service awareness mechanism in 10-Gigabite ethernet passive optical network( 10GEPON). In the proposed approach,distributed architecture is adopted to realize this ESN based multi-service awareness. According to the network architecture of 10G-EPON,where a main ESN is running in OLT and a number of ESN agents works in ONUs. The main-ESN plays the main function of service-awareness from the total view of various kinds of services in 10G-EPON system,by full ESN training. Then,the reservoir information of well-trained ESN in OLT will be broadcasted to all ONUs and those ESN agents working in ONUs are allowed to conduct independent service-awareness function. Thus,resources allocation and transport policy are both determined only in ONUs. Simulation results show that the proposed mechanism is able to better support the ability of multiple services.
基金National Natural Science Foundation of China(52105385)Stable Support Plan Program of Shenzhen Natural Science Fund(20220810132537001)+2 种基金Guangdong Basic and Applied Basic Research Foundation(2022A1515010781)Joint Fund of Henan Province Science and Technology R&D Program(225200810002)Fundamental Research Funds of Henan Academy of Sciences(240621041)。
文摘To enhance the mechanical properties of Mo alloys prepared through laser powder bed fusion(LPBF),a hot isostatic pressing(HIP)treatment was used.Results show that following HIP treatment,the porosity decreases from 0.27%to 0.22%,enabling the elements Mo and Ti to diffuse fully and to distribute more uniformly,and to forming a substantial number of low-angle grain boundaries.The tensile strength soars from 286±32 MPa to 598±22 MPa,while the elongation increases from 0.08%±0.02%to 0.18%±0.02%,without notable alterations in grain morphology during the tensile deformation.HIP treatment eliminates the molten pool boundaries,which are the primary source for premature failure in LPBFed Mo alloys.Consequently,HIP treatment emerges as a novel and effective approach for strengthening the mechanical properties of LPBFed Mo alloys,offering a fresh perspective on producing high-performance Mo-based alloys.
基金supported by the National Key Research and Development Program of China(Grant No.2022YFC3004104)the National Natural Science Foundation of China(Grant No.U2342204)+4 种基金the Innovation and Development Program of the China Meteorological Administration(Grant No.CXFZ2024J001)the Open Research Project of the Key Open Laboratory of Hydrology and Meteorology of the China Meteorological Administration(Grant No.23SWQXZ010)the Science and Technology Plan Project of Zhejiang Province(Grant No.2022C03150)the Open Research Fund Project of Anyang National Climate Observatory(Grant No.AYNCOF202401)the Open Bidding for Selecting the Best Candidates Program(Grant No.CMAJBGS202318)。
文摘Thunderstorm wind gusts are small in scale,typically occurring within a range of a few kilometers.It is extremely challenging to monitor and forecast thunderstorm wind gusts using only automatic weather stations.Therefore,it is necessary to establish thunderstorm wind gust identification techniques based on multisource high-resolution observations.This paper introduces a new algorithm,called thunderstorm wind gust identification network(TGNet).It leverages multimodal feature fusion to fuse the temporal and spatial features of thunderstorm wind gust events.The shapelet transform is first used to extract the temporal features of wind speeds from automatic weather stations,which is aimed at distinguishing thunderstorm wind gusts from those caused by synoptic-scale systems or typhoons.Then,the encoder,structured upon the U-shaped network(U-Net)and incorporating recurrent residual convolutional blocks(R2U-Net),is employed to extract the corresponding spatial convective characteristics of satellite,radar,and lightning observations.Finally,by using the multimodal deep fusion module based on multi-head cross-attention,the temporal features of wind speed at each automatic weather station are incorporated into the spatial features to obtain 10-minutely classification of thunderstorm wind gusts.TGNet products have high accuracy,with a critical success index reaching 0.77.Compared with those of U-Net and R2U-Net,the false alarm rate of TGNet products decreases by 31.28%and 24.15%,respectively.The new algorithm provides grid products of thunderstorm wind gusts with a spatial resolution of 0.01°,updated every 10minutes.The results are finer and more accurate,thereby helping to improve the accuracy of operational warnings for thunderstorm wind gusts.
文摘In the article“A Lightweight Approach for Skin Lesion Detection through Optimal Features Fusion”by Khadija Manzoor,Fiaz Majeed,Ansar Siddique,Talha Meraj,Hafiz Tayyab Rauf,Mohammed A.El-Meligy,Mohamed Sharaf,Abd Elatty E.Abd Elgawad Computers,Materials&Continua,2022,Vol.70,No.1,pp.1617–1630.DOI:10.32604/cmc.2022.018621,URL:https://www.techscience.com/cmc/v70n1/44361,there was an error regarding the affiliation for the author Hafiz Tayyab Rauf.Instead of“Centre for Smart Systems,AI and Cybersecurity,Staffordshire University,Stoke-on-Trent,UK”,the affiliation should be“Independent Researcher,Bradford,BD80HS,UK”.