arXivDaily arXiv每日学术速递 周一至周五更新
重置
全部学科分类 2251
2606.11040 2026-06-10 cs.NI cs.CY 新提交

Internet Quality Barometer (IQB): A preliminary data-driven evaluation of the IQB framework

互联网质量晴雨表 (IQB): 对 IQB 框架的初步数据驱动评估

Pavlos Sermpezis, Zeynep Arslan

AI总结 提出IQB框架将原始网速数据转化为可解释的互联网质量评分(0-1),通过开源库和原型应用实现全球评估,并初步分析参数敏感性以识别关键影响因素和潜在异常。

详情
AI中文摘要

互联网质量晴雨表 (IQB) 框架旨在将原始互联网测量数据转化为关于互联网质量的可操作见解。具体来说,该框架将原始网速测试测量结果映射到网络需求(如吞吐量、延迟),将这些需求映射到代表性互联网用例(如视频流或网页浏览),并最终将跨用例的性能聚合为单个 IQB 分数。IQB 分数是一个从 0 到 1 的综合指数,旨在以既可解释又可跨地点比较的方式捕获整体互联网质量。我们通过开发开源 IQB 库和原型 Web 应用,在实践中实现了 IQB 框架。这些工具使我们能够大规模计算 IQB 分数,包括在国家、地区和城市层面聚合的全球估计。在本报告中,我们对 IQB 框架进行了初步敏感性分析,研究不同参数选择如何影响最终的 IQB 分数,识别框架最敏感的参数,并强调可能导致异常值或潜在误导结果的情况。

英文摘要

The Internet Quality Barometer (IQB) framework was designed to transform raw Internet measurement data into actionable insights about Internet quality. Specifically, the framework maps raw speed test measurements to network requirements (e.g., throughput, latency), maps these requirements to representative Internet use cases (such as video streaming or web browsing), and finally aggregates performance across use cases into a single IQB score. The IQB score is a composite index ranging from 0 to 1, intended to capture overall Internet quality in a way that is both interpretable and comparable across locations. We implemented the IQB framework in practice by developing an open-source IQB library and a prototype web application. These tools enabled us to compute IQB scores at scale, including global estimates aggregated at the level of countries, regions, and cities. In this report we conduct a preliminary sensitivity analysis of the IQB framework, investigating how different parameter choices affect the resulting IQB scores, identifying which parameters the framework is most sensitive to, and highlighting cases that may lead to outliers or potentially misleading results.

2606.11035 2026-06-10 cs.SE 新提交

GapFuzz: Cross-Plane Divergence Fuzzing for Distributed SDN Controllers

GapFuzz: 面向分布式SDN控制器的跨平面分歧模糊测试

Moustapha Awwalou Diouf, Samuel Ouya, Jacques Klein, Tegawendé F. Bissyandé

AI总结 提出GapFuzz,通过注入矛盾北向请求并重构跨平面状态,检测分布式SDN集群中因异步复制导致的控制-数据平面分歧,在ONOS 2.7上81.7%尝试产生分歧。

详情
AI中文摘要

分布式软件定义网络(SDN)集群在主节点及其备份之间异步复制流状态,留下一个窗口,在此期间两个备份节点可以各自提交一条矛盾的规则,主节点可以将两者序列化到数据平面,并且内核数据路径可以锁定在一个没有节点认为权威的动作上。现有的SDN模糊测试器未能发现此故障:它们将预言限制在控制平面,针对单个控制器,或者不引导并发以引发复制竞争。我们提出GapFuzz,一个用于分布式SDN集群的有状态并发模糊测试器。GapFuzz在两个非主节点上注入一对矛盾的北向请求,并控制注入间延迟Δt,通过查询每个副本以及通过ovs-appctl ofproto/trace查询内核数据路径动作来重建全局跨平面状态。两阶段时序搜索检测是否存在分歧,然后对Δt进行加倍和二分以界定注入时间窗口;生命周期探测将每个判定标记为瞬态或持久,并将其分配给从ONOS 2.7源代码派生的四个跨平面状态类别之一。在一个三节点ONOS 2.7集群上,GapFuzz在81.7%的尝试中产生分歧判定(N=50,Wilson 95% CI [77.3, 85.4]%);每个分歧都位于集群的权威状态和内核数据路径之间。第二阶段将一个模板的5 ms竞争窗口与六个其他模板的加倍机制(Δt_max=10.24 s)分开,并且99.4%的分歧持续超过30秒。将内核数据路径探测替换为先前模糊测试器使用的OpenFlow用户空间探测,整体检测率下降26.6个百分点,在排除规范化强制判定后下降46.5个百分点。

英文摘要

Distributed Software-Defined Networking (SDN) clusters replicate flow state asynchronously between a master node and its backups, leaving a window during which two backup nodes can each commit a contradictory rule, the master can serialize both into the data plane, and the kernel datapath can latch onto an action that no node believes authoritative. Existing SDN fuzzers miss this fault: they confine their oracle to the control plane, target a single controller, or do not steer concurrency to provoke replication races. We present GapFuzz, a stateful concurrency fuzzer for distributed SDN clusters. GapFuzz injects pairs of contradictory Northbound requests on two non-master nodes with controlled inter-injection delay $Δt$, and reconstructs the global cross-plane state by querying every replica and the kernel-datapath action through ovs-appctl ofproto/trace. A two-phase timing search detects whether a divergence exists, then doubles and bisects on $Δt$ to bound the injection-time window; a lifetime probe labels each verdict transient or persistent and assigns it to one of four cross-plane state classes derived from the ONOS 2.7 source. On a three-node ONOS 2.7 cluster, GapFuzz produces a divergent verdict in 81.7% of attempts ($N=50$, Wilson 95% CI $[77.3, 85.4]$%); every divergence sits between the cluster's authoritative state and the kernel datapath. Phase 2 separates a 5 ms race window for one template from a doubling-cap regime ($Δt_{\max}=10.24$ s) for six others, and 99.4% of divergences persist past 30 s. Replacing the kernel-datapath probe with the OpenFlow user-space probe used by prior fuzzers drops detection by 26.6 percentage points overall and by 46.5 points after excluding canonicalization-forced verdicts.

2606.11022 2026-06-10 cs.CR 新提交

When Discovery Outpaces Remediation: Modeling AI-Accelerated Vulnerability Discovery in Interconnected Systems

当发现速度超过修复速度:建模AI加速的互联系统漏洞发现

Mohamamad Reza Faghani

AI总结 针对AI加速漏洞发现可能压垮修复管线的问题,提出基于排队论和网络理论的模型,分析漏洞积压与级联风险,发现修复能力不足时风险非线性增长,结合修复自动化与网络解耦是最优策略。

详情
AI中文摘要

用于代码分析、二进制分析、模糊测试编排和渗透测试规划的高级AI系统可能会显著提高潜在漏洞的发现速度。虽然改进的发现可以惠及防御者,但也可能使修复管线过载并加速对手的武器化。本文开发了一个排队论和网络理论模型,用于研究互联系统中AI加速的漏洞发现。我们将企业表示为一个加权依赖图,其中包含可补充的漏洞池、有限的修复能力、分类降级、漏洞利用窗口压缩和动态传播。我们推导了漏洞积压的稳定性条件,建立了未解决积压与级联风险之间的动态耦合,并通过模拟评估了缓解策略。结果表明,当可操作的发现到达率超过修复吞吐量时,积压迅速增长,系统风险非线性增加。在中心化拓扑中,分段比单独提高修复速度更能有效减少传播的破坏,而最强的防御是将修复自动化与减少网络耦合相结合。

英文摘要

Advanced AI systems for code analysis, binary analysis, fuzzing orchestration, and penetration-test planningmay significantly increase the rate at which latent vulnerabilities are discovered. While improved discovery can benefit defenders, it can also overload remediation pipelines and accelerate adversarial weaponization. This paper develops a queueing and network-theoretic model of AI-accelerated vulnerability discovery in interconnected systems. We represent an enterprise as a weighted dependency graph with replenishing vulnerability pools, finite remediation capacity, triage degradation, exploit window compression, and dynamic compromise propagation. We derive stability conditions for vulnerability backlogs, formulate a dynamic coupling between unresolved backlog and cascade risk, and evaluate mitigation strategies through simulation. Results indicate that when actionable discovery arrivals exceed remediation throughput, backlogs grow rapidly and systemic risk increases nonlinearly. In hub-dominated topologies, segmentation can reduce propagated compromise more effectively than remediation speed alone, while the strongest defense combines remediation automation with reduced network coupling.

2606.10997 2026-06-10 eess.SY cs.CY cs.SY 新提交

A Companion App for an Autonomous Family Vehicle: Identification of Values for an Autonomous Mobility System

面向自主家庭车辆的伴侣应用:自主出行系统的价值识别

Leon Johann Brettin, Tobias Schräder, Kerstin Kuhlmann, Vanessa Schmidt, Markus Maurer

AI总结 本文提出一款面向需要陪同人员的用户群体的自主车辆伴侣应用,支持可信人员跟踪行程和远程设置车辆,并识别影响乘客和可信人员的价值观。

Comments Accepted to be published in the 2026 IEEE Intelligent Vehicles Symposium (IV)

详情
AI中文摘要

在本文中,我们提出了一款面向通常需要陪同人员驾驶的用户群体的自主车辆伴侣应用。本文介绍了伴侣应用的两个方面:首先,可信人员能够跟踪需要支持人员的行程;其次,将需要支持人员的车辆设置交由可信人员掌控。此外,本文描述了需求和相关价值观,并讨论了此类伴侣应用的安全相关方面。我们还讨论并识别了影响使用伴侣应用的乘客和可信人员的价值观。总体而言,伴侣应用可以为需要支持的人员提供新的视角和机会,使他们能够利用自主车辆提供的功能。它使可信人员能够根据乘客需求配置车辆。同时,此类应用可以作为一种机制,让可信人员参与车辆提供的选项,并使他们能够根据需要支持人员的情况调整车辆。

英文摘要

In this paper, we present a companion app for an autonomous vehicle aimed at user groups who would normally require an accompanying person to drive them. Two aspects of a companion app are presented in this paper: First, the possibility for a trusted person to track the ride of the person in need of support and second, to put the settings of the vehicle for persons in need of support in the hands of a trusted person. In addition, this article describes the requirements and addressed values and discusses the safety-relevant aspects of such a companion app. We also discuss and identify the values that influence passengers and trusted persons using the companion app. Overall, a companion app can provide new perspectives and opportunities for people in need of support, allowing them to take advantage of the features offered by autonomous vehicles. It enables trusted individuals to configure the vehicle according to the passengers needs. Also such an app can be a mechanism to involve trusted persons in the options given by the vehicle and give them the possibility to adapt the vehicle to the needs of the person in need of support.

2606.10961 2026-06-10 cs.LO 新提交

Labelled Process Logic

带标签的过程逻辑

Yuanrui Zhang

AI总结 提出带标签的循环证明框架,解决一阶过程逻辑中同时处理轨迹信息和一阶计算的难题,并证明其可靠性与完备性。

详情
AI中文摘要

本文为过程逻辑(一种动态逻辑的扩展,其中公式指定执行轨迹的属性而非仅最终状态)开发了一个循环带标签的证明论框架。主要困难在于一阶过程逻辑必须推理具体计算,同时沿正则程序轨迹保留时间信息。现有的组合演算覆盖了重要片段,但未能完整处理正则程序上的一阶过程逻辑。我们通过用标签丰富过程逻辑公式来解决这一困难,这些标签在推导过程中显式记录轨迹和更新信息。基于这一构造,我们定义了命题和一阶过程逻辑的循环带标签证明系统,分别记为G3PPL和G3FOPL。我们通过使用循环条件在良基多重集排序中获得无限下降来证明可靠性,并通过证明带标签系统可以推导过程逻辑和一阶动态逻辑的已有证明规则来证明完备性。结果是一个统一的过程逻辑框架,其中首次可以在同一证明结构中处理基于轨迹的程序属性和一阶计算。

英文摘要

This paper develops a cyclic labelled proof-theoretic framework for process logic -- an extension of dynamic logic in which formulas specify properties of execution traces rather than only final states. The main difficulty is that first-order process logic must reason about concrete computations while preserving temporal information along regular-program traces. Existing compositional calculi cover important fragments, but do not provide a complete treatment of full first-order process logic over regular programs. We address this difficulty by enriching process-logic formulas with labels that explicitly record trace and update information during derivations. Based on this construction, we define cyclic labelled proof systems for propositional and first-order process logic, respectively denoted by G3PPL and G3FOPL. We prove the soundness by using the cyclic conditions to obtain an infinite descent in a well-founded multiset ordering, and prove the completeness by showing that the labelled systems can derive the established proof rules of process logic and first-order dynamic logic. The result is a uniform framework for process logic in which for the first time, trace-based program properties and first-order computations can be handled within the same proof structure.

2606.10958 2026-06-10 cs.CY 新提交

Dismantle and Dissolve, (Re)build, Remix: A Research-creation Inquiry into the Political Economy of Graphics Cards

拆解与溶解、(重)建、混合:图形卡政治经济的研究-创作探究

Cyrus Khalatbari

AI总结 通过四年研究-创作实践,拆解图形卡(GPU)微型化的政治经济,揭示人工智能的物质基础与环境基础设施,提出研究-创作作为理解技术黑箱的完整认识论。

Comments Paper in Proceedings of LIMITS 2026: 12th Workshop on Computing within Limits, 2026-06-23-25, Online

详情
AI中文摘要

本文追踪了为期四年(2022-2026)的图形卡微型化政治经济研究。它从这样一个前提开始:重新思考我们与人工智能及其社会技术纠缠的关系,需要揭开这一技术对象的黑箱。在我们的算法文化中,图形卡(GPU)实现了大规模数据集的并行处理,使得支撑智能系统的模型训练成为可能。GPU微型化同样至关重要:作为物联网的关键驱动力,这一社会技术现象使得这些卡能够被纳入日益紧凑和强大的系统中,同时也能更好地管理能源资源。然而,这些日常物品和技术的发展加剧了几个主要问题。借鉴社会科学以及研究-创作的批判性、反思性、思辨性和虚构性方法论,作者开发了几个调查实地——包括台湾的液氮超频者和加纳的城市矿工——并对约五十块获取的图形卡进行了情境化实验。本文围绕三个主题(拆解与溶解、重建、混合)展开,展示了研究-创作方法如何构成完整的认识论,以把握那些看似外在、不透明或不可及的事物,并将人工智能还原为其有形的物质性。通过这样做,它通过确认研究-创作作为解开计算系统所依赖和掩盖的物质与环境基础设施的严谨手段,为信息通信技术促进可持续发展领域做出了贡献。

英文摘要

This contribution follows a four-year investigation (2022--2026) into the political economy of graphics card miniaturization. It begins from the premise that rethinking our relationship to artificial intelligence and its sociotechnical entanglements requires demystifying and opening the black box of this technical object. Within our algorithmic culture, the graphics card (GPU) enables the massive, parallel processing of large datasets, making possible the training of the models that underpin our intelligent systems. GPU miniaturization is equally crucial: as a key driver of the Internet of Things, this sociotechnical phenomenon enables the inclusion of these cards in increasingly compact and powerful systems while also enabling better management of energy resources. The development of these everyday objects and technologies nevertheless reinforces several major problems. Drawing on both the social sciences and the critical, reflexive, speculative, and fictional methodologies of research-creation, the author developed several investigative fieldwork sites -- among liquid nitrogen overclockers in Taiwan and urban miners in Ghana -- and conducted situated experimentations on some fifty acquired graphics cards. Structured around three themes (dismantle and dissolve, rebuild, remix), this paper demonstrates how research-creation methods constitute full epistemologies for apprehending what seems a priori external, opaque, or inaccessible, and for restoring artificial intelligence to its tangible materialities. In doing so, it contributes to the field of ICT for sustainability by affirming research-creation as a rigorous means of disentangling the material and environmental infrastructures that computational systems both depend on and obscure.

2606.10947 2026-06-10 cs.DM 新提交

Enumerating tuples of spanning trees

枚举生成树的元组

Rahul CS, Michal Wlodarczyk

AI总结 本文基于Kaiser对Tutte-Nash-Williams定理的替代证明,提出一种多项式延迟算法,用于枚举图中所有k边不交生成树的集合。

详情
AI中文摘要

判断一个图是否具有k条边不交生成树是一个被充分研究的问题。我们考虑以多项式延迟枚举所有生成树集合的问题。这项工作基于Kaiser [1] 对Tutte和Nash-Williams关于具有k条边不交生成树的图的特征的替代证明。其思想是为所有森林包维护一个决策树,并对其进行深度优先搜索。我们通过使用Kaiser技术 [1] 的变体计算每个节点的子节点,归纳地构建这个决策树。

英文摘要

Deciding whether a graph has k-edge-disjoint spanning trees is a well-studied problem. We consider the problem of enumerating all sets of spanning trees with polynomial delay. This work is based on the alternate proof of Tutte and Nash-Williams' characterization of graphs with k edge-disjoint spanning trees by Kaiser [1]. The idea is to maintain a decision tree for all forest-packs and perform a Depth-First Search over it. We build this decision tree inductively by computing each node's children using a variant of Kaiser's technique [1].

2606.10945 2026-06-10 cs.CR cs.SE 新提交

Context-Based Adversarial Attacks on AI Code Generators: Vulnerability Analysis and Implications

基于上下文的AI代码生成器对抗攻击:漏洞分析与影响

Walther A. Del Orbe, John D. Hastings, Varghese Vaidyan

AI总结 研究通过2800次实验,发现上下文对抗攻击使代码生成漏洞增加10.7倍,并提出双层防御框架实现89.1%检测率。

Comments 6 pages, 8 tables

详情
AI中文摘要

AI驱动的代码生成系统已转变软件开发,但引入了关键的推理时安全漏洞。本研究对基于上下文的对抗攻击进行了系统调查,其中策略性构建的上下文输入(包括注释、文档、变量名)使大型语言模型偏向生成可利用的代码。通过在CodeT5+、CodeLlama、GPT-3.5-Turbo和GPT-4上进行的2800次受控实验,我们量化了攻击有效性和防御机制。结果表明,对抗条件使漏洞生成增加10.7倍(从3.5%到37.4%),其中直接指令攻击在GPT-3.5-Turbo上达到100%成功率。跨模型迁移率达到60-100%,表明存在系统架构漏洞而非模型特定缺陷。我们的双层防御框架实现了89.1%的检测率,0.3%的误报率和520ms延迟,证明了在开发环境中实时部署的实践可行性。

英文摘要

AI-powered code generation systems have transformed software development but introduce critical inference-time security vulnerabilities. This research presents a systematic investigation of context-based adversarial attacks, where strategically crafted contextual inputs, including comments, documentation, variable names, bias large language models toward generating exploitable code. Through 2,800 controlled experiments across CodeT5+, CodeLlama, GPT-3.5-Turbo, and GPT-4, we quantify attack effectiveness and defense mechanisms. Results demonstrate that adversarial conditions increase vulnerability generation 10.7x (from 3.5% to 37.4%), with direct instruction attacks achieving 100% success on GPT-3.5-Turbo. Cross-model transferability reaches 60-100%, indicating systemic architectural vulnerabilities rather than model-specific flaws. Our dual-layer defense framework achieves 89.1% detection rate with 0.3% false positives and 520ms latency, demonstrating practical feasibility for real-time deployment in development environments.

2606.10930 2026-06-10 cs.FL cs.DM 新提交

On the Complexity of the Bi-infinite Post Correspondence Problem

双无限波斯特对应问题的复杂性

Olivier Finkel, Vesa Halava

AI总结 研究双无限波斯特对应问题在算术层级中的复杂性,通过归约证明其位于第2层(Σ₂⁰ \ (Π₁⁰ ∪ Σ₁⁰)),并证明相关变体均为Π₁⁰-完全。

详情
AI中文摘要

在双无限波斯特对应问题($\Z$PCP)中,询问是否可以从给定的有限对词集合中相应地构造出相同的双无限词。本文研究其在算术层级中的复杂性,并证明它属于$\Si^0_2 \setminus (\Pi^0_1 \cup \Si^0_1)$,因此位于算术层级的第2层。为了证明,我们提出了一系列归约,从图灵机的不停机问题通过无限PCP、$s$-移位无限PCP和$s$-移位$\Z$PCP(对所有自然数$s$)最终归约到$\Z$PCP。在此过程中,我们证明了对于单射态射的无限PCP是不可判定的,并且无限单射PCP、$s$-移位无限PCP、$s$-移位$\Z$PCP以及(确定性和可逆)半Thue系统的不终止问题都是$\Pi^0_1$-完全的。

英文摘要

In the bi-infinite Post Correspondence Problem ($\Z$PCP), it is asked whether the same bi-infinite word can be constructed correspondingly from a given finite set of pairs of words. In this article, we study its complexity with respect to the arithmetical hierarchy and prove that it is in $\Si^0_2 \setminus (Π^0_1 \cup \Si^0_1)$ and, therefore, at the level 2 of the arithmetical hierarchy. For the proof, we present a sequence of reductions starting from the nonhalting of the Turing machine all the way to $\Z$PCP via infinite PCP, an $s$-shift infinite PCP and $s$-shift $\Z$PCP for all natural numbers $s$. In the process, we prove that the infinite PCP is undecidable for injective morphisms, and that the infinite injective PCP, $s$-shift infinite PCP, $s$-shift $\Z$PCP and the non-termination problem for (deterministic and reversible) semi-Thue systems are all $Π^0_1$-complete.

2606.10925 2026-06-10 cs.SE 新提交

Early Comparative Evaluation of Transformer Models for Multilingual Software Vulnerability Detection

用于多语言软件漏洞检测的Transformer模型的早期比较评估

Fiza Naseer, Javad Khan, Muhammad Yaqoob, Alexios Mylonas

AI总结 本文使用CVEFixes数据集和分层交叉验证,比较BERT、RoBERTa和CodeBERT在HTML、Python、JavaScript和PHP上的漏洞检测性能,发现跨语言性能差异显著,需更语言感知的Transformer策略。

详情
AI中文摘要

随着现代应用程序结合多种编程语言,软件漏洞检测变得越来越重要。本文使用CVEFixes数据集和按语言的三折分层交叉验证,对BERT、RoBERTa和CodeBERT在HTML、Python、JavaScript和PHP上的二进制漏洞检测进行了早期比较评估。结果显示跨语言存在明显的性能差异,表明多语言漏洞检测需要更语言感知和鲁棒的基于Transformer的建模策略。

英文摘要

Software vulnerability detection is increasingly important as modern applications combine multiple programming languages. This paper presents an early comparative evaluation of BERT, RoBERTa, and CodeBERT for binary vulnerability detection across HTML, Python, JavaScript, and PHP using the CVEFixes dataset and language-wise three-fold stratified cross-validation. The results show clear performance differences across languages, indicating that multilingual vulnerability detection requires more language-aware and robust transformer-based modelling strategies.

2606.10923 2026-06-10 eess.SY cs.SY 新提交

Robust Current Regulation of MMC-based MTDC Power Systems based on Lyapunov Inequality

基于李雅普诺夫不等式的MMC-MTDC电力系统鲁棒电流调节

Victor Daniel Reyes Dreke, Rahul Rane, Aleksandra Lekić

AI总结 针对MMC-MTDC系统电流控制中快速响应与鲁棒性的矛盾,提出基于线性矩阵不等式(LMI)的李雅普诺夫稳定性设计框架,合成静态状态反馈控制器,考虑输入饱和与过流限制,在CIGRE MT-HVDC基准上验证有效性。

Comments Publication Submitted and Accepted to SEST26

详情
AI中文摘要

基于模块化多电平换流器(MMC)的多端直流(MTDC)输电系统是未来能源领域的关键组成部分,可持续性和效率日益受到重视。为确保其可靠运行,MMC电流必须在广泛的不确定运行条件下安全快速地调节。因此,电流控制器的设计面临一个基本挑战:在保持对不确定性的鲁棒性的同时实现快速暂态响应。本文通过提出一个基于线性矩阵不等式(LMI)的设计框架来应对这一挑战,该框架利用李雅普诺夫稳定性条件合成一个较少保守的静态状态反馈控制器。所提出的设计方法明确考虑了系统约束,包括输入饱和和过流限制。所提方法的有效性在CIGRE MT-HVDC基准上进行了评估,在RTDS中进行了仿真,并与现有方法进行了比较。

英文摘要

Multi-terminal DC (MTDC) transmission systems based on modular multilevel converters (MMCs) are a key component of the envisioned future energy sector, where sustainability and efficiency are increasingly prioritized. To ensure their reliable operation, MMC currents must be regulated safely and rapidly under a wide range of uncertain operating conditions. Consequently, the design of current controllers faces a fundamental challenge: achieving fast transient response while maintaining robustness against uncertainties. This paper addresses this challenge by proposing a linear matrix inequality (LMI)-based design framework that leverages Lyapunov stability conditions to synthesize a less conservative static state-feedback controller. The proposed design method explicitly accounts for system constraints, including input saturation and overcurrent limits. The proposed method effectiveness is assessed on the CIGRE MT-HVDC benchmark, simulated in RTDS, and compared with existing methods.

2606.10920 2026-06-10 cs.DC cs.PL 新提交

Dynamic Software Updates using CRDTs

使用CRDT进行动态软件更新

Seppe Wyns, Jim Bauwens, Elisa Gonzalez Boix

AI总结 提出使用无冲突复制数据类型(CRDT)对分布式应用进行动态软件更新,通过App CRDT存储代码并配合API兼容的消息中间件,实现向后不兼容更新下的部分组件正常工作。

Comments 13 pages, 1 figure, 6 listings

详情
AI中文摘要

本文研究了如何使用无冲突复制数据类型(CRDT)对分布式应用进行动态软件更新。我们提出将应用更新建模为一个新的App CRDT,该CRDT存储与语义版本关联的应用代码,语义版本定义了代码更新的全序。App CRDT与API兼容的消息传递中间件配合工作,使得应用在面对向后不兼容的软件更新时,能够继续与部分更新的组件协作。我们在AmbientTalk中实现了该方法,AmbientTalk是一种为分布式系统设计的面向环境编程语言。我们展示了如何将该CRDT集成到现有AmbientTalk应用中,只需最小改动。我们还在LuAT中实现了该方法,LuAT是一个面向Lua的面向环境编程框架。这表明我们使用CRDT复制代码的方法可以推广到其他编程语言。

英文摘要

This paper investigates how Conflict-free Replicated Data Types (CRDTs) can be used for dynamic software updates of distributed applications. We propose to model application updates as a new App CRDT that stores the application code associated with a semantic version, which defines a total order of the code updates. The App CRDT works with an API-compatible message delivery middleware, which allows applications to continue working with partially updated components in the face of backwards-incompatible software updates. We implemented our approach in AmbientTalk, an ambient-oriented programming language designed for distributed systems. We show how this CRDT can be integrated with existing AmbientTalk applications, requiring minimal changes. We also implemented our approach in LuAT, an ambient-oriented programming framework for Lua. This shows that our approach of using CRDTs to replicate code can be generalised to other programming languages.

2606.10907 2026-06-10 cs.CY cs.IR 新提交

From Prompt to Purchase: How AI Brand Recommendations Move Consumers on the Open Web

从提示到购买:AI品牌推荐如何在开放网络上推动消费者行为

Michael Iannelli, Alan Ai

AI总结 通过面板数据结合点击流和AI对话,发现AI推荐品牌后,用户搜索、访问品牌网站和零售商页面显著增加,且效应在控制预趋势后依然显著。

Comments 10 pages, 4 figures, 9 tables

详情
AI中文摘要

当对话助手向近期无观察互动的用户推荐一个品牌时,该用户对同一品牌的谷歌搜索上升+4.3个百分点(pp)[3.1, 5.5],访问品牌自有网站上升+2.4 pp [1.4, 3.5],品牌特定零售商页面访问上升+1.0 pp [0.3, 1.7],相对于匹配的过去安慰剂。恢复这一估计是本研究的工作。提及创造了品牌曝光,但网络日志未将其归因于助手,而看似衡量这一效应的朴素全提及漏斗存在混杂:许多提及是对用户已使用品牌的附带引用(如“你的Netflix下载”),其下游访问是现有客户自身行为,并表现为品牌特定的预趋势。我们通过一个面板测量平台外响应,该面板将选择加入的点击流与同一用户的ChatGPT、Claude和Gemini对话相结合,并通过预趋势事件研究、立场分类器、非客户条件化以及同一响应内同类别控制来隔离效应:附带提及品牌对行为的移动远小于前者(+1.8/+1.1/+0.3),且被提及品牌比同一响应中未提及的同类别品牌移动行为多得多。下游路径主要是搜索中介的,并到达自有网站和零售商页面,其目的地组合追踪基线品牌导向行为,而非转向其中任一。研究设计是观察性的,我们未观察交易,因此零售与购买相邻。基于标准引荐者和最后一次点击的测量遗漏了这种上游曝光:助手将无明显互动的用户沿一条被归因于别处的路径推动到开放网络品牌导航中。

英文摘要

When a conversational assistant recommends a brand to a user with no recent observed engagement, that user's same-name Google search rises +4.3 percentage points (pp) [3.1, 5.5], visits to the brand's own site +2.4 pp [1.4, 3.5], and brand-specific retailer-page visits +1.0 pp [0.3, 1.7] over matched backward placebos. Recovering that estimate is the work. The mention creates a brand exposure no web log attributes to the assistant, and the naive all-mention funnel that seems to measure it is confounded: many mentions are incidental references to brands the user already uses ("your Netflix download"), whose downstream visits are that existing customer's own behavior and surface as a brand-specific pre-trend. We measure off-platform response on a panel that joins opt-in clickstream to the same users' ChatGPT, Claude, and Gemini conversations, and isolate the effect with a pre-trend event study, a stance classifier, non-customer conditioning, and a within-response same-category control: incidental name-drops then move behavior far less (+1.8/+1.1/+0.3), and the named brand moves far more than unnamed same-category brands in the same response. The downstream path is mostly search-mediated and reaches both own sites and retailer pages, with a destination mix that tracks baseline brand-directed behavior rather than redirecting toward either. The design is observational and we do not observe transactions, so retail is purchase-adjacent. Standard referrer-based and last-click measurement miss this upstream exposure: assistants move observably-unengaged users into open-web brand navigation along a path attributed elsewhere.

2606.10904 2026-06-10 cs.CR 新提交

Comparative Analysis of Inference-Time Defense Methods for Multimodal Large Language Models

多模态大语言模型推理时防御方法的比较分析

Bulat Nutfullin, Vladimir Evgrafov, Dmitry Namiot

AI总结 本文比较评估了三种推理时防御方法及其组合在InternVL和Qwen-VL系列共8个模型上的效果,发现无单一防御在所有设置中占优,组合防御导致良性查询过度拒绝率达97-100%,而简单安全提示在保持实用性的同时带来适度安全提升。

详情
AI中文摘要

多模态大语言模型(MLLMs)现已出现在安全关键应用中,但视觉通道使它们容易受到对抗性攻击,而主要面向文本的安全对齐仅能部分解决这些问题。针对每种新的漏洞类别重新训练模型通常成本过高,不切实际。我们报告了对三种推理时防御方法及其组合的比较实证评估,在来自InternVL和Qwen-VL系列的八个模型上运行,跨越七个安全基准,涵盖四类攻击,总计9000个评估样本。以下每个数字均来自同一个统一的代理分类器。评估得出五个发现。第一,在评估的模型和基准中,没有单一防御在所有设置中占优:效果取决于模型的基线安全性和攻击类型。第二,直接组合防御导致所有八个评估模型的良性查询过度拒绝率达到97-100%,而SmoothVLM单独达到99.2-100%。第三,一个简单的安全提示在很大程度上保持实用性(所有八个模型的过度拒绝率为0.0-18.2%,其中五个低于7%,尽管两个超过15%),同时仍带来适度的安全增益。第四,不同的攻击类别在评估设置中暴露出不同的弱点,这就是多基准评估重要的原因。第五,在两个模型(n=20)的初步白盒测试中,文本级防御抑制了在没有防御时成功的PGD视觉攻击:这些防御在输出阶段起作用,而在测试配置中梯度优化的直接杠杆作用有限。综合来看,这些结果支持自适应防御选择,而非单一的固定防御配置。

英文摘要

Multimodal large language models (MLLMs) now appear in safety-critical applications, but the visual channel leaves them open to adversarial attacks that predominantly text-oriented safety alignment addresses only in part. Retraining a model for each new vulnerability class is usually too expensive to be practical. We report a comparative empirical evaluation of three inference-time defense methods and their combinations, run on eight models from the InternVL and Qwen-VL families across seven safety benchmarks that span four attack classes and total 9,000 evaluation samples. Every figure below comes from the same unified proxy classifier. Five findings emerge from the evaluation. First, within the evaluated models and benchmarks, no single defense dominates across all settings: what works depends on the model's baseline safety and on the attack type. Second, combining defenses directly drives benign-query over-refusal to 97-100% across all eight evaluated models, and SmoothVLM on its own reaches 99.2-100%. Third, a simple safety prompt keeps utility largely intact (0.0-18.2% over-refusal across all eight models, five of them below 7%, although two exceeded 15%) while still yielding moderate safety gains. Fourth, different attack classes expose different weaknesses across the evaluated setup, which is why multi-benchmark evaluation matters. Fifth, in a preliminary whitebox test on two models (n=20), text-level defenses suppressed a PGD visual attack that had succeeded without any defense: the defenses act at the output stage, where gradient optimization has limited direct leverage in the tested configuration. Read together, these results argue for adaptive defense selection rather than a single fixed defense configuration.

2606.10883 2026-06-10 eess.SY cs.SY 新提交

Temperature-Aware Heat Pump Modeling for Large-Scale Energy System Optimization

面向大规模能源系统优化的温度感知热泵建模

Simon Malacek, Sonja Wogrin, Yannick Werner

AI总结 提出一种结合建筑热惯性的锥形温度感知热泵效率公式,在保持计算效率的同时捕捉运行灵活性,欧洲案例显示可降低22%供暖相关电力成本。

Comments 6 pages, 3 figures. Accepted for the International Conference on the European Energy Market 2026

详情
AI中文摘要

热泵预计将主导供暖领域,显著增加峰值电力需求。同时,建筑热惯性支持运行策略,为热泵运行提供时间灵活性和短期需求响应。然而,这种动态行为尚未在大规模能源系统优化模型中体现。为弥补这一差距,我们提出了一种建筑热惯性的创新公式。由此产生的温度变量被集成到一种新颖的锥形温度感知热泵效率公式中,从而能够更精确地模拟智能控制策略。在欧洲能源系统的案例研究中,我们表明该方法在保持计算效率的同时捕捉了运行供暖灵活性。结果表明存在大量未开发的灵活性潜力,可实现高达22%的供暖相关电力成本降低。这种潜力可以通过适当的能源市场设计来实现,该设计激励协调的热泵控制,无论是单独还是通过聚合商。

英文摘要

Heat pumps are expected to dominate the heating sector, substantially increasing peak electricity demand. At the same time, building thermal inertia enables operational strategies, providing temporal flexibility in heat pump operation and short-term demand response. However, this dynamic behavior is not yet represented in large-scale energy system optimization models. To address this gap, we present an innovative formulation of building thermal inertia. The resulting temperature variable is integrated into a novel conic temperature-aware heat pump efficiency formulation, enabling a more precise emulation of smart control strategies. In a case study of the European energy system, we show that the approach captures operational heating flexibility while remaining computationally efficient. The results indicate substantial untapped flexibility potential, enabling up to a 22% reduction in heating-related electricity costs. This potential can be realized through a suitable energy market design that incentivizes coordinated heat pump control, individually or via aggregators.

2606.10882 2026-06-10 cs.SE 新提交

From Quality Properties to Practice: A Guideline and Workflow for Explainability Requirements

从质量属性到实践:可解释性需求的指南与工作流

Martin Obaidi, Jakob Droste, Hannah Deters, Marc Herrmann, Michel Krahl, Kurt Schneider

AI总结 提出一个基于指南的迭代工作流,通过结构化文献综述、开发者访谈和从业者调查提炼出十个核心质量属性,并开发工具支持,实验表明工具辅助可减少23.5%的制定时间且需求质量与手动编写相当。

Comments This paper has been accepted at the research track of the 34th IEEE International Requirements Engineering Conference (RE 2026)

详情
AI中文摘要

可解释性在AI赋能的软件系统中日益需要,以支持透明度、用户信任和合规性。然而,可解释性需求通常是临时编写的,无指导的大语言模型支持可能产生模糊、不一致或不完整的陈述。本文提出了一个顺序的、基于指南的工作流来制定可解释性需求,并评估了其基于工具的操作化。我们首先通过结构化文献综述和开发者访谈引出候选质量属性。然后,我们在与从业者(n=20)的在线调查中优先考虑这些属性,并推导出包含十个核心属性及可操作制定指令的简洁指南。接下来,我们将该指南操作化为一个基于网页的工具,支持起草、基于属性的检查和修订的迭代工作流。我们在两项互补研究中评估了该工作流。在与需求工程师(n=6)的工作坊中,工具支持平均减少了23.5%的制定时间(Wilcoxon p=0.021)。在与软件开发人员(n=18)的独立在线研究中,工具支持和手动编写的需求在可实现性和制定质量方面获得可比较的评分,且描述性倾向略微偏好工具支持的版本。总体而言,我们的结果表明,将优先质量指南与轻量级LLM支持相结合可以减少制定工作量,同时产生与手动编写需求感知相当的需求。

英文摘要

Explainability is increasingly required in AI-enabled software systems to support transparency, user trust, and compliance. Yet, explainability requirements are often written ad hoc, and unguided large language model support can yield vague, inconsistent, or incomplete statements. This paper presents a sequential, guideline-driven workflow for formulating explainability requirements and evaluates its tool-based operationalization. We first elicited candidate quality properties through a structured literature review and developer interviews. We then prioritized these properties in an online survey with practitioners (n=20) and derived a concise guideline of ten core properties with actionable formulation instructions. Next, we operationalized the guideline in a web-based tool that supports an iterative workflow of drafting, property-based checks, and revision. We evaluated the workflow in two complementary studies. In a workshop with requirements engineers (n=6), tool support reduced formulation time by 23.5% on average (Wilcoxon p=0.021). In an independent online study with software developers (n=18), tool-supported and manually written requirements received comparable ratings for implementability and formulation quality, with a descriptive slight preference tendency toward the tool-supported versions. Overall, our results suggest that combining a prioritized quality guideline with lightweight LLM support can reduce formulation effort while producing requirements that are perceived comparably to manually written ones.

2606.10880 2026-06-10 cs.SE 新提交

Writing Better Software Explanations: A Guideline-Based Approach

编写更好的软件解释:一种基于指南的方法

Martin Obaidi, Jean-Carl Kremser, Hannah Deters, Jakob Droste, Marc Herrmann, Kurt Schneider

AI总结 提出一种结合LLM生成与质量指南的软件解释编写工具,通过生成、检查、迭代修订流程提升效率和质量,实验表明工具支持的解释满意度显著高于纯人工编写。

Comments This paper has been accepted at the research track of the 34th IEEE International Requirements Engineering Conference (RE 2026)

详情
AI中文摘要

随着软件系统越来越依赖自然语言解释来满足需求沟通和支持中用户报告的解释需求,确保这些解释一致、相关且表述良好仍然是一个主要挑战。纯自动大语言模型(LLM)生成通常缺乏可靠的依据和可控的输出质量。在本文中,我们提出了一种基于指南的软件解释编写支持工具,该工具将LLM辅助文本生成与经验推导的质量指南相结合。该工具将编写过程结构化为生成、质量检查和迭代修订,同时将领域控制权保留给开发者。我们通过一个两阶段研究评估了该方法,包括基于访谈的开发者实验和受控用户调查。六名具有软件开发或DevOps经验的行业从业者在纯人工手动条件和人机LLM支持条件下为真实解释需求编写解释。在这个小规模评估中,工具支持的编写平均快24.4%,尽管推断分析仅显示出效率趋势。在随后的用户研究中,有17名参与者和204个配对比较,工具支持的解释在总体满意度上显著高于手动解释(p=0.003,秩双列相关系数=0.86)。我们的发现表明,通过指南驱动的LLM辅助,可以实现潜在效率提升和更高的感知编写质量。未来工作应研究长期工业使用及与现有开发工作流的集成。

英文摘要

As software systems increasingly rely on natural-language explanations to address user-reported explanation needs in requirements communication and support, ensuring that such explanations are consistent, relevant, and well formulated remains a major challenge. Purely automatic large language model (LLM) generation often lacks reliable grounding and controllable output quality. In this paper, we present a guideline-based formulation support tool for software explanations that combines LLM-assisted text generation with an empirically derived quality guideline. The tool structures the writing process into generation, quality checking, and iterative revision, while keeping domain control with developers. We evaluated the approach in a two-phase study consisting of an interview-based developer experiment and a controlled user survey. Six industry practitioners with software development or DevOps experience formulated explanations for real explanation needs in a human-only manual condition and in a human-with-LLM-support condition. In this small-scale evaluation, tool-supported formulation was on average 24.4% faster, although inferential analyses indicated only a trend for efficiency. In a subsequent user study with 17 participants and 204 paired comparisons, tool-supported explanations were rated significantly higher in overall satisfaction than manual explanations (p=0.003, rank-biserial correlation=0.86). Our findings suggest potential efficiency gains and higher perceived formulation quality through guideline-driven LLM assistance. Future work should examine long-term industrial use and integration into existing development workflows.

2606.10851 2026-06-10 cs.SE 新提交

Modular2Simple: A Tool for Modular Scenario Creation Based on the OpenSCENARIO Format

Modular2Simple:基于OpenSCENARIO格式的模块化场景创建工具

Nikolai Khriapov, Mohamed Taha Drif, Renjue Li, Cas Widdershoven

AI总结 提出Modular2Simple工具,通过组合简单场景为模块化场景,简化复杂自动驾驶场景创建,降低开发成本并提升复用性。

Comments 2nd International Conference on Electric Vehicle and Vehicle Engineering. CEVVE 2024

详情
AI中文摘要

自动驾驶系统(ADS)的快速发展带来了重大挑战,特别是在创建用于测试和验证的真实复杂场景方面。本文介绍了Modular2Simple,一种旨在通过简化和增强复杂ADS场景创建过程来应对这些挑战的工具。Modular2Simple与CARLA模拟器无缝集成,并适用于任何支持OpenSCENARIO格式的软件。通过利用OpenSCENARIO格式中现有的简单场景,该工具使开发人员能够通过组合多个简单或模块化场景来创建易于定制的模块化场景,从而在保持场景设计灵活性的同时显著简化场景创建过程。这种方法不仅促进了复杂场景的开发,减少了开发时间和工作量,而且促进了场景的复用和定制,与传统场景开发方法相比,显著降低了代码复杂性并提高了场景设计和测试的效率。

英文摘要

The rapid advancement of autonomous driving systems (ADS) has introduced significant challenges, particularly in the creation of realistic and complex scenarios for testing and validation. This paper introduces Modular2Simple, a tool designed to address these challenges by simplifying and enhancing the process of creating complex ADS scenarios. Modular2Simple seamlessly integrates with the CARLA simulator and is applicable to any software that supports the OpenSCENARIO format. By leveraging existing simple scenarios in the OpenSCENARIO format, the tool enables developers to create easily customizable modular scenarios through the combination of multiple simple or modular scenarios, significantly simplifying the scenario creation process while maintaining flexibility in scenario design. This approach not only facilitates the development of complex scenarios, reducing both development time and effort, but also promotes scenario reuse and customization, which leads to a significant reduction in code complexity and enhanced efficiency in scenario design and testing compared to traditional scenario development methods.

2606.10846 2026-06-10 cs.CR cs.SE 新提交

Securing Code Understanding: Detecting Natural Backdoor Vulnerability in Code Language Models

保障代码理解安全:检测代码语言模型中的自然后门漏洞

Yuchen Chen, Weisong Sun, Haocheng Huang, Yuan Xiao, Chunrong Fang, Yiran Zhang, Tingting Xu, Zhenpeng Chen, An Guo, Peizhuo Lv, Xiaofang Zhang, Zhenyu Chen, Yang Liu, Baowen Xu

AI总结 本研究系统探究代码语言模型中的自然后门漏洞,通过44种场景证明其普遍性,分析其与注入后门的差异及迁移性,并提出检测方法ScanNBT。

Comments Accepted to IEEE Transactions on Software Engineering (TSE)

详情
AI中文摘要

代码语言模型已成为软件工程的重要组成部分,显著推进了代码智能任务。然而,它们的广泛采用引发了严重的安全问题,特别是对后门攻击的敏感性。最近的研究发现,在正常训练的深度学习模型中存在自然发生的后门,称为自然后门。尽管其威胁与通过数据投毒引入的后门同样严重,但代码语言模型中自然后门漏洞的安全影响仍知之甚少。在本文中,我们对不同模型架构和代码智能任务下的代码语言模型中的自然后门漏洞进行了彻底的实证研究。具体来说,我们检查了44种场景下的潜在自然后门漏洞,证明自然后门在代码语言模型中普遍存在且是固有的。我们揭示了注入后门和自然后门漏洞在模型和参数层面的差异。然后,我们从三个角度分析了自然后门漏洞的可迁移性:数据集、模型架构和共享知识。我们进一步从两个方面调查了自然后门的原因:训练数据集和模型训练过程。我们评估了现有的后门防御技术,包括预训练、训练中和训练后防御,在缓解自然后门方面的效果。最后,我们提出了ScanNBT,一种新颖的检测方法,旨在提高对代码语言模型中自然后门漏洞的全面检测。我们希望我们的发现能够增强对这些漏洞的理解,并为加强代码语言模型抵御后门威胁提供见解。

英文摘要

Code Language Models (CodeLMs) have become integral to software engineering, significantly advancing code intelligence tasks. However, their widespread adoption has raised critical security concerns, particularly regarding susceptibility to backdoor attacks. Recent studies have uncovered naturally occurring backdoors, referred to as natural backdoors, in normally trained deep learning models. Despite posing threats as serious as those introduced through data poisoning, security implications of natural backdoor vulnerabilities in CodeLMs remain poorly understood. In this paper, we conduct a thorough empirical study of natural backdoor vulnerabilities in CodeLMs across various model architectures and code intelligence tasks. Specifically, we examine potential natural backdoor vulnerabilities across 44 scenarios, demonstrating that natural backdoors are prevalent and intrinsic to CodeLMs. We reveal differences between injected and natural backdoor vulnerabilities at both the model and parameter levels. We then analyze the transferability of natural backdoor vulnerabilities from three perspectives: datasets, model architectures, and shared knowledge. We further investigate the causes of natural backdoors from two aspects: training datasets and the model training procedure. We evaluate existing backdoor defense techniques, including pre-training, in-training, and post-training defenses, in mitigating natural backdoors. Finally, we propose ScanNBT, a novel detection method designed to improve comprehensive detection of natural backdoor vulnerabilities in CodeLMs. We aim for our findings to enhance understanding of these vulnerabilities and provide insights for strengthening CodeLM security against backdoor threats.

2606.10834 2026-06-10 cs.CY 新提交

Gender-based discrepancies in the algorithmic delivery of political ads on social media

社交媒体上政治广告算法投放中的性别差异

Dominik Bär, Francesco Corso, Gianmarco De Francisci Morales, Stefan Feuerriegel, Francesco Pierri

AI总结 研究利用2024年欧洲议会选举中超过11万条政治广告数据,发现民粹主义和极右翼政党广告更倾向于投放给男性,即使控制广告内容和定位策略后,男性受众比例仍高出6个百分点,加剧了政治参与中的性别不平等。

详情
AI中文摘要

社交媒体已成为竞选期间政治广告的关键渠道。然而,这些广告投放中的算法偏见可能会扭曲公众对政治信息的接触。这阻碍了公民做出知情选择的能力,破坏了平等参与政治讨论的机会,引发了对选举过程公正性的担忧。在本研究中,我们考察了2024年欧洲议会选举期间政治广告投放中的性别歧视。利用一个包含来自25个欧盟国家的453个政党和968名候选人的超过11万条广告的大型数据集,这些广告产生了超过70亿次展示,我们发现男性比女性更有可能看到民粹主义和极右翼政党的广告——即使在考虑了广告内容、平台层面竞争和定位策略之后。在其他条件相同的情况下,民粹主义政党的广告平均达到的男性比例高出6个百分点。这种不平衡限制了政党接触多样化受众的能力,并阻止选民平等地参与所有政治观点。考虑到极右翼和民粹主义广告可能加剧政治两极分化并扩大现有的政治参与性别差距,这种模式尤其令人担忧。我们的研究结果强调了平台和政策制定者需要审计社交媒体上政治竞选中的算法广告投放,并实施保障措施以确保公平和保护民主进程。

英文摘要

Social media has become a key channel for political advertising during election campaigns. However, algorithmic biases in the delivery of these ads may distort the public's exposure to political messaging. This can hinder citizens' ability to make informed choices and undermine equal access to political discourse, raising concerns about the integrity of electoral processes. In this study, we examine gender-based discrimination in the delivery of political ads during the 2024 European Parliament elections. Using a large-scale dataset of over 110000 ads from 453 political parties and 968 candidates that generated over 7 billion impressions across 25 EU countries, we find that men were significantly more likely to be shown ads from populist and far-right parties than women -- even after accounting for ad content, platform-level competition, and targeting strategies. All else equal, ads by populist parties reach, on average, a 6 percentage point higher male share. Such imbalances restrict the ability of parties to reach diverse audiences and prevent voters from engaging equally with the full range of political viewpoints. This pattern is particularly concerning given that far-right and populist ads may reinforce political polarization and widen existing gender gaps in political engagement. Our findings underscore the need for platforms and policymakers to audit algorithmic ad delivery in political campaigns on social media and to implement safeguards that ensure fairness and protect democratic processes.

2606.10786 2026-06-10 cs.HC 新提交

Being and Time in XR: Other-Presentness Beyond Co-Presence

XR中的存在与时间:超越共在的他者呈现

Koichi Toida

AI总结 本文提出“他者呈现”概念,探讨XR如何分离共在、时间同步等要素,将无体呈现作为设计变量,基于沉浸式视频实验论证他者可在弱化身体共在和实时同步时仍被体验为当下存在。

Comments 5 pages, 3 figures

详情
AI中文摘要

XR(扩展现实)研究传统上集中于存在、具身、社会存在和共在等概念。在这些传统中,身体动作、感觉偶然性、同步交互和行动可能性通常被视为“在那里”以及与他人共在的构成条件。然而,XR环境允许部分分离日常经验中通常共变的条件:身体共在、时间同时性、空间配置和社会互动不必保持不可分割。本文将这种可能性视为他者呈现问题。他者呈现指另一个人被体验为“此时此地”存在的条件。本文的贡献不在于论证异步他人能引发社会反应——此类观察已在准社会互动和社会存在研究中得到处理——而在于将XR理论化为一种技术条件,能够分离并操作化他者呈现的构成要素作为设计变量。通过将无体存在重新审视为方法论先例,并借鉴沉浸式视频研究的实验发现,本文提出无体呈现作为一种条件,即尽管身体共在减弱、实时同步性削弱,另一个人仍被持续体验为当下存在。

英文摘要

Research in XR (Extended Reality) has conventionally centred upon concepts such as Presence, Embodiment, Social Presence, and Co-presence. Within these traditions, bodily action, sensory contingencies, synchronous interaction, and possibilities for action have generally been regarded as constitutive conditions for the experience of "being there" and of being with others. XR environments, however, permit the partial separation of conditions that ordinarily co-vary in everyday experience. Bodily co-presence, temporal simultaneity, spatial configuration, and social interaction need not remain inseparable. This paper approaches this possibility as a problem of other-presentness. Other-presentness refers to the conditions under which another individual is experienced as existing "here and now". The contribution of this paper does not lie in arguing that asynchronous others can evoke social responses; such observations have already been addressed within parasocial interaction and social presence research. Rather, the novelty lies in theorising XR as a technological condition capable of separating and operationalising the constitutive elements of other-presentness as design variables. Reconsidering Bodyless Presence as a methodological precedent and drawing upon experimental findings from Immersive Video research, this paper formulates Bodyless Presentness as a condition in which another individual continues to be experienced as presently existing despite attenuated bodily co-presence and weakened real-time simultaneity.

2606.10784 2026-06-10 cs.CE 新提交

A Numerical Approach to Operator Filtering within the Adaptive Integral Method for Electromagnetic Integral Equations

电磁积分方程自适应积分方法中算子滤波的数值方法

Tommaso Pignatelli, Viviana Giunzioni, Paolo Ricci, Matteo E. Masciocchi, Adrien Merlini, Francesco P. Andriulli

AI总结 提出在自适应积分方法框架内以离散数值形式获得滤波核,实现与解析滤波器相当的结果,并确保与快速求解器的原生兼容性,应用于Calderón预条件EFIE。

详情
AI中文摘要

算子滤波允许对稠密积分算子进行正则化和压缩,有效减轻与迭代求解器相关的内存和计算成本。先前的工作引入了利用二维电场积分方程(EFIE)算子核的解析谱截断的滤波器。在本文中,我们将展示如何在自适应积分方法(AIM)框架内以离散数值形式获得滤波核,产生与解析滤波器完全可比的结果。通过直接对离散算子表示进行操作,所提出的策略确保了与快速求解器方案的原生且鲁棒的兼容性,而解析公式通常缺乏这种兼容性。所提出方法的有效性将通过数值结果证明,包括其在Calderón预条件EFIE中的应用。

英文摘要

Operator filtering allows for the regularization and compression of dense integral operators, effectively mitigating the memory and computational costs associated with iterative solvers. Previous works introduced filters that leverage the analytical spectral truncation of kernels for operators of the 2D Electric Field Integral Equation (EFIE). In this contribution, we will demonstrate how to obtain filtered kernels in a discrete numerical form within the framework of an Adaptive Integral Method (AIM), yielding results entirely comparable to analytical filters. By operating directly on the discrete operator representations, the proposed strategy ensures a native and robust compatibility with fast solver schemes that analytical formulations often lack. The effectiveness of the proposed approach will be demonstrated through numerical results, including its application to the Calderón preconditioned EFIE.

2606.10766 2026-06-10 cs.CE 新提交

Viable Supply Chain Network Design: Machine Learning-Derived Chance-Constrained Programming

可行的供应链网络设计:机器学习驱动的机会约束规划

Mohammad Rohaninejad, Behdin Vahedi-Nouri, Elham Jelodari Mamaghani, Mehdi Foumani, Olga Battaia

AI总结 针对设施中断下的两梯队供应链网络设计问题,提出联合考虑跨梯队中断的模型,通过整合弹性(备份重分配)、敏捷性(移动设施)和环境影响(排放上限)实现网络可行性,并采用机器学习增强的机会约束规划处理概率服务需求。

详情
AI中文摘要

本文研究了一个具有不可靠设施且易受中断影响的两梯队供应链网络设计问题。与现有孤立考虑供应链梯队的研究不同,所提出的模型明确捕获了跨梯队中断,并量化了纳入这种相互依赖性的价值。通过联合整合弹性(通过备份重分配)、敏捷性(通过移动设施)和环境影响(通过排放上限)来实现网络可行性,以确保两个梯队的需求满足并支持长期网络生存。开发了两种混合整数规划公式:基于场景的公式和隐式公式,两者都最小化期望固定和服务成本。为了处理概率服务需求,隐式公式采用了机器学习增强的机会约束规划方法,其中难以处理的能力机会约束被替换为学习到的线性切割,强制执行95%的服务置信水平。这些切割使用多种分类方法进行训练,包括逻辑回归、L1正则化逻辑回归、随机梯度下降、感知机算法以及正则化参数为0.1的逻辑回归,并选择性能最佳的分类器作为替代。为了进一步提高可扩展性,为隐式公式开发了两种固定-松弛启发式算法,而对基于场景的公式应用了样本平均近似(SAA)方法。计算实验表明,隐式公式为基于场景的公式提供了一种计算高效且高质量的替代方案。此外,所提出的启发式算法和SAA方法有效解决了中大规模实例,在可接受的计算时间内提供了高质量的解。

英文摘要

This paper investigates a viable two-echelon supply chain network design problem with unreliable facilities subject to disruptions. Unlike existing studies that consider supply chain echelons in isolation, the proposed models explicitly capture cross-echelon disruptions and quantify the value of incorporating such interdependencies. Network viability is achieved by jointly integrating resilience (via backup reassignment), agility (via mobile facilities), and environmental impact (via emissions caps) to ensure demand satisfaction across both echelons and support long-term network survival. Two mixed-integer programming formulations are developed: a scenario-based formulation and an implicit formulation, both minimizing expected fixed and service costs. To handle probabilistic service requirements, the implicit formulation incorporates a machine learning-enhanced chance-constrained programming approach, in which intractable capacity chance constraints are replaced by learned linear cuts enforcing a 95% service confidence level. These cuts are trained using several classification methods, including logistic regression, L1-regularized logistic regression, stochastic gradient descent, the perceptron algorithm, and logistic regression with a regularization parameter of 0.1, with the best-performing classifier selected as a surrogate. To further enhance scalability, two fix-and-relax heuristics are developed for the implicit formulation, while a sample average approximation (SAA) method is applied to the scenario-based formulation. Computational experiments demonstrate that the implicit formulation offers a computationally efficient and high-quality alternative to the scenario-based formulation. Moreover, the proposed heuristics and SAA approach effectively address medium- and large-scale instances, delivering high-quality solutions within acceptable computational times.

2606.10763 2026-06-10 cs.CE 新提交

Curved Mesh Adaptation for High-Order Finite Element Simulations

高阶有限元模拟的曲网格自适应

Aditya Yogesh Joshi, Mark S. Shephard

AI总结 提出一种与CAD几何交互的保形曲网格自适应方法,利用Bézier近似提高边界表示精度,并限制内部网格实体阶数不超过三次以保持计算效率,在射频天线自适应分析中验证。

详情
AI中文摘要

利用计算高效的高阶有限元方法对复杂工程问题进行自适应有限元分析,需要在一般三维域上具备自适应网格的能力,该网格包含能够维持所需域边界几何逼近水平的曲单元。本文提出一种保形曲网格自适应过程,旨在有效支持域几何由CAD系统定义的问题的自适应分析。局部网格修改过程与CAD几何交互,使表示这些边界的网格边和面弯曲至所用高阶单元的逼近阶。表示域边界的曲网格边和面基于Bézier逼近几何,与常用的插值方法相比,能更精确地评估表面相关量。为在网格自适应过程中实现计算效率,内部网格实体在保持单元形状控制的同时尽可能保持低几何阶。曲网格实体的阶数限制为不超过三次,这允许定义有效过程来定义必须弯曲的有限数量内部网格实体的形状。这些过程完全并行化,并在包含完整表示的射频天线的磁约束聚变系统的自适应射频分析中得到验证。

英文摘要

The ability to take advantage of computationally efficient high-order finite element methods to perform adaptive finite element analysis of complex engineering problems over general 3D domains requires the ability to adapt meshes with curved elements that maintain the level of geometric approximation of the domain boundary required. This paper presents a conforming curved mesh adaptation procedure aimed at effectively supporting automated adaptive analysis of problems for which the domain geometry is defined in a CAD system. The local mesh modification procedures interact with the CAD geometry to curve the mesh edges and faces representing those boundaries to the order of approximation of the high-order elements being used. The curved mesh edges and faces representing the domain boundaries are based on Bézier approximation geometry, which provides more accurate evaluations of surface-related quantities of interest than the commonly used interpolation methods. To attain computational efficiency during mesh adaptation, the interior mesh entities have their geometric order kept as low as possible while still maintaining control of element shapes. The order of curved mesh entities is limited to no higher than cubic, which allows the definition of an effective procedure to define the shape of the limited number of interior mesh entities that must be curved. The procedures, which are fully parallelized, are demonstrated on the adaptive radio-frequency analysis of a magnetically confined fusion system containing a fully represented radio-frequency antenna.

2606.10753 2026-06-10 cs.GR cs.HC cs.MM 新提交

Deploying Speech-Driven 3D Facial Animation in Unreal Engine for Production-Ready Digital Humans

在虚幻引擎中部署语音驱动的3D面部动画以实现生产就绪的数字人类

Alessandro Busacchi, Kazi Injamamul Haque, Zerrin Yumak

AI总结 提出一种在虚幻引擎中直接部署语音驱动3D面部动画的系统,通过ARKit兼容表示和数据集转换,实现随机和情感可控动画,并与商业工具对比验证效果。

Comments 11 pages

详情
AI中文摘要

语音驱动的3D面部动画研究已显示出有希望的结果,但大多数方法依赖于与生产管线不兼容的表示。在这项工作中,我们提出了一种可部署的系统,通过使用ARKit兼容表示在虚幻引擎(UE)中直接实现语音驱动的3D面部动画,弥合了这一差距。我们利用MediaPipe将MEAD语料库转换为混合变形序列,构建了3DMEAD-ARKit数据集,并重新训练了FaceDiffuser和ProbTalk3D-X以生成随机和情感可控的动画。我们进一步开发了一个带有Python后端的模块化UE插件,支持模型选择和参数控制。我们通过感知用户研究将结果与两个现有商业工具:Epic Games的MetaHuman语音驱动动画器和Nvidia Audio2Face进行了比较。结果凸显了学术与商业管线之间比较的重要性。我们建议观看补充视频。我们还计划在Siggraph 2026会议上进行我们工作的现场演示。

英文摘要

Speech-driven 3D facial animation research has shown promising results, but most methods rely on representations that are not compatible with production pipelines. In this work, we present a deployable system that bridges this gap by enabling speech-driven 3D facial animation directly in Unreal Engine (UE) using ARKit-compatible representations. We construct 3DMEAD-ARKit dataset by converting the MEAD corpus into blendshape sequences using MediaPipe, and retrain FaceDiffuser and ProbTalk3D-X to generate stochastic and emotion controllable animations. We further develop a modular UE plugin with a Python backend that supports model selection, and parameter control. We compare the results to two existing commercial tools: Epic Games' MetaHuman speech-driven animator and Nvidia Audio2Face with a perceptual user study. The results highlight the importance of comparisons among academic and commercial pipelines. We recommend watching the supplementary video. We also plan to do live demonstrations of our work at Siggraph 2026 conference.

2606.10726 2026-06-10 cs.DL cs.CY 新提交

Beyond Journals: Rethinking Research Evaluation in Hungarian Computer Science

超越期刊:重新思考匈牙利计算机科学中的研究评价

János Tapolcai, Márk Jelasity, Lajos Rónyai, András Benczúr, Tibor Gyimóthy, Csaba Benedek

AI总结 本研究通过分析匈牙利计算机科学中顶级会议论文的分布与作者轨迹,发现当前以期刊为导向的国家科学计量实践与国际规范脱节,导致激励扭曲,建议将CORE A*和A论文分别等同于D1和Q1期刊。

Comments A Hungarian version of this article has been accepted for publication in Magyar Tudomány, the journal of the Hungarian Academy of Sciences

详情
AI中文摘要

本研究考察了顶级会议出版物在匈牙利计算机科学研究中的作用。我们表明,当前以期刊为导向的国家科学计量实践与国际规范脱节,在研究人员评价中造成激励扭曲。通过链接多个数据库(iCore、DBLP、MTMT、MTA-ATT),我们绘制了匈牙利附属的CORE A*和A会议论文、其时间和主题分布以及作者轨迹。我们的结果表明,在理论领域,国际会议发表比应用领域更早成为常态。同时,在应用领域,成功的研究人员更有可能在国外机构或工业界职位上继续其职业生涯。总体而言,已经建立起来的、国际上最成功的研究人员中有相当一部分现在隶属于国外机构。我们建议在国家评价体系中,将CORE A*论文视为等同于D1,将CORE A论文视为等同于Q1期刊。

英文摘要

This study examines the role of top-tier conference publications in Hungarian computer science research. We show that the national scientometric practice, which is currently journal-oriented, diverges from international norms, creating incentive distortions in researcher evaluation. By linking multiple databases (iCore, DBLP, MTMT, MTA-ATT), we mapped Hungarian-affiliated CORE A* and A conference papers, their temporal and thematic distribution, and author trajectories. Our results indicate that, in theoretical fields, publishing at international conferences became common earlier than in applied fields. At the same time, in applied fields, successful researchers are more likely to continue their careers in foreign institutions or in industry positions. Overall, a substantial share of the already established, internationally most successful researchers are now affiliated with institutions abroad. We recommend recognizing CORE A* papers as equivalent to D1 and CORE A papers as equivalent to Q1 journals in national evaluation systems.

2606.10724 2026-06-10 cs.CR 新提交

Fingerprinting All AI Cluster I/O Without Mutually Trusted Processors

无需互信处理器的所有AI集群I/O指纹识别

Naci Cankaya, Jakub Kryś, Jonathan Ng, Luke Marks, Felix Krückel

AI总结 提出一种通过网络分流器计算哈希来加密承诺进出数据中心所有信息的方法,并设计“安全网关设备”消除隐蔽信道,以实现对AI集群I/O的可验证审计。

详情
AI中文摘要

为准备潜在的人工智能国际协议,开发AI数据中心的验证基础设施至关重要。我们提出了一种方法,用于加密承诺进出数据中心的所有信息:哈希由放置在集群与外部世界之间所有信息承载线路上的网络分流器计算,使审计员能够事后挑战要发送到隐私保护验证设施的前映像数据,以进行合规检查。我们的目标是使通过被分流线路秘密泄露集群中未公开工作负载结果变得不可行。为此,我们指定了“安全网关设备”的架构,该设备处理哈希数据事后验证无法解决的隐蔽信道的擦除:模拟和定时侧信道,以及网络协议头中的隐写术。该架构消除了对证明者和验证者都信任的任何处理器的需求,利用无源光纤分路器和抛硬币协议在需要时生成随机数。我们预计演示设备的开发成本大约相当于一个小型工程师团队几个月的工作量,且物料清单相对较小。

英文摘要

In preparation for potential international agreements on artificial intelligence, the development of verification infrastructure for AI data centres is vital. We propose a method for cryptographically committing all information entering and leaving a data centre: Hashes are computed by network taps placed on all the information-carrying wires between the cluster and the outside world, enabling an auditor to retroactively challenge the preimage data to be sent to a privacy-preserving verification facility performing compliance checks. Our goal is to make it infeasible to covertly exfiltrate the results of undisclosed workloads in the cluster through the tapped wires. To this end, we specify the architecture of a ``Secure Gateway Device'', which handles the erasure of covert channels that post-hoc verification on hashed data cannot address: analogue and timing side-channels, as well as steganography in network protocol headers. The architecture eliminates the need for any processors trusted by both the Prover and the Verifier, leveraging passive optical fibre splitters and coin-flip protocols for random number generation where needed. We expect development costs of a demonstration device to be roughly equivalent to the cost of a small team of engineers for a few months, with a comparatively small bill of materials.

2606.10720 2026-06-10 cs.GT 新提交

A Pigouvian Matchmaker Mechanism for De-escalating the AGI Race

一种用于缓和AGI竞赛的庇古匹配机制

Eduard Kapelko

AI总结 提出一种正式机制,通过监管者-匹配者促进AGI竞赛参与者资源合作,征收庇古税并投资于对齐研究,在连续时间期权框架下推导参与条件和最优活动水平。

详情
AI中文摘要

提出一种正式机制,其中愿意的监管者-匹配者促进AGI竞赛参与者之间的资源合作,根据其引起的加速征收庇古税,并将收益投资于对齐研究。该构造在Tan(2025)的连续时间期权框架中推导,其中合作被视为参与玩家基础资产价值的跳跃,庇古成分与增加预期损失的边际效应相匹配,而总筹集资金内生化安全学习的速度。展示了该框架如何确定参与和最优活动水平。推导了进入市场的最优条件,并证明如果支持的投资组合与能力分量之间的正交性条件成立,则自杀区域在有限时间内坍缩,该时间的上界被推导为确定性项和随机项之和。最后,如果正交性被违反,则证明增强匹配者能力不能恢复市场的优越性。该构造连接了包括双边市场、庇古税、自律组织、私人执法、AI竞赛的演化建模、实物期权与期权博弈、比较进展测量以及自杀区域分析在内的研究领域。

英文摘要

A formal mechanism is presented in which a willing regulator-matchmaker fosters cooperation on resources among participants in the AGI race, collects a Pigouvian tax based on the speed-up it induces, and invests the proceeds into alignment research. The construction is derived in the continuous-time options framework of Tan (2025) in which cooperation is treated as a jump in the underlying asset value of participating players, the Pigouvian component is matched to the marginal effect of increasing expected loss, and the total collected fund endogenizes the rate of learning on safety. It is shown how the framework allows for determining participation and optimal activity levels. Conditions under which it is optimal to enter the market are derived, and it is proven that if the orthogonality condition holds between the supported portfolio and the abilities component, the Suicide Region collapses at finite time, and the upper bound for this time is derived as sum of a deterministic and random term. Finally, if orthogonality is violated, it is proven that enhancing matchmaker capacity does not recover the market's superiority. The construction links research areas including two-sided markets, Pigouvian taxes, self-regulatory organizations, private law enforcement, evolutionary modeling of AI races, real options and option games, measurement of comparative progress and analysis of the Suicide Region.

2606.10711 2026-06-10 cs.CY 新提交

The Agentic Web Requires New Normative Infrastructure

代理网络需要新的规范基础设施

Cameron Pattison, Matthew Boulos, Noam Kolt, Changbai Li, Tiziano Piccardi, Seth Lazar

AI总结 本文指出,用户通过AI代理与互联网交互的代理网络虽已技术可行,但过时的法律和服务条款阻碍了其发展,呼吁建立新的法律、规范和惯例来规范代理访问,并倡导政策以允许用户授权的代理在线行动。

Comments 1 figure

详情
AI中文摘要

代理网络,即用户主要通过代表其行事的代理与互联网交互,现已技术可行。然而,许多原本可以通过在线AI代理严格遵循委托人利益实现的消费者和社会利益,目前受到过时法律、服务条款及其他非正式实践的阻碍,这些实践允许在线平台秘密阻止和降低代理访问。目前,没有区分“恶意机器人”和拥有用户明确委托授权的AI代理。为了让代理网络实现其承诺,不仅需要协议和接口的技术基础设施,还需要一套广泛接受且有益社会的法律、规范和惯例的规范基础设施,以管理代理对在线财产的访问。构建这一规范基础设施需要全社会的对话。本文旨在促成这一对话,确定可指导该对话的规范原则,并倡导政策,使用户的适当委托代理能够代表他们在网上行动,同时考虑到其他合法利益,尽可能减少对其行动的限制。

英文摘要

The agentic web, in which users interact with the internet largely through agents acting on their behalf, is now technically feasible. However, many of the consumer and social benefits that could be realized by online AI agents acting scrupulously in their principals' interest are currently obstructed by outdated laws, terms of service, and other less formal practices which allow online platforms to block and degrade agent access, often in secret. No distinction is currently drawn between "malicious bots" and AI agents acting with the express delegated authority of a user. For the agentic web to realize its promise, it needs not only the technical infrastructure of protocols and interfaces, but the normative infrastructure of a broadly-accepted and socially-beneficial set of laws, norms and practices governing agentic access to online properties. Building that normative infrastructure requires a society-wide conversation. This paper aims to help precipitate that conversation, to identify normative principles that can guide it, and to advocate for policies that enable users' appropriately delegated agents to act online on their behalf, with as few curbs on their doing so as is reasonable given the other legitimate interests at stake.

2606.10708 2026-06-10 cs.NI 新提交

High-Speed Generation of Periodic Traffic Patterns on P4TG for DDoS and Burst-Load Evaluation

基于P4TG的高速周期性流量模式生成用于DDoS和突发负载评估

Fabian Ihle, Etienne Zink, Michael Menth

AI总结 提出一种P4TG数据平面机制,生成周期性时变流量模式(包括DDoS和突发负载),支持高达4 Tbit/s聚合吞吐量,并评估精度、可扩展性及实际用例。

Comments Accepted for publication at 12th IEEE International Conference on Network Softwarization (NetSoft 2026)

详情
AI中文摘要

流量生成器是评估网络系统鲁棒性和性能的重要工具。P4TG是一个基于P4的开源硬件加速流量生成器,专为Intel Tofino ASIC设计。由于其灵活性、多太比特生成能力以及相比其他流量生成器的低成本,已被研究人员和工业界采用。然而,与大多数现有生成器一样,它主要产生恒定比特率流量,无法反映真实网络中观察到的高度时变行为,如闪群和微突发。使用当前工具难以大规模模拟此类模式。我们提出了一种P4TG的数据平面机制,用于塑造周期性的时变流量模式,包括代表DDoS攻击和突发负载场景的模式。P4TG中的模式塑造可应用于其生成的流量,聚合吞吐量高达4 Tbit/s。我们评估了模式精度,并分析了不同采样分辨率和周期下的可扩展性。此外,我们展示了实际用例,包括零丢包吞吐量确定和缓冲区容量测量。最后,我们提出了基于微突发的攻击场景,这些场景会使UDP接收器过载、交换机缓冲区饱和,并降低共享链路上的TCP吞吐量,同时保持对传统速率监控的不可检测性。

英文摘要

Traffic generators are essential tools for evaluating the robustness and performance of networked systems. P4TG is an open-source, hardware-accelerated traffic generator implemented in P4 for the Intel Tofino ASIC. It has been adopted by researchers and industry due to its flexibility and multi-terabit generation capability, and its low cost compared to other traffic generators. However, like most existing generators, it primarily produces constant bit rate traffic, which does not reflect the highly time-varying behavior observed in real networks, such as flashcrowds and microbursts. Such patterns are difficult to emulate at scale with current tools. We present a data plane mechanism for P4TG that shapes periodic, time-varying traffic patterns, including patterns representative of DDoS attacks and burst-load scenarios. Pattern shaping in P4TG can be applied to its generated traffic at an aggregate throughput of up to 4 Tbit/s. We evaluate pattern accuracy and analyze scalability across different sampling resolutions and periods. Further, we demonstrate practical use cases, including zero-loss throughput determination and buffer capacity measurement. Finally, we present microburst-based attack scenarios that overload UDP receivers, switch buffers, and degrade TCP throughput on shared links while remaining undetectable to conventional rate monitoring.