arXivDaily arXiv每日学术速递 周一至周五更新
重置
全部学科分类 3841
热门方向导航
2606.09402 2026-06-09 cs.CR 新提交

Fully Oblivious Differential Privacy for Frequency Estimation in the Augmented Shuffle Model with Trusted Processors

增强混洗模型中带可信处理器的频率估计的全遗忘差分隐私

Takao Murakami, Yuichi Sei, Reo Eriguchi

AI总结 针对混洗模型中混洗器与数据收集者共谋的信任问题,引入可信执行环境(TEE)并定义全遗忘差分隐私(FODP),提出基于内存大小混淆的通用框架及三种具体算法,利用计数最小草图优化效率,在Intel SGX上验证有效性。

Comments Full version of the paper accepted at USENIX Security 2026

详情
AI中文摘要

在差分隐私(DP)的混洗模型中,混洗器随机排列用户数据以实现高精度和隐私。最近的研究表明,大多数现有的混洗协议容易受到数据收集者和用户的共谋攻击。他们通过引入增强混洗模型来解决这个问题,该模型将随机采样和虚拟数据添加集成到混洗器中。然而,如何确保混洗器遵循协议且不与数据收集者共谋仍然是一个开放问题。我们通过深入探索使用可信执行环境(TEE)的增强混洗模型来解决这个信任问题。我们首先引入一个新的隐私概念——全遗忘差分隐私(FODP),它强化了DP以防止基于外部/内部内存访问模式和控制流的各种TEE侧信道攻击。我们提出了一个基于内存大小混淆的FODP算法通用框架以及其中的三种具体算法。我们还通过使用计数最小草图并优化哈希数量来提高算法的效率。我们在Intel SGX上评估了我们的算法,并通过与九个基线的比较证明了它们的有效性。

英文摘要

In the shuffle model of DP (Differential Privacy), a shuffler randomly permutes users' data to achieve high accuracy and privacy. Recent studies show that most existing shuffle protocols are vulnerable to collusion attacks by the data collector and users. They address this issue by introducing the augmented shuffle model that incorporates random sampling and dummy data addition into the shuffler. However, it remains open how to ensure the shuffler follows the protocol and does not collude with the data collector in this model. We address this trust issue by thoroughly exploring the augmented shuffle model with TEEs (Trusted Execution Environments). We first introduce a new privacy notion, FODP (Fully Oblivious DP), which strengthens DP to prevent various TEE side-channel attacks based on external/internal memory access patterns and control flows. We propose a general framework for FODP algorithms based on memory-size obfuscation and three concrete algorithms within it. We also improve the efficiency of our algorithms by using the count-min sketch and optimizing the number of hashes. We evaluate our algorithms on Intel SGX and demonstrate their effectiveness through comparisons with nine baselines.

2606.09398 2026-06-09 math.CT math.AC math.AG 新提交

Colocalizing subcategories on differentially graded algebras

微分分次代数上的余局部化子范畴

Leovigildo Alonso, Ana Jeremías, Eduardo Loureiro

AI总结 本文研究有界非正交换微分分次代数A的导出范畴D(A)中的余局部化子范畴,当D(A)由对应H^0(A)的剩余域的DG模生成时,证明其局部化与余局部化子范畴与Spec(H^0(A))的子集一一对应,推广了Neeman的经典结果。

Comments To appear in Functor and Tensor Categories, Models, and Systems, Alex Martsinkovsky Ed., Springer Proceedings in Mathematics & Statistics 521

详情
AI中文摘要

设 $A$ 为有界非正交换微分分次代数 $A$。令 $\mathbf{D}(A)$ 为其 DG-模的导出范畴。若 $\mathbf{D}(A)$ 由对应于普通环 $H^0(A)$ 的剩余域的 DG-模生成,则其局部化子范畴和余局部化子范畴与 $\textrm{Spec}(H^0(A))$ 的子集一一对应。这些结果推广了 A. Neeman(分别于 1992 年和 2011 年)的著名定理,因为任何 Noether 环都满足此条件。

英文摘要

Let $A$ be a bounded non positive commutative differential graded algebra $A$. Let $\mathbf{D}(A)$ its derived category of DG-modules. If $\mathbf{D}(A)$ is generated by the DG-modules corresponding to the residue fields of the ordinary ring $H^0(A)$ then its localizing subcategories and its colocalizing subcategories are in bijection with the subsets of $\textrm{Spec}(H^0(A))$. These results generalize well-known theorems by A. Neeman (from 1992 and 2011, respectively), because any Noetherian ring satisfies this condition.

2606.09395 2026-06-09 cs.SE 新提交

Empirical Study for Structured Output Control in LLMs for Software Engineering

软件工程中大语言模型结构化输出控制的实证研究

Yewei Song, Prateek Rajput, Tiezhu Sun, Saad Ezzini, Tegawendé F. Bissyandé, Jacques Klein

AI总结 针对LLM在软件工程中输出格式不匹配问题,提出TTMG方法消除语法错误,但结构性和语义错误仍存在,表明核心瓶颈超越语法格式化。

Comments 35 pages

详情
AI中文摘要

LLM在软件工程中的输出很少孤立存在。它们必须插入到工具链、API和数据管道中,这些管道施加了严格的、通常是组织特定的结构契约。语义正确但违反预期格式的输出,从消费系统的角度来看,与错误答案无法区分,这使得结构保真度成为在实践中部署LLM的操作前提。然而,当前模型经常产生语法无效或结构不合规的输出。与编码器不同,自回归解码器以局部而非全局的方式逐词生成文本,当目标格式偏离熟悉的训练分布时,会放大结构脆弱性。\n我们针对四个代表性SE任务进行了结构可靠性的系统评估,将失败分类为语法、结构和语义错误。我们基准测试了针对解码器的缓解方法:语法约束解码、基于正则表达式的验证以及严格的模板驱动控制(模板令牌匹配生成,TTMG),以隔离这些失败的来源。TTMG几乎消除了语法错误,但大量的结构和语义错误仍然存在,表明核心瓶颈在于语法格式化之外。一个详细的案例研究进一步说明了残余错误如何在下游工作流中级联。我们的发现表明,当前的结构强制工具是必要的但不足,并强调了在LLM驱动的工作流中联合确保结构保真度和语义正确性的方法的必要性。

英文摘要

LLM-generated outputs in software engineering rarely exist in isolation. They must plug into toolchains, APIs, and data pipelines that impose strict, often organization-specific structural contracts. A semantically correct output that violates the expected format is, from the consuming system's perspective, indistinguishable from a wrong answer, making structural fidelity an operational prerequisite for deploying LLMs in practice. Yet current models routinely produce syntactically invalid or structurally non-compliant outputs. Unlike encoders, autoregressive decoders generate text token-by-token with a local rather than global focus, amplifying structural fragility whenever the target format deviates from familiar training distributions. We present a systematic evaluation of structural reliability across four representative SE tasks, categorizing failures into syntax, structural, and semantic errors. We benchmark ways of mitigation targeting the decoder: grammar-constrained decoding, regex-based validation, and a strict template-driven control (Template Token Match Generation, TTMG) to isolate the sources of these failures. TTMG nearly eliminates syntax errors, yet substantial structural and semantic errors persist, demonstrating that the core bottleneck lies beyond syntax formatting. A detailed case study further illustrates how residual errors cascade in downstream workflows. Our findings show that current structure-enforcing tools are necessary but insufficient, and highlight the need for approaches that jointly ensure structural fidelity and semantic correctness in LLM-driven workflows.

2606.09387 2026-06-09 physics.soc-ph cs.SI 新提交

Declines in research funding and science ecosystem fragility

研究经费下降与科学生态系统脆弱性

Anbang Du, Beining Zhang, Rifat Atun, Michael G Head, Markus Brede

AI总结 本研究通过多层网络模型分析美国联邦经费骤降对全球癌症科学生态系统的影响,提出补偿分析框架,揭示经费削减对信息流动的损害及不同国家群体的补偿负担。

详情
AI中文摘要

科学知识通过国内和跨国的科学活动与合作不断进步,这些活动受到经费和研究实力的影响。研究经费的突然下降,例如美国联邦来源在2024-25年的削减,会对科学合作产生不利影响。经费快速下降如何影响科学事业以及影响的规模需要分析。过去的研究将全球科学系统建模为实体间复杂合作网络,并研究了其拓扑结构和动态。然而,这些研究没有对导致科学研究经费快速下降的现实冲击进行补偿分析。在本研究中,我们考察了美国联邦经费急剧下降对全球癌症科学研究事业的影响。我们将癌症科学生态系统建模为一个5层多重网络,包含233个国家和地区在资助和临床试验共同研究、论文合著、共同发明和专利共同所有权方面的合作联系。我们通过网络效率量化多重系统中的信息流。提出一个补偿分析框架,我们表明美国联邦研究经费的急剧下降会削弱科学领域的全球信息交流,对欧盟和金砖国家(巴西、俄罗斯、印度、中国和南非)等国家群体施加过大的补偿负担。然而,我们也表明,如果其他国家为国际合作提供更多支持,就有机会重塑癌症科学系统,使其更能抵御未来的冲击。

英文摘要

Scientific knowledge advances through within-country and cross-border scientific activities and collaborations, influenced by funding and strength of research enterprise. Sudden declines in research funding, for example from Federal sources in the United States (US) 2024-25, adversely impact on scientific collaboration. How rapid declines in funding affect the science enterprise and the magnitude of impact need to be analysed. Past studies have modelled the global scientific system as complex collaborative networks of entities and studied its topology and dynamics. However, these studies have not undertaken compensation analysis to real-world shocks that have produced rapid declines in scientific research funding. In this study we examine the effect of the sharp declines in the US Federal funding on cancer science research enterprise globally. We model the cancer science ecosystem as a 5-layer multiplex network of collaborative linkages between 233 countries and territories in grants and clinical trial co-investigations, paper co-authorships, co-inventions and patent co-ownerships. We quantify information flow in the multiplex system through network efficiency. Proposing a framework for compensation analysis, we show that sharp declines in US Federal funding for research degrade global information exchange in science, imposing outsized compensatory burdens on country groups such as the European Union (EU) and BRICS (Brazil, Russia, India, China and South Africa). However, we also show that if other countries provide more support for international collaborations, there is an opportunity to remodel the cancer science system to be more resilient to future shocks.

2606.09386 2026-06-09 math.PR 新提交

High-degree vertices in uniform recursive directed acyclic graphs with freezing

具有冻结的均匀递归有向无环图中的高度数顶点

Rafael Engel, Bas Lodewijks

AI总结 研究具有冻结的均匀递归有向无环图,分析冻结对局部统计量(如度分布)影响小,对全局统计量(如路径长度)影响大。

Comments 48 pages. This work extends arXiv:2503.05829v1 by the first author

详情
AI中文摘要

我们研究具有冻结的均匀递归有向无环图。这里,图通过逐个添加顶点构建,新顶点连接到已存在的 $m\in\mathbb N$ 个均匀选择的顶点。在某些步骤中,顶点可以被冻结,到达的顶点不允许连接到冻结的顶点。该模型推广了 Bellin 等人引入的具有冻结的均匀附着树(对应于 $m=1$ 的情况)以及均匀递归有向无环图模型(其中没有顶点被冻结)。在关于顶点何时被冻结的温和假设下,我们研究经验度分布、图中的大度数以及大度数顶点的其他属性,例如它们的标签和到图中第一个顶点的距离。我们的工作改进和/或扩展了关于(具有冻结的)均匀附着树和无冻结的均匀递归有向无环图的文献中的各种结果。特别地,我们的结果表明,由“局部”决定的统计量(例如经验度分布和最大度数)基本上不受顶点冻结的影响,而由“全局”决定的统计量(例如顶点之间路径的长度)受到引入冻结的高度影响。分析依赖于将均匀附着树的 Kingman 并合构造适应到非树设置。

英文摘要

We study uniform recursive directed acyclic graphs with freezing. Here, a graph is built by adding vertices one-by-one and connecting a new vertex to $m\in\mathbb N$ uniformly selected vertices already present. At certain steps vertices can also be frozen, and arriving vertices are not allowed to connect to frozen vertices. This model generalises the uniform attachment tree with freezing, introduced by Bellin et. al (which corresponds to the case $m=1$) as well as the uniform recursive directed acyclic graph model (where no vertices are frozen). Under mild assumptions on when vertices are frozen, we study the empirical degree distribution, large degrees in the graph, and other properties of large-degree vertices such as their label and distance to the first vertex in the graph. Our work improves and/or extends various results from the literature on uniform attachment trees (with freezing) and uniform recursive directed acyclic graphs without freezing. In particular, our results show that statistics that are determined `locally' (e.g. the empirical degree distribution and maximum degree) are essentially unaffected by the freezing of vertices, whereas statistics that are determined `globally' (e.g. the length of paths between vertices) are highly affected by introducing freezing. The analysis relies on adapting the Kingman coalescent construction for uniform attachment trees to the non-tree setting.

2606.09385 2026-06-09 physics.acc-ph 新提交

An Introduction to Measurement Uncertainty

测量不确定度导论

Samanta Piano

AI总结 介绍计量学基本原理和测量不确定度概念,区分误差与不确定度,阐述GUM框架、不确定度预算和蒙特卡洛模拟等评估方法,并结合实例讨论工业标准。

Comments 21 pages, contribution to the CAS - CERN Accelerator School: Mechanical & Materials Engineering for Particle Accelerators and Detectors, 2-15 June 2024, Sint-Michielsgestel, Netherlands

详情
AI中文摘要

本章介绍了计量学的基本原理和测量不确定度的概念。它解释了测量在工程和制造中的作用,概述了误差与不确定度之间的区别,并介绍了评估不确定度的标准方法,包括GUM框架、不确定度预算和蒙特卡洛模拟。讨论了实际示例和工业标准,以说明实际应用。

英文摘要

This chapter introduces the fundamental principles of metrology and the concept of measurement uncertainty. It explains the role of measurement in engineering and manufacturing, outlines the distinction between error and uncertainty, and presents standard methods for evaluating uncertainty, including the GUM framework, uncertainty budgets, and Monte Carlo simulation. Practical examples and industrial standards are discussed to illustrate real-world applications.

2606.09384 2026-06-09 quant-ph 新提交

Classical Stochasticity Using Quantum Computers

利用量子计算机的经典随机性

Diego Campos, Narasimha Reddy Gosala, Arundhati Dasgupta

AI总结 提出利用量子算法模拟经典随机过程,通过测量量子比特的随机性求解Lorenz系统,并与经典随机数生成结果比较。

Comments 10 pages, 7 figures

详情
AI中文摘要

我们提出量子算法可用于模拟经典随机模拟,因为测量过程本质上是随机的。为了说明这一点,我们使用Python随机数生成器求解具有随机行为的经典Lorenz系统。我们将Lorenz系统的经典随机性与使用量子算法获得的系统测量输出进行比较。

英文摘要

We suggest that quantum algorithms can be used to model classical stochastic simulations as the measurement process is inherently random. To illustrate, we solve the classical Lorenz system with stochastic behavior using a Python random number generator. We compare the classical stochasticity of the Lorenz system with the measured output of the system obtained using quantum algorithms.

2606.09382 2026-06-09 cs.IT math.IT math.OC 新提交

Consecutive Support Matching Induced Parameter Tuning Accelerates Momentum Iterative Hard Thresholding

连续支持匹配诱导的参数调优加速动量迭代硬阈值算法

Samrat Mukhopadhyay, Debasmita Mukherjee

AI总结 提出CosMIHT算法,通过自适应规则在支持发现阶段使用保守参数,在支持锁定后利用轻量级幂法估计特征值并切换最优重球参数,实现快速收敛,理论证明了两阶段收敛性,实验验证了其优越性。

Comments 10 pages, 5 figures

详情
AI中文摘要

基于动量的迭代硬阈值(IHT)加速可以显著加快从线性测量中恢复稀疏信号的速度,但其有效性依赖于仔细的参数调优——由于硬阈值固有的频繁支持变化,这一任务变得复杂。我们提出了CosMIHT(连续支持匹配诱导的动量IHT),通过一个简单的自适应规则解决了这一难题:从保守参数开始,每当两个连续迭代共享相同的支持时,通过轻量级幂法估计支持受限Gram矩阵的极端特征值,并切换到相应的最优重球参数。这种机制使得CosMIHT能够在支持发现期间自动在谨慎的类MIHT行为与支持识别后的近最优加速收敛之间进行插值。\n在标准受限等距假设下,我们发展了一个两阶段收敛理论。在"游走阶段",我们建立了恢复误差的线性收缩(达到噪声基底),并推导了识别正确支持所需迭代次数的显式上界。在"锁定阶段",我们证明,使用基于幂法迭代次数的随机初始化特征值估计,该算法以高概率享有类似于重球方法的近最优加速收敛速率。我们通过在无噪声和有噪声测量上的大量数值实验证实了理论发现,表明CosMIHT在不牺牲恢复性能的情况下实现了比最先进迭代稀疏恢复技术更快的收敛。

英文摘要

Momentum-based acceleration of iterative hard thresholding (IHT) can dramatically speed up sparse signal recovery from linear measurements, but its effectiveness hinges on careful parameter tuning -- a task complicated by the frequent support changes inherent to hard thresholding. We propose CosMIHT(Consecutive Support Matching Induced Momentum IHT), which resolves this difficulty through a simple adaptive rule: start with the conservative parameters and whenever two consecutive iterates share the same support, estimate the extreme eigenvalues of the support restricted Gram matrix via a lightweight power method and switch to the corresponding optimal heavy-ball parameters. This mechanism allows CosMIHT to automatically interpolate between cautious MIHT-like behavior during support discovery and near-optimal accelerated convergence after support identification. Under standard restricted isometry assumptions, we develop a two-phase convergence theory. In the \emph{wandering phase}, we establish a linear contraction of the recovery error up to a noise floor and derive an explicit upper bound on the number of iterations required to identify the correct support. In the \emph{lock-in} phase, we establish that, with a randomly initialized power method based eigenvalue estimates that depend on the number of power iterations, the algorithm enjoys, with high probability, a near-optimal accelerated convergence rate akin to the heavy ball method. We corroborate the theoretical findings with extensive numerical experiments on both noiseless and noisy measurements demonstrating that CosMIHT achieves faster convergence than state-of-the-art iterative sparse recovery techniques without compromising the recovery performance.

2606.09379 2026-06-09 quant-ph 新提交

Entanglement-assisted continuous-variable concatenated codes for encoding qubits or oscillators

用于编码量子比特或振荡器的纠缠辅助连续变量级联码

Nihar Ranjan Dash, Sanjoy Dutta, R. Srikanth, Subhashish Banerjee

AI总结 提出两种纠缠辅助级联码:将GKP内码与EA稳定子外码级联,或将GKP外码与EA稳定子内码级联,以降低逻辑错误概率并抑制正交误差方差。

Comments 10 pages, 5 figures

详情
AI中文摘要

纠缠辅助(EA)稳定子码相比无预共享纠缠的码提高了纠错率。同时,玻色子纠错码(如Gottesman-Kitaev-Preskill(GKP)码)可与量子比特稳定子码级联,显著降低这些稳定子码的逻辑失败概率。首先,我们结合上述两个概念,提出了一种量子比特到振荡器级联码的EA版本,该码将EA稳定子(外)码与GKP(内)码链接。作为示例,我们给出了一个三量子比特EA重复码与GKP码的级联。其次,我们提出了一种非高斯振荡器到振荡器级联码的EA版本,该码将GKP(外)码与EA稳定子(内)码链接。作为示例,我们给出了一个GKP码与三量子比特EA重复码的级联,该码使用两个最大纠缠模式(emode),并抑制了数据模式的位置和动量正交误差的方差。此外,我们将后一个示例推广到一族GKP码与$n$量子比特EA重复码的级联,该族码使用${n-1}$个emode,并将数据模式的位置和动量正交误差的方差抑制因子${1/n}$。

英文摘要

Entanglement-assisted (EA) stabilizer codes enhance the rate of error correction in relation to codes with no pre-shared entanglement. Meanwhile, bosonic error-correcting codes, such as the Gottesman-Kitaev-Preskill (GKP) code, can be concatenated with qubit stabilizer codes to significantly reduce the logical failure probability of those stabilizer codes. First, we combine the above two concepts to propose an EA version of the qubit-into-oscillators concatenated code that chains an EA-stabilizer (outer) code with a GKP (inner) code. As an example we present a three-qubit EA-repetition concatenated with a GKP code. Second, we propose an EA version of the non-Gaussian oscillator-into-oscillators concatenated code that chains a GKP (outer) code with an EA-stabilizer (inner) code. As an example we present a GKP code concatenated with a three-qubit EA repetition code that uses two maximally entangled modes (emodes) and suppresses the variances of both position and momentum quadrature errors of a data mode. Furthermore, we generalize the latter example to a family of GKP code concatenated with a $n$-qubit EA repetition code that uses ${n-1}$ emodes and suppresses the variances of both position and momentum quadrature errors of a data mode by a factor ${1/n}$.

2606.09375 2026-06-09 physics.soc-ph 新提交

An Agent-Based Model for Migration Decision-Making Under Higher Frequency of Extreme Climate Events

极端气候事件频率增加下的迁移决策基于智能体的模型

Valentina Antonaccio Guedes, Rafael Prieto-Curiel

AI总结 构建基于智能体的模型,通过感知风险、迁移愿望和迁移能力的共同演化,揭示气候冲击如何非线性地影响迁移决策,并导致脆弱群体陷入困境。

Comments 44 pages including appendix, 14 figures

详情
AI中文摘要

本文开发了一个基于智能体的气候相关人类迁移模型,该模型通过感知风险、迁移愿望和迁移能力的共同演化,将重复的环境冲击与个体迁移决策联系起来。基于愿望-能力框架,该模型将迁移表示为两种对立动态的涌现结果:冲击增加感知风险并提高迁移愿望,同时侵蚀财富并降低迁移能力。这种相互作用产生非线性迁移模式,包括在气候压力上升下的不迁移。智能体嵌入在空间异质的冲击环境中,其迁移能力进一步受当地条件和侨民支持的影响。结果表明,更频繁的冲击最初会增加迁移压力,但随着资源减少,最终使脆弱个体陷入困境。气候冲击加剧了迁移结果中现有的收入不平等,低收入个体更可能陷入困境或保持顺从的不迁移,而高收入个体保留更大的迁移灵活性或选择自愿不迁移。

英文摘要

This paper develops an agent-based model of climate-related human migration that links repeated environmental shocks to individual migration decision-making through the joint evolution of perceived risk, aspirations to migrate, and migration capability. Building on the aspirations-capabilities framework, the model represents migration as an emergent outcome of two opposing dynamics: shocks increase perceived risk and raise aspirations to move, while simultaneously eroding wealth and reducing the capability to do so. This interaction generates non-linear mobility patterns, including immobility under rising climate stress. Agents are embedded in a spatially heterogeneous shock environment, and their migration capability is further shaped by local conditions and diaspora support. Results show that more frequent shocks can initially increase migration pressure but eventually trap vulnerable agents in place as resources decline. Climate shocks amplify existing income inequalities in mobility outcomes, with lower-income agents more likely to become trapped or remain acquiescently immobile, while higher-income agents retain greater flexibility to migrate or choose voluntary immobility.

2606.09374 2026-06-09 math.AP 新提交

Asymptotic analysis of Rayleigh-Lamb dispersion relations under various boundary conditions

不同边界条件下Rayleigh-Lamb频散关系的渐近分析

Angele Niclas, Titouan Rocabois

AI总结 研究弹性波导中Rayleigh-Lamb频散关系复根的渐近行为,通过Neumann、Dirichlet和流体边界条件推导波数的显式渐近展开,并验证其准确性。

详情
AI中文摘要

我们研究了弹性波导中Rayleigh-Lamb频散关系的复根的渐近行为。我们考虑Neumann、Dirichlet和流体边界条件,并推导了相关波数在其模趋于无穷时的显式渐近展开。在Neumann情形下,我们严格证明了文献中长期使用但未加证明的渐近公式,并给出了高阶项和显式常数。对于Dirichlet和流体边界条件,得到了类似结果。该分析依赖于将频散关系重新表述为全纯函数的零点以及Lambert函数的渐近性质。我们还展示了如何利用这些渐近展开来建立弹性波导问题的模态分解和适定性结果。数值实验证实了所提公式的准确性。

英文摘要

We investigate the asymptotic behavior of the complex roots of Rayleigh-Lamb dispersion relations arising in elastic waveguides. We consider Neumann, Dirichlet, and fluid boundary conditions and derive explicit asymptotic expansions of the associated wavenumbers as their modulus tends to infinity. In the Neumann case, we provide a rigorous justification of asymptotic formulas that have long been used in the literature without proof, together with higher-order terms and explicit constants. Similar results are obtained for Dirichlet and fluid boundary conditions. The analysis relies on a reformulation of the dispersion relations as zeros of holomorphic functions and on asymptotic properties of the Lambert function. We also show how these asymptotic expansions can be used to establish modal decompositions and well-posedness results for elastic waveguide problems. Numerical experiments confirm the accuracy of the proposed formulas.

2606.09373 2026-06-09 math.MG math.CA math.DG math.OC math.PR 新提交

Quantization of measures in Carnot groups

Carnot群上测度的量化

Marco Di Marco, Mikaela Iacobelli

AI总结 研究Carnot群上概率测度的最优量化,建立了Zador型渐近公式,并证明了最优中心经验测度的弱收敛。

Comments 29 pages, 2 figures

详情
AI中文摘要

我们研究了配备左不变齐次距离的Carnot群上概率测度的最优量化。我们证明了两个主要结果。首先,我们建立了量化误差的Zador型渐近公式:在自然重标度后,随着中心数量趋于无穷,误差收敛,且指数由群的齐次维数决定。极限常数是一个Carnot胞腔常数,通过参考胞腔上的量化问题定义。其次,我们证明了与最优中心相关的经验测度的弱收敛,并用测度的绝对连续部分的密度描述了极限。证明结合了通过指数立方体对Carnot群进行的剖分以及Pierce引理的次黎曼版本,这使得我们能够处理非紧支撑的测度。

英文摘要

We study optimal quantization of probability measures on Carnot groups equipped with a left-invariant homogeneous distance. We prove two main results. First, we establish a Zador-type asymptotic formula for the quantization error: after the natural rescaling, the error converges as the number of centers tends to infinity, and the exponent is determined by the homogeneous dimension of the group. The limiting constant is a Carnot cell constant, defined through the quantization problem on a reference cell. Second, we prove weak convergence of the empirical measures associated with optimal centers, and describe the limit in terms of the density of the absolutely continuous part of the measure. The proof combines a tiling of Carnot groups by exponential cubes with a sub-Riemannian version of Pierce's lemma, which allows us to treat measures with non-compact support.

2606.09372 2026-06-09 math.RA 新提交

t-g-radical supplemented modules

t-g-根补足模

Ayten Pekin, Hamdullah Ozkaya

AI总结 引入t-g-根补足模类,统一了g-根补足和t-和项两种推广,证明其闭包性质,并分类标准模类,严格包含补足模类。

详情
AI中文摘要

我们引入并研究了$t$-$g$-根补足模类,它统一了经典补足模条件的两个独立推广:$g$-根补足和$t$-和项。一个模$M$称为$t$-$g$-根补足的,如果每个子模$N \leq M$都有一个$g$-根补足,且该补足同时是$M$的一个$t$-和项。我们建立了在$t$-和、商模和同态像下的闭包性质,证明了$t$-和项的继承性,并在此框架内分类了标准模类(单模、半单模、局部模、空模和Prüfer群)。一个关键观察是,该类严格包含补足模类:$\mathbb{Q}$和$\mathbb{Z}_{p^{\infty}}$都是$t$-$g$-根补足的,但不是补足的。

英文摘要

We introduce and study the class of $t$-$g$-radical supplemented modules, which unifies two independent generalizations of the classical supplemented module condition: $g$-radical supplements and $t$-sum terms. A module $M$ is $t$-$g$-radical supplemented if every submodule $N \leq M$ has a $g$-radical supplement that is simultaneously a $t$-sum term of $M$. We establish closure properties under $t$-sums, quotient modules, and homomorphic images, prove inheritance by $t$-sum terms, and classify the standard module classes (simple, semisimple, local, hollow, and Prüfer groups) within this framework. A key observation is that the class strictly contains the class of supplemented modules: both $\mathbb{Q}$ and $\mathbb{Z}_{p^{\infty}}$ are $t$-$g$-radical supplemented but not supplemented.

2606.09370 2026-06-09 math.FA 新提交

Algebraic characterizations of paired operators on model spaces

模型空间上配对算子的代数刻画

Sudip Ranjan Bhuia, Satyabrata Majee

AI总结 研究由Hardy空间和Sz.-Nagy-Foias模型空间正交分解诱导的配对乘法算子,通过有限秩交换子恒等式刻画K_θ-配对和三重配对算子,并应用于截断Toeplitz和Hankel算子之和。

详情
AI中文摘要

我们研究由Hardy空间和Sz.-Nagy-Foias模型空间的$L^2(\mathbb{T})$正交分解诱导的配对乘法算子。对于非常值内函数$θ$,我们通过双边移位$M_z$的有限秩交换子恒等式刻画$\mathcal{K}_θ$-配对和三重配对算子。我们还将这些想法应用于$\mathcal{K}_θ$上截断Toeplitz和截断Hankel算子之和。利用Sarason和Gu-Ma的位移刻画,我们推导了此类和的二阶有限秩位移公式,并用$\mathcal{I}_θ=\mathcal{T}_θ\cap \mathcal{H}_θ$描述了分解的歧义性。在有限维情形$θ(z)=z^n$下,该框架恢复了Bevilacqua-Bonanni-Bozzo的经典Toeplitz-plus-Hankel矩阵递推关系。

英文摘要

We study paired multiplication operators associated with orthogonal decompositions of $L^2(\mathbb{T})$ arising from Hardy spaces and Sz.-Nagy--Foias model spaces. For a non-constant inner function $θ$, we characterize $\mathcal{K}_θ$-paired and triply paired operators by finite-rank commutator identities with the bilateral shift $M_z$. We also apply these ideas to sums of truncated Toeplitz and truncated Hankel operators on $\mathcal{K}_θ$. Using the displacement characterizations of Sarason and Gu--Ma, we derive a second-order finite-rank displacement formula for such sums and describe the ambiguity of the decomposition in terms of $\mathcal{I}_θ=\mathcal{T}_θ\cap \mathcal{H}_θ$. In the finite-dimensional case $θ(z)=z^n$, the framework recovers the classical Toeplitz-plus-Hankel matrix recurrence of Bevilacqua--Bonanni--Bozzo.

2606.09369 2026-06-09 math.NA cs.NA physics.ao-ph 新提交

Residual Pseudospectra Reveal a Physics-Informed Koopman Backbone for Tropical Pacific Variability and ENSO Prediction

残差伪谱揭示热带太平洋变率与ENSO预测的物理信息Koopman骨架

Paula Lorenzo-Sanchez, Matthew J. Colbrook, Antonio Navarra

AI总结 提出结合残差最小化和伪谱分析的Koopman算子学习方法,从海温观测中提取19个稳健频率的物理骨架,实现ENSO的8-18个月提前预测。

详情
AI中文摘要

热带太平洋海表温度(SST)变率跨越相互作用的多个时间尺度,其中ENSO是其主要的年际表现。然而,组织这种变率并支撑延伸期可预测性的动力学结构仍难以从高维观测中提取。Koopman算子学习为非线性动力学提供谱坐标,但有限的地球物理记录通常产生密集且对采样敏感的谱,其物理内容模糊。我们表明,这种明显的冗余反映了算子层面的相干结构。结合核扩展动态模式分解与残差最小化和伪谱分析,我们将Koopman特征值关系作为物理信息一致性检验来组织学习到的谱。应用于ERA5和HadISST热带太平洋SST异常,残差景观识别出19个稳健的残差最小频率,其相干空间模式在不同产品和采样实现中持续存在。这些模式共同定义了一个紧凑的Koopman骨架,涵盖从低频调制到准两年分量(包括ENSO频段变率)的范围。周围的谱云由该骨架的整数幂和非线性组合构成,形成残差有序的Koopman层次结构。该骨架重建了显著的Nino3.4方差,并实现了有技巧的样本外预测,在8-18个月提前期增益最大。通过将动力学一致性嵌入物理信息算子学习,该框架将不透明的谱转化为热带太平洋变率的稳健、可解释且可预测的表示。

英文摘要

Tropical Pacific sea-surface-temperature (SST) variability spans interacting timescales, with the ENSO as its dominant interannual expression. Yet the dynamical structure organizing this variability and underpinning extended-range predictability remains difficult to extract from high-dimensional observations. Koopman operator learning offers spectral coordinates for nonlinear dynamics, yet finite geophysical records often produce dense, sampling-sensitive spectra whose physical content is ambiguous. We show that this apparent redundancy reflects coherent operator-level structure. Combining kernel Extended Dynamic Mode Decomposition with residual minimization and pseudospectral analysis, we use the Koopman eigenvalue relation as a physics-informed consistency test to organize learned spectra. Applied to ERA5 and HadISST tropical Pacific SST anomalies, the residual landscape identifies 19 robust residual-minimum frequencies with coherent spatial modes that persist across products and sampling realizations. Together, these modes define a compact Koopman backbone spanning low-frequency modulation through quasi-biennial components, including ENSO-band variability. The surrounding spectral cloud is structured by integer powers and nonlinear combinations of this backbone, forming a residual-ordered Koopman hierarchy. The backbone reconstructs substantial Nino3.4 variance and enables skillful out-of-sample forecasts, with greatest gains at 8-18-month leads. By embedding dynamical consistency into physics-informed operator learning, the framework turns opaque spectra into robust, interpretable and predictive representations of tropical Pacific variability.

2606.09364 2026-06-09 physics.ao-ph 新提交

Revisiting urban heat indices in Switzerland using low-cost measurement networks

利用低成本测量网络重新审视瑞士的城市热指数

Martí Bosch, Moritz Burger

AI总结 本研究利用低成本设备测量网络,通过广义加性模型校正辐射引起的温度偏差,评估了瑞士四个城市的热带夜数和热警告次数,发现未校正的LCD测量比城郊AWS更准确。

Comments 18 pages, 6 figures

详情
AI中文摘要

城市人口日益暴露于极端高温事件,如热浪,而城市热岛效应可能加剧城市中的高温。近年来,为了制定适应策略,人们越来越关注使用低成本设备部署高分辨率测量网络,这能够以前所未有的空间分辨率评估城市内部温度分布及其影响。然而,LCD测量的可靠性受到质疑,特别是由于不充分的辐射屏蔽可能导致过热。在本研究中,我们开发了一种基于短波辐射使用广义加性模型校正温度偏差的统计方法,并将其应用于瑞士伯尔尼、洛桑、纳沙泰尔和苏黎世城市气候网络中的LCD测量。为此,我们首先通过一项对比现场研究,将每个城市使用的LCD模型与MeteoSwiss在伯尔尼农村地区运营的专业自动气象站并置,校准校正程序。然后,我们评估这些校正如何影响两个气候指数,即每个城市根据MeteoSwiss热警告系统发布的热带夜数和热警告次数。结果表明,当前的AWS低估了热警告,而一些LCD模型由于辐射误差可能高估了热警告。尽管如此,未校正的LCD测量仍比位于城市环境外的AWS提供更可靠的城市温度估计。这些见解可以指导新监测网络选择LCD模型,并支持对现有LCD应用特定模型的辐射偏差校正,从而更准确地评估高温及其影响。

英文摘要

Urban populations are increasingly exposed to extreme heat events such as heatwaves, which can be exacerbated in cities due to the urban heat island (UHI) effect. With the aim of developing adaptation strategies, recent years have seen a growing interest in deploying high-resolution measurement networks using low-cost devices (LCDs), which enable the evaluation of intra-urban temperature distribution and its impacts at an unprecedented spatial resolution. However, the reliability of LCD measurements has been called into question, especially regarding potential overheating due to inadequate radiation shielding. In this study, we develop a statistical method to correct temperature biases based on short-wave radiation using a generalized additive model (GAM) and then apply it to LCD measurements in the urban climate networks of the cities of Bern, Lausanne, Neuchatel and Zurich (Switzerland). To that end, we first calibrate the correction procedure to the LCD models used in each city using an intercomparison field study, in which the LCD models are collocated next to a professional automated weather station (AWS) operated by MeteoSwiss in the rural surroundings of Bern. Then, we evaluate how these corrections can influence two climate indices, namely the number of tropical nights and the number of heat warnings issued in each city according to MeteoSwiss heat warning system. The findings suggest that the current AWS underestimate the heat warnings, whereas some LCD models likely overestimate them due to radiative errors. Nevertheless, uncorrected LCD measurements still provide a more reliable estimate of urban temperatures than AWS located outside urban settings. The insights can guide selection of LCD models for new monitoring networks and support the application of model-specific radiative bias corrections to existing LCDs, enabling more accurate assessments of heat and its impacts.

2606.09363 2026-06-09 math.OC math.AP 新提交

Second order Taylor-like topological expansion with multiple holes

二阶类泰勒拓扑展开:多孔情形

Kevin Sturm

AI总结 本文基于单孔展开,建立多孔形状泛函的拓扑展开框架,引入二阶拓扑状态导数,并揭示二维与三维展开模式的几何差异。

详情
AI中文摘要

本文基于单孔展开,推导了关于多孔的形状泛函拓扑展开框架。我们的策略类似于在$\mathbf R^d$中通过应用$d$次$\mathbf R$中的泰勒展开来推导函数的二阶泰勒展开。对于定义在$\mathbf R^2$子集上的形状泛函,我们将多孔拓扑展开与关于球体积的泰勒展开联系起来,其中通常的导数被拓扑状态导数取代。第一拓扑状态导数在之前的论文中引入,并关联了代价泛函的第一拓扑导数。引入了两个不同点处的第二拓扑状态导数,类似于Banach空间上函数的二阶方向导数,作为拓扑状态导数的拓扑状态导数。同一点处的第二拓扑状态导数被定义为状态变量复合层展开的“远场”分量。在三维中,得到的拓扑展开仍然涉及第一和第二拓扑状态导数,但不遵循球体积泰勒展开的相同模式。我们将证明,这种维度依赖行为本质上是几何性质的,并且已经出现在没有PDE约束的代价泛函中。

英文摘要

In this paper we derive a framework for topological expansions of shape functionals with respect to multiple holes based on the expansion of one hole. Our strategy is similar to deriving a Taylor expansion of order two of functions in $\mathbf R^d$ by applying $d$-times a Taylor expansion in $\mathbf R$. For shape functionals defined on subsets of $\mathbf R^2$ we relate the topological expansion with multiple holes to a Taylor expansion with respect to the ball volumes where usual derivatives are replaced by topological state derivatives. The first topological state derivative was introduced in a previous paper and relates the first topological derivative of cost functionals. The second topological state derivative at two distinct points is introduced, similar to a second directional derivatives of functions defined on Banach spaces, as the topological state derivative of the topological state derivative. The second topological state derivative at the same point is defined as the "far-away" component of the compound layer expansion of the state variable. In dimension three the obtained topological expansion still involves first and second topological state derivatives, but it does not follow the same pattern of a Taylor expansion in the ball volumes. As we will show this dimension dependent behaviour is rather of geometrical nature and already appears in cost functionals without PDE constraints.

2606.09361 2026-06-09 cs.DB 新提交

Bespoke-Card: Why Tune When You Can Generate? Synthesizing Workload-Specific Cardinality Estimators

Bespoke-Card:为何调优而非生成?合成工作负载特定的基数估计器

Johannes Wehrstein, Anton Winter, Timo Eckmann, Carsten Binnig

AI总结 提出Bespoke-Card系统,通过智能体驱动合成工作负载特定的基数估计器,利用结构化q-error反馈和课程学习等策略,在JOB上降低33%总运行时间和41%中位数q-error。

Comments Under Review for AIDB@VLDB'26

详情
AI中文摘要

基数估计器被设计用于支持任意模式和负载,即使模式和负载预先已知,它们也依赖于通用统计信息,导致优化器容易出现大误差和糟糕的计划。我们提出Bespoke-Card,一个智能体驱动系统,将工作负载特定的基数估计器合成为可执行代码:规划智能体设计估计器策略,编码智能体实现它们,验证器根据真实基数和PostgreSQL估计值对估计进行评分,形成一个稳健且确定性的框架。超越简单的提示,Bespoke-Card使用结构化q-error反馈、回归分析、具体异常子计划、隔离仅连接、仅过滤和全子计划错误的课程,以及最佳实现的档案选择。将其估计注入优化器,在JOB上将PostgreSQL总运行时间减少33%,并将所有JOB子计划的中位数q-error降低41%,同时在不到一小时内以低于10美元的成本合成一个强估计器。Bespoke-Card为基数估计开辟了一条新途径,与经典通用估计器和学习估计器架构并列。

英文摘要

Cardinality estimators are built to support arbitrary schemas and workloads, forcing them to rely on generic statistics even when the schema and workload is known in advance, leaving optimizers prone to large errors and poor plans. We present Bespoke-Card, an agent-driven system that synthesizes workload-specific cardinality estimators as executable code: a planning agent designs the estimators strategies, a coding agent implements them, and a validator scores the estimates against true cardinalities and PostgreSQL estimates, forming a robust and deterministic harness. Going beyond naive prompting, Bespoke-Card uses structured q-error feedback, regression analysis, concrete outlier subplans, a curriculum isolating join-only, filter-only, and full-subplan errors, and archival selection of the best implementation. Injecting its estimates into the optimizer cuts total PostgreSQL runtime on JOB by 33% and reduces median q-error over all JOB subplans by 41%, while synthesizing a strong estimator in under one hour for less than $10. Bespoke-Card is opening a new avenue for cardinality estimation next to classical generic estimators and learned estimator architectures.

2606.09359 2026-06-09 physics.plasm-ph 新提交

Core-edge integrated modeling of ARC: on the effect of impurity transport and detachment conditions

ARC 的芯-边界集成建模:杂质输运与脱靶条件的影响

Marco Muraca, Pablo Rodriguez-Fernandez, Nathaniel T. Howard, Joe Hall, Giovanni Tardini, Davide Silvagni, Thomas Body, Jon Hillesheim

AI总结 通过集成建模评估 ARC H 模在偏滤器脱靶条件下的高性能可行性,发现氩气注入可实现亚 eV 偏滤器温度并达到 GW 级聚变功率,而氖气注入因芯部杂质积累导致性能较低。

详情
AI中文摘要

对 ARC H 模进行了集成建模,以评估与偏滤器脱靶兼容的高性能方案的可行性。分析考虑了杂质辐射和密度分布的自洽演化,表明通过氩气注入,可以在维持偏滤器温度低于 2 eV 的同时实现接近 GW 的聚变功率。敏感性研究显示,聚变功率强烈依赖于分界面密度,性能范围在 750-1000 MW,而对富集因子和台基密度的依赖性较弱。还探索了使用氖气的替代注入策略。氩气注入的等离子体始终进入 H 模,提供最高的聚变功率和脱靶偏滤器运行,而氖气注入由于过度的芯部杂质积累导致性能较低(600-850 MW)且 H 模进入不够稳健。发现钨杂质略有聚集,且在较高 Zeff 下聚集值减小。进一步的分析包括简化的动量输运建模以及对新经典杂质输运的敏感性研究,证实了结果的稳健性。总体而言,这些发现支持了通过氩气和氖气杂质注入实现 ARC 中高性能 H 模运行的可行性,同时确保偏滤器保护。

英文摘要

Integrated modeling of ARC H-modes has been conducted to assess the feasibility of high-performance scenarios compatible with divertor detachment. The analysis incorporates self-consistent evolution of impurity radiation and density profiles, demonstrating that fusion power levels approaching a GW can be achieved while maintaining divertor temperatures below 2 eV with Ar seeding. Sensitivity studies reveal a strong dependence of fusion power on the separatrix density, with performance spanning 750-1000 MW, and a weaker dependence on enrichment factor and pedestal density. Alternative seeding strategies using Neon have also been explored. Plasmas with Argon seeding consistently access H-mode, providing the highest fusion power and detached divertor operation, whereas Neon seeding leads to lower performance (600-850 MW) and less robust H-mode access, due to excessive core impurity accumulation. A small W impurity peaking has been found, with decreasing values at higher Zeff. Further analyses incorporate reduced momentum transport modeling, and sensitivity studies of neoclassical impurity transport, confirming the robustness of the results. Overall, these findings support the viability of high-performing H-mode operation in ARC, ensuring divertor protection, enabled through Argon and Neon impurity seeding.

2606.09357 2026-06-09 eess.AS 新提交

Rethinking Depth: A study of the Recursive-Transformer for Speech Recognition

重新思考深度:递归Transformer在语音识别中的研究

Thomas Rolland, Carlos Carvalho, Alberto Abad

AI总结 本文实验研究了递归Transformer在语音识别编码器中的应用,通过潜空间有限循环递归,在保持性能的同时减少66%参数。

详情
AI中文摘要

基于Transformer的架构在自动语音识别(ASR)中取得了显著改进,但往往以大幅增加模型大小为代价。解决这一问题的一个有前景的方法是通过深度递归进行层共享,通常称为递归Transformer,它涉及在模型中重复应用相同的层。尽管在其他领域显示出潜力,但该技术在ASR中仍相对未被探索。在本文中,我们对应用于ASR编码器架构的递归Transformer进行了实验研究。我们系统地研究了递归深度和基于递归的Transformer中层分配的影响。我们的结果表明,递归Transformer是一种可行的替代方案,特别是在潜空间中以有限循环次数应用递归时,可获得相当的性能,同时将参数数量减少66%。

英文摘要

Transformer-based architectures have led to significant improvements in Automatic Speech Recognition (ASR), often at the cost of substantially increased model sizes. A promising approach to address this issue is layer sharing through depth recursion, commonly referred to as the Recursive-Transformer, which involves repeatedly applying the same layers within the model. Despite its potential shown in other fields, this technique remains relatively unexplored in ASR. In this paper, we present an experimental study of the Recursive-Transformer applied to ASR encoder architectures. We systematically investigate the impact of recursion depth and layer allocation within the Recursive-based Transformer. Our results demonstrate that the Recursive-Transformer is a viable alternative, especially when recurrence is applied in the latent space with a restricted number of loops, obtaining comparable performance while reducing the parameter count by 66%.

2606.09356 2026-06-09 cs.DC 新提交

Coupling Complementary Simulations for Combined Performance and Energy Optimization

耦合互补模拟以实现性能与能量联合优化

Adel Dabah, Gregor Häfner, Sonja Happ, Simon Pickartz, Marcus Müller, Andreas Herten

AI总结 针对聚合物模拟的高计算需求,通过耦合Uneyama-Doi模型与粗粒化蒙特卡洛加速方法,结合GPU优化和协调库,实现13倍加速和96%节能。

Comments This paper is accepted at ISC'2026 Workshop on Energy Efficiency with Sustainable Performance: Techniques, Tools, and Best Practices

详情
AI中文摘要

聚合物模拟是软物质研究中计算需求最大的工作负载之一,通常需要数天的执行时间和高能耗才能获得具有物理意义的结果。在这项工作中,我们通过耦合和优化两个互补的模拟框架来解决这些挑战:Uneyama-Doi模型(UDM)和SOft粗粒化蒙特卡洛加速(SOMA)。UDM在连续介质层面高效传播浓度场,而SOMA通过基于粒子的蒙特卡洛动力学解析链尺度热涨落。每个模型都通过内核融合、内存合并、异步随机数生成针对GPU执行进行了单独优化,性能提升分别达到70%(UDM)和80%(SOMA)。耦合通过我们提出的协调器库实现,该库协调数据交换并同步多个GPU上的时间步进。进一步管理耦合工作负载分布,与SOMA基线相比,实现了13倍的整体加速和24.5倍的能耗降低,即96%的节能。所提出的混合方法在保持相同科学保真度的同时,大幅降低了计算和能量足迹,展示了面向可持续高性能计算的能量感知跨应用协同设计的潜力。

英文摘要

Polymer simulations are among the most computationally demanding workloads in soft-matter research, often requiring days of execution and high energy consumption to achieve physically meaningful results. In this work, we address these challenges through the coupling and optimization of two complementary simulation frameworks: the Uneyama-Doi Model (UDM) and the SOft coarse-grained Monte Carlo Acceleration (SOMA). UDM efficiently propagates concentration fields at the continuum level, while SOMA resolves chain-scale thermal fluctuations via particle-based Monte Carlo dynamics. Each model was individually optimized for GPU execution using kernel fusion, memory coalescing, asynchronous random-number generation yielding up to 70% (UDM) and 80% (SOMA) performance improvement. The coupling is performed through our proposed coordinator library that orchestrates data exchange and synchronizes time-stepping across multiple GPUs. Further management of coupling workload distribution enabled a 13x overall speedup and 24.5x reduction in total energy usage compared to the SOMA baseline, i. e., 96% energy saving. The proposed hybrid approach maintains the same scientific fidelity while drastically reducing the computational and energy footprint, showcasing the potential of energy-aware, cross-application co-design for sustainable high-performance simulations

2606.09354 2026-06-09 math.AP 新提交

Convergence rates for a rotating MHD system with evanescent viscosity

具有消失粘性的旋转MHD系统的收敛速率

Frédéric Charve, Zhuoya Yao

AI总结 研究强旋转(Rossby数趋于零)且运动粘性以ε^α速率消失的MHD系统,利用Strichartz估计建立弱解全局收敛性及强解存在性与收敛性,并确定α的可容许区间。

详情
AI中文摘要

本文关注考虑科里奥利力的MHD模型。在此情形下,旋转强度由Rossby数$ε$(正数)度量。假设旋转很强(即$ε$趋于零)且运动粘性以$ε^α$($α$为正)速率消失,我们首先建立弱解的全局收敛性,然后证明强解的全局存在性和收敛性。特别地,用于获得显式收敛速率的Strichartz估计依赖于上述参数$α$,并使我们能够确定$α$的可容许区间。

英文摘要

In this article, we focus on a MHD model that takes into account the Coriolis force. In this case, the strength of the rotation is measured by the Rossby number $ε$ (positive). Under the assumption that the rotation is strong (that is, when $ε$ goes to zero) and the kinematic viscosity goes to zero as $ε$^$α$ ($α$ positive), we first establish the global convergence of weak solutions, and then prove the global existence and convergence of strong solutions. In particular, the Strichartz estimates used to obtain explicit convergence rates depend on the above parameter $α$ and lead us to identify an admissible interval for $α$.

2606.09352 2026-06-09 astro-ph.GA 新提交

TYC 170-1218-1: A new r-process-enhanced extremely metal-poor star, rich in Th

TYC 170-1218-1:一颗富含钍的新的r-过程增强极端贫金属星

E. Caffau, P. Bonifacio, L. Sbordone, L. Monaco, J. Alazzawi, M. Spite, P. François, A. Mucciarelli

AI总结 基于高分辨率光谱分析,发现了一颗新的r-过程增强极端贫金属星TYC 170-1218-1,其[Fe/H]=-3.52,[Eu/Fe]=+1.84,[Th/Fe]=+1.85,且运动学上属于银河系晕,源自Sequoia并合事件。

详情
Journal ref
Astronomy & Astrophysics 710, pp.A132 (2026)
AI中文摘要

背景:极端贫金属(EMP)恒星由第一代恒星的一颗或少数几颗超新星爆发所增丰的气体云形成,这种非常有限的金属增丰源能够产生特殊的化学模式,从而诞生具有异常化学成分的恒星。在EMP恒星中,r-II恒星的特征是重元素相对于铁过度丰。目的:在寻找看似年轻、贫金属的恒星时,我们偶然选中了TYC 170-1218-1,结果发现它是一颗EMP恒星,中子俘获元素相对于铁增丰。我们的目标是获得这个特殊天体的详细化学清单。方法:我们研究了用VLT望远镜上的UVES和麦哲伦克莱望远镜上的Mike观测的高分辨率光谱。利用MyGIsFOS代码和ATLAS 9模型大气,我们推导了33种元素的丰度。结果:这颗恒星是[Fe/H] = -3.52的EMP恒星。它像通常的EMP恒星一样,α元素增丰。它是一颗r-II恒星,[Eu/Fe] = +1.84,[Th/Fe] = +1.85。这颗恒星相对于铁也是碳贫乏的。光谱质量不足以让我们探测到铀。运动学上,这颗恒星现在属于银河晕,但它在Sequoia并合事件期间加入了银河系。

英文摘要

Context . Extremely metal-poor (EMP) stars are formed from gas clouds enriched by one or a few supernova explosions belonging to the first stellar generation and this very limited number of sources of metal enrichment is suitable to produce peculiar chemical patterns that give birth to stars with anomalous chemical composition. Among the EMP stars, r-II stars are characterised by an over-abundance of the heavy elements with respect to iron. Aims . In the search for apparently young, metal-poor stars, we serendipitously selected TYC 170-1218-1, which turned out to be an EMP star, enhanced in neutron capture elements over iron. Our aim is to obtain a detailed chemical inventory for this exceptional object. Methods . We investigated high-resolution spectra observed with UVES at the VLT telescope and Mike at the Magellan Clay telescope. We derived the abundance of 33 elements using the MyGIsFOS code and an ATLAS 9 model atmosphere. Results . The star is an EMP with [Fe/H] = -3.52. It is enhanced in the $α$ elements, as EMP stars usually are. It is an r-II star with [Eu/Fe] = +1.84 and [Th/Fe] = +1.85. The star is also poor in carbon with respect to iron. The quality of the spectra was insufficient for us to detect uranium. Kinematically the star belongs now to the Galactic halo, but it joined the Milky Way during the Sequoia accretion event.

2606.09349 2026-06-09 hep-th 新提交

Eight-dimensional Manin triples, Yang-Baxter deformations and solutions of Supergravity Equations

八维Manin三元组、Yang-Baxter变形与超引力方程的解

Ladislav Hlavatý, Petr Novotný, Ivo Petr

AI总结 利用最近提出的4+4维Manin三元组列表,通过Poisson-Lie T-对偶性找到超引力方程的新解,包括平坦背景、平面波和带挠率的弯曲背景,其中许多变换可理解为齐次Yang-Baxter变形。

详情
AI中文摘要

最近提出的4+4维Manin三元组的广泛列表可用于通过Poisson-Lie T-对偶性找到超引力方程的新解。为了得到解,我们从对应于半阿贝尔Manin三元组的Poisson-Lie群上的1+3维平坦背景开始。为了应用Poisson-Lie T-对偶性,我们识别出构成同一Drinfeld双子的不同分解的Manin三元组。除了平坦背景和满足超引力方程的平面平行波之外,对偶变换还产生满足(广义)超引力方程的带挠率的弯曲背景。许多Poisson-Lie变换可以理解为齐次Yang-Baxter变形。特别令人感兴趣的是导致广义超引力方程解的非幺模变形。

英文摘要

Extensive list of 4+4-dimensional Manin triples that was presented recently can be used to find new solutions of supergravity equations via Poisson-Lie T-plurality. To get the solutions we start with 1+3-dimensional flat backgrounds on Poisson-Lie groups corresponding to semi-Abelian Manin triples. For application of the Poisson-Lie T-plurality we identify Manin triples that form various decompositions of the same Drinfeld double. Beside flat backgrounds and plane-parallel waves solving supergravity equations, plurality transformation also produces curved backgrounds with torsion satisfying (generalized) supergravity equations. Many of the Poisson-Lie transformations can be understood as homogeneous Yang-Baxter deformations. Of special interest are the non-unimodular deformations leading to solutions of generalized supergravity equations.

2606.09346 2026-06-09 hep-th 新提交

Asymptotic Algebras and Holography of Information in CGHS Model

CGHS模型中的渐近代数与信息全息

Waheed A. Dar, Nirmalya Kajuri, Rinkesh Panigrahi

AI总结 本文研究CGHS模型的渐近代数,证明右移模式可从未来零无穷的任意小邻域恢复,并指出若左右模式希尔伯特空间因子化成立,则岛熵无法与任何单侧渐近代数的冯·诺依曼熵等同,揭示了CGHS/RST模型中的因子化问题。

Comments 19 Pages, No figures

详情
AI中文摘要

信息全息(HoI)和岛公式是解决黑洞信息丢失悖论的两种近期方法,它们给出了不同的Page曲线。Page曲线之间的差异被认为源于每种方法所关注的代数。本文研究了CGHS模型的候选代数。在HoI文献中通常假设的条件下,我们通过构造辐射相空间和未来零无穷处的渐近代数,建立了耦合无质量标量场的CGHS模型的HoI。我们证明了右移模式的量子态可以从右未来零无穷的任意小邻域恢复。然后我们论证,如果在CGHS的量子理论中左右模式之间的希尔伯特空间因子化成立,那么岛熵不能等同于任何单侧渐近代数的冯·诺依曼熵,并且这种不匹配构成了CGHS/RST模型因子化问题的一个版本。我们讨论了CGHS模型中HoI和岛方法之间可能的区别。

英文摘要

Holography of Information (HoI) and the island formula are two recent approaches to the black hole information loss paradox that yield different Page curves. The difference between the Page curves has been argued to be rooted in the algebra that each approach focuses on. In this paper, we study the candidate algebras for the CGHS model. Making the usual assumptions that are made in HoI literature, we establish HoI for the CGHS model coupled to a massless scalar by constructing the radiative phase space and asymptotic algebras at future null infinity. We prove that the quantum state of the right-moving modes can be recovered from an arbitrarily small neighbourhood of the right future null infinity. We then argue that if the Hilbert space factorization between left- and right-moving modes holds in the quantum theory of CGHS, then the island entropy cannot be identified with the von Neumann entropy of any one-sided asymptotic algebra, and that this mismatch constitutes a version of the factorization problem for CGHS/RST models. We discuss the possible distinction between the HoI and island approaches for the CGHS model.

2606.09345 2026-06-09 eess.AS 新提交

A study on the impact of region specific data on the performance of Indic ASR

区域特定数据对印度自动语音识别性能影响的研究

Agneedh Basu, Pavan Kumar J, Pranav Bhat, Sujith Pulikodan, Visruth Sanka, Nihar Desai, Prasata Kumar Ghosh

AI总结 通过微调控制实验,研究印度语言跨区域ASR泛化能力,发现地理距离与词错误率正相关,强调区域多样性数据的重要性。

详情
AI中文摘要

自动语音识别(ASR)系统广泛应用于语言多样化的地区,但其在细粒度地理变异上的泛化能力仍未充分探索。我们针对印度语言进行了跨地区ASR泛化的系统研究,分析了区域变异对性能的影响。通过微调作为控制探针,我们在单一地区的语音上训练模型,并在同一语言的其他地区进行评估。我们检查了多个训练-测试地区对的趋势,并量化了性能差异。为了评估地理效应,我们使用两种距离度量分析了词错误率(WER)与地区间距离的相关性。我们的结果显示,地理距离与WER之间存在一致的相关性,突显了区域泛化的挑战,以及在印度ASR开发和评估中对地理多样化语音数据的需求。

英文摘要

Automatic Speech Recognition (ASR) systems are widely deployed across linguistically diverse regions, yet their ability to generalize across fine-grained geographic variation remains underexplored. We present a systematic study of cross-district ASR generalization for Indian languages, analyzing the impact of regional variation on performance. Using finetuning as a controlled probe, we train models on speech from a single district and evaluate them on other districts within the same language. We examine trends across multiple train test district pairs and quantify performance differences. To assess geographic effects, we analyze the correlation between WER and inter district distance using two distance measures. Our results show consistent correlations between geographic distance and WER, highlighting the challenges of regional generalization and the need for geographically diverse speech data in ASR development and evaluation in India.

2606.09342 2026-06-09 eess.AS 新提交

Parameter-Efficient Continual Learning for Automatic Speech Recognition

参数高效持续学习用于自动语音识别

Steven Vander Eeckt, Hugo Van hamme

AI总结 提出一种基于奇异值分解的头部-尾部子空间划分方法,在低能量尾部子空间进行近似旋转适应,结合权重平均减少遗忘,实现参数高效的持续学习ASR。

Comments Accepted at Interspeech 2026

详情
AI中文摘要

语音基础模型能够实现强大的通用自动语音识别(ASR),并且对于下游适应具有吸引力。然而,它们的规模以及顺序微调导致的灾难性遗忘要求参数高效和正则化的训练方法,从而推动了参数高效持续学习(PECL)。虽然PECL在自然语言处理和视觉领域已被广泛研究,但在ASR中受到的关注较少。在本文中,我们基于最近在ASR参数高效微调方面的进展,提出了一种简单而有效的PECL方法。我们根据奇异值将预训练权重矩阵划分为头部和尾部子空间,并将适应限制在低能量尾部子空间内的近似旋转,从而保留主导成分并减少遗忘。对于后续任务,通过权重平均组合旋转以进一步提高保留能力。在两个基准上的实验表明,与最近的PECL基线相比,该方法减少了遗忘并实现了更优的整体性能。

英文摘要

Speech foundation models enable strong general-purpose ASR and are attractive for downstream adaptation. However, their size and the catastrophic forgetting induced by sequential fine-tuning demand parameter-efficient and regularized training methods, motivating parameter-efficient continual learning (PECL). While PECL has been widely studied in NLP and vision, it has received less attention in ASR. In this paper, we propose a simple yet effective PECL method based on recent advances in parameter-efficient fine-tuning for ASR. We partition pretrained weight matrices into head and tail subspaces according to singular values and restrict adaptation to approximate rotations within the low-energy tail subspace, preserving dominant components and reducing forgetting. For subsequent tasks, rotations are combined via weight averaging to further improve retention. Experiments on two benchmarks demonstrate reduced forgetting and superior overall performance compared to recent PECL baselines.

2606.09341 2026-06-09 cond-mat.mtrl-sci 新提交

Hydride formation and phase separation in palladium nanoparticles from a transferable atomic cluster expansion potential

钯纳米颗粒中氢化物形成与相分离的可转移原子簇展开势

Minaam Qamar, Apinya Ngoipala, Matous Mrovec, Matthias Vandichel, Ralf Drautz

AI总结 通过可转移原子簇展开势实现近DFT精度模拟,揭示钯纳米颗粒中氢致α-β相分离为核壳结构,并预测尺寸依赖的晶格参数和熔点降低。

Comments 14 pages, 12 figures

详情
AI中文摘要

钯-氢系统是氢-金属相互作用的原型,支撑着氢存储、催化和纯化等技术。然而,其纳米尺度行为——其中表面和界面能量、弹性共格应变和尺寸依赖的热力学控制相分离——一直难以进行精确的原子模拟。经验势错误地表示了间隙氢的能量,而现有的机器学习模型仅限于低氢环境下的体相。本文介绍了一种用于Pd-H的原子簇展开(ACE),它再现了形成能、声子谱、弹性常数、氢迁移势垒和表面吸附,具有接近DFT的精度,并直接与中子散射、高压和晶格膨胀实验进行基准测试。其近线性缩放和CPU效率使得超过28,000个原子(直径约12 nm)的PdH$_x$纳米颗粒的分子动力学在纳秒时间尺度上变得可行。这些模拟在原子尺度上解析了α-和β-PdH$_x$动力学分离为核壳结构,再现了实验观察到的晶格参数的尺寸依赖性,并揭示了氢诱导的纳米颗粒熔化温度的显著降低。该势能将金属氢化物动力学的实验相关尺度置于定量可及范围内。

英文摘要

The palladium-hydrogen system is a prototype for hydrogen-metal interactions and underpins technologies such as hydrogen storage, catalysis and purification. Yet its nanoscale behaviour -- where surface and interface energetics, elastic coherency strain and size-dependent thermodynamics govern phase separation -- has eluded accurate atomistic simulation. Empirical potentials misrepresent the energetics of interstitial hydrogen, while existing machine-learning models are restricted to bulk phases at low-hydrogen environments. Here we introduce an atomic cluster expansion (ACE) for Pd-H that reproduces formation energies, phonon spectra, elastic constants, hydrogen migration barriers and surface adsorption with near-DFT accuracy, benchmarked directly against neutron-scattering, high-pressure and lattice-expansion experiments. Its near-linear scaling and CPU efficiency make molecular dynamics of PdH$_x$ nanoparticles exceeding 28,000 atoms ($\sim$12 nm in diameter) tractable over nanosecond timescales. These simulations resolve, at the atomic scale, the kinetic separation of $α$- and $β$-PdH$_x$ into a core-shell architecture, reproduce the experimentally observed size dependence of the lattice parameter, and uncover a pronounced hydrogen-induced lowering of the nanoparticle melting temperature. The potential brings experimentally relevant scales of metal-hydride dynamics within quantitative reach.

2606.09339 2026-06-09 cond-mat.mtrl-sci 新提交

The group theory of Raman effect in magnetic materials

磁性材料中拉曼效应的群论

Rui-Chun Xiao, Xue Liu, Yuxuan Jiang, Hang Zhou, Zi-Hao Feng, Jie Hou, Xiangru Kong, Yujun Zhang

AI总结 利用Onsager互易关系处理磁性群中拉曼张量的数学结构,生成所有磁点群的拉曼张量表,并解决CrSBr拉曼光谱中的谜题。

详情
AI中文摘要

尽管磁性材料中的拉曼散射展现了丰富的实验现象,但拉曼张量的对称性约束尚未完全阐明。在这项工作中,我们使用Onsager互易关系,而非传统的共表示方法,来处理磁性群中拉曼张量的数学结构。通过这种方法,我们生成了所有磁点群的拉曼张量表,并利用直积表示方法全面理解了磁性材料中的拉曼选择定则。我们的理论和数值结果与先前的实验吻合良好,并解决了CrSBr拉曼光谱中的一个谜题。此外,我们识别了一个常见但被忽视的现象:磁拉曼矢量可以与磁矩方向正交。我们的方法及相关的拉曼张量表将对实验和理论领域的拉曼研究有所帮助。

英文摘要

Although Raman scattering in magnetic materials exhibits rich experimental phenomena, the symmetry constraints on Raman tensors have not been fully elucidated. In this work, we use Onsager reciprocity relation, other than the conventional corepresentation method, to deal with the mathematical structures of Raman tensors in magnetic groups. Using this approach, we generate Raman tensor tables for all magnetic point groups, and present a comprehensive understanding of the Raman selection rules in magnetic materials with direct product representations method. Our theoretical and numerical results match previous experiments well, and resolve a puzzle in the Raman spectroscopy of CrSBr. Moreover, we identify a common but overlooked phenomenon: the magneto-Raman vector can be orthogonal to the magnetic moment direction. Our method and associated Raman tensor tables will be helpful for the Raman studies in both experimental and theoretical domains.

2606.09336 2026-06-09 math.LO 新提交

Undecidability, Chaos and Universality in Arithmetic Terms

算术项中的不可判定性、混沌与普适性

Gabriel Istrate, Mihai Prunescu, Joseph M. Shunia

AI总结 本文研究算术项的表达能力,通过解释希尔伯特第十问题证明单变量算术项是否取零不可判定,并构造了表示任意递归函数的算法,进而展示混沌函数和通用图灵机均可表示为算术项。

Comments 32 pages

详情
AI中文摘要

算术项是加法、减法、乘法、带余除法与幂运算的有限固定组合,其中变量解释为自然数。它们构建了良定义的闭公式概念。已知每个Kalmar初等函数都可以表示为算术项。本文研究算术项的表达能力。通过将希尔伯特第十问题解释为算术项,证明了单变量算术项是否取值为$0$是不可判定的,以及两个这样的项是否取相同值也是不可判定的。一个算法构造了表示任意由递归规则定义的函数的算术项。该构造有多种应用。具有混沌行为的函数,如Logistic映射,可以表示为算术项。最后,我们构造了一个图灵完备的算术项,并用算术项表示了一个图灵通用函数。一个有点意外的应用:存在一个{\it 智能}算术项。它接收(一个句子的编码)、(一个形式化理论的编码)和一个界$B$,在执行常数次操作后,如果存在该句子的证明且长度小于$B$,则输出该证明的编码;否则输出$0$。

英文摘要

Arithmetic terms are finite fixed compositions of additions, subtractions, multiplications, divisions with remainder and exponentiations, containing variables interpreted as natural numbers. They build a well-defined notion of closed formula. It is known that every Kalmar elementary function can be expressed as an arithmetic term. In this paper, one studies the power of expression of the arithmetic terms. By interpreting Hilbert's Tenth Problem in arithmetic terms, it is shown that it is undecidable whether one-variable arithmetic term takes the value $0$, or whether two such terms take or not the same values. An algorithm constructs the arithmetic term representing an arbitrary function, which has been defined by a recurrence rule. This construction has various applications. Functions with chaotic behavior, like the Logistic Map, can be expressed as arithmetic terms. Finally, we construct a Turing complete arithmetic term and we express a Turing universal function by an arithmetic term. A somewhat unexpected application: there is a {\it wise} arithmetic term. It gets (the code of) a sentence, (the code of) a formalized theory and a bound $B$, and after performing a constant number of operations, it outputs (the code of) a proof of the sentence using the given theory if such a proof does exist and its length is less than $B$. Otherwise, it outputs $0$.