Dear Editor,Influenza viruses cause significant mortality and morbidity in humans.Vaccination is currently the most effective way to combat the virus(Perofsky and Nelson,2020).Unfortunately,the influenza virus frequen...Dear Editor,Influenza viruses cause significant mortality and morbidity in humans.Vaccination is currently the most effective way to combat the virus(Perofsky and Nelson,2020).Unfortunately,the influenza virus frequently changes its antigenicity through rapid mutations,leading to decreased vaccine efficacy or even failure.To improve vaccine effectiveness,it is necessary to monitor antigenic variation and update vaccine strains when significant antigenic variation occurs(Perofsky and Nelson,2020;Malik et al.,2024).展开更多
In the era of big data,personalised recommendation systems are essential for enhancing user engagement and driving business growth.However,traditional recommendation algorithms,such as collaborative filtering,face sig...In the era of big data,personalised recommendation systems are essential for enhancing user engagement and driving business growth.However,traditional recommendation algorithms,such as collaborative filtering,face significant challenges due to data sparsity,algorithm scalability,and the difficulty of adapting to dynamic user preferences.These limitations hinder the ability of systems to provide highly accurate and personalised recommendations.To address these challenges,this paper proposes a clustering-based recommendation method that integrates an enhanced Grasshopper Optimisation Algorithm(GOA),termed LCGOA,to improve the accuracy and efficiency of recommendation systems by optimising cluster centroids in a dynamic environment.By combining the K-means algorithm with the enhanced GOA,which incorporates a Lévy flight mechanism and multi-strategy co-evolution,our method overcomes the centroid sensitivity issue,a key limitation in traditional clustering techniques.Experimental results across multiple datasets show that the proposed LCGOA-based method significantly outperforms conventional recommendation algorithms in terms of recommendation accuracy,offering more relevant content to users and driving greater customer satisfaction and business growth.展开更多
During the final proofing stage of the paper,the wrong version of Fig.2 was accidently used when replacing it with a high-resolution version.The star and circle marks were missing in the published version.
The performance of deep recommendation models degrades significantly under data poisoning attacks.While adversarial training methods such as Vulnerability-Aware Training(VAT)enhance robustness by injecting perturbatio...The performance of deep recommendation models degrades significantly under data poisoning attacks.While adversarial training methods such as Vulnerability-Aware Training(VAT)enhance robustness by injecting perturbations into embeddings,they remain limited by coarse-grained noise and a static defense strategy,leaving models susceptible to adaptive attacks.This study proposes a novel framework,Self-Purification Data Sanitization(SPD),which integrates vulnerability-aware adversarial training with dynamic label correction.Specifically,SPD first identifies high-risk users through a fragility scoring mechanism,then applies self-purification by replacing suspicious interactions with model-predicted high-confidence labels during training.This closed-loop process continuously sanitizes the training data and breaks the protection ceiling of conventional adversarial training.Experiments demonstrate that SPD significantly improves the robustness of both Matrix Factorization(MF)and LightGCN models against various poisoning attacks.We show that SPD effectively suppresses malicious gradient propagation and maintains recommendation accuracy.Evaluations on Gowalla and Yelp2018 confirmthat SPD-trainedmodels withstandmultiple attack strategies—including Random,Bandwagon,DP,and Rev attacks—while preserving performance.展开更多
The Internet of Things(IoT)and cloud computing have significantly contributed to the development of smart cities,enabling real-time monitoring,intelligent decision-making,and efficient resource management.These system...The Internet of Things(IoT)and cloud computing have significantly contributed to the development of smart cities,enabling real-time monitoring,intelligent decision-making,and efficient resource management.These systems,particularly in IoT networks,rely on numerous interconnected devices that handle time-sensitive data for critical applications.In related approaches,trusted communication and reliable device interaction have been overlooked,thereby lowering security when sharing sensitive IoT data.Moreover,it incurs additional energy consumption and overhead while addressing potential threats in the dynamic environment.In this research,an Artificial Intelligence(AI)recommended fault-tolerant framework is proposed that leverages blockchain technology,aiming to enhance device trustworthiness and ensure data privacy.In addition,the intelligence of the proposed framework enables more authentic and authorized device involvement in data routing,thereby enabling seamless transmission in smart cities integrated with lightweight computing.To evaluate dynamic network conditions,the proposed framework offers a timely decision-making system to ensure robust delivery of IoT-assisted services.Using simulations,the efficacy of the proposed framework is validated by comparing it with existing approaches across various network metrics,demonstrating remarkable performance while achieving energy efficiency and optimizing network resources.展开更多
Nonlinear Rossby waves are used to describe typical wave phenomena in large-scale atmosphere andocean.Owing to the nonlinearity of the involved problems,the weakly nonlinear method,ie the derivative ex-pansion method,...Nonlinear Rossby waves are used to describe typical wave phenomena in large-scale atmosphere andocean.Owing to the nonlinearity of the involved problems,the weakly nonlinear method,ie the derivative ex-pansion method,was mainly used to investigate Rossby waves under the combined effects of the generalizedβ-effect and the basic flow effect.The derivative expansion method has the advantage of capturing the multi-scalecharacteristics of wave processes simultaneously.In the case where the perturbation expansion is independentof secular terms,the nonlinear equations describing the amplitude evolution of nonlinear waves were derived,such as the Korteweg-de Vries equation,the Boussinesq equation and Zakharov-Kuznetsov equation.Both quali-tative and quantitative analyses indicate that the generalizedβ-effect is the key factor inducing the evolution ofRossby solitary waves.展开更多
Recommendation systems have become indispensable for providing tailored suggestions and capturing evolving user preferences based on interaction histories.The collaborative filtering(CF)model,which depends exclusively...Recommendation systems have become indispensable for providing tailored suggestions and capturing evolving user preferences based on interaction histories.The collaborative filtering(CF)model,which depends exclusively on user-item interactions,commonly encounters challenges,including the cold-start problem and an inability to effectively capture the sequential and temporal characteristics of user behavior.This paper introduces a personalized recommendation system that combines deep learning techniques with Bayesian Personalized Ranking(BPR)optimization to address these limitations.With the strong support of Long Short-Term Memory(LSTM)networks,we apply it to identify sequential dependencies of user behavior and then incorporate an attention mechanism to improve the prioritization of relevant items,thereby enhancing recommendations based on the hybrid feedback of the user and its interaction patterns.The proposed system is empirically evaluated using publicly available datasets from movie and music,and we evaluate the performance against standard recommendation models,including Popularity,BPR,ItemKNN,FPMC,LightGCN,GRU4Rec,NARM,SASRec,and BERT4Rec.The results demonstrate that our proposed framework consistently achieves high outcomes in terms of HitRate,NDCG,MRR,and Precision at K=100,with scores of(0.6763,0.1892,0.0796,0.0068)on MovieLens-100K,(0.6826,0.1920,0.0813,0.0068)on MovieLens-1M,and(0.7937,0.3701,0.2756,0.0078)on Last.fm.The results show an average improvement of around 15%across all metrics compared to existing sequence models,proving that our framework ranks and recommends items more accurately.展开更多
Recommendation systems are key to boosting user engagement,satisfaction,and retention,particularly on media platforms where personalized content is vital.Sequential recommendation systems learn from user-item interact...Recommendation systems are key to boosting user engagement,satisfaction,and retention,particularly on media platforms where personalized content is vital.Sequential recommendation systems learn from user-item interactions to predict future items of interest.However,many current methods rely on unique user and item IDs,limiting their ability to represent users and items effectively,especially in zero-shot learning scenarios where training data is scarce.With the rapid development of Large Language Models(LLMs),researchers are exploring their potential to enhance recommendation systems.However,there is a semantic gap between the linguistic semantics of LLMs and the collaborative semantics of recommendation systems,where items are typically indexed by IDs.Moreover,most research focuses on item representations,neglecting personalized user modeling.To address these issues,we propose a sequential recommendation framework using LLMs,called CIT-Rec,a model that integrates Collaborative semantics for user representation and Image and Text information for item representation to enhance Recommendations.Specifically,by aligning intuitive image information with text containing semantic features,we can more accurately represent items,improving item representation quality.We focus not only on item representations but also on user representations.To more precisely capture users’personalized preferences,we use traditional sequential recommendation models to train on users’historical interaction data,effectively capturing behavioral patterns.Finally,by combining LLMs and traditional sequential recommendation models,we allow the LLM to understand linguistic semantics while capturing collaborative semantics.Extensive evaluations on real-world datasets show that our model outperforms baseline methods,effectively combining user interaction history with item visual and textual modalities to provide personalized recommendations.展开更多
SiC/Al-based composite foams were prepared by a two-step foaming method.The influence of the SiC content and its distribution uniformity on the foaming stability,cell structure,and mechanical properties of the aluminu...SiC/Al-based composite foams were prepared by a two-step foaming method.The influence of the SiC content and its distribution uniformity on the foaming stability,cell structure,and mechanical properties of the aluminum foams was investigated.The macro/micro-features of the aluminum foams were characterized and analyzed.Results demonstrate that an appropriate increase in SiC content and the uniform distribution of SiC can improve the foaming stability,optimize the cell diameter and cell wall thickness,ameliorate the cell distribution,and enhance the hardness and compressive strength of the aluminum foams.However,either insufficient or excessive SiC leads to uneven distribution of SiC particles,which is unfavorable to foaming stability and good cell structure formation.With 6wt%SiC,both the foaming stability and cell structure of the aluminum foam reach the optimal state,resulting in the highest compressive strength and optimal energy absorption capacity.展开更多
In this paper,we consider the maximal positive definite solution of the nonlinear matrix equation.By using the idea of Algorithm 2.1 in ZHANG(2013),a new inversion-free method with a stepsize parameter is proposed to ...In this paper,we consider the maximal positive definite solution of the nonlinear matrix equation.By using the idea of Algorithm 2.1 in ZHANG(2013),a new inversion-free method with a stepsize parameter is proposed to obtain the maximal positive definite solution of nonlinear matrix equation X+A^(*)X|^(-α)A=Q with the case 0<α≤1.Based on this method,a new iterative algorithm is developed,and its convergence proof is given.Finally,two numerical examples are provided to show the effectiveness of the proposed method.展开更多
Conversational recommender systems(CRSs)focus on refining preferences and providing personalized recommendations through natural language interactions and dialogue history.Large language models(LLMs)have shown outstan...Conversational recommender systems(CRSs)focus on refining preferences and providing personalized recommendations through natural language interactions and dialogue history.Large language models(LLMs)have shown outstanding performance across various domains,thereby prompting researchers to investigate their applicability in recommendation systems.However,due to the lack of task-specific knowledge and an inefficient feature extraction process,LLMs still have suboptimal performance in recommendation tasks.Therefore,external knowledge sources,such as knowledge graphs(KGs)and knowledge bases(KBs),are often introduced to address the issue of data sparsity.Compared to KGs,KBs possess higher retrieval efficiency,making them more suitable for scenarios where LLMs serve as recommenders.To this end,we introduce a novel framework integrating LLMs with KBs for enhanced retrieval generation,namely LLMKB.LLMKB initially leverages structured knowledge to create mapping dictionaries,extracting entity-relation information from heterogeneous knowledge to construct KBs.Then,LLMKB achieves the embedding calibration between user information representations and documents in KBs through retrieval model fine-tuning.Finally,LLMKB employs retrievalaugmented generation to produce recommendations based on fused text inputs,followed by post-processing.Experiment results on two public CRS datasets demonstrate the effectiveness of our framework.Our code is publicly available at the link:https://anonymous.4open.science/r/LLMKB-6FD0.展开更多
Recommending personalized travel routes from sparse,implicit feedback poses a significant challenge,as conventional systems often struggle with information overload and fail to capture the complex,sequential nature of...Recommending personalized travel routes from sparse,implicit feedback poses a significant challenge,as conventional systems often struggle with information overload and fail to capture the complex,sequential nature of user preferences.To address this,we propose a Conditional Generative Adversarial Network(CGAN)that generates diverse and highly relevant itineraries.Our approach begins by constructing a conditional vector that encapsulates a user’s profile.This vector uniquely fuses embeddings from a Heterogeneous Information Network(HIN)to model complex user-place-route relationships,a Recurrent Neural Network(RNN)to capture sequential path dynamics,and Neural Collaborative Filtering(NCF)to incorporate collaborative signals from the wider user base.This comprehensive condition,further enhanced with features representing user interaction confidence and uncertainty,steers a CGAN stabilized by spectral normalization to generate high-fidelity latent route representations,effectively mitigating the data sparsity problem.Recommendations are then formulated using an Anchor-and-Expand algorithm,which selects relevant starting Points of Interest(POI)based on user history,then expands routes through latent similarity matching and geographic coherence optimization,culminating in Traveling Salesman Problem(TSP)-based route optimization for practical travel distances.Experiments on a real-world check-in dataset validate our model’s unique generative capability,achieving F1 scores ranging from 0.163 to 0.305,and near-zero pairs−F1 scores between 0.002 and 0.022.These results confirm the model’s success in generating novel travel routes by recommending new locations and sequences rather than replicating users’past itineraries.This work provides a robust solution for personalized travel planning,capable of generating novel and compelling routes for both new and existing users by learning from collective travel intelligence.展开更多
This study presents an effective hybrid simulation approach for simulating broadband ground motion in complex near-fault locations.The approach utilizes a deterministic approach based on the spectral element method(SE...This study presents an effective hybrid simulation approach for simulating broadband ground motion in complex near-fault locations.The approach utilizes a deterministic approach based on the spectral element method(SEM),which is used to simulate low-frequency ground motion(f<1 Hz)by incorporating an innovative efficient discontinuous Galerkin(DG)method for grid division to accurately model basin sedimentary layers at reduced costs.It also introduces a comprehensive hybrid source model for high-frequency random scattering and a nonlinear analysis module for basin sedimentary layers.Deterministic outcomes are combined with modified three-dimensional stochastic finite fault method(3D-EXSIM)simulations of high-frequency ground motion(f>1 Hz).A fourth-order Butterworth filter with zero phase shift is employed for time-domain filtering of low-and high-frequency time series at a crossover frequency of 1 Hz,merging the low and high-frequency ground motions into a broadband time series.Taking an Ms 6.8 Luding earthquake,as an example,this hybrid method was used for a rapid and efficient simulation analysis of broadband ground motion in the region.The accuracy and efficiency of this hybrid method were verified through comparisons with actually observed station data and empirical attenuation curves.Deterministic method simulation results revealed the effects of mountainous topography,basin effects,nonlinear effects within the basin’s sedimentary layers,and a coupling interaction between the basin and the mountains.The findings are consistent with similar studies,showing that near-fault sedimentary basins significantly focus and amplify strong ground motion,and the soil’s nonlinear behavior in the basin influences ground motion to varying extents at different distances from the fault.The mountainous topography impacts the basin’s response to ground motion,leading to barrier effects.This research provides a scientific foundation for seismic zoning,urban planning,and seismic design in nearfault mountain basin regions.展开更多
This study systematically conducted preparation optimization and performance investigations on Co-modified Ce/TiO_(2) catalysts,with a focus on examining how preparation methods and Co loading regulate the catalyst’s...This study systematically conducted preparation optimization and performance investigations on Co-modified Ce/TiO_(2) catalysts,with a focus on examining how preparation methods and Co loading regulate the catalyst’s low-temperature denitrification activity.After identifying optimal preparation parameters via condition screening,multiple characterization techniques-including BET,XRD,XPS,H_(2)-TPR and in situ DRIFTS-were employed to deeply analyze the catalyst’s physicochemical properties and reaction mechanism.Results demonstrated that compared to the impregnation and co-precipitation methods,the Ce-Co_(0.025)/TiO_(2)-SG catalyst(prepared by the sol-gel method with a Co/Ti mass ratio of 0.025)exhibited significantly superior denitrification activity:NO conversion remained stably above 95%in the 225−350℃ temperature range,and it displayed high N_(2) selectivity.Characterization analysis revealed that abundant surface oxygen vacancies,a high proportion of Ce^(3+) species,and prominent acidic sites collectively contributed to enhancing its low-temperature denitrification performance.This work provides reference value for the development of highly efficient low-temperature denitrification catalysts.展开更多
[Objectives]This study was conducted to establish a quantitative assessment method for the textural quality of chieh-qua fruit.[Methods]Using two modes of a texture analyzer,namely TPA(texture profile analysis)and pun...[Objectives]This study was conducted to establish a quantitative assessment method for the textural quality of chieh-qua fruit.[Methods]Using two modes of a texture analyzer,namely TPA(texture profile analysis)and puncture,the index data of the fruit were obtained by setting different trigger forces,deformation levels,test speeds,as well as puncture speeds and puncture depths.The data included TPA hardness,adhesiveness,springiness,cohesiveness,gumminess,chewiness,resilience,as well as skin hardness,skin toughness,flesh hardness,fracturability,and compactness.[Results]Different deformation levels had a significant impact on all parameters.Hardness,adhesiveness,gumminess and chewiness showed a trend of first increasing and then decreasing with the deformation level increasing.When the deformation level was 30%,the adhesiveness,gumminess and chewiness reached their maximum values.When the deformation level was 50%,TPA hardness reached its maximum.When the compression speed was 3 mm/s,the measured values of TPA hardness,adhesiveness,chewiness,and resilience were at their maximums.The skin hardness varied significantly under different trigger forces.When the trigger force was 15 g,the skin hardness reached a maximum value of 944.63 g,and the skin toughness,flesh hardness,fracturability,and compactness also reach their maximum values respectively.When the puncture depth was 12 mm,the flesh hardness and skin toughness reached their maximums of 682.51 g and 1.82 mm,respectively.In the TPA mode,the flesh hardness of chieh-qua showed an extremely significant negative correlation with springiness,cohesiveness,and resilience(P<0.01).The fruit fracturability detected by puncture had an extremely significant positive correlation with compactness(P<0.01).[Conclusions]The evaluation method for measuring chieh-qua texture by combining TPA and the puncture mode could accurately and quantitatively reflect the differences in the flesh texture quality of chieh-qua.The optimal parameters for texture measurement of chieh-qua fruit were determined as a 15 g trigger force with 50%deformation and a 3 mm/s compression speed in TPA mode,and a 15 g trigger force with a 12 mm puncture depth in puncture mode.Puncture speed was found to have no significant effect on the texture indices of chieh-qua.展开更多
The testing of large structures is limited by high costs and long cycles, making scaling methods an attractive solution. However, the scaling process of elastic rings introduces complexities in multi-parameter geometr...The testing of large structures is limited by high costs and long cycles, making scaling methods an attractive solution. However, the scaling process of elastic rings introduces complexities in multi-parameter geometric distortions, leading to a diminution in the predictive accuracy of the distorted similitude. To address this challenge, this study formulates a novel set of scaling laws, tailored to account for the intricate geometric distortions associated with elastic rings. The proposed scaling laws are formulated based on the intrinsic deformation characteristics of elastic rings, rather than the traditional systemic governing equations. Numerical and experimental cases are conducted to assess the efficacy and precision of the proposed scaling laws, and the obtained results are compared with those achieved by traditional methods. The outcomes demonstrate that the scaling laws put forth by this study significantly enhance the predictive capabilities for deformations of elastic rings.展开更多
This study presents an implicit multiphysics coupling method integrating Computational Fluid Dynamics(CFD),the Multiphase Particle-in-Cell(MPPIC)model,and the Finite Element Method(FEM),implemented with OpenFOAM,Calcu...This study presents an implicit multiphysics coupling method integrating Computational Fluid Dynamics(CFD),the Multiphase Particle-in-Cell(MPPIC)model,and the Finite Element Method(FEM),implemented with OpenFOAM,CalculiX,and preCICE to simulate fluid-particle-structure interactions with large deformations.Mesh motion in the fluid field is handled using the radial basis function(RBF)method.The particle phase is modeled by MPPIC,where fluid-particle interaction is described through momentum exchange,and inter-particle collisions are characterized by collision stress.The structural field is solved by nonlinear FEM to capture large deformations induced by geometric nonlinearity.Coupling among fields is realized through a partitioned,parallel,and non-intrusive iterative strategy,ensuring stable transfer and convergence of interface forces and displacements.Notably,the influence of particles on the structure is not direct but mediated by the fluid,while structural motion directly affects particle dynamics.The results demonstrate that the proposed approach effectively captures multiphysics interaction processes and provides a valuable reference for numerical modeling of coupled fluid-particle-structure systems.展开更多
As a novel class of purely organic fluores-cent materials,multiple resonance thermal-ly activated delayed fluorescence(MR-TADF)compounds hold significant promise for next-generation display technologies.The efficiency...As a novel class of purely organic fluores-cent materials,multiple resonance thermal-ly activated delayed fluorescence(MR-TADF)compounds hold significant promise for next-generation display technologies.The efficiency of exciton utilization and the overall performance of organic light-emit-ting devices are closely linked to the singlet-triplet energy gap(ΔE_(ST))of MR-TADF emitters.Identifying an economic and accu-rate theoretical approach to predictΔE_(ST)would be beneficial for high-throughput screening and facilitate the inverse design of MR-TADF molecules.In this study,we evaluated the S_(1)state energy(E(S_(1))),T_(1)state ener-gy(E(T_(1))),andΔE_(ST)using three different physical interpretations:adiabatic excitation ener-gy,vertical absorption energy,and vertical emission energy.We employed the time-depen-dent density functional theory(TDDFT)and delta self-consistent field(ΔSCF)methods to calculate E(S_(1)),E(T_(1)),andΔE_(ST)for 20 MR-TADF molecules reported in the literature.We compared these calculated values with experimental data obtained from fluorescence spec-troscopy at room-temperature(or 77 K)and phosphorescence spectroscopy conducted at 77 K.Our findings indicate that the vertical absorption energy at the S0 state minimum,deter-mined by theΔSCF method,accurately predicts the S_(1)state energy.Similarly,the vertical absorption energy at the S0 state minimum,calculated using the TDDFT method,effectively predicts the T_(1)state energy.TheΔE_(ST)derived from the difference between these two excita-tion energies exhibited the smallest mean absolute error of only 0.039 eV compared to the ex-perimental values.This combination represents the most accurate and cost-effective method reported to date for predicting theΔE_(ST)of MR-TADF molecules,and can be integrated into AI-driven inverse design workflows for new emitters.展开更多
In a multiple voltage source converter(VSC)system,the nonlinear characteristics of phase-locked loops(PLLs)and their interactions have a significant influence on the synchronization stability of converters.In this pap...In a multiple voltage source converter(VSC)system,the nonlinear characteristics of phase-locked loops(PLLs)and their interactions have a significant influence on the synchronization stability of converters.In this paper,these influences are investigated from the perspective of the time domain.First,a novel time-domain model of the multi-VSC system is obtained by using a multi-scale method.On this basis,a stability criterion is proposed to assess the synchronization stability of the system.Then,the accuracy of the time-domain model and its stability criterion in various conditions are discussed.Moreover,the negative impact of the interaction on the system is quantified.Finally,the above theoretical analysis is also verified in the controller hardware-in-the-loop(CHIL)experiments.展开更多
Objectives This review aimed to systematically synthesize the available research on the disclosure of diagnosis and related issues in childhood cancer from the perspectives of healthcare professionals,with the goal of...Objectives This review aimed to systematically synthesize the available research on the disclosure of diagnosis and related issues in childhood cancer from the perspectives of healthcare professionals,with the goal of informing the optimization of disclosure processes and meeting the communication needs of affected families.Methods In accordance with the Joanna Briggs Institute(JBI)methodology for mixed methods systematic reviews,the convergent segregated approach was used in this review.Articles were retrieved from 11 databases,including PubMed,Web of Science,CINAHL,CENTRAL,Embase,Ovid/Medline,PsycINFO,PsycArticles,Scopus,ERIC,and China National Knowledge Infrastructure(CNKI).The quality of the selected articles was assessed using the Mixed Method Appraisal Tool(MMAT).The review protocol was registered on PROSPERO(CRD42024542746).Results A total of 21 studies from 10 countries were included.Their methodological quality was generally medium to high,with MMAT scores ranging from 60%to 100%.The synthesis yielded three core themes:1)the spectrum of professional and societal attitudes toward disclosure;2)the dynamic practices of navigating disclosure amid uncertainty,including timing and environment,stakeholders,and content of disclosure;and 3)factors influencing disclosure,including children’s,parental,healthcare professionals’,and socio-cultural factors.Conclusions This review synthesized the perspectives and experiences of healthcare professionals regarding disclosure in childhood cancer,highlighting the complexity and multidimensional nature of this process in clinical practice.Future research should further investigate the experiences and needs of children and their parents,explore cultural variations in disclosure practices,develop context-appropriate assessment tools,and construct multidimensional intervention strategies to enhance the humanistic care and professional effectiveness of the disclosure process.展开更多
基金upported by the Major Project of Guangzhou National Laboratory(GZNL2024A01002)National Key Plan for Scientific Research and Development of China(2022YFC2303802)+1 种基金National Natural Science Foundation of China(32170651&32370700)Hunan Provincial Natural Science Foundation of China(2024JJ2015).
文摘Dear Editor,Influenza viruses cause significant mortality and morbidity in humans.Vaccination is currently the most effective way to combat the virus(Perofsky and Nelson,2020).Unfortunately,the influenza virus frequently changes its antigenicity through rapid mutations,leading to decreased vaccine efficacy or even failure.To improve vaccine effectiveness,it is necessary to monitor antigenic variation and update vaccine strains when significant antigenic variation occurs(Perofsky and Nelson,2020;Malik et al.,2024).
基金Natural Science Research Project of Education Department of Anhui Province of China,Grant/Award Number:2023AH051020Key Project of Anhui Province's Science and Technology Innovation Tackle Plan,Grant/Award Number:202423k09020040+3 种基金National Key Research and Development Program of China,Grant/Award Number:2023YFD1802200Natural Science Foundation of Anhui Province,Grant/Award Number:2308085MF21National Natural Science Foundation of China,Grant/Award Numbers:32472007,62301006,62306008University Synergy Innovation Program of Anhui Province,Grant/Award Number:GXXT-2022-046。
文摘In the era of big data,personalised recommendation systems are essential for enhancing user engagement and driving business growth.However,traditional recommendation algorithms,such as collaborative filtering,face significant challenges due to data sparsity,algorithm scalability,and the difficulty of adapting to dynamic user preferences.These limitations hinder the ability of systems to provide highly accurate and personalised recommendations.To address these challenges,this paper proposes a clustering-based recommendation method that integrates an enhanced Grasshopper Optimisation Algorithm(GOA),termed LCGOA,to improve the accuracy and efficiency of recommendation systems by optimising cluster centroids in a dynamic environment.By combining the K-means algorithm with the enhanced GOA,which incorporates a Lévy flight mechanism and multi-strategy co-evolution,our method overcomes the centroid sensitivity issue,a key limitation in traditional clustering techniques.Experimental results across multiple datasets show that the proposed LCGOA-based method significantly outperforms conventional recommendation algorithms in terms of recommendation accuracy,offering more relevant content to users and driving greater customer satisfaction and business growth.
文摘During the final proofing stage of the paper,the wrong version of Fig.2 was accidently used when replacing it with a high-resolution version.The star and circle marks were missing in the published version.
文摘The performance of deep recommendation models degrades significantly under data poisoning attacks.While adversarial training methods such as Vulnerability-Aware Training(VAT)enhance robustness by injecting perturbations into embeddings,they remain limited by coarse-grained noise and a static defense strategy,leaving models susceptible to adaptive attacks.This study proposes a novel framework,Self-Purification Data Sanitization(SPD),which integrates vulnerability-aware adversarial training with dynamic label correction.Specifically,SPD first identifies high-risk users through a fragility scoring mechanism,then applies self-purification by replacing suspicious interactions with model-predicted high-confidence labels during training.This closed-loop process continuously sanitizes the training data and breaks the protection ceiling of conventional adversarial training.Experiments demonstrate that SPD significantly improves the robustness of both Matrix Factorization(MF)and LightGCN models against various poisoning attacks.We show that SPD effectively suppresses malicious gradient propagation and maintains recommendation accuracy.Evaluations on Gowalla and Yelp2018 confirmthat SPD-trainedmodels withstandmultiple attack strategies—including Random,Bandwagon,DP,and Rev attacks—while preserving performance.
基金funded by the Deanship of Graduate Studies and Scientific Research at Jouf University under grant No.(DGSSR-2024-02-02152).
文摘The Internet of Things(IoT)and cloud computing have significantly contributed to the development of smart cities,enabling real-time monitoring,intelligent decision-making,and efficient resource management.These systems,particularly in IoT networks,rely on numerous interconnected devices that handle time-sensitive data for critical applications.In related approaches,trusted communication and reliable device interaction have been overlooked,thereby lowering security when sharing sensitive IoT data.Moreover,it incurs additional energy consumption and overhead while addressing potential threats in the dynamic environment.In this research,an Artificial Intelligence(AI)recommended fault-tolerant framework is proposed that leverages blockchain technology,aiming to enhance device trustworthiness and ensure data privacy.In addition,the intelligence of the proposed framework enables more authentic and authorized device involvement in data routing,thereby enabling seamless transmission in smart cities integrated with lightweight computing.To evaluate dynamic network conditions,the proposed framework offers a timely decision-making system to ensure robust delivery of IoT-assisted services.Using simulations,the efficacy of the proposed framework is validated by comparing it with existing approaches across various network metrics,demonstrating remarkable performance while achieving energy efficiency and optimizing network resources.
文摘Nonlinear Rossby waves are used to describe typical wave phenomena in large-scale atmosphere andocean.Owing to the nonlinearity of the involved problems,the weakly nonlinear method,ie the derivative ex-pansion method,was mainly used to investigate Rossby waves under the combined effects of the generalizedβ-effect and the basic flow effect.The derivative expansion method has the advantage of capturing the multi-scalecharacteristics of wave processes simultaneously.In the case where the perturbation expansion is independentof secular terms,the nonlinear equations describing the amplitude evolution of nonlinear waves were derived,such as the Korteweg-de Vries equation,the Boussinesq equation and Zakharov-Kuznetsov equation.Both quali-tative and quantitative analyses indicate that the generalizedβ-effect is the key factor inducing the evolution ofRossby solitary waves.
基金funded by Soonchunhyang University,Grant Number 20250029。
文摘Recommendation systems have become indispensable for providing tailored suggestions and capturing evolving user preferences based on interaction histories.The collaborative filtering(CF)model,which depends exclusively on user-item interactions,commonly encounters challenges,including the cold-start problem and an inability to effectively capture the sequential and temporal characteristics of user behavior.This paper introduces a personalized recommendation system that combines deep learning techniques with Bayesian Personalized Ranking(BPR)optimization to address these limitations.With the strong support of Long Short-Term Memory(LSTM)networks,we apply it to identify sequential dependencies of user behavior and then incorporate an attention mechanism to improve the prioritization of relevant items,thereby enhancing recommendations based on the hybrid feedback of the user and its interaction patterns.The proposed system is empirically evaluated using publicly available datasets from movie and music,and we evaluate the performance against standard recommendation models,including Popularity,BPR,ItemKNN,FPMC,LightGCN,GRU4Rec,NARM,SASRec,and BERT4Rec.The results demonstrate that our proposed framework consistently achieves high outcomes in terms of HitRate,NDCG,MRR,and Precision at K=100,with scores of(0.6763,0.1892,0.0796,0.0068)on MovieLens-100K,(0.6826,0.1920,0.0813,0.0068)on MovieLens-1M,and(0.7937,0.3701,0.2756,0.0078)on Last.fm.The results show an average improvement of around 15%across all metrics compared to existing sequence models,proving that our framework ranks and recommends items more accurately.
基金supported by the National Key R&D Program of China[2022YFF0902703]the State Administration for Market Regulation Science and Technology Plan Project(2024MK033).
文摘Recommendation systems are key to boosting user engagement,satisfaction,and retention,particularly on media platforms where personalized content is vital.Sequential recommendation systems learn from user-item interactions to predict future items of interest.However,many current methods rely on unique user and item IDs,limiting their ability to represent users and items effectively,especially in zero-shot learning scenarios where training data is scarce.With the rapid development of Large Language Models(LLMs),researchers are exploring their potential to enhance recommendation systems.However,there is a semantic gap between the linguistic semantics of LLMs and the collaborative semantics of recommendation systems,where items are typically indexed by IDs.Moreover,most research focuses on item representations,neglecting personalized user modeling.To address these issues,we propose a sequential recommendation framework using LLMs,called CIT-Rec,a model that integrates Collaborative semantics for user representation and Image and Text information for item representation to enhance Recommendations.Specifically,by aligning intuitive image information with text containing semantic features,we can more accurately represent items,improving item representation quality.We focus not only on item representations but also on user representations.To more precisely capture users’personalized preferences,we use traditional sequential recommendation models to train on users’historical interaction data,effectively capturing behavioral patterns.Finally,by combining LLMs and traditional sequential recommendation models,we allow the LLM to understand linguistic semantics while capturing collaborative semantics.Extensive evaluations on real-world datasets show that our model outperforms baseline methods,effectively combining user interaction history with item visual and textual modalities to provide personalized recommendations.
基金Doctoral Startup Fund(20192066,20212028)Laijin Excellent Doctoral Fund(20202021)+1 种基金Scientific and Technological Innovation of Colleges and Universities in Shanxi Province(2020L0342)Fundamental Research Program of Shanxi Province(202303021222178)。
文摘SiC/Al-based composite foams were prepared by a two-step foaming method.The influence of the SiC content and its distribution uniformity on the foaming stability,cell structure,and mechanical properties of the aluminum foams was investigated.The macro/micro-features of the aluminum foams were characterized and analyzed.Results demonstrate that an appropriate increase in SiC content and the uniform distribution of SiC can improve the foaming stability,optimize the cell diameter and cell wall thickness,ameliorate the cell distribution,and enhance the hardness and compressive strength of the aluminum foams.However,either insufficient or excessive SiC leads to uneven distribution of SiC particles,which is unfavorable to foaming stability and good cell structure formation.With 6wt%SiC,both the foaming stability and cell structure of the aluminum foam reach the optimal state,resulting in the highest compressive strength and optimal energy absorption capacity.
基金Supported in part by Natural Science Foundation of Guangxi(2023GXNSFAA026246)in part by the Central Government's Guide to Local Science and Technology Development Fund(GuikeZY23055044)in part by the National Natural Science Foundation of China(62363003)。
文摘In this paper,we consider the maximal positive definite solution of the nonlinear matrix equation.By using the idea of Algorithm 2.1 in ZHANG(2013),a new inversion-free method with a stepsize parameter is proposed to obtain the maximal positive definite solution of nonlinear matrix equation X+A^(*)X|^(-α)A=Q with the case 0<α≤1.Based on this method,a new iterative algorithm is developed,and its convergence proof is given.Finally,two numerical examples are provided to show the effectiveness of the proposed method.
文摘Conversational recommender systems(CRSs)focus on refining preferences and providing personalized recommendations through natural language interactions and dialogue history.Large language models(LLMs)have shown outstanding performance across various domains,thereby prompting researchers to investigate their applicability in recommendation systems.However,due to the lack of task-specific knowledge and an inefficient feature extraction process,LLMs still have suboptimal performance in recommendation tasks.Therefore,external knowledge sources,such as knowledge graphs(KGs)and knowledge bases(KBs),are often introduced to address the issue of data sparsity.Compared to KGs,KBs possess higher retrieval efficiency,making them more suitable for scenarios where LLMs serve as recommenders.To this end,we introduce a novel framework integrating LLMs with KBs for enhanced retrieval generation,namely LLMKB.LLMKB initially leverages structured knowledge to create mapping dictionaries,extracting entity-relation information from heterogeneous knowledge to construct KBs.Then,LLMKB achieves the embedding calibration between user information representations and documents in KBs through retrieval model fine-tuning.Finally,LLMKB employs retrievalaugmented generation to produce recommendations based on fused text inputs,followed by post-processing.Experiment results on two public CRS datasets demonstrate the effectiveness of our framework.Our code is publicly available at the link:https://anonymous.4open.science/r/LLMKB-6FD0.
基金supported by the Chung-Ang University Research Grants in 2023.Alsothe work is supported by the ELLIIT Excellence Center at Linköping–Lund in Information Technology in Sweden.
文摘Recommending personalized travel routes from sparse,implicit feedback poses a significant challenge,as conventional systems often struggle with information overload and fail to capture the complex,sequential nature of user preferences.To address this,we propose a Conditional Generative Adversarial Network(CGAN)that generates diverse and highly relevant itineraries.Our approach begins by constructing a conditional vector that encapsulates a user’s profile.This vector uniquely fuses embeddings from a Heterogeneous Information Network(HIN)to model complex user-place-route relationships,a Recurrent Neural Network(RNN)to capture sequential path dynamics,and Neural Collaborative Filtering(NCF)to incorporate collaborative signals from the wider user base.This comprehensive condition,further enhanced with features representing user interaction confidence and uncertainty,steers a CGAN stabilized by spectral normalization to generate high-fidelity latent route representations,effectively mitigating the data sparsity problem.Recommendations are then formulated using an Anchor-and-Expand algorithm,which selects relevant starting Points of Interest(POI)based on user history,then expands routes through latent similarity matching and geographic coherence optimization,culminating in Traveling Salesman Problem(TSP)-based route optimization for practical travel distances.Experiments on a real-world check-in dataset validate our model’s unique generative capability,achieving F1 scores ranging from 0.163 to 0.305,and near-zero pairs−F1 scores between 0.002 and 0.022.These results confirm the model’s success in generating novel travel routes by recommending new locations and sequences rather than replicating users’past itineraries.This work provides a robust solution for personalized travel planning,capable of generating novel and compelling routes for both new and existing users by learning from collective travel intelligence.
基金National Natural Science Foundation of China under Grant Nos.U2139208 and 52278516Key Laboratory of Earthquake Engineering and Engineering Vibration,China Earthquake Administration under Grant No.2024D15Key Laboratory of Soft Soil Characteristic and Engineering Environment,Tianjin Chengjian University under Grant No.2022SCEEKL003。
文摘This study presents an effective hybrid simulation approach for simulating broadband ground motion in complex near-fault locations.The approach utilizes a deterministic approach based on the spectral element method(SEM),which is used to simulate low-frequency ground motion(f<1 Hz)by incorporating an innovative efficient discontinuous Galerkin(DG)method for grid division to accurately model basin sedimentary layers at reduced costs.It also introduces a comprehensive hybrid source model for high-frequency random scattering and a nonlinear analysis module for basin sedimentary layers.Deterministic outcomes are combined with modified three-dimensional stochastic finite fault method(3D-EXSIM)simulations of high-frequency ground motion(f>1 Hz).A fourth-order Butterworth filter with zero phase shift is employed for time-domain filtering of low-and high-frequency time series at a crossover frequency of 1 Hz,merging the low and high-frequency ground motions into a broadband time series.Taking an Ms 6.8 Luding earthquake,as an example,this hybrid method was used for a rapid and efficient simulation analysis of broadband ground motion in the region.The accuracy and efficiency of this hybrid method were verified through comparisons with actually observed station data and empirical attenuation curves.Deterministic method simulation results revealed the effects of mountainous topography,basin effects,nonlinear effects within the basin’s sedimentary layers,and a coupling interaction between the basin and the mountains.The findings are consistent with similar studies,showing that near-fault sedimentary basins significantly focus and amplify strong ground motion,and the soil’s nonlinear behavior in the basin influences ground motion to varying extents at different distances from the fault.The mountainous topography impacts the basin’s response to ground motion,leading to barrier effects.This research provides a scientific foundation for seismic zoning,urban planning,and seismic design in nearfault mountain basin regions.
基金Supported by the National Key Research and Development Program of China (2023YFB4102903)。
文摘This study systematically conducted preparation optimization and performance investigations on Co-modified Ce/TiO_(2) catalysts,with a focus on examining how preparation methods and Co loading regulate the catalyst’s low-temperature denitrification activity.After identifying optimal preparation parameters via condition screening,multiple characterization techniques-including BET,XRD,XPS,H_(2)-TPR and in situ DRIFTS-were employed to deeply analyze the catalyst’s physicochemical properties and reaction mechanism.Results demonstrated that compared to the impregnation and co-precipitation methods,the Ce-Co_(0.025)/TiO_(2)-SG catalyst(prepared by the sol-gel method with a Co/Ti mass ratio of 0.025)exhibited significantly superior denitrification activity:NO conversion remained stably above 95%in the 225−350℃ temperature range,and it displayed high N_(2) selectivity.Characterization analysis revealed that abundant surface oxygen vacancies,a high proportion of Ce^(3+) species,and prominent acidic sites collectively contributed to enhancing its low-temperature denitrification performance.This work provides reference value for the development of highly efficient low-temperature denitrification catalysts.
基金Supported by Shanghai Agriculture Applied Technology Development Program (Grant No.T20220120).
文摘[Objectives]This study was conducted to establish a quantitative assessment method for the textural quality of chieh-qua fruit.[Methods]Using two modes of a texture analyzer,namely TPA(texture profile analysis)and puncture,the index data of the fruit were obtained by setting different trigger forces,deformation levels,test speeds,as well as puncture speeds and puncture depths.The data included TPA hardness,adhesiveness,springiness,cohesiveness,gumminess,chewiness,resilience,as well as skin hardness,skin toughness,flesh hardness,fracturability,and compactness.[Results]Different deformation levels had a significant impact on all parameters.Hardness,adhesiveness,gumminess and chewiness showed a trend of first increasing and then decreasing with the deformation level increasing.When the deformation level was 30%,the adhesiveness,gumminess and chewiness reached their maximum values.When the deformation level was 50%,TPA hardness reached its maximum.When the compression speed was 3 mm/s,the measured values of TPA hardness,adhesiveness,chewiness,and resilience were at their maximums.The skin hardness varied significantly under different trigger forces.When the trigger force was 15 g,the skin hardness reached a maximum value of 944.63 g,and the skin toughness,flesh hardness,fracturability,and compactness also reach their maximum values respectively.When the puncture depth was 12 mm,the flesh hardness and skin toughness reached their maximums of 682.51 g and 1.82 mm,respectively.In the TPA mode,the flesh hardness of chieh-qua showed an extremely significant negative correlation with springiness,cohesiveness,and resilience(P<0.01).The fruit fracturability detected by puncture had an extremely significant positive correlation with compactness(P<0.01).[Conclusions]The evaluation method for measuring chieh-qua texture by combining TPA and the puncture mode could accurately and quantitatively reflect the differences in the flesh texture quality of chieh-qua.The optimal parameters for texture measurement of chieh-qua fruit were determined as a 15 g trigger force with 50%deformation and a 3 mm/s compression speed in TPA mode,and a 15 g trigger force with a 12 mm puncture depth in puncture mode.Puncture speed was found to have no significant effect on the texture indices of chieh-qua.
基金Project supported by the National Natural Science Foundation of China(Nos.52405095,12272089,and 92360305)the Guangdong Basic and Applied Basic Research Foundation of China(No.2023A1515110557)+4 种基金the Natural Science Foundation of Liaoning Province of China(No.2023-BSBA-102)the Open Fund of National Key Laboratory of Particle Transport and Separation Technology of China(No.WZKF-2024-6)the Open Project of Guangxi Key Laboratory of Automobile Components and Vehicle Technology of China(Nos.2024GKLACVTKF07 and 2024GKLACVTKF06)the Basic Research Projects of Liaoning Provincial Department of Education of China(No.JYTQN2023162)the Fundamental Research Funds for the Central Universities of China(No.N2403022)。
文摘The testing of large structures is limited by high costs and long cycles, making scaling methods an attractive solution. However, the scaling process of elastic rings introduces complexities in multi-parameter geometric distortions, leading to a diminution in the predictive accuracy of the distorted similitude. To address this challenge, this study formulates a novel set of scaling laws, tailored to account for the intricate geometric distortions associated with elastic rings. The proposed scaling laws are formulated based on the intrinsic deformation characteristics of elastic rings, rather than the traditional systemic governing equations. Numerical and experimental cases are conducted to assess the efficacy and precision of the proposed scaling laws, and the obtained results are compared with those achieved by traditional methods. The outcomes demonstrate that the scaling laws put forth by this study significantly enhance the predictive capabilities for deformations of elastic rings.
基金supported in part by the Mining Hydraulic Technology and Equipment Engineering Research Center,Liaoning Technical University,Fuxin,China(Grant No.MHTE23-R04)the Fundamental Research Funds for the Central Universities(ID N25BSS068).
文摘This study presents an implicit multiphysics coupling method integrating Computational Fluid Dynamics(CFD),the Multiphase Particle-in-Cell(MPPIC)model,and the Finite Element Method(FEM),implemented with OpenFOAM,CalculiX,and preCICE to simulate fluid-particle-structure interactions with large deformations.Mesh motion in the fluid field is handled using the radial basis function(RBF)method.The particle phase is modeled by MPPIC,where fluid-particle interaction is described through momentum exchange,and inter-particle collisions are characterized by collision stress.The structural field is solved by nonlinear FEM to capture large deformations induced by geometric nonlinearity.Coupling among fields is realized through a partitioned,parallel,and non-intrusive iterative strategy,ensuring stable transfer and convergence of interface forces and displacements.Notably,the influence of particles on the structure is not direct but mediated by the fluid,while structural motion directly affects particle dynamics.The results demonstrate that the proposed approach effectively captures multiphysics interaction processes and provides a valuable reference for numerical modeling of coupled fluid-particle-structure systems.
基金support provided by the National Natural Science Foundation of China(No.22273043).
文摘As a novel class of purely organic fluores-cent materials,multiple resonance thermal-ly activated delayed fluorescence(MR-TADF)compounds hold significant promise for next-generation display technologies.The efficiency of exciton utilization and the overall performance of organic light-emit-ting devices are closely linked to the singlet-triplet energy gap(ΔE_(ST))of MR-TADF emitters.Identifying an economic and accu-rate theoretical approach to predictΔE_(ST)would be beneficial for high-throughput screening and facilitate the inverse design of MR-TADF molecules.In this study,we evaluated the S_(1)state energy(E(S_(1))),T_(1)state ener-gy(E(T_(1))),andΔE_(ST)using three different physical interpretations:adiabatic excitation ener-gy,vertical absorption energy,and vertical emission energy.We employed the time-depen-dent density functional theory(TDDFT)and delta self-consistent field(ΔSCF)methods to calculate E(S_(1)),E(T_(1)),andΔE_(ST)for 20 MR-TADF molecules reported in the literature.We compared these calculated values with experimental data obtained from fluorescence spec-troscopy at room-temperature(or 77 K)and phosphorescence spectroscopy conducted at 77 K.Our findings indicate that the vertical absorption energy at the S0 state minimum,deter-mined by theΔSCF method,accurately predicts the S_(1)state energy.Similarly,the vertical absorption energy at the S0 state minimum,calculated using the TDDFT method,effectively predicts the T_(1)state energy.TheΔE_(ST)derived from the difference between these two excita-tion energies exhibited the smallest mean absolute error of only 0.039 eV compared to the ex-perimental values.This combination represents the most accurate and cost-effective method reported to date for predicting theΔE_(ST)of MR-TADF molecules,and can be integrated into AI-driven inverse design workflows for new emitters.
基金supported by the Science and Technology Project of State Grid Corporation of China(5400-202199281A-0-0-00).
文摘In a multiple voltage source converter(VSC)system,the nonlinear characteristics of phase-locked loops(PLLs)and their interactions have a significant influence on the synchronization stability of converters.In this paper,these influences are investigated from the perspective of the time domain.First,a novel time-domain model of the multi-VSC system is obtained by using a multi-scale method.On this basis,a stability criterion is proposed to assess the synchronization stability of the system.Then,the accuracy of the time-domain model and its stability criterion in various conditions are discussed.Moreover,the negative impact of the interaction on the system is quantified.Finally,the above theoretical analysis is also verified in the controller hardware-in-the-loop(CHIL)experiments.
基金supported by the Fuxing Nursing Research Foundation of Fudan University[FNF202352].
文摘Objectives This review aimed to systematically synthesize the available research on the disclosure of diagnosis and related issues in childhood cancer from the perspectives of healthcare professionals,with the goal of informing the optimization of disclosure processes and meeting the communication needs of affected families.Methods In accordance with the Joanna Briggs Institute(JBI)methodology for mixed methods systematic reviews,the convergent segregated approach was used in this review.Articles were retrieved from 11 databases,including PubMed,Web of Science,CINAHL,CENTRAL,Embase,Ovid/Medline,PsycINFO,PsycArticles,Scopus,ERIC,and China National Knowledge Infrastructure(CNKI).The quality of the selected articles was assessed using the Mixed Method Appraisal Tool(MMAT).The review protocol was registered on PROSPERO(CRD42024542746).Results A total of 21 studies from 10 countries were included.Their methodological quality was generally medium to high,with MMAT scores ranging from 60%to 100%.The synthesis yielded three core themes:1)the spectrum of professional and societal attitudes toward disclosure;2)the dynamic practices of navigating disclosure amid uncertainty,including timing and environment,stakeholders,and content of disclosure;and 3)factors influencing disclosure,including children’s,parental,healthcare professionals’,and socio-cultural factors.Conclusions This review synthesized the perspectives and experiences of healthcare professionals regarding disclosure in childhood cancer,highlighting the complexity and multidimensional nature of this process in clinical practice.Future research should further investigate the experiences and needs of children and their parents,explore cultural variations in disclosure practices,develop context-appropriate assessment tools,and construct multidimensional intervention strategies to enhance the humanistic care and professional effectiveness of the disclosure process.