arXivDaily arXiv每日学术速递 周一至周五更新
全部学科分类 1708
专题追踪
2606.06530 2026-06-08 cs.AR 新提交

RTLScout: Joint Agentic Code and Synthesis Optimization for Efficient Digital Circuits

RTLScout:面向高效数字电路的联合智能体代码与综合优化

Felix Arnold, Ryan Amaudruz, Dimitrios Tsaras, Renzo Andri, Lukas Cavigelli

AI总结 提出RTLScout系统,结合LLM驱动智能体设计与电路级综合优化及算术架构扫描,通过多轮精英池框架迭代优化RTL设计,在浮点乘法器上实现面积减少35%、延迟减少45%。

详情
AI中文摘要

我们提出RTLScout,一个自主系统,将LLM驱动的智能体设计与电路级综合优化及算术架构扫描相结合。LLM智能体通过工具调用迭代编写、评估和改进RTL设计,并依据来自Yosys和OpenROAD的定量PPA(功耗、性能、面积)反馈进行指导。我们引入了一个多轮精英池框架,其中最佳设计和经验教训被用于后续智能体运行。该流程包括四个互补阶段:智能体代码优化、智能体门级重写、算术架构扫描以及可选的强努力门级优化。在一个支持次正规数的IEEE-754兼容16位浮点乘法器上,相对于在ASAP7工艺下综合的初始设计,RTLScout将面积减少35%,延迟减少45%。每个阶段都提供了独特的改进,而强努力门级优化作为对已优化设计的进一步改进最为有效,而非替代早期阶段。最终的帕累托前沿在相同工艺上优于商业工具参考设计。

英文摘要

We present RTLScout, an autonomous system that combines LLM-driven agentic design with circuit-level synthesis optimization and arithmetic architecture sweeps. An LLM agent iteratively writes, evaluates, and refines RTL designs using tool calls, guided by quantitative PPA (power, performance, area) feedback from Yosys and OpenROAD. We introduce a multi-run elite pool framework, where the best designs and lessons learned seed subsequent agent runs. The pipeline comprises four complementary phases: agentic code optimization, agentic gate-level rewriting, arithmetic architecture sweeps, and an optional high-effort gate-level refinement pass. On an IEEE-754-compliant 16-bit floating-point multiplier with subnormal support, RTLScout reduces area by 35% and delay by 45% relative to a starting design synthesized in ASAP7 technology. Each phase provides distinct improvements, and high-effort gate-level optimization is most effective as a refinement of already well-optimized designs rather than a substitute for earlier stages. The resulting Pareto front outperforms a commercial-tool reference design on the same technology.

2606.06528 2026-06-08 cs.AR cs.PF 新提交

Quantized AI Inference on Constrained Embedded Platforms for Small-Satellite Settings

面向小卫星场景的受限嵌入式平台上量化AI推理

Carlos Rafael Tordoya Taquichiri, Hans Dermot Doran, Pablo Ghiglino

AI总结 针对资源受限的小卫星环境,通过测量表征量化AI推理在Cortex-M等平台上的执行特性,建立下界参考点,并分析多核/多设备编排下的延迟与数据移动。

Comments 7 pages, 3 figures, SmallSat conference

详情
AI中文摘要

在资源受限的小卫星场景中,AI推理必须在严格的大小、功耗和有效载荷预算下运行,这往往限制了星载计算能力和数据处理能力。这些条件促使我们在有限的计算和内存资源下,为量化AI推理建立一个清晰的基线。为了实例化这个基线,一个代表性的嵌入式视觉神经网络工作负载被用作参考案例。基于此动机,本文对高度受限嵌入式平台(例如Cortex-M)上该AI工作负载的量化执行进行了基于测量的表征,并将其作为下界工作点。在此情况下,扩展往往依赖于显式编排而非操作系统管理的透明多核调度,时序行为由指令效率和内存移动决定。因此,该表征为跨编排配置(例如多核和/或多设备)的估计执行时间提供了结构化参考,将编排和架构变化视为显式设计选择。我们报告了延迟指标以及数据移动观测结果,并根据Cortex-M上量化算术下的ALU/SIMD利用率对这些测量结果进行了解释。最后,我们概述了该基线如何为将结果与更典型的空间嵌入式处理器类别(例如LEON/NOEL-V)进行对比提供参考点。

英文摘要

In resource-constrained small-satellite settings, AI inference must operate under tight size, power, and payload budgets, which tend to limit onboard compute capability and data handling. These conditions motivate establishing a clear baseline for quantized AI inference under bounded compute and memory resources. To instantiate this baseline, a representative embedded-vision neural-network workload serves as the reference case. With this motivation, this paper presents a measurement-based characterization of quantized execution for this AI workload on highly constrained embedded platforms (for instance, Cortex-M), grounded as a lower-bound operating point. In this regime, scaling tends to rely on explicit orchestration rather than OS-managed, transparent multicore scheduling, and timing behavior is shaped by instruction efficiency and memory movement. As a result, the characterization provides a structured reference for estimating execution time across orchestrated configurations (e.g., multiple cores and/or devices), treating orchestration and architectural variation as explicit design choices. We report latency metrics alongside data-movement observations, and interpret these measurements in light of ALU/SIMD utilization under quantized arithmetic for the Cortex-M. Finally, we outline how this baseline provides a reference point for positioning the results against more space-typical embedded processor classes (e.g., LEON/NOEL-V).

2606.06511 2026-06-08 cs.GR 新提交

Differentiable 3D Triangle-Triangle Intersection Energy

可微分的3D三角形-三角形相交能量

Tianyu Wang

AI总结 提出一种基于3D三角形相交测试的二阶可微能量及GPU优化方法,无需有效初始化即可高效消除网格自交。

详情
AI中文摘要

在计算机图形学中,获得无相交或全局单射性非常重要。然而,这具有挑战性,尤其是对于非定向变形基元。大多数方法通常依赖于无相交初始化并跟踪连续轨迹以保持合法性,并且不能用于没有这种初始化的任务。对于3D空间中的后者,我们引入了一种新颖的二阶可微能量,该能量由3D三角形-三角形相交测试定义,以及基于GPU的不精确牛顿优化路径。我们表明,结合我们的方法可以高效地解决相交问题,无需用户交互、历史信息或有效初始化。

英文摘要

Obtaining intersection-freeness or global injectivity is important in computer graphics. However, it is challenging, especially for the non-oriented deformation primitives. Most methods often rely on an intersection-free initialization and track the continuous trajectory to keep the legitimacy and cannot be used for the task without such an initialization. For the latter one in 3D space, we introduce a novel second-order differentiable energy defined from the 3D triangle-triangle intersection testing, and a GPU-based inexact Newton optimization route. We show that intersection can be efficiently resolved integrated with our method, requiring no user interaction, history information or a valid initialization.

2606.06508 2026-06-08 cs.GR 新提交

Compatibility and Accuracy Verification of CADmesh-Based Complex Geometry Modeling in Geant4

基于CADmesh的复杂几何建模在Geant4中的兼容性与精度验证

Shiwei Jing, Weiyang Zhang, Shengduo Liu, Jia Song, Sijia Zhou, Hailong Xu, Yue Sun, Zebin Li, Yuxuan Gu, Siqi Liu, Tian Zhang, Zhihua Gao, Guofeng Qu, Fuquan Jia

AI总结 针对Geant4中CSG方法效率低、门槛高的问题,本文通过CADmesh导入STL/OBJ格式,系统评估了格式兼容性、几何精度和物理模拟偏差,设计了通用自适应接口,显著减少了代码量并提升了模拟效率。

详情
AI中文摘要

Geant4蒙特卡洛模拟依赖于构造实体几何(CSG)方法进行复杂几何建模。该方法效率低且应用门槛高。通过CADmesh导入STL/OBJ等三角面片格式是一种有前景的替代方案,但缺乏对格式兼容性、几何精度和物理模拟偏差的系统评估。基于Geant4 11.0、CADmesh 1.3.0和FreeCAD 1.0构建开源实验环境。我们使用简单几何体和复杂工程模型设计高、低精度梯度测试用例,系统评估了STL和OBJ格式的导入成功率、面片丢失率、体积误差和粒子输运剂量偏差。结果表明,两种格式的导入成功率均为100%;高精度模型的体积误差率≤0.018%,低精度模型≤0.288%。两种格式共享相同的顶点面片数据结构。本研究设计了一个通用自适应接口。该接口将解析代码行数减少约70%,并保持几何精度。此外,四面体网格加载耗时是镶嵌固体的3.1倍,但模拟时间可从15194.3秒减少到77.28秒。

英文摘要

Geant4 Monte Carlo simulation relies on the Constructive Solid Geometry (CSG) method for complex geometric modeling. This method has low efficiency and a high application threshold. Importing triangular facet formats such as STL/OBJ via CADmesh is a promising alternative, but systematic evaluations of format compatibility, geometric accuracy, and physical simulation deviations are lacking. Construct open-source experimental environment based on Geant4 11.0, CADmesh 1.3.0 and FreeCAD 1.0. We design high and low precision gradient test cases using simple geometric bodies and complex engineering models, and systematically evaluate the import success rate, facet loss rate, volume error, and particle transport dose deviation for STL and OBJ formats.The results show a 100% import success rate for both formats; the volume error rate is <= 0.018% for high-precision models and <= 0.288% for low-precision models. The two formats share the same vertex facet data structure. This study designs a general adaptive interface. The interface reduces the number of parsing code lines by about 70% and maintains geometric accuracy.Furthermore, the tetrahedral mesh loading takes 3.1 times longer than tessellated solids, but the simulation time can be reduced from 15194.3 s to 77.28 s.

2606.06502 2026-06-08 cs.CR 新提交

Subtle Injection for Ground-truth Inference of LLM Training Data

用于LLM训练数据真实推断的微妙注入

Abraham Itzhak Weinberg

AI总结 提出SIGIL框架,通过向文本中嵌入不可感知的“金丝雀序列”,使训练了这些文档的LLM在特定查询下表现出可检测的行为特征,从而证明文档被用于训练。

详情
AI中文摘要

随着大型语言模型(LLM)越来越多地在未经授权的情况下从抓取的网络语料库中进行训练,内容所有者需要取证方法来证明其文档被包含在模型的训练集中。我们提出\textbf{SIGIL}(\textbf{S}ubtle \textbf{I}njection for \textbf{G}round-truth \textbf{I}nference of \textbf{L}LM training data),这是一个框架,它将不可感知的\emph{金丝雀序列}嵌入受保护的文本和代码中,使得任何在这些文档上训练的LLM在受到目标查询时表现出统计上可检测的行为特征。SIGIL定义了五种金丝雀策略——词汇罕见、词汇短语、句法、语义和代码模式——以及一种基于Neyman-Pearson假设检验框架的\emph{成员推断分数}(MIS),具有正式的假阳性率(FPR)控制。模拟器参数根据经验成员推断文献进行校准,在$36{,}000$次试验中产生现实的异质结果:总体AUC = $0.892$,从$0.1\%$注入时的$0.831$上升到$10\%$注入时的$0.947$。检测率在模型大小和注入率条件下从$33\%$到$78\%$不等。代码模式金丝雀达到最高的AUC($0.903$,Cohen's $d = 1.84$);句法结构最低($0.875$,$d = 1.63$)。所有四个实验因素——注入率、模型大小、金丝雀策略和混合比例——对MIS都有显著的独立影响($p < 0.001$)。即使在$100\%$释义下($\text{AUC} = 0.864$),SIGIL仍保持AUC $> 0.86$,通过语义泄漏证实了鲁棒性,这种泄漏在表面重写后仍然存在。

英文摘要

As large language models (LLMs) are increasingly trained on scraped web corpora without authorisation, content owners require forensic methods to prove that their documents were included in a model's training set. We propose \textbf{SIGIL} (\textbf{S}ubtle \textbf{I}njection for \textbf{G}round-truth \textbf{I}nference of \textbf{L}LM training data), a framework that embeds imperceptible \emph{canary sequences} into protected text and code such that any LLM trained on those documents exhibits statistically detectable behavioural signatures when probed with targeted queries. SIGIL defines five canary strategies -- lexical-rare, lexical-phrase, syntactic, semantic, and code-pattern -- and a \emph{Membership Inference Score} (MIS) grounded in the Neyman-Pearson hypothesis testing framework with formal false-positive rate (FPR) control. Simulator parameters are calibrated against the empirical membership inference literature, yielding realistic heterogeneous results across $36{,}000$ trials: overall AUC $= 0.892$, rising from $0.831$ at $0.1\%$ injection to $0.947$ at $10\%$. Detection rates range from $33\%$ to $78\%$ across model-size and injection-rate conditions. Code Pattern canaries achieve the highest AUC ($0.903$, Cohen's $d = 1.84$); Syntactic Structure the lowest ($0.875$, $d = 1.63$). All four experimental factors -- injection rate, model size, canary strategy, and mixture ratio -- have significant independent effects on MIS ($p < 0.001$). SIGIL maintains AUC $> 0.86$ even under $100\%$ paraphrasing ($\text{AUC} = 0.864$), confirming robustness through semantic leakage that survives surface-level rewriting.

2606.06501 2026-06-08 cs.CR 新提交

Enhancing Malware Detection with Generative AI: Using Variational Autoencoders to Boost Machine Learning Classifiers' Performance

利用生成式AI增强恶意软件检测:使用变分自编码器提升机器学习分类器性能

Mohammad Alharbi, Jeremy Straub

AI总结 提出使用变分自编码器生成合成恶意软件样本,增强随机森林、XGBoost和序列模型分类器的训练数据,显著提升检测准确率、精确率、召回率和F1分数。

详情
AI中文摘要

恶意软件的演进对网络安全构成障碍,需要开发先进的检测技术。本文提出了一种通过生成式人工智能模型增强恶意软件检测的方法。具体而言,变分自编码器(VAEs)与随机森林、XGBoost和序列模型机器学习分类器结合使用。生成的合成恶意软件样本用于解决新出现或较少见恶意软件类型的数据稀缺关键问题。该方法可用于扩充数据集以提高分类器的鲁棒性。所提出的方法使用VAEs创建高质量、多样化的合成数据集,这些数据集紧密模仿真实世界的恶意软件数据。通过比较机器学习分类器在使用原始数据训练和使用合成数据增强数据集训练时的性能,评估了这些增强数据集的有效性。结果表明,当使用增强数据集训练时,分类器的准确率、精确率、召回率和F1分数均有显著提升。检测各类恶意软件的性能增强显示了该方法有效适应不断演变的恶意软件威胁的潜力。这项工作展示了生成式AI在网络安全中的实用性,也为未来开发更具弹性和适应性的恶意软件检测系统奠定了基础。

英文摘要

The advancement of malware poses obstacles for cybersecurity, necessitating the development of advanced detection techniques. This paper proposes an approach to enhance malware detection through the use of a generative artificial intelligence model. Specifically, variational autoencoders (VAEs) are used with the random forest, XGBoost and sequential model machine learning classifiers. Generated synthetic malware samples are used to address the critical issue of data scarcity for new or less common malware types. This approach can be used to augment datasets to improve classifier robustness. The proposed methodology uses VAEs to create high-quality diverse synthetic datasets that closely mimic real-world malware data. The effectiveness of these augmented datasets is evaluated by comparing the performance of the machine learning classifiers when they are trained with the original data and when they are trained with the synthetic data-augmented datasets. The results demonstrate a notable improvement in the accuracy, precision, recall and F1-scores of the classifiers, when they are trained using the augmented datasets. The enhanced performance for detecting various malware classes shows the potential of this approach to facilitate adaptation to evolving malware threats effectively. This work demonstrates the utility of generative AI for cybersecurity. It also provides a foundation for future research aimed at developing more resilient and adaptive malware detection systems.

2606.06500 2026-06-08 cs.GR 新提交

Cubic Hermite Lattice Structures

三次埃尔米特晶格结构

Yaonaiming Zhao, Yuntao Ma, Guoyue Luo, Qiang Zou

AI总结 提出一种基于隐式建模的晶格结构设计方法,利用三次埃尔米特曲线控制支柱轮廓,通过解析表达式实现高效场评估,兼顾几何表达丰富性和计算效率。

Comments Accepted by ASME IDETC/CIE 2026

Journal ref ASME IDETC/CIE 2026

详情
AI中文摘要

晶格结构在增材制造中日益重要,因为其需要复杂的内部几何形状以实现轻量化、高表面积体积比、多功能性和其他优越的机械性能。传统的晶格建模方法通常使用简单基元(如圆柱或圆锥)表示支柱,限制了几何多样性和设计空间。尽管最近的研究通过增加支柱形状的复杂性来解决这个问题,但往往以牺牲计算效率和建模鲁棒性为代价。因此,实现丰富的几何表现力和高效计算仍然是一个具有挑战性的问题。在本文中,我们提出了一种隐式建模方法,扩展了晶格结构的设计和优化空间,同时保持了隐式表示的建模鲁棒性和效率。在我们的方法中,每个支柱被定义为骨架图上的卷积曲面,其轮廓形状由三次埃尔米特曲线控制。通过利用卷积核和三次埃尔米特曲线控制轮廓的多项式结构,我们推导出用于高效场评估的解析表达式,避免了昂贵且不稳定的数值计算。通过四个案例研究验证了所提出方法在轮廓形状多样性、梯度晶格建模以及切片鲁棒性和效率方面的性能。

英文摘要

Lattice structures are of growing importance in additive manufacturing, where complex internal geometries are increasingly required for lightweight, high surface-to-volume ratios, multifunctionality, and other superior mechanical properties. Conventional lattice modeling methods typically represent struts with simple primitives, such as cylinders or cones, limiting geometric diversity and the design space. Although recent efforts have increased strut-shape complexity to address this issue, they often do so at the expense of computational efficiency and modeling robustness. As a result, achieving both rich geometric expressiveness and efficient computation remains a challenging problem. In this paper, we present an implicit modeling method that expands the design and optimization space of lattice structures while preserving the modeling robustness and efficiency of implicit representations. In our method, each strut is defined as a convolution surface over a skeletal graph, and its profile shape is controlled by a cubic Hermite curve. By exploiting the polynomial structure of both the convolution kernel and the cubic Hermite curve-controlled profile, we derive analytical expressions for efficient field evaluation, avoiding costly and unstable numerical computation. Four case studies have been conducted to validate the proposed method in terms of profile shape diversity, graded lattice modeling, as well as slicing robustness and efficiency.

2606.07507 2026-06-08 math.CO math.AC math.AG 新提交

Ideals defining components of two-row Springer fibers

定义两行Springer纤维分支的理想

Cristina Sabando-Alvarez, Martha Precup

AI总结 本文针对两行Springer纤维,通过非交叉匹配定义多项式理想,证明这些理想定义了Springer纤维的对应分支,并给出分支上同调类的两个猜想公式。

详情
AI中文摘要

Springer纤维是由幂零矩阵参数化的旗簇的子簇,是几何表示论中的核心研究对象。本文聚焦于两行Springer纤维,即对应于具有两个Jordan块的幂零矩阵的那些纤维。两行Springer纤维的不可约分支与两行标准Young表以及非交叉匹配一一对应。受矩阵Schubert簇的交换代数组合学启发,我们为每个非交叉匹配定义一个多项式理想,并证明这些理想定义了Springer纤维的对应分支。我们的证明利用了Fung、Stroppel--Webster、Fresse以及Goldwasser--Nadeem--Sun--Tymoczko建立的Springer纤维的几何描述。通过使用这些理想计算例子,我们给出了两行Springer纤维每个分支上同调类的两个猜想公式。我们应用交换代数技巧证明了这些猜想对于特定两行表族成立。

英文摘要

Springer fibers are subvarieties of the flag variety parameterized by nilpotent matrices. They are central objects of study in geometry representation theory. This paper focuses on two-row Springer fibers, those corresponding to nilpotent matrices with two Jordan blocks. Irreducible components of two-row Springer fibers are in bijection with two-row standard Young tableaux and also with noncrossing matchings. Inspired by the combinatorial commutative algebra of matrix Schubert varieties, we define a polynomial ideal for each noncrossing matching and prove that these ideals define the corresponding components of the Springer fiber. Our proofs leverage geometric descriptions of Springer fibers established by Fung, Stroppel--Webster, Fresse, and Goldwasser--Nadeem--Sun--Tymoczko. Using these ideals to compute examples, we give two conjectural formulas for the cohomology class of each component of a two-row Springer fiber. We apply commutative algebra techniques to prove these conjectures for a specific family of two-row tableaux.

2606.07501 2026-06-08 math.AP 新提交

On the non-uniqueness of solutions of the axi-symmetric swirl-free Navier-Stokes equations, I

轴对称无旋Navier-Stokes方程解的非唯一性,I

Alexandru D. Ionescu, Hao Jia, Stan Palasek

AI总结 本文数值构造了三维不可压Navier-Stokes方程的一类新的不稳定自相似解,具有轴对称且无穷远齐次-1度,在轴对称无旋向量场空间中存在,全局点态残差达10^{-10},用于证明解的非唯一性。

Comments 24 pages, 9 figures

详情
AI中文摘要

本文数值构造了$\mathbb{R}^3$中不可压Navier-Stokes方程的一类新的不稳定自相似解。我们的解是轴对称的,在无穷远处齐次度为$-1$,并且在线性化围绕这些解时包含不稳定模式的意义上是不稳定的。这类解已由Guillod和Šverák以及Hou、Wang和Yang数值发现,并应用于证明非唯一性结果。本文的主要新颖之处在于,我们在轴对称无旋(ASSF)向量场空间中发现了这类解的存在性。这些近似解定义在整个$\mathbb{R}^3$上,并实现了$10^{-10}$量级的全局点态残差。我们详细讨论了这些解的数值构造,以及它们与三维不可压Navier-Stokes方程在ASSF解空间中解的非唯一性问题的相关性。

英文摘要

In this paper we construct numerically a new class of unstable self-similar solutions of the incompressible Navier-Stokes equations in $\mathbb{R}^3$. Our solutions are axially symmetric and homogeneous of degree $-1$ at $\infty$, and are unstable in the sense that the linearization around these solutions contains unstable modes. Solutions of this type have been discovered numerically by Guillod and Šverák and Hou, Wang, and Yang, and have applications to proving non-uniqueness results. The main novelty in this paper is that we discover the existence of such solutions in the space of axially symmetric swirl-free (ASSF) vector fields. These approximate solutions are defined on all of $\mathbb R^3$ and achieve global pointwise residuals of order $10^{-10}$. We discuss the numerical construction of these solutions in detail, as well as their relevance to the problem of non-uniqueness of solutions of the incompressible Navier-Stokes equations in 3D, in the space of ASSF solutions.

2606.07499 2026-06-08 math.ST math.PR stat.TH 新提交

Non-asymptotic bounds for quasi-MLE, misspecified models, and dependence under group sequential sampling

分组序贯抽样下拟极大似然估计、误设定模型及依赖性的非渐近界

Julian Aronowitz, Jay Bartroff

AI总结 针对分组序贯拟极大似然估计,在模型可能误设定且组内存在依赖性的情况下,推导了渐近多元正态极限和显式非渐近正态逼近界,并应用于癫痫临床试验数据。

详情
AI中文摘要

我们推导了分组序贯拟极大似然估计在可能的模型误设定和组内依赖性下的渐近多元正态极限和显式非渐近正态逼近界。这些界通过Stein方法获得,具有已知常数,并适用于一类依赖数据估计问题,其中用于估计的似然可能不同于真实数据生成机制。我们针对具有随机组效应的泊松广义线性混合模型明确计算了极限协方差结构和有限样本界,并使用癫痫临床试验数据说明了结果。

英文摘要

We derive asymptotic multivariate normal limits and explicit non-asymptotic normal approximation bounds for group sequential quasi-maximum likelihood estimators under possible model misspecification and within-group dependence. The bounds, obtained using Stein's method, have known constants and apply to a class of dependent-data estimating problems in which the likelihood used for estimation may differ from the true data-generating mechanism. We compute the limiting covariance structure and finite-sample bound explicitly for a Poisson generalized linear mixed model with random group effects and illustrate the results using data from an epilepsy clinical trial.

2606.07493 2026-06-08 math.RT math.CO math.RA 新提交

A Comparison of cluster algebra structures arising from $i$-boxes and Demazure weaves

由 $i$-盒子和 Demazure 编织产生的簇代数结构的比较

JiSun Huh, Woo-Seok Jung, Myungho Kim, Euiyong Park

AI总结 本文比较了与有限 ADE 型辫群中正元素 $\mathtt{b}$ 相关的两个簇代数,通过构造 Demazure 编织并证明代数同构,建立了 $i$-盒子链与 Demazure 编织种子之间的联系。

Comments 43 pages

详情
AI中文摘要

我们比较了两个与有限 $ADE$ 型辫群中正元素 $\mathtt{b}$ 相关的簇代数。一个是局域化的玻色子扩展 ${\widetilde{\mathbb{A}}}_\mathbb{C}(\mathtt{b})$,配备有由 $i$-盒子的可容许链 $\mathfrak{C}$ 导出的初始种子,这与幺半范畴化密切相关。另一个是辫簇 $X({\underline{\Delta}} {\boldsymbol{i}})$ 的坐标环 $\mathbb{C}[X({\underline{\Delta}} {\boldsymbol{i}})]$,配备有由 Demazure 编织 $\mathfrak{W}$ 导出的初始种子,其中 ${\boldsymbol{i}}$ 和 ${\underline{\Delta}}$ 分别是 $\mathtt{b}$ 和半扭转 $\Delta$ 的表达式序列。我们为每个与 ${\boldsymbol{i}}$ 相关的可容许链 $\mathfrak{C}$ 显式构造了一个 Demazure 编织 $\mathfrak{W}_{\underline{\Delta}}(\mathfrak{C})$,并证明存在一个代数同构 $\varphi_{\boldsymbol{i}}\colon {\widetilde{\mathbb{A}}}_\mathbb{C}(\mathtt{b})\to\mathfrak{C}[X({\underline{\Delta}} {\boldsymbol{i}})]$,该同构与由 $\mathfrak{C}$ 和 $\mathfrak{W}_{\underline{\Delta}}(\mathfrak{C})$ 导出的两个种子相容。此外,同构 $\varphi_{\boldsymbol{i}}$ 将 ${\widetilde{\mathbb{A}}}_\mathbb{C}(\mathtt{b})$ 中的 PBW 向量 ${\overline{\mathsf{p}}}_{{\boldsymbol{i}},k}$ 映到由 ${\boldsymbol{i}}$ 的字母索引的坐标 $z_k \in \mathfrak{C}[X({\underline{\Delta}} {\boldsymbol{i}})]$。作为应用,我们通过 $i$-盒子研究了 Demazure 编织与带符号词之间的联系,并使用 Hernandez--Leclerc 范畴从幺半范畴化的角度解释了同构 $\varphi_{\boldsymbol{i}}$。

英文摘要

We compare two cluster algebras related to a positive element $\mathtt{b}$ in the braid group of finite $ADE$ type. One is the localized bosonic extension ${\widetilde{\mathbb{A}}}_\mathbb{C}(\mathtt{b})$ equipped with an initial seed arising from an admissible chain $\mathfrak{C}$ of $i$-boxes, which is deeply connected to monoidal categorification. The other is the coordinate ring $\mathbb{C}[X({\underlineΔ} {\boldsymbol{i}})]$ of the braid variety $X({\underlineΔ} {\boldsymbol{i}})$ equipped with an initial seed arising from a Demazure weave $\mathfrak{W}$, where ${\boldsymbol{i}}$ and ${\underlineΔ}$ are expression sequences of $\mathtt{b}$ and the half twist $Δ$, respectively. We explicitly construct a Demazure weave $\mathfrak{W}_{\underlineΔ}(\mathfrak{C})$ for each admissible chain $\mathfrak{C}$ associated with ${\boldsymbol{i}}$, and prove that there exists an algebra isomorphism $φ_{\boldsymbol{i}}\colon {\widetilde{\mathbb{A}}}_\mathbb{C}(\mathtt{b})\to\mathfrak{C}[X({\underlineΔ} {\boldsymbol{i}})]$ which is compatible with the two seeds arising from $\mathfrak{C}$ and $\mathfrak{W}_{\underlineΔ}(\mathfrak{C})$. Moreover, the isomorphism $φ_{\boldsymbol{i}}$ sends the PBW vectors ${\overline{\mathsf{p}}}_{\boldsymbol{i},k} \in {\widetilde{\mathbb{A}}}_\mathbb{C}(\mathtt{b})$ to the coordinates $z_k \in \mathfrak{C}[X({\underlineΔ} {\boldsymbol{i}})]$ indexed by the letters of ${\boldsymbol{i}}$. As applications, we investigate a connection between Demazure weaves and signed words via the $i$-boxes and interpret the isomorphism $φ_{\boldsymbol{i}}$ from the viewpoint of monoidal categorification using Hernandez--Leclerc categories.

2606.07490 2026-06-08 math.CO math.AG 新提交

The singular cohomology ring of a uniform matroid: combinatorics and Lefschetz properties

均匀拟阵的奇异上同调环:组合与Lefschetz性质

Kyle Binder

AI总结 本文研究均匀拟阵奇异上同调环的组合结构与Lefschetz性质,通过Koszul同调构造显式基,推导Hodge数公式并证明其满足拟射影强Lefschetz性质。

Comments 21 pages; comments welcome

详情
AI中文摘要

拟阵的奇异上同调环是一个代数不变量,它推广了拟阵的Chow环。我们研究均匀拟阵的奇异上同调环的组合与Lefschetz性质。在组合方面,我们利用Koszul同调构造了奇异上同调环的一个显式基。从这个基出发,我们推导出上同调环的Hodge数的多个公式,这些公式恢复并扩展了均匀拟阵的Chow多项式的已知公式。我们还利用这个基证明均匀拟阵的奇异上同调环满足“拟射影强Lefschetz性质”——这是拟阵的Chow环中Hard Lefschetz性质的一个弱化版本。

英文摘要

The singular cohomology ring of a matroid is an algebraic invariant which generalizes the Chow ring of a matroid. We study combinatorial and Lefschetz properties of the singular cohomology ring of a uniform matroid. Combinatorially, we construct an explicit basis for the singular cohomology ring in terms of Koszul homology. From this basis we derive multiple formulas for the Hodge numbers of the cohomology ring that recover and extend known formulas for the Chow polynomial of a uniform matroid. We also use this basis to show that the singular cohomology ring of a uniform matroid satisfies the "quasi-projective strong Lefschetz property" -- a slight weakening of the Hard Lefschetz property found in the Chow ring of a matroid.

2606.07480 2026-06-08 math.NT math.PR 新提交

Erdős-Kac theorems for discriminants of number fields

数域判别式的 Erdős-Kac 定理

Jack B. Miller

AI总结 本文证明了当 G 为阿贝尔群时,随机 G-扩张中分歧素数个数的中心极限定理,推广了 Lemke Oliver 和 Thorne 在 G=S_d (2≤d≤5) 情形的工作,并首次给出不同素数处分歧事件不独立的例子。

Comments 32 pages

详情
AI中文摘要

经典的 Erdős-Kac 定理给出了随机整数素因子个数的中心极限定理。我们证明了当 G 为阿贝尔群时,数域随机 G-扩张中分歧素数个数的类似结果。这建立在 Lemke Oliver 和 Thorne 在 G=S_d (2≤d≤5) 情形先前工作的基础上,并首次提供了不同素数处分歧事件不独立的例子。我们发展了可“开箱即用”的概率结果,用于证明数域中理想序列的 Erdős-Kac 定理,只需满足涉及欧拉乘积有限和的 Tauber 型假设。

英文摘要

The classical Erdős-Kac theorem gives a central limit theorem for the number of prime divisors of a random integer. We prove an analog for the number of ramified primes in a random $G$-extension of a number field when $G$ is abelian. This builds on previous work of Lemke Oliver and Thorne in the cases $G = S_d$ ($2 \le d \le 5$), and provides the first examples where local ramification events at distinct primes are not independent. We develop probability results that can be used "out of the box" to prove Erdős-Kac theorems for sequences of ideals in a number field, subject to Tauberian hypotheses involving finite sums of Euler products.

2606.07477 2026-06-08 math.NA cs.NA 新提交

A Mixed Virtual Element Method for the p-Laplace equation

p-Laplace方程的混合虚拟元方法

Kirubell B. Haile, Giuseppe Vacca

AI总结 针对p-Laplace方程,提出一种混合虚拟元方法,覆盖p∈(1,∞)全范围,通过非线性稳定项保证稳定性,并推导先验误差估计。

详情
AI中文摘要

我们引入并分析了一种混合虚拟元方法,用于非Hilbert空间中的$p$-Laplace方程,覆盖$p \in (1, \infty)$全范围。该离散框架结合了标准混合虚拟元空间与一种新颖的非线性稳定项,旨在模拟连续算子的幂律结构。我们在非Hilbert范数下建立了离散inf-sup稳定性,并严格证明了离散形式的连续性和强制性。这保证了问题的适定性,并使我们能够推导出原始变量和通量的先验误差估计。一组数值测试支持了理论推导。

英文摘要

We introduce and analyze a mixed Virtual Element Method for the $p$-Laplace equation in a non-Hilbertian setting, covering the full range $p \in (1, \infty)$. The discrete framework combines standard mixed Virtual Element spaces with a novel non-linear stabilization term designed to mimic the power-law structure of the continuous operator. We establish discrete inf-sup stability under non-Hilbertian norms and rigorously prove the continuity and coercivity of the discrete form. This guarantees the well-posedness of the problem and allows us to derive a priori error estimates for the primal variable and the flux. A set of numerical tests supports the theoretical derivations.

2606.07471 2026-06-08 math.CO 新提交

Dirac subgraphs of powers of cycles are Hamiltonian

循环幂的Dirac子图是哈密顿的

Richard Lang, Alp Müyesser, Mathias Schacht, Carl Schildkraut

AI总结 证明了对于任意ε>0和足够大的k,任何最小度至少为(1+ε)k的循环k次幂的生成子图都包含哈密顿圈,渐近解决了Espuny Díaz等人的猜想。

Comments 32 pages

详情
AI中文摘要

我们证明,对于每个$\varepsilon>0$和所有足够大的$k$,任何最小度至少为$(1+\varepsilon)k$的循环$k$次幂的生成子图都包含一个哈密顿圈。这渐近解决了Espuny Díaz、Lichev和Wesolek的一个猜想。

英文摘要

We show that, for every $\varepsilon>0$ and all sufficiently large $k$, any spanning subgraph of the $k$th power of a cycle with minimum degree at least $(1+\varepsilon)k$ contains a Hamilton cycle. This asymptotically settles a conjecture of Espuny Díaz, Lichev, and Wesolek.

2606.07468 2026-06-08 math.AP math.DG 新提交

Minimizing clusters with prescribed asymptotic geometry

具有指定渐近几何的极小化簇

Robin Neumayer, Michael Novack, Anna Skorobogatova

AI总结 构造局部极小化(1,2)-簇,其外部界面渐近于指定的奇异面积极小锥,并验证了广义Simons锥和圆柱锥的能量界。

Comments 30 pages, comments welcome!

详情
AI中文摘要

我们构造了局部极小化$(1,2)$-簇,其外部界面渐近于各种指定的奇异面积极小锥。对于$n+1 \leq 7$,Bronsard & Novack将所有极小化$(1,2)$-簇刻画为标准透镜,其外部界面是平面的。对于$n+1 \in [8,2700]$,作者与Bronsard一起证明了存在一个局部极小化$(1,2)$-簇,其外部界面爆破到某个(未知的,可能非唯一的)奇异面积极小超锥。对于$n+1=8$,Novaga、Paolini和Tortorelli独立证明了这一点。这里我们利用Hardt-Simon叶状结构发展了一种精细构造,实现了指定的锥。对于一个具有孤立奇点或柱状的奇异面积极小超锥$C$,我们证明如果$C$满足一个显式能量界,则存在一个局部极小化$(1,2)$-簇,其外部界面以定量速率渐近于$C$。事实上,如果$C$是满足该能量界的面积极小Lawson锥,我们构造了一个可数无穷多个不同的局部极小化簇渐近于$C$,这些簇由它们到主阶的指定渐近衰减区分。我们验证了广义Simons锥$C_{k,k}$在每一个偶数环境维数$n+1 = 2k+2\geq 8$中,以及圆柱锥$C_{3,3}\times\mathbb{R}$在$\mathbb{R}^9$中满足该能量界,其中$C_{3,3}$是Simons锥,从而在这些情况下回答了锥实现问题。这特别地移除了我们先前工作中当$n+1$为偶数时环境维数的上界2700。

英文摘要

We construct locally minimizing $(1,2)$-clusters whose exterior interfaces are asymptotic to various prescribed singular area-minimizing cones. For $n+1 \leq 7$, Bronsard & Novack characterized all minimizing $(1,2)$-clusters as standard lenses, whose exterior interface is planar. For $n+1 \in [8,2700]$, the authors together with Bronsard showed the existence of a locally minimizing $(1,2)$-cluster whose exterior interface blows down to some (unknown, possibly non-unique) singular area-minimizing hypercone. For $n+1=8$, this was shown independently by Novaga, Paolini & Tortorelli. Here we develop a refined construction using the Hardt-Simon foliation that realizes prescribed cones. For a singular area-minimizing hypercone $C$ that has an isolated singularity or is cylindrical, we show that if $C$ satisfies an explicit energy bound, then there is a locally minimizing $(1,2)$-cluster whose exterior interface is asymptotic to $C$ with quantitative rates. In fact, if $C$ is an area minimizing Lawson cone satisfying this energy bound, we produce a countably infinite family of distinct locally minimizing clusters asymptotic to $C$, distinguished by their prescribed asymptotic decay to leading order. We verify this energy bound for the generalized Simons cones $C_{k,k}$ in every even ambient dimension $n+1 = 2k+2\geq 8$, and for the cylindrical cone $C_{3,3}\times\mathbb{R}$ in $\mathbb{R}^9$, where $C_{3,3}$ is the Simons cone, therefore answering the cone realization problem in these cases. This in particular removes the upper bound of 2700 on the ambient dimension when $n+1$ is even in our preceding work.

2606.07459 2026-06-08 math.CO cs.DS 新提交

Adjacency Spectral Radius Under Laplacian Sparsification: Deterministic and Probabilistic Bounds

拉普拉斯稀疏化下的邻接谱半径:确定性与概率界

Joshua Steier

AI总结 研究拉普拉斯稀疏化对邻接谱半径的影响,提出确定性界和基于有效电阻采样的概率界,并利用特征向量离域化理论改进稀疏化误差。

详情
AI中文摘要

Spielman-Srivastava谱稀疏化将拉普拉斯二次型保持在(1 +/- epsilon)范围内,但未直接控制邻接谱半径lambda_1,而lambda_1决定了NIMFA流行病阈值并出现在谱聚类中。我们确定性地证明|lambda_1(A_H) - lambda_1(A_G)| <= epsilon(2 Delta - lambda_1),并通过Perron-Frobenius单调性得到重加权稀疏化器的sharp epsilon*lambda_1界。在有效电阻采样下,矩阵Bernstein不等式以高概率给出O(epsilon Delta / sqrt(c))。结合特征向量离域化与预解摄动理论,我们证明对于具有离域化Perron特征向量和谱间隙=Omega(Delta)的图,失真度为O(epsilon Delta sqrt(log n) / sqrt(n)) + O(epsilon^2 Delta^2 / delta_gap),并给出Erdos-Renyi图、正则扩展图和随机块模型的推论。下界证明了正则图的紧性。

英文摘要

Spielman-Srivastava spectral sparsification preserves Laplacian quadratic forms to within (1 +/- epsilon), but does not directly control the adjacency spectral radius lambda_1, which governs the NIMFA epidemic threshold and arises in spectral clustering. We prove |lambda_1(A_H) - lambda_1(A_G)| <= epsilon(2 Delta - lambda_1) deterministically, with a sharp epsilon*lambda_1 bound for reweighting sparsifiers via Perron-Frobenius monotonicity. Under effective-resistance sampling, Matrix Bernstein gives O(epsilon Delta / sqrt(c)) with high probability. Combining eigenvector delocalization with resolvent perturbation theory, we establish that for graphs with delocalized Perron eigenvectors and spectral gap = Omega(Delta), the distortion is O(epsilon Delta sqrt(log n) / sqrt(n)) + O(epsilon^2 Delta^2 / delta_gap), with corollaries for Erdos-Renyi graphs, regular expanders, and stochastic block models. Lower bounds establish tightness for regular graphs.

2606.07443 2026-06-08 cs.IT cs.CR math.IT 新提交

Sort, Partition, Randomize: Optimal Binary Hypothesis Testing under Local Differential Privacy

排序、划分、随机化:局部差分隐私下的最优二元假设检验

Elena Ghazi, Jawad Nasser, Flavio Calmon, Ibrahim Issa

AI总结 针对局部差分隐私下的二元假设检验,提出排序-划分-随机化(SPR)机制类,证明其最优性,并给出O(k^3)时间复杂度的动态规划算法。

Comments 42 pages, 6 figures

详情
AI中文摘要

我们研究用于二元假设检验的$\varepsilon$-局部差分隐私机制的最优设计。每个观测值从有限字母表(大小为$k$)上的两个已知分布$P_0,P_1$之一抽取,通过机制$Q$进行隐私化,然后用于推断生成数据的分布。我们使用两个诱导输出分布之间的$f$-散度(包括全变差、KL和曲棍球棒散度)来衡量检验效用。先前的工作建立了最优机制的结构性质,但仅产生指数时间算法。我们证明了一个尖锐的结构:对于每个$\varepsilon$和每个$f$-散度目标,在按似然比对字母表排序后,存在一个最优机制,该机制将排序后的字母表划分为连续块,并对块标签应用随机响应。我们将此类称为排序-划分-随机化(SPR)。这一刻画产生了一个精确的动态规划,可在$O(k^3)$时间内计算最优机制,更一般地,在$O(\ell k^2)$时间内(使用$\ell$输出预算)计算。我们的结果使得在完整隐私范围内(超越渐近隐私体制)高效计算和刻画精确最优成为可能。

英文摘要

We study optimal design of $\varepsilon$-locally differentially private mechanisms for binary hypothesis testing. Each observation is drawn from one of two known distributions $P_0,P_1$ on a finite alphabet of size $k$, privatized by a mechanism $Q$, and then used to infer which distribution generated the data. We measure testing utility using an $f$-divergence, including total variation, KL, and hockey-stick divergences, between the two induced output distributions. Previous work established structural properties of optimal mechanisms, but only yielded exponential-time algorithms. We prove a sharp structure: for every $\varepsilon$ and every $f$-divergence objective, after sorting the alphabet by likelihood ratio, there exists an optimal mechanism that partitions the sorted alphabet into contiguous blocks and applies randomized response to the block label. We call this class Sort-Partition-Randomize (SPR). This characterization yields an exact dynamic program that computes an optimal mechanism in $O(k^3)$ time, and more generally in $O(\ell k^2)$ time with an $\ell$-output budget. Our results make it possible to efficiently compute and characterize the exact optimum across the full privacy range, beyond asymptotic privacy regimes.

2606.07440 2026-06-08 math.OC 新提交

Local optimization of weak distance between compact surfaces on special Euclidean group

特殊欧几里得群上紧曲面间弱距离的局部优化

Kazuki Koga

AI总结 针对三维欧氏空间中嵌入的紧曲面,利用负阶非齐次Sobolev范数定义弱距离,并在特殊欧几里得群上通过梯度优化实现局部最小化,采用非均匀快速傅里叶变换高效计算。

Comments 17 pages, 9 figures

详情
AI中文摘要

我们考虑在特殊欧几里得群上,对嵌入三维欧氏空间的两个紧曲面之间的弱距离进行局部优化。将这些对象与相关的曲面测度等同,通过Plancherel定理,用负阶非齐次Sobolev范数量化它们的差异。然后,对一个曲面应用等距对应于将其曲面测度前推,该距离可视为李群上的函数。对于Sobolev范数的适当指数,该函数的二次幂获得足够的可微性,从而允许在基于导数的框架中搜索其局部最小值,并且目标函数的梯度具有有利于使用非均匀快速傅里叶变换高效实现的结构。在数值实验中,我们观察到将SR1信赖域方法应用于几个求根问题时的收敛性,并讨论了其与更几何量的联系。

英文摘要

We consider local optimization of a weak distance between two compact surfaces embedded in the three-dimensional Euclidean space on its special Euclidean group. Identifying those objects with the associated surface measures, their discrepancy is quantified in terms of the inhomogeneous Sobolev norm of negative order via the Plancherel theorem. Then, applying an isometry to one surface corresponds to pushforwarding its surface measure and the distance can be regarded as a function on the Lie group. For appropriate exponents of the Sobolev norm, the second power of the function acquires sufficient differentiability that allows to search for its local minima in a derivative-based framework, and the gradient of the objective function has a favorable structure for efficient implementations using the nonuniform fast Fourier transform. In numerical experiments, we observe convergence of the SR1 trust-region method applied to a few root-finding problems and discuss its connection to a more geometric quantity.

2606.07432 2026-06-08 math.QA math-ph math.MP 新提交

Defects in skein theory and TQFT

辫理论中的缺陷与TQFT

Patrick Kinnear, Ingo Runkel

AI总结 为边界含线缺陷和点缺陷的三流形定义辫模块,证明其与Carqueville-Runkel-Schaumann构造的缺陷Reshetikhin-Turaev TQFT的状态空间同构,并推广至非半单情形。

Comments 44 pages, comments welcome!

详情
AI中文摘要

给定一个三流形 $M$,其边界上有一个线缺陷和点缺陷的网络,我们定义了这个配置的辫模块,推广了已充分研究的仅允许边界点缺陷的三流形情形。我们证明,当所有缺陷由半单数据标记时,我们的辫模块与Carqueville-Runkel-Schaumann构造的缺陷版本Reshetikhin-Turaev TQFT中 $\partial M$ 的状态空间同构。我们的缺陷辫模块通过全局化模范畴及其函子的图形演算自然产生,并将缺陷TQFT中考虑的缺陷数据推广到半单情形之外。

英文摘要

Given a 3-manifold $M$ with a network of line and point defects in its boundary, we define the skein module of this configuration, generalizing the well-studied case of 3-manifolds which only admit point defects in the boundary. We prove that when all defects are labelled by semisimple data, our skein module is isomorphic to the state space of $\partial M$ in the defect version of the Reshetikhin-Turaev TQFT constructed by Carqueville-Runkel-Schaumann. Our defect skein modules follow naturally by globalizing the graphical calculus of module categories and functors thereof, and generalize the possible defect data considered in the defect TQFT beyond the semisimple case.

2606.07430 2026-06-08 math.GR 新提交

Spectral properties of the Schreier graphs of the basilica group

basilica 群 Schreier 图的谱性质

Kyle Ambrose, Noah Dunham, Michael Morris, Luke G. Rogers, Alexander Teplyaev

AI总结 本文研究 basilica 群 Schreier 图上拉普拉斯算子的谱性质,通过建立新的递归框架计算特征多项式,揭示了简单动力学系统并证明了 KNS 谱测度的逼近结果。

详情
AI中文摘要

我们研究了 basilica 群(多项式 $z^2 - 1$ 的迭代单值群,是自相似、可遗但非初等可遗自动机群理论中的重要例子)的 Schreier 图 $\Gamma_n$ 上拉普拉斯算子的谱性质。在 Brzoska、Jarvis、George、Rogers 和 Teplyaev 关于 basilica 图某些子图的结果基础上,我们开发了一个新的递归框架来计算这些拉普拉斯算子的特征多项式。我们的分析揭示了一个简单的底层动力学系统,并证明了 Kesten-von Neumann-Serre (KNS) 谱测度的逼近结果。

英文摘要

We study the spectral properties of Laplacians on the Schreier graphs $Γ_n$ of the basilica group, the iterated monodromy group of the polynomial $z^2 - 1$, which is an important example in the theory of self-similar, amenable but not elementarily amenable, automaton groups. Building heavily on results by Brzoska, Jarvis, George, Rogers and Teplyaev about certain subgraphs of the basilica graphs, we develop a new recursive framework for computing the characteristic polynomials of these Laplacians. Our analysis reveals a simple underlying dynamical system and proves approximation results for the Kesten-von Neumann-Serre (KNS) spectral measure.

2606.07428 2026-06-08 math.NT math.CO 新提交

Gaps in Multiplicative Sidon Sets II

乘法Sidon集的间隙 II

Wouter van Doorn, Quanyu Tang

AI总结 本文改进了乘法Sidon集最大间隙的上界,将指数从约0.47降至10/33≈0.303。

Comments 6 pages

详情
AI中文摘要

设 $\rho = \frac{13-\sqrt{69}}{10} \approx 0.47$,近期已证明在 $\{1, 2, \ldots, n\}$ 中存在乘法Sidon集(即无任何非平凡解 $ab = cd$ 的集合),其最大间隙大小 $\ll_{\varepsilon} n^{\rho + \varepsilon}$。本文改进了这一结果,证明可取 $\rho = \frac{10}{33} \approx 0.303$。

英文摘要

With $ρ= \frac{13-\sqrt{69}}{10} \approx 0.47$, it was recently established that there exist multiplicative Sidon sets (sets without any non-trivial solutions to $ab = cd$) in $\{1, 2, \ldots, n\}$ with maximal gap size $\ll_{\varepsilon} n^{ρ+ \varepsilon}$. Here we improve upon this result and show that one can take $ρ= \frac{10}{33} \approx 0.303$ instead.

2606.07423 2026-06-08 math.AP 新提交

Invariant measures for the one-dimensional stochastic Navier-Stokes-Korteweg equations

一维随机Navier-Stokes-Korteweg方程的不变测度

Donatella Donatelli, Lorenzo Pescatore, Stefano Spirito

AI总结 研究由加性随机噪声驱动的一维可压缩粘性流体的长时间行为,通过Krylov-Bogoliubov方法在非完备相空间中证明不变测度的存在,并推导连续依赖性的稳定性结果。

详情
AI中文摘要

我们研究具有一般毛细性和密度依赖粘性的一维可压缩粘性流体的长时间行为,该流体由随机加性噪声驱动。特别地,我们通过在非完备相空间上应用Krylov-Bogoliubov方法证明了不变测度的存在性。通过推导一个精细的稳定性结果,进一步增强了这一分析,该结果确定了关于初始数据的连续依赖性。本文展示了Korteweg流体的一些性质和结果,这些在没有毛细张量的情况下是未知的。特别地,我们证明了与强解相关的马尔可夫半群是Feller的,并且我们可以考虑比当前可压缩流体遍历文献中更大的绝热指数和粘性指数$\gamma$和$\alpha$的范围。还讨论了物理域的选择与阻尼项使用之间的相互作用。

英文摘要

We investigate the long-time behaviour of a one-dimensional compressible viscous fluid with general capillarity and density dependent viscosity, driven by a stochastic additive noise. In particular, we prove the existence of invariant measures by applying the Krylov-Bogoliubov method in a setting where the dynamics is supported on a non-complete phase space. This analysis is further enhanced by the derivation of a refined stability result determining the continuous dependence with respect to the initial data. The present paper exhibits some properties and results for Korteweg fluids which are not known in absence of the capillarity tensor. In particular, we prove that the Markov semigroup associated with strong solutions is Feller and we can consider ranges of the adiabatic and viscosity exponents $γ$ and $α$ larger than those available in the current ergodic literature for compressible fluids. Also the interplay between the choice of the physical domain and the use of a damping term is discussed.

2606.07418 2026-06-08 math.AG 新提交

Gamma conjecture II via global Gamma-I

通过全局 Gamma-I 的 Gamma 猜想 II

Jianxun Hu, Hua-Zhong Ke, Changzheng Li, Zhitong Su

AI总结 本文提出全局 Gamma-I 性质,证明若在 (SR) 区域的一个点成立则整个连通分支成立,并基于此建立将 Gamma 猜想 II 归约到 Gamma-I 性质的策略定理,进而应用于 del Pezzo 曲面证明该猜想。

Comments 34 pages. Comments are welcome!

详情
AI中文摘要

对于 Fano 流形 $X$,Gamma 猜想 II 旨在通过 $\widehat{\Gamma}$-积分结构,利用 $\mathcal{D}_{\rm{coh}}^b(X)$ 描述其 Dubrovin 连接的渐近行为。该猜想由 Galkin、Golyshev 和 Iritani 提出,可视为对具有半单大量子上同调的 Fano 流形的 Dubrovin 猜想的定量细化。作为迈向 Gamma 猜想 II 的一步,我们在满足 (SR) 条件的点处定义了 Gamma-I 性质,该性质源于原始的 Gamma 猜想 I。我们证明该性质在以下全局意义下成立:若它在这样一个点成立,则它在包含该点的 (SR) 区域的整个连通分支上都成立。基于这一全局 Gamma-I 性质,我们建立了一个策略型定理,将 Gamma 猜想 II 与可能在非半单点处的 Gamma-I 性质以及小量子上同调的分析联系起来。我们进一步应用该定理证明了 del Pezzo 曲面的 Gamma 猜想 II;该证明结合了 Iritani 的 Galois 作用与关于例外集合的额外初等操作,其技术上最复杂的步骤在于验证所需的全局 Gamma-I 性质。

英文摘要

For a Fano manifold $X$, Gamma conjecture II aims to use $\mathcal{D}_{\rm{coh}}^b(X)$ to describe the asymptotic behavior of its Dubrovin connection via $\widehatΓ$-integral structure. It was proposed by Galkin, Golyshev and Iritani, and can be regarded as a quantitative refinement of Dubrovin's conjecture on Fano manifolds with semisimple big quantum cohomology. As a step toward Gamma conjecture II, we define the Gamma-I property at points satisfying the (SR) condition, arising from the original Gamma conjecture I. We prove that the property holds globally in the following sense: if it holds at one such point, then it holds throughout the connected component of the (SR)-region containing that point. Based on this global Gamma-I property, we establish a strategy-type theorem relating Gamma conjecture II to the Gamma-I property at a possibly non-semisimple point, together with an analysis of small quantum cohomology. We further apply this theorem to prove Gamma conjecture II for del Pezzo surfaces; the proof combines Iritani's Galois action with addtional elementary operations on exceptional collections, and its most technically involved step consists in verifying the required global Gamma-I property.

2606.07417 2026-06-08 math.AP math.PR 新提交

An optimal local theory for reaction-diffusion equations driven by non-trace-class noise

非迹类噪声驱动的反应扩散方程的最优局部理论

Antonio Agresti, Fabian Germ, Mark Veraar

AI总结 针对乘性有色噪声驱动的反应扩散方程,建立了粗糙噪声与高度不规则初值下解的局部存在唯一性理论,确定了临界初值空间,并应用于Allen-Cahn、Burgers等模型。

Comments 46 pages

详情
AI中文摘要

我们研究了一类由乘性、可能有色噪声驱动的随机反应扩散方程的局部适定性。粗糙随机强迫与多项式非线性之间的相互作用自然导致解具有低空间正则性,使得非线性项的处理变得微妙。我们的主要贡献是建立了针对粗糙噪声和高度不规则初值的SPDE的一般局部存在唯一性理论。该框架也在标准噪声机制(包括迹类噪声和时空白噪声)中产生了新结果。我们确定了广泛非线性类型的临界初值空间,并建立了瞬时抛物正则化、一般爆破准则以及保正性的充分条件。我们将抽象理论应用于几个典型模型,包括随机Allen-Cahn、Burgers、Fisher-KPP和耦合Gray-Scott方程。最后,在一维时空白噪声设定中,我们将局部理论与高度奇异区域中现有的全局先验结果相结合。

英文摘要

We study local well-posedness for a class of stochastic reaction-diffusion equations driven by multiplicative, possibly colored, noise. The interaction between rough stochastic forcing and polynomial nonlinearities naturally leads to solutions with low spatial regularity, making the treatment of the nonlinear terms delicate. Our main contribution is a general local existence and uniqueness theory for SPDEs with rough noise and highly irregular initial data. The framework also yields new results in standard noise regimes, including trace-class noise and space-time white noise. We identify the critical initial-data spaces for a wide range of nonlinearities, and we establish instantaneous parabolic regularization, general blow-up criteria, and sufficient conditions for positivity preservation. We apply the abstract theory to several prototypical models, including the stochastic Allen-Cahn, Burgers, Fisher-KPP, and coupled Gray-Scott equations. Finally, in the one-dimensional space-time white-noise setting, we combine our local theory with existing global a priori results in a highly singular regime.

2606.07413 2026-06-08 math.OC q-bio.PE 新提交

A Nine-Compartment Nonlinear Epidemic Model with Spline-Based Identification of Time-Varying Transmission and Vaccination Dynamics: Application to the COVID-19 Third Wave in Italy

具有基于样条的时间变化传播和疫苗接种动力学的九室非线性流行病模型:应用于意大利第三波COVID-19疫情

Lokman Rachid Melhani, Antonino Sferlazza, Lars Grüne, Dominique Persano Adorno, Filippo D'Ippolito, Omar Enzo Santangelo, Ivan Marchese, Antonino Lo Burgio, Alberto Firenze

AI总结 提出九室非线性流行病模型,包含两种病毒株、超级传播者、部分疫苗免疫和住院动态,使用PCHIP参数化识别时变传播和接种率,校准后拟合优度高,并分析了模型适定性、基本再生数和稳定性。

Comments 23 pages, 4 figures. Submitted to the SIAM Journal on Applied Mathematics

详情
AI中文摘要

我们开发了一个九室非线性流行病模型,包含两种共循环病毒株(原始株I1和Alpha变种B.1.1.7 I2,其传播性高出43-90%,c2=1.5)、超级传播者亚群、具有衰减的部分疫苗诱导免疫,以及具有差异化死亡率的明确住院动态。传播率和疫苗接种率被视为时变控制输入,并通过分段三次埃尔米特插值多项式(PCHIP)控制节点参数化从意大利COVID-19数据(2021年1月至5月)中识别,将校准简化为具有单调性和箱约束的十四变量序列二次规划(SQP)问题。参数自举(n=1000)量化了参数不确定性。校准模型对活跃住院人数达到R^2=0.966,累计死亡人数R^2=0.987,累计疫苗接种人数R^2=0.999。分析建立了适定性、闭式基本再生数以及无病平衡点的局部和全局稳定性。L无穷逼近误差界表明,随着节点间距趋近于零,PCHIP控制节点参数化以O(h^2)的速率收敛到真实时变参数。通过Fisher信息矩阵建立了局部可辨识性和噪声稳定性界。一个充分的阈值条件证明,当有效再生数持续低于1时,在时变抑制下流行病会衰减。敏感性分析一致地将医院吞吐量参数排在传播率之上,为反应性遏制措施无法阻止已经由预先存在的潜伏病毒载量驱动的住院高峰这一观察提供了数学基础。

英文摘要

We develop a nine-compartment nonlinear epidemic model incorporating two co-circulating viral strains (ancestral I1 and the Alpha variant B.1.1.7 I2, which is 43-90% more transmissible, c2=1.5), a super-spreader subpopulation, partial vaccine-induced immunity with waning, and explicit hospitalization dynamics with differentiated mortality. Transmission and vaccination rates are treated as time-varying control inputs and identified from Italian COVID-19 data (January-May 2021) via a Piecewise Cubic Hermite Interpolating Polynomial (PCHIP) control-node parameterization, reducing calibration to a fourteen-variable Sequential Quadratic Programming (SQP) problem with monotonicity and box constraints. A parametric bootstrap (n=1000) quantifies parameter uncertainty. The calibrated model achieves R^2=0.966 for active hospitalizations, R^2=0.987 for cumulative fatalities, and R^2=0.999 for cumulative vaccinations. Well-posedness, the basic reproduction number in closed form, and local and global stability of the disease-free equilibrium are established analytically. An L-infinity approximation error bound shows that the PCHIP control-node parameterization converges to the true time-varying parameters at rate O(h^2) as the node spacing vanishes. Local identifiability and a noise stability bound are established via the Fisher information matrix. A sufficient threshold condition proves epidemic decay under time-varying suppression whenever the effective reproduction number remains persistently below one. Sensitivity analyses consistently rank hospital throughput parameters above the transmission rate, providing a mathematical basis for the observation that reactive containment measures cannot prevent a hospitalization peak already driven by the pre-existing latent viral load.

2606.07409 2026-06-08 cs.IT math.IT 新提交

Rate Loss in Quantum Channels with Classical State and Applications for Quantum Broadcast Channels

具有经典状态的量子信道中的速率损失及其在量子广播信道中的应用

Igor Bernard, Arun Padakandla

AI总结 研究经典-量子信道中因接收端缺乏信道状态信息导致的速率损失,证明非交换CQ信道存在速率损失,并证明陪集码策略在非交换三用户CQ广播信道中严格优于传统非结构化IID码策略。

详情
AI中文摘要

我们考虑\textit{速率损失}问题——由于经典-量子(CQ)信道的接收端(Rx)缺乏信道状态信息,在可达速率中遭受的严格惩罚。首先,我们识别非交换CQ信道,并分析证明存在速率损失。在此基础上,我们进一步证明,对于非交换三用户CQ广播信道,基于陪集码的策略可以严格优于传统的非结构化IID码策略。

英文摘要

We consider the problem of \textit{rate loss} - a strict penalty suffered in achievable rates due to the lack of channel state information at the receiver (Rx) of a classical-quantum (CQ) channel. First, we identify non-commutative CQ channels and analytically prove a rate loss. Building on this, we next prove that coset-code-based strategies can strictly outperform conventional unstructured IID-code-based strategies for non-commutative 3-user CQ broadcast channels.

2606.07407 2026-06-08 math.AG 新提交

Structured matrix factorization length

结构化矩阵分解长度

Jeong-Hoon Ju, Taehyeong Kim

AI总结 研究将任意矩阵分解为具有特定结构(如Toeplitz、Hankel等)的矩阵乘积所需的最小个数,引入结构化矩阵分解长度及其边界概念,并计算各类结构的分解簇维数。

Comments 33 pages, 6 figures

详情
AI中文摘要

每一个(分别地,一个一般的)复 $n \times n$ 矩阵可以表示为 $2n+5$(分别地,$\lfloor n/2 \rfloor +1$)个 Toeplitz 矩阵的乘积。受此结果启发,自然提出以下问题:分解一个给定矩阵所需的最小 Toeplitz 矩阵个数是多少?我们将此问题从 Toeplitz 结构推广到更一般的结构。在本文中,当具有给定结构的矩阵集合是仿射簇 $X \subseteq \mathbb{C}^{n \times n}$ 时,我们引入了结构化矩阵分解长度的概念。然后我们引入第 $r$ 个 $X$-分解簇,定义为 $X$ 中 $r$ 个矩阵乘积集合的 Zariski 闭包,并用它来定义边界结构化矩阵分解长度。特别地,我们研究了 $X$ 是 Toeplitz、Hankel、双对角、三对角、斜对称或友矩阵的仿射簇的情形。我们计算了所有这些情况下 $X$-分解簇的维数,并讨论了如何利用数值代数几何通过一个例子获得 $X$-分解簇次数的计算证据。此外,我们提出了推导(边界)结构化矩阵分解长度下界和上界的方法。对于下界,我们开发了一种基于位移秩的方法,该方法也可用于获得第 $r$ 个 $X$-分解簇的一些定义方程;对于上界,我们建议使用交替最小化的方法。

英文摘要

Every (resp. a generic) complex $n \times n$ matrix can be expressed as a product of $2n+5$ (resp. $\lfloor n/2 \rfloor +1$) Toeplitz matrices. Motivated by this result, it is natural to ask the following question: what is the minimum number of Toeplitz matrices required to factor a given matrix? We generalize this question from Toeplitz structure to more general structures. In this paper, we introduce the notion of structured matrix factorization length when the set of matrices with a given structure is an affine variety $X \subseteq \mathbb{C}^{n \times n}$. Then we introduce the $r$-th $X$-factorization variety, defined as the Zariski closure of the set of products of $r$ matrices in $X$, and use it to define the border structured matrix factorization length. In particular, we study the cases in which $X$ is the affine variety of Toeplitz, Hankel, bidiagonal, tridiagonal, skew-symmetric or companion matrices. We calculate the dimension of the $X$-factorization varieties for all these cases, and discuss how numerical algebraic geometry can be used to obtain computational evidence for the degrees of $X$-factorization varieties with an example. In addition, we propose methods for deriving lower and upper bounds for (border) structured matrix factorization length. For lower bounds, we develop a method based on displacement rank, which can also be used to obtain some defining equations of the $r$-th $X$-factorization variety; for upper bounds, we suggest an approach using alternating minimization.

2606.07390 2026-06-08 math.NT cs.IT math.AG math.IT 新提交

Exact output statistics of Icart's encoding in the exceptional \(j=0\) case

例外情况 \(j=0\) 下 Icart 编码的精确输出统计

David Kumallagov

AI总结 本文确定了 Icart 编码在例外情况 \(j=0\) 下的精确单输出分布,给出了像大小、总变差距离、碰撞概率等闭合公式,并通过 Weil 配对得到配对-特征测试的精确能量公式。

Comments 11 pages

详情
AI中文摘要

Icart 编码是一种经典的从有限域到椭圆曲线的确定性映射,是早期哈希到曲线构造的基本组成部分。我们确定了该映射在例外情况 \(j=0\) 下的精确单输出分布。更精确地说,对于 \[ E_{0,b}:Y^2=X^3+b,\ q\equiv2\pmod3, \] 我们计算了 \(f_{0,b}:\mathbb F_q\to E_{0,b}(\mathbb F_q)\) 的完全纤维分布。这给出了像大小、与均匀分布的总变差距离、碰撞概率、幂和、熵度量以及基本批量统计的闭合公式。我们还推导了输出分布的所有非平凡特征和的确切二阶矩。通过 Weil 配对,这成为超奇异 \(j=0\) 族上配对-特征测试的精确能量公式,该族的奇素数阶子群具有嵌入度二。

英文摘要

Icart's encoding is a classical deterministic map from finite fields to elliptic curves and a basic ingredient in early hash-to-curve constructions. We determine the exact one-output distribution of this map in the exceptional \(j=0\) case. More precisely, for \[ E_{0,b}:Y^2=X^3+b,\ q\equiv2\pmod3, \] we compute the complete fibre distribution of \(f_{0,b}:\mathbb F_q\to E_{0,b}(\mathbb F_q)\). This gives closed formulae for the image size, total variation distance from uniform, collision probability, power sums, entropy measures and basic batch statistics. We also derive the exact second moment of all nontrivial character sums of the output distribution. Via the Weil pairing, this becomes an exact energy formula for pairing-character tests on the supersingular \(j=0\) family whose odd prime order subgroups have embedding degree two.

2606.07370 2026-06-08 math.FA 新提交

On strengthened versions of Klee's convex body problem in Banach spaces

Banach空间中Klee凸体问题的加强版本

Lixin Cheng, Wuyi He, Chulei Liu, Zhizheng Yu

AI总结 研究Banach空间中凸体在局部一致凸、一致凸、Fréchet光滑和一致光滑意义下的逼近问题,给出了存在等价范数的充要条件。

详情
AI中文摘要

在最近的一篇文章中,Cheng、Jiang和Yuan在严格凸性和Gâteaux光滑性的意义上对Banach空间的Klee凸体问题给出了肯定回答。本文继续在强意义下研究该问题,如局部一致凸性、一致凸性、Fréchet光滑性和一致光滑性。结果表明:(1) Banach空间$X$中的每个凸体都可以被局部一致凸体在Hausdorff度量下逼近当且仅当$X$具有等价的局部一致凸范数;(2) 如果$X$具有等价范数使得其对偶范数在$X^*$上局部一致凸,则$X$中的每个凸体可以被Fréchet光滑凸体逼近;(3) 如果$X$是自反的,则$X$中的每个凸体可以被既局部一致凸又Fréchet光滑的凸体逼近;(4) 如果$X$是可分的,则$X$中的每个凸体可以被既局部一致凸又Fréchet光滑的凸体逼近当且仅当$X$是Asplund空间;(5) 以下陈述等价:A. $X$是超自反的;B. $X$中的每个凸体可以被一致凸体一致逼近;C. $X$中的每个凸体可以被一致光滑凸体一致逼近;D. $X$中的每个凸体可以被既一致凸又一致光滑的凸体一致逼近。

英文摘要

In a recent article, Cheng, Jiang and Yuan gave an affirmative answer to Klee's convex bodies problem of Banach spaces in the sense of strict convexity and Gâteaux smoothness. In this paper, we continue to study this problem in strong senses, such as local uniform convexity, uniform convexity, Fréchet smoothness and uniform smoothness. As a result, we show (1) Every convex body in a Banach space $X$ is approximated by locally uniformly convex bodies with respect to the Hausdorff metric if and only if $X$ admits an equivalent locally uniformly convex norm; (2) Every convex body in $X$ can be approximated by Fréchet smooth convex bodies if $X$ admits an equivalent norm so that its dual norm is locally uniformly convex on $X^*$; 3. Every convex body in $X$ can be approximated by both locally uniformly convex and Fréchet smooth convex bodies if $X$ is reflexive; 4. If $X$ is separable, then every convex body in $X$ can be approximated by both locally uniformly convex and Fréchet smooth convex bodies if and only if $X$ is an Asplund space; (5) the following statements are equivalent: A. $X$ is super reflexive; B. Every convex body in $X$ can be uniformly approximated by uniformly convex bodies; C. Every convex body in $X$ can be uniformly approximated by uniformly smooth convex bodies; D. Every convex body in $X$ can be uniformly approximated by both uniformly convex and uniformly smooth convex bodies.