arXivDaily arXiv每日学术速递 周一至周五更新
热门方向导航
2606.01183 2026-06-19 cs.DC cs.DB cs.DS cs.PF 版本更新

The World's Fastest Matching Engine Algorithm

世界上最快的撮合引擎算法

Jake Yoon

AI总结 提出Priority-Indicated Node (PIN)和邻域感知树操作两种数据结构,消除订单簿中指针追逐和根到叶搜索的延迟,实现亚微秒级尾部延迟和每秒数千万条消息的处理能力。

Comments 20 pages, 5 figures, 7 tables

详情
AI中文摘要

每个电子交易所都依赖于一个订单簿,其存储层决定了撮合延迟。主流实现——通过平衡树链接的链表——在每个操作上施加两个成本:指针追逐遍历以到达插入点,以及根到叶搜索以定位目标价格水平。在微突发条件下,这些成本会产生尾部延迟峰值,在流动性最需要时降低市场质量。我们提出了两种数据结构贡献,消除了这些成本。第一种是优先级指示节点(PIN),一种优先队列,其中条目占据固定容量、连续可寻址的槽位,每个槽位携带一个指示条目全局优先级的每槽指示器。与每次操作需要O(log n)次比较的堆不同,PIN直接根据指示器解析插入位置,无需比较条目;指示器更新为O(1),与队列大小无关。第二种解决了更广泛的低效问题:平衡搜索树在每次插入和删除时都进行根到叶搜索,即使调用者已经知道键的中序邻居——例如在有序事件流、增量索引维护和电子交易中。邻域感知插入和删除利用已知的邻居引用,通过O(1)次引用写入来附加或移除节点,然后进行单路径重平衡,统一适用于红黑树、AVL树和B/B+树变体。单个CPU核心在每秒数百万条消息的微突发下,以亚微秒级尾部延迟维持每秒3200万条订单消息,比同一硬件上最好的开源撮合引擎快5-11倍。扩展到单个96核实例,该引擎在10,000个交易品种上维持每秒6.4亿条消息。

英文摘要

A single CPU core sustains 32 million order messages per second at sub-microsecond median end-to-end host-path response latency, 4.7-11 times faster than the best available open-source matching engines on identical hardware. Scaled out, a single 96-core commodity server (~$1,630/month) sustains ~640 million messages per second across 10,000 symbols, over 20 times the provisioned capacity of the U.S. consolidated quote feed. We reach these numbers by attacking the storage layer that sets matching latency. The dominant order-book implementation, linked lists chained through a balanced tree, imposes two costs on every operation: pointer-chased traversal to the insertion point, and root-to-leaf search to locate the target price level. Under micro-bursts these costs produce tail-latency spikes that degrade market quality precisely when liquidity is most needed. We present two data-structure contributions that eliminate them. The first is the Priority-Indicated Node (PIN), a priority queue in which entries occupy fixed-capacity, contiguously addressable slots, with indicators encoding the entry's global priority status. Unlike heaps, which require O(log n) comparisons per operation, the PIN resolves insertion position directly from the indicators without comparing entries; indicator updates are O(1), independent of queue size. A depth-aware capacity model sizes each PIN so hot entries fit within L1 residency. The second targets a broader inefficiency: balanced search trees search from root to leaf on every insertion and deletion, even when the caller already knows the key's in-order neighbors, which in electronic trading are available at zero cost. Neighbor-aware insertion and deletion use known neighbor references to attach or remove a node with O(1) reference writes, followed by single-path rebalancing, across red-black, AVL, and B+-tree variants.

2605.28393 2026-06-19 math.NT 版本更新

Transformation Formulae and Applications for Double Lambert Series

双Lambert级数的变换公式及其应用

Rong Chen, Tianjian Xu

AI总结 本文研究一类双Lambert级数,建立了若干恒等式和变换关系,用于将双Lambert级数化为单Lambert级数,并应用于证明Andrews等人及Amdeberhan等人的猜想,同时给出Amdeberhan等人结果的新证明。

详情
AI中文摘要

本文研究了一类双Lambert级数,并建立了它们的若干恒等式和变换关系。这些公式为将某些双Lambert级数化为单Lambert级数提供了有用的工具。作为应用,我们推导了与Andrews、Dixit、Schultz和Yee以及Amdeberhan、Andrews和Ballantine近期猜想相关的恒等式。我们还提出了Amdeberhan、Andrews和Ballantine的一个结果的新证明。

英文摘要

In this paper, we study a class of double Lambert series and establish several identities and transformation relations for them. These formulae provide useful tools for reducing certain double Lambert series to single Lambert series. As applications, we derive identities related to recent conjectures of Andrews, Dixit, Schultz, and Yee, and of Amdeberhan, Andrews, and Ballantine. We also propose a new proof of a result of Amdeberhan, Andrews, and Ballantine.

2605.27953 2026-06-19 gr-qc hep-th 版本更新

Probing Effective Field Theory Corrections with Quasinormal Modes and Gravitational Lensing in Reissner-Nordström Black Holes

探测Reissner-Nordström黑洞中准正则模和引力透镜的有效场论修正

Takamasa Kanai

AI总结 本文通过研究有效场论修正的Reissner-Nordström黑洞在弱场和强场下的引力透镜效应,推导了高阶曲率-电磁相互作用对偏转角、光子球半径、临界碰撞参数和强透镜系数的修正,表明强引力透镜观测可为引力与电磁场之间的有效相互作用提供互补探测。

Comments 20 pages

详情
AI中文摘要

有效场论通过高曲率相互作用为参数化广义相对论可能的高能修正提供了一个系统框架。本文研究了有效场论修正的Reissner-Nordström黑洞时空在弱场和强场区域中的引力透镜,重点关注弱电荷和近极端构型。利用强偏转极限形式,我们推导了由高阶曲率-电磁相互作用引起的偏转角、光子球半径、临界碰撞参数和强透镜系数的相应修正。我们的分析仅限于与背景时空几何修正相关的纯几何修正,不包括光子传播定律的偏振依赖修正。我们表明,带电黑洞背景中的强引力透镜可观测量可以为引力与电磁场之间的有效相互作用提供互补探测。这些结果表明,未来对强透镜现象的高精度观测可能对广义相对论之外的高曲率有效场论耦合施加约束。

英文摘要

Effective field theory (EFT) provides a systematic framework for parametrizing possible higher-energy corrections to general relativity through higher-curvature interactions. In this work, we investigate gravitational lensing in both weak- and strong-field regimes for EFT-corrected Reissner-Nordström black hole spacetimes, focusing on both weakly charged and near-extremal configurations. Using the strong deflection limit formalism, we derive the corresponding corrections to the deflection angle, photon sphere radius, critical impact parameter, and strong lensing coefficients induced by higher-derivative curvature-electromagnetic interactions. Our analysis is restricted to purely geometrical corrections associated with modifications of the background spacetime geometry, without including polarization-dependent corrections to the photon propagation law. We show that strong gravitational lensing observables in charged black hole backgrounds can provide complementary probes of effective interactions between gravity and electromagnetic fields. These results suggest that future high-precision observations of strong lensing phenomena may place constraints on higher-curvature EFT couplings beyond general relativity.

2605.28955 2026-06-19 hep-th 版本更新

Bootstrapping the Four-Point NMHV Stress-Tensor Form Factor

自举四点NMHV应力张量形状因子

Song He, Jiahao Liu, Qinglin Yang

AI总结 通过符号级自举方法,利用NMHV主导奇点和已知的两圈五点单质量积分函数空间,唯一确定了平面最大超对称杨-米尔斯理论中两圈四点次最大螺旋度违反(NMHV)手征应力张量形状因子的比值函数,并验证了其与88字母字母表的一致性。

Comments 5 + 6 pages, 3 figures and 2 tables, ancillary files included; v2: Major revision and update: We have completed a three-loop NMHV bootstrap based on the 88-letter alphabet and (extended) Steinmann adjacency conditions. The resulting symbol passes several independent consistency checks. We have added a new section and ancillary files for the three-loop results

详情
AI中文摘要

我们在符号级自举了平面最大超对称杨-米尔斯理论(sYM)中两圈四点次最大螺旋度违反(NMHV)手征应力张量形状因子的比值函数。从由NMHV主导奇点和已知的两圈五点单质量积分函数空间构建的ansatz出发,我们施加了有限性、二面体对称性、宇称和伽罗瓦对称性、假极点消除、共线极限以及最后的三重共线一致性,这些条件共同唯一确定了结果。然后,我们对答案进行了独立的软和双软检验。得到的符号包含78个字母,全部来自之前为四点MHV形状因子通过四圈识别的88字母字母表。这提供了第一个非MHV形状因子的多圈结果,并直接证明88字母字母表扩展到MHV扇区之外,这可能为四点形状因子提供自然的通用字母表。我们的结果为多圈形状因子的物理和数学研究(包括对偶对偶性)以及它们与QCD中希格斯-部分子振幅的关系提供了新数据。

英文摘要

We bootstrap the four-point next-to-maximally helicity-violating (NMHV) form factor of the chiral stress-tensor supermultiplet in planar maximally supersymmetric Yang-Mills theory through three loops at the symbol level. At two loops, an ansatz built from NMHV leading singularities and the relevant five-point one-mass integral function space is fixed uniquely by physical constraints; the resulting ratio function symbol contains 78 letters, all drawn from the 88-letter alphabet previously identified in the four-point MHV sector. At three loops, using this 88-letter alphabet as input and imposing extended Steinmann relations satisfied by the minimally-subtracted hard function, together with other physical constraints, we determine the three-loop symbol uniquely. Both results pass soft, double-soft and directional dual conformal invariance (DDCI) checks, provide the first multi-loop non-MHV form-factor data, and support the universality of the 88-letter alphabet for four-point form factors beyond the MHV sector.

2605.25539 2026-06-19 physics.flu-dyn 版本更新

Finite-Time Relaxation of Inertial Particle Clustering in Non-Equilibrium Turbulence

非平衡湍流中惯性粒子聚团的有限时间弛豫

Taketo Tominaga, Ryo Onishi

AI总结 通过直接数值模拟研究非平衡湍流中惯性粒子聚团的时间响应,发现瞬时平衡近似在强迫周期大于大涡翻转时间时失效,并构建了有限时间线性弛豫模型,将最大相对误差从49%降至10%。

详情
AI中文摘要

湍流中的惯性粒子会形成聚团,这强烈影响粒子碰撞和输运特性。基于统计稳态湍流的聚团模型在应用于时变非平衡湍流时,隐含地假设了瞬时平衡近似。然而,该近似的有效性尚不清楚。本研究通过非稳态强迫均匀各向同性湍流的直接数值模拟,研究了非平衡湍流中惯性粒子聚团的时间响应。通过改变强迫周期评估了流动和聚团强度的周期性响应。流动在所有强迫周期下均表现出非平衡标度。当强迫周期超过几个大涡翻转时间时,瞬时能量耗散率与聚团强度之间的关系显示出超过统计稳态波动的滞后现象。对于惯性最大的粒子,聚团强度在相同瞬时能量耗散率下取值为参考值的0.80倍和1.56倍。这表明在此条件下瞬时平衡近似不适用。基于瞬态响应构建了线性弛豫模型,其中聚团强度以有限弛豫时间趋近瞬时平衡值。弛豫时间标度确定为$τ_g = 1.0 T_\mathrm{e}(t)\,\mathrm{St}(t)^{0.40}$,其中$T_\mathrm{e}(t)$和$\mathrm{St}(t)$分别为瞬时大涡翻转时间和斯托克斯数。该模型将惯性最大粒子的最大相对误差从49%降至10%,并在独立验证案例中从76%降至22%。这些结果表明,有限时间弛豫提高了非平衡湍流中聚团强度的预测精度。

英文摘要

Inertial particles in turbulence form clusters, which strongly affect particle collisions and transport properties. Clustering models based on statistically stationary turbulence implicitly assume the instantaneous-equilibrium approximation when applied to time-varying non-equilibrium turbulence. However, the validity of this approximation remains unclear. In this study, the temporal response of inertial particle clustering in non-equilibrium turbulence was investigated using direct numerical simulation of homogeneous isotropic turbulence with unsteady forcing. Periodic responses of the flow and clustering intensity were evaluated by varying the forcing period. The flow showed non-equilibrium scaling for all forcing periods. The relationship between instantaneous energy dissipation rate and clustering intensity showed hysteresis exceeding statistically stationary fluctuations when the forcing period exceeded several large-eddy turnover times. For the particles with the largest inertia, clustering intensity took values of 0.80 and 1.56 times the reference value at the same instantaneous energy dissipation rate. This shows that the instantaneous-equilibrium approximation is not appropriate under such conditions. A linear relaxation model was constructed from transient responses, in which clustering intensity approaches the instantaneous-equilibrium value with a finite relaxation time. The relaxation time scaling was identified as $τ_g = 1.0 T_\mathrm{e}(t)\,\mathrm{St}(t)^{0.40}$, where $T_\mathrm{e}(t)$ and $\mathrm{St}(t)$ are the instantaneous large-eddy turnover time and Stokes number. The model reduced the maximum relative error from 49% to 10% for the particles with the largest inertia and from 76% to 22% in an independent validation case. These results demonstrate that finite-time relaxation improves prediction accuracy for clustering intensity in non-equilibrium turbulence.

2605.12044 2026-06-19 quant-ph 版本更新

Thermodynamic Value of XOR-Game-Induced Side Information in a Szilard Engine

XOR博弈诱导的边信息在塞拉尔发动机中的热力学价值

Piotr Ćwikliński

AI总结 本文引入一种塞拉尔型热力学估值方法,通过将贝尔型关联诱导的边信息通道建模为二元对称通道,并利用XOR博弈获胜概率确定反馈价值,从而给出局域、量子和非信号行为集对应的热力学上限。

Comments 22 pages, 2 figures, v2 generalized to XOR games and reorganized, v3 minor changes

详情
AI中文摘要

我们引入了一种塞拉尔型热力学估值方法,用于评估由贝尔型关联诱导的边信息通道。在每一轮中,一个二能级工作系统在简并哈密顿量下热化,使其物理微观态成为均匀的经典比特。一个可信的裁判将此比特嵌入到有限的双人XOR博弈中,关联资源产生一个压缩的控制比特。控制器仅使用此压缩比特作为反馈的边信息。 该构造首先针对任意有限XOR博弈进行表述。裁判编码使得博弈获胜事件等价于正确预测物理微观态。因此,诱导的边信息通道是二元对称的,其成功概率等于所提供行为的XOR博弈获胜概率。可逆塞拉尔反馈值因此由微观态与控制器记录之间的互信息决定。对局域、量子和非信号行为集进行优化,将相应的博弈值转化为局域、量子和非信号热力学上限。 该构造是一种有效通道估值,而非声称贝尔非局域性是热力学燃料。控制器仅接收压缩的预测比特,而非定义博弈的辅助变量。裁判、关联资源和预处理的成本不包括在内。当包含控制器内存重置的完整循环中,净功非正,与第二定律一致。

英文摘要

We introduce a Szilard-type thermodynamic valuation of side-information channels induced by Bell-type correlations. In each round, a two-level working system is thermalized with a degenerate Hamiltonian, so that its physical microstate is a uniform classical bit. A trusted referee embeds this bit into a finite two-player XOR game, and a correlation resource produces a compressed controller bit. The controller uses only this compressed bit as side information for feedback. The construction is formulated first for arbitrary finite XOR games. The referee encoding makes the game-winning event equivalent to correct prediction of the physical microstate. Consequently, the induced side-information channel is binary symmetric, with success probability equal to the XOR-game winning probability of the supplied behaviour. The reversible Szilard feedback value is therefore fixed by the mutual information between the microstate and the controller record. Optimizing over local, quantum, and nonsignalling behaviour sets turns the corresponding game values into local, quantum, and nonsignalling thermodynamic ceilings. The construction is an effective-channel valuation, not a claim that Bell nonlocality is thermodynamic fuel. The controller receives only the compressed prediction bit, not the auxiliary variables that define the game. The thermodynamic costs of the referee, the correlation resource, and the preprocessing are not included. When controller-memory reset is included in a full cycle, the net work is non-positive, consistently with the second law.

2605.23886 2026-06-19 hep-th 版本更新

Heterotic Strings on Enriques Surfaces

Enriques曲面上的杂化弦

Arata Ishige, Elisa Iris Marieni

AI总结 研究杂化弦在Enriques曲面上的轨道紧化,分类E8×E8和Spin(32)/Z2格点的不等价平移向量,并分析光频谱,证明这些模型可解释为十维非超对称杂化弦在Enriques曲面上的紧化,且某些平移类可投影掉继承自母理论的模无关快子。

Comments 35 pages, 8 tables, 1 figures, tables and references added,

详情
AI中文摘要

我们研究了杂化弦在Enriques曲面上的轨道紧化。我们分类了E8×E8和Spin(32)/Z2格点的不等价平移向量,并分析了所得模型的光频谱。我们证明这些模型可以解释为十维非超对称杂化弦在Enriques曲面上的紧化。对于某些平移类,继承自母理论的模无关快子被投影掉。

英文摘要

We study orbifold compactifications of heterotic strings on Enriques surfaces. We classify the inequivalent shift vectors for both the E8\times E8 and Spin(32)/Z2 lattices, and analyse the light spectrum of the resulting models. We show that these models can be interpreted as compactifications of ten-dimensional non-supersymmetric heterotic strings on Enriques surfaces. For certain classes of shifts, the moduli-independent tachyons inherited from the parent theories are projected out.

2605.23799 2026-06-19 math.QA math.RA 版本更新

Rota-Baxter Operators on Vertex Algebras in Integrated $λ$-Bracket Formalism and Their Associated 2-Cocycles

顶点代数上集成λ-括号形式中的Rota-Baxter算子及其关联的2-上循环

Hassan Alhussein

AI总结 本文利用集成λ-括号形式研究顶点代数上的Rota-Baxter算子,该算子产生变形顶点代数结构,变形括号与原括号的差给出顶点代数上同调中的2-上循环,并刻画该2-上循环平凡的条件。

详情
AI中文摘要

我们利用集成λ-括号形式研究顶点代数上的Rota-Baxter算子。Rota-Baxter算子产生一个变形的顶点代数结构,变形括号与原括号的差给出顶点代数上同调中的一个二上循环。这推广了Rota-Baxter算子与Hochschild二上循环之间的经典关系。我们还刻画了该二上循环何时是平凡的,表明非标量算子产生非平凡的上同调类。

英文摘要

We study Rota--Baxter operators on vertex algebras using the integrated $λ$-bracket formalism. A Rota--Baxter operator produces a deformed vertex algebra structure, and the difference between the deformed and original brackets yields a two-cocycle in vertex algebra cohomology. This generalizes the classical relation between Rota--Baxter operators and Hochschild two-cocycles. We also characterize when this two-cocycle is trivial, showing that non-scalar operators give rise to non-trivial cohomology classes.

2604.22449 2026-06-19 math.DG 版本更新

Discrete Einstein metrics on trees

树上的离散爱因斯坦度量

Shuliang Bai, Haoxuan Cheng, Bobo Hua

AI总结 利用 Perron-Frobenius 理论,证明了在 Lin-Lu-Yau Ricci 曲率下树上离散爱因斯坦度量的存在唯一性,并给出了相关 Ricci 矩阵最大特征值的尖锐上界,同时揭示了正曲率爱因斯坦度量蕴含树为毛虫树以及边权径向单调递减的结构性质。

Comments 27 pages

详情
AI中文摘要

我们利用 Perron-Frobenius 理论,建立了在 Lin-Lu-Yau Ricci 曲率下树上离散爱因斯坦度量的存在唯一性。我们给出了相关 Ricci 矩阵最大特征值关于最大度的尖锐上界。转向结构性质,值得注意的是,正曲率爱因斯坦度量的存在蕴含该树必须是毛虫树。此外,这些度量表现出径向单调性,边权从最大边向外严格递减。

英文摘要

We establish the existence and uniqueness of discrete Einstein metrics on trees under Lin-Lu-Yau Ricci curvature using Perron-Frobenius theory. We establish a sharp upper bound for the largest eigenvalue of the associated Ricci matrix in terms of the maximum degree. Turning to structural properties, notably, the existence of a positive-curvature Einstein metric implies the tree must be a caterpillar. Furthermore, these metrics exhibit radial monotonicity, with edge weights decreasing strictly away from the maximal edge.

2605.22730 2026-06-19 math.CO 版本更新

Path-Minimality of $p$-Energy for Connected Graphs

$p$-能量的路径极小性对于连通图

Yinchen Liu, Quanyu Tang

AI总结 本文研究了连通图的$p$-能量的路径极小性问题,证明了对于$p\geq2$,路径图$P_n$在$p$-能量上是最小的,并且对于$p>2$,当且仅当图与路径图同构时取等号,从而解决了Nikiforov提出的两个问题。

Comments 65 pages, 2 figures. Applications have been moved to a separate companion paper, which will appear shortly

详情
AI中文摘要

设$G$是一个有$n$个顶点的简单连通图,令$\lambda_1(G),\lambda_2(G),\ldots,\lambda_n(G)$为其邻接矩阵$A(G)$的特征值。对于$p>0$,定义$G$的$p$-能量为$\mathcal E_p(G)=\sum_{i=1}^n |\lambda_i(G)|^p$。我们证明,对于每一个实数$p\geq2$和每一个有$n$个顶点的简单连通图$G$,有$\mathcal E_p(G)\geq\mathcal E_p(P_n)$,其中$P_n$表示有$n$个顶点的路径图。此外,对于每个固定的$p>2$,当且仅当$G\cong P_n$时取等号。结合已知的星形极小性结果,这完成了Nikiforov提出的两个问题的解答。证明结合了两种不同的比较原理。对于$2<p<4$,我们使用二分图的还原、分数幂的 Mellin 表示以及涉及匹配生成多项式和树转移的行列式比较。对于$p\geq4$,我们证明了二分图平方奇异值的二次止损比较,该比较通过秩一谱移估计、删除极小反例和终端稀疏太阳配置的有限认证分析来建立。作为应用,我们获得了正$p$-能量在若干情况下的路径极小性结果,以及拉普拉斯矩阵和无向拉普拉斯矩阵幂和及相关指标的结果。

英文摘要

Let $G$ be a simple connected graph on $n$ vertices, and let $λ_1(G),λ_2(G),\ldots,λ_n(G)$ be the eigenvalues of its adjacency matrix $A(G)$. For $p>0$, define the $p$-energy of $G$ by $\mathcal E_p(G)=\sum_{i=1}^n |λ_i(G)|^p$. We prove that, for every real number $p\ge 2$ and every simple connected graph $G$ on $n$ vertices, $$ \mathcal E_p(G)\ge \mathcal E_p(P_n), $$ where $P_n$ denotes the path on $n$ vertices. Moreover, for each fixed $p>2$, equality holds if and only if $G\cong P_n$. Together with the previously known star-minimality results, this completes the solution of two questions of Nikiforov. The proof combines two different comparison principles. For $2<p<4$, we use a bipartite reduction, a Mellin representation of fractional powers, and a determinant comparison involving matching generating polynomials and tree shifts. For $p\ge4$, we prove a second-order stop-loss comparison for the squared singular values of bipartite graphs. This comparison is established by rank-one spectral-shift estimates, deletion-minimal counterexamples, and a finite certified analysis of the terminal sparse-sun configurations.

2605.22314 2026-06-19 math.LO 版本更新

Higher-arity distality and forking triviality

更高元 arity 的 distality 与 forking triviality

Mervyn Tong

AI总结 本文回答了Goode的问题,证明在简单理论中k-triviality塌缩到(1-)triviality。特别地,每个具有量化消除的有限元 arity 关系语言的稳定理论都是trivial的。通过塌缩结果和其他关于k-triviality和k-total triviality的事实,生成了强k-distal理论的例子。塌缩结果立即表明,没有稳定理论可以严格k-distal,部分回答了Walker的问题。所有已知的非distal(强)k-distal理论都是k-ary的,使得(强)k-distality不再成为(k+1)-ary划分线;我们给出了四个不是k-ary的例子。我们还证明了distality不被取reducts所保持,同样(强)k-distality也不被保持。

Comments 17 pages; minor changes, including added attribution for Proposition 3.12

详情
AI中文摘要

回答Goode提出的问题,我们证明在简单理论中k-triviality塌缩到(1-)triviality。特别地,每个具有量化消除的有限元 arity 关系语言的稳定理论都是trivial的。我们利用塌缩结果和其他关于k-triviality和k-total triviality的事实,生成了(强)k-distal理论的例子。塌缩结果立即表明,没有稳定理论可以严格k-distal,部分回答了Walker的问题。所有已知的非distal(强)k-distal理论都是k-ary的,使得(强)k-distality不再成为(k+1)-ary划分线;我们给出了四个不是k-ary的例子。我们还证明了distality不被取reducts所保持,同样(强)k-distality也不被保持。

英文摘要

Answering a question of Goode, we show that $k$-triviality collapses to (1-)triviality among simple theories. In particular, every stable theory with quantifier elimination in a relational language of bounded arity is trivial. We use our collapse result, along with other facts about $k$-triviality and $k$-total triviality, to generate examples of (strongly) $k$-distal theories. The collapse result immediately implies that no stable theory can be strictly $k$-distal for some $k\geq 3$, partially answering a question of Walker. Moreover, all known examples of non-distal (strongly) $k$-distal theories are $k$-ary, rendering (strong) $k$-distality moot as a $(k+1)$-ary dividing line; we give four classes of examples that are not $k$-ary. We also show that just as distality is not preserved under taking reducts, neither is (strong) $k$-distality.

2605.09149 2026-06-19 quant-ph 版本更新

Battery-Explicit Thermodynamic Witnesses of Bell Post-Quantumness

具有电池显式的热力学见证物的贝尔后量子性

Piotr Ćwikliński

AI总结 该研究提出了一种具有电池显式的热力学见证物,用于检测贝尔后量子相关性,通过能量守恒的受控SWAP操作将单个激发路由到显式的两能级电池,从而将游戏的成功概率转化为电池电荷的均值,为本地、量子或非信号行为提供了热力学上限。

Comments 17 pages, 1 fugure, v2: results generalized to XOR games, paper rewritten, title slightly modified to reflect more general results, v3: minor changes and corrections

详情
AI中文摘要

我们引入了一种具有电池显式的热力学见证物,用于检测后量子贝尔相关性。在每个回合中,只有当满足贝尔游戏条件时,单个提供的激发才会被路由到显式的两能级电池。路由操作通过能量守恒的受控SWAP实现,所有逻辑控制寄存器均被设为退相干的。因此,相关资源不产生能量;它只决定了所提供的激发到达电池的概率。该构造首先针对有限的双玩家XOR游戏进行公式化。对于任何此类游戏,平均电池电荷恰好等于游戏成功概率乘以电池间隙。因此,通过本地、量子或非信号行为优化,相应的游戏值转化为本地、量子或非信号热力学上限。对于CHSH游戏,Tsirelson的界限成为平均电池电荷的严格量子上限,而非信号行为则达到单激发上限。该见证物是信任模块而非设备无关的:它假设校准的哈密顿量、正确的经典布线以及受信任的能量守恒电池模块。我们还讨论了可逆控制器的实现、有限统计认证来自工作数据、对不完美的电池读取的鲁棒性,以及循环记账显示,在考虑燃料恢复和记忆擦除后,不会获得正的净工作。

英文摘要

We introduce a battery-explicit thermodynamic witness of post-quantum Bell correlations. In each round, a single supplied excitation is routed into an explicit two-level battery if and only if a Bell-game condition is satisfied. The routing operation is implemented by an energy-preserving controlled SWAP, with all logical control registers taken to be degenerate. Thus the correlation resource does not create energy; it only determines the probability that the supplied excitation reaches the battery. The construction is first formulated for finite two-player XOR games. For any such game, the mean battery charge is exactly the game success probability multiplied by the battery gap. Optimizing over local, quantum, or nonsignalling behaviours therefore turns the corresponding game values into local, quantum, or nonsignalling thermodynamic ceilings. For the CHSH game, Tsirelson's bound becomes a strict quantum ceiling on the mean battery charge, while a PR-box behaviour reaches the single-excitation cap. The witness is trusted-module rather than device-independent: it assumes calibrated Hamiltonians, correct classical wiring, and a trusted energy-preserving battery module. We also discuss a reversible-controller implementation, finite-statistics certification from work data, robustness to imperfect battery readout, and cyclic bookkeeping showing that no positive net work is obtained once fuel restoration and memory erasure are included.

2603.19895 2026-06-19 eess.SY cs.SY math.CV math.DG math.DS 版本更新

Complex Frequency as Generalized Eigenvalue

复频率作为广义特征值

Nikolas Sofos, Federico Milano

AI总结 本文研究了复频率在描述线性时不变系统状态时作为特征值的广义形式,通过几何频率的定义和分解,展示了复频率在二维欧几里得平面中的应用,并证明了线性系统中复频率与特征值的等价性,同时指出非线性系统不具有这一等价性。

详情
AI中文摘要

本文证明了复频率的概念,最初用于描述复值信号的动力学,当应用于线性时不变(LTI)系统的状态时,构成了特征值的广义形式。从几何频率的定义出发,该定义为电路中的频率提供了几何解释,并自然分解为对称和反称成分,分别对应于幅度变化和旋转运动。我们展示复频率作为其在二维欧几里得平面上的限制。对于LTI系统,证明了通过非等距变换计算的系统状态的复频率与原系统的特征值一致。该等价性在任何阶数的可对角化系统中均成立。本文提供了一个统一的几何解释,将经典线性系统理论与曲线微分几何联系起来。同时指出,这种等价性一般不适用于非线性系统。另一方面,系统的几何频率总能被定义,从而为系统流提供几何解释。基于线性和非线性电路的多种示例展示了所提出的框架。

英文摘要

This paper shows that the concept of complex frequency, originally introduced to characterize the dynamics of signals with complex values, constitutes a generalization of eigenvalues when applied to the states of linear time-invariant (LTI) systems. Starting from the definition of geometric frequency, which provides a geometrical interpretation of frequency in electric circuits that admits a natural decomposition into symmetric and antisymmetric components associated with amplitude variation and rotational motion, respectively, we show that complex frequency arises as its restriction to the two-dimensional Euclidean plane. For LTI systems, it is shown that the complex frequencies computed from the system's states subject to a non-isometric transformation, coincide with the original system's eigenvalues. This equivalence is demonstrated for diagonalizable systems of any order. The paper provides a unified geometric interpretation of eigenvalues, bridging classical linear system theory with differential geometry of curves. The paper also highlights that this equivalence does not generally hold for nonlinear systems. On the other hand, the geometric frequency of the system can always be defined, providing a geometrical interpretation of the system flow. A variety of examples based on linear and nonlinear circuits illustrate the proposed framework.

2605.21597 2026-06-19 quant-ph cond-mat.str-el 版本更新

Matrix Product Operator Encodings of the Magnus Expansion and Dyson Series

矩阵积算符对Magnus展开式和Dyson级数的编码

Victor Vanthilt, Maarten Van Damme, Jutho Haegeman, Ian P. McCulloch, Laurens Vanderstraeten

AI总结 本文提出了一种用于一维量子晶格模型中时间依赖哈密顿量的矩阵积算符(MPO)编码方法,能够高精度表示Magnus展开式和Dyson级数,适用于有限和无限系统及长程相互作用,并结合最先进的矩阵积态时间演化算法,显著提升时间依赖哈密顿量模拟效率,同时可用于量子电路优化。

详情
AI中文摘要

我们介绍了一种用于一维量子晶格模型中时间依赖哈密顿量的矩阵积算符(MPO)编码方法,用于Magnus展开式和Dyson级数。MPO构造可以任意高精度地在时间步长的任意阶数下进行,适用于有限和无限系统,并能处理长程相互作用。所得到的MPO可以与基于矩阵积态的最新时间演化算法相结合,从而在模拟时间依赖哈密顿量下的演化时取得显著改进。此外,我们的MPO构造还可用于时间依赖哈密顿量量子模拟中的量子电路优化。

英文摘要

We introduce a matrix product operator (MPO) encoding of the Magnus expansion and the Dyson series for one-dimensional quantum lattice models with time-dependent Hamiltonians. The MPO construction can be made accurate up to arbitrary order in the time step, it can be applied to both finite and infinite systems, and it can handle long-range interactions. The resulting MPO can be combined with state-of-the-art time evolution algorithms based on matrix product states, allowing for drastic improvements in simulating evolution under time-dependent Hamiltonians. Our MPO construction can also be used for the optimization of quantum circuits in the context of quantum simulation of time-dependent Hamiltonians.

2605.20541 2026-06-19 math.ST math.PR stat.TH 版本更新

Finite-Sample Bounds for Expected Signature Estimation under Weak Dependence

有限样本下弱依赖条件下期望签名估计的界限

Bryson Schenck

AI总结 本文研究了在弱依赖条件下,从单一长依赖轨迹估计期望签名的有限样本界限,通过块平均估计器证明了非渐近的均方误差界,并探讨了在不同Hurst指数下的收敛性。

Comments 59 pages, 1 figure

详情
AI中文摘要

期望签名在满足矩增长条件时唯一确定随机粗糙路径的分布,但此前缺乏从单一长依赖轨迹估计其有限样本界限。本文研究了一个平稳随机过程,其样本路径可解释为几何粗糙路径,被划分为等间距观测的块,并证明了块平均估计器的非渐近均方误差界。当路径的Hölder正则性至多为1/2时,需要粗糙路径理论来定义估计量,因为Young积分和Riemann-Stieltjes积分无法定义签名的迭代积分。在矩、平稳性和块签名协方差衰减条件(严格弱于α-混合且适用于长程依赖驱动器)下,误差分为离散化项和波动项,其速率分别由路径正则性和依赖强度决定。通过逐层粗糙因子方差分析,保持有限截断常数显式,并在固定观测预算下获得最优分配规则。本文验证了分数奥本海姆-乌伦贝克过程在三个制度下的假设,即粗糙(Hurst H<1/2)、半鞅(H=1/2)和长程(H>1/2)。蒙特卡罗实验显示经验收敛速率快于理论上界。

英文摘要

The expected signature uniquely determines the law of a random rough path under a moment-growth condition, yet finite-sample bounds for estimating its truncations from a single long dependent trajectory remain unavailable. We study a strictly stationary stochastic process equipped with a geometric rough-path lift, observed in non-overlapping blocks of equally-spaced samples, and prove a non-asymptotic mean-squared error (MSE) bound for the block-averaging estimator of its truncated expected signature. Under moment and stationarity assumptions together with a direct covariance-decay condition on block signatures -- strictly weaker than $α$-mixing and applicable to long-range-dependent processes -- the error separates into a discretization term and a fluctuation term, with rates determined respectively by path regularity and dependence strength. A levelwise rough-factorial variance analysis keeps finite-truncation constants explicit and yields an optimal allocation rule under a fixed observation budget. We verify the assumptions for independent-coordinate fractional Ornstein--Uhlenbeck processes in three regimes: short-range (Hurst $1/4<H<1/2$), semimartingale ($H=1/2$), and long-range ($H>1/2$); in all three, the block-signature covariance is summable, so the fluctuation term decays at the same rate as in the independent-block case, even under long memory at $H>1/2$. Monte Carlo experiments show empirical slopes steeper than the guaranteed upper-bound rates.

2512.19186 2026-06-19 astro-ph.CO gr-qc 版本更新

Illuminating the Dark Sector: Understanding Modified Gravity Signatures with Cross-Correlations of Gravitational Waves and Large-Scale Structure

照亮暗物质领域:通过引力波与大尺度结构的交叉相关性理解修正引力签名

Chiara De Leo, Guadalupe Cañas-Herrera, Anna Balaudo, Matteo Martinelli, Alessandra Silvestri, Tessa Baker

AI总结 本文研究了大尺度结构观测与引力波事件在测试修正引力理论中的协同作用,通过预测欧几里得等Stage-IV大尺度结构调查与爱因斯坦望远镜未来探测的交叉相关信号,揭示可能偏离ΛCDM范式的新物理特征。

Comments 33 pages, 11 figures. Accepted on JCAP

详情
AI中文摘要

我们研究了大尺度结构(LSS)观测与引力波(GW)事件在测试修正引力理论中的协同作用。特别是,我们利用Stage-IV LSS调查(如欧几里得)与未来爱因斯坦望远镜的探测结果,预测LSS×GW交叉相关信号。这种交叉相关性为基本物理提供了新的探测手段,可能揭示无法仅通过电磁观测获得的偏离ΛCDM范式的情况。我们描述了考虑的修正引力场景、相关的LSS和GW可观测变量以及合成预测方法。我们的结果表明,结合LSS和GW可以显著增强对偏离广义相对论的约束,为多信使宇宙学打开新的窗口。我们进一步评估了引力波实验必须满足的观测要求,以改进仅通过LSS获得的约束。

英文摘要

We investigate the synergy between large-scale structure (LSS) observations and gravitational wave (GW) events for testing modified gravity. In particular, we forecast the LSS $\times$ GW cross-correlation signal using Stage-IV LSS surveys, such as Euclid, in combination with future detections from the Einstein Telescope. This cross-correlation provides a novel probe of fundamental physics, potentially revealing deviations from the $Λ$CDM paradigm that may not be accessible through electromagnetic observations alone. We describe the considered modified gravity scenarios, the relevant LSS and GW observables, and the synthetic forecast methodology. Our results demonstrate that combining LSS and GWs can significantly enhance constraints on departures from General Relativity, opening a new window for multi-messenger cosmology. We further assess the observational requirements GW experiments must meet to improve upon constraints obtainable from LSS alone.

2504.15501 2026-06-19 quant-ph cond-mat.mes-hall physics.chem-ph physics.optics 版本更新

Mapping molecular polariton transport via pump-probe microscopy

通过泵-探测显微镜映射分子极子输运

Piper Fowler-Wright, Michael Reitz, Joel Yuen-Zhou

AI总结 本文通过泵-探测显微镜研究分子极子输运特性,结合微正则处理和扰动展开,揭示了极子输运与分子退相干和暗激发态人口的关系。

Comments 7+12 pages, 4+9 figures. Includes supplementary movie file showing pump-probe dynamics. [v3] close to published version, [v4] fixed wrong SI title

Journal ref Nano Lett. 2026, 26, 19, 6334-6340

详情
AI中文摘要

我们展示了如何通过泵-探测光谱的微观建模来提取光学腔中分子极子输运性质。我们的方法结合了光-物质哈密顿量的平均场处理,以及光和物质组分的微扰展开,以及空间粗粒化。该方法将 semiclassical 镜厅光谱学扩展到多模光-物质相互作用,提供了空间分辨的瞬态光谱的完整访问。通过模拟具有反向传播泵和探测脉冲的显微镜实验,我们计算了差分传输,并展示了分子退相干和持久暗激发子人口如何驱动根均方位移的亚子组速度输运。我们分析了极子色散跨运输,显示速度重整化与激发子权重的相关性,与实验观测一致,并进一步揭示其依赖于分子退相干速率。我们的结果强调了在极子系统中表征输运时考虑测量光谱观测变量的必要性。

英文摘要

We demonstrate how the transport properties of molecular polaritons in optical cavities can be extracted from a microscopic modeling of pump-probe spectroscopy. Our approach combines a mean-field treatment of the light-matter Hamiltonian with a perturbative expansion of both light and matter components, along with spatial coarse-graining. This approach extends semiclassical cavity spectroscopy to multimode light-matter interactions, providing full access to spatially resolved transient spectra. By simulating a microscopy experiment with counter-propagating pump and probe pulses, we compute the differential transmission and show how molecular dephasing and persistent dark exciton populations drive sub-group-velocity transport of the root-mean-square displacement. We analyze transport across the polariton dispersion, showing how velocity renormalization correlates with excitonic weight, consistent with experimental observations, and further its dependence on the rate of molecular dephasing. Our results highlight the need to consider measured spectroscopic observables when characterizing transport in polaritonic systems.

2605.19016 2026-06-19 hep-ex 版本更新

Measurements of the Higgs boson production, fiducial and differential cross-sections in the four lepton decay channel using 164 fb$^{-1}$ of data collected at $\sqrt{s}$ = 13.6 TeV with the ATLAS detector

利用ATLAS探测器在$\sqrt{s}$=13.6 TeV碰撞数据中测量Higgs玻色子在四轻子衰变通道中的产额及微分产额

ATLAS Collaboration

AI总结 本研究利用164 fb$^{-1}$的碰撞数据,测量Higgs玻色子在H→ZZ*→4ℓ衰变通道中的总产额、微分产额及产额模式,结果与标准模型预测一致,且通过κ框架分析Higgs玻色子耦合强度及自耦合强度。

Comments 68 pages in total, author list starting page 51, 19 figures, 18 tables, to be submitted to JHEP. All figures including auxiliary figures are available at https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/HIGP-2025-09; v2 to correct acknowledgements

详情
AI中文摘要

在H→ZZ*→4ℓ衰变通道中,对Higgs玻色子的总产额、微分产额及产额模式进行了测量。分析使用了在大型强子对撞机上以中心对撞能$\sqrt{s}$=13.6 TeV进行的质子-质子碰撞数据,对应的总亮度为164 fb$^{-1}$。H→ZZ*→4ℓ过程的总fiducial产额测量为σ_{fid}=3.65^{+0.35}_{-0.33} fb,与标准模型预测σ_{fid}^{SM}=3.68±0.17 fb一致。微分产额作为Higgs玻色子及四轻子最终态关键动力学可观测量的函数进行了测量。在Higgs玻色子产额相空间的多个专属区域中,测量了主要产额模式的产额,并将其结合以测量总体Higgs玻色子信号强度,定义为测量的产额归一化到标准模型预测的μ=0.99±0.13。结果通过标准模型有效场论中的κ框架分析Higgs玻色子耦合强度,并在探测Higgs玻色子自耦合强度的场景中进行解释。所有结果均与标准模型预期一致。

英文摘要

Inclusive, differential and production-mode cross-section measurements of the Higgs boson are performed in the $H \to ZZ^{*} \to 4\ell$ decay channel. The analysis uses proton-proton collision data produced at the Large Hadron Collider at a centre-of-mass energy of $\sqrt{s}=13.6$ TeV and recorded with the ATLAS detector, corresponding to an integrated luminosity of 164 fb$^{-1}$. The inclusive fiducial cross-section for the $H \to ZZ^{*} \to 4\ell$ process is measured to be $σ_{\textrm{fid}} = 3.65^{+0.35}_{-0.33}~\textrm{fb}$, in agreement with the Standard Model prediction of $σ_{\textrm{fid}}^{\textrm{SM}} = 3.68 \pm 0.17~\textrm{fb}$. Differential cross-sections are measured as a function of key kinematic observables of the Higgs boson and the four-lepton final state. Cross-sections are measured for the main production-modes in several exclusive regions of the Higgs boson production phase space and combined to measure an overall Higgs boson signal strength, defined as the measured cross-section normalised to the SM prediction, of $μ= 0.99 \pm 0.13$. The results are interpreted in terms of modifications of Higgs boson couplings using the $κ$ framework, within the Standard Model Effective Field Theory, and in scenarios probing the Higgs boson self-coupling. All the results are consistent with Standard Model expectations.

2605.18315 2026-06-19 math.OC stat.ML 版本更新

Attention-based PCA

基于注意力的PCA

Rodrigo Maulen-Soto, Claire Boyer

AI总结 本文研究了注意力机制在无监督问题PCA中的表现,证明在高斯数据上训练时,softmax和线性注意力层学习的参数与协方差矩阵的主特征向量对齐,建立了与PCA的直接联系,并扩展到上下文设置中。

详情
AI中文摘要

我们通过一个经典无监督问题——主成分分析(PCA)的视角研究注意力机制。我们证明,当在高斯数据上训练时,softmax和线性注意力层学习的参数与协方差矩阵的主特征向量对齐,从而建立了与PCA的直接且明确的联系。我们的分析涵盖了有限和无限提示范围。在无限提示极限下,我们证明收敛到与主谱方向对齐的全局最优解;而在有限提示设置中,我们显示相同的行为在采样效应范围内出现。我们进一步将分析扩展到具有突出Wishart协方差的上下文设置中,其中注意力成功地恢复了底层信号方向。这些结果表明,在无监督目标下,注意力本质上执行类似于PCA的计算,为其实现表示学习能力提供了理论基础。

英文摘要

We study attention mechanisms through the lens of a canonical unsupervised problem: principal component analysis (PCA). We show that, when trained on Gaussian data, both softmax and linear attention layers learn parameters that align with the principal eigenvectors of the covariance matrix, thereby establishing a direct and explicit connection with PCA. Our analysis covers both finite and infinite prompt regimes. In the infinite-prompt limit, we prove convergence to globally optimal solutions aligned with the leading spectral direction, while in the finiteprompt setting we show that the same behavior emerges up to sampling effects. We further extend the analysis to an in-context setting with spiked Wishart covariances, where attention successfully recovers the underlying signal direction. These results demonstrate that attention inherently performs PCA-like computations under unsupervised objectives, providing a theoretical foundation for its representation-learning capabilities.

2605.16721 2026-06-19 hep-ph 版本更新

Towards Measuring the CP-Violating Phase with Atmospheric Neutrinos

通过大气中微子测量CP破坏相位

John F. Beacom, Nicole F. Bell, Matthew J. Dolan, Stephan A. Meighen-Berger, Ho Man Yim

AI总结 本文提出了一种利用大气中微子测量中微子混合中CP破坏相位的新方法,通过开发适用于亚GeV能量范围的上-下通量比,减少系统误差,提高测量精度,为Hyper-Kamiokande等实验提供更精确的相位测量能力。

Comments 10 pages, 7 figures, comments welcomed. Clarifications added

详情
AI中文摘要

我们提出了一种利用大气中微子测量中微子混合中CP破坏相位的新方法,与以往工作有显著不同。我们开发了适用于亚GeV能量范围的上-下通量比,该方法考虑了实际探测效应并减少了系统误差。以Hyper-Kamiokande为例,该方法在δ_CP接近90°和270°时可超越Tokai到Hyper-Kamiokande(T2HK)长基线实验的灵敏度。实现这一潜力需要进一步的、但现实的理论工作来减少理论误差。成功将为多亿美元加速器实验提供重要的补充探测手段。

英文摘要

We propose a new approach to measuring the CP-violating phase in neutrino mixing using atmospheric neutrinos, differing significantly from prior work. We develop an up-down flux ratio for sub-GeV atmospheric neutrinos that incorporates realistic detection effects and reduces systematic uncertainties. For the example of Hyper-Kamiokande -- the first experiment with sufficient atmospheric-neutrino statistics in this energy range -- our approach can surpass the sensitivity of the Tokai to Hyper-Kamiokande (T2HK) long-baseline experiment near $\mathit{δ_\mathrm{CP} = 90^\circ}$ and $\mathit{270^\circ}$. Realizing this potential will require additional, but realistic, work to reduce theoretical uncertainties. Success will provide an important, complementary probe to multi-\$1B accelerator-based experiments.

2605.15896 2026-06-19 stat.ME stat.AP 版本更新

A Model-Agnostic Bootstrap for Macro-Level Claims Reserving Under the Conditioning Principle

基于条件原理的宏观层面赔款准备金模型无关自助法

Robin Van Oirbeek, Tim Verdonck

AI总结 本文提出一种满足条件原理的自助法,用于宏观层面赔款准备金估计,通过Dirichlet-Gamma层次结构实现精确校准,改进了现有自助法的覆盖误差问题。

Comments 23 pages, v2: correction of the interpretation of the $κ$ parameter

详情
AI中文摘要

正确的推断对象是条件预测分布p(R|D,θ̂),其中D是观察到的三角形保持固定。我们称之为条件原理。所有现有自助法违反这一原理,通过在预测循环中对D的函数进行重采样,产生O(1)的覆盖误差,随着三角形增大不消失。Dirichlet-Gamma层次结构允许一种满足该原理的自助法:S^{IBNP}_i = X^{obs}_i (1-W_i)/W_i,其中W_i ~ Beta(cF_{I-i}, c(1-F_{I-i}))直接从其预测分布中采样。仅模拟分配比例W_i;观察到的三角形保持固定。因此继承了任何开发比例方法(链式梯度、Bornhuetter-Ferguson、Cape Cod或其他)的校准,使其模型无关。覆盖缺陷为O(I^{-1/2}),与开发时期数量无关。在复合泊松数据生成过程中,该自助法对于每个F_{I-i} ∈ (0,1)是保守的:预测标准差分析上超过真实值的因子为1/√F_{I-i}。ODP自助法通过两种相反方向的机制违反该原理:重新估计在ODP DGP下膨胀自助方差,而缺失事故年脆弱性在脆弱性DGP下缩小它。结果覆盖差异为Ω(1),无论I如何,为Meyers(2015)文档的跨投资组合误校准异质性提供了结构解释。链式梯度、Bornhuetter-Ferguson和Cape Cod在稀疏、信息丰富和池化先验下分别作为可信度估计量,计数和金额具有相同结构。集中程度c作为诊断:ĉ < 30表明开发非平稳。

英文摘要

The correct inferential object in claims reserving is the conditional predictive distribution $p(R \mid \mathcal{D}, \hatθ)$, where $\mathcal{D}$ is the observed triangle held fixed. We refer to this as the conditioning principle. All existing bootstraps violate it by resampling functions of $\mathcal{D}$ inside the predictive loop, producing an $O(1)$ coverage error that does not vanish as the triangle grows. The Dirichlet-Gamma hierarchy admits a bootstrap that satisfies the principle exactly: $S^{IBNP}_i = X^{obs}_i (1-W_i)/W_i$ with $W_i \sim \mathrm{Beta}(c\hat{F}_{I-i}, c(1-\hat{F}_{I-i}))$ sampled directly from its predictive distribution. Only the allocation proportion $W_i$ is simulated; the observed triangle is held fixed. It thus inherits calibration from any development-proportion method (Chain-Ladder, Bornhuetter-Ferguson, Cape Cod, or other), making it model-agnostic. The coverage deficit is $O(I^{-1/2})$, independent of the number of development periods. Under compound Poisson data-generating processes the bootstrap is conservative for every $F_{I-i} \in (0,1)$: the predictive standard deviation analytically exceeds the true value by the factor $1/\sqrt{F_{I-i}}$. The ODP bootstrap violates the principle through two mechanisms in opposite directions: re-estimation inflates bootstrap variance under the ODP DGP, while missing accident-year frailty deflates it under frailty DGPs. The resulting coverage discrepancy is $Ω(1)$ regardless of $I$, providing a structural explanation for the cross-portfolio miscalibration heterogeneity documented by Meyers (2015). Chain-Ladder, Bornhuetter-Ferguson and Cape Cod emerge as credibility estimators under diffuse, informative and pooling priors respectively, with identical structure for counts and amounts. The concentration $c$ serves as a diagnostic: $\hat{c} < 30$ signals non-stationary development.

2605.15811 2026-06-19 stat.ME stat.AP 版本更新

The Negative Binomial Chain-Ladder: A Full Likelihood Model for Claim Count Reserving

负二项链梯法:一种完整的似然模型用于赔款准备

Robin Van Oirbeek

AI总结 本文提出负二项链梯模型,通过泊松-伽马构造自然产生负二项分布,提供更清晰的生成解释,统一了链梯方法家族,并通过模拟验证了模型的稳健性。

Comments 35 pages, 3 figures, v2: correction of the interpretation of the $κ$ parameter

详情
AI中文摘要

链梯法仍是非寿险赔款准备的主要宏观技术,但其经典形式缺乏一致的概率基础。现有随机扩展,包括马科模型和过分散泊松(ODP)框架,提供不确定性度量但依赖二阶矩假设或准似然方差结构。本文开发了一种负二项链梯(NB-CL)模型,将链梯方法嵌入完整的似然框架中。关键贡献是微观层面推导,显示负二项分布自然源于泊松-伽马构造:索赔按具有伽马分布年度异质性的泊松过程到达,聚合产生负二项增量计数。此推导赋予分散参数κ结构解释,即年度异质性,而非随意的过分散调整。NB-CL模型在κ→∞极限下推广泊松链梯模型,与ODP模型共享点估计但方差函数不同(二次vs线性),并在单个概率层级内统一链梯家族。开发了参数Bootstrap程序以纳入过程和参数不确定性。模拟研究证实,在正确规范下,当分散参数经过偏差校正后,覆盖率接近名义水平;在模型不规范情况下表现出受控退化。对索赔计数数据(澳大利亚机动车身体伤害)和已付金额(泰勒-阿什)的实证研究证实了κ的结构解读以及在金额情况下的工作近似状态。

英文摘要

The Chain-Ladder (CL) method remains the dominant macro-level technique for claims reserving in non-life insurance, yet its classical formulation lacks a coherent probabilistic foundation. Existing stochastic extensions-including the Mack model and the Over-Dispersed Poisson (ODP) framework-provide measures of uncertainty but rely on second-moment assumptions or quasi-likelihood variance structures without clear generative interpretations. This paper develops a Negative Binomial Chain-Ladder (NB-CL) model that embeds the CL method within a full likelihood-based framework. The key contribution is a micro-level derivation showing that the negative binomial distribution arises naturally from a Poisson-Gamma construction: claims arrive according to a Poisson process with Gamma-distributed accident-year heterogeneity, and aggregation yields negative binomial incremental counts. This derivation gives the dispersion parameter $κ$ a structural interpretation as accident-year heterogeneity, rather than an ad-hoc overdispersion adjustment. The NB-CL model generalises the Poisson Chain-Ladder model in the limit $κ\to \infty$, shares the point estimates of the ODP model while differing in its variance function (quadratic vs. linear), and unifies the Chain-Ladder family within a single probabilistic hierarchy. A parametric bootstrap procedure is developed to incorporate both process and parameter uncertainty. Simulation studies confirm near-nominal coverage under correct specification once the dispersion parameter is bias-corrected, and a controlled degradation under model misspecification. Empirical illustrations on claim count data (Australian motor bodily injury) and paid amounts (Taylor-Ashe) document both the structural reading of $κ$ and the working-approximation status of the model in the amounts case.

2605.15276 2026-06-19 hep-th 版本更新

Bordisms between 9d type IIB supergravities and commutator widths of duality groups

9维II型超引力之间 bordism 的性质及 duality 组 commutator 宽度

Camilo las Heras, Ignacio Ruiz

AI总结 本文研究9维II型超引力间bordism的拓扑性质,发现单色性增强导致拓扑复杂化并被抑制,提出改进的Swampland Cobordism猜想,指出当duality组的commutator宽度发散时需无限多个duality缺陷。

Comments 52 pages, 4 figures, 4 appendices, many commutators. v2: New references added

详情
AI中文摘要

我们研究通过在S^1上紧缩II型弦理论得到的不同9维约束超引力之间的bordism的拓扑性质,其中包含非平凡SL(2,Z)丛。我们描述这些bordism如何通过[p,q]7-branes堆栈或非平凡拓扑引力溶iton实现所需的单色性。对于后者机制,我们发现随着单色性增大,bordism的拓扑变得越来越复杂,导致相关的bordism被任意抑制,这与量子引力中全局对称破缺的期望相悖。受此启发,我们提出对第一个bordism群Ω_1(BG)的Swampland Cobordism猜想的改进,其中G是duality丛。我们论证即使引力溶iton可以实现与G的交换子群元素相关的单色性,如果所需的交换子数量无限(即G的commutator宽度发散),则需要无限多个duality缺陷来实现G中的元素。我们对不同的duality组G进行了测试,发现我们的期望往往以非平凡的方式得到满足。

英文摘要

We study the topological properties of bordisms interpolating between different 9d gauged supergravities obtained from compactification of type IIB string theory on $\mathbb{S}^1$ with a non-trivial $\mathsf{SL}(2,\mathbb{Z})$ bundle. We describe how such bordisms implement the needed monodromies through stacks of $[p,q]$ 7-branes or gravitational solitons of non-trivial topology. For the later mechanism, we see that the topology of the bordism becomes increasingly complicated for large monodromies, which results in the associated bordisms being arbitrarily suppressed, against expectations on the breaking of global symmetries in Quantum Gravity. Motivated by this, we propose a refinement of the Swampland Cobordism Conjecture for the first bordism group $Ω_1({\rm B}G)$ with a $G$ duality bundle. We argue that even if gravitational solitons can realize the monodromies associated with elements of the commutator subgroup of $G$, if the number of needed commutators is unbounded (in other words, the commutator width of $G$ diverges) then an infinite number of duality defects realizing elements in $G$ need to be included. We test this proposal for different duality groups $G$, and see that our expectations are realized, often in non-trivial ways.

2605.12439 2026-06-19 math.CA math.NT 版本更新

$\ell^{p}$ improving estimates for multilinear forms motivated by distance graphs

$\ell^{p}$改进估计用于距离图的多线性形式

Eyvindur Palsson, Jennifer Smucker

AI总结 研究距离图在$\mathbb{Z}^{d}$中的映射性质,分析图结构对形式$\Lambda_G$的$\ell^{p}$改进估计的影响,探讨不同顶点数的图及其子图的映射特性。

Comments 41 pages, added a section on the normalization factor

详情
AI中文摘要

我们系统研究了基于距离图在$\mathbb{Z}^{d}$中的形式的映射性质,探讨图结构$G$如何影响形式$\Lambda_G$的$\ell^{p}$改进估计。此研究扩展了之前关于球面平均算子的$\ell^{p}$改进性质的研究,该算子对应于单一距离的距离图。我们获得了基于所有具有2、3和4个顶点的图以及$\mathbb{Z}^{d}$中任意大小链和单纯形的形式的$\ell^{p}$改进估计。令人惊讶的是,某些映射性质似乎仅取决于图的顶点数,而非其结构,且基于图$G$的子图的形式并不必然继承所有映射性质。

英文摘要

We undertake a systematic study of the mapping properties of forms based on distance graphs in $\mathbb{Z}^{d}$ to see how the structure of a graph, $G$, affects the $\ell^{p}$ improving estimates of the form, $Λ_{G}$, based on $G$. This extends previous work on $\ell^{p}$ improving properties for the spherical averaging operator, which corresponds to a distance graph of a single distance. We obtain $\ell^{p}$ improving estimates for the collection of forms based on all graphs with 2, 3, and 4 vertices, as well as chains and simplexes of any size in $\mathbb{Z}^{d}$. Surprisingly, certain mapping properties only seem to depend on the number of vertices in the graph, not its structure, and forms based on subgraphs of a graph, $G$, do not necessarily inherit all mapping properties from $G$.

2512.08116 2026-06-19 gr-qc 版本更新

Universality in quasinormal modes of a magnetized black hole

准正常模在磁化黑洞中的普适性

Marcos R. Ribeiro, Eveling C. Ribeiro, Kai Lin, Elcio Abdalla

AI总结 研究磁化黑洞的线性稳定性,通过准正常模分析外部带电标量场的动力学,发现临界电荷值下准正常模谱呈现普适幂律 scaling,揭示波在受限与非受限区域的转变机制。

Comments 10 pages, 6 figures. Accepted for publication in Physical Review D

Journal ref Phys. Rev. D 113, 124029 (2026)

详情
AI中文摘要

本文研究了磁化Einstein-Maxwell解描述的静态轴对称黑洞在均匀磁场B中的线性稳定性。通过频率域和时域分析外部带电标量场的准正常模(QNMs)。发现当电荷达到临界值时,QNMs谱呈现普适幂律scaling,指数约为1/2。此临界行为可解释为波在受限区域(波长~1/B)与非受限区域(场达~1/B距离)之间的转变。结果为高磁化致密天体的更现实场景提供了定性和定量见解。

英文摘要

In this work, we investigate the linear stability of a magnetized Einstein-Maxwell solution describing a static, axially symmetric black hole (BH) immersed in a uniform magnetic field $B$. We probe the dynamics of an external charged scalar field through its quasinormal modes (QNMs), combining frequency- and time-domain analyses. We find a critical value of the field charge at which the QNM spectrum exhibits universal power-law scaling with an exponent of approximately $1/2$. This critical behavior admits a simple interpretation in terms of a transition between a confined regime, where waves remain effectively trapped within a region of characteristic size $\sim 1/B$, and a deconfined regime, where the field reaches distances $\gg 1/B$ and the damping rate becomes parametrically small. These results provide qualitative and quantitative insights that may inform more realistic scenarios involving highly magnetized compact objects.

2605.10898 2026-06-19 cs.HC 版本更新

How Creatives Approach GenAI Image Generation: Tensions Between Structured Guidance, Self-Experimentation, and Creative Autonomy

创意人士如何接近生成式AI图像生成:结构化指导、自我实验与创意自主之间的张力

Haidan Liu, Isabelle Kwan, Taiga Okuma, Jeffrey Loverock, Nicholas Vincent, Parmit K Chilana

AI总结 研究探讨创意人士在使用生成式AI图像工具时如何平衡结构化指导与自我实验,发现尽管指导有助于理解AI,但许多人仍倾向于自我探索以保持创意自由。

Comments Accepted at ACM Creativity & Cognition 2026

详情
AI中文摘要

随着生成式AI工具日益影响创意实践,它们引发了长期存在的HCI问题,即创意人士如何学习复杂软件以及如何更好地得到支持。我们通过与8名艺术家和爱好者进行访谈研究,并随后进行159人调查,以了解该群体如何接近和寻求生成式AI图像工具的指导。我们发现,创意人士通常使用自我实验或教程来探索生成式AI工具,但许多人对复杂的AI术语感到困惑。为了进一步了解创意人士的学习体验,我们开发了一个研究探针来获取他们对结构化指导的看法。我们的用户研究显示,即使创意人士描述指导有助于理解AI,许多人仍更喜欢自我实验,认为指导可能限制他们的创造力。我们的发现突显了在支持创意人士AI素养时的核心张力:在平衡指导和促进素养的同时,保持创意自由。

英文摘要

As generative AI tools increasingly influence creative practice, they raise longstanding HCI questions about how creatives learn complex software and how they can be better supported. We conducted an interview study with artists and hobbyists (n=8) and a follow-up survey (n=159) to understand how this population approaches and seeks guidance for GenAI image tools. We found that creatives commonly use either self-experimentation or tutorials to explore GenAI tools, yet many struggle with confusing AI terminology. To gain further insight into creatives' learning experiences, we developed a research probe to elicit creatives' perceptions of structured guidance. Our user study with 17 creatives revealed that, even when creatives described the guidance as helpful for understanding AI, many still preferred self-experimentation, feeling that guidance could limit their creativity. Our findings highlight a central tension in supporting AI literacy for creatives: balancing guidance and promoting literacy while preserving creative freedom.

2605.10526 2026-06-19 math.OC cs.DM 版本更新

Randomized Max-Vertex-Coverage Interdiction under Matroid Constraints

带有Matroid约束的随机最大顶点覆盖拦截问题

Changjun Wang, Chenhao Wang

AI总结 本文研究了带Matroid约束的随机最大顶点覆盖拦截问题,通过将追随者问题建模为整数线性规划并证明其线性松弛具有4/3的整数间隙,设计出多项式时间8/3近似算法,有效解决了双层优化问题的计算挑战。

详情
AI中文摘要

我们研究了一种新的双层优化问题,称为带有Matroid约束的随机最大顶点覆盖拦截问题(RMVCI)问题,可以建模为网络中领导者和追随者之间的零和Stackelberg博弈。领导者在Matroid约束下随机选择顶点子集进行保护,而追随者在推断领导者保护概率分布后,选择一个顶点子集(也受Matroid约束)进行攻击,旨在最大化预期总边权,即攻击集和未保护集的顶点的边权总和。领导者的目的是确定一个最优的随机拦截策略,以最小化追随者的预期收益。由于追随者的响应问题是NP难的,所得到的双层程序计算上具有挑战性。我们开发了一个概念性的近似框架来处理一般的双层拦截问题。对于带有Matroid约束的RMVCI问题,我们首先将追随者的問題建模为一个整数线性规划问题,并证明其线性松弛具有紧致的整数间隙$\tfrac{4}{3}$。在近似框架内,我们将追随者的问题替换为其线性松弛,并研究由此得到的双层程序。通过从集上的分布转换为顶点上的分布,并应用我们的近似框架,我们成功地为这个松弛的双层问题设计了一个多项式时间2近似算法。将这些成分结合到我们的框架中,得到一个多项式时间$\tfrac{8}{3}$近似算法用于带有Matroid约束的RMVCI问题。

英文摘要

We study a class of bilevel interdiction problems in which the follower's optimization problem is computationally intractable. Motivated by network defense applications, we introduce the Randomized Max-Vertex-Coverage Interdiction (RMVCI) problem under matroid constraints. In this zero-sum Stackelberg game, the leader commits to a randomized interdiction strategy over feasible vertex subsets, while the follower, after observing the induced protection probabilities, chooses a matroid-constrained attack to maximize the expected coverage of network edges. The main challenge stems from the fact that the follower's problem is a matroid-constrained maximum vertex coverage problem and is therefore NP-hard. To address this difficulty, we first develop a general approximation framework for bilevel optimization problems with hard follower responses. The framework is based on replacing the follower's value function by a surrogate objective that approximates the follower's optimal payoff while preserving tractability of the leader's optimization problem. For the RMVCI problem, we formulate the follower's problem as an integer linear program, establish a tight integrality gap of $4/3$ for its linear relaxation, and derive a polynomial-time $4/3$-approximation algorithm via pipage rounding. We then show that a carefully designed surrogate objective admits a marginal-probability reformulation that transforms the randomized interdiction problem into a tractable optimization problem over the leader's matroid polytope. This yields a polynomial-time $2$-approximation algorithm for RMVCI under general matroid constraints. Beyond the specific application studied here, our results provide a new perspective on approximation methods for {general} bilevel optimization problems.

2605.10092 2026-06-19 astro-ph.GA 版本更新

Tracing the kinematic perturbations of the Milky Way spiral arms with APOGEE DR17 and Gaia DR3

利用APOGEE DR17和Gaia DR3追踪银河系旋臂的运动扰动

Xi-Can Tang, Zhi Li, Iulia T. Simion, Hao Tian, Zhijian Luo, Shuting Fan, Zi-Qi Li

AI总结 通过APOGEE和Gaia数据,研究银河系旋臂的动态扰动,改进模型以包含V_R,sin和V_R,cos成分,得出旋臂 pitch角和表面密度对比。

Comments 15 pages, 12 figures. Accepted for publication in Astronomy & Astrophysics

详情
AI中文摘要

目标:基于APOGEE和Gaia揭示的RGB星非轴对称流运动,约束银河系盘旋臂的动态扰动。方法:开发一种改进的稳态径向速度响应模型,结合V_R,sin和动态重要的V_R,cos成分,用于双臂对数螺旋势。模型通过AGAMA轨道积分和dynesty贝叶斯参数恢复验证,并应用于RGB星的平滑二维径向速度场,考虑Lindblad和轨道共振。结果:改进模型可再现模拟径向速度场的相位和振幅至约2%水平,优于早期仅V_R,sin的公式。应用于观测数据,得出旋臂pitch角约为10度,太阳半径处局部表面密度对比为5-18%。径向尺度长度因参数协方差不明确(h_R,1约为40-50kpc)。共振效应显著影响速度场,影响拟合:接近Lindblad共振时径向速度极大,接近轨道共振时则消失。结论:包含V_R,sin和V_R,cos项对解释旋臂势诱导的恒星流运动至关重要。观测到的运动学约束旋臂模式速度为约10-20km/s/kpc。

英文摘要

Aims. We constrain the dynamical perturbations of the spiral arms in the Milky Way disk, based on the non-axisymmetric streaming motions of RGB stars revealed by APOGEE and \textit{Gaia}. Methods. We develop a revised steady-state radial-velocity response model that incorporates both the \(V_{R,\sin}\) and the dynamically important \(V_{R,\cos}\) components for a two-armed logarithmic spiral potential. The model is validated using orbit integrations with \texttt{AGAMA} and Bayesian parameter recovery with \texttt{dynesty}, and is applied to the smoothed two-dimensional radial-velocity field of RGB stars while accounting for Lindblad and corotation resonances. Results. The revised model reproduces the phase and amplitude of the mock radial-velocity field to the \(\sim2\%\) level, substantially improving upon earlier \(V_{R,\sin}\)-only formulations. Applied to the observational data, it yields a robust pitch angle of \(p \simeq 10^\circ\) and a local surface density contrast of \(ξ\simeq 5\)--\(18\%\) at the solar radius. The radial scale length is less well-constrained (\(h_{R,1} \simeq 40\)--\(50\,\mathrm{kpc}\)) due to intrinsic parameter covariance. Resonance effects strongly shape the velocity field, thus affecting the fitting: the radial velocity becomes extremely large near the Lindblad resonances, whereas it vanishes close to the corotation resonance. Conclusions. Our results demonstrate that including both the \(V_{R,\sin}\) and \(V_{R,\cos}\) terms is essential for a physically consistent interpretation of stellar streaming motions induced by a spiral potential. The observed kinematics constrain the spiral pattern speed to \(Ω_{p} \approx 10\)--\(20\,\mathrm{km\,s}^{-1}\mathrm{kpc}^{-1}\).

2605.09550 2026-06-19 cs.HC 版本更新

Who embraces AI in play? Exploratory modeling of player preference profiles toward game AI

谁在游戏AI中持支持态度?游戏AI玩家偏好轮廓的探索性建模

Ting-Chen Hsu, Jiangxu Lin, Wenran Chen, Zheyuan Zhang, Fei Qin

AI总结 本文通过问卷数据和AA分析,揭示玩家对游戏AI接受度的跨情境偏好轮廓,识别出七种典型群体,并探讨其与AI素养、游戏习惯等因素的关系。

Comments Accepted to 2026 IEEE Conference on Games (IEEE CoG 2026)

详情
AI中文摘要

人工智能正通过多种功能进入数字游戏。尽管先前研究显示玩家对游戏AI的态度高度依赖于情境,但对这些态度在不同玩家群体中如何结构化组合仍知之甚少。本研究通过建模玩家的跨情境AI接受度作为可解释的态度轮廓来填补这一空白。基于771名数字游戏玩家的问卷数据,我们应用架构分析(AA)对八个代表性AI应用情境中的中心化接受评分进行分析。分析识别出七种不同的轮廓:AI怀疑者、广泛AI支持者、创造性玩法探索者、经验导向支持者、系统秩序倡导者、情感中心支持者和治理怀疑者。探索性的一对多(OvR)逻辑回归进一步表明,轮廓成员与玩家的感知AI素养、游戏习惯、学科背景、个性特征和应用特定优先级相关。通过将关注点从孤立的接受判断转向模式化的偏好结构,本研究为分割游戏AI受众提供了探索性经验词汇,并为更情境敏感和玩家敏感的AI整合提供了初步设计启示。

英文摘要

Artificial intelligence is increasingly entering digital games through diverse functions. While prior work has shown that player attitudes toward game AI are strongly context-dependent, less is known about how these attitudes are structurally combined within different groups of players. This study addresses this gap by modeling players' cross-context AI acceptance as interpretable attitude profiles. Based on questionnaire data from 771 digital game players, we apply Archetypal Analysis (AA) to centered acceptance ratings across eight representative AI application contexts in games. The analysis identifies seven distinctive profiles: AI-Skeptics, Broad AI-Supporters, Creative-Play Explorers, Experience-Oriented Supporters, Systemic Order Advocates, Emotion-Centered Supporters, and Governance-Skeptics. Exploratory one-vs-rest (OvR) logistic regressions further suggest that profile membership is associated with players' perceived AI literacy, gaming habits, disciplinary background, personality traits, and application-specific priorities. By shifting attention from isolated acceptance judgments to patterned preference structures, this study provides an exploratory empirical vocabulary for segmenting game AI audiences and offers preliminary design implications for more context-sensitive and player-sensitive AI integration in digital games.

2602.13975 2026-06-19 cond-mat.mes-hall 版本更新

Ion Concentration and Voltage Imaging with Fluorescent Nanodiamonds

金刚石中离子浓度与电压成像

Patrick Voorhoeve, Hiroshi Abe, Takeshi Ohshima, Qiang Sun, Anita Quigley, Rob Kapsa, Nikolai Dontschuk, Philipp Reineck

AI总结 本文通过表面氧化和氢化在亚30纳米荧光纳米金刚石中实现NV中心的可逆切换,用于电化学环境中的电压和离子浓度成像,展示了高灵敏度的光致发光检测方法。

详情
AI中文摘要

金刚石中的氮空位(NV)中心在不同电荷状态下具有不同的光致发光特性,这些特性对纳米尺度的电化学环境敏感。因此,NV电荷状态正成为一种强大的全光学平台,用于纳米尺度的传感和成像。尽管在 bulk 金刚石中已取得显著进展,但控制荧光纳米金刚石(FNDs)中的NV电荷状态仍具挑战性,限制了FND基电荷状态传感的灵敏度和可靠性。本文展示了一种可靠、可逆的切换方法,通过表面氧化和氢化,在亚30纳米FNDs中实现荧光NV⁰与非荧光NV⁺电荷状态的切换,适用于单个粒子和粒子粉末。在水性电化学细胞中,我们展示了基于NV电荷状态的电压和离子浓度成像,利用自组装FND层在透明基底上的应用。施加的电压可靠地调节FND的光致发光(PL),灵敏度高达16 mV Hz⁻¹/²。重要的是,FND的PL也受局部盐浓度变化的影响,灵敏度高达每毫摩尔NaCl 1.8%,使在微尺度上实现离子浓度梯度的全光学成像成为可能。我们的结果代表了实现具有亚微米空间分辨率的快速、稳定和可扩展的纳米尺度电荷和电压成像技术的重要一步。

英文摘要

The nitrogen-vacancy (NV) center in diamond exists in different charge states with distinct photoluminescence properties, which are sensitive to the nanoscale electrochemical environment. Hence, the NV charge state is emerging as a powerful all-optical platform for nanoscale sensing and imaging. Although significant progress has been made in engineering near-surface NV centers in bulk diamond, controlling the NV charge state in fluorescent nanodiamonds (FNDs) has proven challenging, limiting the sensitivity and reliability of FND-based charge state sensing. Here, we demonstrate reliable, reversible switching between the fluorescent NV$^0$ and non-fluorescent NV$^+$ charge states in sub-30 nm FNDs via surface oxidation and hydrogenation, respectively, for single particles and particle powder. In aqueous electrochemical cells, we demonstrate voltage and ion concentration imaging based on the NV charge state in self-assembled FND layers on transparent substrates. Applied voltages reliably modulate the FND PL with a sensitivity of up to 16 mV Hz$^{-1/2}$. Importantly, FND PL is also modulated by local changes in salt concentration with a sensitivity of up to 1.8% per millimolar NaCl, enabling all-optical imaging of ion concentration gradients at the microscale. Our results represent a significant step toward realizing fast, stable, and scalable nanoscale charge- and voltage-imaging technologies with sub-micrometer spatial resolution.