arXivDaily arXiv每日学术速递 周一至周五更新
重置
全部学科分类 1670
2605.13246 2026-05-18 cs.CR cs.SE

Automatic Detection of Reference Counting Bugs in Linux Kernel Drivers

Linux内核驱动中引用计数错误的自动检测

Joe Hattori, Naoki Kobayashi, Ken Sakayori

AI总结 本文提出DrvHorn工具,通过将引用计数验证转化为断言检查问题,检测Linux内核驱动中的引用计数错误,发现545个错误,其中424个为新发现,且误报率较低。

详情
AI中文摘要

Linux内核驱动中的引用计数错误可能导致严重的资源管理问题和安全漏洞。我们介绍了DrvHorn,一种新的自动化工具,通过利用Linux驱动接口,将引用计数验证减少到断言检查问题。通过高效建模Linux内核和激进的程序切片,DrvHorn在v6.6 Linux内核的所有平台驱动中发现了545个错误,其中424个之前未知,误报率比先前研究低29.9%。为解决这些新发现错误的根本原因,我们提交了补丁,其中45个被合并。

英文摘要

Reference counting bugs in Linux kernel drivers can lead to severe resource mismanagement and security vulnerabilities. We introduce DrvHorn, a novel automated tool to detect these bugs by reducing reference counting verification to an assertion checking problem leveraging the Linux driver interface. Through efficient modeling of the Linux kernel and aggressive program slicing, DrvHorn discovered 545 bugs, of which 424 were previously unknown, across all platform drivers in v6.6 Linux kernel, with a lower false positive rate of 29.9% compared to prior studies. To address the root causes of these newly discovered bugs, we submitted patches to the Linux kernel, and 45 of them were merged.

2605.12830 2026-05-18 stat.ME

Linking COPD Prevalence with Income Distribution: A Spatial Heterogeneous Compositional Regression via Geographically Weighted Penalized Approach

将慢性阻塞性肺病患病率与收入分布联系起来:一种通过地理加权惩罚方法的空间异质组合回归

Jingwen Deng, Shujie Ma, Sergio J. Rey, Guanyu Hu

AI总结 本文提出了一种地理加权惩罚组合回归模型,用于分析收入分布与COPD患病率之间的空间异质关系,通过非凸惩罚提升高维空间数据的估计精度和可解释性。

Comments 39 pages, 7 figures, appendix included

详情
AI中文摘要

收入不平等是健康差异的主要贡献者,但其影响常因地理区域而异,并通常表示为组成分布(例如各收入阶层家庭比例)。现有空间回归方法在这一设定中面临挑战:它们通常假设空间变化平滑,无法处理 abrupt 的空间异质性,并缺乏对组成协变量的系统性处理。本文提出了一种地理加权惩罚组合回归模型,以同时解决这些挑战。我们的方法采用成对融合惩罚,使能够检测具有共享回归效应的连续和非连续区域集群,从而放松了空间平滑性和地理连续性的强假设。这允许具有相似经济社会结构的地区即使在非地理相邻的情况下也能被识别。通过引入非凸惩罚,如最小最大凹惩罚(MCP),该方法在高维空间设置中实现了改进的估计精度、可解释性和可扩展性。我们通过分析美国收入组成与慢性阻塞性肺病(COPD)患病率之间的关系来说明该方法,揭示了传统模型所掩盖的空间异质关联。所提出的框架为涉及组成预测变量和区域异质性的空间数据分析提供了一种灵活且稳健的工具。

英文摘要

Income inequality is a major contributor to health disparities, yet its effects often vary by geography and are commonly represented as compositional distributions (e.g., proportions of households across income brackets). Existing spatial regression methods struggle in this setting: they typically assume smooth spatial variation, cannot accommodate abrupt spatial heterogeneity, and lack principled treatment of compositional covariates. We propose a geographically weighted penalized compositional regression model that addresses these challenges simultaneously. Our method adopts a pairwise fusion penalty that enables detection of both contiguous and noncontiguous regional clusters with shared regression effects, thereby relaxing strong assumptions of spatial smoothness and geographic contiguity. This allows regions with similar underlying socioeconomic structures to be identified even when they are not geographically adjacent. By incorporating nonconvex penalties, such as the minimax concave penalty (MCP), the approach achieves improved estimation accuracy, interpretability, and scalability in high-dimensional spatial settings. We illustrate the method through an analysis linking U.S. income composition to chronic obstructive pulmonary disease (COPD) prevalence, revealing spatially heterogeneous associations that are obscured by conventional models. The proposed framework provides a flexible and robust tool for spatial data analysis involving compositional predictors and region-specific heterogeneity.

2605.12253 2026-05-18 math.CO cs.CG

Two Results on Outer-String Graphs

关于外弦图的两个结果

Todor Antić, Vít Jelínek, Jan Kratochvíl, Peter Stumpf

AI总结 本文研究了外弦图的约束外弦表示和外1-弦表示的判定问题,证明了双色图及{C3,C5}自由图的约束外弦表示可多项式时间判定,并证明了外k-弦表示的判定为NP难问题。

Comments 17pages, 14 figures

详情
AI中文摘要

本文研究了外弦图的约束外弦表示和外1-弦表示的判定问题,证明了双色图及{C3,C5}自由图的约束外弦表示可多项式时间判定,并证明了外k-弦表示的判定为NP难问题。

英文摘要

An \emph{outer-string representation} of a graph $G$ is an intersection representation of $G$ where vertices are represented by curves (strings) inside the unit disk and each curve has exactly one endpoint on the boundary of the unit disk (the anchor of the curve). Additionally, if each two curves are allowed to cross at most once, we call this an \emph{outer-$1$-string representation} of $G$. If we impose a cyclic ordering on the vertices of $G$ and require the cyclic order of the anchors to respect this cyclic order, such a representation is called a \emph{constrained outer-string representation}. In this paper, we present two results about graphs admitting outer-string representations. Firstly, we show that for a bipartite graph $G$ (and, more generally, for any $\{C_3,C_5\}$-free graph $G$) with a given cyclic order of vertices, we can decide in polynomial time whether $G$ admits a constrained outer-string representation. Our algorithm follows from a characterization by a single forbidden configuration, similar to that of Biedl et al. [GD 2024] for chordal graphs. Secondly, we answer an open question from the same authors and show that determining whether a given graph admits an outer-1-string representation is NP-hard. More generally, we show that it is NP-hard to determine if a given graph $G$ admits an outer-$k$-string representation for any fixed $k\ge1$.

2605.11429 2026-05-18 math.OC

From Schrodinger Bridge to Optimal Transport over Sub-Riemannian Manifolds

从施罗德inger桥到子黎曼流形上的最优运输

Daniel Owusu Adu, Karthik Elamvazhuthi, Bahman Gharesifard

AI总结 本文研究在水平束约束下重塑概率分布的最小能耗方式,提出通过引入熵正则化得到连续可计算的施罗德inger桥问题,并在子黎曼流形上获得退化扩散过程,最终提出一种Sinkhorn型算法用于求解施罗德inger势。

详情
AI中文摘要

我们研究在水平束约束下重塑概率分布的最小能耗方式,即子黎曼几何中的最优运输和分布操控,受欠驱动系统密度控制的启发。为了获得连续且数值可计算的公式,我们引入熵正则化,通过添加与控制方向对齐的小噪声,并研究相关的施罗德inger桥问题。所得到的参考过程是子黎曼流形上的退化扩散。在括号生成假设下,我们获得光滑且严格正的转移密度以及最优桥的正向-反向刻画。这导致了一种用于施罗德inger势的Sinkhorn型算法,并且当噪声水平趋于零时,恢复了确定性的子黎曼最优运输问题。我们通过数值示例进行了演示。

英文摘要

We study the least-energy way to reshape a probability distribution when motion is constrained to a horizontal bundle, that is, optimal transport and distribution steering in sub-Riemannian geometry, motivated by density control over underactuated systems. To obtain a continuous and numerically tractable formulation, we introduce an entropic regularization by adding small noise aligned with the control directions and study the associated Schrodinger bridge problem. The resulting reference process is a degenerate diffusion on the sub-Riemannian manifold. Under bracket-generating hypotheses we obtain smooth, strictly positive transition densities and a forward--backward characterization of the optimal bridge. This leads to a practical Sinkhorn-type algorithm for the Schrodinger potentials and, as the noise level vanishes, a recovery of the deterministic sub-Riemannian optimal transport problem. We demonstrate with a numerical example.

2605.10477 2026-05-18 nucl-ex

Kaonic Copper and Fluorine Absolute Yields Measurement with a CZT-based Detection System at DA$Φ$NE

钾离子铜和氟的绝对产率测量:基于CZT检测系统的DA$Φ$NE collider研究

Francesco Artibani, Simone Manti, Leonardo Abbene, Antonino Buttacavoli, Manuele Bettelli, Gaetano Gerardi, Fabio Principato, Andrea Zappettini, Massimiliano Bazzi, Giacomo Borghi, Damir Bosnar, Mario Bragadireanu, Marco Carminati, Alberto Clozza, Francesco Clozza, Raffaele Del Grande, Luca De Paolis, Carlo Fiorini, Ivica Friscic, Carlo Guaraldo, Mihail Iliescu, Masahiko Iwasaki, Aleksander Khreptak, Johann Marton, Pawel Moskal, Fabrizio Napolitano, Hiroaki Ohnishi, Kristian Piscicchia, Francesco Sgaramella, Michal Silarski, Diana Laura Sirghi, Florin Sirghi, Magdalena Skurzok, Antonio Spallone, Kairo Toho, Oton Vazquez Doce, Johann Zmeskal, Catalina Curceanu, Alessandro Scordo

AI总结 利用CZT检测系统在DA$Φ$NE collider测量kaonic铜和氟的绝对X射线产率,揭示量子数对辐射跃迁和强相互作用的影响,为奇异原子模型提供新约束。

Comments 6 Figures, 16 pages

详情
AI中文摘要

本文报告了kaonic铜和氟几种跃迁的绝对X射线产率的新测量结果。数据由SIDDHARTA-2合作组在DA$Φ$NE对撞机上收集,使用新型室温镉锌碲(CZT)检测系统。通过专门的Geant4蒙特卡洛模拟评估了探测效率,从而提取出每个停止kaon的绝对产率。测量的产率系统性地依赖于主量子数,反映了辐射跃迁、阿uger去激发和强相互作用诱导的核捕获之间的相互作用。在kaonic氟中,4→3跃迁产率相对于更高n跃迁被抑制,提供了强相互作用效应在n=4水平上出现的证据。由此推导出相应的强相互作用宽度的保守下限。这些结果为奇异原子的级联模型提供了新的定量约束,并扩展了实验对中间原子能级的访问,其中强相互作用效应无法直接通过能级移位和宽度观测到。此外,这些结果确立了基于CZT的检测作为高分辨率X射线光谱学的强大且灵活的方法,用于对撞机环境中的kaonic原子的X射线光谱学。

英文摘要

\noindent In this work, new measurements of absolute X-ray yields for several transitions in kaonic copper and, for the first time, in kaonic fluorine are reported. The data were collected by the SIDDHARTA-2 collaboration at the DA$Φ$NE collider using a novel room-temperature Cadmium Zinc Telluride (CZT) detection system. Detection efficiencies were evaluated through a dedicated Geant4 Monte Carlo simulation of the full experimental setup, enabling the extraction of absolute yields per stopped kaon. \noindent The measured yields exhibit a systematic dependence on the principal quantum number, reflecting the interplay between radiative transitions, Auger de-excitation, and strong-interaction-induced nuclear capture. In kaonic fluorine, a suppression of the 4$\to$3 transition yield relative to higher-n transitions is observed, providing evidence for the onset of strong-interaction effects already at the $n=4$ level. From this behaviour, a conservative lower limit on the corresponding strong-interaction width is derived. \noindent These results provide new quantitative constraints for cascade models of exotic atoms and extend experimental access to intermediate atomic levels where strong-interaction effects are not directly observable via level shifts and widths. They also establish CZT-based detection as a powerful and versatile approach for high-resolution X-ray spectroscopy of kaonic atoms in collider environments.

2605.10105 2026-05-18 astro-ph.CO

Application of Machine Learning to 21 cm Cosmology

机器学习在21厘米宇宙学中的应用

Hayato Shimabukuro

AI总结 本文探讨了机器学习在红移21厘米宇宙学中的应用,重点分析了宇宙黎明、再电离时期及SKA-Low科学计划中的挑战与方法。

Comments Invited chapter for the edited book "Machine Learning Techniques for Astrophysics and Cosmology" (Eds. Cosimo Bambi, Vinay Kashyap, Swarnim Shashank, Naoki Yoshida, Springer Singapore, expected in 2027). Submitted version

详情
AI中文摘要

本章讨论了机器学习在红移21厘米宇宙学中的应用,尤其关注宇宙黎明、再电离时期及SKA-Low的科学计划。21厘米信号有价值,因为它能直接探测稀疏中性氢,但其观测依赖于密度、电离、加热、辐射背景和仪器响应的非线性方式。本章首先回顾了后续讨论所需的物理基础,包括全局信号、空间波动、形态感知总结及21厘米森林。接下来部分描述了现实分析中的主要困难,如强前景、射频干扰、电离层效应、校准影响、采样不完整及大参数空间中正向建模的成本。基于此背景,机器学习应用按其在分析流程中的作用进行分类。观测域方法处理受污染的数据产品;理论域方法加速或压缩正向建模;推断域方法将观测结果连接到天体物理和宇宙学约束。21厘米森林作为一维光谱、小尺度信息和不确定源群体的案例,展示了机器学习的实用性。

英文摘要

In this chapter, the use of machine learning (ML) in redshifted 21 cm cosmology is discussed, especially for the cosmic dawn, the Epoch of Reionization, and the scientific program of SKA-Low. The 21 cm signal is useful because it can directly probe diffuse neutral hydrogen. At the same time, it is a difficult signal, since the observable depends on density, ionization, heating, radiation backgrounds, and instrumental response in a nonlinear way. The first part of this chapter reviews the basic physical ingredients needed for the later discussion, including the global signal, spatial fluctuations, morphology-aware summaries, and the 21 cm forest. The next part describes the main difficulties for realistic analysis, such as bright foregrounds, radio-frequency interference, ionospheric and calibration effects, incomplete sampling, and the cost of forward modeling in large parameter spaces. Based on this background, ML applications are grouped by their role in the analysis pipeline. Observation-domain methods work on contaminated data products; theory-domain methods accelerate or compress forward modeling; and inference-domain methods connect observables to astrophysical and cosmological constraints. The 21 cm forest is also discussed as a case where one-dimensional spectra, small-scale information, and uncertain source populations make ML useful.

2605.09797 2026-05-18 math.AP

A Classical Two-Part First-Threshold Proof of Global Smoothness for Navier--Stokes: Axisymmetric Swirl Closure and Full-System Reduction

Navier-Stokes方程全局平滑性的经典两阶段第一阈值证明:轴对称涡旋闭合与全系统约简

Rishad Shahmurov

AI总结 本文通过两阶段第一阈值论证,证明Navier-Stokes方程光滑有限能量解的全局平滑延续性,利用轴对称涡旋闭合和全系统约简方法,结合能量恒等式、插值估计等技术,排除非平滑解的可能性。

详情
AI中文摘要

我们通过两阶段第一阈值论证,证明了三维不可压缩Navier-Stokes方程光滑有限能量解的全局平滑延续性。第一部分证明了在提升的五维形式中轴对称涡旋定理,核心变量为提升的涡旋比G=ω_θ/r、正则化的涡旋导数F=u^θ/r以及平方源密度H=F^2。在这些变量中,G方程中的导数源和由恢复的应变U=u^r/r产生的压缩反馈形成单一的对转移机制。证明结合了局部能量恒等式、Hardy-Littlewood-Sobolev和Sobolev插值估计、对阈值吸收、有限重叠后代排除、局部时间源到分量估计、端点轮廓的紧致性、投影Pohozaev-Morawetz严格性以及F的辅助恢复估计。第二部分给出了三维有限阈值前端。从假设的奇异终端包出发,通过有限重叠后代或严格终端损失去除泄漏、壳、压力、尾、碎片、被动应变、角相位锁定和转移活跃时间通道。零最终缺陷迫使活跃框架度量进入常框架局部二维类或物理方位角围绕一个固定轴的类。第一种情况被经典的二维Navier-Stokes理论排除,第二种情况正是第一部分证明的轴对称涡旋类。

英文摘要

We prove global smooth continuation for smooth finite-energy solutions of the three-dimensional incompressible Navier--Stokes equations by a two-part first-threshold argument. Part I proves the axisymmetric-with-swirl theorem in the exact five-dimensional lifted formulation. The central variables are the lifted vorticity ratio \(G=ω_θ/r\), the regularized swirl derivative \(F=u^θ/r\), and the squared source density \(H=F^2\). In these variables the derivative source in the \(G\)-equation and the compressive feedback generated by the recovered strain \(U=u^r/r\) form a single pair-transfer mechanism. The proof combines localized energy identities, Hardy--Littlewood--Sobolev and Sobolev interpolation estimates, pair-threshold absorption, finite-overlap descendant exclusion, localized temporal source-to-score estimates, compactness of endpoint profiles, projected Pohozaev--Morawetz strictness, and an auxiliary recovery estimate for \(F\). Part II gives a full three-dimensional finite-threshold front-end. Starting from a hypothetical singular terminal packet, it removes leakage, shell, pressure, tail, fragmentation, passive-strain, angular phase-lock, and transfer-active temporal channels by finite-overlap descendants or strict terminal loss. A zero final defect forces the active frame measure into either a constant-frame locally two-dimensional class or a physical azimuthal orbit around one fixed axis. The first alternative is excluded by the classical two-dimensional Navier--Stokes theory, and the second is precisely the axisymmetric-with-swirl class proved in Part I.

2605.09555 2026-05-18 cond-mat.soft

On the thermal properties of knotted block copolymer rings

关于结环共聚物环热性质的研究

Neda Abbasi Taklimi, Franco Ferrari, Marcin R. Piątek, Luca Tubiana

AI总结 本文利用粗粒化晶格模型研究了结环共聚物环的热力学和结构性质,探讨了不同结拓扑结构对共聚物构象的影响。

Comments 28 pages, 15 figures, RevTeX 4.1, pdflatex

详情
AI中文摘要

我们利用粗粒化晶格模型研究了结双组分共聚物环的热力学和结构性质,在隐式溶剂中采用Wang-Landau蒙特卡罗算法进行分析。考虑了不同结拓扑结构,包括无结、三叶结、八字结和五叶结,以及对称和非对称单体组成。在所用的AB模型中,A型单体自斥,B型单体自吸,A-B相互作用中性,使得溶剂对A型单体有利,对B型单体不利。我们分析了热容量、回转半径及其温度导数,以及单体属于结区的概率。结果表明,结拓扑、单体组成和温度的相互作用显著影响聚合物构象。B块长度的小变化导致非单调、重新进入样的构象行为,包括低温下结局部化与去局部化的转变。这些效应源于拓扑约束下能量和熵贡献的竞争。

英文摘要

We investigate the thermal and structural properties of knotted diblock copolymer rings using a coarse-grained lattice model in an implicit solvent. The system is studied by means of the Wang--Landau Monte Carlo algorithm, allowing us to analyze thermodynamic and conformational responses over a wide temperature range. Different knot topologies, including the unknot, trefoil, figure-eight, and pentafoil knots, are considered for both symmetric and asymmetric monomer compositions. In the AB model employed here, A-type monomers are self-repulsive, B-type monomers are self-attractive, and A-B interactions are neutral, such that the solvent is effectively good for A-type monomers and poor for B-type monomers at low temperatures. We analyze several key observables, including the heat capacity, the radius of gyration, and its temperature derivative for both the entire copolymer ring and the individual blocks, and the probability that a monomer belongs to the knotted region. Our results show that the interplay between knot topology, monomer composition, and temperature strongly influences polymer conformations. Small variations in the B-block length induce nonmonotonic, reentrant-like conformational behavior as a function of temperature, including transitions between knot localization and delocalization at low temperatures. These effects arise from the competition between energetic and entropic contributions imposed by topological constraints.

2605.09421 2026-05-18 cs.SE

MACAA: Belief-Revision Multi-Agent Reasoning for Code Authorship Verification

MACAA:基于信念修正的多智能体推理用于代码作者身份验证

Jingwei Ye, Zhi Wang, Xin Li, Cong Gao, Chenbin Su, Jieshuai Yang, Jianfei Tang, Ge Chu

AI总结 MACAA提出一种无需训练的多智能体框架,通过协调器和四个专家代理分析代码证据,提升代码作者身份验证的准确性和可审计性,实现89.15%的F1分数。

详情
AI中文摘要

代码作者身份认证(CAA)支持软件取证、抄袭检测和知识产权保护。然而,现有监督CAA方法面临训练数据稀缺和封闭世界假设的限制:它们需要足够的标记代码,使得在低数据情况下训练困难,且在开放世界测试对中预测不可靠。大语言模型消除了任务特定的训练,但直接提示依赖昂贵的专家设计提示,容易在复杂异构代码对中产生幻觉,且很少产生可审计的证据轨迹。我们提出MACAA,一种基于信念修正的多智能体框架,用于无训练代码作者身份验证。MACAA包括一个协调器和四个专家代理,分析布局、词汇、语法和编程模式证据。协调器收集专家信号进行扩展,通过收缩剔除不可靠的证据,通过修正解决冲突以保持信念一致性,取代直接LLM判断,采用可审计的假设修正。MACAA在同语言基准上实现89.15%的F1分数,在混合跨语言对上实现80.00%的分数,在同语言和跨语言评估中均优于基线。

英文摘要

Code authorship attribution (CAA) supports software forensics, plagiarism detection, and intellectual property protection. However, existing supervised CAA approaches suffer from scarce training data and closed-world assumptions: they require sufficient labeled code from fixed candidate-author sets, making training difficult in low-data cases and predictions unreliable for open-world test pairs with unseen samples, or heterogeneous code pairs. Large language models remove task-specific training, but direct prompting depends on costly expert-designed prompts, can hallucinate over complex heterogeneous code pairs, and rarely yields auditable evidence traces. We propose MACAA, a belief-revision-based multi-agent framework for training-free code authorship verification. MACAA comprises a Coordinator and four Expert Agents analyzing layout, lexical, syntactic, and programming-pattern evidence. The Coordinator gathers expert signals for expansion, discounts unreliable evidence through contraction, and resolves conflicts through revision to preserve belief consistency, replacing direct LLM judgment with auditable hypothesis refinement. MACAA achieves 89.15\% F1 on same-language benchmarks and 80.00\% on mixed cross-language pairs, outperforming the baselines overall in both same-language and cross-language evaluations.

2605.09139 2026-05-18 nucl-ex nucl-th

Nuclear charge radii of aluminium isotopes at the proton drip line

铝同位素核电荷半径在质子滴线处的研究

Alex Brinson, Brooke Rickey, Pierre Arthuis, Antoine Belley, Scott Campbell, Xiangcheng Chen, Adam Dockery, Serdar Elhatisari, Hannah Erington, Nadeesha Gamage, Ronald Fernando Garcia Ruiz, Matthias Heinz, Jason Holt, Christian Ireland, Chris Izzo, Christina Jones, Jonas Karthein, Kristian König, Dean Lee, Yuan-Zhuo Ma, Franziska Maier, Ulf-G. Meißner, Kei Minamisono, Mason Moenter, Jose Munoz, Wilfried Nörtershäuser, Alejandro Ortiz-Cortes, Julian Palmes, Sophia Papa, Fabian Pastrana Cruz, Ryan Ringle, Henry Sims, Chandana Sumithrarachchi, Adam Vernon, Teng Wang, Shane Wilkins, Ram Yadav, Shuang Zhang

AI总结 通过激光光谱测量铝同位素电荷半径,揭示了接近质子滴线时半径的阶梯式增长,结果与镜像核的计算 proton skins 相关,为核结构理论提供了约束。

Comments 17 pages, 9 figures, 6 tables Updating to correct author list, added a new reference

详情
AI中文摘要

理解远离稳定性核尺寸的演变仍是核物理的核心挑战。在中子贫乏系统中,电荷半径对强相互作用和电磁相互作用的相互作用以及弱束缚的影响非常敏感,导致奇异核现象。然而,这些系统的实验数据受限于短寿命和低产率。本文报告了使用FRIB的RISE技术对从$^{25}$Al到质子滴线核$^{22}$Al的铝同位素链进行的首次激光光谱测量。测量结果揭示了接近滴线时电荷半径的阶梯式增加,$^{22,\,23}$Al的半径相似。与镜像核的比较显示其与计算的质子皮肤几乎相同,并与良好束缚核的系统趋势一致。这些结果为理解质子滴线处核尺寸的演变提供了见解,并对现代核理论提出了重要约束。同时,这些结果展示了RISE和FRIB联合探测不可达核结构的能力。

英文摘要

Understanding the evolution of nuclear size away from stability remains a central challenge in nuclear physics. In neutron-deficient systems, charge radii can be highly sensitive to the interplay between strong and electromagnetic interactions, and the effects of weak binding, giving rise to exotic nuclear phenomena. However, experimental data on these systems has been limited by short lifetimes and low production rates. Here we report the first laser-spectroscopy measurements of nuclear charge radii along the neutron-deficient aluminium isotopic chain, from $^{25}$Al to the proton-drip-line nucleus $^{22}$Al, using the {Resonance Ionization Spectroscopy Experiment} (RISE) at the {Facility for Rare Isotope Beams} (FRIB). Our measurements reveal a step-like increase in charge radius toward the drip line, with similar radii for $^{22,\,23}$Al. A comparison of our results with those of their mirror partners reveals an almost identical correlation with the calculated proton skins and is consistent with the systematic trend of well-bound nuclei. These results offer insight for understanding the evolution of nuclear size at the proton dripline and place important constraints on modern nuclear theory. They also demonstrate the unique combined capabilities of RISE and FRIB to probe the structures of previously inaccessible nuclei at the limits of existence.

2605.06620 2026-05-18 math.SG math.AG math.AT

Bulk-deformations, Floer complex bordism, and Grothendieck-Riemann-Roch

体变形、Floer复数 bordism 和 Grothendieck-Riemann-Roch

Kenneth Blakey, Noah Porcelli

AI总结 本文通过计算Liouville manifold的Floer同调不变量,结合Grothendieck-Riemann-Roch定理,研究了复数bordism与辛cohomology之间的关系,并给出了非基变的判据。

Comments 81 pages; v2: various small changes

详情
AI中文摘要

给定一个Liouville manifold,我们计算了一个Floer同伦不变量——将辛cohomology提升到复数bordism的复化——通过经典的Floer理论不变量,即由Chern特征类Bulk变形的辛cohomology。我们通过给出复化同伦群的显式模型,以及经典Grothendieck-Riemann-Roch定理的“同伦一致”版本来实现这一点。利用上述关系,我们建立了一个可计算的上同调判据,以判断这种MU提升是否无法通过从球谱的基变获得;并且给出了这种情况成立的例子。最后,我们使用这一非基变判据,在光滑复射影簇相对于 ample光滑除子的上下文中,检测了非平凡的高维复数bordism类的相对Gromov-Witten型模空间。

英文摘要

Given a Liouville manifold, we compute a Floer-homotopical invariant -- the complexification of the lift of symplectic cohomology to complex cobordism -- in terms of a classical Floer-theoretic invariant, namely, symplectic cohomology bulk-deformed by the Chern character. We do this by giving an explicit model for the complexified homotopy groups of the MU-module spectrum associated to a complex-oriented flow category and proving a ``homotopy coherent'' version of the classical Grothedieck-Riemann-Roch theorem. Using the aforementioned relation, we establish a computable cohomological criterion, in terms of the pair-of-pants product and the BV operator on symplectic cohomology, for when this MU lift cannot be obtained via base change from the sphere spectrum; moreover, we give examples where this holds. Finally, we use this non-base change criterion to detect examples of non-trivial higher-dimensional complex cobordism classes of relative Gromov-Witten type moduli spaces in the context of a smooth complex projective variety relative to an ample smooth divisor.

2605.04816 2026-05-18 cs.HC

Building AI Companions that Prioritise Learning over Performance

构建以学习优先于性能的人工智能伴侣

Hassan Khosravi, Dragan Gasevic, Shazia Sadiq, Lixiang Yan, Jason Lodge, Jason Tangen, Paul Denny, Kristen DiCerbo, Simon Buckingham Shum, Ryan S. Baker

AI总结 本文探讨如何设计人工智能以支持学习而非仅提升即时输出,提出AI学习伴侣的概念,通过五个案例研究展示其潜力与局限,主张转向以教学为基础、适应性学习和促进深层理解的人工智能设计。

详情
AI中文摘要

大型语言模型(LLMs)正在通过提高写作、编程和数据分析等任务的质量和效率迅速改变知识工作。然而,其在教育中的日益普及暴露了学习-性能悖论:虽然它们可以增强短期任务表现,但也可能削弱真正的学习,包括认知发展、知识迁移和元认知发展。本文探讨了人工智能应如何设计和使用以支持学习而非仅仅改善即时输出。我们引入了AI学习伴侣的概念,定义为适应性强、具有教学意识的LLM驱动代理,旨在整合到学习环境中。我们提出了一种设计框架,基于三个相互关联的基础:以学生如何与AI学习相关的教学基础、AI如何学习学生特征的适应性基础,以及确保系统透明、问责、包容和安全的责任设计基础。该框架通过五个案例研究展示了其在不同教育环境、层次和工具设计中的应用,揭示了现有工具的潜力和当前限制。我们得出结论,有必要从以任务为导向的LLM设计和仅仅提示其作为导师的行为转向有意识开发的AI学习伴侣,这些伴侣在教学上是合理的,能够适应学习者,并促进持久的理解、元认知发展和学习者的自主性。

英文摘要

Large language models (LLMs) are rapidly transforming knowledge work by improving the quality and efficiency of tasks such as writing, coding, and data analysis. However, their growing use in education has exposed a learning-performance paradox: while they can enhance short-term task performance, they may also undermine genuine learning, including cognitive growth, knowledge transfer, and metacognitive development. This paper addresses the question of how artificial intelligence should be designed and used to support learning rather than merely improve immediate outputs. We introduce the concept of AI learning companions, defined as adaptive, pedagogically informed, LLM-powered agents designed for integration into learning environments. We propose a framework for their design built on three interrelated foundations: a pedagogical foundation focused on how students learn with AI, an adaptive foundation focused on how AI learns about students, and a responsible design foundation ensuring systems remain transparent, accountable, inclusive, and secure. The framework is illustrated through five case studies spanning diverse educational contexts, levels, and tool designs, revealing both the promise and current limitations of existing tools. We conclude that there is a necessary shift away from LLMs designed for task-oriented performance, and beyond simply prompting them to act as tutors, toward deliberately developed AI learning companions that are pedagogically sound, adapt to their learners, and foster durable understanding, metacognitive growth, and learner agency.

2605.04792 2026-05-18 math.NT

Statistics of the Genus Number of $S_3 \times C_q$ and $D_4$-fields

$S_3 \times C_q$和$D_4$-域的亏种数统计

Anup B. Dixit, Sunil Kumar Pasupulati

AI总结 研究$S_3\times C_q$-域和$D_4$-域的亏种数统计,分析其平均值及高阶矩,并提出亏种密度为零的猜想。

Comments 29 pages, Comments are welcome

详情
AI中文摘要

数域的亏种数是一个基本不变量,用于衡量其理想类群中分歧的贡献。本文建立了$S_3\times C_q$-域(q≠3为素数)、$D_4$-域和纯四次域的亏种数统计,并获得了$S_3\times C_q$-域家族中亏种分布的平均值和高阶矩的精确结果。最后,基于启发式方法,提出一个猜想,识别出那些预期亏种密度为零的家族,即只有家族中密度为零的子集才能达到任何固定的亏种数。

英文摘要

The genus number of a number field is a fundamental invariant which measures the contribution of ramification to its ideal class group. In this paper, we establish the statistics for the genus number for $S_3\times C_q$-fields for $q\neq 3$ a prime number, $D_4$-fields and pure quartic fields. We also obtain precise results on the average and higher moments of the genus distribution within the family of $S_3\times C_q$-fields. Finally, based on heuristics, we formulate a conjecture identifying families for which one should expect the genus density to be zero, i.e., only a density zero subset of fields in the family attains any fixed genus number.

2605.04362 2026-05-18 math.DS

Persistence of periodic billiard orbits under domain deformation

周期弹道轨道在域变形下的持续性

Samuel Everett

AI总结 研究证明,若多边形存在满足特定组合准则的周期弹道轨道,则参数空间中存在路径,使路径上每个多边形都存在相同类型的周期弹道轨道。

Comments 12 pages, 4 figures

详情
AI中文摘要

我们证明,如果一个多边形存在满足特定组合准则的周期弹道轨道,则在参数空间中存在路径,使得路径上的每个多边形都存在相同类型的周期弹道轨道。

英文摘要

We prove that if a polygon admits a periodic billiard orbit satisfying a certain combinatorial criterion, then there are paths of polygons in parameter space for which every polygon in the path admits a periodic billiard orbit of the same type.

2605.04336 2026-05-18 econ.TH cs.CR cs.GT

The Adversarial Discount -- AI, Signal Correlation, and the Cybersecurity Arms Race

对抗折扣——人工智能、信号相关性与网络安全军备竞赛

James W. Bono

AI总结 本文研究了对抗投资的竞赛模型,探讨了攻击者和防御者在多个攻击面中分配资源给AI增强能力的过程,分析了信号相关性对军备竞赛比例的影响,并指出信息聚合可能超越私人能力投资。

详情
AI中文摘要

我们研究了一个对抗性投资的竞赛理论模型,其中攻击者和防御者在多个攻击面上分配资源以增强AI增强能力。攻击者的投资通过两个渠道运作:它无条件地增强进攻能力,并有条件地削弱防御效果,产生一种对抗折扣,这种折扣随着防御者自身投资的增加而内生加深。我们推导出一个闭式军备竞赛比例,将进攻和防御投资的相对边际效果分解为六个结构性原始要素,并在连续最佳响应动态下建立均衡唯一性和全局收敛性。核心结果关注信号交叉相关性,即威胁情报在一个表面上的信息如何影响另一个表面的检测。在完全交叉相关的情况下,军备竞赛比例与攻击面数量无关:攻击者的结构优势随着攻击面的增加完全被抵消。在基准全稀释情况下,没有交叉相关性时,每攻击面的防御效果随着攻击面的增长而消失。将分析扩展到面对攻击者的目标预期值的异质防御者,我们指出模型指出了双重低效率:过度投资于私人防御(零和转移外部性)和低估共享信号相关性(公共物品)。这些正式结果,加上模型外的公共物品推理,阐明了何时集体信息聚合可以超越私人能力投资成为对抗竞赛中的决定性因素。

英文摘要

We study a contest-theoretic model of adversarial investment in which an attacker and a defender allocate resources to AI-augmented capabilities across multiple attack surfaces. The attacker's investment operates through two channels: it amplifies offensive potency unconditionally and erodes defensive effectiveness conditionally, generating an adversarial discount that deepens endogenously with the defender's own investment. We derive a closed-form arms race ratio decomposing the relative marginal effectiveness of offensive and defensive investment into six structural primitives and establish equilibrium uniqueness and global convergence under a continuous best-response dynamic. The central result concerns signal cross-correlation, the degree to which threat intelligence on one surface informs detection on another. With full cross-correlation, the arms race ratio is independent of the number of attack surfaces: the attacker's structural advantage from surface proliferation is completely neutralized. Under the benchmark full-dilution case, without cross-correlation, per-surface defense effectiveness vanishes as the attack surface grows. Extending the analysis to heterogeneous defenders facing an attacker who targets by expected value, we argue that the model points to a dual inefficiency: overinvestment in private defense (a zero-sum redirective externality) and underinvestment in shared signal correlation (a public good). These formal results, together with public-good reasoning outside the base model, characterize when collective information aggregation can dominate private capability investment as the decisive margin in adversarial contests.

2605.03406 2026-05-18 stat.ME

A General Framework for Optimal Group Sequential Testing via Mixed-Integer Linear Programming

一种通过混合整数线性规划进行最优分组序贯检验的一般框架

Dae Woong Ham, Stefanus Jasin, Xuejun Zhao

AI总结 本文提出了一种基于混合整数线性规划的优化方法,用于在控制I型和II型错误的前提下,改进分组序贯检验的拒绝准则,展示了其在急性肾损伤干预研究中的应用效果。

详情
AI中文摘要

序贯假设检验被广泛用于在数据随时间到达时进行多个检验。特别是,研究者经常使用分组序贯检验(GST)在K次或“组”中测试相同的假设。在这一设定中,许多方法已被提出以允许研究者在K次检查中统一控制I型错误(通常称为各种alpha-spending预算)。尽管这些方法在控制统一I型错误方面都有效,但不清楚在尝试尽快拒绝原假设时哪些方法是最优的。在本文中,我们直接在GST设定下优化拒绝准则,同时在控制I型和II型错误的相同约束下进行优化。我们使用样本平均近似结合混合整数线性规划(S-MILP)方法来解决这个问题,并展示了我们的S-MILP方法如何优于经典的GST程序,如Lan-DeMets、Pocock和O'Brien-Fleming方法。我们还发现最优解通常会尽早激进地使用alpha预算,为长期存在的关于哪种alpha-spending预算更高效的争论提供了见解。最后,我们将我们的最优S-MILP方法应用于最近一项关于急性肾损伤干预的研究,并发现我们的最优S-MILP方法可以比原始研究和其他GST方法更快地达到统计上显著的结论。

英文摘要

Sequential hypothesis tests are widely adopted as a principled way to perform multiple tests on data that arrives over time. In particular, researchers frequently utilize group sequential hypothesis tests (GST) to test the same hypotheses at K times or "groups" while data arrives sequentially. In this setting, many methods have been proposed to allow researchers to uniformly control type-1 error across K checks (often known as various alpha-spending budgets). Although these methods are all successfully valid in controlling uniform type-1 error, it is not clear which of these methods are optimal when trying to reject the null as soon as possible. In this paper, we directly optimize the rejection criterion in the GST setting under the same constraints of controlling type-1 and type-2 errors. We use a sample average approximation combined with mixed integer linear programming (S-MILP) approach for this problem and show how our S-MILP approach dominates classical GST procedures such as Lan-DeMets, Pocock, and O'Brien-Fleming methods. We also find that the optimal solution typically aggressively spends the alpha-budget early, shedding insight to the long-standing debate of which alpha-spending budgets are more efficient. We finally apply our optimal S-MILP approach to a recent study on acute kidney injury interventions and find our optimal S-MILP approach can reach the same statistically significant conclusion faster than the original study and other GST methods.

2605.03087 2026-05-18 cond-mat.mes-hall

Bogoliubov mode dynamics and non-adiabatic transitions in time-varying condensed media

玻色-爱因斯坦凝聚介质中玻色-爱因斯坦模式动力学与非绝热转变

A. M. Tishin

AI总结 研究凝聚介质中非绝热波动力学及绝热稳定性向谱混沌的转变,提出无量纲参数量化子波长不均匀性中的相-模重分布,验证框架在ENZ超材料和超快磁性介质中的有效性。

Comments 40 pages, 4 figures

详情
AI中文摘要

本研究探讨凝聚介质中非绝热波动力学及绝热稳定性向谱混沌的转变。我们引入一个无量纲参数,作为通用度量标准,量化子波长不均匀性中的相-模重分布。我们的框架将缺陷视为局部绝热性破坏的站点,触发非绝热参数激发基态。在扩展的50级玻色基矢数值验证中,该框架准确区分了ENZ超材料中的绝热区域和超快磁性介质中的非绝热转变。我们建立了一个由非绝热性与调控比支配的通用缩放定律,证明所提度量标准在不同材料类别中仍是一个稳健的计量工具。在极端负载下观察到的计算奇点标识了相干模混合的严格操作边界。所提框架的鲁棒性通过数值验证,证明该方法在满足稳定性准则的广泛非线性凝聚介质中的可靠性。该结果为动态希尔伯特空间截断(有效费米子动力学)提供了严格的物理依据,确保在复杂结构环境中计量的一致性。这些结果为探测超快集体激发和潜在内部应力提供了理论基础,将结构分析扩展到传统衍射障碍之外。

英文摘要

This study investigates non-adiabatic wave dynamics in condensed media and the transition from adiabatic stability to spectral chaos. We introduce a dimensionless parameter, as a universal metric to quantify phase-mode redistribution at sub-wavelength inhomogeneities. Our framework treats defects as localized sites of adiabaticity violation triggering non-adiabatic parametric excitation of the ground state. Numerical validation in an expanded 50-level bosonic basis demonstrates that the framework accurately distinguishes between adiabatic regimes in ENZ-metamaterials and non-adiabatic transitions in ultrafast magnetic media. We establish a universal scaling law governed by the non-adiabaticity-to-regulation ratio, proving that the proposed metric remains a robust metrological tool for identifying sub-wavelength inhomogeneities across diverse material classes. Computational singularities observed at extreme loads identify the rigorous operational boundaries for coherent mode-mixing. The robustness of the proposed framework is numerically validated, proving the method's reliability for a wide class of non-linear condensed media satisfying the stability criterion. This result provides a rigorous physical justification for the dynamic Hilbert space truncation (effective fermion-like dynamics), ensuring metrological consistency in complex structural environments. These results provide a theoretical foundation for probing ultrafast collective excitations and latent internal stresses, extending structural analysis beyond the traditional diffraction barrier.

2605.02248 2026-05-18 math.ST cs.DM eess.SP q-bio.GN q-fin.ST stat.TH

Statistics of a multi-factor function from its Fourier transform

多因素函数的统计学与其傅里叶变换

Matthew A. Herman, Stephen Doro

AI总结 通过傅里叶变换推导多因素函数的总体统计量,提出m系数/索引湮灭定理,揭示傅里叶域中项的索引和为零的特性,用于分析设计工具及搜索算法约束。

Comments Submitted to the Journal of Fourier Analysis and Applications. 42 pages, 6 figures

详情
AI中文摘要

对于定义在有限阿贝尔群G上的n因素函数f,我们仅通过其傅里叶变换f̂推导其总体统计量。主要结果是m系数/索引湮灭定理:函数f的m阶矩成为一系列项,每个项恰好包含m个傅里叶系数---令人惊讶的是,每个项中的系数索引在群加法下求和为零。这一条件像一个过滤器,限制傅里叶域中出现的项,可揭示驱动f的变量之间的深层关系。这些技术也可作为分析/设计工具或搜索算法中的可行性约束。对于定义在Z_2^n上的函数,我们展示了如何从傅里叶域推导二项分布的偏度、峰度等统计量。其他示例也进行了展示。

英文摘要

For a phenomenon $\boldsymbol{f}$ that is a function of $n$ factors, defined on a finite abelian group $G$, we derive its population statistics solely from its Fourier transform $\hat{\boldsymbol{f}}$. Our main result is an $m$-Coefficient/Index Annihilation Theorem: the $m$th moment of $\boldsymbol{f}$ becomes a series of terms, each with precisely $m$ Fourier coefficients --- and surprisingly, the coefficient indices in each term sum to zero under group addition. This condition acts like a filter, limiting which terms appear in the Fourier domain, and can reveal deeper relationships between the variables driving $\boldsymbol{f}$. These techniques can also be used as an analytical/design tool, or as a feasibility constraint in search algorithms. For functions defined on $\mathbb{Z}_2^n$, we show how the skew, kurtosis, etc. of a binomial distribution can be derived from the Fourier domain. Several other examples are presented.

2605.01875 2026-05-18 math.AP

Large-Data Global Regularity for Three-Dimensional Navier--Stokes I: A Direct First-Threshold Continuation Proof for the Axisymmetric Swirl Class

大数据三维纳维-斯托克斯方程全局正则性:I. 轴对称涡旋类的直接第一阈值延续证明

Rishad Shahmurov

AI总结 本文通过直接第一阈值方法证明了三维纳维-斯托克斯方程在轴对称涡旋类下的大数据全局正则性,利用提升变量和全狄利克雷可见性量进行分析,通过三个定量工具证明了第一阈值不会发生。

详情
AI中文摘要

本文是关于三维纳维-斯托克斯方程大数据全局正则性的一系列两部分直接阈值研究中的第一篇。我们证明了轴对称涡旋类的直接第一阈值延续定理。证明完全使用提升变量$$Γ=ru_θ,\quad G=ω_θ/r,\quad dμ_5=r^3\,dr\,dz$$,并使用五维全狄利克雷可见性$$\mathcal V_χ$$作为局部 coercive 量。论证通过有限的第一阈值停止时间组织。我们定义了临界轴得分包络,跟踪到第一个可能的阈值时间,并证明对应的归一化包络不存在。证明有三个定量组成部分。首先,小包络延续定理将有界得分和正则化源大小转换为光滑延续。其次,有限重叠后代提取定理表明,每个大 collar 渗漏、外部尾部、低频残余、源集中或碎片化通道要么产生更小的后代包络要么是扰动性。第三,在剩余的相干情况下,严格全狄利克雷桥$$|\mathcal T_{G,χ}[G]|\le θ\mathcal V_χ[G]+C\mathfrak E_{\rm dir}[G],\quad 0<θ<1$$,以及系数校准的局部平衡合同所选包络。因此,第一阈值不会发生,临界包络保持

英文摘要

This is the first paper in a two-part direct-threshold series on large-data global regularity for the three-dimensional Navier--Stokes equations. We prove a direct first-threshold continuation theorem for the axisymmetric class with swirl. The proof is written entirely in the lifted variables \[ Γ=ru_θ,\qquad G=ω_θ/r,\qquad dμ_5=r^3\,dr\,dz, \] and uses the five-dimensional full-Dirichlet visibility \(\mathcal V_χ\) as the local coercive quantity. The argument is organized by a finite first-threshold stopping time. We define a critical axis score envelope, follow it to a first possible threshold time, and prove that the corresponding normalized packet cannot exist. The proof has three quantitative ingredients. First, a small-envelope continuation theorem converts bounded score and regularized source size into smooth continuation. Second, a finite-overlap descendant-extraction theorem shows that every large collar leakage, exterior tail, low-frequency residue, source concentration, or fragmentation channel either produces a smaller descendant packet or is perturbative. Third, in the remaining coherent case, the strict full-Dirichlet bridge \[ |\mathcal T_{G,χ}[G]| \le θ\mathcal V_χ[G]+C\mathfrak E_{\rm dir}[G], \qquad 0<θ<1, \] and a coefficient-calibrated local balance contract the selected packet. Consequently no first threshold occurs, the critical envelope stays

2605.00745 2026-05-18 quant-ph

Quantum simulation of nanographenes and Trotter error cancellation

纳米石墨烯的量子模拟与Trotter误差消除

Andreas Juul Bay-Smidt, Nina Glaser, Marcel D. Fabian, Earl T. Campbell, Nick S. Blunt, Gemma C. Solomon

AI总结 本文研究了纳米石墨烯π体系的量子模拟,分析了Trotter误差的大小,并发现通过误差消除可显著减少量子相位估计所需的电路深度。

详情
AI中文摘要

容错量子计算是模拟分子和材料的有前途的工具,但许多应用需要大量资源,硬件能力与需求之间仍存在显著差距。我们提出纳米石墨烯π体系的量子模拟作为相关且可扩展的问题,以弥合早期和大规模容错量子计算之间的差距。我们研究了Trotter化量子模拟的效率,详细分析了最坏情况、平均情况和能量本征值Trotter误差,并发现这些Trotter误差估计相差多个数量级。Trotter本征值误差通过一种新的张量网络方法获得,该方法允许对超出暴力计算的系统的产品公式进行频谱分析。值得注意的是,我们观察到Trotter误差消除现象,即低能本征态之间的能量差的Trotter误差显著小于绝对能量的Trotter误差,从而在量子相位估计计算能量间隙时减少了约一个数量级的电路深度。这是重要的结果,因为对于大多数化学应用,只有能量差具有实际相关性。我们估计,在Pariser--Parr--Pople模型下,计算大尺寸二维纳米石墨烯(最多140个自旋轨道)中基态和激发态之间的能量差以化学精度,需要包含小于3.2×10⁷个Toffoli门的电路。这项工作表明,考虑化学相关应用的细节并利用误差消除可以显著减少资源需求。

英文摘要

Fault-tolerant quantum computing is a promising tool for simulating molecules and materials, but frequently-considered applications require substantial resources, and the gap between hardware capabilities and requirements remains significant. We propose quantum simulation of nanographene $π$-systems as relevant and scalable problems to span the gap between early and large-scale fault-tolerant quantum computing. We examine the efficiency of Trotterized quantum simulation, present a detailed analysis of worst-case, average-case and energy eigenvalue Trotter errors, and show that these Trotter error estimates vary by orders of magnitude. Trotter eigenvalue errors are obtained from a novel tensor-network-based approach which allows spectral analysis of product formulas for systems beyond brute-force calculation. Notably, we observe a Trotter error cancellation phenomenon whereby the Trotter error for energy differences between low-lying eigenstates is significantly smaller than the Trotter error for absolute energies, resulting in approximately an order of magnitude circuit depth reduction for quantum phase estimation calculation of energy gaps. This is a significant result because for most chemical applications, only energy differences are of practical relevance. We estimate that calculation of energy gaps to chemical accuracy between the ground- and excited-states within the Pariser--Parr--Pople model for large 2D nanographenes (up to 140 spin orbitals) requires circuits with $< 3.2 \times 10^7$ Toffoli gates. This work shows that considering details of chemically-relevant applications and exploiting error cancellation can lead to substantial reductions in resource requirements.

2605.00026 2026-05-18 q-bio.NC quant-ph

The $γ_c$-Peak: Covariant Recovery on Four Organic Qubit Platforms

γ_c-峰:四种有机量子比特平台上的协变恢复

Hikaru Wakaura, Taiki Tanimae

AI总结 本文通过四种无磁场的有机量子比特平台验证了协变纯化量子纠错协议,发现γ_c峰在纠缠破裂阈值处实现最大保真度提升,证明了Petz恢复在该阈值后的相干性保持。

详情
AI中文摘要

Petz恢复映射(1986)可证明地逆转一个噪声量子通道在参考态上的作用,但其算法相关性在实际、以耗散为主导的平台上仍不清楚。使用开源的organic-qc-bench模拟包,我们对四种工程化的有机量子比特平台进行了基准测试,这些平台在无任何磁场的情况下运行:一种类胡椒氮氧自由基对储备(P1);氯化三苯基甲基自由基在共价有机框架中的(P2);SVILC量子比特[Wakaura2017]在κ-(BEDT-TTF)₂Cu[N(CN)₂]Br中的(P3,取决于SVILC确认);以及trans-聚乙炔中的Su-Schrieffer-Heeger孤子(P4)。在五个量子算法(QKAN、qDRIFT、无控制QPE、Shor-Regev、Bernstein-Vazirani)和两个机器学习任务中,CQEC在所有十六个路径×算法对中均取得显著收益(p<10^{-5};Wilcoxon,Bonferroni α=0.05/44)。核心发现是γ_c峰:保真度增益ΔF在纠缠破裂阈值γ_c处达到最大值,ΔF_max=+0.303在d=64时,且在d=2-64范围内具有线性log₂d的扩展——算法上验证了预测[Wakaura2026LQBH]Petz恢复在该阈值后的相干性保持。Bernstein-Vazirani也证明了在n=3-5时的量子优势,diarethene-photoswitch CZ保真度达到F_CZ≥0.987(P2-P4),且预计制造成本比超导平台低10-40倍,运行功率低10-200倍。γ_c峰确立了Petz式恢复在耗散-相干边界上的实际相关性,并将PTM-COF(P2)列为最高优先级的实验目标。

英文摘要

The Petz recovery map (1986) provably reverses a noisy quantum channel on a reference state, but its algorithmic relevance to real, dissipation-dominated platforms has remained unclear. Using the open-source \texttt{organic-qc-bench} simulation package, we benchmark a Petz-style covariant-purification quantum error correction (CQEC) protocol across four engineered organic qubit platforms operated \emph{without any magnetic field}: a flavin-nitroxide radical-pair reservoir (P1); perchlorotriphenylmethyl radicals in a covalent organic framework (P2); the SVILC qubit [Wakaura2017] on $κ$-(BEDT-TTF)$_2$Cu[N(CN)$_2$]Br (P3, conditional on SVILC confirmation); and a Su-Schrieffer-Heeger soliton on \emph{trans}-polyacetylene (P4). Across five quantum algorithms (QKAN, qDRIFT, control-free QPE, Shor-Regev, Bernstein-Vazirani) and two ML tasks, CQEC gains are significant ($p\!<\!10^{-5}$; Wilcoxon, Bonferroni $α\!=\!0.05/44$) for all sixteen path$\times$algorithm pairs. The central finding is the \emph{$γ_c$-peak}: the fidelity gain $ΔF$ is maximised \emph{at} the entanglement-breaking threshold $γ_c$, with $ΔF_{\rm max}\!=\!+0.303$ at $d\!=\!64$ and a linear $\log_2 d$ scaling over $d=2$-$64$ -- algorithmically confirming the prediction [Wakaura2026LQBH] that Petz recovery preserves coherence beyond this threshold. Bernstein-Vazirani also yields a $7.6$-$31\times$ provable quantum advantage at $n\!=\!3$-$5$, diarylethene-photoswitch CZ fidelities reach $F_{CZ}\!\ge\!0.987$ for P2-P4, and projected manufacturing costs are 10-40$\times$ lower with 10-200$\times$ less operating power than superconducting platforms. The $γ_c$-peak establishes Petz-style recovery as a practically relevant primitive at the dissipation-coherence boundary and identifies PTM-COF (P2) as the highest-priority experimental target.

2604.28026 2026-05-18 cond-mat.stat-mech

Order by disorder up to arbitrarily high temperature

按紊乱排序直至任意高温

Ravish Mehta

AI总结 研究证明在高温下,一类经典晶格模型表现出长程棋盘状有序,其机制纯粹是熵驱动的,包含最近引入的Han-Huang-Komargodski-Lucas-Popov模型。

Comments 16 pages, 3 figures

详情
AI中文摘要

我们证明了一类在$\mathbb{Z}^d$($d \geq 2$)上的经典晶格模型,具有本地空间$\mathbb{N}_0$和最近邻相互作用,在足够高的温度下表现出长程棋盘状有序。有序机制是纯粹的熵驱动。该类模型包含最近引入的Han-Huang-Komargodski-Lucas-Popov模型,我们的工作由此启发。证明使用了Pirogov-Sinai理论,关键输入是一个Peierls界。

英文摘要

We prove that a class of classical lattice models on $\mathbb{Z}^d$ ($d \geq 2$) with on-site space $\mathbb{N}_0$ and nearest neighbour interaction, exhibits long-range checkerboard order at sufficiently high temperature. The ordering mechanism is purely entropic. The class of models contains the recently introduced model of Han--Huang--Komargodski--Lucas--Popov (arXiv:2503.22789), by which our work is inspired. The proof uses Pirogov--Sinai theory and the key input is a Peierls bound.

2604.27067 2026-05-18 astro-ph.GA astro-ph.SR

SPYGLASS. VII-B. Tracing the Fragments of Massive Star Formation Using Low-Mass Associations

SPYGLASS. VII-B. 通过低质量协会追溯大质量恒星形成的碎片

Ronan Kerr, Adam L. Kraus, Jonathan C. Tan, Julio Chanamé, Facundo Pérez Paolino, Joshua S. Speagle, Juan P. Farias, José G. Fernández-Trincado, Keith Hawkins

AI总结 利用Gaia观测数据,研究低质量协会的起源及形成机制,揭示其与更大星云的关联,并发现部分协会可能由云碰撞或反馈驱动。

Comments 30 Pages, 11 Figures, 3 Tables, Accepted to ApJ

详情
AI中文摘要

Gaia飞船的新观测揭示了低质量协会的新兴人口,这些协会与更大协会或分子云无关。通过新速度和年龄数据及文献目录,研究揭示了16个低质量协会的起源,发现三个分散群体共享共同形成地点。十二个协会可能与更大复合体有关,其中六个在向外运动的恒星形成事件中形成。反馈作用解释了本地和Orion-Eridanus Bubbles的形态,并触发了相关协会的形成。大部分剩余群体显示触发恒星形成的证据。Leo协会的高垂直速度和减速特征表明其由中间速度云碰撞形成,可能是首次发现此类云中的恒星形成。其他协会显示类似不对称速度特征,可能追溯气泡驱动加速或云碰撞。结论指出,低质量年轻协会仍待发现,这些群体可能揭示塑造银河恒星形成的气体过密度过程。

英文摘要

New observations from the Gaia spacecraft have traced an emerging demographic of low-mass associations disconnected from larger associations or GMCs. The first of these associations were recently characterized, but the star-forming environments they trace remain unknown. Using new velocities and ages alongside literature catalogs, we uncover the origins of 16 low-mass associations ($M\lesssim100$ M$_{\odot}$, $τ\lesssim50$ Myr) using dynamical traceback. We reveal that three groups of currently disparate populations share common formation sites, comprising the Leo, CaNMoS, and AquENS associations. Twelve of 16 associations have plausible connections to larger complexes, six of which form while moving outward from well-established multi-generational star-forming events that drive known or suspected bubbles. We find that feedback from the oldest co-spatial and co-moving relatives of these associations can explain the current morphologies of the Local and Orion-Eridanus Bubbles, along with the formation of related associations like Sco-Cen and Orion OB1. Most remaining populations show evidence for triggered star formation. In the Leo Association, high vertical velocities and a deceleration signature suggest that it formed out of an intermediate velocity cloud colliding with gas in Orion, which would make it the first known case of star formation in one of these clouds. The other newly defined associations show similar asymmetric velocity signatures, such as CaNMoS, which may trace bubble-driven acceleration or a cloud collision. We conclude that the lowest-mass young associations remain undiscovered, and that these populations may have a critical role revealing the small gas overdensities that trace the processes sculpting galactic star formation.

2604.26782 2026-05-18 math.NA cs.NA

Deep Policy Iteration for High-Dimensional Mean-Field Games with Regenerative Reformulation

高维均场博弈的深度策略迭代与再生改写

Shuixin Fang, Shupeng Wang, Zhen Wu, Hui Zhang, Tao Zhou

AI总结 本文提出一种深度策略迭代方法,通过将高维有限时间均场博弈转化为再生问题,实现策略评估与改进的循环更新,避免直接求解耦合的哈密顿-雅可比-贝尔曼和福克-计划克系统,有效处理高维问题。

Comments 31 pages, 6 figures

详情
AI中文摘要

本文开发了一种深度策略迭代方法,用于高维有限时间均场博弈(MFG)。我们将游戏改写为具有确定性循环的再生问题,这允许在每次循环中进行策略评估(PE)、策略改进(PI)和人口度量估计。在此框架中,我们通过粒子系统近似人口度量,并利用欧拉-马尔可夫连续化状态动态诱导的一步随机映射来更新它。该更新将粒子批次从一个循环传输到下一个循环,避免了在每次迭代中对整个时间跨度进行顺序轨迹模拟。PE和PI子问题通过连续循环之间的关系进行公式化,利用对抗训练进行评估,利用平均优化进行改进。所提出的方法在高维情况下高效且可扩展,因为它避免了直接求解耦合的哈密顿-雅可比-贝尔曼和福克-计划克系统、完整轨迹模拟以估计人口度量、显式计算条件期望以进行策略评估以及点优化以进行策略改进。数值实验表明,所提出的方法能够有效处理高达10000维的问题。

英文摘要

This paper develops a deep policy iteration method for high-dimensional finite-horizon mean-field games (MFG). We reformulate the game as a regenerative problem with deterministic cycles, which allows policy evaluation (PE), policy improvement (PI), and population measure estimation to be carried out cycle by cycle. Within this formulation, we approximate the population measure by a particle system and update it using a one-step random mapping induced by the Euler-Maruyama discretization of the state dynamics. This update transports a mini-batch of particles from one cycle to the next, avoiding sequential trajectory simulation over the entire time horizon at each iteration. The PE and PI subproblems are formulated through the relation between consecutive cycles, with adversarial training used for evaluation and averaged optimization used for improvement. The resulting method is efficient and scalable in high dimensions, as it avoids the direct solution of the coupled Hamilton-Jacobi-Bellman and Fokker-Planck system, the full simulation of trajectories to estimate the population measure, the explicit computation of conditional expectations in policy evaluation, and pointwise optimization in policy improvement. Numerical experiments demonstrate that the proposed method effectively handles dimensions up to 10,000.

2604.26730 2026-05-18 math.GR math.GN

On the existence and properties of Alexandroff paratopological groups

关于Alexandroffpara拓扑群的存在性和性质

Pedro J. Chocano, Tayomara Borsich

AI总结 本文研究了带有Alexandroff拓扑的群,证明非离散的Alexandroff拓扑无法使群成为拓扑群,提出Alexandroffpara拓扑群的概念,并给出了非紧致$T_0$的例子,解决了两个关于para拓扑群弱有界子集的经典问题。

Comments Comments are welcome

详情
AI中文摘要

我们研究了带有Alexandroff拓扑的群,并证明非离散的Alexandroff拓扑无法使群成为拓扑群。这解决了Alexandroff拓扑群的基本存在性问题。受此障碍的启发,我们转向更广泛的Alexandroffpara拓扑群设置。我们建立了这些空间的几个基本性质,并提供了显式的非紧致$T_0$例子,证明Alexandroff框架足以捕捉非平凡的para拓扑现象。作为应用,我们解决了两个关于para拓扑群弱有界子集的经典开放问题,证明非紧致Alexandroffpara拓扑群为products of feebly bounded sets和$B^2$的弱有界性提供了正解,当$B$是弱有界子集时。

英文摘要

We study groups endowed with Alexandroff topologies and show that no non-discrete Alexandroff topology can turn a group into a topological group. This settles negatively the basic existence problem for Alexandroff topological groups. Motivated by this obstruction, we turn to the broader setting of Alexandroff paratopological groups. We establish several fundamental properties of these spaces and provide explicit non-compact $T_0$ examples, showing that the Alexandroff framework is rich enough to capture nontrivial paratopological phenomena. As applications, we address two classical open questions concerning feebly bounded subsets in paratopological groups, proving that non-compact Alexandroff paratopological groups offer a positive solution both for products of feebly bounded sets and for the feebly boundedness of $B^2$ when $B$ is a feebly bounded subset.

2604.26662 2026-05-18 hep-th

Complex Geodesics in the Nariai Geometry

Nariai几何中的复测地线

Lars Aalsma, Mir Mehedi Faruk

AI总结 研究Nariai几何中重标量场的两点关联函数,利用热核方法通过球面乘积的测地近似获得结果,并通过解析延拓球面得到关联函数,涉及复测地线求和,扩展了纯de Sitter空间的先前结果。

Comments v1: 17+2 pages, 8 figures. v2: fixed typos

详情
AI中文摘要

我们研究Nariai几何中重标量场的两点关联函数。利用热核方法,通过球面乘积上两点函数的测地近似获得该结果。通过解析延拓其中一个球面,我们得到Nariai几何中的关联函数。该结果涉及复测地线的求和,扩展了纯de Sitter空间的先前结果。我们强调了每条测地线贡献的相位的重要性,必须考虑以避免关联函数中的虚假奇点。

英文摘要

We study two-point correlation functions of heavy scalar fields in the Nariai geometry. Utilizing the heat kernel formalism, we obtain this result from a geodesic approximation to the two-point function on a product of spheres. By analytically continuing one of the spheres, we obtain the correlation function in the Nariai geometry. This result involves a sum over complex geodesics, extending previous results in pure de Sitter space. We emphasize the important role of the phase of each geodesic contribution, which needs to be taken into account to avoid spurious singularities in the correlator.

2604.26126 2026-05-18 eess.SY cs.SY stat.ML

Application of Deep Reinforcement Learning to Event-Triggered Control for Networked Artificial Pancreas Systems

深度强化学习在联网人工胰腺系统事件触发控制中的应用

Junya Ikemoto, Satoshi Maruyama, Kazumune Hashimoto

AI总结 本文提出基于深度强化学习的事件触发控制器设计,通过引入基于血糖变化的规则准则,避免显式学习更新时间,提升通信效率并保持控制性能。

Comments 14 pages, 7 figures, submitted to a journal

详情
AI中文摘要

本文提出了一种基于深度强化学习(DRL)的事件触发控制器设计,用于联网人工胰腺(AP)系统。尽管现有基于DRL的AP控制器通常假设周期性控制更新,联网控制系统(NCSs)需要减少通信频率以实现高效能操作,这与控制更新直接相关。然而,联合学习胰岛素剂量和更新时间显著增加了学习问题的复杂性。为缓解这一复杂性,我们开发了一种实用的DRL控制器设计,通过引入基于血糖变化的规则准则,避免显式学习更新时间。结果表明,决策发生在不规则间隔,问题自然地被建模为半马尔可夫决策过程(SMDP),我们扩展了标准DRL算法。数值实验表明,所提出的方法在提高通信效率的同时保持了控制性能。

英文摘要

This paper proposes a deep reinforcement learning (DRL)-based event-triggered controller design for networked artificial pancreas (AP) systems. Although existing DRL-based AP controllers typically assume periodic control updates, networked control systems (NCSs) require a reduction in communication frequency to achieve energy-efficient operation, which is directly tied to control updates. However, jointly learning both insulin dosing and update timing significantly increases the complexity of the learning problem. To alleviate this complexity, we develop a practical DRL-based controller design that avoids explicitly learning update timing by introducing a rule-based criterion defined by changes in blood glucose. As a result, decision-making occurs at irregular intervals, and the problem is naturally formulated as a semi-Markov decision process (SMDP), for which we extend a standard DRL algorithm. Numerical experiments demonstrate that the proposed method improves communication efficiency while maintaining control performance.

2604.26086 2026-05-18 physics.bio-ph physics.comp-ph

Orientation-Dependent Protein Binding at Nanoparticle Interfaces

纳米粒子界面处的蛋白质结合方向依赖性

Vigneshwari Karunakaran Annapoorani, Ian Rouse, Vladimir Lobaskin, Nicolae-Viorel Buchete

AI总结 本文结合粗粒化统一原子模型与分子对接,研究蛋白质在二氧化硅纳米粒子上的吸附行为,通过方向分辨热图分析结合能量和对接分数,揭示蛋白质-纳米粒子结合几何结构,为预测模型和机理研究提供定量支持。

详情
Journal ref
J. Chem. Phys. 14 May 2026; 164 (18): 181103
AI中文摘要

准确量化蛋白质-纳米粒子相互作用对于纳米生物技术、纳米医学和药物递送应用至关重要。受最近计算和实验工作的启发,我们结合粗粒化统一原子(UA)模型与分子对接,表征蛋白质在SiO₂纳米粒子上的吸附。我们构建了方向分辨热图,在其中极角和方位角唯一指定相对蛋白质-纳米粒子构型,热图的幅度通过最小UA吸附能量或对接分数报告结合倾向。每个角度bin对应于一个独特的对接复合物,使不同模型间的结合几何结构系统比较成为可能。为了将对接分数景观与玻尔兹曼平均的UA吸附能联系起来,我们分析了之前实验研究过的八种桦树花粉过敏原蛋白。两种方向分布之间的相似性通过 Jensen-Shannon 散度(JSD)量化。我们发现在某些情况下两种方法之间有令人鼓舞的一致性,同时也识别了局限性和改进路线,包括优化角度分辨率和迭代优化相互作用参数。总体而言,该框架为蛋白质-纳米粒子界面的粗粒化能和对接输出之间提供了定量桥梁,支持改进的预测建模和对蛋白质-纳米粒子结合景观的机理研究。

英文摘要

Accurate quantification of protein-nanoparticle interactions is essential for applications in nanobiotechnology, nanomedicine, and drug delivery. Motivated by recent computational and experimental work, we combine coarse-grained united-atom (UA) models with molecular docking to characterize protein adsorption on SiO_2 nanoparticles. We construct orientation-resolved heatmaps in which polar and azimuthal angles uniquely specify the relative protein-nanoparticle pose, and the map amplitude reports binding propensity via the minimum UA adsorption energy or the docking score. Each angular bin corresponds to a distinct docked complex, enabling systematic comparison of binding geometries across models. To relate docking score landscapes to Boltzmann-averaged UA adsorption energetics, we analyze eight birch pollen allergen proteins previously studied experimentally. Similarity between the two orientational distributions is quantified using the Jensen-Shannon divergence (JSD). We find encouraging agreement between the two approaches in several cases, while also identifying limitations and routes for improvement, including optimized angular resolution and iterative refinement of interaction parameters. Overall, this framework provides a quantitative bridge between coarse-grained energetics and docking outputs at protein-nanoparticle interfaces, supporting improved predictive modeling and mechanistic insight into protein-nanoparticle binding landscapes.

2604.25659 2026-05-18 math.AG math.DS

Semistable reductions and minimalities of invariants for group scheme actions on projective schemes

半稳定分解与群方案作用于射影方案的不变量的最小性

Rin Gotou, Yûsuke Okuyama

AI总结 研究群方案作用于射影方案的半稳定分解与不变量最小性,建立关键定位区域的重合与非空性,拓展了动态系统中的高维结果。

Comments 12 pages. A few more references and remarks are added

详情
AI中文摘要

研究群方案作用于射影方案的半稳定分解与不变量最小性,建立关键定位区域的重合与非空性,拓展了动态系统中的高维结果。

英文摘要

Let $K$ be an algebraically closed and complete non-archimedean and non-trivially valued field, and let $G$ be a reductive group scheme acting on a flat projective scheme $X$ defined over the base ring of $K$-integers. For every $K$-point $x$ in $X$, we introduce the minimal invariant locus $\operatorname{MinInvLoc}_x$ and the semistable reduction translation locus $\operatorname{SSRL}_x$ in the translation space $\operatorname{BT}_G(K)$ associated with $G_K$, which is a variant of Bruhat-Tits building, and establish not only the coincidence of those loci but, under a mild completeness assumption, also their non-emptiness. In the dynamical setting which has been studied by Szpiro--Tepper--Williams and Rumely, the coincidence result is already new in higher dimensions, and the non-emptiness result includes Rumely's $1$-dimensional result at least in the spherical complete case.

2604.22960 2026-05-18 quant-ph

No-cloning with unitary scaling

不可克隆与幺正缩放

Dafa Li

AI总结 本文探讨了量子不可克隆原理,证明通过幺正演化无法复制任意未知纯态,提出了U-复制的概念并证明其不可能性。

Comments four pages, no figures, smooth and change English, for ex., spelling

详情
AI中文摘要

已知经典信息如比特字符串可以被复制。1982年,Wootters和Zurek提出了量子不可克隆原理。不可克隆原理指出,通过幺正演化无法复制任意未知的量子纯态。本文中,我们称U$|ψ>$,其中U是任意幺正算子,为U-复制,并证明通过幺正演化无法复制任意未知的量子纯态。

英文摘要

It is known that the classical information like strings of bits can be copied. In 1982, Wootters and Zurek proposed the quantum no-cloning principle. No-cloning principle says that it is impossible to make an identical copy of an arbitrary unknown quantum pure state by using unitary evolution. In this paper, we call U $|ψ>$, where U is any unitary operator, a U-copy of the state $|ψ>$ and show it is impossible to make a U-copy of an arbitrary unknown quantum pure state by using unitary evolution.