首页 > 最新文献

Journal of Computational Science最新文献

英文 中文
Fast model calibration for predicting the response of breast cancer to chemotherapy using proper orthogonal decomposition 利用适当的正交分解快速校准模型,预测乳腺癌对化疗的反应
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-08-02 DOI: 10.1016/j.jocs.2024.102400

Constructing digital twins for predictive tumor treatment response models can have a high computational demand that presents a practical barrier for their clinical adoption. In this work, we demonstrate that proper orthogonal decomposition, by which a low-dimensional representation of the full model is constructed, can be used to dramatically reduce the computational time required to calibrate a partial differential equation model to magnetic resonance imaging (MRI) data for rapid predictions of tumor growth and response to chemotherapy. In the proposed formulation, the reduction basis is based on each patient’s own MRI data and controls the overall size of the “reduced order model”. Using the full model as the reference, we validate that the reduced order mathematical model can accurately predict response in 50 triple negative breast cancer patients receiving standard of care neoadjuvant chemotherapy. The concordance correlation coefficient between the full and reduced order models was 0.986 ± 0.012 (mean ± standard deviation) for predicting changes in both tumor volume and cellularity across the entire model family, with a corresponding median local error (inter-quartile range) of 4.36 % (1.22 %, 15.04 %). The total time to estimate parameters and to predict response dramatically improves with the reduced framework. Specifically, the reduced order model accelerates our calibration by a factor of (mean ± standard deviation) 378.4 ± 279.8 when compared to the full order model for a non-mechanically coupled model. This enormous reduction in computational time can directly help realize the practical construction of digital twins when the access to computational resources is limited.

为预测性肿瘤治疗反应模型构建数字孪生模型的计算要求很高,这对其临床应用构成了实际障碍。在这项工作中,我们证明了适当的正交分解(通过该分解构建完整模型的低维表示)可用于显著减少根据磁共振成像(MRI)数据校准偏微分方程模型所需的计算时间,从而快速预测肿瘤生长和化疗反应。在建议的公式中,缩减基础基于每位患者自身的磁共振成像数据,并控制 "缩减阶次模型 "的整体大小。以完整模型为参考,我们验证了减阶数学模型能准确预测 50 名接受标准护理新辅助化疗的三阴性乳腺癌患者的反应。在预测整个模型族的肿瘤体积和细胞度变化时,全阶模型和缩减阶模型之间的一致性相关系数为 0.986 ± 0.012(平均值 ± 标准差),相应的局部误差中位数(四分位间范围)为 4.36 %(1.22 %,15.04 %)。采用简化框架后,估计参数和预测反应的总时间显著缩短。具体来说,与非机械耦合模型的全阶模型相比,缩减阶次模型将我们的校准速度提高了 378.4 ± 279.8 倍(平均值 ± 标准偏差)。在计算资源有限的情况下,计算时间的大幅缩短可直接帮助实现数字孪生的实际构建。
{"title":"Fast model calibration for predicting the response of breast cancer to chemotherapy using proper orthogonal decomposition","authors":"","doi":"10.1016/j.jocs.2024.102400","DOIUrl":"10.1016/j.jocs.2024.102400","url":null,"abstract":"<div><p>Constructing digital twins for predictive tumor treatment response models can have a high computational demand that presents a practical barrier for their clinical adoption. In this work, we demonstrate that proper orthogonal decomposition, by which a low-dimensional representation of the full model is constructed, can be used to dramatically reduce the computational time required to calibrate a partial differential equation model to magnetic resonance imaging (MRI) data for rapid predictions of tumor growth and response to chemotherapy. In the proposed formulation, the reduction basis is based on each patient’s own MRI data and controls the overall size of the “reduced order model”. Using the full model as the reference, we validate that the reduced order mathematical model can accurately predict response in 50 triple negative breast cancer patients receiving standard of care neoadjuvant chemotherapy. The concordance correlation coefficient between the full and reduced order models was 0.986 ± 0.012 (mean ± standard deviation) for predicting changes in both tumor volume and cellularity across the entire model family, with a corresponding median local error (inter-quartile range) of 4.36 % (1.22 %, 15.04 %). The total time to estimate parameters and to predict response dramatically improves with the reduced framework. Specifically, the reduced order model accelerates our calibration by a factor of (mean ± standard deviation) 378.4 ± 279.8 when compared to the full order model for a non-mechanically coupled model. This enormous reduction in computational time can directly help realize the practical construction of digital twins when the access to computational resources is limited.</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-08-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141939218","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A generalized framework for integrating machine learning into computational fluid dynamics 将机器学习融入计算流体力学的通用框架
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-08-02 DOI: 10.1016/j.jocs.2024.102404

The amalgamation of machine learning algorithms (ML) with computational fluid dynamics (CFD) represents a promising frontier for the advancement of fluid dynamics research. However, the practical integration of CFD with ML algorithms frequently faces challenges related to data transfer and computational efficiency. While CFD programs are conventionally scripted in Fortran or C/C++, the prevalence of Python in the machine learning domain complicates their seamless integration. To tackle these obstacles, this paper proposes a comprehensive solution. Our devised framework primarily leverages Python modules CFFI and dynamic linking library technology to seamlessly integrate ML algorithms with CFD programs, facilitating efficient data interchange between them. Distinguished by its simplicity, efficiency, flexibility, and scalability, our framework is adaptable across various CFD programs, scalable to multi-node parallelism, and compatible with heterogeneous computing systems. In this paper, we showcase a spectrum of CFD+ML algorithms based on this framework, including stability analysis of ML Reynolds stress models, bidirectional coupling between ML turbulence models and CFD programs, and online dimension reduction optimization techniques tailored for resolving unstable steady flow solutions. In addition, our framework has been successfully tested on supercomputer clusters, demonstrating its compatibility with distributed computing architectures and its ability to leverage heterogeneous computing resources for efficient computational tasks.

机器学习算法(ML)与计算流体动力学(CFD)的结合代表了流体动力学研究发展的一个前景广阔的前沿领域。然而,CFD 与 ML 算法的实际整合经常面临数据传输和计算效率方面的挑战。CFD 程序通常使用 Fortran 或 C/C++ 编写脚本,而 Python 在机器学习领域的盛行使其无缝集成变得更加复杂。为了解决这些障碍,本文提出了一个全面的解决方案。我们设计的框架主要利用 Python 模块 CFFI 和动态链接库技术,将 ML 算法与 CFD 程序无缝集成,促进它们之间的高效数据交换。我们的框架具有简单、高效、灵活和可扩展性等特点,可适用于各种 CFD 程序,可扩展到多节点并行,并与异构计算系统兼容。在本文中,我们展示了基于该框架的一系列 CFD+ML 算法,包括 ML 雷诺应力模型的稳定性分析、ML 湍流模型与 CFD 程序之间的双向耦合,以及为解决不稳定的稳定流解而量身定制的在线降维优化技术。此外,我们的框架还在超级计算机集群上进行了成功测试,证明了它与分布式计算架构的兼容性以及利用异构计算资源完成高效计算任务的能力。
{"title":"A generalized framework for integrating machine learning into computational fluid dynamics","authors":"","doi":"10.1016/j.jocs.2024.102404","DOIUrl":"10.1016/j.jocs.2024.102404","url":null,"abstract":"<div><p>The amalgamation of machine learning algorithms (ML) with computational fluid dynamics (CFD) represents a promising frontier for the advancement of fluid dynamics research. However, the practical integration of CFD with ML algorithms frequently faces challenges related to data transfer and computational efficiency. While CFD programs are conventionally scripted in Fortran or C/C++, the prevalence of Python in the machine learning domain complicates their seamless integration. To tackle these obstacles, this paper proposes a comprehensive solution. Our devised framework primarily leverages Python modules CFFI and dynamic linking library technology to seamlessly integrate ML algorithms with CFD programs, facilitating efficient data interchange between them. Distinguished by its simplicity, efficiency, flexibility, and scalability, our framework is adaptable across various CFD programs, scalable to multi-node parallelism, and compatible with heterogeneous computing systems. In this paper, we showcase a spectrum of CFD+ML algorithms based on this framework, including stability analysis of ML Reynolds stress models, bidirectional coupling between ML turbulence models and CFD programs, and online dimension reduction optimization techniques tailored for resolving unstable steady flow solutions. In addition, our framework has been successfully tested on supercomputer clusters, demonstrating its compatibility with distributed computing architectures and its ability to leverage heterogeneous computing resources for efficient computational tasks.</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-08-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141964514","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Node and edge centrality based failures in multi-layer complex networks 基于节点和边缘中心性的多层复杂网络故障
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-07-31 DOI: 10.1016/j.jocs.2024.102396

Multi-layer complex networks (MLCN) appears in various domains, such as, transportation, supply chains, etc. Failures in MLCN can lead to major disruptions in systems. Several research have focussed on different kinds of failures, such as, cascades, their reasons and ways to avoid them. This paper considers failures in a specific type of MLCN where the lower layer provides services to the higher layer without cross layer interaction, typical of a computer network. A three layer MLCN is constructed with the same set of nodes where each layer has different characteristics, the bottom most layer is Erdos–Renyi (ER) random graph with shortest path hop count among the nodes as gaussian, the middle layer is ER graph with higher number of edges from the previous, and the top most layer is preferential attachment graph with even higher number of edges. Both edge and node failures are considered. Failures happen with decreasing order of centralities of edges and nodes in static batch mode and when the centralities change dynamically with progressive failures. Emergent pattern of three key parameters, namely, average shortest path length (ASPL), total shortest path count (TSPC) and total number of edges (TNE) for all the three layers after node or edge failures are studied. Extensive simulations show that all but one parameters show definite degrading patterns. Surprising, ASPL for the middle layer starts showing a chaotic behaviour beyond a certain point for all types of failures.

多层复杂网络(MLCN)出现在运输、供应链等多个领域。多层复杂网络的故障可导致系统出现重大混乱。一些研究集中于不同类型的故障,如级联故障、其原因和避免方法。本文研究的是一种特殊类型的 MLCN 故障,在这种 MLCN 中,下层向上层提供服务,没有跨层交互,这是计算机网络的典型特征。最底层是鄂尔多斯-雷尼(ER)随机图,节点间的最短路径跳数为高斯分布;中间层是鄂尔多斯-雷尼图,其边缘数比上一层多;最上层是优先附着图,其边缘数更多。边缘和节点故障都被考虑在内。在静态批处理模式下,故障会随着边和节点中心度的递减而发生;而在渐进故障模式下,中心度会发生动态变化。研究了节点或边缘故障后所有三层的三个关键参数,即平均最短路径长度(ASPL)、总最短路径计数(TSPC)和边缘总数(TNE)的出现模式。大量模拟显示,除一个参数外,其他所有参数都显示出明确的衰减模式。令人惊讶的是,中间层的 ASPL 在所有类型的故障中超过一定程度后开始出现混乱行为。
{"title":"Node and edge centrality based failures in multi-layer complex networks","authors":"","doi":"10.1016/j.jocs.2024.102396","DOIUrl":"10.1016/j.jocs.2024.102396","url":null,"abstract":"<div><p>Multi-layer complex networks (MLCN) appears in various domains, such as, transportation, supply chains, etc. Failures in MLCN can lead to major disruptions in systems. Several research have focussed on different kinds of failures, such as, cascades, their reasons and ways to avoid them. This paper considers failures in a specific type of MLCN where the lower layer provides services to the higher layer without cross layer interaction, typical of a computer network. A three layer MLCN is constructed with the same set of nodes where each layer has different characteristics, the bottom most layer is Erdos–Renyi (ER) random graph with shortest path hop count among the nodes as gaussian, the middle layer is ER graph with higher number of edges from the previous, and the top most layer is preferential attachment graph with even higher number of edges. Both edge and node failures are considered. Failures happen with decreasing order of centralities of edges and nodes in static batch mode and when the centralities change dynamically with progressive failures. Emergent pattern of three key parameters, namely, average shortest path length (ASPL), total shortest path count (TSPC) and total number of edges (TNE) for all the three layers after node or edge failures are studied. Extensive simulations show that all but one parameters show definite degrading patterns. Surprising, ASPL for the middle layer starts showing a chaotic behaviour beyond a certain point for all types of failures.</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141939221","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Distributed service function chaining in NFV-enabled networks: A game-theoretic learning approach NFV 网络中的分布式服务功能链:博弈论学习方法
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-07-30 DOI: 10.1016/j.jocs.2024.102399

In network function virtualization (NFV), Service Function Chaining (SFC) provides an ordered sequence of virtual network functions (VNFs) and subsequent steering of traffic flows through them to cater to end-to-end services. This paper addresses the NP-hard problem of minimum cost SFC deployment to support customer services that access the carrier network’s NFV infrastructure (NFVI) through some edge routers. To determine the mappings of VNFs to physical servers, a challenging aspect would be the inter-server latencies that may fluctuate over time because of the sharing nature of cloud data centers. To construct the SFC, we come up with three different formulations, each corresponding to a different informational assumption about the link latencies: First, a centralized integer linear programming (ILP) formulation is given under the assumption of the non-causal availability of exact and instantaneous inter-server latencies. The solution to this ILP can serve as a lower bound to benchmark more scalable and realistic schemes. Next, we give a distributed game-theoretic formulation (with service broker agents as players) which only requires the statistical knowledge of link latency fluctuations. The game provably admits a pure Nash equilibrium (NE) and can be solved iteratively through the well-known best response dynamics (BRD) algorithm. Our main novelty lies in the third formulation in which each service broker has neither instantaneous nor statistical knowledge of the latencies. Instead, it relies on a game-theoretic learning algorithm to compose its VNF chain only based on its own history of adopted decisions and experienced delays on each logical link. We prove that the proposed learning algorithm asymptotically converges to NE and evaluate its performance through simulations in terms of convergence and the impact of network parameters.

在网络功能虚拟化(NFV)中,服务功能链(SFC)提供了虚拟网络功能(VNF)的有序序列,并通过它们引导流量流,以满足端到端服务的需要。本文解决了部署 SFC 的最低成本这一 NP 难问题,以支持通过某些边缘路由器访问运营商网络的 NFV 基础设施 (NFVI) 的客户服务。要确定 VNF 与物理服务器的映射,一个具有挑战性的方面是服务器之间的延迟,由于云数据中心的共享性质,这种延迟可能会随时间而波动。为了构建 SFC,我们提出了三种不同的方案,每种方案都对应不同的链路延迟信息假设:首先,在服务器间准确和瞬时延迟的非因果可用性假设下,给出了集中式整数线性规划(ILP)公式。这个 ILP 的解可以作为一个下限,用来衡量更具可扩展性和更现实的方案。接下来,我们给出了一种分布式博弈论表述(以服务代理为博弈方),它只需要链路延迟波动的统计知识。该博弈可证明存在纯纳什均衡(NE),并可通过著名的最佳响应动力学(BRD)算法迭代求解。我们的主要新颖之处在于第三种表述方式,其中每个服务代理对延迟既没有即时知识,也没有统计知识。相反,它依赖于一种博弈论学习算法,仅根据自己的历史决策和每个逻辑链路上的经验延迟来组成其 VNF 链。我们证明了所提出的学习算法会逐渐收敛到近地网络,并通过模拟从收敛性和网络参数的影响方面对其性能进行了评估。
{"title":"Distributed service function chaining in NFV-enabled networks: A game-theoretic learning approach","authors":"","doi":"10.1016/j.jocs.2024.102399","DOIUrl":"10.1016/j.jocs.2024.102399","url":null,"abstract":"<div><p>In network function virtualization (NFV), Service Function Chaining (SFC) provides an ordered sequence of virtual network functions (VNFs) and subsequent steering of traffic flows through them to cater to end-to-end services. This paper addresses the NP-hard problem of minimum cost SFC deployment to support customer services that access the carrier network’s NFV infrastructure (NFVI) through some edge routers. To determine the mappings of VNFs to physical servers, a challenging aspect would be the inter-server latencies that may fluctuate over time because of the sharing nature of cloud data centers. To construct the SFC, we come up with three different formulations, each corresponding to a different informational assumption about the link latencies: First, a centralized integer linear programming (ILP) formulation is given under the assumption of the non-causal availability of exact and instantaneous inter-server latencies. The solution to this ILP can serve as a lower bound to benchmark more scalable and realistic schemes. Next, we give a distributed game-theoretic formulation (with service broker agents as players) which only requires the statistical knowledge of link latency fluctuations. The game provably admits a pure Nash equilibrium (NE) and can be solved iteratively through the well-known best response dynamics (BRD) algorithm. Our main novelty lies in the third formulation in which each service broker has neither instantaneous nor statistical knowledge of the latencies. Instead, it relies on a game-theoretic learning algorithm to compose its VNF chain only based on its own history of adopted decisions and experienced delays on each logical link. We prove that the proposed learning algorithm asymptotically converges to NE and evaluate its performance through simulations in terms of convergence and the impact of network parameters.</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-07-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141939219","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
RuMedSpellchecker: A new approach for advanced spelling error correction in Russian electronic health records RuMedSpellchecker:在俄罗斯电子健康记录中进行高级拼写错误纠正的新方法
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-07-29 DOI: 10.1016/j.jocs.2024.102393

In healthcare, a remarkable progress in machine learning has given rise to a diverse range of predictive and decision-making medical models, significantly enhancing treatment efficacy and overall quality of care. These models often rely on electronic health records (EHRs) as fundamental data sources. The effectiveness of these models is contingent on the quality of the EHRs, typically presented as unstructured text. Unfortunately, these records frequently contain spelling errors, diminishing the quality of intelligent systems relying on them. In this research, we propose a method and a tool for correcting spelling errors in Russian medical texts. Our approach combines the Symmetrical Deletion algorithm with a finely tuned BERT model to efficiently correct spelling errors, thereby enhancing the quality of the original medical texts at a minimal cost. In addition, we introduce several fine-tuned BERT models for Russian anamneses. Through rigorous evaluation and comparison with existing spelling error correction tools for the Russian language, we demonstrate that our approach and tool surpass existing open-source alternatives by 7% in correcting spelling errors in sample Russian medical texts and significantly superior in automatically correcting real-world anamneses. However, the new approach is far inferior to proprietary services such as Yandex Speller and GPT-4. The proposed tool and its source code are available on GitHub 1 and pip 2 repositories. This paper is an extended version of the work presented at ICCS 2023 (Pogrebnoi et al. 2023)

在医疗保健领域,机器学习的显著进步催生了各种预测和决策医疗模型,大大提高了治疗效果和整体医疗质量。这些模型通常依赖电子健康记录(EHR)作为基本数据源。这些模型的有效性取决于电子病历的质量,电子病历通常以非结构化文本的形式呈现。遗憾的是,这些记录经常包含拼写错误,从而降低了依赖这些记录的智能系统的质量。在这项研究中,我们提出了一种纠正俄语医疗文本中拼写错误的方法和工具。我们的方法将对称删除算法与精细调整的 BERT 模型相结合,有效地纠正拼写错误,从而以最小的成本提高原始医学文本的质量。此外,我们还介绍了几种针对俄语 "anamneses "的微调 BERT 模型。通过严格的评估以及与现有俄语拼写错误纠正工具的比较,我们证明了我们的方法和工具在纠正俄语医学样本中的拼写错误方面比现有的开源替代方法高出 7%,在自动纠正真实世界的amneses方面也有明显优势。不过,新方法远不如 Yandex Speller 和 GPT-4 等专有服务。建议的工具及其源代码可从 GitHub 和 pip 软件仓库获取。本文是在 ICCS 2023(Pogrebnoi et al.)
{"title":"RuMedSpellchecker: A new approach for advanced spelling error correction in Russian electronic health records","authors":"","doi":"10.1016/j.jocs.2024.102393","DOIUrl":"10.1016/j.jocs.2024.102393","url":null,"abstract":"<div><p>In healthcare, a remarkable progress in machine learning has given rise to a diverse range of predictive and decision-making medical models, significantly enhancing treatment efficacy and overall quality of care. These models often rely on electronic health records (EHRs) as fundamental data sources. The effectiveness of these models is contingent on the quality of the EHRs, typically presented as unstructured text. Unfortunately, these records frequently contain spelling errors, diminishing the quality of intelligent systems relying on them. In this research, we propose a method and a tool for correcting spelling errors in Russian medical texts. Our approach combines the Symmetrical Deletion algorithm with a finely tuned BERT model to efficiently correct spelling errors, thereby enhancing the quality of the original medical texts at a minimal cost. In addition, we introduce several fine-tuned BERT models for Russian anamneses. Through rigorous evaluation and comparison with existing spelling error correction tools for the Russian language, we demonstrate that our approach and tool surpass existing open-source alternatives by 7% in correcting spelling errors in sample Russian medical texts and significantly superior in automatically correcting real-world anamneses. However, the new approach is far inferior to proprietary services such as Yandex Speller and GPT-4. The proposed tool and its source code are available on GitHub <span><span><sup>1</sup></span></span> and pip <span><span><sup>2</sup></span></span> repositories. This paper is an extended version of the work presented at ICCS 2023 (Pogrebnoi et al. 2023)</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-07-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141939220","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Identifying influential spreaders in complex networks based on local and global structure 根据局部和全局结构识别复杂网络中具有影响力的传播者
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-07-29 DOI: 10.1016/j.jocs.2024.102395

Complex systems intricately intertwine with life, and the identification of the most influential spreaders in complex networks can aid in resolving numerous pragmatic problems. Nevertheless, the identification of such kinds of nodes currently stands as an open and challenging issue. In order to accurately and efficiently address this issue, numerous metrics have been proposed. In this paper, we propose a new method based on degree, clustering coefficient and k-shell decomposition value—DCK to detect the most influential spreaders by gauging the spreading ability of nodes. The proposed centrality assesses the significance of a node by the impacts of its neighbors, encompassing both the local and global network structures. To evaluate the performance of DCK, we compare it with different centrality measures under utilizing the Susceptible–Infected–Recovered model to simulate the propagation of epidemics across real-world networks. Experiments on real networks illustrate that DCK exhibits superior differentiation ability and more accurate identification ability for influential spreaders and compared with other methods, Kendall’s τ correlation coefficient of the DCK could be enhanced by 12.82%, 13.20%, 8.62%, 5.32%, 7.97% and 11.73% for the degree centrality, K-shell decomposition, GLI centrality, H-GSM centrality, LGI centrality and NPCC centrality.

复杂系统与生活错综复杂地交织在一起,识别复杂网络中最具影响力的传播者有助于解决许多实际问题。然而,如何识别这类节点目前还是一个具有挑战性的开放性问题。为了准确有效地解决这一问题,人们提出了许多衡量标准。本文提出了一种基于度、聚类系数和 K 壳分解值的新方法,通过衡量节点的传播能力来检测最具影响力的传播者。所提出的中心度通过节点邻居的影响来评估节点的重要性,包括本地和全球网络结构。为了评估 "中心度 "的性能,我们利用 "易感-感染-恢复 "模型模拟了流行病在真实世界网络中的传播,并将其与不同的中心度测量方法进行了比较。在真实网络上的实验表明,与其他方法相比,"度中心性"、"K 壳分解"、"中心性"、"- 中心性"、"中心性 "和 "中心性 "的 Kendall 相关系数分别提高了 12.82%、13.20%、8.62%、5.32%、7.97% 和 11.73%,显示出卓越的区分能力和对有影响力的传播者更准确的识别能力。
{"title":"Identifying influential spreaders in complex networks based on local and global structure","authors":"","doi":"10.1016/j.jocs.2024.102395","DOIUrl":"10.1016/j.jocs.2024.102395","url":null,"abstract":"<div><p>Complex systems intricately intertwine with life, and the identification of the most influential spreaders in complex networks can aid in resolving numerous pragmatic problems. Nevertheless, the identification of such kinds of nodes currently stands as an open and challenging issue. In order to accurately and efficiently address this issue, numerous metrics have been proposed. In this paper, we propose a new method based on degree, clustering coefficient and k-shell decomposition value—<span><math><mrow><mi>D</mi><mi>C</mi><mi>K</mi></mrow></math></span> to detect the most influential spreaders by gauging the spreading ability of nodes. The proposed centrality assesses the significance of a node by the impacts of its neighbors, encompassing both the local and global network structures. To evaluate the performance of <span><math><mrow><mi>D</mi><mi>C</mi><mi>K</mi></mrow></math></span>, we compare it with different centrality measures under utilizing the Susceptible–Infected–Recovered model to simulate the propagation of epidemics across real-world networks. Experiments on real networks illustrate that <span><math><mrow><mi>D</mi><mi>C</mi><mi>K</mi></mrow></math></span> exhibits superior differentiation ability and more accurate identification ability for influential spreaders and compared with other methods, Kendall’s <span><math><mi>τ</mi></math></span> correlation coefficient of the <span><math><mrow><mi>D</mi><mi>C</mi><mi>K</mi></mrow></math></span> could be enhanced by 12.82%, 13.20%, 8.62%, 5.32%, 7.97% and 11.73% for the degree centrality, K-shell decomposition, <span><math><mrow><mi>G</mi><mi>L</mi><mi>I</mi></mrow></math></span> centrality, <span><math><mi>H</mi></math></span>-<span><math><mrow><mi>G</mi><mi>S</mi><mi>M</mi></mrow></math></span> centrality, <span><math><mrow><mi>L</mi><mi>G</mi><mi>I</mi></mrow></math></span> centrality and <span><math><mrow><mi>N</mi><mi>P</mi><mi>C</mi><mi>C</mi></mrow></math></span> centrality.</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-07-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141939269","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Higher-order Haar wavelet method for solution of fourth-order integro-differential equations 求解四阶积分微分方程的高阶哈小波方法
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-07-25 DOI: 10.1016/j.jocs.2024.102394

This paper presents a numerical approach to solve third and fourth order intego-differential equations (IDEs). In order to ascertain the numerical solution for third and fourth order IDEs of second kind, the newly introduced Higher order Haar wavelet method (HOHWM) has been employed to improve the numerical result and rate of convergence compared to classical Haar wavelet approach. Some examples available in the literature have been solved to verify the HOHWM’s effectiveness. To ensure that the approach presented is legitimate, applicable and achieves its objective, the maximum absolute error of each test problem is calculated at a test point.

本文提出了一种求解三阶和四阶积分微分方程(IDE)的数值方法。为了确定二阶三阶和四阶积分微分方程的数值解法,采用了新引入的高阶哈小波方法(HOHWM),与经典哈小波方法相比,提高了数值结果和收敛速度。为了验证 HOHWM 的有效性,我们解决了文献中的一些实例。为确保所提出的方法合法、适用并实现其目标,计算了每个测试问题在测试点的最大绝对误差。
{"title":"Higher-order Haar wavelet method for solution of fourth-order integro-differential equations","authors":"","doi":"10.1016/j.jocs.2024.102394","DOIUrl":"10.1016/j.jocs.2024.102394","url":null,"abstract":"<div><p>This paper presents a numerical approach to solve third and fourth order intego-differential equations (IDEs). In order to ascertain the numerical solution for third and fourth order IDEs of second kind, the newly introduced Higher order Haar wavelet method (HOHWM) has been employed to improve the numerical result and rate of convergence compared to classical Haar wavelet approach. Some examples available in the literature have been solved to verify the HOHWM’s effectiveness. To ensure that the approach presented is legitimate, applicable and achieves its objective, the maximum absolute error of each test problem is calculated at a test point.</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-07-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141851804","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Efficient hypergeometric wavelet approach for solving lane-emden equations 解决莱恩-埃姆登方程的高效超几何小波方法
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-07-24 DOI: 10.1016/j.jocs.2024.102392

Nonlinear initial / boundary value problems present challenges in solving due to the divergence of coefficients near singular points. This study introduces a novel hypergeometric wavelet-based approach designed to effectively address these equations. The specialized wavelet method efficiently manages singularities, resulting in improved accuracy. To evaluate the precision and effectiveness of this approach, Lane-Emden type problems are solved using the proposed methodology and compared against established benchmarks. Comparative analyses with alternative wavelet methods are conducted, featuring absolute error tables and graphical representations. The findings highlight the exceptional accuracy and efficiency of the proposed method relative to existing approaches. An advantage of this method is its requirement of fewer basis functions, leading to reduced computational time and complexity.

由于奇异点附近的系数发散,非线性初值/边界值问题的求解面临挑战。本研究介绍了一种基于超几何小波的新方法,旨在有效解决这些方程。专门的小波方法能有效处理奇异点,从而提高精度。为了评估这种方法的精确性和有效性,我们使用所提出的方法解决了 Lane-Emden 类型的问题,并与既定基准进行了比较。此外,还与其他小波方法进行了比较分析,包括绝对误差表和图形表示法。研究结果表明,与现有方法相比,拟议方法具有卓越的准确性和效率。这种方法的优点是需要的基函数较少,从而减少了计算时间和复杂性。
{"title":"Efficient hypergeometric wavelet approach for solving lane-emden equations","authors":"","doi":"10.1016/j.jocs.2024.102392","DOIUrl":"10.1016/j.jocs.2024.102392","url":null,"abstract":"<div><p>Nonlinear initial / boundary value problems present challenges in solving due to the divergence of coefficients near singular points. This study introduces a novel hypergeometric wavelet-based approach designed to effectively address these equations. The specialized wavelet method efficiently manages singularities, resulting in improved accuracy. To evaluate the precision and effectiveness of this approach, Lane-Emden type problems are solved using the proposed methodology and compared against established benchmarks. Comparative analyses with alternative wavelet methods are conducted, featuring absolute error tables and graphical representations. The findings highlight the exceptional accuracy and efficiency of the proposed method relative to existing approaches. An advantage of this method is its requirement of fewer basis functions, leading to reduced computational time and complexity.</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141844787","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Graph-neural-network potential energy surface to speed up Monte Carlo simulations of water cluster anions 加速水团阴离子蒙特卡罗模拟的图神经网络势能面
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-07-22 DOI: 10.1016/j.jocs.2024.102383

Regression of potential energy functions stands as one of the most prevalent applications of machine learning in the realm of materials simulation, offering the prospect of accelerating simulations by several orders of magnitude. Recently, graph-based architectures have emerged as particularly adept for modeling molecular systems. However, the development of robust and transferable potentials, leading to stable simulations for different sizes and physical conditions, remains an ongoing area of investigation. In this study, we compare the performance of several graph neural networks for predicting the energy of water cluster anions, a system of fundamental interest in Chemistry and Biology. Following the identification of the graph attention network as the optimal aggregation procedure for this task, we obtained an efficient and accurate energy model. This model is then employed to conduct Monte Carlo simulations of clusters across different sizes, demonstrating stable behavior. Notably, the predicted surface-to-interior state transition point and the bulk energy of the system are consistent with findings from other investigations, at a computational cost three-orders of magnitude lower.

势能函数回归是机器学习在材料模拟领域最普遍的应用之一,有望将模拟速度提高几个数量级。最近,基于图的架构已成为分子系统建模的最佳选择。然而,如何开发稳健且可转移的势能,从而针对不同尺寸和物理条件进行稳定的模拟,仍然是一个需要持续研究的领域。在本研究中,我们比较了几种图神经网络在预测水簇阴离子能量方面的性能,水簇阴离子是化学和生物学中的一个重要系统。在确定图注意网络是这项任务的最佳聚合程序后,我们获得了一个高效、准确的能量模型。然后,我们利用该模型对不同大小的簇进行蒙特卡罗模拟,结果显示了稳定的行为。值得注意的是,预测的表面到内部状态转换点和系统的主体能量与其他研究结果一致,而计算成本却低了三个数量级。
{"title":"Graph-neural-network potential energy surface to speed up Monte Carlo simulations of water cluster anions","authors":"","doi":"10.1016/j.jocs.2024.102383","DOIUrl":"10.1016/j.jocs.2024.102383","url":null,"abstract":"<div><p>Regression of potential energy functions stands as one of the most prevalent applications of machine learning in the realm of materials simulation, offering the prospect of accelerating simulations by several orders of magnitude. Recently, graph-based architectures have emerged as particularly adept for modeling molecular systems. However, the development of robust and transferable potentials, leading to stable simulations for different sizes and physical conditions, remains an ongoing area of investigation. In this study, we compare the performance of several graph neural networks for predicting the energy of water cluster anions, a system of fundamental interest in Chemistry and Biology. Following the identification of the graph attention network as the optimal aggregation procedure for this task, we obtained an efficient and accurate energy model. This model is then employed to conduct Monte Carlo simulations of clusters across different sizes, demonstrating stable behavior. Notably, the predicted surface-to-interior state transition point and the bulk energy of the system are consistent with findings from other investigations, at a computational cost three-orders of magnitude lower.</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141840257","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
High order energy-preserving method for the space fractional Klein–Gordon-Zakharov equations 空间分数克莱因-戈登-扎哈罗夫方程的高阶能量守恒方法
IF 3.1 3区 计算机科学 Q2 COMPUTER SCIENCE, INTERDISCIPLINARY APPLICATIONS Pub Date : 2024-07-17 DOI: 10.1016/j.jocs.2024.102391

The space fractional Klein–Gordon-Zakharov equations are transformed into the multi-symplectic structure system by introducing new auxiliary variables. The multi-symplectic system, which satisfies the multi-symplectic conservation, local energy and momentum conservation, is discretizated into the semi-discrete multi-symplectic system by the Fourier pseudo-spectral method. The second order multi-symplectic average vector field method is applied to the semi-discrete system. The fully discrete energy preserving scheme of the space fractional Klein–Gordon-Zakharov equation is obtained. Based on the composition method, a fourth order energy preserving scheme of the Riesz space fractional Klein–Gordon-Zakharov equations is also obtained. Numerical experiments confirm that these new schemes can have computing ability for a long time and can well preserve the discrete energy conservation property of the equations.

通过引入新的辅助变量,将空间分数克莱因-戈登-扎哈罗夫方程转化为多折射结构系统。通过傅里叶伪谱法将满足多交映守恒、局部能量和动量守恒的多交映系统离散化为半离散多交映系统。将二阶多交错平均矢量场方法应用于半离散系统。得到了空间分数克莱因-戈登-扎哈罗夫方程的全离散能量保存方案。基于组成方法,还得到了 Riesz 空间分数 Klein-Gordon-Zakharov 方程的四阶能量守恒方案。数值实验证实,这些新方案具有长期计算能力,并能很好地保持方程的离散能量守恒特性。
{"title":"High order energy-preserving method for the space fractional Klein–Gordon-Zakharov equations","authors":"","doi":"10.1016/j.jocs.2024.102391","DOIUrl":"10.1016/j.jocs.2024.102391","url":null,"abstract":"<div><p>The space fractional Klein–Gordon-Zakharov equations are transformed into the multi-symplectic structure system by introducing new auxiliary variables. The multi-symplectic system, which satisfies the multi-symplectic conservation, local energy and momentum conservation, is discretizated into the semi-discrete multi-symplectic system by the Fourier pseudo-spectral method. The second order multi-symplectic average vector field method is applied to the semi-discrete system. The fully discrete energy preserving scheme of the space fractional Klein–Gordon-Zakharov equation is obtained. Based on the composition method, a fourth order energy preserving scheme of the Riesz space fractional Klein–Gordon-Zakharov equations is also obtained. Numerical experiments confirm that these new schemes can have computing ability for a long time and can well preserve the discrete energy conservation property of the equations.</p></div>","PeriodicalId":48907,"journal":{"name":"Journal of Computational Science","volume":null,"pages":null},"PeriodicalIF":3.1,"publicationDate":"2024-07-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141846720","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Journal of Computational Science
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1