arXivDaily arXiv每日学术速递 周一至周五更新
重置
全部学科分类 1755
2606.06767 2026-06-08 cs.CR cs.SE 新提交

The Custody Envelope Threshold: Authority-Scaled Admission of External Artifacts in Institutional Infrastructure

托管信封阈值:机构基础设施中外部工件的权限缩放准入

Amadeus Brandes

AI总结 提出托管信封阈值模型,根据工件身份、入口路径和撤销能力的封闭程度与执行权限的关系,决定机构对外部工件的准入策略,并应用于多种工件类型。

Comments 32 pages. Preregistered framework and protocol paper; empirical pilot is a separate planned study. OSF preregistration and replication package: https://doi.org/10.17605/OSF.IO/E57FJ

详情
AI中文摘要

现代基础设施依赖于外部维护的工件,例如包注册表依赖项、CI/CD 操作、容器镜像、Terraform 提供程序和模块、开发者扩展、模型工件和 AI 工具服务器。这些工件易于获取,但机构难以准入、管理和撤销。本文提出了托管信封阈值,一种权限缩放的工件准入模型。它认为,只有当对象身份、入口路径和撤销能力相对于委托给工件的执行权限足够封闭时,直接机构准入才是可辩护的。当未达到此阈值时,机构倾向于代理、策略中介、供应商中介、内部化、隔离或拒绝该工件。该框架被操作化为一个四条件序数工具,并与参考监视器推理、最小权限和交易成本经济学相关联。它应用于包依赖项、GitHub Actions、容器镜像、Terraform 提供程序和模块、开发者扩展和开放模型工件,其中模型上下文协议(MCP)服务器作为保留证据。本文还指定了验证设计、确定性预测函数和 OSF 复制包,用于测试高审查机构是否趋向于对高权限工件实现更强的托管封闭性。

英文摘要

Modern infrastructure depends on externally maintained artifacts such as package-registry dependencies, CI/CD actions, container images, Terraform providers and modules, developer extensions, model artifacts, and AI tool servers. These artifacts are easy to fetch but difficult for institutions to admit, govern, and revoke. This paper proposes the Custody Envelope Threshold, an authority-scaled model of artifact admission. It argues that direct institutional admission is defensible only when object identity, ingress path, and revocation capacity are sufficiently closed relative to the execution authority delegated to the artifact. When this threshold is not met, institutions tend to proxy, policy-mediate, vendor-mediate, internalize, quarantine, or reject the artifact. The framework is operationalized as a four-condition ordinal instrument and connected to reference-monitor reasoning, least privilege, and transaction cost economics. It is applied to package dependencies, GitHub Actions, container images, Terraform providers and modules, developer extensions, and open model artifacts, with Model Context Protocol (MCP) servers treated as held-out evidence. The paper also specifies a validation design, deterministic prediction function, and OSF replication package for testing whether high-scrutiny institutions converge toward stronger custody closure for high-authority artifacts.

2606.06752 2026-06-08 cs.SE 新提交

Pomona: Continuous Code Quality Improvement via Small, Automated Changes at Bloomberg

Pomona:通过小型自动化变更实现彭博社的持续代码质量改进

David Williams, Angelos Evripiotis, Serkan Kirbas, Harry Morgan, Sergey Magidovich, Peter Wainwright, Federica Sarro

AI总结 提出Pomona轻量级代理工具,通过扫描和修复技能自动发现并修复代码问题,生成约10行差异的小型PR,经一个月团队部署和10名高级工程师问卷评估,17个PR中15个成功合并,中位关闭时间低于2小时,8/10工程师愿意采用。

Comments 6 pages, 2 figures, 1 table, under review

详情
AI中文摘要

在这篇简短的经验论文中,我们介绍了Pomona,一个轻量级的代理工具,它利用代理技能实现持续的自动化代码质量改进。受Kaizen(TM)理念的启发,Pomona自动化了发现和增量修复的循环:扫描技能识别改进任务(例如,lint违规、技术债务标记和测试缺口),并在结构化待办事项列表中对其进行优先级排序,而修复技能则生成针对约10行差异的小型拉取请求(PR)。这种人在环设计使得频繁、低风险的改进成为可能,同时保持工程师的信任和生产力,并减少技术债务。我们通过在一个团队中部署一个月以及向10名高级工程师分发问卷来评估Pomona。我们的初步结果令人鼓舞:17个生成的PR中有15个成功合并,中位关闭时间低于2小时。此外,8/10的受访工程师表示希望采用Pomona,称赞其小差异大小以及Pomona专注于改进代码质量。最后,我们讨论了关于在工业中有效部署代理策略的研究人员和从业者可操作的见解。

英文摘要

In this short experience paper, we present Pomona, a lightweight agentic tool that utilises agent skills for continuous automated code quality improvement. Inspired by the philosophy of Kaizen(TM), Pomona automates a cycle of discovery and incremental repair: a Scanning skill identifies improvement tasks (e.g., linting violations, technical debt markers, and test gaps) and prioritises them in a structured backlog, while a Repair skill generates tiny pull requests (PRs) targeting ~10 lines of diff. This human-in-the-loop design enables frequent, low-risk improvements while maintaining engineer trust and productivity and reducing technical debt. We evaluated Pomona through a one-month deployment in a team and a questionnaire distributed to 10 senior engineers. Our preliminary results are promising: 15 of 17 generated PRs were successfully merged with a median time-to-close of under 2 hours. Furthermore, 8/10 of surveyed engineers expressed a desire to adopt Pomona, praising small diff sizes and Pomona's focus on improving code quality. We conclude by discussing actionable insights for researchers and practitioners on strategies for effective agentic deployment in industry.

2606.06751 2026-06-08 cs.DC 新提交

StageFrontier: Synchronization-Aware Stage Accounting for Distributed ML Training

StageFrontier: 面向分布式ML训练的同步感知阶段记账

Boram Yoon, Wei Chen, Ville Kallioniemi

AI总结 针对分布式训练中同步掩盖故障根因的问题,提出轻量级在线信号StageFrontier,通过粗粒度阶段时长向量实现精确的暴露时间记账,定位慢节点和阶段,开销低于0.2%。

Comments 21 pages

详情
AI中文摘要

当分布式训练任务变慢时,难点在于知道该查看何处。同步掩盖了原因:一个rank上的停滞表现为其他rank上的等待,因此单个rank上的数据延迟可能表现为整个组的反向时间。始终运行的廉价仪表板(每阶段平均值和最大值)会误读此情况,重复计算相同的暴露延迟或将慢rank淹没在平均值中,而完整的性能分析器虽然能清晰看到问题,但过于沉重无法常开。StageFrontier是一种常开信号,填补了这一空白。每个rank仅报告一个由粗粒度阶段持续时间(数据、前向、反向等)组成的短有序向量,使用CPU挂钟计时,无需同步时钟和内核跟踪。在每个阶段边界,StageFrontier取最领先rank的累积时间;该前沿的增量构成了步骤暴露时间的精确可加性记账,并指向组可见延迟首次出现的阶段和rank,告诉操作员应将重型性能分析器指向何处,而非做出何种修复。该记账是精确的,但仅凭粗粒度信号无法判断领先阶段是真正导致减速还是仅仅与之并行发生;StageFrontier标记需要更多证据来区分这两种情况的窗口,而非进行猜测。一个PyTorch实现在Gloo和NCCL上通过128个rank增加了不到0.2%的吞吐量开销,在隐藏rank的DDP测试的所有50行中,将注入的故障排在前两位嫌疑中,并且一旦将其跟踪缩减为相同的粗粒度阶段,即可从0.11 MB的摘要(而非15.81 GB的跟踪)中恢复出与PyTorch Profiler、HTA和Nsight Systems相同的顶级阶段路由。

英文摘要

When a distributed training job slows down, the hard part is knowing where to look. Synchronization hides the cause: a stall on one rank shows up as a wait on the others, so a data delay on a single rank can surface as backward time across the group. The cheap dashboards that run all the time -- per-stage averages and maxima -- misread this, double-counting the same exposed delay or burying the slow rank in an average, while full profilers see it clearly but are far too heavy to leave on. StageFrontier is an always-on signal that closes this gap. Each rank reports only a short ordered vector of coarse stage durations -- data, forward, backward, and so on -- timed with CPU wall-clock, with no synchronized clocks and no kernel tracing. At each stage boundary, StageFrontier takes the cumulative time of whichever rank is furthest along; the increments of this frontier form an exact, additive accounting of the step's exposed time and point to the stage and rank where group-visible delay first appears, telling an operator where to aim a heavy profiler, not which fix to make. The accounting is exact, but the coarse signal alone cannot tell whether a leading stage truly caused the slowdown or merely ran alongside it; StageFrontier labels the windows where that distinction needs more evidence instead of guessing. A PyTorch implementation adds under 0.2% throughput overhead through 128 ranks on Gloo and NCCL, places injected faults among its top two suspects on all 50 rows of a hidden-rank DDP test, and recovers the same top-stage routing as PyTorch Profiler, HTA, and Nsight Systems once their traces are reduced to the same coarse stages -- from a 0.11 MB summary instead of a 15.81 GB trace.

2606.06747 2026-06-08 cs.SE 新提交

Tensor Algebraic Property Skeletons: Amplifying Property-Based Testing for AI Compilers

张量代数性质骨架:增强AI编译器的基于性质的测试

Yuxin Qiu, Ben Limpanukorn, Seongmin Lee, Jiyuan Wang, Qian Zhang, Miryung Kim

AI总结 提出Propilot框架,利用LLM将张量代数知识表示为可复用的性质骨架,自动生成可执行的基于性质的测试,以检测AI编译器中的语义漂移。

详情
AI中文摘要

深度学习编译器(如TVM和ONNX-MLIR)将张量计算图降级为目标后端的优化可执行文件。测试这些AI编译器在模糊测试中生成良好格式的输入方面取得了实质性进展;然而,仅靠这种生成无法捕捉到图变换和优化应保持的代数不变量的语义漂移。尽管张量代数已被研究数十年,但它尚未转化为深度学习编译器的可执行基于性质的测试,因为这样做需要联合构建算子、输入和测试预言。核心挑战不再是生成用于模糊测试深度学习编译器的良好格式输入,而是基于张量代数用这些输入和预言引导可执行的基于性质的测试。我们在Propilot中实现了这一愿景,这是一个基于GPT 5.5的LLM驱动的智能体基于性质测试框架。首先,Propilot将张量代数知识表示为可复用的性质骨架,每个骨架都包含算子约束、形状和值规则以及预言模板。其次,给定目标编译器,Propilot通过生成配对的张量计算图、具体的张量输入和预期的语义关系作为预言,将这些骨架实例化为可执行的基于性质的测试。接下来,为防止生成的测试退化为无效或无信息的基于性质的测试,Propilot在执行前验证每个基于性质的测试候选的适用性和安全性。验证反馈、执行结果和覆盖率信号指导后续生成。我们在TVM上使用212个算子和20个性质骨架评估Propilot,生成了4,579个基于性质的测试。与直接的基于LLM的基于性质的测试生成相比,Propilot通过显式的性质骨架将冗余减少了49%,并消除了无效测试。这种有效性转化为发现语义错误和数值差异。

英文摘要

Deep learning (DL) compilers such as TVM and ONNX-MLIR lower tensor computation graphs into optimized executables for target backends. Testing these AI compilers has made substantial progress in generating well-formed inputs in the context of fuzzing; however, such generation alone does not catch semantic drifts from algebraic invariants that graph transformations and optimizations are expected to preserve. While tensor algebra has been studied for decades, it has not been transformed into executable property-based tests (PBTs) for DL compilers because doing so requires jointly constructing operators, inputs, and test oracles. The central challenge is no longer generating well-formed inputs for fuzzing DL compilers, but bootstrapping executable PBTs with such inputs and oracles based on tensor algebra. We realize this vision in Propilot, an LLM-driven agentic property-based testing framework for DL compilers with GPT 5.5. First, Propilot represents tensor algebra knowledge as reusable property skeletons, each coupled with operator constraints, shape and value rules, and oracle templates. Second, given a target compiler, Propilot instantiates these skeletons into executable PBTs by generating paired tensor computation graphs, concrete tensor inputs, and expected semantic relations as oracles. Next, to prevent generated tests from degenerating into invalid or uninformative PBTs, Propilot validates each PBT candidate before execution for applicability and safety. Validation feedback, execution results, and coverage signals guide subsequent generation. We evaluate Propilot on TVM with 212 operators and 20 property skeletons, generating 4,579 PBTs. Compared with direct LLM-based PBT generation, Propilot reduces redundancy by 49% and eliminates invalid tests through explicit property skeletons. This effectiveness translates into finding semantic errors and numerical discrepancies.

2606.06726 2026-06-08 cs.NI 新提交

Natural Language Access Control (NLAC): From Help Desk Requests to Structured Policies

自然语言访问控制(NLAC):从帮助台请求到结构化策略

Jonas Wessner, Tobias Meuser, Janek Schoffit, Dennis Eisermann, Johannes Deger, Björn Scheuermann, Frank Kargl

AI总结 提出基于LLM的自然语言访问控制架构NLAC,通过嵌入相似度提取子图将策略翻译准确率提升至98.7%,并降低推理成本。

详情
AI中文摘要

在大型复杂网络中配置网络访问控制策略容易出错,且需要大量专家努力。LLM为用自然语言表达此类策略提供了有前景的接口,但它们将用户请求翻译为访问策略的能力以及最适合利用LLM的系统架构仍未被充分探索。我们提出了一种用于自然语言访问控制(NLAC)的架构,该架构使用LLM将用户请求翻译为访问策略,并引入了NLACBench,一个用于评估大规模网络中基于LLM的意图翻译系统的基准。我们在多个最先进模型上的评估表明,性能最佳的LLM在小网络设置中准确率高达96.9%,但随着网络规模增大,性能显著下降(某些模型低于20%)。为解决这一限制,我们通过嵌入相似度识别相关网络组件,并构建传递给LLM的紧凑子图。这种方法使得能够扩展到更大的网络,准确率高达98.7%,同时将推理时间、硬件需求和运营成本降低到恒定的资源预算。最后,一项案例研究表明,性能最佳的模型表现出很大程度上互补的错误模式,表明通过多LLM架构可以进一步提高意图翻译的准确性。

英文摘要

Configuring network access control policies in large, complex networks is error-prone and requires significant expert effort. LLMs offer a promising interface for expressing such policies in natural language, but their capability for translating user requests into access policies, and the system architectures best suited to leverage LLMs, remain underexplored. We present an architecture for natural-language access control (NLAC) that uses LLMs to translate user requests into access policies, and introduce NLACBench, a benchmark for evaluating LLM-based intent translation systems in large-scale networks. Our evaluation across multiple state-of-the-art models shows that top-performing LLMs achieve up to 96.9% accuracy in small-network settings, but performance degrades substantially (below 20% for some models) as network size increases. To address this limitation, we identify relevant network components via embedding similarity and construct compact subgraphs that are passed to the LLM. This approach enables scaling to larger networks with up to 98.7% accuracy, while simultaneously reducing inference time, hardware requirements, and operating costs to a constant resource budget. Finally, a case study indicates that top-performing models exhibit largely complementary error patterns, suggesting that intent translation accuracy may be further improved through multi-LLM architectures.

2606.06705 2026-06-08 eess.SY cs.SY math.ST stat.ME stat.TH 新提交

Estimating Evolving Functions with Dynamic Gaussian Processes

使用动态高斯过程估计演化函数

J. S. van Hulst, W. P. M. H. Heemels, D. J. Antunes

AI总结 提出动态高斯过程框架,通过积分-差分方程建模演化函数,将高斯过程回归扩展到时变函数,并利用可分离核结构简化为有限维卡尔曼滤波,支持向量值状态和高阶偏微分方程。

Comments This manuscript is a preprint submitted to a SIAM journal

详情
AI中文摘要

本文发展了动态高斯过程(DGP),一个用于估计由积分-差分方程(IDE)支配的函数的框架。IDE 对具有离散时间动态的连续函数进行建模,并自然地从线性偏微分方程(PDE)的时间离散化中产生。DGP 将高斯过程回归扩展到时变函数,并将卡尔曼滤波扩展到无限维状态。DGP 后验仍为高斯过程,具有闭式均值和协方差更新,且可分离核结构将问题简化为基函数系数上的有限维卡尔曼滤波。本文将 DGP 扩展到向量值状态,从而能够处理高阶 PDE,并提供了基函数近似的稳定性和逼近误差分析。函数 L2 估计误差精确分解为子空间内和子空间外贡献,且所有逼近误差随基函数数量增长而消失。该框架在热方程和波动方程(后者具有向量值状态)上进行了演示。代码可在 https://this URL 获取。

英文摘要

This paper develops the Dynamic Gaussian Process (DGP), a framework for estimating functions governed by integro-difference equations (IDEs). IDEs model continuous functions that evolve with discrete-time dynamics and arise naturally from time-discretization of linear partial differential equations (PDEs). The DGP extends Gaussian process regression to time-varying functions and extends Kalman filtering to infinite-dimensional states. The DGP posterior remains a Gaussian process with closed-form mean and covariance updates, and separable kernel structure reduces the problem to a finite-dimensional Kalman filter on basis function coefficients. This paper extends the DGP to vector-valued states, enabling the treatment of higher-order PDEs, and provides a stability and approximation error analysis for the basis function approximation. The functional L2 estimation error decomposes exactly into in-subspace and out-of-subspace contributions, and all approximation errors vanish as the number of basis functions grows. The framework is demonstrated on the heat equation and on the wave equation, the latter with a vector-valued state. Code is available at https://github.com/JvHulst/Dynamic_Gaussian_Processes.

2606.06702 2026-06-08 cs.HC 新提交

Adversarial Co-Thinking: Calibration and Triangulation Across Multiple GenAI Tools in HCI Writing

对抗性协同思考:HCI写作中多种GenAI工具的校准与三角验证

Pia Tukkinen

AI总结 本文探讨在学术论文起草阶段完全嵌入GenAI工具(Claude、ChatGPT、Gemini)的协作写作模式,提出“对抗性协同思考”方法:利用过往同行评审校准工具,并让工具输出相互对抗以测试而非盲从,强调评估能力而非生成能力是关键技能。

详情
AI中文摘要

本文探讨当GenAI工具完全嵌入学术论文起草阶段而非仅限于后期润色时会发生什么。为了研究密集的多工具GenAI工作流程与传统学术写作的差异,我从第一句话开始,同时使用三种GenAI工具——Claude、ChatGPT和Gemini——起草本文,并将其输出与我自己的预期贡献进行比较。在整个过程中,出现了一种反复出现的模式,我称之为“对抗性协同思考”:利用过往同行评审来校准工具,然后让它们的输出相互对抗以进行测试,而非盲从。我认为,从默认赞美工具中挖掘出真正的批评是与这些工具合作的核心实践挑战,而关键技能在于评估而非生成。对抗性协同思考是一种高技能的认知实践:它可以放大已有的专业知识,但也可能掩盖其缺失。我进一步认为,当前的披露框架难以捕捉这种转变。本文为研讨会讨论提供了关于自主性、监督、访问公平性和披露的四项建议。

英文摘要

This paper examines what happens when GenAI tools are fully embedded in the drafting of an academic paper rather than confined to late-stage polishing. To investigate how an intensive multi-tool GenAI workflow differs from conventional academic writing, I drafted this paper from the first sentence in parallel with three GenAI tools - Claude, ChatGPT, and Gemini - comparing their outputs against my own intended contribution. Across this process, a recurring pattern took shape that I call adversarial co-thinking: using past peer reviews to calibrate the tools, then setting their outputs against one another to be tested rather than deferred to. I argue that surfacing genuine critique from tools that default to praise is a central practical challenge of working with these tools, and that the skill at stake is evaluative rather than generative. Adversarial co-thinking is a high-skill epistemic practice: it can amplify expertise where it exists, but it can also mask its absence. I further argue that current disclosure frameworks are poorly equipped to capture this shift. The paper offers four propositions for workshop discussion concerning autonomy, supervision, equity of access, and disclosure.

2606.06700 2026-06-08 cs.GT cs.CR econ.TH 新提交

The Economics of Proof-of-Useful-Work

有用工作证明的经济学

Rafael Pass

AI总结 本文通过竞争均衡模型分析有用工作证明(PoUW)区块链的经济学,发现其不会降低攻击成本,且在特定条件下能通过区块奖励补贴推理计算,增加社会有用产出。

详情
AI中文摘要

工作量证明(PoW)区块链依赖计算支出来维护支持原生加密货币的账本。在比特币等现有系统中,这种支出是故意无用的:计算用于保障共识,但不产生外部经济产出。一种新兴的替代方案——有用工作证明(PoUW)——使相同的计算能够同时保障区块链并产生具有经济价值的产出。然而,PoUW 常因经济理由受到批评:如果工作是有用的,攻击者可能“被付费攻击”,从而可能削弱安全性。我们开发了一个 PoUW 区块链的竞争均衡模型,其中计算可以分配给纯挖矿、纯有用工作(实例化为机器学习推理)或同时产生两者并带有计算开销的“双工”工作。我们提供了均衡分配和价格的完整闭式特征,作为双工开销和单一经济参数——代币-推理比率(衡量代币采用相对于推理市场的指标)的函数。这一特征揭示了三种体制:“Bitconia”,其中经济简化为经典 PoW;“Fortessia”,其中双工取代挖矿,在有用产出不变的情况下提高安全性;以及“Duplexia”,其中代币奖励补贴推理,降低价格并扩大推理供应。与常见的稻草人论点相反,PoUW 并不会使攻击在经济上变得廉价:一旦考虑均衡价格,多数攻击的经济成本仍然与区块奖励挂钩。此外,在 Duplexia 中,区块奖励充当推理价格的回扣,产生额外的社会有用计算,而这些计算在没有区块链的情况下不会出现——这种扩展随代币采用和技术效率单调增加。

英文摘要

Proof-of-work (PoW) blockchains rely on computational expenditure to secure a ledger supporting a native cryptocurrency. In existing systems such as Bitcoin, this expenditure is intentionally useless: the computation secures consensus but produces no external economic output. An emerging alternative -- proof of useful work (PoUW) -- enables the same computation to simultaneously secure the blockchain and generate economically valuable output. However, PoUW is often criticized on economic grounds: if the work is useful, attackers might be "paid to attack," potentially weakening security. We develop a competitive-equilibrium model of a PoUW blockchain in which compute can be allocated across pure mining, pure useful work -- instantiated as machine-learning inference -- or "duplex" work that produces both with computational overheads. We provide a complete closed-form characterization of equilibrium allocations and prices as a function of the duplex overheads and a single economic parameter -- the token-inference ratio -- measuring token adoption relative to the inference market. This characterization reveals three regimes: "Bitconia," in which the economy reduces to classical PoW; "Fortessia," in which duplex replaces mining, increasing security while useful output remains unchanged; and "Duplexia," in which token rewards subsidize inference, lowering prices and expanding inference supply. Contrary to the common strawman argument, PoUW does not make attacks economically cheap: once equilibrium prices are taken into account, the economic cost of a majority attack remains tied to the block reward. Moreover, in Duplexia, block rewards act as rebates on inference prices, generating additional socially useful computation that would not arise without the blockchain -- an expansion monotonically increasing in token adoption and technological efficiency.

2606.06697 2026-06-08 cs.CR cs.OS 新提交

AgileOS: A GPU Operating System Layer for Protected CUDA Services

AgileOS: 用于受保护CUDA服务的GPU操作系统层

Zhuoping Yang, Yiyu Shi, Alex Jones, Peipei Zhou

AI总结 针对GPU服务缺乏操作系统级保护的问题,提出AgileOS,通过库边界虚拟化CUDA、GPU内存管理和PTX注入实现服务隔离与保护。

详情
AI中文摘要

现代GPU应用程序越来越多地与存储系统、网络设备、供应商库和GPU驻留服务交互,而不仅仅是执行隔离的计算内核。这种转变使得GPU服务需要类似操作系统的保护,其中服务元数据、设备队列、内存映射I/O区域和库内部状态不应直接暴露给不可信的应用程序内核。然而,今天的CUDA编程模型默认情况下仍然让每个应用程序直接拥有其CUDA上下文、设备指针、运行时句柄、模块加载路径和内核启动,使得受保护的GPU服务必须构建自己的临时接口和隔离机制。本文介绍了AgileOS的初始设计和原型范围,AgileOS是一个用于受保护CUDA服务的GPU操作系统层。AgileOS在库边界虚拟化CUDA:应用程序链接客户端CUDA运行时、驱动程序和选定的库垫片,而受信任的运行时工作者拥有真实的CUDA上下文并调解支持的操作。为了保护服务状态和模块接口,AgileOS还定义了一个GPU内存管理模型,将用户分配与受保护的模块/MMIO范围分离,通过PTX注入使用指针验证和内存访问保护。AgileOS是模块化和灵活的,支持一系列受保护的服务和现有库,如cuFFT和PyTorch。原型包括客户端拦截器、工作者端CUDA处理程序、虚拟化CUDA对象表、受保护的AgileOS模块、将用户分配与受保护的模块/MMIO范围分离的GPU内存管理器、选定的受信任库适配器以及PTX级内核内存保护。

英文摘要

Modern GPU applications increasingly interact with storage systems, network devices, vendor libraries, and GPU-resident services rather than executing only isolated compute kernels. This shift creates a need for operating-system-like protection around GPU services, where service metadata, device queues, memory-mapped I/O regions, and library-internal state should not be directly exposed to untrusted application kernels. However, today's CUDA programming model, by default, still gives each application direct ownership of its CUDA context, device pointers, runtime handles, module loading path, and kernel launches, leaving protected GPU services to build their own ad hoc interfaces and isolation mechanisms. This paper presents the initial design and prototype scope of AgileOS, a GPU operating-system layer for protected CUDA services. AgileOS virtualizes CUDA at the library boundary: applications link against client-side CUDA Runtime, Driver, and selected library shims, while a trusted runtime worker owns the real CUDA context and mediates supported operations. To protect service state and module interfaces, AgileOS also defines a GPU memory-management model that separates user allocations from protected module/MMIO ranges, using pointer validation and memory access guards via PTX injection. AgileOS is modularized and flexible, supporting a range of protected services and existing libraries such as cuFFT and PyTorch. The prototype includes client-side interceptors, worker-side CUDA handlers, virtualized CUDA object tables, protected AgileOS modules, a GPU memory manager that separates user allocations from protected module/MMIO ranges, selected trusted library adapters, and the PTX-level kernel memory guard.

2606.06681 2026-06-08 cs.DS 新提交

Online Span Minimization for Flexible Uniform Jobs

灵活均匀作业的在线跨度最小化

Mozhengfu Liu, Samir Khuller, Xueyan Tang

AI总结 针对云计算中节能调度需求,研究在线跨度最小化问题,对均匀长度作业提出随机化竞争比为1.443的上界和1.366的下界,并证明允许重启可达到黄金比例1.618的最优竞争比。

Comments This paper will appear in ACM SPAA 2026 conference

详情
AI中文摘要

受云计算中节能调度的关键需求驱动,本文研究了跨度最小化问题,这是经过充分研究的BusyTime问题的一个基本变体。在一般的BusyTime问题中,$n$个作业由释放时间、截止时间和处理时间表征,必须被划分为容量为$B$的束,目标是使虚拟机的总活跃时间最小化。跨度最小化处理无界容量($B = \infty$)的特殊情况,该问题作为在更复杂的调度环境中实现高性能近似保证的重要前提。虽然先前的研究为区间作业建立了确定性的$2$-近似,并为一般BusyTime问题建立了$3$-近似,但跨度最小化的在线领域仍较少探索。在本文中,我们专注于跨度最小化的在线版本。我们证明可以利用随机化来打破已知的确定性竞争比下界$2$。对于均匀长度的作业,我们推导出随机化竞争比的上界为$\frac{1}{\ln{2}}\approx 1.443$,下界为$\frac{\sqrt{3}+1}{2}\approx 1.366$。此外,我们表明通过引入作业重启能力,可以达到等于黄金分割比($\phi \approx 1.618$)的最优竞争比。我们的结果为在线节能调度中随机化和灵活性的力量提供了新的见解。

英文摘要

Motivated by the critical need for energy-efficient scheduling in cloud computing, this paper investigates Span Minimization, a fundamental variant of the well-studied BusyTime problem. In the general BusyTime problem, $n$ jobs characterized by release times, deadlines, and processing times must be partitioned into bundles of capacity $B$, where the objective is to minimize the total active duration of the virtual machines. Span minimization addresses the specific case of unbounded capacity ($B = \infty$), a problem that serves as a vital precursor for achieving high-performance approximation guarantees in more complex scheduling environments. While previous research established a deterministic $2$-approximation for interval jobs and a $3$-approximation for the general BusyTime problem, the online landscape of span minimization remains less explored. In this paper, we focus on the online version of span minimization. We demonstrate that randomization can be leveraged to break the known deterministic competitive barrier of $2$. For uniform-length jobs, we derive a randomized competitive upper bound of $\frac{1}{\ln{2}}\approx 1.443$ and a lower bound of $\frac{\sqrt{3}+1}{2}\approx 1.366$. Furthermore, we show that by introducing the ability to restart jobs, we can achieve an optimal competitive ratio equal to the golden ratio ($ϕ\approx 1.618$). Our results provide new insights into the power of randomization and flexibility in online energy-aware scheduling.

2606.06665 2026-06-08 cs.SI cs.MA 新提交

Comparing Sentiment Contagion in AI-Agent and Human Social Networks: Evidence from MOLTBOOK

AI智能体与人类社交网络中情绪传染的比较:来自MOLTBOOK的证据

Elyes Ben chaabane, Savindu Herath, Yash Raj Shrestha

AI总结 研究AI社交网络中的情绪传播,发现负面帖子吸引更多回复,但回复通常趋于中性,情绪不会持续扩散,表明AI网络可能抑制情绪极端化。

Comments 8 pages without appendix

详情
AI中文摘要

AI智能体不仅开始与人类互动,也开始相互互动。我们研究在这样一个纯AI社交网络中情绪会发生什么:消极情绪会扩散,还是回复会使其平息?我们研究了MOLTBOOK,一个由自主语言模型智能体组成的社交网络,使用了近290万条帖子和150万条评论。负面帖子获得的回复远多于中性或正面帖子,因此消极情绪仍然吸引注意力。然而,对负面内容的回复通常不会保持负面。它们大多变为中性,并且几乎没有证据表明负面情绪会在几天内传播。因此,主要模式不是消极情绪的循环,而是消极注意力随后被中和。这些发现表明,AI智能体网络可能与人类社交网络行为不同:它们可能抑制情绪极端化,同时仍然强烈依赖于交互的组织方式。

英文摘要

AI agents are beginning to interact not only with people, but also with one another. We investigate what happens to sentiment in such an AI-only social network: does negativity spread, or do replies calm it down? We study MOLTBOOK, a social network made up of autonomous language-model agents, using almost 2.9 million posts and 1.5 million comments. Negative posts receive many more replies than neutral or positive posts, so negativity still attracts attention. However, replies to negative content usually do not stay negative. They most often become neutral, and there is meager evidence that negative sentiment spreads across days. The main pattern is therefore not a cycle of negativity, but negative attention followed by neutralisation. These findings suggest that AI-agent networks may behave differently from human social networks: they may dampen emotional extremes, while still depending strongly on how interactions are organised.

2606.06662 2026-06-08 cs.SE 新提交

AutoPipelineAI: Context-Aware CI/CD Pipeline Generation from Natural Language

AutoPipelineAI: 基于自然语言的上下文感知CI/CD流水线生成

Youssef Mohamed Aboelfotoh, Mohamed Ahmed Hemdan, Mohammad El-Ramly, Khlood Hassan, Mahmoud Saleh Saad, Ahmed Mohamed Tolba, Seif Gamal Abdelmonem

AI总结 提出AutoPipelineAI系统,利用大语言模型从自然语言描述生成CI/CD流水线配置,集成仓库感知分析、自动验证和反馈机制,降低DevOps配置复杂度。

Comments 7 pages, 1 figure, 6 tables, 16 references, IMSA Conference 11-12 July 2026, International Conference on Intelligent Methods, Systems, and Applications 2026 #70415,

详情
AI中文摘要

现代软件开发依赖CI/CD流水线来自动化测试、构建和部署操作。配置DevOps流水线具有挑战性且耗时,因为开发人员必须理解平台特定的语法并手动创建配置文件。这种复杂性可能导致配置错误和生产力下降,尤其是对于DevOps经验有限的开发人员。本文介绍了AutoPipelineAI系统,该系统使用自然语言描述生成CI/CD流水线配置。提出的解决方案利用大语言模型(LLMs)来翻译开发人员意图、分析仓库结构,并为GitHub Actions和GitLab CI/CD等环境创建特定的流水线脚本。它集成了仓库感知分析、自动验证系统以及一个反馈机制,以确认所创建流水线的准确性和可用性。我们介绍了系统架构、实现以及一个评估框架,该框架旨在衡量生成精度、配置有效性以及与手动创建流水线相比的设置工作量减少。AutoPipelineAI展示了LLMs如何简化DevOps配置的复杂性,并增强开发人员对持续交付方法的访问。评估结果初步证明,仓库感知的、自然语言驱动的CI/CD生成是一种可行且有前景的范式,可降低DevOps配置的复杂性并实现更易访问的软件交付自动化。

英文摘要

Modern software development relies on CI/CD pipelines to automate testing, building, and deployment operations. Configuring DevOps pipelines is challenging and time-consuming, as developers must understand platform-specific syntax and manually create configuration files. This complexity can lead to configuration errors and reduced productivity, especially for developers with limited DevOps experience. This paper introduces the AutoPipelineAI system, which generates CI/CD pipeline configurations using natural language descriptions. The proposed solution uses large language models (LLMs) to translate developer intent, analyze repository structures, and create specific pipeline scripts for environments like GitHub Actions and GitLab CI/CD. It integrates repository-aware analysis, automated validation systems, and a feedback mechanism that confirms the accuracy and usability of the created pipelines. We present the system architecture, its implementation, and an assessment framework designed to measure generation precision, configuration validity, and reduction in setup effort compared to manual pipeline creation. AutoPipelineAI illustrates how LLMs can simplify the complexity of DevOps configuration and enhance developer access to continuous delivery methods. Evaluation results provide early evidence that repository-aware, natural-language-driven CI/CD generation is a viable and promising paradigm for reducing the complexity of DevOps configuration and enabling more accessible software delivery automation.

2606.06650 2026-06-08 cs.HC 新提交

LinkNav: Surfacing Interconnected Information in Scientific Articles

LinkNav:在科学文章中呈现互联信息

Sebastian Joseph, Jennifer Healey, Junyi Jessy Li, Ani Nenkova

AI总结 提出LinkNav系统,通过语言模型生成阅读时的问题并搜索文档内答案,建立非相邻段落间的显式连接,提升学术论文阅读体验。

Comments 10 pages, 3 figures, ACL 2026 (Demo Track)

详情
AI中文摘要

我们提出LinkNav,一种增强的学术论文阅读体验,它显式地连接相关但非相邻的段落。为了创建这种体验,我们指示语言模型生成阅读段落时可能产生的问题,然后在文档的其他地方搜索答案段落,当找到答案时形成文档内连接。我们确认这些构建模块能够很好地支持这种体验,答案检测管道具有高精度,从而为文档建立合理数量的连接。在一个学术论文数据集上,我们发现连接的段落平均相隔十个段落,这使得读者可能错过的显式连接得以呈现。

英文摘要

We present LinkNav, an enhanced experience for reading academic papers which makes explicit connections between related but non-adjacent passages. To create the experience, we instruct a language model to generate questions that may arise while reading a passage and then search for answer passages elsewhere in the document, forming intra-document connections when answers are found. We confirm that these building blocks work well to power the experience, with an answer detection pipeline that works with high precision, resulting in a reasonable number of connections being made for a document. On a dataset of academic papers, we find that connected passages are on average ten segments away from each other, making explicit connections that a reader may have otherwise missed.

2606.06642 2026-06-08 eess.SY cs.SY 新提交

MPC for nonlinear systems: a comparative review of discretization methods

非线性系统的模型预测控制:离散化方法的比较综述

Guido Sanchez, Marina Murillo, Lucas Genzelis, Nestor Deniz, Leonardo Giovanini

AI总结 本文比较了模型预测控制中三种离散化连续时间非线性方程的方法:直接多重打靶、直接配点和逐次线性化,并通过两个测试案例评估其性能。

详情
Journal ref
2017 XVII Workshop on Information Processing and Control (RPIC), Mar del Plata, Argentina, 2017, pp. 1-6
AI中文摘要

本文对三种常用于离散化模型预测控制问题中连续时间非线性方程的数值方法进行了比较综述:直接多重打靶、直接配点和逐次线性化。概述了每种方法的特点,并通过两个测试案例的仿真评估了每种方法的性能。

英文摘要

This work provides a comparative review of three different numerical methods generally used to discretize continuous-time non-linear equations appearing in model predictive control problems: direct multiple shooting, direct collocation and successive linearizations. An overview of the characteristics of each method is given and the performance of each method is evaluated through the simulation of two test cases.

2606.06633 2026-06-08 cs.GT 新提交

Competing Auctions in Intermediated Markets

中介市场中的竞争拍卖

Bruno Mazorra, Minghao Pan, Christoph Schlegel

AI总结 研究中介市场中卖家选择并行拍卖机制的问题,发现密封投标第二价格中介拍卖完全瓦解为密封第一价格主拍卖,而开放投标中介仅部分瓦解。

详情
AI中文摘要

我们分析了中介市场中的竞争拍卖,其中卖家为单一商品的销售在并行机制中进行选择,最突出的是以太坊中提议者-构建者分离的中继与协议架构。当中介可以强制其投标人单归属时,密封投标第二价格中介拍卖完全瓦解为密封第一价格主拍卖;开放投标格式的中介仅部分瓦解,在对称延迟下均衡中坍缩为第一价格,在非对称延迟下将快速投标人分类到中介。任何最后查看优势都通过可信的密封投标渠道的可用性被消除。这些结果扩展到多路复用环境(中介无强制)。虽然瓦解结果表明密封第一价格投标渠道的可用性推动整个市场走向相同的拍卖结构,但该渠道可信性的假设本身存在问题,因为卖家可能有泄露信息的动机:在存在单个“快速”投标人时第一价格拍卖具有抗泄露性,但面对两个或更多投标人则不然。然而,如果卖家能够可信地承诺不泄露投标,那么这样做对他们来说是最优的。一个主要动机是以太坊即将到来的Glamsterdam更新:我们的分析表明,协议内(第一价格)投标渠道的可用性严重限制了中继和其他中介的协议外拍卖的设计空间。

英文摘要

We analyze competing auctions in intermediated markets, where a seller selects among parallel mechanisms for the sale of a single good, most prominently the relay-and-protocol architecture of proposer-builder separation in Ethereum. When the intermediary can enforce single-homing on its bidders, sealed-bid second-price intermediary auctions fully unravel into the sealed first-price principal auction; open bidding-format intermediaries unravel only partially, collapsing into first-price in equilibrium under symmetric latency and sorting fast bidders to the intermediary under asymmetric latency. Any last-look advantage is removed through the availability of a credible sealed bidding channel. These results extend to multi-plexing environments (no enforcement by the intermediary). While the unraveling result indicates that the availability of a sealed first-price bidding channel pushes the overall market to the same auction structure, the very assumption of the credibility of such channel is problematic, as the seller may have an incentive to leak information: a first-price auction is leakage-resistant in the presence of a single ``fast'' bidder but not against two or more. However, if the seller can credibly commit to not leak bids, it is optimal for them to do so. A main motivation is the forthcoming Glamsterdam update of Ethereum: our analysis suggests that the availability of an in-protocol (first-price) bidding channel severely limits the design space for out-of-protocol auctions by relays and other intermediaries.

2606.06625 2026-06-08 cs.GT math.ST stat.TH 新提交

N-Player Binary Games with Unidirectional Dependencies: Cycle Robustness and Induced Indifference

具有单向依赖性的N人二元博弈:循环鲁棒性与诱导无差异

Jose Maria Sanchez-Saez, Nana Odishelidze, Francisco Criado-Aldeanueva

AI总结 本文针对具有单向依赖性的N人二元博弈,给出了纳什均衡的闭式刻画,重点研究了有向循环图博弈,提出了鲁棒激励结构,在O(N)时间内求解均衡,并揭示了奇偶条件与诱导无差异的作用。

详情
Journal ref
Communications in Nonlinear Science and Numerical Simulation, Volume 161, Part 2, 2026, 110151, ISSN 1007-5704
AI中文摘要

本研究提供了具有单向依赖性的N人二元博弈中纳什均衡的闭式刻画。虽然一般网络博弈是PPAD完全的,但先前的工作已证明树或路径可通过动态规划在多项式时间内求解。我们为有向循环图博弈的子类提供了确定性刻画,表明非零边界激励将拓扑线性化为前馈传播。在这种鲁棒激励结构下,可在O(N)时间内求解:严格优势保证唯一均衡;在无严格优势时,纯策略均衡由奇偶条件支配,而通过诱导支付无差异保证唯一完全混合均衡。对于非鲁棒情形,我们给出了分支规则。转移矩阵公式可预先评估搜索树大小。这种透明性使得循环网络中目标均衡的逆向设计成为可能,明确了数值求解器中晦涩的机制。

英文摘要

The present study provides a closed-form characterisation of Nash equilibria in N-player binary games with unidirectional dependencies. While general network games are PPAD-complete, prior work has established that trees or paths admit polynomial-time solutions via dynamic programming. We provide a deterministic characterisation for the subclass of directed cycle graphical games, demonstrating that non-zero boundary incentives linearize the topology into a feed-forward propagation. Under this Robust Incentive Structure, resolution is achieved in O(N) time: strict dominance guarantees a unique equilibrium; in its absence, pure strategy equilibria are governed by the Parity Condition, while a unique fully mixed equilibrium is guaranteed via induced payoff indifference. For non-robust regimes, we deliver branching rules. The transition-matrix formulation evaluates the search tree size beforehand. This transparency enables the inverse design of target equilibria in circular networks, making explicit the mechanics that remain opaque in numerical solvers.

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.06513 2026-06-08 cs.DM math.CO 新提交

Alternative Inductive Proof of Dilworth's Theorem

Dilworth定理的另一种归纳证明

Tao Zhang

AI总结 基于合并引理,提出一种具有算法风格的Dilworth定理的归纳证明。

详情
AI中文摘要

文献中可以找到几个Dilworth定理的优雅归纳证明。在这篇笔记中,我提出了另一种基于合并引理的具有算法风格的归纳证明。

英文摘要

Several elegant inductive proofs of Dilworth's theorem can be found in the literature. In this note, I present another inductive proof with an algorithmic flavor based on a merging lemma.

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.07482 2026-06-08 math.PR 新提交

Moments in Rough Bergomi and Boundary Attainment in Rough Heston

粗糙Bergomi模型中的矩与粗糙Heston模型中的边界到达

Arthur Bourdon, Thibault Jeannin

AI总结 本文证明了粗糙Bergomi价格过程在负相关下整个次临界范围内的有限正矩,并证明了粗糙Heston方差过程在任意正时间以正概率到达零边界。

详情
AI中文摘要

我们解决了粗糙波动率文献中的两个开放问题。首先,我们证明了粗糙Bergomi价格过程以及更广泛的高斯Volterra Bergomi模型在负相关下整个次临界范围内的有限正矩。更精确地说,如果\(\rho\in[-1,0)\),则对于每个\(0<p<p_\rho\),有\(\E[S_T^p]<\infty\),其中\(p_{-1}=\infty\),对于\(-1<\rho<0\)有\(p_\rho=(1-\rho^2)^{-1}\)。对于分数阶粗糙Bergomi核,这给出了尖锐临界矩阈值的有限侧,补充了阈值以上已知的爆炸结果。其次,我们证明了粗糙Heston方差过程,即具有分数阶核\(K_\alpha(t)=t^{\alpha-1}/\Gamma(\alpha)\)和\(\alpha\in(1/2,1)\)的标量Volterra平方根过程,在任意正时间在零点处有一个正原子。因此,在任意正时间水平之前,以正概率到达零点。这排除了在分数阶粗糙Heston模型中使零边界不可达的任何Feller型条件。

英文摘要

We address two open questions in the rough volatility literature. First, we prove finite positive moments for the rough Bergomi price process, and for a wider class of Gaussian Volterra Bergomi models, in the whole subcritical range under negative correlation. More precisely, if \(ρ\in[-1,0)\), then \(\E[S_T^p]<\infty\) for every \(0<p<p_ρ\), where \(p_{-1}=\infty\) and \(p_ρ=(1-ρ^2)^{-1}\) for \(-1<ρ<0\). For the fractional rough Bergomi kernel, this gives the finite side of the sharp critical moment threshold, complementing the known explosion result above the threshold. Second, we prove that the rough Heston variance process, equivalently the scalar Volterra square-root process with fractional kernel \(K_α(t)=t^{α-1}/Γ(α)\) and \(α\in(1/2,1)\), has a positive atom at zero at every positive time. Consequently, zero is hit with positive probability before every positive time horizon. This rules out any Feller-type condition making the zero boundary inaccessible in the fractional rough Heston model.