期刊文献+
共找到262,392篇文章
< 1 2 250 >
每页显示 20 50 100
A Multi-Objective Deep Reinforcement Learning Algorithm for Computation Offloading in Internet of Vehicles
1
作者 Junjun Ren Guoqiang Chen +1 位作者 Zheng-Yi Chai Dong Yuan 《Computers, Materials & Continua》 2026年第1期2111-2136,共26页
Vehicle Edge Computing(VEC)and Cloud Computing(CC)significantly enhance the processing efficiency of delay-sensitive and computation-intensive applications by offloading compute-intensive tasks from resource-constrain... Vehicle Edge Computing(VEC)and Cloud Computing(CC)significantly enhance the processing efficiency of delay-sensitive and computation-intensive applications by offloading compute-intensive tasks from resource-constrained onboard devices to nearby Roadside Unit(RSU),thereby achieving lower delay and energy consumption.However,due to the limited storage capacity and energy budget of RSUs,it is challenging to meet the demands of the highly dynamic Internet of Vehicles(IoV)environment.Therefore,determining reasonable service caching and computation offloading strategies is crucial.To address this,this paper proposes a joint service caching scheme for cloud-edge collaborative IoV computation offloading.By modeling the dynamic optimization problem using Markov Decision Processes(MDP),the scheme jointly optimizes task delay,energy consumption,load balancing,and privacy entropy to achieve better quality of service.Additionally,a dynamic adaptive multi-objective deep reinforcement learning algorithm is proposed.Each Double Deep Q-Network(DDQN)agent obtains rewards for different objectives based on distinct reward functions and dynamically updates the objective weights by learning the value changes between objectives using Radial Basis Function Networks(RBFN),thereby efficiently approximating the Pareto-optimal decisions for multiple objectives.Extensive experiments demonstrate that the proposed algorithm can better coordinate the three-tier computing resources of cloud,edge,and vehicles.Compared to existing algorithms,the proposed method reduces task delay and energy consumption by 10.64%and 5.1%,respectively. 展开更多
关键词 Deep reinforcement learning internet of vehicles multi-objective optimization cloud-edge computing computation offloading service caching
在线阅读 下载PDF
Multi-Objective Enhanced Cheetah Optimizer for Joint Optimization of Computation Offloading and Task Scheduling in Fog Computing
2
作者 Ahmad Zia Nazia Azim +5 位作者 Bekarystankyzy Akbayan Khalid J.Alzahrani Ateeq Ur Rehman Faheem Ullah Khan Nouf Al-Kahtani Hend Khalid Alkahtani 《Computers, Materials & Continua》 2026年第3期1559-1588,共30页
The cloud-fog computing paradigm has emerged as a novel hybrid computing model that integrates computational resources at both fog nodes and cloud servers to address the challenges posed by dynamic and heterogeneous c... The cloud-fog computing paradigm has emerged as a novel hybrid computing model that integrates computational resources at both fog nodes and cloud servers to address the challenges posed by dynamic and heterogeneous computing networks.Finding an optimal computational resource for task offloading and then executing efficiently is a critical issue to achieve a trade-off between energy consumption and transmission delay.In this network,the task processed at fog nodes reduces transmission delay.Still,it increases energy consumption,while routing tasks to the cloud server saves energy at the cost of higher communication delay.Moreover,the order in which offloaded tasks are executed affects the system’s efficiency.For instance,executing lower-priority tasks before higher-priority jobs can disturb the reliability and stability of the system.Therefore,an efficient strategy of optimal computation offloading and task scheduling is required for operational efficacy.In this paper,we introduced a multi-objective and enhanced version of Cheeta Optimizer(CO),namely(MoECO),to jointly optimize the computation offloading and task scheduling in cloud-fog networks to minimize two competing objectives,i.e.,energy consumption and communication delay.MoECO first assigns tasks to the optimal computational nodes and then the allocated tasks are scheduled for processing based on the task priority.The mathematical modelling of CO needs improvement in computation time and convergence speed.Therefore,MoECO is proposed to increase the search capability of agents by controlling the search strategy based on a leader’s location.The adaptive step length operator is adjusted to diversify the solution and thus improves the exploration phase,i.e.,global search strategy.Consequently,this prevents the algorithm from getting trapped in the local optimal solution.Moreover,the interaction factor during the exploitation phase is also adjusted based on the location of the prey instead of the adjacent Cheetah.This increases the exploitation capability of agents,i.e.,local search capability.Furthermore,MoECO employs a multi-objective Pareto-optimal front to simultaneously minimize designated objectives.Comprehensive simulations in MATLAB demonstrate that the proposed algorithm obtains multiple solutions via a Pareto-optimal front and achieves an efficient trade-off between optimization objectives compared to baseline methods. 展开更多
关键词 computation offloading task scheduling cheetah optimizer fog computing optimization resource allocation internet of things
在线阅读 下载PDF
Quantum Secure Multiparty Computation:Bridging Privacy,Security,and Scalability in the Post-Quantum Era
3
作者 Sghaier Guizani Tehseen Mazhar Habib Hamam 《Computers, Materials & Continua》 2026年第4期1-25,共25页
The advent of quantum computing poses a significant challenge to traditional cryptographic protocols,particularly those used in SecureMultiparty Computation(MPC),a fundamental cryptographic primitive for privacypreser... The advent of quantum computing poses a significant challenge to traditional cryptographic protocols,particularly those used in SecureMultiparty Computation(MPC),a fundamental cryptographic primitive for privacypreserving computation.Classical MPC relies on cryptographic techniques such as homomorphic encryption,secret sharing,and oblivious transfer,which may become vulnerable in the post-quantum era due to the computational power of quantum adversaries.This study presents a review of 140 peer-reviewed articles published between 2000 and 2025 that used different databases like MDPI,IEEE Explore,Springer,and Elsevier,examining the applications,types,and security issues with the solution of Quantum computing in different fields.This review explores the impact of quantum computing on MPC security,assesses emerging quantum-resistant MPC protocols,and examines hybrid classicalquantum approaches aimed at mitigating quantum threats.We analyze the role of Quantum Key Distribution(QKD),post-quantum cryptography(PQC),and quantum homomorphic encryption in securing multiparty computations.Additionally,we discuss the challenges of scalability,computational efficiency,and practical deployment of quantumsecure MPC frameworks in real-world applications such as privacy-preserving AI,secure blockchain transactions,and confidential data analysis.This review provides insights into the future research directions and open challenges in ensuring secure,scalable,and quantum-resistant multiparty computation. 展开更多
关键词 Quantum computing secure multiparty computation(MPC) post-quantum cryptography(PQC) quantum key distribution(QKD) privacy-preserving computation quantum homomorphic encryption quantum network security federated learning blockchain security quantum cryptography
在线阅读 下载PDF
CUDA‑based GPU‑only computation for efficient tracking simulation of single and multi‑bunch collective effects
4
作者 Keon Hee Kim Eun‑San Kim 《Nuclear Science and Techniques》 2026年第1期61-79,共19页
Beam-tracking simulations have been extensively utilized in the study of collective beam instabilities in circular accelerators.Traditionally,many simulation codes have relied on central processing unit(CPU)-based met... Beam-tracking simulations have been extensively utilized in the study of collective beam instabilities in circular accelerators.Traditionally,many simulation codes have relied on central processing unit(CPU)-based methods,tracking on a single CPU core,or parallelizing the computation across multiple cores via the message passing interface(MPI).Although these approaches work well for single-bunch tracking,scaling them to multiple bunches significantly increases the computational load,which often necessitates the use of a dedicated multi-CPU cluster.To address this challenge,alternative methods leveraging General-Purpose computing on Graphics Processing Units(GPGPU)have been proposed,enabling tracking studies on a standalone desktop personal computer(PC).However,frequent CPU-GPU interactions,including data transfers and synchronization operations during tracking,can introduce communication overheads,potentially reducing the overall effectiveness of GPU-based computations.In this study,we propose a novel approach that eliminates this overhead by performing the entire tracking simulation process exclusively on the GPU,thereby enabling the simultaneous processing of all bunches and their macro-particles.Specifically,we introduce MBTRACK2-CUDA,a Compute Unified Device Architecture(CUDA)ported version of MBTRACK2,which facilitates efficient tracking of single-and multi-bunch collective effects by leveraging the full GPU-resident computation. 展开更多
关键词 Code development GPU computing Collective effects
在线阅读 下载PDF
High-Dimensional Multi-Objective Computation Offloading for MEC in Serial Isomerism Tasks via Flexible Optimization Framework
5
作者 Zheng Yao Puqing Chang 《Computers, Materials & Continua》 2026年第1期1160-1177,共18页
As Internet of Things(IoT)applications expand,Mobile Edge Computing(MEC)has emerged as a promising architecture to overcome the real-time processing limitations of mobile devices.Edge-side computation offloading plays... As Internet of Things(IoT)applications expand,Mobile Edge Computing(MEC)has emerged as a promising architecture to overcome the real-time processing limitations of mobile devices.Edge-side computation offloading plays a pivotal role in MEC performance but remains challenging due to complex task topologies,conflicting objectives,and limited resources.This paper addresses high-dimensional multi-objective offloading for serial heterogeneous tasks in MEC.We jointly consider task heterogeneity,high-dimensional objectives,and flexible resource scheduling,modeling the problem as a Many-objective optimization.To solve it,we propose a flexible framework integrating an improved cooperative co-evolutionary algorithm based on decomposition(MOCC/D)and a flexible scheduling strategy.Experimental results on benchmark functions and simulation scenarios show that the proposed method outperforms existing approaches in both convergence and solution quality. 展开更多
关键词 Edge computing offload serial Isomerism applications many-objective optimization flexible resource scheduling
在线阅读 下载PDF
Physics-Informed Neural Networks:Current Progress and Challenges in Computational Solid and Structural Mechanics
6
作者 Itthidet Thawon Duy Vo +6 位作者 Tinh QuocBui Kanya Rattanamongkhonkun Chakkapong Chamroon Nakorn Tippayawong Yuttana Mona Ramnarong Wanison Pana Suttakul 《Computer Modeling in Engineering & Sciences》 2026年第2期48-86,共39页
Physics-informed neural networks(PINNs)have emerged as a promising class of scientific machine learning techniques that integrate governing physical laws into neural network training.Their ability to enforce different... Physics-informed neural networks(PINNs)have emerged as a promising class of scientific machine learning techniques that integrate governing physical laws into neural network training.Their ability to enforce differential equations,constitutive relations,and boundary conditions within the loss function provides a physically grounded alternative to traditional data-driven models,particularly for solid and structural mechanics,where data are often limited or noisy.This review offers a comprehensive assessment of recent developments in PINNs,combining bibliometric analysis,theoretical foundations,application-oriented insights,and methodological innovations.A biblio-metric survey indicates a rapid increase in publications on PINNs since 2018,with prominent research clusters focused on numerical methods,structural analysis,and forecasting.Building upon this trend,the review consolidates advance-ments across five principal application domains,including forward structural analysis,inverse modeling and parameter identification,structural and topology optimization,assessment of structural integrity,and manufacturing processes.These applications are propelled by substantial methodological advancements,encompassing rigorous enforcement of boundary conditions,modified loss functions,adaptive training,domain decomposition strategies,multi-fidelity and transfer learning approaches,as well as hybrid finite element–PINN integration.These advances address recurring challenges in solid mechanics,such as high-order governing equations,material heterogeneity,complex geometries,localized phenomena,and limited experimental data.Despite remaining challenges in computational cost,scalability,and experimental validation,PINNs are increasingly evolving into specialized,physics-aware tools for practical solid and structural mechanics applications. 展开更多
关键词 Artificial Intelligence physics-informed neural networks computational mechanics bibliometric analysis solid mechanics structural mechanics
在线阅读 下载PDF
Random State Approach to Quantum Computation of Electronic-Structure Properties
7
作者 Yiran Bai Feng Xiong Xueheng Kuang 《Chinese Physics Letters》 2026年第1期89-104,共16页
Classical computation of electronic properties in large-scale materials remains challenging.Quantum computation has the potential to offer advantages in memory footprint and computational scaling.However,general and v... Classical computation of electronic properties in large-scale materials remains challenging.Quantum computation has the potential to offer advantages in memory footprint and computational scaling.However,general and viable quantum algorithms for simulating large-scale materials are still limited.We propose and implement random-state quantum algorithms to calculate electronic-structure properties of real materials.Using a random state circuit on a small number of qubits,we employ real-time evolution with first-order Trotter decomposition and Hadamard test to obtain electronic density of states,and we develop a modified quantum phase estimation algorithm to calculate real-space local density of states via direct quantum measurements.Furthermore,we validate these algorithms by numerically computing the density of states and spatial distributions of electronic states in graphene,twisted bilayer graphene quasicrystals,and fractal lattices,covering system sizes from hundreds to thousands of atoms.Our results manifest that the random-state quantum algorithms provide a general and qubit-efficient route to scalable simulations of electronic properties in large-scale periodic and aperiodic materials. 展开更多
关键词 periodic materials random state circuit random state quantum algorithms electronic structure properties density states aperiodic materials quantum algorithms quantum computation
原文传递
基于深度强化学习的高速铁路监控视频MEC智能卸载方法
8
作者 陈永 刘骅驹 张冰旺 《铁道学报》 北大核心 2026年第2期96-104,共9页
针对高速铁路沿线视频任务卸载到MEC边缘计算服务器过程中,存在时延和能耗开销大的问题,提出一种高速铁路监控视频MEC智能卸载方法。首先,将高速铁路视频监控处理任务的时延和能耗作为优化目标,构建系统累计时延和能耗最小化卸载模型。... 针对高速铁路沿线视频任务卸载到MEC边缘计算服务器过程中,存在时延和能耗开销大的问题,提出一种高速铁路监控视频MEC智能卸载方法。首先,将高速铁路视频监控处理任务的时延和能耗作为优化目标,构建系统累计时延和能耗最小化卸载模型。然后,将该任务卸载模型转化为马尔科夫决策过程模型,采用动作空间搜索因子,实现对动作决策的自适应搜索。最后,设计一种基于深度强化学习的MEC卸载方法得到最优卸载策略,降低了高速铁路视频处理任务的时延和能耗。仿真结果表明,所提算法相比Q学习算法时延降低了21.59%,能耗降低了9.93%,且QoE指标提高了9.65%,具有更低的时延和能耗开销,能够满足铁路视频传输控制的需求。 展开更多
关键词 移动边缘计算 高速铁路监控视频 视频处理任务 任务卸载 深度强化学习
在线阅读 下载PDF
Introduction to the Special Issue on Mathematical Aspects of Computational Biology and Bioinformatics-Ⅱ
9
作者 Dumitru Baleanu Carla M.A.Pinto Sunil Kumar 《Computer Modeling in Engineering & Sciences》 2025年第5期1297-1299,共3页
1 Summary Mathematical modeling has become a cornerstone in understanding the complex dynamics of infectious diseases and chronic health conditions.With the advent of more refined computational techniques,researchers ... 1 Summary Mathematical modeling has become a cornerstone in understanding the complex dynamics of infectious diseases and chronic health conditions.With the advent of more refined computational techniques,researchers are now able to incorporate intricate features such as delays,stochastic effects,fractional dynamics,variable-order systems,and uncertainty into epidemic models.These advancements not only improve predictive accuracy but also enable deeper insights into disease transmission,control,and policy-making.Tashfeen et al. 展开更多
关键词 computational techniquesresearchers effectsfractional dynamicsvariable order understanding complex dynamics infectious diseases chronic health conditionswith computational techniques mathematical modeling infectious diseases chronic health conditions DELAYS
暂未订购
MEC网络中双延迟深度确定性策略梯度的能效优化算法
10
作者 吴名星 《空天预警研究学报》 2026年第1期52-56,共5页
为解决动态移动边缘计算(MEC)网络中任务卸载与资源分配的能效优化问题,针对传统算法适应性差、强化学习算法稳定性不足的缺陷,提出基于双延迟深度确定性策略梯度(twin delayed DDPG, TD3)的能效优化(TD3-EE)算法.首先,考虑任务异构性... 为解决动态移动边缘计算(MEC)网络中任务卸载与资源分配的能效优化问题,针对传统算法适应性差、强化学习算法稳定性不足的缺陷,提出基于双延迟深度确定性策略梯度(twin delayed DDPG, TD3)的能效优化(TD3-EE)算法.首先,考虑任务异构性与动态资源状态构建了系统模型,建立时延约束下的能效最大化目标函数;然后,将问题转化为马尔可夫决策过程(MDP)模型,并利用TD3算法双Critic网络与延迟更新机制提升决策稳定性.仿真结果表明,该算法在任务完成率、能耗控制及收敛稳定性上优于DDPG-EE、TPBA算法. 展开更多
关键词 移动边缘计算 双延迟深度确定性策略梯度 任务卸载 资源分配
在线阅读 下载PDF
Merging computational intelligence and wearable technologies for adolescent idiopathic scoliosis: a quest for multiscale modelling, long-term monitoring and personalized treatment
11
作者 Chun-Zhi Yi Xiao-Lei Sun 《Medical Data Mining》 2025年第2期21-30,共10页
Adolescent idiopathic scoliosis(AIS)is a dynamic progression during growth,which requires long-term collaborations and efforts from clinicians,patients and their families.It would be beneficial to have a precise inter... Adolescent idiopathic scoliosis(AIS)is a dynamic progression during growth,which requires long-term collaborations and efforts from clinicians,patients and their families.It would be beneficial to have a precise intervention based on cross-scale understandings of the etiology,real-time sensing and actuating to enable early detection,screening and personalized treatment.We argue that merging computational intelligence and wearable technologies can bridge the gap between the current trajectory of the techniques applied to AIS and this vision.Wearable technologies such as inertial measurement units(IMUs)and surface electromyography(sEMG)have shown great potential in monitoring spinal curvature and muscle activity in real-time.For instance,IMUs can track the kinematics of the spine during daily activities,while sEMG can detect asymmetric muscle activation patterns that may contribute to scoliosis progression.Computational intelligence,particularly deep learning algorithms,can process these multi-modal data streams to identify early signs of scoliosis and adapt treatment strategies dynamically.By using their combination,we can find potential solutions for a better understanding of the disease,a more effective and intelligent way for treatment and rehabilitation. 展开更多
关键词 adolescent idiopathic scoliosis computational intelligence wearable technologies
暂未订购
Adiabatic holonomic quantum computation in decoherence-free subspace with two-body interaction
12
作者 Xiaoyu Sun Lei Qiao Peizi Zhao 《Chinese Physics B》 2025年第9期97-102,共6页
Adiabatic holonomic gates possess the geometric robustness of adiabatic geometric phases,i.e.,dependence only on the evolution path of the parameter space but not on the evolution details of the quantum system,which,w... Adiabatic holonomic gates possess the geometric robustness of adiabatic geometric phases,i.e.,dependence only on the evolution path of the parameter space but not on the evolution details of the quantum system,which,when coordinated with decoherence-free subspaces,permits additional resilience to the collective dephasing environment.However,the previous scheme[Phys.Rev.Lett.95130501(2005)]of adiabatic holonomic quantum computation in decoherence-free subspaces requires four-body interaction that is challenging in practical implementation.In this work,we put forward a scheme to realize universal adiabatic holonomic quantum computation in decoherence-free subspaces using only realistically available two-body interaction,thereby avoiding the difficulty of implementing four-body interaction.Furthermore,an arbitrary one-qubit gate in our scheme can be realized by a single-shot implementation,which eliminates the need to combine multiple gates for realizing such a gate. 展开更多
关键词 adiabatic evolution holonomic quantum computation decoherence-free subspaces
原文传递
Secure and Privacy-Preserving Cross-Departmental Computation Framework Based on BFV and Blockchain
13
作者 Peng Zhao Yu Du 《Journal of Electronic Research and Application》 2025年第6期207-217,共11页
As the demand for cross-departmental data collaboration continues to grow,traditional encryption methods struggle to balance data privacy with computational efficiency.This paper proposes a cross-departmental privacy-... As the demand for cross-departmental data collaboration continues to grow,traditional encryption methods struggle to balance data privacy with computational efficiency.This paper proposes a cross-departmental privacy-preserving computation framework based on BFV homomorphic encryption,threshold decryption,and blockchain technology.The proposed scheme leverages homomorphic encryption to enable secure computations between sales,finance,and taxation departments,ensuring that sensitive data remains encrypted throughout the entire process.A threshold decryption mechanism is employed to prevent single-point data leakage,while blockchain and IPFS are integrated to ensure verifiability and tamper-proof storage of computation results.Experimental results demonstrate that with 5,000 sample data entries,the framework performs efficiently and is highly scalable in key stages such as sales encryption,cost calculation,and tax assessment,thereby validating its practical feasibility and security. 展开更多
关键词 Homomorphic encryption Zero-knowledge proof Blockchain Cross-departmental privacy-preserving computation
在线阅读 下载PDF
Towards the future of physics-and data-guided AI frameworks in computational mechanics
14
作者 Jinshuai Bai Yizheng Wang +8 位作者 Hyogu Jeong Shiyuan Chu Qingxia Wang Laith Alzubaidi Xiaoying Zhuang Timon Rabczuk Yi Min Xie Xi-Qiao Feng Yuantong Gu 《Acta Mechanica Sinica》 2025年第7期38-51,共14页
The integration of physics-based modelling and data-driven artificial intelligence(AI)has emerged as a transformative paradigm in computational mechanics.This perspective reviews the development and current status of ... The integration of physics-based modelling and data-driven artificial intelligence(AI)has emerged as a transformative paradigm in computational mechanics.This perspective reviews the development and current status of AI-empowered frameworks,including data-driven methods,physics-informed neural networks,and neural operators.While these approaches have demonstrated significant promise,challenges remain in terms of robustness,generalisation,and computational efficiency.We delineate four promising research directions:(1)Modular neural architectures inspired by traditional computational mechanics,(2)physics informed neural operators for resolution-invariant operator learning,(3)intelligent frameworks for multiphysics and multiscale biomechanics problems,and(4)structural optimisation strategies based on physics constraints and reinforcement learning.These directions represent a shift toward foundational frameworks that combine the strengths of physics and data,opening new avenues for the modelling,simulation,and optimisation of complex physical systems. 展开更多
关键词 computational mechanics Physics-informed neural network Operator learning BIOMecHANICS Topology optimisation
原文传递
Machine Learning on Blockchain (MLOB): A New Paradigm for Computational Security in Engineering
15
作者 Zhiming Dong Weisheng Lu 《Engineering》 2025年第4期250-263,共14页
Machine learning(ML)has been increasingly adopted to solve engineering problems with performance gauged by accuracy,efficiency,and security.Notably,blockchain technology(BT)has been added to ML when security is a part... Machine learning(ML)has been increasingly adopted to solve engineering problems with performance gauged by accuracy,efficiency,and security.Notably,blockchain technology(BT)has been added to ML when security is a particular concern.Nevertheless,there is a research gap that prevailing solutions focus primarily on data security using blockchain but ignore computational security,making the traditional ML process vulnerable to off-chain risks.Therefore,the research objective is to develop a novel ML on blockchain(MLOB)framework to ensure both the data and computational process security.The central tenet is to place them both on the blockchain,execute them as blockchain smart contracts,and protect the execution records on-chain.The framework is established by developing a prototype and further calibrated using a case study of industrial inspection.It is shown that the MLOB framework,compared with existing ML and BT isolated solutions,is superior in terms of security(successfully defending against corruption on six designed attack scenario),maintaining accuracy(0.01%difference with baseline),albeit with a slightly compromised efficiency(0.231 second latency increased).The key finding is MLOB can significantly enhances the computational security of engineering computing without increasing computing power demands.This finding can alleviate concerns regarding the computational resource requirements of ML-BT integration.With proper adaption,the MLOB framework can inform various novel solutions to achieve computational security in broader engineering challenges. 展开更多
关键词 Engineering computing Machine learning Blockchain Blockchain smart contract Deployable framework
在线阅读 下载PDF
Computational analysis of Ti-6Al-4V thoracic implants with a spring-like geometry for anterior chest wall reconstruction
16
作者 Alejandro BOLANOS Alejandro YANEZ +2 位作者 Alberto CUADRADO Maria Paula FIORUCCI Belinda MENTADO 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 2025年第7期679-693,共15页
Thoracic reconstructions are essential surgical techniques used to replace severely damaged tissues and restore protection to internal organs.In recent years,advancements in additive manufacturing have enabled the pro... Thoracic reconstructions are essential surgical techniques used to replace severely damaged tissues and restore protection to internal organs.In recent years,advancements in additive manufacturing have enabled the production of thoracic implants with complex geometries,offering more versatile performance.In this study,we investigated a design based on a spring-like geometry manufactured by laser powder bed fusion(LPBF),as proposed in earlier research.The biomechanical behavior of this design was analyzed using various isolated semi-ring-rib models at different levels of the rib cage.This approach enabled a comprehensive examination,leading to the proposal of several implant configurations that were incorporated into a 3D rib cage model with chest wall defects,to simulate different chest wall reconstruction scenarios.The results revealed that the implant design was too rigid for the second rib level,which therefore was excluded from the proposed implant configurations.In chest wall reconstruction simulations,the maximum stresses observed in all prostheses did not exceed 38%of the implant material's yield stress in the most unfavorable case.Additionally,all the implants showed flexibility compatible with the physiological movements of the human thorax. 展开更多
关键词 Chest wall reconstruction Thoracic implant Spring-like geometry Semi-ring-rib model computational analysis
原文传递
Retained imaging quality with reduced manufacturing precision:leveraging computational optics
17
作者 Yujie Xing Xiong Dun +6 位作者 Dinghao Yang Siyu Dong Yifan Peng Xuquan Wang Jun Yu Zhanshan Wang Xinbin Cheng 《Advanced Photonics Nexus》 2025年第4期128-139,共12页
Manufacturing-robust imaging systems leveraging computational optics hold immense potential for easing manufacturing constraints and enabling the development of cost-effective,high-quality imaging solutions.However,co... Manufacturing-robust imaging systems leveraging computational optics hold immense potential for easing manufacturing constraints and enabling the development of cost-effective,high-quality imaging solutions.However,conventional approaches,which typically rely on data-driven neural networks to correct optical aberrations caused by manufacturing errors,are constrained by the lack of effective tolerance analysis methods for quantitatively evaluating manufacturing error boundaries.This limitation is crucial for further relaxing manufacturing constraints and providing practical guidance for fabrication.We propose a physics-informed design paradigm for manufacturing-robust imaging systems with computational optics,integrating a physics-informed tolerance analysis methodology for evaluating manufacturing error boundaries and a physics-informed neural network for image reconstruction.With this approach,we achieve a manufacturing-robust imaging system based on an off-axis three-mirror freeform all-aluminum design,delivering a modulation transfer function exceeding 0.34 at the Nyquist frequency(72 lp/mm)in simulation.Notably,this system requires a manufacturing precision of only 0.5λin root mean square(RMS),representing a remarkable 25-fold relaxation compared with the conventional requirement of 0.02λin RMS.Experimental validation further confirmed that the manufacturing-robust imaging system maintains excellent performance in diverse indoor and outdoor environments.Our proposed method paves the way for achieving high-quality imaging without the necessity of high manufacturing precision,enabling practical solutions that are more cost-effective and time-efficient. 展开更多
关键词 manufacturing-robust imaging system computational optics physics-informed tolerance analysis physics-informed neural network
在线阅读 下载PDF
Fake News Detection Based on Cross-Modal Ambiguity Computation and Multi-Scale Feature Fusion
18
作者 Jianxiang Cao Jinyang Wu +5 位作者 Wenqian Shang Chunhua Wang Kang Song Tong Yi Jiajun Cai Haibin Zhu 《Computers, Materials & Continua》 2025年第5期2659-2675,共17页
With the rapid growth of socialmedia,the spread of fake news has become a growing problem,misleading the public and causing significant harm.As social media content is often composed of both images and text,the use of... With the rapid growth of socialmedia,the spread of fake news has become a growing problem,misleading the public and causing significant harm.As social media content is often composed of both images and text,the use of multimodal approaches for fake news detection has gained significant attention.To solve the problems existing in previous multi-modal fake news detection algorithms,such as insufficient feature extraction and insufficient use of semantic relations between modes,this paper proposes the MFFFND-Co(Multimodal Feature Fusion Fake News Detection with Co-Attention Block)model.First,the model deeply explores the textual content,image content,and frequency domain features.Then,it employs a Co-Attention mechanism for cross-modal fusion.Additionally,a semantic consistency detectionmodule is designed to quantify semantic deviations,thereby enhancing the performance of fake news detection.Experimentally verified on two commonly used datasets,Twitter and Weibo,the model achieved F1 scores of 90.0% and 94.0%,respectively,significantly outperforming the pre-modified MFFFND(Multimodal Feature Fusion Fake News Detection with Attention Block)model and surpassing other baseline models.This improves the accuracy of detecting fake information in artificial intelligence detection and engineering software detection. 展开更多
关键词 Fake news detection MULTIMODAL cross-modal ambiguity computation multi-scale feature fusion
在线阅读 下载PDF
Applications of Artificial Intelligence in Cardiac Electrophysiology and Clinical Diagnosis with Magnetic Resonance Imaging and Computational Modeling Techniques
19
作者 ZHAN Heqin HAN Guilail +1 位作者 WEI Chuan'an LI Zhiqun 《Journal of Shanghai Jiaotong university(Science)》 2025年第1期53-65,共13页
The underlying electrophysiological mechanisms and clinical treatments of cardiovascular diseases,which are the most common cause of morbidity and mortality worldwide,have gotten a lot of attention and been widely exp... The underlying electrophysiological mechanisms and clinical treatments of cardiovascular diseases,which are the most common cause of morbidity and mortality worldwide,have gotten a lot of attention and been widely explored in recent decades.Along the way,techniques such as medical imaging,computing modeling,and artificial intelligence(AI)have always played significant roles in above studies.In this article,we illustrated the applications of AI in cardiac electrophysiological research and disease prediction.We summarized general principles of AI and then focused on the roles of AI in cardiac basic and clinical studies incorporating magnetic resonance imaging and computing modeling techniques.The main challenges and perspectives were also analyzed. 展开更多
关键词 artificial intelligence(AI) magnetic resonance imaging computing modeling cardiovascular disease
原文传递
A Review of Computational Fluid Dynamics Techniques and Methodologies in Vertical Axis Wind Turbine Development
20
作者 Ahmad Fazlizan Wan Khairul Muzammil Najm Addin Al-Khawlani 《Computer Modeling in Engineering & Sciences》 2025年第8期1371-1437,共67页
This review provides a comprehensive and systematic examination of Computational Fluid Dynamics(CFD)techniques and methodologies applied to the development of Vertical Axis Wind Turbines(VAWTs).Although VAWTs offer si... This review provides a comprehensive and systematic examination of Computational Fluid Dynamics(CFD)techniques and methodologies applied to the development of Vertical Axis Wind Turbines(VAWTs).Although VAWTs offer significant advantages for urban wind applications,such as omnidirectional wind capture and a compact,ground-accessible design,they face substantial aerodynamic challenges,including dynamic stall,blade-wake interactions,and continuously varying angles of attack throughout their rotation.The review critically evaluates how CFD has been leveraged to address these challenges,detailing the modelling frameworks,simulation setups,mesh strategies,turbulence models,and boundary condition treatments adopted in the literature.Special attention is given to the comparative performance of 2-D vs.3-D simulations,static and dynamic meshing techniques(sliding,overset,morphing),and the impact of near-wall resolution on prediction fidelity.Moreover,this review maps the evolution of CFD tools in capturing key performance indicators including power coefficient,torque,flow separation,and wake dynamics,while highlighting both achievements and current limitations.The synthesis of studies reveals best practices,identifies gaps in simulation fidelity and validation strategies,and outlines critical directions for future research,particularly in high-fidelity modelling and cost-effective simulation of urban-scale VAWTs.By synthesizing insights from over a hundred referenced studies,this review serves as a consolidated resource to advance VAWT design and performance optimization through CFD.These include studies on various aspects such as blade geometry refinement,turbulence modeling,wake interaction mitigation,tip-loss reduction,dynamic stall control,and other aerodynamic and structural improvements.This,in turn,supports their broader integration into sustainable energy systems. 展开更多
关键词 computational fluid dynamics vertical axis wind turbine turbulence models AIRFOILS urban wind
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部