arXivDaily arXiv每日学术速递 周一至周五更新
全部学科分类 1530
专题追踪
2606.20195 2026-06-19 cs.PF cs.NA math.NA 新提交

Randomized Sketching is Robust to Low-Precision Rounding on GPUs

随机草图对GPU低精度舍入具有鲁棒性

Aryaman Jeendgar, Clément Flint, Hartwig Anzt

AI总结 研究随机草图在GPU低精度下的性能与精度,提出SparseStack改进CountSketch,发现FP16舍入方式对嵌入质量影响小,分布比量化更关键。

Comments 14 pages, 3 figures

详情
AI中文摘要

随机草图是随机数值线性代数中的核心原语。在现代硬件架构上,特别是在GPU上,稀疏草图的性能受限于内存流量和原子累加,而非浮点吞吐量。这使得草图成为混合精度的自然目标,前提是低精度累加不会降低嵌入质量。我们研究了稀疏子空间嵌入的混合精度GPU实现,重点关注Higgins等人提出的GPU CountSketch内核的SparseStack泛化。SparseStack在相干输入上相对于CountSketch提高了嵌入质量,但其每列额外的非零元素增加了原子更新争用并降低了吞吐量。因此,我们实现了使用确定性舍入到最近、精确随机舍入和抖动舍入的FP16 SparseStack变体,并将它们与FP32 SparseStack、CountSketch、混合精度CountSketch和FlashSketch进行比较。我们的主要实证发现是,在测试的范围内,SparseStack嵌入质量对FP16舍入规则不敏感。确定性、随机和抖动舍入的FP16 SparseStack在不相干、相干和对抗性测试问题上产生几乎相同的子空间失真和草图求解最小二乘精度。主导精度因素是草图分布而非量化规则:SparseStack变体在相干输入上显著改善失真,而所有方法在不相干输入上表现相似。由于确定性舍入的开销最低,它在FP16 SparseStack变体中提供了最佳的性能-精度权衡。

英文摘要

Randomized sketching is a core primitive in randomized numerical linear algebra. On modern hardware architectures, in particular on GPUs, the performance of sparse sketches is limited by memory traffic and atomic accumulation rather than floating-point throughput. This makes sketching a natural target for mixed precision, provided that low-precision accumulation does not degrade the embedding quality. We study mixed-precision GPU implementations of sparse oblivious subspace embeddings, focusing on a SparseStack generalization of the GPU CountSketch kernel of Higgins et al. SparseStack improves embedding quality relative to CountSketch on coherent inputs, but its additional nonzeros per column increase atomic-update contention and reduce throughput. We therefore implement FP16 SparseStack variants using deterministic round-to-nearest, exact stochastic rounding, and dithered rounding, and compare them with FP32 SparseStack, CountSketch, mixed-precision CountSketch, and FlashSketch. Our main empirical finding is that, for the tested regimes, SparseStack embedding quality is insensitive to the FP16 rounding rule. Deterministic, stochastic, and dithered rounding FP16 SparseStack produce nearly identical subspace distortion and sketch-and-solve least-squares accuracy across incoherent, coherent, and adversarial test problems. The dominant accuracy factor is the sketch distribution rather than the quantization rule: SparseStack variants substantially improve distortion on coherent inputs, while all methods behave similarly on incoherent inputs. Since deterministic rounding has the lowest overhead, it provides the best performance--accuracy tradeoff among the FP16 SparseStack variants.

2606.19909 2026-06-19 stat.CO math.PR stat.ME 新提交

Establishing an $Ω(\sqrt{d})$ complexity lower bound for PDMP samplers and how to break it: a sub-$\sqrt{d}$ algorithm for Gaussian-tailed targets

建立 PDMP 采样器的 $\Omega(\sqrt{d})$ 复杂度下界及如何突破:针对高斯尾目标的一个亚 $\sqrt{d}$ 算法

Augustin Chevallier

AI总结 本文证明分段确定性马尔可夫过程采样器在标准设置下具有 $\Omega(\sqrt{d})$ 复杂度下界,并通过放宽目标密度连续时间不变性假设,提出一种新方案,对高斯尾目标实现 $O(d^\alpha)$($\alpha\in[0.2,0.3]$)的经验复杂度。

详情
AI中文摘要

尽管分段确定性马尔可夫过程(PDMP)采样器在理论上有非可逆性的吸引力,但迄今为止,尚未开发出在计算复杂度上相对于目标维度 $d$ 优于 $\mathcal{O}(\sqrt{d})$ 的 PDMP 采样器。我们通过在标准设置中建立 PDMP 采样器算法复杂度的 $\Omega(\sqrt{d})$ 下界,证明这是一个基本限制。通过放宽目标密度必须在所有连续时间保持不变的假设,我们随后展示了如何突破这一障碍。具体来说,我们引入了一种新颖的 PDMP 采样方案,并表明它对高斯尾目标实现了 $\mathcal{O}(d^\alpha)$ 的经验复杂度,其中 $\alpha \in [0.2, 0.3]$。此外,该 PDMP 方案在轨迹长度和速度更新之间的距离上都是局部自适应的。

英文摘要

Despite the theoretical appeal of their non-reversibility, to date, no Piecewise Deterministic Markov Process (PDMP) samplers have been developed that scale better than $\mathcal{O}(\sqrt{d})$ in computational complexity with respect to the target dimension $d$. We prove that this is a fundamental limitation by establishing an $Ω(\sqrt{d})$ lower bound on the algorithmic complexity of PDMP samplers in a standard setup. By relaxing the assumption that the target density must remain invariant at all continuous times, we then demonstrate how to bypass this barrier. Specifically, we introduce a novel PDMP sampling scheme and show that it achieves an empirical complexity of $\mathcal{O}(d^α)$, where $α\in [0.2, 0.3]$ for Gaussian-tailed targets. In addition, this PDMP scheme is locally adaptive in both trajectory length and distance between velocity updates.

2606.19834 2026-06-19 cs.DC cs.IT cs.NI math.IT 新提交

Multi-Orientation Edge-Minimum Repair for Non-Redundant Fault-Tolerant Broadcasting in Dense Eisenstein--Jacobi Networks

密集Eisenstein-Jacobi网络中非冗余容错广播的多方向边最小修复

Bader Albader

AI总结 针对密集Eisenstein-Jacobi网络,提出多方向边最小修复方法EJ-MOEM,通过评估六边形广播树方向、选择容错候选、收缩故障剪枝树并利用外部跨组件修复边重构生成树,证明单故障深度不超过t+1、双故障深度不超过t+2,实验验证至t=200均成功。

Comments Preprint also available on Zenodo:https://doi.org/10.5281/zenodo.20691537

详情
AI中文摘要

密集Eisenstein-Jacobi (EJ) 网络是六次代数互连网络,其有限商几何自然由六边形轴向坐标球表示。本文研究由 $\alpha=(t+1)+t\omega$ 生成的密集EJ网络中的非冗余一对多广播修复,其中 $t$ 是网络直径。我们提出EJ-MOEM,一种多方向边最小修复方法,该方法评估一个常数大小的六边形广播树方向族,选择一个容错感知候选,将故障剪枝树收缩为健康组件,并使用外部跨组件修复边重新连接这些组件。得到的结构是健康子图的一个有根生成树:每个健康节点恰好接收一次消息,不使用任何故障节点,并保留原始健康树组件。我们证明,对于所选方向,其故障剪枝组件图是连通的,恰好需要 $c-1$ 条外部修复边,其中 $c$ 是健康组件的数量。我们还证明了EJ坐标归约树的深度证书定理:每个单故障位置允许深度至多 $t+1$ 的修复,每个双故障位置允许深度至多 $t+2$ 的修复。证明使用了EJ六边形的三带表示、扇区后缀附着引理、非相邻扇区分离引理以及六方向屏蔽分类用于配对割集。扩展验证包括对 $t=2,\ldots,12,14,16,18$(在 $t=18$ 时多达 $N=1027$ 和 525,825 个双故障位置)的穷举单故障和双故障枚举,通过 $t=30$ 的结构化定理关键测试,以及通过 $t=200$ 的大型随机测试,全部100%成功且无违反定理的情况。

英文摘要

Dense Eisenstein--Jacobi (EJ) networks are degree-six algebraic interconnection networks whose finite quotient geometry is naturally represented by a hexagonal axial-coordinate ball. This paper studies non-redundant one-to-all broadcast repair in the dense EJ network generated by $α=(t+1)+tω$, where $t$ is the network diameter. We propose EJ-MOEM, a multi-orientation edge-minimum repair method that evaluates a constant-size family of hexagonal broadcast-tree orientations, selects a fault-aware candidate, contracts the fault-pruned tree into healthy components, and reconnects these components using external component-crossing repair edges. The resulting structure is a rooted spanning tree of the healthy subgraph: every healthy node receives the message exactly once, no faulty node is used, and the original healthy tree components are preserved. We prove that, for a chosen orientation whose fault-pruned component graph is connected, exactly $c-1$ external repair edges are necessary and sufficient, where $c$ is the number of healthy components. We also prove a depth-certificate theorem for EJ coordinate-reduction trees: every one-fault placement admits a repair of depth at most $t+1$, and every two-fault placement admits a repair of depth at most $t+2$. The proof uses the three-strip representation of EJ hexagons, a sector-suffix attachment lemma, a non-adjacent-sector separation lemma, and a six-direction shielding classification for paired cuts. Extended validation includes exhaustive one- and two-fault enumeration for $t=2,\ldots,12,14,16,18$ (up to $N=1027$ and 525,825 two-fault placements at $t=18$), structured theorem-critical tests through $t=30$, and large random tests through $t=200$, all with 100\% success and no violation of the theorem.

2606.19833 2026-06-19 cs.DC cs.IT cs.NI math.IT 新提交

Fault-Tolerant Shared-Relay Communication in Circulant Interconnection Networks

循环互连网络中的容错共享中继通信

Bader Albader, Galal Hassan, Mohamed R. Al-Mulla

AI总结 本文研究有向循环图中两跳容错共享中继问题,通过循环差多重性条件建立网络设计框架,分析中继冗余度与度预算的关系,并验证生成器选择对中继生存性的关键影响。

Comments Preprint also available on Zenodo:https://doi.org/10.5281/zenodo.20691084

详情
AI中文摘要

循环互连网络提供对称寻址、紧凑生成器描述和均匀局部连通性。本文映射了有向循环图中容错两跳原语的度-冗余度景观:给定$n$个节点和度预算$m$,最坏情况下的共享中继多重性$R(n,m)$能有多大?如果节点到有序终端对都有出边,则该节点是共享中继;一个$f$中继容错循环图要求每对终端至少有$f+1$个这样的中继。基本可行性条件是循环差多重性条件,我们将其作为数学工具而非新对象。贡献在于围绕该工具的网络设计框架:参数$R(n,m)$和$D_f(n)$、区间循环图的否定定理、中继表预处理和查找算法、对抗性和随机故障保证、负载均衡范围、启发式设计的认证上界解释、精确的小$n$校准、软件查找与搜索微基准测试,以及对526,539个生成器集的可重复研究。结果表明,生成器选择关键决定最坏情况下的中继生存性:优化阈值设计在约$1.16$-$1.63$倍计数下界内实现$f$中继容错,而标准区间生成器即使在更大度下也可能结构失效。

英文摘要

Circulant interconnection networks provide symmetric addressing, compact generator descriptions, and uniform local connectivity. This paper maps a degree--redundancy landscape for a fault-tolerant two-hop primitive in directed circulants: given $n$ nodes and degree budget $m$, how large can the worst-case shared-relay multiplicity $R(n,m)$ be? A node is a shared relay for an ordered terminal pair if it has outgoing links to both terminals; an $f$-relay-fault-tolerant circulant requires at least $f+1$ such relays for every pair. The underlying feasibility condition is a cyclic difference-multiplicity condition, which we use as a mathematical tool rather than claim as a new object. The contribution is the network-design framework around this tool: the parameters $R(n,m)$ and $D_f(n)$, a negative theorem for interval circulants, relay-table preprocessing and lookup algorithms, adversarial and random failure guarantees, load-balance scope, certified upper-bound interpretation of heuristic designs, exact small-$n$ calibration, a software lookup-versus-search microbenchmark, and a reproducible study of 526,539 generator sets. The results show that generator choice critically determines worst-case relay survivability: optimized threshold designs achieve $f$-relay-fault tolerance within about $1.16$--$1.63$ of the counting lower bound, while standard interval generators can fail structurally even at much larger degrees.

2606.19832 2026-06-19 cs.DC cs.IT cs.NI math.IT 新提交

Certified Euclidean-Residue Minimal-Alignment Switch Decompositions for Three Edge-Disjoint Hamiltonian Cycles in Eisenstein--Jacobi Networks

Eisenstein-Jacobi网络中三条边不交哈密顿环的认证欧几里得剩余最小对齐交换分解

Bader Albader

AI总结 针对非互质Eisenstein-Jacobi网络,提出一种基于局部交换演算的最小交换分解方法,构建三条边不交哈密顿环,并通过代数补关联证明其正确性。

Comments Preprint also available on Zenodo:https://doi.org/10.5281/zenodo.20693870

详情
AI中文摘要

Eisenstein-Jacobi (EJ) 网络是六度商格互连网络。对于生成元 $\alpha=a+b\rho$,设 $N=a^2+ab+b^2$ 和 $d=\gcd(a,b)$。若 $d=1$,三个自然单位方向已给出三条边不交哈密顿环。若 $d>1$,每个单位方向分裂为 $d$ 个环,边不交哈密顿环问题变为环拼接问题。现有的非互质EJ分解通过矩形表示和交换调度证明存在性。本文在自然Cayley几何中发展了一种不同的局部交换演算。前两个哈密顿环各自使用最少可能的 $d-1$ 个组件间交换构建,第三个因子作为未使用的边补集获得。贡献并非对所有非互质EJ网络的新存在性定理,而是针对欧几里得剩余族的一种紧凑、公式驱动、最小交换分解,其补关联通过符号方式证明。证明分离四个要素:组件标签坍缩、锚点取消、提升交换代表的无碰撞性以及连通补关联。本文中没有无限族定理通过有限证据或计算枚举证明。定理范围限定在代数补关联证书已写明的参数范围内。表格和CSV数据仅用于验证和重现公式,从不作为无限族定理的证明。

英文摘要

Eisenstein--Jacobi (EJ) networks are degree-six quotient-lattice interconnection networks. For a generator $α=a+bρ$, let $N=a^2+ab+b^2$ and $d=\gcd(a,b)$. If $d=1$, the three natural unit directions already give three edge-disjoint Hamiltonian cycles. If $d>1$, each unit direction splits into $d$ cycles and the EDHC problem becomes a cycle-splicing problem. Existing non-coprime EJ decompositions prove existence by using a rectangular representation and exchange schedules. This paper develops a different, local switch calculus in the natural Cayley geometry. The first two Hamiltonian cycles are built using the minimum possible $d-1$ intercomponent switches each, and the third factor is obtained as the unused edge complement. The contribution is deliberately not a new existence theorem for all non-coprime EJ networks; rather, it is a compact, formula-driven, minimal-switch decomposition for Euclidean-residue families whose complement incidence is proved symbolically. The proof separates four ingredients: component-label collapse, anchor cancellation, noncollision of lifted switch representatives, and connected complement incidence. No infinite-family theorem in this manuscript is proved by finite witnesses or by computational enumeration. The theorem scope is stated for the parameter ranges where an algebraic complement-incidence certificate is written down. Tables and CSV data are used only to verify and reproduce the formulas, never as proof of an infinite-family theorem.

2606.19761 2026-06-19 cs.LO math.LO 新提交

Finishing Oltean's Completeness Proof in Lean 4 for Hybrid Logic $L(\forall)$

在 Lean 4 中完成 Oltean 关于混合逻辑 $L(\forall)$ 的完备性证明

Lars Warren Ericson

AI总结 本文在 Lean 4 中完成了混合逻辑 $L(\forall)$ 的机器检查完备性证明,通过结构新鲜性和存在引理 Henkin 构造两种工具解决了新鲜名称的生成问题。

Comments 147 pages, 5 figures

详情
AI中文摘要

我们给出了一个在 Lean 4 中机器检查的完备性定理,针对混合逻辑 $L(\forall)$:带有名义词、满足风格绑定器 $\forall$ 和盒子模态的命题模态逻辑。(基本混合逻辑(无绑定器)的机器检查完备性由 Asta Halkjær From 在 Isabelle/HOL 中开创。)我们基于 Alex Oltean 2023 年的 Lean 4 形式化工作,该工作机械化了语法、语义、希尔伯特风格证明系统和可靠性(遵循 Blackburn 的混合完备性(1998)),但留下了不完备的部分。完成它需要在两个结构不同的点上制造新鲜名称,我们的核心发现是它们需要两种不同的工具。(1)通过扩展的 Lindenbaum 构造构建的根可证最大一致集,每一步都需要一个对整个集合新鲜的名义词;正确的工具是结构新鲜性:扩展语言,使得通过构造保留无限的名义词供应。我们调查了设计空间(Oltean 在 $\mathbb{N}$ 内的奇偶编码、Bud Mishra 建议的不交和 $N \oplus \mathbb{N}$ 参数化,以及 From 的合成完备性框架)并解释了我们采用的编码。(2)一个最大一致集的可证 $\Diamond$-后继不能通过这种方式获得:其典范盒子归约可证地提及每个名义词,因此没有保留的名称是新鲜的。这里正确的工具是 Oltean 选择但未完成的:一个存在引理 Henkin 构造,通过一个新鲜状态变量从前驱的可证性中抽取每个见证;我们通过一个携带数据的见证累加器和一个紧致性论证完成了它。定理 $\Gamma \models \varphi \to \Gamma \vdash \varphi$ 被完全形式化:该开发是无 sorry 的,且 #print axioms 仅报告 propext、this http URL 和 this http URL。我们将开发移植到 Lean v4.30.0 / mathlib v4.30.0。

英文摘要

We present a machine-checked completeness theorem, in Lean 4, for the hybrid logic $L(\forall)$: propositional modal logic with nominals, the satisfaction-style binder $\forall$, and the box modality. (Machine-checked completeness for basic hybrid logic, without binders, was pioneered by Asta Halkjær From in Isabelle/HOL.) We build on Alex Oltean's 2023 Lean 4 formalization, which mechanized the syntax, semantics, Hilbert-style proof system, and soundness following Blackburn's Hybrid Completeness (1998), but left completeness unfinished. Finishing it requires manufacturing fresh names at two structurally different points, and our central finding is that they call for two different tools. (1) The root witnessed maximal consistent set, built by an extended Lindenbaum construction, needs at each step a nominal fresh for the whole set; the right tool is structural freshness: extend the language so an infinite supply of nominals is reserved by construction. We survey the design space (Oltean's odd/even encoding inside $\mathbb{N}$, the disjoint-sum $N \oplus \mathbb{N}$ parameterization suggested by Bud Mishra, and From's synthetic-completeness frameworks) and explain the encoding we adopt. (2) The witnessed $\Diamond$-successor of a maximal consistent set cannot be obtained this way: its canonical box-reduct provably mentions every nominal, so no reserved name is fresh. Here the right tool is one Oltean chose but left incomplete: an existence-lemma Henkin construction drawing each witness from the predecessor's witnessedness through a fresh state variable; we complete it with a data-carrying witness accumulator and a compactness argument. The theorem $Γ\models φ\to Γ\vdash φ$ is fully formalized: the development is sorry-free, and #print axioms reports only propext, Classical.choice, and Quot.sound. We port the development to Lean v4.30.0 / mathlib v4.30.0.

2606.19751 2026-06-19 cs.DB math.OC 新提交

DeQL: A Decision Query Language for Prescriptive Analytics over Relational Data

DeQL:一种用于关系数据规范性分析的决策查询语言

Matteo Brucato, Fjodor Kholodkov, Soren Little, Jakob Mayer, Duc Nguyen

AI总结 DeQL扩展SQL以支持决策查询,通过CREATE CANDIDATES和DECIDE两个构造定义选项空间、约束和目标,实现子集选择、分配、调度等决策,并支持不确定性优化和模型评分。

详情
AI中文摘要

DeQL(决策查询语言)扩展了SQL以表达决策查询:给定从关系数据中提取的选项、策略约束和可测量的目标,DeQL查询计算出最佳行动方案。两个构造实现了这一扩展:CREATE CANDIDATES,定义来自关系源的选项空间;DECIDE,声明决策变量、命名约束以及针对这些变量的目标。该设计遵循SQL的原则:用户说明要优化的内容,而引擎选择如何求解;每个查询消费并产生关系;问题的结构对引擎保持可见。本文档规范了该语言(其设计原则、语法、形式文法及执行模型),并附有涵盖子集选择、分配、指派、调度以及多级聚合决策的示例,以及针对不确定性优化、内联模型评分和时间与质量受限求解的扩展。这是该规范的第一版;该语言正在积极开发中,本版本固定了后续修订将基于的核心构造。

英文摘要

DeQL (Decision Query Language) extends SQL to express decision queries: given options drawn from relational data, constraints from policy, and a measurable objective, a DeQL query computes the best course of action. Two constructs carry the extension: CREATE CANDIDATES, which defines the space of options from relational sources, and DECIDE, which declares decision variables, named constraints, and an objective over them. The design follows SQL's principles: the user states what to optimize while the engine chooses how to solve it, every query consumes and produces relations, and the structure of a problem stays visible to the engine. This document specifies the language (its design principles, syntax, formal grammar, and execution model) with examples spanning subset selection, allocation, assignment, scheduling, and decisions at multiple levels of aggregation, and extensions for optimization under uncertainty, inline model scoring, and time- and quality-bounded solving. It is the first version of the specification; the language is under active development, and this version fixes the core constructs on which later revisions will build.

2606.19715 2026-06-19 eess.SP cs.IT math.IT 新提交

Generalized Pinching-Antenna Systems: A Radio-Stripe-Based Realization

广义夹捏天线系统:基于无线电条带的实现

Yanqing Xu, Zhiguo Ding, Tsung-Hui Chang

AI总结 本文提出基于无线电条带(RS)的广义夹捏天线(RS-GPA)框架,通过主动天线处理单元实现位置灵活的无线接入,并开发稀疏激活与波束成形算法以降低总功耗。

Comments 13 pages, 7 figures

详情
AI中文摘要

本文研究无线电条带(RS)作为广义夹捏天线的实际实现,并提出基于RS的广义夹捏天线(RS-GPA)框架。与依赖导波到自由空间被动耦合的介质波导基被动夹捏天线不同,RS采用沿共享电缆部署的主动天线处理单元(APU)进行本地传输、接收和信号处理。这种类似电缆的主动架构提供了灵活的安装和广泛的频率适用性,同时允许选定的APU作为离散且可控的辐射或接收点,实现位置灵活的无线接入。基于所提出的RS-GPA框架,我们通过考虑距离相关的APU-用户信道建立了系统和信道模型。对于下行传输,我们提出了一个电路功率感知的稀疏APU激活和波束成形问题,并开发了一种重加权群稀疏波束成形算法。为了揭示激活原理,我们分析了单用户下行情况,并通过平衡发射功率节省和电路功率成本来刻画何时应激活额外的APU。受此启发,提出了一种几何引导的低复杂度多用户算法。对于上行传输,我们提出了一个联合APU激活和用户功率控制问题,并开发了一种几何引导的稀疏激活设计。数值结果表明,与基准方案相比,所提出的RS-GPA框架显著降低了总功耗,而几何引导算法在运行时间显著降低的情况下实现了与群稀疏设计几乎相同的功耗性能。

英文摘要

This paper investigates radio stripes (RSs) as a practical realization of generalized pinching antennas and proposes an RS-based generalized pinching-antenna (RS-GPA) framework. Unlike dielectric-waveguide-based passive pinching antennas that rely on passive coupling from a guided wave into free space, RSs employ active antenna processing units (APUs) deployed along a shared cable for local transmission, reception, and signal processing. This cable-like active architecture offers flexible installation and broad frequency applicability, while allowing selected APUs to act as discrete and controllable radiation or reception points for location-flexible wireless access. Based on the proposed RS-GPA framework, we establish the system and channel models by accounting for the distance-dependent APU-user channels. For downlink transmission, we formulate a circuit-power-aware sparse APU activation and beamforming problem and develop a reweighted group-sparse beamforming algorithm. To reveal the activation principle, we analyze the single-user downlink case and characterize when an additional APU should be activated by balancing transmit-power saving and circuit-power cost. Inspired by this insight, a geometry-guided low-complexity multiuser algorithm is proposed. For uplink transmission, we formulate a joint APU activation and user power control problem and develop a geometry-guided sparse activation design. Numerical results show that the proposed RS-GPA framework substantially reduces the total consumed power compared with benchmark schemes, while the geometry-guided algorithm achieves near-identical consumed-power performance to the group-sparse design with significantly lower runtime.

2606.19695 2026-06-19 eess.SY cs.GT cs.SY math.OC 新提交

A Unified Framework for Joint Sensor Placement and Scheduling for Intrusion Detection

入侵检测中联合传感器放置与调度的统一框架

Jayanth Bhargav, Mahsa Ghasemi, Shreyas Sundaram

AI总结 提出一个统一框架,将传感器放置与方向调度联合优化,通过博弈论设计效用函数并利用弱子模性实现近最优检测性能。

Comments 27 pages, 4 figures

详情
AI中文摘要

我们考虑一个入侵检测任务,其中防御者必须联合优化传感器放置位置和方向,以最小化入侵者穿越受保护环境时被漏检的概率。我们将此问题分解为一个元问题(称为SensorPlacement)和一个嵌入的子问题(称为OrientationScheduling)。对于固定的传感器放置,OrientationScheduling子问题被建模为防御者和入侵者之间的两人零和博弈,其中防御者寻求已部署传感器的方向策略以最小化漏检概率,而入侵者则寻求路径选择策略以最大化该概率。由于防御者的策略空间随传感器数量和方向组合增长,通过标准线性规划求解博弈变得不可行。为此,我们开发了一种迭代且高效的均衡求解算法,该算法利用博弈收益函数的结构,并建立了收敛到博弈纳什均衡(NE)的理论保证。该NE值随后被用作SensorPlacement元问题中的效用度量。我们证明了这个基于博弈值的效用函数在传感器放置集合上是弱子模的,并提出了一个具有近最优性保证的贪婪放置算法。据我们所知,这是第一个将博弈论效用设计与(弱)子模优化相结合的统一框架,实现了传感器放置和方向调度的原则性联合优化。通过大量仿真,我们证明所提出的方法实现了近最优的检测性能,同时与基线相比显著减少了计算时间。

英文摘要

We consider an intrusion detection task in which a defender must jointly optimize sensor placement locations and orientations to minimize the probability of missed detection of an intruder traversing a protected environment. We decompose this problem into a meta problem, termed SensorPlacement, and an embedded subproblem, termed OrientationScheduling. The OrientationScheduling subproblem, for a fixed sensor placement, is modeled as a 2-player zero-sum game between the defender and the intruder, where the defender seeks an orientation strategy for the deployed sensors to minimize the probability of missed detection, while the intruder seeks a path selection strategy to maximize it. Since the defender's strategy space grows combinatorially with the number of sensors and orientations, solving the game via standard linear programming becomes prohibitive. To this end, we develop an iterative and efficient equilibrium-seeking algorithm that exploits the structure of the game's payoff function and establishes theoretical guarantees for convergence to the Nash equilibrium (NE) of the game. This NE value is then used as a utility measure in the SensorPlacement meta problem. We show that this game-value-based utility function is weakly submodular over the set of sensor placements and propose a greedy placement algorithm with near-optimality guarantees. To our knowledge, this is the first unified framework to integrate game-theoretic utility design with (weak) submodular optimization, enabling principled joint optimization of sensor placement and orientation scheduling. Through extensive simulations, we demonstrate that the proposed approach achieves near-optimal detection performance while significantly reducing computation time compared to baselines.

2606.19655 2026-06-19 stat.CO math.ST stat.TH 新提交

A Flat Connection: The Pooling Factor and the Geometry of Centring in Hierarchical MCMC

平坦联络:分层MCMC中的汇集因子与中心化几何

Aidan D. Bindoff

AI总结 研究分层MCMC中中心化/非中心化障碍的几何原因,证明Fisher信息诱导的联络是平坦的,障碍源于统计上的汇集因子π_j,并据此提出诊断方法。

Comments 39 pages, 9 figures, accompanying R package

详情
AI中文摘要

标准MCMC诊断($\hat{R}$、有效样本量、发散计数)检测链是否混合,但不检测为何未混合。我们询问分层模型中的中心化/非中心化障碍是否具有度量之外的几何原因。联合参数空间是一个纤维丛(超参数为底,组级参数为纤维),Fisher信息度量诱导一个Ehresmann联络$A = -G_{FF}^{-1}G_{BF}$;自然假设是障碍是其曲率,采样器将其感受为和乐。我们证明这是错误的。对于任何光滑的分层后验,不仅是高斯情况,联络是平坦的,因为其水平叶是纤维得分$\partial_\alpha \log p$的水平集:度量之上没有几何障碍。剩下的障碍是统计的,而非几何的,平坦联络将其识别为一个单一量:纤维对底的条件依赖性,由每组的先验比例$\pi_j$(经典汇集因子)控制。该框架由此恢复了已有图景:先验主导的组混合缓慢,每组的非中心化最优权重有闭式解,并且一项模拟研究通过它们对分层方差的相反依赖性,将这种底-纤维耦合与漏斗(一种不同的底空间病态)区分开来。一项直接归因测试确认NUTS不运输纤维:链级足迹是先验主导组中多余的条件自相关,正如$\pi_j$所预测。真正的、甚至旋转的曲率确实出现,但仅针对由采样器工作度量(固定质量矩阵)构建的联络,此时和乐作为算法现象而非几何现象重新出现。先验比例诊断作为R包fibr分发,几何方法作为附带的复现代码。

英文摘要

Standard MCMC diagnostics ($\hat{R}$, effective sample size, divergence counts) detect whether a chain has mixed, but not why it has not. We ask whether the centring/non-centring obstruction in hierarchical models has a geometric cause beyond the metric. The joint parameter space is a fiber bundle (hyperparameters the base, group-level parameters the fibers), and the Fisher information metric induces an Ehresmann connection $A = -G_{FF}^{-1}G_{BF}$; the natural hypothesis is that the obstruction is its curvature, felt by the sampler as holonomy. We prove this false. The connection is flat for any smooth hierarchical posterior, not only the Gaussian case, because its horizontal leaves are the level sets of the fiber score $\partial_α\log p$: there is no geometric obstruction above the metric. What remains is statistical, not geometric, and the flat connection identifies it as a single quantity: the conditional dependence of fiber on base, governed per group by the prior fraction $π_j$, the classical pooling factor. From it the framework recovers the established picture, that prior-dominated groups mix slowly and that the optimal per-group non-centring weight follows in closed form, and a simulation study separates this base-fiber coupling from the funnel, a distinct base-space pathology, by their opposite dependence on the hierarchical variance. A direct attribution test confirms that NUTS does not transport the fiber: the chain-level footprint is excess conditional autocorrelation in prior-dominated groups, exactly as $π_j$ predicts. Genuine, even rotational, curvature does appear, but only for connections built from a sampler's working metric (a fixed mass matrix), where holonomy re-enters as an algorithmic rather than geometric phenomenon. The prior-fraction diagnostic is distributed as the R package fibr, with the geometric methods as accompanying reproduction code.

2606.19405 2026-06-19 q-bio.QM math.DS q-bio.PE 新提交

Multi-type branching inference on contact trees with application to COVID-19

接触树上的多类型分支推断及其在COVID-19中的应用

Augustine Okolie, Johannes Müller, Eno Akarawakc, Isaac Ajiboye

AI总结 提出一种直接作用于接触树上传播树的似然框架,通过多类型分支过程考虑接触度异质性,从部分解析的传播树中推断流行病学参数,并在COVID-19接触追踪数据中验证。

Comments 26 pages, 8 Figures

详情
AI中文摘要

从传播树推断流行病学参数对于理解传染病动态至关重要。现有的基于树的似然方法,包括最初应用于系统动力学环境中的多类型出生-死亡模型,提供了强大的工具,但大多数假设均匀混合,很少捕捉当个体感染更多接触者时传播潜力的变化。在这项工作中,我们开发了一个直接作用于传播树的似然框架,其中节点是个体,边是报告的传播事件,不涉及序列数据。我们推导了一个在有根接触树上的随机SIR过程的似然,其中每个感染个体由有效接触总数和已感染的下游接触数来刻画。我们得到了一个分支完全未被观察到的概率以及它产生一个处于给定状态的观察(采样)末端的概率密度的闭式常微分方程。对于已知末端状态的有根接触树,可以评估得到的似然,并且我们通过将内部分支时间视为潜在变量,将其扩展到部分解析的树。在模拟爆发上的验证确认了准确的参数恢复和良好校准的不确定性。应用于印度卡纳塔克邦的经验COVID-19接触追踪数据,展示了该框架在实际流行病学环境中的实用性。通过在多类型分支似然中纳入接触度异质性,我们的工作为从完全或部分解析的传播树推断传播动态和接触结构提供了一个原则性的基线,补充而非依赖于基于序列的系统动力学推断。

英文摘要

Inferring epidemiological parameters from transmission trees is essential for understanding infectious disease dynamics. Existing tree-based likelihood methods, including the multi-type birth-death models originally applied in phylodynamic settings, provide powerful tools, but most assume homogeneous mixing and rarely capture how transmission potential changes as an individual infects more of their contacts. In this work, we develop a likelihood framework that operates directly on transmission trees, in which nodes are individuals and edges are reported transmission events, with no sequence data involved. We derive a likelihood for a stochastic SIR process on a rooted contact tree in which each infected individual is characterised by the total number of effective contacts, and the number of already infected downstream contacts. We obtain closed-form ordinary differential equations for the probability that a clade goes entirely unobserved and for the probability density that it produces an observed (sampled) tip in a given state. The resulting likelihood can be evaluated for a rooted contact tree with known tip states, and we extend it to partially resolved trees by treating internal branching times as latent variables. Validation on simulated outbreaks confirms accurate parameter recovery and well calibrated uncertainty. Application to empirical COVID-19 contact-tracing data from Karnataka, India, demonstrates the framework's utility for real epidemiological settings. By incorporating contact-degree heterogeneity in a multi-type branching likelihood, our work provides a principled baseline for inferring both transmission dynamics and contact structure from fully or partially resolved transmission trees, complementing rather than relying on sequence-based phylodynamic inference

2606.19393 2026-06-19 cs.DM cs.DS math.CO 新提交

An alternative way of defining finite graphs

定义有限图的另一种方式

Maxim Nazarov

AI总结 提出一种完全图不变量“图线性符号”,作为有限图的替代定义,用于简化图的对称性图示和同构比较。

Journal ref Prikl. Diskr. Mat., 2015, no. 3(29), 83-94

详情
AI中文摘要

在本文中,我们引入了“图线性符号”——一种完全图不变量——它被定位为有限图的替代定义。该不变量使用类似于寻找图规范形式的算法构建。存储图线性符号而不是常规图,使我们能够极大地简化两个主要问题:考虑可能图对称性的图插图构建,以及两个图的同构比较。我们还展示了诸如着色和图路径等经典图论概念向图线性符号的可转移性。

英文摘要

In this paper we introduce "graph linear notation" -- a complete graph invariant -- which is positioned as an alternative definition for the finite graphs. This invariant is constructed using an algorithm similar to the algorithm of finding canonical forms of graphs. Storing graph linear notation instead of a regular graph allows us to greatly simplify two major problems: the construction of illustrations for graphs with regards to possible graph symmetries, and the comparison of two graphs for isomorphism. We also demonstrate the transferability to the graph linear notations such classical graph theory concepts as colourings and graph paths.

2606.20534 2026-06-19 math.OC 新提交

On Second-Order Methods for Bilevel Optimization

关于双层优化的二阶方法

Jiawen Bi, Jiaxiang Li, Mingyi Hong, Shuzhong Zhang

AI总结 本文针对双层优化问题,提出了一种单循环三次正则牛顿算法,在非凸上层和强凸下层设置下,实现了最优的O(ε^{-1.5})总预言复杂度,首次达到二阶驻点的最优收敛率。

详情
AI中文摘要

双层优化是现代机器学习和工程设计不可或缺的建模工具。然而,在双层优化中寻找二阶驻点的理论和实践仍然很大程度上未解决。即使对于具有强凸下层问题的双层优化,其诱导的超函数通常是非凸的。尽管三次正则牛顿方法(CRN)在单层优化中实现了最优的$\mathcal{O}(\varepsilon^{-1.5})$ SOSP(二阶驻点)率,但如何控制将二阶方法应用于双层问题时超梯度和超Hessian计算的精度,以使整个过程高效,仍不清楚。在本文中,我们着手回答这个问题。特别地,我们首先制定了一个双循环CRN基线,该基线实现了最优的外层率,但需要重复的下层求解。接下来,我们提出了一种单循环三次正则牛顿算法,该算法将一个下层梯度步与一个用于超梯度的牛顿步相结合,并证明了总体确定性的$\mathcal{O}(\varepsilon^{-1.5})$总预言复杂度,这是最优的。此外,我们说明了一些直观简单的修改可能无法维持收敛结果。据我们所知,这是第一个用于无约束NCSC(非凸上层和强凸下层)双层优化设置的确定性单循环方法,该方法实现了寻找超函数$\varepsilon$-SOSP的$\mathcal{O}(\varepsilon^{-1.5})$最优收敛率。

英文摘要

Bilevel optimization is an indispensable modeling tool for modern machine learning and engineering design. However, the theory and practice for finding second order stationary points in the context of bilevel optimization still remain largely unsettled. Even for bilevel optimization with strongly convex lower-level problem, the hyperfunction it induces is in general nonconvex. Although the Cubic Regularized Newton methods (CRN) famously achieve the optimal $\mathcal{O}(\varepsilon^{-1.5})$ SOSP (second-order stationary point) rate in single-level optimization, it is unclear how to control the accuracy of the hypergradient and hyper-Hessian computations in the context of applying the second-order methods to bilevel problems in order for the overall process to be efficient. In this paper, we set out to answer this question. In particular, we first formulate a double loop CRN baseline that achieves the optimal outer rate but requires repeated lower level solves. Next, we propose a single loop cubic regularized Newton algorithm that combines one lower-level gradient step with one Newton step for the hypergradient, and prove an overall deterministic $\mathcal{O}(\varepsilon^{-1.5})$ total oracle complexity, which is optimal. In addition, we illustrate that some intuitively simple modifications of our method may fail to hold up the convergence result. To the best of our knowledge, this is the first deterministic single loop method for unconstrained NCSC (non-convex upper-level and strongly convex lower-level) bilevel optimization setting that achieves the $\mathcal{O}(\varepsilon^{-1.5})$ optimal convergence rate for finding an $\varepsilon$-SOSP of the hyperfunction.

2606.20528 2026-06-19 math.DG 新提交

Positive Scalar Curvature Obstructions via Singular Dimension Descent

通过奇异维度下降法的正数量曲率障碍

Yuchen Bi, Jintian ZHu

AI总结 本文发展了Schoen-Yau型奇异维度下降法,用于任意维度的正数量曲率障碍研究,证明了可放大流形上的正数量曲率障碍,并建立了相应的立方宽度不等式和双系统估计。

Comments 51 pages

详情
AI中文摘要

鉴于正质量定理的共形爆破方法的最新进展,包括He--Shi--Yu、Bi--Hao--He--Shi--Zhu和Brendle--Wang的工作,我们发展了Schoen--Yau型奇异维度下降法,用于任意维度的正数量曲率障碍。我们证明了可放大流形上的正数量曲率障碍,并建立了相应的立方宽度不等式和双系统估计。该方法也适用于可放大的AM--PI空间,当奇异集的Assouad余维数大于\(3-2/n\)时,给出了正数量曲率障碍。

英文摘要

In light of recent advances in conformal blow-up methods for the positive mass theorem, including He--Shi--Yu, Bi--Hao--He--Shi--Zhu, and Brendle--Wang, we develop a Schoen--Yau type singular dimension descent method for positive scalar curvature obstructions in arbitrary dimensions. We prove obstructions to positive scalar curvature on enlargeable manifolds and establish the corresponding cubical width inequalities and two-systole estimates. The method also applies to enlargeable AM--PI spaces, giving a positive scalar curvature obstruction when the singular set has Assouad codimension greater than \(3-2/n\).

2606.20516 2026-06-19 math.DG cs.CG 新提交

Approximation and interactive design with exact 3D elastic curves

精确3D弹性曲线的逼近与交互设计

David Brander, Jens Gravesen, Marc Isern

AI总结 提出一种数值稳定方法,从给定弹性曲线段恢复11参数,实现任意空间曲线段到3D弹性曲线的快速稳定逼近,应用于精确弹性曲线交互设计和机器人热刀切割CAD曲面合理化。

Comments 20 pages

详情
AI中文摘要

弹性空间曲线是在适当约束下弯曲能量的临界点。等价于球摆方程的解析表示,导致3D弹性曲线段空间的11参数描述。我们给出了一种数值稳定的方法,从给定的弹性曲线段恢复这11个参数。利用这一点,我们提供了一种快速稳定的方法来逼近任意空间曲线段为3D弹性曲线。应用包括精确弹性曲线的交互设计和用于机器人热刀切割的CAD曲面合理化。

英文摘要

An elastic space curve is a critical point of the bending energy subject to appropriate constraints. An analytic representation, equivalent to the spherical pendulum equation, leads to an 11-parameter description of the space of 3D elastic curve segments. We give a numerically stable method for recovering the 11 parameters from a given elastic curve segment. Using this, we give a fast and stable method to approximate an arbitrary space curve segment by a 3D elastica. Applications include interactive design with exact elastic curves and CAD surface rationalization for robotic hot-blade cutting.

2606.20509 2026-06-19 math.DS 新提交

Planar constant piecewise smooth vector fields with large hysteresis

具有大滞后的平面常数分段光滑向量场

Tiago Carvalho, Leonardo Serantola, Bruno de Souza Rangel

AI总结 针对应用中广泛使用但缺乏极限集理论基础的滞后控制系统,本文在平面情形下分析两个线性向量场和两个切换边界,分类其极限集。

详情
AI中文摘要

在整个工作中,我们将对一类在应用中广泛使用但仍缺乏描述其动力学可能产生的极限集类型的一致理论基础的控制系统进行严格的数学分析。例如,在某些应用中,对某种疾病的治疗会一直进行,直到患病细胞水平低于规定的阈值C1。此时,暂停治疗以使患者机体从其副作用中恢复。随后,当患病细胞水平达到第二个大于C1的阈值C2时,恢复治疗,并重复该方案。据我们所知,目前还没有对此类模型的数学分类。在本文中,我们启动了一项旨在确定此类模型极限集的系统性文献工作。我们从平面情形开始,其中两个线性向量场处于活动状态,并考虑两个切换边界。自然,在未来的发展中,还应考虑更高维度的控制系统,其中包含额外的向量场和更一般的切换流形。

英文摘要

Throughout this work, we will carry out a rigorous mathematical analysis of a class of control systems that is widely used in applications but still lacks a consistent theoretical foundation for describing the types of limit sets that may arise from its dynamics. There are applications in which, for example, a treatment for a given disease is administered until the level of diseased cells falls below a prescribed threshold C1. At that point, the treatment is suspended in order to allow the patient's organism to recover from its side effects. Subsequently, when the level of diseased cells reaches a second threshold C2 bigger than C1, the treatment is resumed, and the protocol is repeated. To the best of our knowledge, there is not a mathematical classification of such models. In this paper, we initiate what is intended to become a consistent body of literature aimed at determining the limit sets of such models. We begin with the planar case, in which two linear vector fields are active and two switching boundaries are considered. Naturally, in future developments, control systems in higher dimensions, featuring additional vector fields and more general switching manifolds, should also be considered.

2606.20498 2026-06-19 math.OC 新提交

CLUSTER: Derivative-free optimization of smooth functions with parameter-change costs

CLUSTER: 带参数变化代价的光滑函数无导数优化

Serena Landers, Sahil Pontula, Shiekh Zia Uddin, Sachin Vaidya, Marin Soljačić, Steven G. Johnson

AI总结 针对参数变化有代价的无导数优化问题,提出CLUSTER算法,基于二次插值优化,在测试问题(含光学实验)上性能提升约50%,优于贝叶斯优化和Nelder-Mead,并给出收敛性保证。

Comments 18 pages, 9 figures

详情
AI中文摘要

我们引入了CLUSTER算法(用于信任域步骤评估细化的坐标水平更新策略),用于解决局部无导数优化问题,其中改变每个参数(或参数簇)存在代价。例如,这种代价模型适用于优化机器人控制的实验室实验,其中机器人可能需要对每个参数簇进行单独的运动调整。我们基于Powell和Conn的一类二次插值优化算法(已知对二次可微目标函数表现良好,例如低噪声实验),并展示了CLUSTER变体在各种测试问题(包括光学实验室实验)上将性能提升约50%,且大大优于常见的实验室优化竞争算法(贝叶斯优化和Nelder-Mead)。我们还改进了Conn算法的收敛性证明,以获得CLUSTER-Conn的类似收敛保证。

英文摘要

We introduce the CLUSTER algorithm (\textbf{c}oordinate-\textbf{l}evel \textbf{u}pdate \textbf{s}trategy for \textbf{t}rust-region step \textbf{e}valuation \textbf{r}efinement) for local derivative-free optimization problems where there is a cost to changing each parameter (or clusters of parameters). For example, this type of cost model is appropriate for optimizing robot-controlled laboratory experiments, in which a robot may incur a separate motion for each parameter cluster to be adjusted. We build off of a class of quadratic-interpolation optimization algorithms by Powell and Conn that are known to perform well for twice-differentiable objectives (e.g. low-noise experiments), and show that the CLUSTER variants improve performance on a variety of test problems (including an optics laboratory experiment) by around 50$\%$, and greatly outperform common competing algorithms for laboratory optimization (Bayesian optimization and Nelder--Mead). We also adapt the convergence proof of the Conn algorithm to obtain a similar convergence guarantee for CLUSTER-Conn.

2606.20496 2026-06-19 math.NA cs.DC cs.MS cs.NA 新提交

CoarseSolvers for Exascale Solution of Poisson Problems

用于泊松问题百亿亿次求解的粗网格求解器

Thilina Ratnayaka, Paul Fischer, Luke Olson

AI总结 提出一种两层Schwarz方法替代代数多重网格(AMG)作为p-多重网格预条件子的粗网格求解器,通过结构化非嵌套粗空间实现无通信插值,在Summit/Frontier超算上验证了优于BoomerAMG的性能。

详情
AI中文摘要

我们提出一种两层Schwarz方法,作为代数多重网格(AMG)的替代方案,用于求解由不可压缩Navier-Stokes方程的谱/有限元离散产生的压力泊松方程的p-多重网格(pMG)预条件子的最后一层(粗网格)求解器。所提出的Schwarz方法包括原始pMG粗空间中的一个局部问题和一个全局粗问题。本文的主要贡献是为全局粗问题提出了一种新颖的、结构化的非嵌套粗空间。所提出的全局粗空间的结构化特性使得原始p-多重网格粗空间与全局粗问题之间的插值无需通信。通过在橡树岭领导计算设施的Summit/Frontier超算上使用高度可扩展的不可压缩Navier-Stokes求解器套件Nek5000/RS进行的一系列实验,我们展示了所提方法相比最先进的AMG求解器BoomerAMG的有效性。

英文摘要

WepresentatwolevelSchwarzmethodasanalternativetoAlgebraicMultigridmethod(AMG) used as the last level (coarse) solver of the p-multigrid pMG preconditioner for pressure Poission equation resulting from Spectral/Finite element descretization of incompressible Navier-Stokes eqaution. Proposed Schwarz method consits of a local problem in the original pMG coarse space and a global coarse problem. Main contribution of the paper is a novel, structured and a non-nested coarse space for the global coarse problem. Structured nature of the proposed global coarse space enable communication-free interpolation between the original p-multgrid coarse space and the global coarse problem. We demonstrate the effectiveness of the proposed method compared to the state of the art AMG solver BoomerAMG by a series of experiments performed using Nek5000/RS, a suite of highly scalable incompressible Navier-Stokes solvers, on Summit/Frontier supercomputers at Oak Ridge Leadership Computing Facility.

2606.20494 2026-06-19 math.CO 新提交

Strong non-principality of positive codegree Turán density

正余度 Turán 密度的强非主性

Levente Bodnár, Jun Gao, Oleg Pikhurko, Mingyuan Rong, Shumin Sun

AI总结 本文证明了对于每个 k≥3,存在两个 k-图 F1 和 F2 使得它们的联合正余度 Turán 密度严格小于各自的正余度 Turán 密度的最小值,建立了该密度的强非主性。

Comments 7 pages

详情
AI中文摘要

一个 $k$-图 $G$ 的 \emph{最小正余度} $\delta^+_{k-1}(G)$ 定义为在所有至少包含一条边的 $(k-1)$-元组中,包含该元组的边数的最小值。一个 $k$-图族 $\mathcal{F}$ 的 \emph{正余度 Turán 密度} 是当顶点数 $n\to\infty$ 时,所有不含 $\mathcal{F}$ 的 $k$-图 $G$ 中 $\delta^+_{k-1}(G)/n$ 的渐近最大值。本文通过证明对于每个 $k\ge3$ 存在两个 $k$-图 $F_1$ 和 $F_2$ 使得 $$ 0<\gamma^+(F_1, F_2) < \min\{\gamma^+(F_1), \gamma^+(F_2)\}, $$ 建立了关于该密度的强非主性版本。

英文摘要

The \emph{minimum positive codegree} $δ^+_{k-1}(G)$ of a $k$-graph $G$ is the minimum, over all $(k-1)$-sets that lie in at least one edge, of the number of edges containing that set. The \emph{positive codegree Turán density} of a $k$-graph family $\mathcal{F}$ is the asymptotically maximum value of $δ^+_{k-1}(G)/n$ over all $\mathcal{F}$-free $k$-graphs $G$ with $n\to\infty$ vertices. In this note, we establish a strong version of non-principality with respect to this density by proving that for every $k\ge3$ there exist two $k$-graphs $F_1$ and $F_2$ such that $$ 0<γ^+(F_1, F_2) < \min\{γ^+(F_1), γ^+(F_2)\}. $$

2606.20480 2026-06-19 math.ST stat.ML stat.TH 新提交

Leveraging tails for adaptation

利用尾部进行自适应

Sergios Agapiou, Ismaël Castillo, Paul Egels

AI总结 研究非参数贝叶斯中基于p-指数尾先验的后验收缩率,发现p越小收缩越快,且p→0时可实现光滑性自适应,应用于白噪声回归和ReLU神经网络。

Comments 59 pages, 3 figures

详情
AI中文摘要

我们考虑非参数设定下贝叶斯后验分布的收缩,其中函数在基或字典上的系数被赋予具有$p$指数尾的先验,包括拉普拉斯尾$(p=1)$和更重的尾$(p<1)$。结果表明,随着$p$减小,收缩率提高,并且在适当的$p\to 0$范围内,可以获得对光滑性的完全自适应(达到对数因子)。作为应用,我们考虑了白噪声回归中的级数先验和随机设计回归中的浅层ReLU神经网络。特别地,我们表明过参数化的浅层ReLU网络可以适应任何正则性$0\le \beta\le 2$。通过模拟研究,我们展示了与理论预测行为的高度实证一致性。

英文摘要

We consider contraction of Bayesian posterior distributions in nonparametric settings where coefficients of a function over a basis or dictionary are given priors with $p$--exponential tails, including Laplace tails $(p=1)$ and heavier tails $(p<1)$. It is shown that contraction rates improve as $p$ decreases and that full adaptation to smoothness, up to logarithmic factors, is obtained in an appropriate $p\to 0$ regime. As applications, we consider both series priors in white noise regression and shallow ReLU neural networks in random design regression. In particular, we show that overparametrised shallow ReLU networks can adapt to any regularity $0\le β\le 2$. Through a simulation study, we show strong empirical agreement with the behavior predicted by our theory.

2606.20473 2026-06-19 math.GN 新提交

Invariants of the Colored Braid Groupoid

彩色辫子群胚的不变量

Illia E. Rohozhkin

AI总结 将辫子视为平面点的动力系统,通过Delaunay三角剖分定义抽象群胚,构造彩色辫子群胚的表示并计算不变量。

Comments 30 pages, 13 figures

详情
AI中文摘要

本文将辫子视为平面点的动力系统。该动力系统的状态由Delaunay三角剖分给出。这一构造使得定义抽象群胚$\overset{abc}{\mathcal{G}^{4}_{n+3}}$成为可能,该群胚给出了彩色辫子群胚$\text{ColB}(n)$的一个表示。我们定义了同态${f}_{n+3}:\overset{abc}{\mathcal{G}^{4}_{n+3}} \rightarrow\text{GL}_{2n+1}(\mathbb{Q})$和${f}'_{n+3}:\overset{abc}{\mathcal{G}^{4}_{n+3}} \rightarrow\text{GL}_{2n+1}(\mathbb{C})$,并描述了计算所得不变量的一种算法。

英文摘要

In this paper, a braid is regarded as a dynamical system of points in the plane. The states of this dynamical system are given by Delaunay triangulations. This construction makes it possible to define an abstract groupoid $\overset{abc}{\mathcal{G}^{4}_{n+3}}$, which gives a representation of the colored braid groupoid $\text{ColB}(n)$. We define homomorphisms ${f}_{n+3}:\overset{abc}{\mathcal{G}^{4}_{n+3}} \rightarrow\text{GL}_{2n+1}(\mathbb{Q})$ and ${f}'_{n+3}:\overset{abc}{\mathcal{G}^{4}_{n+3}} \rightarrow\text{GL}_{2n+1}(\mathbb{C})$, and describe an algorithm for computing the resulting invariants.

2606.20468 2026-06-19 math.DS 新提交

Rigidity of coarsely minimal Reeb flows

粗极小Reeb流的刚性

Barney Bramham, Jacobus S. de Pooter

AI总结 引入粗极小Reeb流概念,证明满足发散性质的粗极小Reeb流轨道等价于负曲率黎曼度量的测地流,推广了Gromov的刚性结果。

Comments 30 pages

详情
AI中文摘要

我们引入了粗极小Reeb流的概念,推广了极小测地流的概念,并证明了以下刚性定理:满足发散性质的粗极小Reeb流轨道等价于负截面曲率黎曼度量的测地流。在没有发散假设的情况下,我们得到了轨道半等价。这推广了Gromov关于负曲率黎曼度量测地流的刚性结果。我们使用了Floer同调和Morse的双曲“稳定性”引理。

英文摘要

We introduce the notion of a coarsely minimal Reeb flow, generalizing the notion of minimal geodesic flow, and prove the following rigidity theorem: That a coarsely minimal Reeb flow satisfying a divergence property is orbitally equivalent to the geodesic flow of a Riemannian metric of negative sectional curvature. Without the divergence assumption, we obtain an orbital semi-equivalence. This extends a rigidity result for geodesic flows of negatively curved Riemannian metrics which is due to Gromov. We use Floer homology and Morse's hyperbolic `stability' Lemma.

2606.20456 2026-06-19 math.GR math.OA 新提交

Lacunary hyperbolic groups with fast injectivity radius growth and enough loxodromic elements are selfless

具有快速单射半径增长和足够多loxodromic元素的空隙双曲群是无私的

Goulnara Arzhantseva, Martin Finn-Sell

AI总结 本文证明在双曲常数和单射半径满足一定增长条件时,空隙双曲群是无私的,并用直接测地线n边形准则替代了基于非柱性的方法,进而得到C*-无私性,同时构造了区分这些性质的例子。

Comments 11 pages

详情
AI中文摘要

我们证明,如果双曲常数$\delta_i$和单射半径$r_i$满足$\delta_i(\log r_i)^{7} = o(r_i)$,则具有足够一般性的空隙双曲群$G = \varinjlim G_i$在Amrutam--Gao--Kunnawalkam Elayavalli--Patchell意义下是无私的。证明用Arzhantseva的直接测地线$n$边形准则替换了该工作中的基于非柱性的机制,该准则适用于任何$\delta$-双曲空间。作为推论,结合快速衰减性,$G$是$C^*$-无私的。该条件是温和的:无挠Tarski怪兽群、Jacobson的无混合恒等初等可解群和Gromov怪兽群在适当的参数选择下满足该条件。可解的例子是无私的但不能是$C^*$-无私的,提供了区分这些性质的例子。最后我们指出,Gromov怪兽群例子为具有严格比较的非精确$C^*$-代数提供了潜在途径。

英文摘要

We prove that a lacunary hyperbolic group $G = \varinjlim G_i$ with sufficient generics is selfless in the sense of Amrutam--Gao--Kunnawalkam Elayavalli--Patchell, provided the hyperbolicity constants $δ_i$ and injectivity radii $r_i$ satisfy $δ_i(\log r_i)^{7} = o(r_i)$. The proof replaces the acylindricity-based machinery of that work with a direct geodesic $n$-gon criterion due to Arzhantseva, which applies in any $δ$-hyperbolic space. As a consequence, combined with rapid decay, $G$ is $C^*$-selfless. The condition is mild: torsion-free Tarski monsters, Jacobson's mixed-identity-free elementary amenable groups and Gromov monster groups satisfy it for appropriate parameter choices. The amenable examples are selfless but cannot be $C^*$-selfless, providing examples that separate these properties. Finally we remark that the Gromov monster group examples provide a potential avenue to a non-exact $C^*$-algebra with strict comparison.

2606.20452 2026-06-19 math.CO 新提交

Tree-cut decompositions for displaying undominated edge-ends

用于展示无支配边端的树割分解

Max Pitz, Lucas Real

AI总结 证明每个图都存在有限粘合的、连通的、分量的、有根的树割分解,能展示所有无支配边端,并应用于局部有限图得到展示所有端及其边度的有限部分分解,进而统一推导Thomassen定理和Bruhn-Stein定理。

Comments 22 pages, 6 figures

详情
AI中文摘要

我们证明每个图都存在一个有限粘合的、连通的、分量的、有根的树割分解,该分解展示所有无支配边端。作为第一个应用,我们推断该树割分解也展示所有无支配边端的边度。对于局部有限图——其中每个端都是无支配边端——这产生一个有限粘合的、连通的树割分解,分解为$\ extit{有限}$部分,展示所有端及其边度。作为第二个应用,后一个树割分解为Thomassen关于边界连通有限分割的定理以及Bruhn和Stein关于用偶端刻画欧拉局部有限图的定理提供了简短、统一的推导。

英文摘要

We prove that every graph admits a linked, componental, rooted tree-cut decomposition of finite adhesion that displays all undominated edge-ends. As a first application, we deduce that this tree-cut decomposition also displays the edge-degrees of all undominated edge-ends. For locally finite graphs $-$ where every end is an undominated edge-end $-$ this yields a linked tree-cut decomposition of finite adhesion into $\textit{finite}$ parts that displays all ends and their edge-degrees. As a second application, this latter tree-cut decomposition yields short, unified deductions of Thomassen's theorem on boundary-linked finite partitions, and of Bruhn and Stein's characterisation of Eulerian locally finite graphs in terms of even ends.

2606.20448 2026-06-19 math.AG 新提交

Étale and Quasicoherent Cohomological Dimensions of Subspace Arrangements

子空间排列的Étale和拟凝聚上同调维数

Manolis C. Tsakiris, Matteo Varbaro

AI总结 研究子空间排列的étale和拟凝聚上同调维数之间的关系,通过构造上同调维数不等式,揭示两者在特定条件下的相等性。

详情
AI中文摘要

我们报告了关于étale和拟凝聚上同调维数之间关系的一些进展。

英文摘要

We report some work in progress on the relationship between étale and quasicoherent cohomological dimensions.

2606.20447 2026-06-19 math.RT 新提交

Silting t-structures in $Q$-shaped derived categories

$Q$形导出范畴中的倾斜$t$-结构

Anastasios Slaftsos

AI总结 本文通过Saorín-Šťovíček对应,在Holm和Jorgensen的$Q$形导出范畴中构造了一族由$Q$的可容许划分诱导的$t$-结构,证明它们由倾斜对象诱导,并给出相应余层的同调刻画。

详情
AI中文摘要

挠对,特别是$t$-结构,在三角范畴的研究中起着核心作用。具体而言,由倾斜(或倾斜)对象诱导的$t$-结构通常具有理想的性质,并与导出等价有紧密联系。本文利用Saorín-Šťovíček关于Frobenius正合范畴中的余遗传余挠对与其稳定范畴中的$t$-结构之间的对应,在Holm和Jorgensen的$Q$形导出范畴中构造了一族由$Q$的可容许划分诱导的$t$-结构。我们给出了双纤维对象所在的Frobenius正合范畴内相关余挠对的显式描述,并通过某些同调消失条件识别了相应的余层。这些$t$-结构被证明是由一个倾斜对象诱导的,该对象可由$Q$的组合完全确定。最后,我们通过恢复$Q$形设置中的已知等价来说明我们的结果,同时提供组合条件不成立的例子(如循环箭图),表明此类范畴可能没有非平凡的$t$-结构,揭示了与Linckelmann在稳定模范畴中观察到的类似现象。

英文摘要

Torsion pairs, and in particular t-structures, play a central role in the study of triangulated categories. Specifically, t-structures induced by silting (or tilting) objects often admit desirable properties with strong connections to derived equivalences. In this paper, using the correspondence of Saorín-Šťovíček between cohereditary cotorsion pairs in Frobenius exact categories and t-structures in their stable categories, we construct a family of t-structures in the $Q$-shaped derived category of Holm and Jorgensen, arising from admissible partitions of $Q$. We give an explicit description of the associated cotorsion pairs inside the Frobenius exact category of the bifibrant objects, and we identify the corresponding co-aisles by certain homological vanishing conditions. Such t-structures are proved to be induced by a silting object, that can be completely determined by the combinatorics of $Q$. Finally, we illustrate our results by recovering well-known equivalences in the $Q$-shaped setting, while also providing examples where the combinatorial conditions fail (e.g. cyclic quivers), showing that such categories may admit no non-trivial t-structures, revealing phenomena analogous to those observed by Linckelmann in stable module categories.

2606.20446 2026-06-19 math.OC 新提交

High-Probability Last-Iterate Guarantees for Two-Point Gaussian Zeroth-Order Stochastic Gradient Descent

两点高斯零阶随机梯度下降的高概率最后迭代保证

Haishan Ye

AI总结 针对光滑强凸随机优化,证明标准同样本两点高斯零阶随机梯度方法具有直接的高概率最后迭代收敛率 O(d/T),置信度对数依赖 1/δ。

详情
AI中文摘要

我们为应用于光滑、强凸随机优化的标准同样本两点高斯零阶随机梯度方法建立了直接的高概率最后迭代保证。在每次迭代中,该方法抽取一个新鲜的高斯方向,使用相同的随机样本在两个对称扰动处评估目标函数,并执行一个范数归一化的随机逼近步骤。假设无偏随机梯度和随机梯度噪声平方范数的条件指数矩有界,我们证明,只要 \(d\ge16\log(6T/\delta)\),就有 \[ f(\bx_T)-f(\bx^*) = \widetilde{\mathcal O}\!\left(\frac{d}{T}\right) \] 以至少 \(1-\delta\) 的概率成立,其中固定问题参数和对数因子被吸收。因此,置信度依赖是 \(1/\delta\) 的对数而非多项式。该分析是直接的:它既不调用马尔可夫不等式将期望界转换,也不截断噪声。我们不知道在此之前有关于条件亚高斯随机梯度噪声下同样本高斯递归的零阶尺度上的直接高概率最后迭代结果。证明将高斯角度的均匀加权扫描与角度增大的乘积鞅边界相结合,该边界控制由展开的随机递归产生的带符号后缀乘积项。

英文摘要

We establish a direct high-probability last-iterate guarantee for the standard same-sample two-point Gaussian zeroth-order stochastic-gradient method applied to smooth, strongly convex stochastic optimization. At each iteration, the method draws a fresh Gaussian direction, evaluates the objective at two symmetric perturbations using the same stochastic sample, and takes a norm-normalized stochastic-approximation step. Assuming unbiased stochastic gradients and a conditional exponential-moment bound on the squared norm of the stochastic-gradient noise, we prove that, whenever \(d\ge16\log(6T/δ)\), \[ f(\bx_T)-f(\bx^*) = \widetilde{\mathcal O}\!\left(\frac{d}{T}\right) \] with probability at least \(1-δ\), up to fixed problem parameters and logarithmic factors. The confidence dependence is therefore logarithmic rather than polynomial in \(1/δ\). The analysis is direct: it neither invokes Markov's inequality to convert an expectation bound nor truncates the noise. We are not aware of a prior direct high-probability last-iterate result at this zeroth-order scale for the same-sample Gaussian recursion under conditional sub-Gaussian stochastic-gradient noise. The proof combines a uniform weighted scan for Gaussian angles with an angle-enlarged product-martingale boundary that controls the signed suffix-product term arising from the unrolled stochastic recursion.

2606.20439 2026-06-19 math.NT math.CO 新提交

Four-digit Kaprekar dynamics in odd bases

奇数基下的四位数 Kaprekar 动力学

Evan Chen, Ken Ono, Richard E. Schwartz, Dinesh S. Thakur

AI总结 研究奇数基下四位数 Kaprekar 映射的刚性结构,证明迭代三次后进入三角区域并共轭于射影加倍,给出所有非恒定终端循环的完整有限描述。

Comments A modest note on the Kaprekar-type process in odd bases, with Lean formalizations of the main results

详情
AI中文摘要

从四个数字开始,按降序和升序排列,相减,重复。这个简单过程被称为 Kaprekar 程序,在十进制中因将每个非恒定四位数串映射到 $6174$ 而闻名。我们证明,在每个奇数基 $B>3$ 中,四位数 Kaprekar 映射具有意想不到的刚性结构。最多三次迭代后,每个非恒定轨道进入一个显式的三角形区域 $\mathcal{T}_B$,并且在该区域上该映射共轭于射影加倍:\[ \{[r],[s]\}\longmapsto \{[2r],[2s]\}。\] 这给出了所有非恒定终端循环的完整有限描述,包括其长度和计数的显式公式。特别地,最长的终端循环长度最多为 $(B-1)/2$,且等式仅在 $B$ 为素数时成立。对于素数 $p>5$,等式恰好发生在满足 $2^m\equiv\pm1\pmod p$ 的最小正整数 $m$ 为 $m=(p-1)/2$ 时。这里证明的结果最初由 Schwartz 和 Thakur 提出。作为 AI 辅助形式化数学的测试案例,AxiomProver 产生了这些结果的 Lean/mathlib 形式化。

英文摘要

Start with four digits, arrange them in both descending and ascending order, subtract, and repeat. This simple process is known as the Kaprekar routine, famous in base ten for sending every nonconstant four-digit string to $6174$. We show that in every odd base $B>3$, the four-digit Kaprekar map has an unexpectedly rigid structure. After at most three iterations, every nonconstant orbit enters an explicit triangular region $\mathcal{T}_B$, and on this region the map is conjugate to projective doubling: \[ \{[r],[s]\}\longmapsto \{[2r],[2s]\}. \] This gives a complete finite description of all nonconstant terminal cycles, including an explicit formula for their lengths and counts. In particular, the longest terminal cycle has length at most $(B-1)/2$, and equality can occur only when $B$ is prime. For primes $p>5$, equality occurs precisely when the least positive $m$ with $2^m\equiv\pm1\pmod p$ is $m=(p-1)/2$. The results proved here were first formulated by Schwartz and Thakur. As a test case for AI-assisted formal mathematics, AxiomProver produced Lean/mathlib formalizations of these results.

2606.20430 2026-06-19 math.CO 新提交

Simplex faces and quadratic toric ideals of lattice polytopes

格多面体的单纯形面与二次环面理想

Aki Mori, Hidefumi Ohsugi

AI总结 研究格多面体的单纯形面与环面理想二次生成的关系,证明在边条件温和时,二次生成蕴含1-骨架的每个团都是面,并应用于边多面体和割多面体。

Comments 15 pages, 2 figures

详情
AI中文摘要

我们研究格多面体的单纯形面与环面理想的二次生成之间的相互作用。我们证明,在边的温和条件下,如果格多面体的环面理想由二次二项式生成,那么其1-骨架的每个团都是某个面的顶点集。特别地,如果(0,1)-多面体的环面理想由二次二项式生成,那么其1-骨架的每个团都是某个面的顶点集。对于满足条件(E)的(0,1)-多面体,我们通过环面理想中二次二项式出现的二次单项式的可整除性来刻画这种团-面性质;作为推论,这样的环面理想没有次数≥3的不可或缺的单项式。我们将这些结果应用于边多面体和割多面体,对于它们,团-面性质等价于二次生成。最后,受关于二次环面理想的猜想的启发,我们验证了简单多面体、拟阵独立多面体和拟阵基多面体的团-面性质,并讨论了稳定集多面体。

英文摘要

We study interactions between simplex faces of lattice polytopes and quadratic generation of toric ideals. We prove that, under a mild condition on edges, if the toric ideal of a lattice polytope is generated by quadratic binomials, then every clique of its 1-skeleton is the vertex set of a face. In particular, if the toric ideal of a $(0,1)$-polytope is generated by quadratic binomials, then every clique of its 1-skeleton is the vertex set of a face. For $(0,1)$-polytopes satisfying condition (E), we characterize this clique-face property in terms of divisibility by quadratic monomials appearing in quadratic binomials of the toric ideal; as a consequence, such toric ideals have no indispensable monomials of degree $\ge 3$. We apply these results to edge polytopes and cut polytopes, for which the clique-face property is equivalent to quadratic generation. Finally, motivated by conjectures on quadratic toric ideals, we verify the clique-face property for simple polytopes, matroid independence polytopes, and matroid base polytopes, and discuss stable set polytopes.

2606.20429 2026-06-19 math.FA 新提交

A group action approach to the Daugavet property

Daugavet性质的群作用方法

Sheldon Dantas, Helena del Río, Tomáš Raunig

AI总结 本文引入G-Daugavet性质,统一了经典Daugavet性质与替代Daugavet性质,通过G-切片和闭凸G-不变包给出刻画,并发现群作用可在经典自反空间上产生新行为,与凸传递性、几乎传递性及有限维旋转问题相关。

详情
AI中文摘要

我们引入了赋有群$G$通过满射线性等距作用的Banach空间的$G$-Daugavet性质(简称$G$-DPr)。这一概念为经典Daugavet性质和替代Daugavet性质提供了一个统一框架,它们分别对应于平凡作用和$S_{\mathbb{K}}$的标量作用。我们建立了$G$-DPr在$G$-切片和闭凸$G$-不变包方面的若干刻画,将DPr和aDPr的通常切片描述作为特例恢复。我们证明群作用的存在导致Daugavet理论中出现新行为。特别地,$G$-DPr可能在经典自反空间上成立,这与经典Daugavet性质形成鲜明对比。我们将这一现象与凸传递性、几乎传递性和有限维旋转问题联系起来。我们还证明了$L^1(\mu, X)$和$C(K,X)$空间的经典刻画的群作用版本。本文还研究了群可分确定性、数值半径和数值指数的$G$-版本,以及$G$-DPr与强Radon-Nikodým和SCD算子之间的联系。最后,我们引入了一个参数,以定量方式衡量$G$-DPr与经典DPr的差距。作为这些结果的一个推论,我们得到了$G$-DPr恢复若干经典蕴含的条件,包括$X$和$X^*$的RNP失效、$\ell_1$副本的存在以及单位球不是SCD集。

英文摘要

We introduce the $G$-Daugavet property ($G$-DPr, for short) for Banach spaces endowed with an action of a group $G$ by surjective linear isometries. This notion provides a common framework for the classical Daugavet property and the alternative Daugavet property, which correspond respectively to the trivial action and to the scalar action of $S_{\mathbb{K}}$. We establish several characterizations of the $G$-DPr in terms of $G$-slices and closed convex $G$-invariant hulls, recovering the usual slice descriptions of the DPr and the aDPr as particular cases. We show that the presence of a group action leads to new behavior in Daugavet theory. In particular, the $G$-DPr may hold on classical reflexive spaces in sharp contrast with the classical Daugavet property. We relate this phenomenon to convex transitivity, almost transitivity and finite-dimensional rotation problems. We also prove group-action versions of the classical characterizations for $L^1(μ, X)$- and $C(K,X)$-spaces. The paper also studies group separable determination, $G$-versions of numerical radius and numerical index, and connections between the $G$-DPr and strong Radon-Nikodým and SCD operators. Finally, we introduce a parameter which measures how far the $G$-DPr is from the classical DPr in a quantitative manner. As a consequence of these results, we obtain conditions under which the $G$-DPr recovers several classical implications, including the failure of the RNP for both $X$ and $X^*$, the presence of copies of $\ell_1$ and the failure of the unit ball to be an SCD set.