Federated learning(FL)is a distributed machine learning paradigm for edge cloud computing.FL can facilitate data-driven decision-making in tactical scenarios,effectively addressing both data volume and infrastructure ...Federated learning(FL)is a distributed machine learning paradigm for edge cloud computing.FL can facilitate data-driven decision-making in tactical scenarios,effectively addressing both data volume and infrastructure challenges in edge environments.However,the diversity of clients in edge cloud computing presents significant challenges for FL.Personalized federated learning(pFL)received considerable attention in recent years.One example of pFL involves exploiting the global and local information in the local model.Current pFL algorithms experience limitations such as slow convergence speed,catastrophic forgetting,and poor performance in complex tasks,which still have significant shortcomings compared to the centralized learning.To achieve high pFL performance,we propose FedCLCC:Federated Contrastive Learning and Conditional Computing.The core of FedCLCC is the use of contrastive learning and conditional computing.Contrastive learning determines the feature representation similarity to adjust the local model.Conditional computing separates the global and local information and feeds it to their corresponding heads for global and local handling.Our comprehensive experiments demonstrate that FedCLCC outperforms other state-of-the-art FL algorithms.展开更多
A Receiver Operating Characteristic(ROC)analysis of a power is important and useful in clinical trials.A Classical Conditional Power(CCP)is a probability of a classical rejection region given values of true treatment ...A Receiver Operating Characteristic(ROC)analysis of a power is important and useful in clinical trials.A Classical Conditional Power(CCP)is a probability of a classical rejection region given values of true treatment effect and interim result.For hypotheses and reversed hypotheses under normal models,we obtain analytical expressions of the ROC curves of the CCP,find optimal ROC curves of the CCP,investigate the superiority of the ROC curves of the CCP,calculate critical values of the False Positive Rate(FPR),True Positive Rate(TPR),and cutoff of the optimal CCP,and give go/no go decisions at the interim of the optimal CCP.In addition,extensive numerical experiments are carried out to exemplify our theoretical results.Finally,a real data example is performed to illustrate the go/no go decisions of the optimal CCP.展开更多
In this paper,we introduce the censored composite conditional quantile coefficient(cC-CQC)to rank the relative importance of each predictor in high-dimensional censored regression.The cCCQC takes advantage of all usef...In this paper,we introduce the censored composite conditional quantile coefficient(cC-CQC)to rank the relative importance of each predictor in high-dimensional censored regression.The cCCQC takes advantage of all useful information across quantiles and can detect nonlinear effects including interactions and heterogeneity,effectively.Furthermore,the proposed screening method based on cCCQC is robust to the existence of outliers and enjoys the sure screening property.Simulation results demonstrate that the proposed method performs competitively on survival datasets of high-dimensional predictors,particularly when the variables are highly correlated.展开更多
ZnO is a highly significant II-VI semiconductor known for its excellent optoelectronic properties,making it widely applicable and promising for use in light-emitting devices,solar cells,lasers,and photodetectors.The m...ZnO is a highly significant II-VI semiconductor known for its excellent optoelectronic properties,making it widely applicable and promising for use in light-emitting devices,solar cells,lasers,and photodetectors.The methods for preparing ZnO are diverse,and among them,the hydrothermal method is favored for its simplicity,ease of operation,and low cost,making it an optimal choice for ZnO single-crystal growth.Most studies investigating the effects of different hydrothermal experimental parameters on the morphology and performance of ZnO nano-materials typically focus on only 2—3 variable parameters,with few examining the impact of all possible experimental parameter changes on ZnO nano-mate-rials.The principles of the hydrothermal method and its advantages in nano-material preparation were briefly introduced in this article.The detailed discussion on the influence of various experimental parameters on the preparation of ZnO nano-materials was provided,which including reaction materials,Zn^(2+)/OH^(-)ratio,reaction time and temperature,additives,experimental equipment,and annealing conditions.The review co-vers how different experimental parameters affect the morphology and performance of the materials,as well as how different rare earth doping elements influence the performance of ZnO nano-materials.It is hoped that this work will contribute to future research on the hydrothermal synthesis of nano-materials.展开更多
The objective of this work is to develop a novel feature for traffic flow models, when traffic queues on two-way arterials periodically extend until then they block an upstream signal in oversaturated conditions. The ...The objective of this work is to develop a novel feature for traffic flow models, when traffic queues on two-way arterials periodically extend until then they block an upstream signal in oversaturated conditions. The new model, proposed as conditional cell transmission model (CCTM) has been developed with two improvements. First, cell transmission model (CTM) is expanded for two-way arterials by taking account of all diverging and merging activities at intersections. Second, a conditional cell is added to simulate periodic spillback and blockages at an intersection. The results of experiments for a multilane, two-way, three-signal sample network demonstrate that CCTM can accommodate various traffic demands and accurate representation of blockages at intersections. The delay of left turns is underestimated by 40 % in moderate conditions and by 58% in oversamrated condition when using the CTM rather than CCTM. Finally, the consistency between HCS 2000 and CCTM shows that CCTM is a reliable methodology of modeling traffic flow in oversaturated condition.展开更多
A novel conditional cell transmission model (CCTM) is a potential simulation tool because it accommodates all traffic conditions from light condition to oversaturated condition. To test the performance of the CCTM, ...A novel conditional cell transmission model (CCTM) is a potential simulation tool because it accommodates all traffic conditions from light condition to oversaturated condition. To test the performance of the CCTM, a series of experiments for sensitivity analysis were designed and performed for a multilane, two-way, three-signal sample network. Experiment 1 shows that the model is performed in a logical and expected manner with variations in traffic demand with time and direction. Experiment 2 shows when the possibility of the occurrence of a useful gap increases to 60% and 100%, the delays in left rams decrease by 5% and 15%, respectively. In Experiment 3, comparing the possibility of a conditional cell of 0 with 100%, delay of left turn and delay of the entire network were underestimated by 58% and 11%, respectively. Hence, sensitivity analysis demonstrates that by reflecting local drivers' behaviors properly, the CCTM provides an accurate representation of traffic flow in simulating oversaturated traffic conditions.展开更多
Structural health monitoring is widely utilized in outdoor environments,especially under harsh conditions,which can introduce noise into the monitoring system.Therefore,designing an effective denoising strategy to enh...Structural health monitoring is widely utilized in outdoor environments,especially under harsh conditions,which can introduce noise into the monitoring system.Therefore,designing an effective denoising strategy to enhance the performance of guided wave damage detection in noisy environments is crucial.This paper introduces a local temporal principal component analysis(PCA)reconstruction approach for denoising guided waves prior to implementing unsupervised damage detection,achieved through novel autoencoder-based reconstruction.Experimental results demonstrate that the proposed denoising method significantly enhances damage detection performance when guided waves are contaminated by noise,with SNR values ranging from 10 to-5 dB.Following the implementation of the proposed denoising approach,the AUC score can elevate from 0.65 to 0.96 when dealing with guided waves corrputed by noise at a level of-5 dB.Additionally,the paper provides guidance on selecting the appropriate number of components used in the denoising PCA reconstruction,aiding in the optimization of the damage detection in noisy conditions.展开更多
Complex conditional statement is one of the bad code smells, which affects the quality of the code and design of software. In the proposed approach, two commonly-used design patterns for handling complex conditional s...Complex conditional statement is one of the bad code smells, which affects the quality of the code and design of software. In the proposed approach, two commonly-used design patterns for handling complex conditional statements are selected, and they are the factory method pattern and the strategy pattem. Two pattern-directed refactoring approaches based on the two design patterns are proposed. Each approach contains a refactoring opportunities identification algorithm and an automated refactoring algorithm. After parsing the abstract syntax tree generated from source code, the refactoring opportunities are identified effectively and automatically. Then, for candidate code, refactoring algorithms are executed automatically, which are used to simplify or remove complex conditional statements. By empirical analysis and quality assessment, the code after refactoring has better maintainability and extensibility, and the proposed approach for automated pattern-directed refactoring succeeds to reduce code size and complexity of classes.展开更多
Finding sustainable energy resources is essential to face the increasing energy demand.Trees are an important part of ancient architecture but are becoming rare in urban areas.Trees can control and tune the pedestrian...Finding sustainable energy resources is essential to face the increasing energy demand.Trees are an important part of ancient architecture but are becoming rare in urban areas.Trees can control and tune the pedestrian-level wind velocity and thermal condition.In this study,a numerical investigation is employed to assess the role of trees planted in the windward direction of the building complex on the thermal and pedestrian wind velocity conditions around/inside a pre-education building located in the center of the complex.Compared to the previous studies(which considered only outside buildings),this work considers the effects of trees on microclimate change both inside/outside buildings.Effects of different parameters including the leaf area density and number of trees,number of rows,far-field velocity magnitude,and thermal condition around the main building are assessed.The results show that the flow velocity in the spacing between the first-row buildings is reduced by 30%-40% when the one-row trees with 2 m height are planted 15 m farther than the buildings.Furthermore,two rows of trees are more effective in higher velocities and reduce the maximum velocity by about 50%.The investigation shows that trees also could reduce the temperature by about 1℃around the building.展开更多
Solder joint,crucial component in electronic systems,face significant challenges when exposed to extreme conditions during applications.The solder joint reliability involving microstructure and mechanical properties w...Solder joint,crucial component in electronic systems,face significant challenges when exposed to extreme conditions during applications.The solder joint reliability involving microstructure and mechanical properties will be affected by extreme conditions.Understanding the behaviour of solder joints under extreme conditions is vital to determine the durability and reliability of solder joint.This review paper aims to comprehensively explore the underlying failure mechanism affecting solder joint reliability under extreme conditions.This study covers an in-depth analysis of effect extreme temperature,mechanical stress,and radiation conditions towards solder joint.Impact of each condition to the microstructure including solder matrix and intermetallic compound layer,and mechanical properties such as fatigue,shear strength,creep,and hardness was thoroughly discussed.The failure mechanisms were illustrated in graphical diagrams to ensure clarity and understanding.Furthermore,the paper highlighted mitigation strategies that enhancing solder joint reliability under challenging operating conditions.The findings offer valuable guidance for researchers,engineers,and practitioners involved in electronics,engineering,and related fields,fostering advancements in solder joint reliability and performance.展开更多
基金supported by the Natural Science Foundation of Xinjiang Uygur Autonomous Region(Grant No.2022D01B 187)。
文摘Federated learning(FL)is a distributed machine learning paradigm for edge cloud computing.FL can facilitate data-driven decision-making in tactical scenarios,effectively addressing both data volume and infrastructure challenges in edge environments.However,the diversity of clients in edge cloud computing presents significant challenges for FL.Personalized federated learning(pFL)received considerable attention in recent years.One example of pFL involves exploiting the global and local information in the local model.Current pFL algorithms experience limitations such as slow convergence speed,catastrophic forgetting,and poor performance in complex tasks,which still have significant shortcomings compared to the centralized learning.To achieve high pFL performance,we propose FedCLCC:Federated Contrastive Learning and Conditional Computing.The core of FedCLCC is the use of contrastive learning and conditional computing.Contrastive learning determines the feature representation similarity to adjust the local model.Conditional computing separates the global and local information and feeds it to their corresponding heads for global and local handling.Our comprehensive experiments demonstrate that FedCLCC outperforms other state-of-the-art FL algorithms.
基金supported by the National Social Science Fund of China(Grand No.21XTJ001).
文摘A Receiver Operating Characteristic(ROC)analysis of a power is important and useful in clinical trials.A Classical Conditional Power(CCP)is a probability of a classical rejection region given values of true treatment effect and interim result.For hypotheses and reversed hypotheses under normal models,we obtain analytical expressions of the ROC curves of the CCP,find optimal ROC curves of the CCP,investigate the superiority of the ROC curves of the CCP,calculate critical values of the False Positive Rate(FPR),True Positive Rate(TPR),and cutoff of the optimal CCP,and give go/no go decisions at the interim of the optimal CCP.In addition,extensive numerical experiments are carried out to exemplify our theoretical results.Finally,a real data example is performed to illustrate the go/no go decisions of the optimal CCP.
基金Outstanding Youth Foundation of Hunan Provincial Department of Education(Grant No.22B0911)。
文摘In this paper,we introduce the censored composite conditional quantile coefficient(cC-CQC)to rank the relative importance of each predictor in high-dimensional censored regression.The cCCQC takes advantage of all useful information across quantiles and can detect nonlinear effects including interactions and heterogeneity,effectively.Furthermore,the proposed screening method based on cCCQC is robust to the existence of outliers and enjoys the sure screening property.Simulation results demonstrate that the proposed method performs competitively on survival datasets of high-dimensional predictors,particularly when the variables are highly correlated.
文摘ZnO is a highly significant II-VI semiconductor known for its excellent optoelectronic properties,making it widely applicable and promising for use in light-emitting devices,solar cells,lasers,and photodetectors.The methods for preparing ZnO are diverse,and among them,the hydrothermal method is favored for its simplicity,ease of operation,and low cost,making it an optimal choice for ZnO single-crystal growth.Most studies investigating the effects of different hydrothermal experimental parameters on the morphology and performance of ZnO nano-materials typically focus on only 2—3 variable parameters,with few examining the impact of all possible experimental parameter changes on ZnO nano-mate-rials.The principles of the hydrothermal method and its advantages in nano-material preparation were briefly introduced in this article.The detailed discussion on the influence of various experimental parameters on the preparation of ZnO nano-materials was provided,which including reaction materials,Zn^(2+)/OH^(-)ratio,reaction time and temperature,additives,experimental equipment,and annealing conditions.The review co-vers how different experimental parameters affect the morphology and performance of the materials,as well as how different rare earth doping elements influence the performance of ZnO nano-materials.It is hoped that this work will contribute to future research on the hydrothermal synthesis of nano-materials.
基金Project(51108343) supported by the National Natural Science Foundation of ChinaProject(06121) supported by University of Transportation Center for Alabama,USA
文摘The objective of this work is to develop a novel feature for traffic flow models, when traffic queues on two-way arterials periodically extend until then they block an upstream signal in oversaturated conditions. The new model, proposed as conditional cell transmission model (CCTM) has been developed with two improvements. First, cell transmission model (CTM) is expanded for two-way arterials by taking account of all diverging and merging activities at intersections. Second, a conditional cell is added to simulate periodic spillback and blockages at an intersection. The results of experiments for a multilane, two-way, three-signal sample network demonstrate that CCTM can accommodate various traffic demands and accurate representation of blockages at intersections. The delay of left turns is underestimated by 40 % in moderate conditions and by 58% in oversamrated condition when using the CTM rather than CCTM. Finally, the consistency between HCS 2000 and CCTM shows that CCTM is a reliable methodology of modeling traffic flow in oversaturated condition.
基金Project(51108343)supported by the National Natural Science Foundation of ChinaProject(06121)supported by University of Transportation Center for Alabama,USA
文摘A novel conditional cell transmission model (CCTM) is a potential simulation tool because it accommodates all traffic conditions from light condition to oversaturated condition. To test the performance of the CCTM, a series of experiments for sensitivity analysis were designed and performed for a multilane, two-way, three-signal sample network. Experiment 1 shows that the model is performed in a logical and expected manner with variations in traffic demand with time and direction. Experiment 2 shows when the possibility of the occurrence of a useful gap increases to 60% and 100%, the delays in left rams decrease by 5% and 15%, respectively. In Experiment 3, comparing the possibility of a conditional cell of 0 with 100%, delay of left turn and delay of the entire network were underestimated by 58% and 11%, respectively. Hence, sensitivity analysis demonstrates that by reflecting local drivers' behaviors properly, the CCTM provides an accurate representation of traffic flow in simulating oversaturated traffic conditions.
基金National Science Foundation of Zhejiang under Contract(LY23E010001)。
文摘Structural health monitoring is widely utilized in outdoor environments,especially under harsh conditions,which can introduce noise into the monitoring system.Therefore,designing an effective denoising strategy to enhance the performance of guided wave damage detection in noisy environments is crucial.This paper introduces a local temporal principal component analysis(PCA)reconstruction approach for denoising guided waves prior to implementing unsupervised damage detection,achieved through novel autoencoder-based reconstruction.Experimental results demonstrate that the proposed denoising method significantly enhances damage detection performance when guided waves are contaminated by noise,with SNR values ranging from 10 to-5 dB.Following the implementation of the proposed denoising approach,the AUC score can elevate from 0.65 to 0.96 when dealing with guided waves corrputed by noise at a level of-5 dB.Additionally,the paper provides guidance on selecting the appropriate number of components used in the denoising PCA reconstruction,aiding in the optimization of the damage detection in noisy conditions.
文摘Complex conditional statement is one of the bad code smells, which affects the quality of the code and design of software. In the proposed approach, two commonly-used design patterns for handling complex conditional statements are selected, and they are the factory method pattern and the strategy pattem. Two pattern-directed refactoring approaches based on the two design patterns are proposed. Each approach contains a refactoring opportunities identification algorithm and an automated refactoring algorithm. After parsing the abstract syntax tree generated from source code, the refactoring opportunities are identified effectively and automatically. Then, for candidate code, refactoring algorithms are executed automatically, which are used to simplify or remove complex conditional statements. By empirical analysis and quality assessment, the code after refactoring has better maintainability and extensibility, and the proposed approach for automated pattern-directed refactoring succeeds to reduce code size and complexity of classes.
文摘Finding sustainable energy resources is essential to face the increasing energy demand.Trees are an important part of ancient architecture but are becoming rare in urban areas.Trees can control and tune the pedestrian-level wind velocity and thermal condition.In this study,a numerical investigation is employed to assess the role of trees planted in the windward direction of the building complex on the thermal and pedestrian wind velocity conditions around/inside a pre-education building located in the center of the complex.Compared to the previous studies(which considered only outside buildings),this work considers the effects of trees on microclimate change both inside/outside buildings.Effects of different parameters including the leaf area density and number of trees,number of rows,far-field velocity magnitude,and thermal condition around the main building are assessed.The results show that the flow velocity in the spacing between the first-row buildings is reduced by 30%-40% when the one-row trees with 2 m height are planted 15 m farther than the buildings.Furthermore,two rows of trees are more effective in higher velocities and reduce the maximum velocity by about 50%.The investigation shows that trees also could reduce the temperature by about 1℃around the building.
基金fully supported by a Tabung Amanah Pusat Pengurusan Penyelidikan&Inovasi(PPPI)(Grant No.PS060-UPNM/2023/GPPP/SG/1)Universiti Pertahanan Nasional Malaysia(UPNM)for funding this study。
文摘Solder joint,crucial component in electronic systems,face significant challenges when exposed to extreme conditions during applications.The solder joint reliability involving microstructure and mechanical properties will be affected by extreme conditions.Understanding the behaviour of solder joints under extreme conditions is vital to determine the durability and reliability of solder joint.This review paper aims to comprehensively explore the underlying failure mechanism affecting solder joint reliability under extreme conditions.This study covers an in-depth analysis of effect extreme temperature,mechanical stress,and radiation conditions towards solder joint.Impact of each condition to the microstructure including solder matrix and intermetallic compound layer,and mechanical properties such as fatigue,shear strength,creep,and hardness was thoroughly discussed.The failure mechanisms were illustrated in graphical diagrams to ensure clarity and understanding.Furthermore,the paper highlighted mitigation strategies that enhancing solder joint reliability under challenging operating conditions.The findings offer valuable guidance for researchers,engineers,and practitioners involved in electronics,engineering,and related fields,fostering advancements in solder joint reliability and performance.