arXivDaily arXiv每日学术速递 周一至周五更新

科学与医疗

AI for Science

科学智能、蛋白质、分子、药物、材料、气象、物理和数学 AI。

今日/当前日期收录 310 信号源:cs.LG, q-bio, physics, cond-mat, math, stat.ML

1. 蛋白质与生物分子 3 篇

2606.19377 2026-06-19 cs.LG cs.AI 新提交 95%

Emyx: Fast and efficient all-atom protein generation

Emyx: 快速高效的全原子蛋白质生成

Nicholas J. Williams, Ward Haddadin, Matteo P. Ferla, Constantin Schneider, Nicholas B. Woodall, Ruby Sedgwick, Christian D. Madsen, Andrew L. Hopkins, Edward O. Pyzer-Knapp

发表机构 * Xyme

专题命中 蛋白质与生物分子 :提出全原子蛋白质生成模型,用于酶设计。

AI总结 提出Emyx,一种140M参数的流匹配模型,通过轻量条件表示和稀疏连接降低复杂度,在酶设计基准上超越现有方法,训练仅需682 GPU小时。

详情
AI中文摘要

计算酶设计需要生成能够支撑催化残基和配体的蛋白质,这要求生成模型同时具备几何准确性和结构多样性。当前的全原子生成模型继承了结构预测中的昂贵架构,导致训练成本高、样本多样性有限。我们认为,对于生成模型而言,这种复杂性大多是不必要的,因为生成模型依赖于稀疏的几何约束而非丰富的共进化信号。Emyx是一个140M参数的条件流匹配模型,将能力集中在标准Transformer块中,用轻量条件表示和稀疏连接替代了厚重的嵌入堆叠。此外,我们推导了流匹配插值到EDM噪声水平框架的精确重参数化,将流匹配训练效率与为扩散模型设计的最先进采样方法桥接起来,无需重新训练。尽管是最小的模型,Emyx在AME酶设计基准上,在要求全局折叠恢复和催化几何准确性的严格评估下,在成功率、结构新颖性、骨架多样性和几何有效性方面均优于Proteína-Complexa和RFdiffusion3,而训练仅需682 GPU小时,约为RFdiffusion3的1/4。

英文摘要

Computational enzyme design requires generating proteins that scaffold catalytic residues and ligands, a task that demands both geometric accuracy and structural diversity from the underlying generative model. Current all-atom generators inherit expensive architectures from structure prediction, leading to high training costs and limited sample diversity. We argue that much of this complexity is unnecessary for generators, which condition on sparse geometric constraints rather than rich co-evolutionary signals. Emyx is a 140M-parameter conditional flow matching model that concentrates capacity within standard transformer blocks, replacing heavy embedding stacks with lightweight conditional representations and sparse connectivity. We additionally derive an exact reparametrisation of the flow matching interpolant into the EDM noise-level framework, bridging flow matching training efficiency with state-of-the-art sampling methods designed for diffusion models without retraining. Despite being the smallest model, Emyx outperforms both Proteína-Complexa and RFdiffusion3 against the AME enzyme design benchmark across success rate under strict evaluation requiring both global fold recovery and catalytic geometry accuracy, structural novelty, scaffold diversity, and geometric validity, while training in just $682$ GPU-hours, roughly $4\times$ less than RFdiffusion3.

2606.19374 2026-06-19 cs.LG cs.AI 新提交 95%

Protein Representation Learning with Secondary-Structure and Energy-Filtered Hydrogen-Bond Graphs

基于二级结构和能量过滤氢键图的蛋白质表示学习

Mohamed Mouhajir, Limei Wang, El Houcine Bergou, Hajar El Hammouti, Lamiae Azizi, Dongqi Fu

发表机构 * College of Computing, UM6P(穆罕默德六世理工大学计算机学院)

专题命中 蛋白质与生物分子 :提出二级结构感知图神经网络用于蛋白质表示。

AI总结 提出一种二级结构感知的图神经网络,通过增强残基节点表示并基于能量过滤的氢键构建边,以捕获局部结构上下文和长程耦合,在蛋白质基准上取得一致改进并增强生物学可解释性。

Journal ref The 25th International Workshop on Data Mining in Bioinformatics (BIOKDD 2026)

详情
AI中文摘要

基于图的表示被广泛用于蛋白质建模,然而许多现有方法主要依赖序列邻接或几何邻近,这仅部分反映了控制蛋白质折叠的原理。蛋白质实际上采用围绕二级结构元素(如α-螺旋和β-折叠)组织的复杂三维构象,这些元素编码了重复的局部基序和稳定的氢键相互作用。在这项工作中,我们引入了一种二级结构感知的图神经网络用于蛋白质表示学习。残基级别的节点表示通过二级结构分配得到增强,图边由经过能量强度过滤的氢键相互作用构建。这种设计使模型能够捕获对蛋白质稳定性和功能至关重要的局部结构上下文和长程耦合。我们在常用的蛋白质基准上评估了所提出的方法,并观察到相对于现有基于图的方法的一致改进。此外,生成的图表示提供了增强的生物学可解释性,因为学习到的连接性与已建立的结构基序一致。这些发现表明,融入二级结构和能量过滤的氢键拓扑为蛋白质表示学习提供了有效的归纳偏置。代码发布在 https://this URL。

英文摘要

Graph-based representations are widely used in protein modeling, yet many existing approaches rely primarily on sequence adjacency or geometric proximity, which only partially reflect the principles governing protein folding. Proteins instead adopt complex three-dimensional conformations organized around secondary structure elements, such as $α$-helices and $β$-sheets, which encode recurring local motifs and stabilizing hydrogen-bond interactions. In this work, we introduce a secondary-structure-aware graph neural network for protein representation learning. Residue-level node representations are augmented with secondary structure assignments, and graph edges are constructed from hydrogen-bond interactions filtered by their energetic strength. This design enables the model to capture both local structural context and long-range couplings that are central to protein stability and function. We evaluate the proposed approach on commonly used protein benchmarks and observe consistent improvements over existing graph-based methods. In addition, the resulting graph representations offer enhanced biological interpretability, as the learned connectivity aligns with established structural motifs. These findings suggest that incorporating secondary structure and energy-filtered hydrogen-bond topology provides an effective inductive bias for protein representation learning. The code is released at https://github.com/mohamedmohamed2021/SSProNet

2606.14510 2026-06-19 cs.LG q-bio.BM 新提交 90%

PepALD: Macrocyclic Peptide Generation via Autoregressive Latent Diffusion

PepALD: 通过自回归潜在扩散生成大环肽

Junming Zhang, Siyu Yi, Wei Ju, Zhonghui Gu

发表机构 * College of Computer Science, Sichuan University(四川大学计算机科学学院) School of Mathematics, Sichuan University(四川大学数学学院) School of Artificial Intelligence, Sichuan University(四川大学人工智能学院) Lingang Laboratory(临港实验室)

专题命中 蛋白质与生物分子 :大环肽生成,属于蛋白质设计

AI总结 提出PepALD模型,结合自回归潜在扩散与化学嵌入,实现从头设计大环肽,并利用偏好优化提升亲和力,在生成质量和奖励优化上优于基线。

Comments 18 pages, 5 figures, 3 tables

详情
AI中文摘要

大环肽是细胞内靶点的有前景的治疗候选物,但其设计需要同时控制非天然单体化学、环拓扑、膜通透性和靶点结合。现有的SMILES或HELM字符串生成模型要么在长原子级序列空间中操作,要么将单体视为具有有限化学基础符号化令牌。我们引入了PepALD,一个用于从头生成大环肽的自回归潜在扩散(ALD)基础模型。该模型使用结构化化学嵌入表示HELM单体,通过在化学信息潜在空间中的上下文条件扩散生成每个残基,在自回归生成过程中预测R基团感知的环闭合,并使用胜者保护的扩散自适应偏好优化将去噪器与亲和力奖励对齐。体外实验表明,PepALD在生成质量和奖励优化性能上优于代表性肽生成基线。

英文摘要

Macrocyclic peptides are promising therapeutic candidates for intracellular targets, but their design requires simultaneous control over non-natural monomer chemistry, ring topology, membrane permeability, and target binding. Existing SMILES- or HELM-string generative models either operate in long atom-level sequence spaces or treat monomers as symbolic tokens with limited chemical grounding. We introduce PepALD, an Autoregressive Latent Diffusion (ALD) foundation model for \textit{de novo} macrocyclic peptide generation. The model represents HELM monomers with structured chemical embeddings, generates each residue through context-conditioned diffusion in chemically informed latent space, predicts R-group-aware ring closures during autoregressive generation, and aligns the denoiser to affinity rewards using winner-protected diffusion-adapted preference optimization. In silico experiments demonstrate PepALD's generation quality and reward-optimization performance against representative peptide generation baselines.

2. 其他科学智能 6 篇

2606.20315 2026-06-19 q-bio.GN cs.CR 新提交 90%

bioETH-Beacon: A Confidential On-Chain Genomic Beacon with Encrypted Counts, Filters, and Bounded Noise over a Fully Homomorphic EVM

bioETH-Beacon: 基于全同态EVM的机密基因组信标,支持加密计数、过滤和有界噪声

Christos Galanopoulos, Kimon Antonios Provatas, Ilias Georgakopoulos-Soares

专题命中 其他科学智能 :基因组信标查询,隐私保护基因组学,属于科学智能

AI总结 提出基于全同态EVM的智能合约原型bioETH-Beacon,实现加密基因组信标查询,通过加密计数、有界噪声和访问控制抵御成员推理攻击,并优化查询成本。

Comments 11 pages, 6 figures, 8 tables. Research prototype for privacy-preserving genomics using Fully Homomorphic Encryption (FHE) on blockchain (fhEVM)

详情
AI中文摘要

全球基因组学与健康联盟(GA4GH)Beacon协议允许研究人员查询某个基因组变异是否在参与队列中被观察到,并返回聚合的变异级计数。随着Beacon网络的发展,两个隐私风险依然存在:宿主机构可以看到明文查询,而重复的罕见变异查询可能支持成员推理攻击。我们提出了bioETH-Beacon,一个智能合约原型,它在全同态以太坊虚拟机(fhEVM)上对加密数据执行Beacon“聚合计数”查询。医院上传加密的标记计数条目,授权研究人员提交加密的标记查询,合约返回加密答案,通过链下密钥管理服务仅释放给合约链上ACL中指定的请求者。该设计组织为一个3x4的层级-查询族网格,涵盖基因型、性别、年龄和表型查询,层级在更强的机密性和更低的查询成本之间进行权衡。对于基因型路径,原型可以添加链上有界噪声以减轻探测攻击。基于多基因评分(PGS)目录的合成面板实验显示了预期的扩展行为,并证明当公共标记存在是可接受的权衡时,预聚合可以显著降低查询gas成本。总体而言,bioETH-Beacon提供了一个无需可信计算评估者的机密Beacon式基因组查询研究原型。

英文摘要

The Global Alliance for Genomics and Health (GA4GH) Beacon protocol lets researchers ask whether a genomic variant has been observed in a participating cohort and receive aggregate variant-level counts. As Beacon networks grow, two privacy risks remain: host institutions can see plaintext queries, and repeated rare-variant queries can support membership-inference attacks. We present bioETH-Beacon, a smart-contract prototype that runs the Beacon "aggregate count" query over encrypted data on a fully homomorphic Ethereum Virtual Machine (fhEVM). Hospitals upload encrypted marker-count entries, authorized researchers submit encrypted marker queries, and the contract returns an encrypted answer that is released, via an off-chain key-management service, only to the requester named in the contract's on-chain ACL. The design is organized as a 3x4 tier-by-query-family grid spanning genotype, sex, age, and phenotype queries, with tiers that trade stronger confidentiality for lower query cost. For genotype paths, the prototype can add bounded on-chain noise to mitigate probing attacks. Experiments on synthetic panels derived from a Polygenic Score (PGS) catalog show the expected scaling behavior and demonstrate that pre-aggregation can substantially reduce query gas when public marker presence is an acceptable trade-off. Overall, bioETH-Beacon provides a research prototype for confidential Beacon-style genomic querying without a trusted compute evaluator.

2606.20000 2026-06-19 hep-ph physics.comp-ph 新提交 90%

Two Flavon Froggatt-Nielsen Models with Genetic Algorithms

双味标量Froggatt-Nielsen模型与遗传算法

Miguel Crispim Romão, Stephen F. King

专题命中 其他科学智能 :遗传算法扫描Froggatt-Nielsen模型

AI总结 利用遗传算法系统扫描双味标量Froggatt-Nielsen模型,发现其真空期望值相对相位提供CP破坏源,并找到超过10万个唯象可行模型。

Comments 37 pages, 7 figures

详情
AI中文摘要

我们首次系统全面地扫描了双味标量Froggatt-Nielsen (FN)模型,采用人工智能技术探索高维、混合离散-连续参数空间。将标准单味标量FN框架扩展到双味标量设置,其中不同的标量场独立耦合到上型和下型扇区,我们证明了它们的真空期望值之间的相对相位提供了单味标量模型所缺乏的CP破坏的自然且通用的来源。为了探索这个扩大的模型空间,我们将寻找唯象可行模型的问题转化为多目标优化问题,将每个实验约束作为一个独立目标,并采用非支配排序遗传算法III同时拟合所有18个FN电荷、45个Wilson系数和标量参数到夸克和轻子扇区。我们的方法不需要单独的训练阶段,并且比先前的强化学习方法快数个数量级地识别出唯象可行模型。施加对CKM和PMNS混合角及CP相位、带电费米子质量以及中微子质量平方差的实验约束,我们发现了超过10万个独特的可行模型,且重复率极低,表明有效的双味标量FN实现空间尚未被穷尽。正常和倒置中微子质量平方排序均被实现,标量真空期望值的相对层次对无中微子双贝塔衰变有效质量$m_{ee}$产生了性质不同的预测。我们进一步证明了存在最大标量指数小至3的最小FN实现,以及无需任何专门的连续参数优化就能在6%以内重现带电费米子质量的模型。

英文摘要

We present the first systematic and comprehensive scan of two-flavon Froggatt-Nielsen (FN) models, employing artificial intelligence techniques to explore the high-dimensional, mixed discrete-continuous parameter space. Extending the standard single-flavon FN framework to a two-flavon setup in which separate flavon fields couple independently to the up- and down-type sectors, we demonstrate that the relative phase between their vacuum expectation values (vevs) provides a natural and generic source of CP violation absent in single-flavon models. To explore this enlarged model space, we cast the search for phenomenologically viable models as a multi-objective optimisation problem, formulating each experimental constraint as a separate objective, and employ the Non-dominated Sorting Genetic Algorithm III to simultaneously fit all 18 FN charges, 45 Wilson coefficients, and flavon parameters to both the quark and lepton sectors. Our approach requires no separate training phase and identifies phenomenologically viable models orders of magnitude faster than prior reinforcement learning methods. Imposing experimental constraints on CKM and PMNS mixing angles and CP phases, charged fermion masses, and neutrino squared-mass differences, we discover over $100\,000$ unique viable models with a remarkably low duplication rate, indicating that the space of valid two-flavon FN realisations has not been exhausted. Both Normal and Inverted neutrino mass squared orderings are realised, with the relative hierarchy between the flavon vevs producing qualitatively distinct predictions for the effective neutrinoless double beta decay mass $m_{ee}$. We further demonstrate the existence of minimal FN realisations with maximal flavon exponent as small as three, and of models reproducing charged fermion masses to within $6\%$ without any dedicated continuous parameter optimisation.

2606.19737 2026-06-19 stat.ME stat.ML 新提交 85%

Calibration without labels in multiple testing

多重检验中的无标签校准

Adway S. Wadekar, Jake A. Soloff

专题命中 其他科学智能 :提出多重检验无标签校准方法,应用于统计和神经科学

AI总结 针对多重检验中无法观测真实标签的难题,利用有序p值间距构造伪标签,实现局部错误发现率的校准,并揭示q值在心理学和神经科学文献中可能严重失准。

详情
AI中文摘要

大规模假设检验支持对单个假设的概率性声明,如经验贝叶斯方法估计局部错误发现率。我们研究如何将这些声明解释为原假设的近似校准预测,即使在模型误设定下也能产生可解释的错误概率。我们的方法从概率预测中汲取概念灵感,但面临不同的挑战:与预测不同(标签最终可观测),在多重检验中真实情况从未揭示,因此校准必须随机评估并间接建立。我们通过构造一组伪标签来应对这一挑战,这些伪标签源自有序$p$值的间距,并以局部错误发现率作为回归目标。我们的构造解锁了现有工具,用于评估和执行多重检验中的事后校准。值得注意的是,我们在对已发表的心理学和神经科学文献的大规模实证调查中发现,基于错误发现率的流行误差度量$q$值可能严重失准。

英文摘要

Large-scale hypothesis testing supports probability claims about individual hypotheses, as in empirical Bayes methods for estimating local false discovery rates. We study how such claims can be interpreted as approximately calibrated forecasts of the null hypothesis, yielding interpretable error probabilities even under model misspecification. Our approach draws conceptual inspiration from probabilistic forecasting but addresses a different challenge: unlike forecasting, where labels are eventually observed, in multiple testing the ground truth is never revealed, so calibration must be assessed stochastically and established indirectly. We address this challenge by constructing a set of pseudo-labels, derived from the spacings of ordered $p$-values, which have the local false discovery rate as their regression target. Our construction unlocks existing tools for assessing and performing post-hoc calibration in multiple testing. Notably, we find on a large-scale empirical survey of published psychology and neuroscience literature that the $q$-value, a popular error measure based on the false discovery rate, can be severely miscalibrated.

2606.19762 2026-06-19 q-bio.MN 新提交 85%

Oscillations and Spatial Patterns in Large-Scale Stochastic Gene Regulatory Networks

大规模随机基因调控网络中的振荡与空间模式

Manuel Eduardo Hernández-García, Jorge Velázquez-Castro

专题命中 其他科学智能 :分析基因调控网络振荡与空间模式,数学建模

AI总结 研究负反馈与扩散的循环基因调控网络,通过确定性和随机方法分析其稳定性,发现随机波动可诱导图灵失稳,为理解发育中的模式形成提供新视角。

Comments 16 pages, 10 figures

详情
AI中文摘要

基因调控网络(GRNs)是细胞生长和组织形成的基础,在发育过程中协调基因表达的时空调控。这些网络固有地受到分子噪声引起的内在波动的影响,因此分析其稳定性对于理解生物体稳健的模式形成和发育动力学至关重要。在本研究中,我们分析了具有负反馈和扩散的循环GRNs的稳定性和动力学,考虑了确定性和随机方法。在确定性情况下,系统表现出稳定性与不稳定性之间的分岔,导致无扩散时的Hopf失稳和包含扩散时的Turing-Hopf失稳。观察到空间域的离散化引入了额外的不稳定模式,从而允许更广泛的模式。基于二阶矩方法的随机框架包含了内在波动,揭示了对于小系统尺寸,即使系统在无扩散时是稳定的,波动也可以主导动力学并诱导随机Turing失稳。值得注意的是,即使所有变量具有相同的扩散速率,Turing失稳也可能出现。所开发的框架提供了一种系统的方法来分析具有扩散的高维随机系统的稳定性,从而简化了Turing和Turing-Hopf失稳的预测。这些发现有助于更深入地理解GRNs中的复杂动力学和模式形成,对细胞分化和发育等生物过程具有潜在意义。

英文摘要

Gene regulatory networks (GRNs) are fundamental to cellular growth and tissue formation, orchestrating spatially and temporally regulated gene expression during development. These networks are inherently subject to intrinsic fluctuations arising from molecular noise, making the analysis of their stability essential for understanding robust pattern formation and developmental dynamics of the organism. In this study, we analyze the stability and dynamics of cyclic GRNs with negative feedback and diffusion, considering both deterministic and stochastic approaches. In the deterministic case, the system exhibits a bifurcation between stability and instability, leading to Hopf instability in the absence of diffusion and to Turing-Hopf instability when diffusion is included. It was observed that the discretization of the spatial domain introduces additional unstable modes, enabling a wider range of patterns. The stochastic framework based on the second-moment approach, which incorporates intrinsic fluctuations, reveals that for small system sizes, fluctuations can dominate the dynamics and induce stochastic Turing instability, even when the system is stable in the absence of diffusion. Notably, Turing instabilities can emerge even when all variables have the same diffusion rate. The developed framework provides a systematic method for analyzing the stability of high-dimensional stochastic systems with diffusion, thereby simplifying the prediction of Turing and Turing-Hopf instabilities. These findings contribute to a deeper understanding of the complex dynamics and pattern formation in GRNs, with potential implications for biological processes, such as cellular differentiation and development.

2606.19396 2026-06-19 q-bio.QM 新提交 85%

BioHarness: Substrate-Aware Evidence Assembly for Biomedical Question Answering across Literature, Knowledge Bases, and Biological Atlases

BioHarness:面向生物医学问答的底物感知证据组装——跨文献、知识库和生物图谱

Meng Xiao, Chuan Qin, Jinmiao Chen, Yihang Cheng, Yuanchun Zhou, Hengshu Zhu

专题命中 其他科学智能 :面向生物医学问答的检索增强生成系统

AI总结 提出BioHarness,通过级联控制机制在文献检索、知识库和生物图谱间选择性组装证据,提升生物医学问答准确率,在19,302个问答项上得分从65.9提升至71.0。

Comments 14 Pages, 11 Figures, Keywords: biomedical question answering; retrieval-augmented generation; large language models; evidence assembly; biomedical knowledge bases; biological atlases

详情
AI中文摘要

动机:生物医学问答通常需要超越主题检索文献的证据,包括基因别名解析、数据库标识符标准化以及来自图谱的生物测量值。然而,现有的检索增强生成(RAG)系统通常遵循固定工作流程,缺乏明确机制来决定何时检索文本足够、何时需要经过整理的生物医学知识、或何时应调用对结构化测量值的可执行证据组装。这激发了一种底物感知的大语言模型(LLM)框架,能够跨文献、知识库和生物图谱选择性地组装足够的证据。结果:我们引入BioHarness,一种用于分阶段生物医学证据组装的LLM框架,涵盖文献检索、经过整理的生物医学知识资源以及来自图谱的结构化测量值。BioHarness首先尝试根据重排序的文献证据回答问题,并通过基于接地级联控制,仅在当前证据不确定、接地不足或底物不匹配时升级到REPL风格的证据组装。在涵盖七种答案格式的19,302个生物医学问答项上,BioHarness将最强非预言基线的综合得分从65.9提升至71.0。消融实验、案例研究和骨干扩展分析表明,这些提升源于通过重排序、实体接地和结构化测量访问修复证据-底物不匹配,而非不加区分地调用更多推理步骤、检索更多文献或依赖特定答案模型规模。

英文摘要

Motivation: Biomedical question answering often requires evidence beyond topically retrieved literature, including gene alias resolution, database identifier normalization, and atlas-derived biological measurements. However, existing retrieval-augmented generation (RAG) systems typically follow a fixed workflow and lack an explicit mechanism for deciding when retrieved text is sufficient, when curated biomedical knowledge is required, or when executable evidence assembly over structured measurements should be invoked. This motivates a substrate-aware large language model (LLM) harness that selectively assembles sufficient evidence across literature, knowledge bases, and biological atlases. Results: We introduce BioHarness, an LLM harness for staged biomedical evidence assembly across literature retrieval, curated biomedical knowledge resources, and atlas-derived structured measurements. BioHarness first attempts to answer from reranked literature evidence and escalates through grounded cascade control to REPL-style evidence assembly only when the current evidence is uncertain, weakly grounded, or substrate-mismatched. Across 19,302 biomedical QA items spanning seven answer formats, BioHarness improves the pooled score from 65.9 to 71.0 over the strongest non-oracle baseline. Ablations, case studies, and backbone-scaling analyses show that these gains arise from repairing evidence-substrate mismatches through reranking, entity grounding, and structured measurement access, rather than from indiscriminately invoking more reasoning steps, retrieving additional literature, or relying on a particular answer-model scale.

2606.20451 2026-06-19 stat.ML cs.LG stat.AP stat.CO 新提交 85%

SSH-Net: A Deep Neural Network for Predicting Failure Time Distribution Functions under Competing Risks with Application to GPU Data

SSH-Net: 一种用于竞争风险下预测失效时间分布函数的深度神经网络及其在GPU数据上的应用

Jie Min, Yueyao Wang, Mengkun Chen

发表机构 * Department of Mathematics & Statistics, University of South Florida(佛罗里达州立大学数学与统计学系) School of Statistics and Data Science, Zhejiang Gongshang University(浙江工商大学统计与数据科学学院) Department of Statistics, Virginia Tech(弗吉尼亚理工学院统计学系)

专题命中 其他科学智能 :提出深度神经网络预测失效时间,应用于GPU数据,属于科学智能

AI总结 提出结构化分段风险深度神经网络(SSH-Net),通过将网络结构与数据结构关联,允许不同协变量组通过子网络影响预测,在竞争风险框架下预测失效时间分布函数,仿真和GPU数据验证了准确性。

详情
AI中文摘要

竞争风险在工程领域常见,当应用场景复杂时会给时间事件数据建模带来挑战。近年来,深度神经网络因其灵活性和高学习能力在竞争风险预测中受到广泛关注。然而,神经网络结构的复杂性使得基于不同数据输入的超参数调优更加困难。此外,当工程系统具有多层级的复杂物理结构时,将所有结构层级视为单一输入组可能无法捕捉关键信息。为解决这些问题,我们提出了一种结构化分段风险深度神经网络(SSH-Net),用于在特定原因竞争风险框架下预测失效时间。我们的方法将神经网络结构与数据结构相关联,并允许不同的协变量组通过分离的子网络影响失效预测。神经网络基于特定原因竞争风险模型构建。SSH-Net输出特定原因风险函数,并采用惩罚对数似然作为损失函数。通过评估Brier分数、接收者操作特征曲线下面积(AUC)和预测的特定原因累积发生函数的均方根误差(RMSE),仿真研究验证了SSH-Net的预测准确性。我们进一步使用Titan GPU失效时间数据展示了模型预测失效时间分布函数的能力。

英文摘要

Competing risks are commonly observed in engineering fields and can bring challenges to time-to-event data modeling when the application scenarios are complicated. Recently, deep neural networks have received great attention for prediction with competing risks, due to their flexibility and high learning capability. However, the complexity of neural network structure brings extra difficulty in hyperparameter tuning based on different data inputs. Additionally, when an engineered system has complex physical structures with multiple hierarchical levels, treating all structural levels as a single group of inputs may fail to capture critical information. To address the issues, we propose a Structured Segmented Hazard Deep Neural Network (SSH-Net) for failure time prediction under cause-specific competing risks framework. Our approach associates neural network structure with data structures, and allows different covariate groups to impact the failure prediction through separate sub-networks. The neural network is constructed based on a cause-specific competing risks model. The SSH-Net outputs cause-specific hazard functions, and utilizes the penalized log-likelihood as the loss function. The prediction accuracy of SSH-Net is validated through simulation studies by evaluating the Brier score, the area under receiver operating characteristic curves (AUC), and the root mean square error (RMSE) of the predicted cause-specific cumulative incident function. We further demonstrate the model's ability to predict failure time distribution functions using the Titan GPU failure time data.

3. 物理仿真 10 篇

2606.20156 2026-06-19 cs.AI 新提交 90%

Modularity-Free Conflict-Averse Training for Generalized PINNs

面向广义PINN的无模块化冲突规避训练

Heejo Kong, Beomchul Park, Sung-Jin Kim, Seong-Whan Lee

发表机构 * Department of Brain and Cognitive Engineering, Korea University(韩国大学脑与认知工程系) Department of Artificial Intelligence, Korea University(韩国大学人工智能系)

专题命中 物理仿真 :PINNs求解PDE,物理信息神经网络。

AI总结 针对过参数化PINN因功能模块化导致冲突规避优化失效的问题,提出ModSync框架,通过惩罚任务专属连接并保留交互路径,实现结构优化与冲突规避训练的融合,在多种PDE基准上达到最先进精度。

Comments Accepted by ICASSP 2026

详情
AI中文摘要

物理信息神经网络(PINN)通过将物理定律嵌入可微目标,已成为求解偏微分方程的强大框架。尽管取得了进展,训练PINN仍然脆弱:最近的冲突规避优化方案缓解了残差损失和边界损失之间的梯度干扰,但我们表明,随着模型容量的增加,其有效性会下降。在本文中,我们识别了一种容量诱导的失效模式,其中过参数化网络经历功能模块化,自我划分为任务专属模块,抑制跨目标交互并阻碍向帕累托驻点收敛。为解决此问题,我们提出了一种新颖框架——模块稀疏同步(ModSync),通过惩罚任务专属连接同时保留促进交互的路径,将结构优化整合到冲突规避训练中。跨多种PDE基准的大量实验表明,ModSync持续防止容量驱动的失败,维持稳健的跨目标耦合,并实现了最先进的精度。代码可在\url{this https URL}获取。

英文摘要

Physics-informed neural networks (PINNs) have become a powerful framework for solving PDEs by embedding physical laws into differentiable objectives. Despite their advances, training PINNs remains fragile: recent conflict-averse optimization schemes alleviate gradient interference between residual and boundary losses, but we show that their effectiveness deteriorates as model capacity increases. In this paper, we identify a capacity-induced failure mode, where overparameterized networks undergo functional modularity, self-partitioning into task-exclusive modules that suppress cross-objective interaction and hinder convergence toward Pareto-stationary points. To address this issue, we propose a novel framework, Modular-Sparsity Synchronization (ModSync), which integrates structural optimization into conflict-averse training by penalizing task-exclusive connections while preserving interaction-promoting pathways. Extensive experiments across diverse PDE benchmarks demonstrate that ModSync consistently prevents capacity-driven failures, sustains robust cross-objective coupling, and achieves state-of-the-art accuracy. Codes are available at \url{https://github.com/heejokong/ModSync}.

2606.19754 2026-06-19 cs.LG cs.NA math.NA 新提交 90%

Learning universal approximations for partial differential equations with Physics-Informed Broad Learning System

基于物理信息广度学习系统的偏微分方程通用逼近学习

Zhiwen Yu, Derong Yang, Liujian Zhang, Kaixiang Yang, Peilin Zhan, Jianmin Lv, Jane You, C. L. Philip Chen

发表机构 * School of Computer Science and Engineering, South China University of Technology(华南理工大学计算机科学与工程学院) Peng Cheng Laboratory(鹏城实验室) School of Future Technology, South China University of Technology(华南理工大学未来技术学院) School of Computer Science and Technology, Guangdong University of Technology(广东工业大学计算机科学与技术学院) Department of Industrial and Systems Engineering, The Hong Kong Polytechnic University(香港理工大学工业及系统工程学系)

专题命中 物理仿真 :提出PIBLS求解偏微分方程,比PINN快1-3数量级

AI总结 提出物理信息广度学习系统(PIBLS),通过无反向传播的最小二乘优化高效求解线性和非线性偏微分方程,比传统PINN快1-3个数量级且精度更高。

详情
AI中文摘要

偏微分方程(PDE)在建模复杂的物理、生物和工程系统中起着核心作用。虽然传统的数值求解器很稳健,但由于网格依赖性,它们常常带来高昂的计算成本,而最近的物理信息神经网络(PINN)提供了一种无网格替代方案,但经常遭受收敛缓慢和优化不稳定的问题。为了弥合这一差距,本文提出了物理信息广度学习系统(PIBLS),一种新颖的无反向传播框架,将PDE求解重新表述为直接的最小二乘优化。我们改进了该框架内的一个算法以高效处理非线性PDE,并提供了严格的数学证明,确立了PIBLS对这些方程的通用逼近性质。在线性和非线性PDE上的实验表明,PIBLS比传统PINN快1到3个数量级,同时实现了显著更高的求解精度。该框架为科学机器学习提供了一种计算高效的范式,为实时仿真和设计优化任务提供了一种实用、高速的替代方案。

英文摘要

Partial differential equations (PDEs) play a central role in modeling complex physical, biological, and engineering systems. While traditional numerical solvers are robust, they often incur prohibitive computational costs due to mesh dependencies, whereas recent Physics-Informed Neural Networks (PINNs) offer a mesh-free alternative but frequently suffer from slow convergence and optimization instability. To bridge this gap, this article proposes the Physics-Informed Broad Learning System (PIBLS), a novel backpropagation-free framework that reformulates PDE solving as a direct least-squares optimization. We improved an algorithm within this framework to handle nonlinear PDEs efficiently and provide a rigorous mathematical proof establishing the universal approximation property of PIBLS for these equations. Experiments on linear and nonlinear PDEs demonstrate that PIBLS is one to three orders of magnitude faster than conventional PINNs while achieving significantly higher solution accuracy. This framework provides a computationally efficient paradigm for scientific machine learning, offering a practical, high-speed alternative for real-time simulation and design optimization tasks.

2606.20153 2026-06-19 quant-ph cond-mat.other physics.comp-ph 新提交 90%

Optimizing resource allocation for accuracy in noisy variational quantum algorithms

优化资源分配以提高含噪变分量子算法的精度

Harshit Verma, Thomas Ayral, Alexia Auffèves, Robert Whitney

专题命中 物理仿真 :优化含噪变分量子算法资源分配,属于量子物理

AI总结 针对含噪变分量子算法,提出一种基于噪声-度量-资源的方法,通过权衡电路大小与迭代次数,最小化达到指定精度所需的资源成本。

Comments 18 pages, 14 figures, and 2 tables

详情
AI中文摘要

为了使量子算法发挥其全部潜力,我们需要优化它们的方法,例如以最小的资源成本达到给定的输出精度。在这里,我们为含噪中等规模量子(NISQ)算法开发了这样一种方法。我们利用变分量子本征求解器(VQE)的模拟,提出了这类算法的现象学模型,该模型捕捉了算法精度、算法资源成本以及现实量子硬件中存在的噪声之间的复杂关系。为此,我们将算法资源成本定义为算法中量子门操作的总数;最小化此成本通常会使算法更快、更节能。我们考虑了量子电路大小(小电路过于不精确,但大电路噪声太大)与该量子电路在全算法中充分收敛所需的迭代次数之间的微妙权衡。使用噪声-度量-资源方法,我们确定了(电路大小与迭代次数的)最佳点,该点最小化达到所需算法精度的算法资源成本。它还给出了在固定资源成本下最大化算法精度的电路大小。我们的方法为在现实含噪硬件(包括使用误差缓解的硬件)上近期部署变分算法提供了实用指南。

英文摘要

For quantum algorithms to achieve their full potential, we need methodologies to optimize them, such as reaching a given output accuracy with minimal resource costs. Here, we develop such a methodology for a class of Noisy Intermediate-Scale Quantum (NISQ) algorithms. We leverage simulations of a Variational Quantum Eigensolver (VQE) to propose a phenomenological model of such algorithms that captures the complex relationship between algorithmic accuracy, algorithmic resource costs, and the noise that exists in realistic quantum hardware. For this, we take the algorithmic resource cost to be the total number of quantum gate-operations in the algorithm; minimizing this cost typically makes the algorithm faster and more energy-efficient. We consider the subtle trade-off between quantum circuit size (small circuits are too imprecise, but large ones are too noisy), and the number of iterations of that quantum circuit for the full algorithm to sufficiently converge. Using a noise-metric-resource methodology, we identify the sweet spot (of circuit size versus iterations) that minimizes the algorithmic resource costs for a desired algorithm accuracy. It also gives the circuit size that maximizes algorithm accuracy for a fixed resource cost. Our methodology provides a practical guideline for near-term deployment of variational algorithms on realistic noisy hardware, including hardware that uses error mitigation.

2606.19748 2026-06-19 physics.chem-ph cond-mat.mes-hall quant-ph 新提交 90%

Variational Polaron Theory for Ground States of Strongly Coupled Light-Matter and Electron-Phonon Systems

强耦合光-物质与电子-声子系统基态的变分极化子理论

Nguyen Thanh Phuc

专题命中 物理仿真 :变分极化子理论用于光-物质耦合系统

AI总结 提出基于态依赖极化子变换的非微扰变分基态框架,结合乘积态假设和二阶微扰修正,在弱、强及中间耦合区间均保持高精度,Dicke和Holstein模型能量误差低于0.5%。

Comments 9 pages, 5 figures

详情
AI中文摘要

强光-物质和电子-声子耦合会产生由虚玻色子激发修饰的基态,使得在超强耦合区间,裸态截断和微扰方法不可靠。我们引入一种基于态依赖极化子变换的非微扰变分基态框架,结合乘积态假设和针对残余物质-玻色子纠缠的二阶微扰修正。我们证明,优化后的变换框架在无穷耦合下渐近解耦,因为主导的线性耦合被抵消,而离对角物质跃迁被位移振子重叠抑制。该方法在弱耦合和强耦合极限下渐近正确,并在固定极化子变换最不可靠的中间区间保持准确。Dicke模型基准测试再现了基态能量、保真度和超辐射相变,二阶能量误差低于0.2%。Holstein模型基准测试误差低于0.5%,并阐明了平移对称性如何影响波函数质量。这个修饰基框架能够对强耦合光-物质和电子-声子系统进行非微扰建模。

英文摘要

Strong light-matter and electron-phonon coupling generate ground states dressed by virtual bosonic excitations, making bare-state truncations and perturbative treatments unreliable in the ultrastrong-coupling regime. We introduce a nonperturbative variational ground-state framework based on a state-dependent polaron transformation, combined with a product-state ansatz and a second-order perturbative correction for residual matter-boson entanglement. We show that the optimized transformed frame becomes asymptotically decoupled at infinite coupling, because the leading linear coupling is canceled while off-diagonal matter transitions are suppressed by displaced-oscillator overlaps. The approach is asymptotically correct in both weak- and strong-coupling limits and remains accurate in the intermediate regime, where fixed polaron transformations are least reliable. Dicke-model benchmarks reproduce ground-state energies, fidelities, and the superradiant transition, with second-order energy errors below 0.2%. Holstein-model benchmarks yield errors below 0.5% and clarify how translational symmetry affects wave-function quality. This dressed-basis framework enables nonperturbative modeling of strongly coupled light-matter and electron-phonon systems.

2606.19601 2026-06-19 quant-ph cond-mat.str-el hep-lat hep-th 新提交 90%

String dynamics of a (2+1)D U(1) quantum link model on a digital quantum computer

(2+1)D U(1)量子链接模型在数字量子计算机上的弦动力学

Anthony Gandon, Alessandro Mariani, Debasish Banerjee, Emilie Huffman, Gurtej Kanwar, Francesco Tacchino, Uwe-Jens Wiese, Ivano Tavernelli

专题命中 物理仿真 :量子计算机上模拟U(1)量子链接模型

AI总结 利用量子计算机实现最小U(1)量子链接模型,通过量子淬火探测弦的横向量子涨落,实验与张量网络计算及热平均一致,并展示了误差缓解方法在相变附近的准确性。

详情
AI中文摘要

(2+1)D U(1)纯规范理论始终存在于禁闭相中,非零弦张力的弦在静态电荷之间产生特征线性势。这使得它成为设计用于研究禁闭规范理论弦动力学的量子计算方法的有用试验场。在这里,我们在量子计算机上实现了一个最小U(1)量子链接模型,其中量子比特自由度代表模型的对偶高度变量。这促进了plaquette相互作用的高效实现,并能够有效计算传统量子蒙特卡洛无法访问的实时动力学。选择了一种特别定制的晶格几何形状,以匹配此处使用的IBM量子硬件的重六边形几何形状,从而最小化非相邻量子比特的相互作用。通过从简单初始弦态进行量子淬火,我们探测了弦在热化之前的横向量子涨落。我们在数字量子模拟中的实验结果(最多112个量子比特)与短时间内的参考张量网络计算以及长时间内的热平均值显示出良好的一致性。在相变附近,淬火动力学表现出初始弦的大幅涨落,这些涨落延伸到晶格的两个空间维度。尽管如此,我们来自量子硬件的误差缓解估计器在该区域也给出了准确的预测,其中局部规范对称性的噪声诱导破坏与有限键维张量网络结果相当。

英文摘要

The (2+1)D U(1) pure gauge theory always exists in the confining phase, with strings of non-zero string tension giving a characteristic linear potential between static charges. This makes it a useful testing ground for quantum computing methods designed to study string dynamics of confining gauge theories. Here we implement a minimal U(1) quantum link model on a quantum computer with qubit degrees of freedom representing the dual height variables of the model. This facilitates an efficient realization of plaquette interactions and enables effective calculations of real-time dynamics that are inaccessible to traditional quantum Monte Carlo. A specifically tailored lattice geometry is chosen to match the heavy-hexagonal geometry of the IBM quantum hardware used here, minimizing non-adjacent qubit interactions. By performing quantum quenches from a simple initial string state, we probe the transverse quantum fluctuations of the string before it thermalizes. Our experimental results from digital quantum simulations, with up to 112 qubits, show good agreement with reference tensor-network calculations at short times and with thermal averages at long times. Near the phase transition, the quench dynamics exhibit large fluctuations of the initial string that extend across both spatial dimensions of the lattice. Nonetheless, our error-mitigated estimators from the quantum hardware also give accurate predictions in that regime, with noise-induced violations of local gauge symmetries comparable to finite-bond-dimension tensor-network results.

2606.17729 2026-06-19 quant-ph math.OA 新提交 90%

Dimension-Free Approximate Tensorization of Quantum Hypercontractivity for Qudit Depolarizing Semigroups

量子超收缩性的无维近似张量化:针对Qudit去极化半群

Yangjing Dong, Li Gao, Fengning Ou, Penghui Yao, Haigang Zhou

专题命中 物理仿真 :研究量子马尔可夫半群的超收缩性张量化

AI总结 针对满足正非对角缩放性质的可逆量子马尔可夫半群,证明了超收缩性和对数Sobolev常数的几乎张量化,且常数与维数无关。

Comments Typos corrected, minor improvements to presentation

详情
AI中文摘要

我们证明了对于一类满足正非对角缩放(PODS)性质的可逆量子马尔可夫半群,其超收缩性和对数Sobolev常数具有几乎张量化性质。该类包括qubit例子和关于任意有限维满秩态的广义去极化半群。对于任何这样的半群$(\Phi_t)_{t\ge 0}$和任意张量幂$n$,我们证明乘积半群$\Phi_t^{\otimes n}$的对数Sobolev常数至少是单点半群$\Phi_t$的对数Sobolev常数的$2/(3\ln 2)$倍(约0.96倍),且与$n$和局部维度$d$无关。证明首先建立了整数$q$(特别是$q=3$)的$(q,2)$-超收缩性不等式的精确张量化,然后通过复插值将估计扩展到所有实数$q>2$;从超收缩性到对数Sobolev不等式的标准蕴含关系给出了所述的几乎张量化结果。作为同一方法的应用,我们还获得了qubit去极化信道的尖锐$(q,2)$-超收缩性估计。

英文摘要

We prove approximate tensorization for hypercontractivity and logarithmic-Sobolev constants for a class of reversible quantum Markov semigroups satisfying the positive off-diagonal scaling (PODS) condition. This class includes qubit examples and generalized depolarizing semigroups with respect to full-rank states in arbitrary finite dimensions. For any such semigroup \((Φ_t)_{t\ge 0}\) and every tensor power \(n\), we show that the log-Sobolev constant of the product semigroup \(Φ_t^{\otimes n}\) is at least \(2/(3\ln 2)\approx 0.96\) times the log-Sobolev constant of the single-site semigroup \(Φ_t\), independently of \(n\) and the local dimension \(d\). The proof first establishes an exact tensorization of the \((q,2)\)-hypercontractive inequality for integer \(q\), in particular \(q=3\), and then extends the estimate to all real \(q>2\) by complex interpolation; the standard implication from hypercontractivity to logarithmic-Sobolev inequalities yields the stated almost tensorization result. As an application of the same method, we also obtain sharp \((q,2)\)-hypercontractivity estimates for qubit depolarizing channels.

2606.14913 2026-06-19 math-ph math.MP 新提交 90%

Structure-Informed Neural Operators for Long-Time Prediction of Parametric Hamiltonian PDEs

结构信息神经算子用于参数化哈密顿偏微分方程的长时间预测

Victory C. Obieke, Christopher Chukwuemeka, Emmanuel E. Oguadimma

专题命中 物理仿真 :哈密顿PDE长时间预测的神经算子

AI总结 提出能量投影傅里叶神经算子(EP-FNO),结合残差FNO时间步进与不变量投影,实现参数化哈密顿PDE的长时间稳定预测,数值实验验证其在Zakharov-Kuznetsov等方程上优于标准FNO。

详情
AI中文摘要

哈密顿偏微分方程通常表现出由守恒量(如质量、动量和哈密顿能量)支配的长时间动力学。标准傅里叶神经算子提供了解算子的高效数据驱动近似,但在自回归展开过程中可能不保持这些不变量,并可能导致守恒量漂移、相位误差和定性精度损失。我们提出了一种能量投影傅里叶神经算子,这是一种结构信息算子学习架构,将残差FNO时间步进更新与不变量投影相结合,用于参数化哈密顿PDE的长时间预测。我们还提供了理论分析,表明EP-FNO能够高效逼近与PDE相关的算子,并提出了稳定性估计。我们在Zakharov-Kuznetsov、Kadomtsev-Petviashvili和sine-Gordon方程上评估了该方法。数值实验表明,与标准FNO基线相比,投影模型提高了长时间稳定性,并更准确地传播孤子和相干波结构。我们的结果表明,不变量投影提高了学习代理在长时间哈密顿PDE模拟中的可靠性。

英文摘要

Hamiltonian partial differential equations (PDEs) often exhibit long-time dynamics governed by conserved quantities such as mass, momentum, and Hamiltonian energy. Standard Fourier neural operators (FNOs) provide efficient data-driven approximations of solution operators, but may not preserve these invariants during autoregressive rollout, and can develop drift in conserved quantities, phase error, and loss of qualitative accuracy. We propose an energy-projection Fourier neural operator (EP-FNO), a structure-informed operator learning architecture that combines a residual FNO time-stepping update with an invariant projection for long-time prediction of parametric Hamiltonian PDEs. We also provide a theoretical analysis showing that EP-FNO can approximate operators associated with PDEs efficiently, we also suggest a stability estimate. We evaluate the approach on the Zakharov--Kuznetsov, Kadomtsev--Petviashvili, and sine--Gordon equations. Numerical experiments show that the projected model improves long-time stability, and gives more accurate propagation of soliton and coherent wave structures compared with a standard FNO baseline. Our results demonstrate that invariant projection improves the reliability of learned surrogates for long-time Hamiltonian PDE simulation.

2606.10686 2026-06-19 physics.comp-ph astro-ph.IM cs.LG 新提交 90%

An adaptive framework for the axisymmetric pulsar magnetosphere using physics-informed Kolmogorov-Arnold networks

基于物理信息Kolmogorov-Arnold网络的轴对称脉冲星磁层自适应框架

Spyros Rigas, Ioannis Contopoulos, Georgios Alexandridis, Antonios Nathanail

发表机构 * Department of Digital Industry Technologies, School of Science, National and Kapodistrian University of Athens(数字产业技术系,科学学院,国家与卡布利安大学) Research Center for Astronomy and Applied Mathematics, Academy of Athens(天文与应用数学研究所,雅典学院)

专题命中 物理仿真 :物理信息神经网络求解脉冲星磁层方程

AI总结 提出基于Kolmogorov-Arnold网络的自适应框架,结合自动化训练流程和物理收敛准则,在双精度下将PDE残差均方误差降至O(1e-6),收敛时间缩短至20分钟内,并可靠解析缩小80%的恒星半径。

Comments 25 pages, 10 figures

详情
AI中文摘要

脉冲星磁层直到最近才通过物理信息神经网络(PINNs)进行研究,采用区域分解方法并将分离线和赤道电流片视为无限薄的间断。然而,这一基线方法需要大量手动超参数调整,最终精度有限且需要数小时训练。我们通过引入基于Kolmogorov-Arnold网络的领域特定神经架构、自动化自适应训练流程以及基于物理的收敛准则来改进这一框架,消除了手动校准的需求。所提出的方法提供了自洽的轴对称磁层解,在双精度下PDE残差的均方误差达到O(1e-6)量级——比基线方法提高了两个数量级——同时在单精度下在20分钟内实现收敛。重要的是,该方法可靠地解析了相比基线缩小高达80%的恒星半径,克服了同样挑战传统求解器的严重空间尺度差异。此外,通过改变开放至无穷远的磁通量,我们提供了将其与赤道T点位置关联的方程的修正。完整框架已作为开源库PulsarX发布。

英文摘要

The pulsar magnetosphere has only recently been addressed using Physics-Informed Neural Networks (PINNs), by deploying a domain-decomposition approach and treating the separatrix and equatorial current sheet as infinitesimally thin discontinuities. However, this baseline requires extensive manual hyperparameter tuning, achieves limited final accuracy and demands several hours of training. We refine this framework by introducing domain-specific neural architectures based on Kolmogorov-Arnold networks, an automated adaptive training pipeline and a physics-based convergence criterion that eliminate the need for manual calibration. The proposed methodology delivers self-consistent axisymmetric magnetosphere solutions with mean squared errors of the PDE residuals at O(1e-6) in double precision - an improvement of two orders of magnitude over the baseline - while achieving convergence in under 20 minutes in single precision. Importantly, the method reliably resolves stellar radii reduced by up to 80% compared to the baseline, overcoming the severe spatial scale disparities that also challenge traditional solvers. Furthermore, by varying the flux that opens to infinity, we provide a correction to the equation that connects it to the equatorial T-point's position. The complete framework is released as the open-source library PulsarX.

2512.00266 2026-06-19 math.NA cs.NA 90%

Neural Multiscale Decomposition for Solving The Nonlinear Klein-Gordon Equation with Time Oscillation

神经多尺度分解法用于求解带有时间振荡的非线性克莱因-戈登方程

Zhangyong Liang, Huanhuan Gao*

专题命中 物理仿真 :提出神经多尺度分解法求解非线性波动方程。

AI总结 本文提出神经多尺度分解法(NeuralMD)用于求解带有无量纲参数ε∈(0,1]的非线性克莱因-戈登方程,通过多尺度时间积分器吸收时间振荡,将方程分解为非线性薛定谔方程与余项方程,有效缓解谱偏倚和传播失败问题。

Comments 65 pages, 24 figures

详情
AI中文摘要

在本文中,我们提出了一种神经多尺度分解方法(NeuralMD),用于求解带有无量纲参数ε∈(0,1]的非线性克莱因-戈登方程(NKGE)。该方程的解在空间和时间上分别传播波长为O(1)和O(ε²)的波,这导致了时间振荡。现有的基于插值的方法在求解此方程时导致谱偏倚和传播失败。为了缓解高频率时间振荡引起的谱偏倚,我们采用多尺度时间积分器(MTI)将时间振荡吸收进相位中,从而将NKGE分解为具有良好准备初始数据的非线性薛定谔方程(NLSW)和具有小初始数据的余项方程。当ε→0时,NKGE以O(ε²)的速率收敛到NLSW,而余项方程的贡献变得可以忽略不计。此外,为了缓解中频时间振荡引起的传播失败,我们提出了一种门控梯度相关校正策略,以在基于插值的方法中强制时间一致性。结果表明,余项项的近似不再受传播失败的影响。与现有基于插值的方法的比较实验显示,我们的方法在解决具有各种初始数据正则性的NKGE在整个范围内表现出优越的性能。

英文摘要

In this paper, we propose a neural multiscale decomposition method (NeuralMD) for solving the nonlinear Klein-Gordon equation (NKGE) with a dimensionless parameter $\varepsilon\in(0,1]$ from the relativistic regime to the nonrelativistic limit regime. The solution of the NKGE propagates waves with wavelength at $O(1)$ and $O(\varepsilon^2)$ in space and time, respectively, which brings the oscillation in time. Existing collocation-based methods for solving this equation lead to spectral bias and propagation failure. To mitigate the spectral bias induced by high-frequency time oscillation, we employ a multiscale time integrator (MTI) to absorb the time oscillation into the phase. This decomposes the NKGE into a nonlinear Schrödinger equation with wave operator (NLSW) with well-prepared initial data and a remainder equation with small initial data. As $\varepsilon \to 0$, the NKGE converges to the NLSW at rate $O(\varepsilon^{2})$, and the contribution of the remainder equation becomes negligible. Furthermore, to alleviate propagation failure caused by medium-frequency time oscillation, we propose a gated gradient correlation correction strategy to enforce temporal coherence in collocation-based methods. As a result, the approximation of the remainder term is no longer affected by propagation failure. Comparative experiments with existing collocation-based methods demonstrate the superior performance of our method for solving the NKGE with various regularities of initial data over the whole regime.

2512.03876 2026-06-19 nucl-th hep-th physics.plasm-ph 90%

Generalized Beth--Uhlenbeck entropy formula from the $Φ-$derivable approach

从Φ-可导方法导出广义贝斯-乌尔伦贝克熵公式

David Blaschke, Gerd Röpke, Gordon Baym

专题命中 物理仿真 :推导稠密费米系统熵的广义Beth-Uhlenbeck公式,应用于夸克和核物质。

AI总结 本文基于Φ-可导方法推导出稠密费米系统熵的广义贝斯-乌尔伦贝克公式,探讨了强两体相关作用下的散射态和束缚态,并讨论了其在夸克物质和核物质中的应用。

Comments 10 pages, 3 figures, contribution to the special issue of "Contributions to Plasma Physics" on the occasion of the 65th birthday of Michael Bonitz

Journal ref Contributions to Plasma Physics 0, e70145 (2026)

详情
AI中文摘要

我们推导出稠密费米系统强两体相关作用下熵的广义贝斯-乌尔伦贝克公式。我们基于热力学势的Φ-可导方法进行推导。该公式形式为统计分布函数的能量-动量积分乘以唯一的谱密度。在近质量壳极限下,谱密度不趋向洛伦兹ian,而是趋向平方洛伦兹ian形状。贝斯-乌尔伦贝克公式与Φ-可导方法在Φ的二次环级别上关系精确。我们发展的形式学,扩展了贝斯-乌尔伦贝克方法超越低密度极限,包括莫特解离束缚态,符合莱文森定理,并包含费米传播中相关性的自洽反作用。我们讨论了其在进一步系统中的应用,如夸克物质和核物质。

英文摘要

We derive a generalized Beth-Uhlenbeck formula for the entropy of a dense fermion system with strong two-particle correlations, including scattering states and bound states. We work within the $Φ-$derivable approach to the thermodynamic potential. The formula takes the form of an energy-momentum integral over a statistical distribution function times a unique spectral density. In the near mass-shell limit, the spectral density reduces, contrary to naïve expectations, not to a Lorentzian but rather to a "squared Lorentzian" shape. The relation of the Beth-Uhlenbeck formula to the $Φ$-derivable approach is exact at the two-loop level for $Φ$. The formalism we develop, which extends the Beth-Uhlenbeck approach beyond the low-density limit, includes Mott dissociation of bound states, in accordance with Levinson's theorem, and the self-consistent back reaction of correlations in the fermion propagation. We discuss applications to further systems, such as quark matter and nuclear matter.

4. 气象气候 2 篇

2606.19825 2026-06-19 cs.LG 新提交 90%

Enhancing Graph Neural Networks Using Proximity Graphs for Dust Source Emission Forecasting

利用邻近图增强图神经网络用于沙尘源排放预测

Maryam Sanisales, Zahed Rahmati, Ali Darvishi Boloorani, Ali Vefghi

发表机构 * Amirkabir University of Technology(阿米尔卡比尔理工大学) University of Tehran(德黑兰大学)

专题命中 气象气候 :利用图神经网络预测沙尘源排放,属于气象应用。

AI总结 提出使用Delaunay三角剖分等邻近图作为图神经网络输入,通过消息传递捕捉沙尘源排放的时空动态,相比随机图和LSTM模型显著提升预测精度。

详情
AI中文摘要

准确预测沙尘源排放对于减轻沙尘暴带来的重大环境和健康危害至关重要。传统预测方法通常难以捕捉这些现象的复杂时空动态。在本文中,我们证明邻近图使图神经网络(GNN)能够有效建模数据点之间复杂的空间和时间关系。具体来说,我们使用邻近图——如Delaunay三角剖分、Gabriel图、k-最近邻图和Yao图——作为GNN(包括GraphSAGE、图卷积网络和图注意力网络)的输入来执行消息传递。我们的方法强调了将邻近图与GNN集成用于稳健准确的沙尘源预测的有效性。为了强调邻近图表示的重要性,我们将我们的方法与使用随机图进行消息传递的GNN进行了比较。结果表明,使用邻近图的GNN显著优于使用随机图的GNN,并且在沙尘源排放预测中也远优于长短期记忆(LSTM)模型。

英文摘要

Accurate prediction of dust source emissions is critical for mitigating the significant environmental and health hazards posed by dust storms. Traditional forecasting methods often struggle to capture the complex spatiotemporal dynamics of these phenomena. In this paper, we demonstrate that proximity graphs enable Graph Neural Networks (GNNs) to effectively model the intricate spatial and temporal relationships between data points. Specifically, we use proximity graphs--such as Delaunay triangulation, Gabriel graph, k-Nearest Neighbor graph, and Yao graph--as the input for GNNs (including GraphSAGE, Graph Convolutional Networks, and Graph Attention Networks) to perform message passing. Our approach highlights the effectiveness of integrating proximity graphs with GNNs for robust and accurate dust source forecasting. To emphasize the importance of proximity graph representations, we compare our method against GNNs using random graphs for message passing. The results show that GNNs with proximity graphs significantly outperform those with random graphs and are also far superior to Long Short-Term Memory (LSTM) model in dust source emission forecasting.

2606.19642 2026-06-19 physics.ao-ph stat.AP stat.ML 新提交 90%

Rigorous uncertainty quantification of probabilistic AI weather forecasts with conformal prediction

基于保形预测的概率AI天气预报的严格不确定性量化

Anna Asch, Raphael Rossellini, Pedram Hassanzadeh, Rebecca Willett

专题命中 气象气候 :AI天气预报不确定性量化,属于气象科学智能

AI总结 针对AI概率天气预报校准不足(尤其是极端事件),提出使用保形预测方法,无需分布假设即可数学保证覆盖,应用于三个全球模型(GenCast、NeuralGCM、AIFS-ENS)的温度和降水预报,实现校准不确定性而不牺牲其他概率指标。

详情
AI中文摘要

概率天气预报正随着人工智能(AI)经历快速变革。在传统数值天气预报中,计算能力可能限制集合预报对未知未来状态统计分布的近似程度。AI模型便于生成更大的集合,并经过概率考量训练,理论上能带来更好的不确定性量化。这些最先进模型的预报通常被认为是良好校准的。然而,我们在此表明,此类模型的统计覆盖(校准的最终度量)可能存在问题,尤其是在极端事件上。为解决这一缺陷,我们采用保形预测,这是一类统计方法,与以往的后处理技术不同,它在无分布假设下数学上保证覆盖。我们将在线保形预测应用于三个领先全球天气模型(GenCast、NeuralGCM和AIFS-ENS)的温度和降水预报(包括极端情况),确保校准不确定性而不牺牲其他概率指标。这种后处理方法可应用于任何预报模型。

英文摘要

Probabilistic weather forecasting is undergoing rapid transformation with artificial intelligence (AI). In traditional numerical weather prediction, computing power can limit how well ensemble forecasts approximate the unknown statistical distribution of future states. AI models facilitate larger ensembles and are trained with probabilistic considerations, ideally leading to better uncertainty quantification. Forecasts from these state-of-the-art models are often considered well-calibrated. However, here we show that the statistical coverage of such models, the ultimate measure of calibration, can struggle, especially on extreme events. To address this shortcoming, we employ conformal prediction, a class of statistical methods that mathematically guarantees coverage under no distributional assumptions, unlike previous post-processing techniques. We apply online conformal prediction to temperature and precipitation forecasts (including extremes) of three leading global weather models, GenCast, NeuralGCM, and AIFS-ENS, ensuring calibrated uncertainty at no expense to other probabilistic metrics. This post-processing method can be applied to any forecasting model.

5. 材料化学 9 篇

2606.20497 2026-06-19 cs.CE cond-mat.mtrl-sci 新提交 90%

Interpretable Meta-Learning for Multi-Objective Chemical Search

可解释的元学习用于多目标化学搜索

Antonio Varagnolo, Yulia Pimonova, Michael G. Taylor, Raphaël Pestourie, Nicholas E. Lubbers

专题命中 材料化学 :元学习用于多目标分子搜索

AI总结 提出结合可解释线性元学习与自适应置信度不确定性的模块化流水线,在多目标分子发现中首次应用线性元学习,在自旋交叉金属有机配合物搜索中Pareto性能提升78%。

Comments LA-UR-26-24964

详情
AI中文摘要

导航合成可访问分子的广阔空间需要能够同时处理多个竞争目标的、可解释的代理模型。在量子级化学的计算约束下,深度学习方法难以满足这些要求。这里,我们引入了一个模块化流水线,将可解释的线性元学习模型和自适应置信度不确定性量化结合到高效全局优化(EGO)框架中,用于多目标分子发现。首次在多目标化学搜索环境中部署线性元学习:通过跨化学目标和廉价辅助属性进行训练,元学习代理获得了可迁移的化学知识,能够从有限数据中快速适应新目标。在真实的大规模自旋交叉金属有机配合物搜索中进行的实证评估显示,基线在Pareto意义上比元学习替代方案差78%。我们还解决了主动搜索固有的校准挑战。由于最优候选通常位于分布尾部,标准不确定性估计失效。我们引入了一种自适应置信度调优算法,该算法随着分子搜索的进行动态重新校准探索-利用权衡。实证表明,动态置信度调优进一步主导了超过50%的静态校准前沿。

英文摘要

Navigating the vast space of synthetically accessible molecules demands surrogate models that are interpretable and capable of handling multiple competing objectives at the same time. Deep learning approaches struggle to satisfy them under the computational constraints of quantum-level chemistry. Here, we introduce a modular pipeline that combines interpretable linear meta-learning models and adaptive-confidence uncertainty quantification into an Efficient Global Optimization (EGO) framework for multi-objective molecular discovery. For the first time, linear meta-learning is deployed in a multi-objective chemical search setting: by training across chemical objectives and cheap auxiliary properties, the meta-learned surrogates acquire transferable chemical knowledge that adapts rapidly to new objectives from limited data. Evaluated empirically on a real large scale search for spin-crossover metal-organic complexes, the baseline performs 78% worse in Pareto sense than the meta-learning alternative. We also address the calibration challenges inherent to active search. Since optimal candidates typically lie precisely in the distributional tails, standard uncertainty estimates fail. We introduce an adaptive confidence-tuning algorithm that dynamically recalibrates the exploration-exploitation trade-off as the molecular search evolves. Empirically, dynamic confidence tuning further dominates over 50% of the statically calibrated front.

2606.19378 2026-06-19 cs.LG cond-mat.mtrl-sci 新提交 90%

A Hybrid GNN-FEM Framework for Phase-Field Fracture Simulation. Physics-Preserving Hybridization for Generalizable Surrogate Modeling

一种用于相场断裂模拟的混合GNN-FEM框架:面向通用代理模型的物理保持混合方法

Hyeonbin Moon, Yongjin Choi, Seunghwa Ryu

发表机构 * KAIST(韩国科学技术院)

专题命中 材料化学 :混合GNN-FEM框架用于断裂模拟

AI总结 提出混合GNN-FEM框架,用图神经网络替代相场更新步骤,保留FEM位移求解器,通过无量纲特征设计和物理信息损失实现跨几何、载荷、材料和离散化的通用断裂模拟,降低计算成本并保持精度。

Comments 46 pages

详情
AI中文摘要

科学机器学习(SciML)已成为加速复杂物理系统模拟的一种有前景的方法,但对于非线性、历史依赖问题实现物理一致且可泛化的预测仍然是一个核心挑战。在本研究中,我们提出了一种混合GNN-FEM框架,用于高效且可泛化的相场断裂建模。虽然相场方法为模拟复杂裂纹演化提供了稳健的变分框架,但其高计算成本限制了实际应用,因为需要在增量有限元过程中求解耦合、非线性和历史依赖的系统。为应对这一挑战,我们将图神经网络代理集成到传统的交错方案中,在每个载荷增量下替代相场更新,同时保留基于FEM的位移求解器以强制执行力学平衡和边界条件。通过保留增量求解结构,该框架与历史依赖的断裂演化保持一致,而无需代理近似整个解轨迹。这种选择性代理策略强调识别物理上有意义且增量结构化的学习目标,而非依赖暴力数据生成来学习整个断裂过程。所提出的框架通过无量纲特征设计、基于网格域的图公式以及源自控制相场方程的物理信息损失,实现了跨不同几何、载荷条件、材料属性和离散化的强泛化能力。数值实验表明,与传统FEM相比,该混合方法在保持精度的同时降低了计算成本,并在多种问题设置下展现出稳健的预测性能。

英文摘要

Scientific machine learning (SciML) has emerged as a promising approach for accelerating simulations of complex physical systems, yet achieving physically consistent and generalizable predictions for nonlinear, history-dependent problems remains a central challenge. In this study, we propose a hybrid GNN--FEM framework for efficient and generalizable phase-field fracture modeling. While phase-field approaches provide a robust variational framework for simulating complex crack evolution, their high computational cost limits practical applications because they require solving coupled, nonlinear, and history-dependent systems within an incremental finite element procedure. To address this challenge, a graph neural network surrogate is integrated into the conventional staggered scheme, replacing the phase-field update at each load increment while retaining the FEM-based displacement solver to enforce mechanical equilibrium and boundary conditions. By preserving the incremental solution structure, the framework remains consistent with history-dependent fracture evolution without requiring the surrogate to approximate the full solution trajectory. This selective surrogate strategy emphasizes the identification of a physically meaningful and incrementally structured learning target, rather than relying on brute-force data generation to learn the full fracture process. The proposed framework achieves strong generalization across varying geometries, loading conditions, material properties, and discretizations through dimensionless feature design, a graph-based formulation on mesh-based domains, and a physics-informed loss derived from the governing phase-field equation. Numerical experiments demonstrate that the hybrid approach reduces computational cost while maintaining accuracy compared with conventional FEM, and exhibits robust predictive performance across diverse problem settings.

2606.19375 2026-06-19 cs.LG cond-mat.mtrl-sci 新提交 90%

Physics-Informed Discovery of Yield Functions in Plasticity via Convex Neural Representations

基于凸神经表示的塑性屈服函数物理信息发现

Hyeonbin Moon, Donghyuk Cho, Jecheon Yu, Jeong Whan Yoon, Seunghwa Ryu

发表机构 * KAIST(韩国科学技术院)

专题命中 材料化学 :物理信息发现塑性屈服函数

AI总结 提出一种物理信息框架,从全场位移和反力数据中自动发现各向异性屈服函数,无需应力观测或预设参数形式,采用凸神经网络表示并嵌入弹塑性应力积分中训练。

Comments 39 pages

详情
AI中文摘要

识别各向异性屈服函数仍然具有挑战性,因为屈服在全场力学测量中无法直接观测,方向标定可能需要多个加载方向,且选择合适的解析形式并非易事。本研究提出一种物理信息框架,用于从全场位移数据和反力数据中发现屈服函数,无需应力观测、塑性应变测量、直接屈服面数据或预设的参数化屈服函数。该框架将屈服函数识别为弹塑性应力积分中受力学约束的本构组成部分,而非通过直接的应力空间监督。屈服函数由凸神经网络表示,该网络强制执行凸性和一次正齐次性,同时施加假定的拉压对称性,并通过可微应力更新和跨多个加载工况的物理信息力平衡损失来训练该神经屈服函数。使用von Mises、Hill 1948和Yld2000-2d屈服函数的有限元基准研究验证了所提框架,评估了屈服轮廓一致性、位移噪声敏感性、通过塑性活跃应力状态的可识别性、认知不确定性和多项式代理部署。本研究提供了一条受力学约束的路径,用于从位移和力数据中发现各向异性屈服函数,同时将识别出的组件保留在弹塑性应力积分的结构内。

英文摘要

Identifying anisotropic yield functions remains challenging since yielding is not directly observed in full-field mechanical measurements, directional calibration can require many loading directions, and selecting an appropriate analytical form is nontrivial. This study proposes a physics-informed framework for discovering yield functions from full-field displacement data and reaction force data, without stress observations, plastic strain measurements, direct yield surface data, or a prescribed parametric yield function. The framework identifies the yield function as a mechanically constrained constitutive component inside elastoplastic stress integration, rather than through direct stress-space supervision. The yield function is represented by a convex neural network that enforces convexity and positive homogeneity of degree one while imposing the assumed tension-compression symmetry, and this neural yield function is trained with a differentiable stress update and a physics-informed force equilibrium loss across multiple loading cases. The proposed framework is validated using finite element (FE) benchmark studies with von Mises, Hill 1948, and Yld2000-2d yield functions, assessing yield contour agreement, displacement-noise sensitivity, identifiability through plastically active stress states, epistemic uncertainty, and polynomial-surrogate deployment. This study provides a mechanics-constrained pathway for discovering anisotropic yield functions from displacement and force data while keeping the identified component within the structure of elastoplastic stress integration.

2606.19798 2026-06-19 cond-mat.mtrl-sci 新提交 90%

MinSurf: resolving the atomic-scale stability landscape of mineral surfaces

MinSurf:解析矿物表面的原子尺度稳定性景观

Fengzijun Pan, Zhoulin Liu, Pingyang Zhang, Jiaqiu Xu, Zepeng Fan, Dawei Wang, Jianzhong Pei

专题命中 材料化学 :高通量框架预测矿物表面稳定性,材料计算

AI总结 提出高通量框架MinSurf,结合表面枚举、DFT标记、机器学习势和Wulff构造,预测矿物表面稳定终止、能量景观和平衡形态,加速比达1.14×10^4。

详情
AI中文摘要

矿物表面控制着碳矿化、地热能储存、污染物固定、多相催化和电化学界面工程中的界面反应性。然而,原子模拟通常依赖于常用晶面或晶面级稳定性标准,而同一晶体取向的不同原子终止很少被系统解析,因为实验表征和密度泛函理论(DFT)计算在大表面空间上仍然成本高昂。这里我们提出MinSurf,一个高通量框架,将矿物表面选择解析为表面能和形态问题。MinSurf集成了表面枚举、DFT标记、机器学习原子间势和Wulff构造,以预测稳定终止、表面能景观和平衡晶体形态。应用于十种代表性矿物,MinSurfSet包含764个表面板,并构建了90个相应的取向单胞作为表面能评估的体相参考。得到的MinNEP模型预测DFT表面能的平均绝对误差为0.0119 eV/Ų,相对于DFT实现了1.14×10^4的整体加速。MinNEP保留了DFT衍生的形态决定表面能层次,并再现了主要的Wulff暴露晶面,而X射线衍射为α-石英基准提供了独立的晶体学一致性检查。通过连接原子终止、表面能和平衡形态,MinSurf为能源、环境和先进无机材料领域的矿物界面高通量模拟提供了可重复且物理代表性的表面模型。

英文摘要

Mineral surfaces govern interfacial reactivity in carbon mineralization, geo-energy storage, contaminant immobilization, heterogeneous catalysis and electrochemical interface engineering. Yet atomistic simulations often rely on commonly used facets or facet-level stability criteria, while distinct atomic terminations of the same crystallographic orientation are rarely resolved systematically because experimental characterization and density functional theory (DFT) calculations remain costly across large surface spaces. Here we present MinSurf, a high-throughput framework that resolves mineral surface selection as a surface-energy and morphology problem. MinSurf integrates surface enumeration, DFT labelling, machine-learning interatomic potentials and Wulff construction to predict stable terminations, surface-energy landscapes and equilibrium crystal morphologies. Applied to ten representative minerals, MinSurfSet comprises 764 surface slabs, with 90 corresponding oriented unit cells constructed as bulk references for surface-energy evaluation. The resulting MinNEP model predicts DFT surface energies with a mean absolute error of 0.0119 eV per Angstrom squared and achieves an overall acceleration of 1.14 x 10^4 relative to DFT. MinNEP preserves the DFT-derived morphology-determining surface-energy hierarchy and reproduces the dominant Wulff-exposed facets, while X-ray diffraction provides an independent crystallographic consistency check for alpha-quartz benchmark. By linking atomic terminations, surface energies and equilibrium morphologies, MinSurf provides reproducible and physically representative surface models for high-throughput simulations of mineral interfaces across energy, environmental and advanced inorganic materials.

2606.19661 2026-06-19 cond-mat.mtrl-sci 新提交 90%

HEACalculator: An Open-Source Python Tool for Thermodynamic Property Calculation and Solid Solution Prediction in High-Entropy Alloys

HEACalculator:用于高熵合金热力学性质计算和固溶体预测的开源Python工具

Doğuhan Sarıtürk, Yunus Eren Kalay, Raymundo Arróyave

专题命中 材料化学 :高熵合金热力学计算与固溶体预测工具

AI总结 本文介绍HEACalculator,一个开源Python包,可计算16种常用热力学和结构描述符,并评估8种固溶体形成规则,支持CLI、GUI和API三种使用模式。

Comments 7 pages, 1 figure

详情
AI中文摘要

高熵合金(HEAs)自Cantor等人和Yeh等人提出以来一直引起持续关注,因为多主元成分可以表现出强度、热稳定性和功能性能的异常组合。HEA设计中的一个反复出现的问题是确定候选成分是可能形成单相固溶体,还是分离成多相或金属间化合物。这个问题位于合金设计工作流程的早期,因为它决定了哪些成分需要进一步的热力学分析、合成和实验验证。HEACalculator是一个开源Python包,用于计算HEA研究中使用的热力学和结构描述符,并在一个地方评估已发表的固溶体形成规则。它计算16种常用量,包括混合焓、构型熵、价电子浓度、Hume-Rothery电子-原子比、原子尺寸失配、电负性失配以及衍生的稳定性参数如Omega、Lambda和Phi,并评估8个已发表的预测准则。该包结合了一个精选的元素和二元相互作用数据集,并提供三种访问模式:命令行界面(CLI)、桌面图形用户界面(GUI)以及用于笔记本和筛选工作流程中编程使用的Python应用程序编程接口(API)。

英文摘要

High-entropy alloys (HEAs) have attracted sustained interest since their introduction by Cantor et al. and Yeh et al. because multi-principal-element compositions can exhibit unusual combinations of strength, thermal stability, and functional performance. A recurring problem in HEA design is determining whether a candidate composition is likely to form a single-phase solid solution or instead separate into multiple phases or intermetallic compounds. That question sits early in the alloy-design workflow because it shapes which compositions require further thermodynamic analysis, synthesis, and experimental validation. HEACalculator is an open-source Python package for calculating thermodynamic and structural descriptors used in HEA research and for evaluating published solid-solution formation rules in a single place. It computes sixteen commonly used quantities, including mixing enthalpy, configurational entropy, valence electron concentration, Hume-Rothery electron-to-atom ratio, atomic size mismatch, electronegativity mismatch, and derived stability parameters such as Omega, Lambda, and Phi, and it evaluates eight published prediction criteria. The package combines a curated elemental and binary-interaction dataset with three access modes: a command-line interface (CLI), a desktop graphical user interface (GUI), and a Python application programming interface (API) for programmatic use in notebooks and screening workflows.

2606.19653 2026-06-19 cond-mat.mtrl-sci 新提交 90%

Coordination-Sensitive Nanoscale Analysis of Defect-Driven Phase Transformation in Si-Doped (AlXGa1-X)2O3

Si掺杂(AlXGa1-X)2O3中缺陷驱动相变的配位敏感纳米尺度分析

Shaon Das, Jith Sarker, Christopher Chae, Lingyu Meng, Joel B. Varley, Hongping Zhao, Jinwoo Hwang, Baishakhi Mazumder

专题命中 材料化学 :Si掺杂氧化镓相变纳米尺度分析

AI总结 通过配位敏感原子探针层析技术,定量解析了Si掺杂β-(AlxGa1-x)2O3中局部阳离子配位减少与缺陷驱动相变(γ相形成)的直接关联,揭示了Al含量和Si掺杂协同诱导配位崩塌的机制。

详情
AI中文摘要

缺陷驱动的相不稳定性严重影响了超宽禁带氧化物的结构可靠性,但将局部化学与结构转变直接联系起来的纳米尺度指标仍然有限。本文提出了一种配位敏感的原子探针层析框架,能够定量解析局部阳离子配位的减少,并将其直接与缺陷驱动的相变联系起来。利用具有可控Al组分(6-17%)和掺杂水平(10^17-10^20 cm^-3)的Si掺杂β-(AlxGa1-x)2O3异质结构,我们发现γ相夹杂物仅在Al含量升高和重Si掺杂的共同条件下出现。二维成分图显示这些区域存在明显的横向Al/Ga不均匀性,而最近邻和径向分布分析定量解析了第一壳层Ga配位的显著降低,与局部阳离子缺失一致。关联扫描透射电子显微镜证实,这些配位减少的区域在空间上与γ相夹杂物重合。密度泛函理论进一步支持了这一机制,表明Al掺入降低了单斜晶格稳定性,并与施主诱导的空位形成一起,促进了空位介导的阳离子重排和配位崩塌。总之,这些结果确立了配位损失作为直接与缺陷驱动相不稳定性相关的可测量纳米尺度特征。该框架为探测掺杂和合金化超宽禁带半导体中的缺陷驱动相不稳定性提供了一种可推广的方法。

英文摘要

Defect-driven phase instability critically influences the structural reliability of ultrawide bandgap oxides, yet direct nanoscale metrics linking local chemistry to structural transformation remain limited. Here, we introduce a coordination-sensitive atom probe tomography framework that quantitatively resolves reductions in local cation coordination and links them directly to defect-driven phase transformation. Using Si-doped beta-(AlxGa1-x)2O3 heterostructures with controlled Al composition (6-17%) and doping levels (10^17-10^20 cm^-3), we show that gamma-phase inclusions emerge exclusively under the combined conditions of elevated Al content and heavy Si doping. Two-dimensional compositional mapping reveals pronounced lateral Al/Ga inhomogeneity in these regions, while nearest-neighbor and radial distribution analyses quantitatively resolve a significant reduction in first-shell Ga coordination, consistent with local cation deficiency. Correlative scanning transmission electron microscopy confirms that these coordination-depleted regions coincide spatially with gamma-phase inclusions. Density functional theory further supports this mechanism, demonstrating that Al incorporation reduces monoclinic lattice stability and, in conjunction with donor-induced vacancy formation, facilitates vacancy-mediated cation rearrangement and coordination collapse. Together, these results establish coordination loss as a measurable nanoscale signature directly linked to defect-driven phase instability. This framework provides a generalizable approach for probing defect-driven phase instability in doped and alloyed ultrawide bandgap semiconductors.

2606.06980 2026-06-19 cond-mat.mtrl-sci 新提交 90%

Electric-field induced trends of exchange interactions in transition-metal trilayers

过渡金属三层膜中交换相互作用的电场诱导趋势

Moinak Ghosh, Stefan Heinze, Souvik Paul

专题命中 材料化学 :密度泛函理论研究电场下交换相互作用

AI总结 利用密度泛函理论,系统研究了外加电场下无支撑过渡金属三层膜中的海森堡对交换相互作用和超越海森堡的多自旋高阶交换相互作用,发现交换常数在低电场下呈线性变化,且高阶交换常数变化可达百分之十。

详情
AI中文摘要

利用密度泛函理论,我们在外加电场存在下,对无支撑过渡金属三层膜中的海森堡对交换相互作用和超越海森堡的多自旋高阶交换相互作用进行了系统研究。体系由夹在4$d$(Ru、Rh、Pd)和5$d$(Ir)过渡金属层之间的六方原子Fe层组成。考虑了4$d$覆盖层的fcc和hcp堆叠。为了扫描大部分磁相空间,我们计算了无电场和施加高达$\pm 1.0$ V/Å电场时自旋螺旋的能量色散。我们发现,施加电场后能量色散在定性上保持不变,磁基态不变。通过拟合能量色散得到的交换常数在电场高达约$\pm 0.6$ V/Å时表现出线性依赖。计算得到的对交换和高阶交换常数的符号在电场下保持不变,但其场致变化对4$d$覆盖层敏感。最近邻交换常数的变化在百分之几的量级,而次近邻交换常数的变化高达百分之几十。基于多$Q$态(如$uudd$态和3$Q$态)的总能计算了高阶交换常数。与对交换常数类似,我们发现高阶常数在低电场下几乎呈线性依赖,变化高达百分之十。我们研究了三个三层膜中电场的自旋相关屏蔽,并将对交换和高阶交换相互作用的变化与电场诱导的Fe局域态密度及其在费米能级处的变化联系起来。

英文摘要

Using density functional theory, we have performed a systematic study of the Heisenberg pairwise exchange interaction and the beyond Heisenberg multi-spin higher-order exchange interactions in unsupported transition-metal trilayers in the presence of external electric fields. The systems consist of a hexagonal atomic Fe layer sandwiched between 4$d$ (Ru, Rh, and Pd) and 5$d$ (Ir) transition-metal layers. Both fcc and hcp stackings of the 4$d$ overlayer have been taken into account. To scan a large part of the magnetic phase space, we have calculated the energy dispersion of spin spirals without and with applied electric fields up to $\pm 1.0$ V/Å. We find that the energy dispersion remains qualitatively the same upon applying the electric fields and the magnetic ground state remains unchanged. The exchange constants obtained by fitting the energy dispersions exhibit a linear dependence on the electric field up to values of about $\pm 0.5$ V/Å. The sign of the calculated pairwise and higher-order exchange constants remain unchanged with electric field, however, their values and field induced variation are sensitive to the 4$d$ overlayer. The changes are on the order of a few percent for the nearest-neighbor exchange constant and up to a few ten percent for beyond nearest-neighbor constants. The higher-order exchange constants are calculated based on the total energies of multi-$Q$ states, such as the $uudd$ and the 3$Q$ state. Similar to the pairwise exchange constants, we find a nearly linear field dependence of the higher order constants at small electric fields and variations of up to ten percent. We study the spin-dependent screening of the electric field for the three trilayers based on the spin- and orbital-decomposed electronic states.

2512.04458 2026-06-19 cond-mat.mtrl-sci 90%

General spin models from noncollinear spin density functional theory and spin-cluster expansion

来自非共线自旋密度泛函理论和自旋团簇展开的一般自旋模型

Tomonori Tanaka, Yoshihiro Gohda

专题命中 材料化学 :自旋模型构建,用于磁性材料研究

AI总结 提出结合自旋团簇展开与非共线自旋密度泛函理论的数据高效框架,通过拟合磁转矩而非总能来构建经典自旋哈密顿量,显著减少DFT计算量,并成功应用于B20型手性磁体,预测螺旋周期与成分趋势。

详情
AI中文摘要

我们提出了一种数据高效的框架,通过将自旋团簇展开(SCE)与完全自洽的非共线自旋密度泛函理论(DFT)相结合,构建一般的经典自旋哈密顿量。关键思想是将SCE模型拟合到磁转矩而非总能。由于转矩是位点分辨的矢量,每个自旋构型提供了许多信息丰富的回归目标,改善了条件并大幅减少了所需的DFT计算次数,特别是对于大超胞。应用于B20型手性磁体${\rm Mn}_{1-x}{\rm Fe}_{x}{\rm Ge}$和${\rm Fe}_{1-y}{\rm Co}_{y}{\rm Ge}$,所得的SCE模型确定了完整的成对交换张量——包括各向同性交换、对称各向异性交换和Dzyaloshinskii-Moriya相互作用——并通过微磁映射预测了螺旋自旋周期。成分趋势以及手性符号变化点处的周期发散得到了很好的再现,与实验一致。此外,SCE的系统性使得能够可控地评估相互作用阶数:随着训练自旋构型变得更加无序,最低阶模型失去转矩精度,而包含高阶相互作用则恢复了预测能力。这些进展使得以适中的计算成本获得接近DFT精度的自旋模型,用于有限温度磁性和复杂自旋纹理,为定量第一性原理参数化和预测性材料设计提供了可扩展的途径。一个开源实现以Julia包 extit{Magesty.jl}的形式提供。

英文摘要

We present a data-efficient framework for constructing general classical spin Hamiltonians by combining the spin-cluster expansion (SCE) with fully self-consistent noncollinear spin density functional theory (DFT). The key idea is to fit the SCE model to magnetic torques rather than to total energies. Because torques are site-resolved vectors, each spin configuration provides many informative regression targets, improving conditioning and substantially reducing the number of required DFT calculations, especially for large supercells. Applied to the B20-type chiral magnets ${\rm Mn}_{1-x}{\rm Fe}_{x}{\rm Ge}$ and ${\rm Fe}_{1-y}{\rm Co}_{y}{\rm Ge}$, the resulting SCE models determine full pairwise exchange tensors -- including isotropic exchange, symmetric anisotropic exchange, and the Dzyaloshinskii--Moriya interaction -- and predict the helical spin period via a micromagnetic mapping. The composition trends and the divergence of the period at the chirality sign-change point are well reproduced, in agreement with experiment. Moreover, the systematic nature of SCE enables controlled assessment of interaction order: as the training spin configurations become more disordered, the lowest-order model loses torque accuracy, whereas including higher-order interactions restores predictive power. These advances enable near-DFT-accurate spin models for finite-temperature magnetism and complex spin textures at modest computational cost, providing an extensible route to quantitative first-principles parameterization and predictive materials design. An open-source implementation is available as a Julia package, \textit{Magesty.jl}.

2502.18859 2026-06-19 cond-mat.mtrl-sci 90%

Machine Learning a Phosphor's Excitation Band Position

机器学习发光体的激发带位置

Nakyung Lee, Małgorzata Sójka, Annie La, Syna Sharma, Seán Kavanagh, Docheon Ahn, David O. Scanlon, Jakoah Brgoch

专题命中 材料化学 :机器学习预测发光材料激发波长

AI总结 本文提出基于极端梯度提升的机器学习方法,用于预测发光材料的最长激发波长,通过实验验证了Ce³+离子取代位点的数据,成功合成新型蓝光激发绿光发射材料。

Journal ref ACS Appl Mater Interfaces 2026 18 23 32921

详情
AI中文摘要

创建高性能的稀土激活无机发光材料对推进高效LED照明和背光平板显示器至关重要。这些发光材料必须具备有效吸收/激发由蓝色InGaN LED转换为白光的能力。稀土的5d₁激发态能级,决定激发峰位置,受无机宿主结构影响,包括局部环境、晶体结构和组成,使提前预测具有挑战性。本研究引入了一种新的极端梯度提升机器学习方法,定量确定发光材料的最长(最低能量)激发波长。我们专注于Ce³+的4f→5d跃迁,因其在激发和漫反射光谱中观察到明确的5d₁能级。模型在357个Ce³+离子取代位点的实验数据上进行训练,并通过成功合成新型蓝光激发绿光发射材料Ca₂SrSc₆O₁₂:Ce³+进行实验验证。该化合物在商用蓝光LED波长下的激发与模型预测高度一致。这些结果突显了数据驱动方法在加速下一代LED照明蓝光吸收发光材料发现中的变革潜力。

英文摘要

Creating superior lanthanide-activated inorganic phosphors is pivotal for advancing energy-efficient LED lighting and backlit flat panel displays. The most fundamental property these luminescent materials must possess is effective absorption/excitation by a blue InGaN LED for practical conversion into white light. The 5$d_1$ excited state energy level of lanthanides, which determines the excitation peak position, is influenced by the inorganic host structure, including the local environment, crystal structure, and composition, making it challenging to predict in advance. This study introduces a new extreme gradient boosting machine learning method that quantitatively determines a phosphor's longest (lowest energy) excitation wavelength. We focus on the Ce$^{3+}$ 4$f$ $\rightarrow$ 5$d$ transition due to its well-defined 5$d_1$ energy level observed in excitation and diffuse reflectance spectra. The model was trained on experimental data for 357 Ce$^{3+}$ cation substitution sites sourced from literature and in-house measurements and ultimately experimentally validated through the successful synthesis of a novel, blue-excited, green-emitting phosphor: Ca$_2$SrSc$_6$O$_{12}$:Ce$^{3+}$. This compound's excitation under commercial blue LED wavelength aligned remarkably well with the model's predictions. These results highlight the transformative potential of data-driven approaches in expediting the discovery of blue-absorbing phosphors for next-generation LED lighting.