<?xml version='1.0' encoding='utf-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Paper Feeds (arXiv)</title>
    <link>https://feeds.gw-api.xyz</link>
    <description>Keyword-based research paper feeds from arXiv</description>
    <lastBuildDate>Fri, 11 Sep 2026 00:22:22 +0000</lastBuildDate>
    <atom:link href="https://feeds.gw-api.xyz/feed-arxiv.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>When Topology Betrays Privacy: Lattice-Based Reconstruction Attacks on Secure Aggregation in Decentralized Federated Learning</title>
      <link>https://arcxiv.org/abs/2609.08476</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.08476</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.08476"&gt;https://arcxiv.org/abs/2609.08476&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;安全聚合（SA）被广泛视为联邦学习中防止模型更新泄露的强大防御机制。然而，在去中心化联邦学习（DFL）中，SA通常被实例化为局部邻域聚合，本文揭示了这种局部性会引发严重的结构性隐私泄露。具体而言，稀疏的去中心化拓扑为共谋的半诚实节点提供了不对称的聚合视图，从而暴露出诚实参与者私有状态的多个隐藏线性组合。由于私有状态和聚合系数均处于隐藏状态，从这些视图中重建私有数据面临根本性挑战。为攻克这一难题，本文首次将该攻击场景与密码学中经典的“隐藏子集和问题”建立了形式化联系，并创新性地提出了一种基于格（lattice）的重建方法。该方法巧妙结合格归约算法与结构过滤技术，成功从复杂的聚合视图中还原出受保护的模型状态。我们在图像、表格和文本任务上，针对稀疏DFL拓扑进行了全面评估。实验结果确凿地表明，共谋的半诚实节点能够精准恢复诚实节点的原始本地更新，进而实现对私有训练数据的下游重建。本研究深刻指出，当局部聚合导致不对称观测时，仅凭安全聚合无法保障DFL的隐私安全。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Secure Aggregation (SA) is widely considered a robust privacy defense in Federated Learning. However, its instantiation as local neighborhood aggregation in Decentralized Federated Learning (DFL) introduces critical structural vulnerabilities. This paper demonstrates that sparse DFL topologies create asymmetric aggregate views for colluding semi-honest nodes, exposing hidden linear combinations of honest participants&amp;#x27; private states. To address the fundamental challenge of reconstructing states when both the private updates and aggregation coefficients are completely hidden, we establish a formal connection to the Hidden Subset Sum Problem in cryptography. Building on this theoretical formulation, we propose a novel lattice-based reconstruction attack that strategically combines lattice reduction with structural filtering to recover protected model states. Extensive evaluations across image, tabular, and text tasks under sparse topologies reveal that colluding nodes can accurately reconstruct the original local updates of honest participants, ultimately enabling the downstream recovery of private training data. Our findings conclusively show that SA alone fails to guarantee privacy in DFL when local aggregation induces asymmetric observations.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Secure Aggregation (SA) is widely regarded as a strong defense against model-update leakage in Federated Learning (FL), as it reveals only aggregate results while hiding individual updates. In Decentralized Federated Learning (DFL), SA is commonly instantiated as local neighborhood aggregation, where each node obtains a weighted aggregate over its neighbors. We show that this locality creates a structural leakage surface: sparse decentralized topologies provide colluding semi-honest nodes with asymmetric aggregate views, exposing multiple hidden linear combinations of honest participants&amp;#x27; private states. Reconstructing private states from these aggregate views is fundamentally challenging, as both the private states and the aggregation coefficients are hidden. We tackle this challenge by establishing a formal connection to the Hidden Subset Sum Problem, a long-studied problem in cryptography. Building on this formulation, we design a lattice-based reconstruction approach that combines lattice reduction with structural filtering to reconstruct protected model states. We evaluate our attack on image, tabular, and text tasks under sparse DFL topologies. Our results show that colluding semi-honest nodes can recover the original local updates of honest nodes, enabling downstream reconstruction of private training data. These findings demonstrate that SA alone does not guarantee privacy in DFL when local aggregation induces asymmetric observations.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Tue, 08 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>Windows Malware Detector as a Compound AI System: Trade-Offs in Accuracy, Efficiency, and Adversarial Robustness</title>
      <link>https://arcxiv.org/abs/2609.08394</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.08394</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.08394"&gt;https://arcxiv.org/abs/2609.08394&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：工业级Windows恶意软件检测器通常被视为由规则机制及机器学习驱动的静态和动态分析等异构组件组成的“复合AI系统”。然而，受限于工业保密性，其内部架构难以被系统评估准确性、计算成本及对抗鲁棒性。相比之下，学术研究虽具备透明度，但多孤立地评估单一检测组件。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新&lt;/strong&gt;：为弥合学术研究与工业实践的鸿沟，本文受先进工业架构启发，提出了一种新颖的研究方法。首先，该方法显式地平衡了检测性能、计算需求与对抗鲁棒性三者之间的权衡；其次，引入了系统级威胁模型，旨在捕捉攻击者如何利用不同程度的先验知识来规避整个复合AI系统，而非仅仅针对单一检测器。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现&lt;/strong&gt;：基于真实世界数据的实验表明，优化后的复合AI系统能够显著缩短训练时间并提升系统响应速度，且检测性能的损失微乎其微。此外，威胁建模分析揭示，掌握更多信息的攻击者能够构造更有效的对抗样本，这不仅暴露了系统的优劣势并降低了其响应能力，还深刻揭示了系统效率与鲁棒性之间存在直接的权衡关系。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;结论&lt;/strong&gt;：最后，本文将上述复杂的权衡转化为实用的部署指南与核心建议，协助安全从业者根据实际运营约束，精准选择最契合的恶意软件检测系统。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;To bridge the gap between isolated academic research and opaque industrial practices, this paper proposes a novel methodology for evaluating Windows malware detectors as Compound AI Systems, introducing a framework that explicitly balances the critical trade-offs among detection accuracy, computational efficiency, and adversarial robustness. Additionally, we develop system-level threat models to simulate how attackers with varying degrees of prior knowledge exploit the entire architecture, demonstrating through real-world experiments that our optimized system significantly reduces training time and improves responsiveness with only marginal detection accuracy loss. Furthermore, our analysis reveals that highly knowledgeable attackers can craft effective adversarial examples that expose a direct trade-off between system efficiency and robustness, ultimately allowing us to translate these empirical findings into actionable deployment guidelines to help practitioners select systems that best match their operational constraints.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Industrial Windows malware detectors are commonly described as Compound AI Systems composed of multiple heterogeneous components, including rule-based mechanisms as well as machine-learning-based static and dynamic analyses. However, due to industrial secrecy and limited public disclosure, the internal architectures of these systems can only be inferred, rendering systematic evaluations of detection accuracy, computational costs, and adversarial robustness largely infeasible. In contrast, academic research provides reproducible and transparent evaluation methodologies, but typically investigates individual detection components in isolation. To bridge the gap between academic research and industrial practice, and inspired by state-of-the-art industrial architectures for Windows malware detection, we propose a novel methodology that (i) explicitly balances the trade-off among detection performance, computational requirements, and robustness, and introduces (ii) system-level threat models that capture how attackers exploit different degrees of knowledge to evade the entire Compound AI System rather than isolated detectors. Experiments conducted on real-world data demonstrate that the Compound AI System training time can be reduced and responsiveness improved while incurring only a marginal loss in detection performance. Leveraging our threat modeling, we show that increasingly knowledgeable attackers craft more effective adversarial examples, revealing the system&amp;#x27;s strengths and weaknesses, degrading its responsiveness, and exposing a direct trade-off between efficiency and robustness. Finally, we translate these trade-offs into take-home messages and deployment guidelines, helping practitioners to select the system that best matches their operational constraints.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Tue, 08 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>adversarial</category>
      <category>learning</category>
      <category>machine</category>
    </item>
    <item>
      <title>HoneyRoute: Honeypot-Model Routing for Adversarial LLM Serving</title>
      <link>https://arcxiv.org/abs/2609.08306</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.08306</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.08306"&gt;https://arcxiv.org/abs/2609.08306&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;本文提出了一种名为 &lt;strong&gt;HoneyRoute&lt;/strong&gt; 的推理服务层，旨在检测针对大语言模型（LLM）的恶意请求，并将其路由至专用蜜罐模型，从而在保护生产模型的同时持续收集攻击者情报。现有防御机制通常将陷阱嵌入模型内存或在协议层重建欺骗，导致服务层缺乏保护且无法将反馈用于检测。为此，HoneyRoute 创新性地耦合了三大核心组件：(1) &lt;strong&gt;流式路由器&lt;/strong&gt;（基于冻结的0.8B嵌入主干和按域划分的MLP头）；(2) &lt;strong&gt;双重实现蜜罐&lt;/strong&gt;（基于规则/提示工程的代码蜜罐或同家族专用副本）；(3) &lt;strong&gt;分析循环&lt;/strong&gt;（将捕获的交互转化为攻击者指纹以重新训练路由器）。在生产数据流和七域攻击语料库上的实验表明，HoneyRoute 在仅增加 38 毫秒中位延迟的情况下达到了 0.911 的 F1 分数。它以 1/385 的延迟实现了双层防护 LLM 级联 96% 的性能，并在 13 种对抗性变换下保持 0% 逃逸率。此外，分流恶意请求可使生产模型在并发攻击下的 token 消耗降低 97.8%。训练副本对 92.9% 的良性请求与生产模型保持一致。最后，循环训练的校正头将合法安全研究的误路由率降低了 9 倍，检测 F1 提升至 0.933。本研究为对抗性 LLM 服务提供了高效、低延迟且具备自适应进化能力的防御新范式。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;We introduce &lt;strong&gt;HoneyRoute&lt;/strong&gt;, an inference-serving layer designed to detect and route malicious requests in Large Language Model (LLM) deployments to dedicated honeypot models, shielding production systems while harvesting attacker intelligence. Unlike existing defenses that leave the serving tier unprotected, HoneyRoute integrates a streaming router, a dual-implementation honeypot, and an analysis loop that converts trapped interactions into attacker fingerprints for continuous router retraining. Extensive evaluations demonstrate that HoneyRoute achieves an F1 score of 0.911 with only 38 ms median added latency, matching 96% of a two-tier guard-LLM cascade at 1/385th of its latency while maintaining a 0% evasion rate under 13 adversarial transformations. Furthermore, diverting malicious traffic reduces production token consumption by 97.8% during concurrent flooding attacks, and a loop-trained correction head significantly minimizes the misrouting of legitimate security research by 9x, boosting the detection F1 to 0.933. Ultimately, this approach establishes a highly efficient, low-latency, and adaptively evolving defense paradigm for adversarial LLM serving environments.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;We introduce HoneyRoute, an inference-serving layer that detects whether an incoming request is malicious and, if so, routes it to a dedicated honeypot model, shielding production while the adversary&amp;#x27;s interaction is continuously harvested for intelligence. Existing defenses embed traps inside model memory or rebuild deception at the protocol layer, leaving the serving tier unprotected and feeding nothing back into detection. HoneyRoute couples (i) a streaming router (a frozen 0.8B-embedding backbone with per-domain MLP heads), (ii) a dual-implementation honeypot (a rule/prompt-engineered code honeypot or a dedicated same-family replica), and (iii) an analysis loop that converts trapped interactions into attacker fingerprints for router retraining. On a production trace plus a seven-domain attack corpus, the router reaches F1=.911 at 38 ms median added latency, matching 96% of a two-tier guard-LLM cascade&amp;#x27;s F1 at 1/385 of its latency with 0% evasion under 13 adversarial transformations; diverting the malicious share cuts production-model token consumption under concurrent flooding with real GCG-suffix payloads by 97.8%; the trained replica agrees with the production model on 92.9% of benign holdout requests, while naive unconditional bait injection collapses to 7.6% and selective camouflaged injection recovers to 88.9%, mapping the recoverable fidelity-traceability frontier; and a loop-trained correction head cuts misrouting of legitimate security research 9x while raising detection F1 to .933.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Tue, 08 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>inference</category>
      <category>injection</category>
      <category>llm</category>
      <category>prompt</category>
      <category>security</category>
    </item>
    <item>
      <title>Style Over Substance: Content-Invariant Wrappers Flip LLM Safety-Judge Verdicts</title>
      <link>https://arcxiv.org/abs/2609.08236</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.08236</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.08236"&gt;https://arcxiv.org/abs/2609.08236&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：自动安全评判系统（如 Llama Guard 或 GPT-4o）生成的数据被广泛用于评估大语言模型的越狱成功率、防御效果及安全排行榜。然而，这些评判系统究竟是依据回复的实质内容还是表面风格进行安全判定，仍是一个关键问题。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：本研究提出“内容不变的风格包装”方法。在保持模型回复主体内容逐字节不变的前提下，为其添加仅改变语气的固定字符串（如教育免责声明、伪造的安全推理块、或带有拒绝前缀的有害内容），以及将无害拒绝包装成危险语气的框架。通过在 JailbreakBench 数据集上对 600 个回复应用多达 7 种包装形式，并测试 8 个主流安全评判器，量化评判结果的翻转率。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现&lt;/strong&gt;：虽然多数评判器表现稳定，但特定评判器存在极易被利用的盲点。例如，仅添加“拒绝前缀”包装就导致 GPT-4o-mini 19.9% 的正确“不安全”判定发生翻转；部署版的 Llama Guard 4 更是被确定性欺骗，其 12.3% 的有害判定因“教育课程”框架被误判为安全。相反，gpt-oss-safeguard-20b 对此免疫，且仅重写评分提示词就能将攻击成功率降低十倍，证明漏洞源于评判器本身。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新点&lt;/strong&gt;：双人人工验证确认了 100% 的内容不变性，并证实 90% 的翻转纯属评判器错误。本研究揭示了安全评判器的脆弱性，并开源了相关数据集、代码及包装器。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Background &amp;amp; Method&lt;/strong&gt;: Automatic safety judges are critical for evaluating LLM security, yet it remains unclear whether they assess the actual content or merely the stylistic presentation of responses. To investigate this, we introduce &amp;quot;content-invariant style wrappers&amp;quot;—such as educational disclaimers, fake reasoning blocks, or deceptive framing—that alter only the tone while preserving the core reply byte-for-byte.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Key Findings&lt;/strong&gt;: Evaluating over 600 JailbreakBench responses across 8 judges, we reveal that while most judges remain robust, specific deployed models harbor easily exploitable blind spots. For instance, a token-refusal wrapper flips 19.9% of GPT-4o-mini&amp;#x27;s correct unsafe verdicts, and an &amp;quot;educational course&amp;quot; framing deterministically tricks Llama Guard 4 into flipping 12.3% of its harmful verdicts to safe.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Contribution&lt;/strong&gt;: Human validation confirms that 90% of these flips are pure judge errors, proving the vulnerability lies within the judge rather than the content itself, and we release the complete dataset, wrappers, and code to advance robust safety evaluations.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Automatic safety judges -- systems such as Llama Guard or a GPT-4o grading prompt that decide whether a model&amp;#x27;s reply is harmful -- produce the numbers behind almost every reported jailbreak success rate, defense evaluation, and safety leaderboard. We ask whether these judges grade what a reply contains or how it sounds. We keep a reply&amp;#x27;s content fixed and add content-invariant style wrappers: fixed strings placed before or after the reply that change only its tone (an educational disclaimer, a fake safety &amp;quot;reasoning&amp;quot; block, a token refusal followed by the unchanged harmful body), or, on harmless refusals, framing that merely sounds dangerous. The body is preserved byte-for-byte, so a faithful judge must return the same verdict, and any flip is an error of the judge, not a change in safety. Over 600 JailbreakBench replies x up to 7 forms x 8 judges, we measure flip rates with paired significance tests and measured noise floors. Findings are precise rather than universal: most judges barely move, but specific judges harbor cheaply exploitable blind spots. A token-refusal wrapper flips 19.9% of GPT-4o-mini&amp;#x27;s correct &amp;quot;unsafe&amp;quot; verdicts (noise floor 0.5%; 18.2% under majority-of-three re-scoring) yet moves Claude only 0.4%. The deployed Llama Guard 4 is deterministically gamed: an &amp;quot;educational course&amp;quot; framing flips 12.3% of its harmful verdicts to safe. A second deployed guard (gpt-oss-safeguard-20b) is immune, and rewriting only the grading prompt (StrongREJECT-style) cuts the attack tenfold on the identical model -- the vulnerability lives in the judge, not the content. A two-annotator human validation confirms 100% content invariance and 90% of flips as judge errors (kappa 0.95-1.0), and a bootstrap shows the underlying model ranking is already unstable to sampling alone. We release the dataset, wrappers, code, and per-verdict labels.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Tue, 08 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>jailbreak</category>
      <category>llm</category>
    </item>
    <item>
      <title>Geographically Regularized AUC-Maximizing Personalized Federated Learning</title>
      <link>https://arcxiv.org/abs/2609.08379</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.08379</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.08379"&gt;https://arcxiv.org/abs/2609.08379&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：在传染病爆发期间，构建准确的诊断与风险预测模型对于支持临床决策至关重要。然而，由于严格的隐私保护和数据治理要求，医疗机构之间难以共享患者级别的数据。此外，不同机构间的数据分布往往存在显著的异质性。同时，受试者工作特征曲线下面积（AUC）作为评估模型判别性能的核心指标，直接在模型开发中对其进行优化具有重要的临床价值。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：针对上述挑战，本研究提出了一种&lt;strong&gt;基于地理正则化AUC最大化的个性化联邦学习框架（GrAUC-PFL）&lt;/strong&gt;。该方法在确保患者数据不出本地的前提下，直接优化平滑的成对AUC代理损失函数，以学习个性化预测模型，并有效应对医疗机构间的异质性。创新性地，该框架引入了基于图的正则化机制，利用地理空间信息，鼓励地理位置相邻的医疗机构学习相似的模型系数向量，从而在保持模型个性化的同时，充分利用地理邻近机构间的潜在相似性。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;结果与结论&lt;/strong&gt;：通过广泛的模拟实验与真实世界数据应用，结果表明 GrAUC-PFL 显著提升了模型的判别性能。特别是当地理上相邻的医疗机构具有相似的数据生成特征时，该方法的性能优势更为突出。本研究为跨机构的医疗预测模型构建提供了一种兼顾隐私保护、数据异质性与空间相关性的有效新范式。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Accurate diagnostic and risk-prediction models are crucial for clinical decision-making during infectious disease outbreaks. However, strict privacy constraints and significant data heterogeneity across healthcare institutions severely limit centralized data sharing. To address these challenges, we propose &lt;strong&gt;Geographically Regularized AUC-Maximizing Personalized Federated Learning (GrAUC-PFL)&lt;/strong&gt;, a novel framework that directly optimizes a smooth pairwise AUC surrogate to learn personalized models while keeping patient-level data strictly local. Innovatively, our approach incorporates a graph-based regularization mechanism that leverages spatial information, encouraging geographically neighboring institutions to share similar coefficient vectors without compromising model personalization. Extensive simulations and real-world data applications demonstrate that GrAUC-PFL significantly enhances discriminative performance compared to existing methods. Notably, the performance gains are particularly substantial when geographically adjacent institutions exhibit similar data-generating characteristics. Ultimately, this study provides a robust, privacy-preserving paradigm for developing personalized predictive models in heterogeneous, multi-institutional healthcare networks.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Accurate diagnostic and risk-prediction models are important for supporting clinical decision-making during infectious disease outbreaks. However, privacy and governance requirements may restrict patient-level data sharing across healthcare institutions, and data distributions often vary. Moreover, AUC is widely used to evaluate discriminative performance, motivating its direct optimization in model development. We propose geographically regularized AUC-maximizing personalized federated learning (GrAUC-PFL), which directly optimizes a smooth pairwise AUC surrogate to learn personalized models while keeping patient-level data local and accounting for institutional heterogeneity. Graph-based regularization encourages geographically neighboring institutions to have similar coefficient vectors while retaining a personalized models. Simulations and a real-data application suggest improved discriminative performance, particularly when geographically neighboring institutions have similar data-generating characteristics.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Tue, 08 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>AgentGrad: Intervention-guided Prompt Optimization for Multi Agent Systems</title>
      <link>https://arcxiv.org/abs/2609.08572</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.08572</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.08572"&gt;https://arcxiv.org/abs/2609.08572&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;基于大语言模型（LLM）的多智能体系统（MAS）通过采用多个专业智能体实现了卓越性能，但其表现高度依赖于提示词设计。在MAS提示词优化中，利用自然语言反馈指导更新的“文本梯度”方法已成为主流范式。然而，现有方法在梯度提取和聚合阶段存在明显局限：提取时未验证修改是否真能解决失败，且缺乏对中间输出的智能体级别监督；聚合时随机拼接独立梯度，混合了无关失败模式，导致泛化能力差。&lt;/p&gt;&lt;p&gt;为解决上述问题，本文提出 &lt;strong&gt;AgentGrad&lt;/strong&gt;，一种基于顺序干预和语义文本梯度抽象的MAS提示词优化框架。针对每次失败，顺序干预机制逐一修改智能体行为，精准定位能解决问题的目标智能体，并将其修改后的输出作为监督信号提取细粒度梯度。语义文本梯度抽象则对相似梯度聚类，防止无关模式混合，并抽象出捕捉共同纠正模式的泛化梯度。实验表明，AgentGrad 在五个 MAS 基准上均取得最先进（SOTA）性能，且实际优化时间平均减少 2.5 倍。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;While text-based gradient methods are a leading paradigm for optimizing prompts in Large Language Model-based multi-agent systems (MAS), existing approaches suffer from critical limitations where gradient extraction lacks failure-resolution verification and agent-level supervision, and gradient aggregation randomly concatenates individual gradients, thereby mixing unrelated failure modes and severely degrading generalization. To address these challenges, we propose &lt;strong&gt;AgentGrad&lt;/strong&gt;, a novel prompt optimization framework based on sequential intervention and semantic textual gradient abstraction. Specifically, AgentGrad employs sequential intervention to precisely identify the target agent whose modification resolves a specific failure, utilizing its modified output as agent-level supervision for fine-grained gradient extraction. Furthermore, it clusters semantically similar gradients to abstract generalized corrective patterns, effectively preventing the mixing of unrelated failure modes and ensuring robust prompt updates. Experimental results demonstrate that AgentGrad achieves state-of-the-art performance across five MAS benchmarks and significantly improves overall efficiency, reducing average wall-clock optimization time by $2.5\times$ compared to the next-fastest baseline.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Large language model (LLM)-based multi-agent systems (MAS) achieve strong performance by employing specialized multiple agents, yet their performance depends on the prompt design of each agent. For MAS prompt optimization, textual gradient methods that guide prompt updates using natural-language feedback have emerged as a leading paradigm. In this paper, we identify limitations in two stages of existing textual gradient approaches: gradient extraction and gradient aggregation. In gradient extraction, previous works select a target prompt without verifying whether modifying it resolves the failure, and derive gradients without agent-level supervision over the corresponding agent&amp;#x27;s intermediate output. In gradient aggregation, individual gradients are randomly grouped and concatenated, often mixing unrelated failure modes and producing prompts that fail to generalize. To address these limitations, we propose \textbf{AgentGrad}, a prompt optimization framework for multi-agent systems based on sequential intervention and semantic textual gradient abstraction. For each failure, sequential intervention modifies the behavior of one agent at a time to identify the target agent whose modification resolves the failure. The modified output of the target agent then serves as agent-level supervision for extracting a fine-grained gradient. Semantic textual gradient abstraction clusters semantically similar gradients to prevent mixing unrelated failure modes, and abstracts each cluster into a generalized gradient that captures the shared corrective pattern. Experimental results show that AgentGrad achieves state-of-the-art performance across five MAS benchmarks and reduces wall-clock optimization time by $2.5\times$ on average compared to the next-fastest baseline.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Tue, 08 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>VEX-Bench: Benchmarking LLM Agents for Assessing Exploitability of Software Supply Chain Vulnerabilities</title>
      <link>https://arcxiv.org/abs/2609.08040</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.08040</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.08040"&gt;https://arcxiv.org/abs/2609.08040&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;随着软件供应链对复杂且脆弱的依赖关系的日益加深，其已成为暴露度不断增加的攻击面。现有的防御工具（如 GitHub Dependabot）由于采用粗粒度匹配，无法准确判断脆弱依赖是否真正可被利用，从而导致大量误报。安全分析师通常需要耗费大量时间逐一评估漏洞的可利用性。尽管近期的大语言模型（LLM）智能体在编程和网络安全方面展现出卓越能力，但目前尚无专门针对此任务的评估基准。以往的基准测试主要聚焦于零日（0-day）漏洞场景，而软件供应链安全则侧重于评估上游依赖中的已知漏洞如何影响下游项目，这要求智能体具备跨仓库推理的能力。&lt;/p&gt;&lt;p&gt;为填补这一空白，本文提出了 &lt;strong&gt;VEX-Bench&lt;/strong&gt;，这是首个用于评估 LLM 智能体判断软件供应链漏洞可利用性能力的基准测试。该基准包含 75 个从 GitHub 挖掘并由安全专家标注的真实案例，全面覆盖 Python、Java 和 Go 三种主流编程语言。我们在三种智能体框架下对 9 个模型进行了广泛评估。实验结果表明，虽然 GPT-5.5 和 Claude Opus 4.6 在二分类漏洞状态判定上达到了约 80% 的 F1 分数，但仅有 GPT-5.5 在细粒度可利用性理由分类中的 macro-F1 超过了 70%。这一显著差距深刻揭示了当前模型在突破二分类评估、精准识别细粒度可利用性原因方面所面临的严峻挑战。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;The software supply chain is a critical attack surface, yet existing tools suffer from high false-positive rates due to coarse-grained matching, making vulnerability exploitability assessment highly time-consuming. While Large Language Model (LLM) agents show promise in cybersecurity, current benchmarks focus on zero-day exploits rather than the cross-repository reasoning required to assess known upstream vulnerabilities in downstream projects. To bridge this gap, we introduce &lt;strong&gt;VEX-Bench&lt;/strong&gt;, the first benchmark designed to evaluate LLM agents&amp;#x27; capabilities in assessing software supply chain vulnerability exploitability, comprising 75 expert-labeled, real-world GitHub cases across Python, Java, and Go. Evaluating nine models across three agent harnesses, we found that while top models like GPT-5.5 and Claude Opus 4.6 achieve approximately 80% F1 in binary classification, only GPT-5.5 surpasses 70% macro-F1 in fine-grained justification classification. This performance gap highlights the significant challenge for LLM agents in advancing from binary exploitability assessment to identifying fine-grained, actionable exploitation reasons.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;The software supply chain has become an increasingly exposed attack surface because of its reliance on intricate yet fragile dependencies. Existing defenses such as GitHub Dependabot often raise many false alerts because their coarse-grained matching cannot determine whether a vulnerable dependency is actually exploitable. Security analysts typically spend substantial time assessing vulnerability exploitability case by case. Recent LLM agents have emerged as promising candidates for this task given their advanced capabilities in coding and cybersecurity, yet no existing benchmark evaluates them on it. Prior benchmarks target zero-day settings, where agents detect and exploit previously unknown vulnerabilities. In contrast, software supply chain security focuses on how known vulnerabilities in upstream dependencies affect downstream projects. This requires agents to reason across repositories and determine whether an upstream vulnerability is exploitable in the downstream project. To address this gap, we introduce VEX-Bench, the first benchmark for evaluating LLM agents&amp;#x27; ability to assess the exploitability of software supply chain vulnerabilities. It contains 75 real-world cases mined from GitHub and labeled by security experts, covering Python, Java, and Go. We evaluate nine models across three agent harnesses. While GPT-5.5 and Claude Opus 4.6 reach approximately 80% F1 on binary vulnerability-status classification, only GPT-5.5 surpasses 70% macro-F1 on fine-grained justification classification. This gap highlights the challenge of moving beyond binary exploitability assessment to identifying fine-grained exploitability reasons. Code and data: https://github.com/steven1518/vex-bench&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>agent</category>
      <category>llm</category>
      <category>security</category>
    </item>
    <item>
      <title>ZK-eSIM: A Privacy-Centric Zero-Knowledge Approach for eSIM Provisioning</title>
      <link>https://arcxiv.org/abs/2609.07654</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07654</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07654"&gt;https://arcxiv.org/abs/2609.07654&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;GSMA远程SIM配置（RSP）实现了eSIM配置文件的空中交付，但在订购和下载过程中会暴露长期标识符（如EID、配置文件标识符和长期证书材料）。这使得移动运营商和基础设施能够将配置事件链接至同一eUICC，甚至结合账户记录追踪至具体用户，严重破坏了用户匿名性并导致跨会话追踪。&lt;/p&gt;&lt;p&gt;本文提出 &lt;strong&gt;ZK-eSIM&lt;/strong&gt;，一种以隐私为中心的零知识方法，旨在实现用户匿名性和配置会话的不可链接性，同时保留基于例外的可问责追踪。其核心创新包括：&lt;br /&gt;1. &lt;strong&gt;零知识设备证明&lt;/strong&gt;：使用设备有效性和资格的零知识证明，替代设备标识符的直接披露。&lt;br /&gt;2. &lt;strong&gt;会话不可链接性&lt;/strong&gt;：通过短期、一次性伪名凭证和每会话标识符，防止跨会话追踪。&lt;br /&gt;3. &lt;strong&gt;可问责追踪&lt;/strong&gt;：引入联合授权的托管机制，提供保护隐私的追踪能力，确保单一实体无法单方面对用户去匿名化。&lt;/p&gt;&lt;p&gt;研究形式化了多实体“诚实但好奇”的威胁模型，并在标准密码学假设下严格证明了匿名性和不可链接性。我们在测试eUICC上实现了Java Card小程序，结合修改后的LPA和SM-DP+服务器评估了系统性能。实验表明，与传统RSP相比，ZK-eSIM仅增加了极小的端到端密码学开销。ZK-eSIM在填补关键隐私空白的同时，完全兼容并保留了现有GSMA角色和接口的可部署性。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;GSMA Remote SIM Provisioning (RSP) exposes long-lived identifiers during eSIM profile delivery, enabling cross-session tracking and undermining subscriber anonymity. To address this, we propose &lt;strong&gt;ZK-eSIM&lt;/strong&gt;, a privacy-preserving redesign that ensures subscriber anonymity and session unlinkability while retaining accountable traceability by exception. ZK-eSIM introduces three key mechanisms: (i) replacing direct device identifier disclosure with zero-knowledge proofs of device validity; (ii) enforcing session unlinkability via short-lived, one-time pseudonymous credentials; and (iii) enabling privacy-preserving traceability through a jointly authorized escrow mechanism, preventing unilateral deanonymization. We formalize a multi-entity honest-but-curious threat model and formally prove anonymity and unlinkability under standard cryptographic assumptions. Furthermore, we implement a Java Card applet on a test eUICC and evaluate performance using a modified LPA and SM-DP+ server. Our experiments demonstrate that ZK-eSIM introduces only minimal practical cryptographic overhead compared to conventional RSP, successfully bridging a critical privacy gap while maintaining full deployability within existing GSMA architectures.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;GSMA Remote SIM Provisioning (RSP) enables over-the-air delivery of eSIM profiles, but it exposes long-lived identifiers during profile ordering and download. In particular, stable device identifiers (e.g., EID), profile identifiers, and long-lived certificate material enable mobile operators and profile-delivery infrastructure to link provisioning events to the same eUICC and, when combined with account records, to the same subscriber. This undermines subscriber anonymity and enables cross-session tracking. We present ZK-eSIM, a privacy-preserving redesign that achieves subscriber anonymity and provisioning-session unlinkability while retaining accountable traceability by exception. ZK-eSIM (i) replaces direct disclosure of device identifiers with a zero-knowledge proof of device validity and eligibility; (ii) enforces session unlinkability through short-lived, one-time pseudonymous credentials and per-session identifiers to prevent cross-session tracking; and (iii) provides privacy-preserving accountable traceability through a jointly authorised escrow mechanism, so that no single entity can unilaterally deanonymise a user. We formalise a multi-entity, honest-but-curious threat model and prove subscriber anonymity and the unlinkability of provisioning sessions under standard cryptographic assumptions. We implement a Java Card applet on a test eUICC to evaluate performance on commodity hardware with a modified LPA and SM-DP+ server. Our experiments quantify end-to-end cryptographic overhead relative to conventional RSP, confirming that ZK-eSIM adds only practical overhead, closing a critical privacy gap while preserving deployability within existing GSMA roles and interfaces.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>dp</category>
    </item>
    <item>
      <title>Staying on the Attack Path: Structured State for Long-Horizon Automated Penetration Testing</title>
      <link>https://arcxiv.org/abs/2609.07344</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07344</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07344"&gt;https://arcxiv.org/abs/2609.07344&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;基于大语言模型（LLM）的智能体在自动化渗透测试等长期网络安全任务中面临上下文遗忘与意图漂移的严峻挑战，导致早期关键事实丢失并陷入无目的的重复探索。为解决这一问题，本文提出 &lt;strong&gt;Intentest&lt;/strong&gt;，一种基于意图图引导的自动化渗透测试智能体。该框架创新性地将长期状态从 LLM 的上下文窗口外化至持久的事实-意图有向无环图（DAG）中，从而大幅减少无效的状态转移。系统采用先进的三层架构：&lt;strong&gt;事实-意图映射层&lt;/strong&gt;维护全局状态，将验证的网络状态作为不可变事实节点，探索方向受前驱事实约束的意图边限制；&lt;strong&gt;任务调度与分配层&lt;/strong&gt;通过两阶段降级恢复与多维自适应负载均衡机制保障执行的稳定性；&lt;strong&gt;意图检索与预测层&lt;/strong&gt;则利用自顶向下的五阶段过滤算法提供战术先验。在涵盖十余种漏洞类型及三个难度级别的真实 CTF 基准测试中，Intentest 的整体成功率高达 88.2%，困难任务成功率达 75.0%，较基线模型分别大幅提升约 44 和 50 个百分点。此外，消融实验表明，意图检索与预测模块在不改变可解任务集的前提下，使中等和困难任务的平均成功轮数分别减少约 33% 和 48%，显著提升了攻击路径的探索效率。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Large language model (LLM) agents applied to automated penetration testing often suffer from context forgetting and intent drift during long-horizon tasks, which leads to the loss of critical causal reasoning and aimless, repetitive exploration. To address these limitations, we propose Intentest, an intent-graph-guided agent that externalizes long-horizon states from the LLM&amp;#x27;s context window into a persistent fact-intent directed acyclic graph (DAG). The system employs a robust three-layer architecture, including fact-intent mapping for global state maintenance, task scheduling for execution stability, and intent retrieval for providing tactical priors. Evaluated on a comprehensive benchmark of real CTF challenges spanning multiple difficulty levels and vulnerability types, Intentest achieves an overall success rate of 88.2% and 75.0% on hard tasks, outperforming the baseline by approximately 44 and 50 percentage points, respectively. Furthermore, ablation studies demonstrate that the intent retrieval and prediction mechanisms significantly enhance efficiency, reducing the average interaction rounds for successful medium and hard tasks by 33% and 48% without altering the set of solvable tasks.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Large language model (LLM) based agents are increasingly applied to cybersecurity tasks such as vulnerability discovery and automated penetration testing. On long-horizon security tasks, however, such agents remain limited by context forgetting and intent drift: early critical facts and causal reasoning chains are lost over extended interactions, and the agent falls into aimless, repetitive exploration. This paper proposes Intentest, an intent-graph-guided automated penetration testing agent that externalizes long-horizon state from the LLM&amp;#x27;s context window onto a persistent fact-intent directed acyclic graph (DAG), thereby substantially reducing invalid transitions. We evaluate Intentest on automated penetration testing of web applications, a representative long-tail task in cybersecurity. In the DAG, verified network states are stored as immutable fact nodes, and exploration directions are constrained as intent edges bounded by predecessor facts. The system adopts a three-layer architecture, in which the fact-intent mapping layer maintains the global state, the task scheduling and allocation layer ensures execution stability through two-phase degradation recovery and multi-dimensional adaptive load balancing, and the intent retrieval and prediction layer provides tactical priors through a top-down five-stage filtering algorithm. On a benchmark of real CTF challenges covering more than ten vulnerability types across three difficulty levels, Intentest achieves an overall success rate of 88.2% and a success rate of 75.0% on hard tasks, improving over the baseline by approximately 44 and 50 percentage points. Ablation experiments further show that the intent retrieval and prediction reduce the average number of rounds on successful medium and hard tasks by about 33% and 48%, respectively, without changing the set of solvable tasks.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>agent</category>
      <category>llm</category>
      <category>security</category>
    </item>
    <item>
      <title>Towards a Resilience-Theoretic Foundation for Adversarial Robustness in Industrial Control System Anomaly Detection</title>
      <link>https://arcxiv.org/abs/2609.07244</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07244</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07244"&gt;https://arcxiv.org/abs/2609.07244&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;研究背景与问题&lt;/strong&gt;&lt;br /&gt;在工业控制系统（ICS）和运营技术（OT）环境中，基于异常的入侵检测系统日益需要满足形式化的弹性标准，包括吸收对抗性干扰、在持续攻击下优雅降级以及提供系统级认证保证。然而，现有的网络物理系统弹性框架仅在架构层面定义弹性轨迹，未将机器学习异常检测器视为核心组件，导致组件级鲁棒性评估与系统级弹性认证之间存在显著脱节。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;理论方法与创新&lt;/strong&gt;&lt;br /&gt;本文确立了ICS异常检测中的对抗鲁棒性本质上是系统弹性的一种具体实例化，并通过将干扰类别、吸收能力、恢复轨迹和降级函数这四个弹性构造映射到对抗机器学习场景，对这一联系进行了形式化。此外，本文推导了异构ICS检测网络的组合弹性边界，揭示了系统级弹性的关键约束在于攻击路径上各节点“经耦合调整后的吸收能力”，而非单一节点的绝对能力。这意味着系统的瓶颈节点未必是传统意义上最弱的节点。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;实验验证与发现&lt;/strong&gt;&lt;br /&gt;在BATADAL水处理系统基准数据集上的实证验证表明，所提出的指标能够揭示标准评估基准无法捕捉的关键运维现象。具体发现包括：对抗训练中出现的“吸收-降级发散”现象，以及一个反直觉的悖论——孤立地加固瓶颈节点反而会降低整体系统级弹性。本文最后探讨了对ICS架构设计与认证标准的深远影响。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;While anomaly-based intrusion detection systems in industrial control systems (ICS) require formal resilience guarantees, existing frameworks fail to treat machine learning detectors as first-class components, creating a critical gap between component-level robustness and system-level resilience. This paper establishes adversarial robustness in ICS anomaly detection as a specific instantiation of system resilience, formalizing this connection by mapping four resilience constructs—disturbance class, absorption capacity, recovery trajectory, and degradation function—onto the adversarial machine learning setting. We derive a compositional resilience bound for heterogeneous ICS networks, demonstrating that the binding constraint on system-level resilience is the coupling-adjusted absorption capacity along the attack path, rather than the per-node capacity. Empirical validation on the BATADAL water distribution benchmark reveals operationally significant phenomena invisible to standard evaluation metrics, notably the absorption-degradation divergence under adversarial training and the counterintuitive paradox where hardening the binding node in isolation actually reduces overall system resilience, thereby providing critical implications for future ICS architecture design and certification standards.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Anomaly-based intrusion detection systems in industrial control systems (ICS) and operational technology (OT) environments are increasingly required to meet formal resilience criteria: absorbed adversarial disturbances, graceful degradation under sustained attack, and certified system-level guarantees. Existing resilience frameworks for cyber-physical systems define absorb-recover-adapt trajectories at the architectural level but do not treat machine learning anomaly detectors as first-class components, leaving a gap between component-level robustness evaluation and system-level resilience certification. In this paper, we establish that adversarial robustness in ICS anomaly detection is a specific instantiation of system resilience, and formalise this connection by mapping four resilience constructs, i.e. disturbance class, absorption capacity, recovery trajectory, and degradation function, onto the adversarial machine learning setting. We derive a compositional resilience bound for heterogeneous ICS detection networks, showing that the binding constraint on system-level resilience is the coupling-adjusted absorption capacity of each node along the attack path, not the per-node capacity -- so the binding node need not be the weakest one. Empirical validation on the BATADAL water distribution system benchmark demonstrates that the resulting metrics surface operationally significant phenomena invisible to standard benchmarks: the absorption-degradation divergence under adversarial training, and the paradox that hardening the binding node in isolation reduces system-level resilience. Implications for ICS architecture design and certification standards are discussed.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>adversarial</category>
      <category>learning</category>
      <category>machine</category>
    </item>
    <item>
      <title>AgentLeak: Cloning Stronger LLM Agent Capabilities onto Weaker Agents Beyond Skill Stealing</title>
      <link>https://arcxiv.org/abs/2609.07131</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07131</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07131"&gt;https://arcxiv.org/abs/2609.07131&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：大语言模型（LLM）智能体通过结合基础模型、显式技能与隐式程序知识，正逐步实现复杂的长期任务，这些任务解决能力已成为极具价值的专有资产。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;问题&lt;/strong&gt;：现有的“技能窃取”攻击仅能恢复显式技能工件。然而，工件泄漏并不等同于能力转移：较弱的攻击者智能体即使拥有相同的技能，仍会因缺乏强智能体隐式实现的程序行为而导致任务失败。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新与方法&lt;/strong&gt;：本文提出关键洞察——“技能执行差距”本身构成了新的泄漏面，缺失的行为可通过对比受害者成功执行与攻击者失败执行的可观察差异来暴露。基于此，我们提出 &lt;strong&gt;AgentLeak&lt;/strong&gt;，一种黑盒能力克隆攻击。该方法从执行差异中识别出对能力至关重要的行为，并将其整合到攻击者技能中，且无需更改攻击者的底层模型、框架和工具。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;结果与发现&lt;/strong&gt;：在涵盖600个实例的20个任务场景及多种智能体系统中，AgentLeak 将任务通过率提升了 &lt;strong&gt;40%以上&lt;/strong&gt;，并弥补了超过 &lt;strong&gt;80%&lt;/strong&gt; 的能力差距。研究表明，仅保护显式工件是远远不够的，可观察的执行行为同样会泄漏重构专有任务解决能力所需的程序知识，揭示了LLM智能体面临的全新机密性风险。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Background &amp;amp; Problem&lt;/strong&gt;: As Large Language Model (LLM) agents increasingly solve complex long-horizon tasks, their combined explicit skills and implicit procedural knowledge have become valuable proprietary assets. However, existing skill-stealing attacks only recover explicit artifacts. This artifact leakage does not necessarily transfer capability, as weaker attacker-controlled agents still fail due to lacking the implicit procedural behaviors realized by stronger proprietary agents.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Method&lt;/strong&gt;: We reveal that the &amp;quot;skill execution gap&amp;quot; itself forms a novel leakage surface. We propose &lt;strong&gt;AgentLeak&lt;/strong&gt;, a black-box capability-cloning attack that extracts capability-critical behaviors from the observable differences between successful victim executions and failed attacker executions. It seamlessly integrates these missing behaviors into the attacker&amp;#x27;s skills while keeping the attacker&amp;#x27;s model, harness, and tools completely unchanged.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Results&lt;/strong&gt;: Evaluated across 600 instances in 20 diverse task scenarios with multiple backbone models, AgentLeak significantly improves task pass rates by over 40% compared to direct skill reuse and successfully recovers more than 80% of the victim-attacker capability gap.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;: Our findings highlight a critical confidentiality risk in LLM agents: protecting explicit artifacts alone is insufficient, as observable execution behaviors can easily leak the procedural knowledge required to reconstruct proprietary task-solving capabilities.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Large language model (LLM) agents increasingly achieve long-horizon tasks by combining foundation models with explicit skills and implicit procedural knowledge acquired through execution. The resulting task-solving capabilities have become valuable proprietary assets, raising a new security question: can a substantially weaker attacker-controlled agent acquire the capabilities of a stronger proprietary agent through limited black-box interaction? Existing skill-stealing attacks recover explicit skill artifacts, yet we show that artifact leakage does not necessarily transfer capability: a weaker agent may possess the same skills but still fail because it lacks procedural behaviors implicitly realized by the stronger agent. Our key insight is that the skill execution gap itself forms a leakage surface, where missing behaviors are exposed through observable differences between successful victim executions and failed attacker executions. Based on this, we present AgentLeak, a black-box capability-cloning attack that identifies capability-critical behaviors from these execution differences and incorporates them into attacker-side skills, while keeping the attacker&amp;#x27;s model, harness, and tools unchanged. Across 20 task scenarios comprising 600 instances, diverse agent systems, and multiple backbone models, AgentLeak improves task pass rates by over 40% compared with direct skill reuse and recovers more than 80% of the victim--attacker capability gap. Our findings reveal a confidentiality risk in LLM agents: protecting explicit artifacts alone is insufficient, as observable execution behavior can leak the procedural knowledge required to reconstruct proprietary task-solving capabilities in low-capability and attacker-controlled agents.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>agent</category>
      <category>llm</category>
      <category>security</category>
    </item>
    <item>
      <title>AgentDrift: A Step-Labeled Benchmark of Injection-Hijacked LLM Agent Trajectories</title>
      <link>https://arcxiv.org/abs/2609.06972</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06972</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06972"&gt;https://arcxiv.org/abs/2609.06972&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：大型语言模型（LLM）智能体通过发出工具调用序列来完成任务，其读取的每次观察都可能成为间接提示注入的通道。成功的注入在轨迹中表现为从良性前缀转变为服务于攻击者的行为。现有基准仅评估攻击是否成功或整体判断轨迹，缺乏逐步标注注入点及受污染步骤的公开语料库。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：本文提出 &lt;strong&gt;AgentDrift&lt;/strong&gt;，一个包含 12,536 个合成工具调用轨迹的基准测试，涵盖 5 个智能体领域。其 71,024 个步骤均被标记为四类之一：良性、注入点、被劫持或注入失败。语料库包含 4,000 条良性、5,536 条受攻击、1,500 条攻击失败及 1,500 条困难负样本轨迹。轨迹由单一开源模型在特定协议下生成，经封闭词汇结构验证器筛选、LLM 评判者审查，并对 1,200 条轨迹进行人工审计。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;发现与创新&lt;/strong&gt;：研究发现 LLM 评判者会被困难负样本欺骗。基于表面特征的逻辑回归仅能识别 55.4% 的攻击（F1 为 0.647），对部分劫持和延迟执行的召回率极低，表明近半数攻击需对行为序列进行建模。此外，本文测量了生成数据中的模板集中度、攻击目标族崩溃及世界身份泄漏现象。该语料库及文档已在 CC BY 4.0 协议下开源。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Background &amp;amp; Method&lt;/strong&gt;: Existing benchmarks evaluate whether injection attacks succeed against live agents or judge traces as a whole, but lack step-level labels indicating where injections enter and which steps they corrupt. To address this, we introduce &lt;strong&gt;AgentDrift&lt;/strong&gt;, a comprehensive benchmark of 12,536 synthetic tool-call trajectories across five domains, comprising 71,024 steps meticulously labeled as benign, injection point, hijacked, or failed injection. The corpus features benign, attacked, failed-attack, and hard-negative trajectories, generated via strict category-specific protocols and rigorously validated by structural checks, LLM judges, and human audits.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Findings &amp;amp; Contributions&lt;/strong&gt;: Our experiments reveal that surface-feature logistic regression recovers only 55.4% of attacks, highlighting the critical necessity of behavioral sequence modeling to detect complex partial hijacks and delayed executions. Furthermore, we identify template concentration, attack-goal-family collapse, and world-identity leakage within the generated data. AgentDrift, along with its comprehensive documentation, is publicly released under the CC BY 4.0 license to advance robust agent security research.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;LLM agents complete tasks by issuing sequences of tool calls, and every observation they read is a channel through which an indirect prompt injection can enter. A successful injection has a characteristic shape when the trajectory is read in order: a benign prefix gives way to actions that serve the attacker rather than the user. Existing benchmarks measure whether such attacks succeed against live agents, and existing guard models judge a trace as a whole; no public corpus labels, step by step, where an injection enters a trajectory and which steps it corrupts. We present AgentDrift, a benchmark of 12,536 synthetic tool-call trajectories over five agent domains in which every one of the 71,024 steps carries one of four labels: benign, injection point, hijacked, or failed injection. The corpus contains 4,000 benign, 5,536 attacked, 1,500 failed-attack, and 1,500 hard-negative trajectories; attacked trajectories follow three compliance patterns whose label strings obey a stated regular grammar. Failed attacks carry an injection the agent resisted, and hard negatives carry legitimate content that resembles an attack, so a detector must separate attempt from success and deviation from novelty. Trajectories were generated by a single open model under category-specific protocols, enforced by a closed-vocabulary structural validator, screened by an LLM judge, and audited by hand on 1,200 trajectories; we show that the LLM judge was itself fooled by the hard negatives. A surface-feature logistic regression recovers only 55.4% of attacks (F1 0.647), including only 8.2% of partial hijacks and 23.1% of delayed executions, so nearly half of the attacks require modeling the behavioral sequence. We measure template concentration, attack-goal-family collapse, and world-identity leakage in the generated data, and release the corpus with its documentation under CC BY 4.0.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>injection</category>
      <category>prompt</category>
    </item>
    <item>
      <title>A Tool-Augmented, GPT-4 Chatbot for Real-Time Repository Data Analysis</title>
      <link>https://arcxiv.org/abs/2609.07586</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07586</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07586"&gt;https://arcxiv.org/abs/2609.07586&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;研究背景&lt;/strong&gt;：软件仓库中蕴含着海量的代码贡献、缺陷报告及项目活动数据。然而，由于缺乏专业的数据库查询技能，非技术利益相关者及部分开发者难以高效获取并利用这些宝贵的信息资源。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新点&lt;/strong&gt;：为打破这一数据访问壁垒，本文提出了一种新颖的聊天机器人架构，利用 OpenAI 的 GPT-4 模型实现仓库数据的自动化提取与深度分析。该架构采用创新的结构化处理路径：首先精准解析用户查询以提取关键参数，随后根据分析结果智能选择最匹配的执行工具，最后交由 GPT-4 生成详尽且结构化的回复。与以往依赖嵌入模型和文档检索器的复杂多组件系统不同，本研究反转了传统处理流程，核心依赖于&lt;strong&gt;提示工程（Prompt Engineering）&lt;/strong&gt;与&lt;strong&gt;动态工具选择&lt;/strong&gt;来完美契合查询意图。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;实验设计与主要发现&lt;/strong&gt;：我们在多种问题类型（涵盖 Issues、Pull Requests、Commits、复合问题及常规仓库信息）上开展了广泛实验，重点评估了目标提示词在提升模型响应准确性方面的实际效能。实验结果表明，该架构能显著降低模型幻觉并提高数据提取的精确度。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;研究结论&lt;/strong&gt;：研究结果不仅验证了该架构在多样化用户场景下的卓越实用性，更表明其能够通过输出可操作的深度见解，使复杂的仓库数据对技术和非技术受众均变得触手可及。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Background&lt;/strong&gt;: Software repositories contain vast amounts of data, yet accessing this information remains challenging for non-technical stakeholders due to limited querying expertise.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Method &amp;amp; Innovation&lt;/strong&gt;: To address this, we introduce a novel GPT-4-powered chatbot architecture that automates repository data extraction and analysis. Unlike previous multi-component systems relying on embedding models and document retrievers, our approach inverts the traditional process. It follows a structured path: parsing user queries to extract parameters, selecting the appropriate tools based on this analysis, and finally invoking GPT-4 to generate highly detailed responses through targeted prompt engineering and tool selection.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Experiments &amp;amp; Results&lt;/strong&gt;: We validated our approach through extensive experiments across various question types, including Issues, Pull Requests, Commits, and compound questions. The results demonstrate that our specifically designed prompts significantly improve the accuracy and relevance of the model&amp;#x27;s responses.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;: Ultimately, this architecture successfully produces actionable insights, making complex repository data highly accessible and valuable for both technical and non-technical audiences.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Software repositories contain vast amounts of data on code contributions, bug reports, and project activities, yet this information remains challenging for non-technical stakeholders and developers to access due to limited expertise in querying repositories. To address this, we introduce a novel chatbot architecture leveraging OpenAI&amp;#x27;s GPT-4 model for automated extraction and analysis of repository data. In contrast, our architecture takes a structured path first by parsing the user&amp;#x27;s query to extract relevant parameters, then selecting the correct tool to employ based on that analysis, and finally invoking the GPT-4 model to create a highly detailed response. In contrast to previous work based on multi-component systems with embedding models and document retrievers, our architecture inverts the process by relying on prompt engineering and tool selection to fit with the query intent. To validate our approach, we conducted experiments on various question types, including Issues, Pull Requests, Commits, Compound Questions, and General Repository Information, evaluating our target prompts&amp;#x27; ability to improve the accuracy of responses from the model. Beyond demonstrating the utility of this architecture to a diverse set of users, our findings suggest that this architecture can make repository data more accessible to technical and non-technical audiences through the production of actionable insights.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>Quantile-Led Feature Extraction for Multi-Horizon Predictive Maintenance in Industrial Manufacturing Systems</title>
      <link>https://arcxiv.org/abs/2609.07533</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07533</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07533"&gt;https://arcxiv.org/abs/2609.07533&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;在数据驱动的预测性维护（PdM）中，特征提取通常被视为&lt;strong&gt;固定的预处理步骤&lt;/strong&gt;，即选定描述符集后便重复使用，忽略了下游预测时间范围（horizon）的变化。本文分离了表示学习阶段，提出了一种基于&lt;strong&gt;双阶段MLP-QRNN层次结构&lt;/strong&gt;的分位数引导特征提取框架。第一阶段（QRNN1）为每个传感器通道学习广泛的十分位数条件分布；第二阶段（QRNN2）通过跳跃连接，将保留的中间尾部分位数精炼为紧凑的、通道分辨的分布感知特征。在9个工业设施的72台机器上进行的跨1小时、70小时和30天预测期的实验表明：将保留的中间尾部分位数从2个增至4个，可显著提升短期F1分数（启用注意力机制时达75.92%）。此外，研究证实&lt;strong&gt;特征表示无法可靠迁移至设计范围之外&lt;/strong&gt;，除非特征容量和时间嵌入等随预测任务进行扩展。未修改的短视距提取器在70小时预测中F1降至42.90%，而视距条件提取器在70小时和30天分别达到60.38%和79.97%。该框架支持将PdM特征提取从固定预处理重新定义为&lt;strong&gt;依赖于预测时间范围的动态表示学习阶段&lt;/strong&gt;。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;In data-driven predictive maintenance (PdM), feature extraction is traditionally treated as a fixed preprocessing step, ignoring the critical variations in downstream forecasting horizons. To address this limitation, we propose a novel quantile-led feature extraction framework utilizing a dual-stage MLP-QRNN hierarchy, where the first stage learns a broad ten-quantile distribution and the second refines mid-tail quantiles into compact, distribution-aware features. Extensive experiments across 72 machines in 9 industrial facilities demonstrate that increasing retained mid-tail quantiles significantly improves short-term F1-scores, while horizon-conditioned extractors vastly outperform unmodified ones in long-term predictions (achieving 79.97% F1 at 30 days versus 42.90%). Ultimately, our findings reveal that feature representations fail to transfer reliably across different horizons unless scaled appropriately, supporting the paradigm shift of treating PdM feature extraction as a dynamic, horizon-dependent representational stage rather than static preprocessing.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;In data-driven predictive maintenance (PdM), feature extraction is usually treated as fixed preprocessing: a descriptor set is chosen once and reused while the downstream model or forecasting horizon changes. This paper isolates the representation-learning stage and presents a quantile-led feature-extraction framework based on a dual-stage MLP-QRNN hierarchy. QRNN1 learns a broad ten-quantile conditional distribution for each sensor channel, while skip-connected QRNN2 refines a retained mid-tail quantile set into compact, channel-resolved, distribution-aware features. A fixed thirteen-pipeline ablation spans 1-hour, 70-hour, and 30-day regimes across 72 machines in 9 industrial facilities, with the downstream temporal classifier held fixed within each regime. Increasing the retained mid-tail set from two to four quantiles improves 30- and 60-minute F1-score, reaching 75.92% and 72.44% with attention enabled. The results also show that representations do not transfer reliably beyond their design horizon unless feature capacity, temporal embedding, activation strategy, and sensor breadth are scaled with the forecasting task. The unmodified short-horizon extractor falls to 42.90% F1 at 70 hours, whereas horizon-conditioned extractors reach 60.38% at 70 hours and 79.97% at 30 days. The framework therefore supports treating PdM feature extraction as a horizon-dependent representational stage rather than fixed preprocessing.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>AAS-RAIL: Improving Information Extraction for Asset Administration Shells through Retrieval-Augmented In-Context Learning</title>
      <link>https://arcxiv.org/abs/2609.07334</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07334</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07334"&gt;https://arcxiv.org/abs/2609.07334&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：资产管理壳（AAS）是工业4.0和数字产品护照的基石，为工业资产提供标准化的数字表示。然而，从现有的产品数据表中生成AAS实例是一项劳动密集型任务，因为技术信息散布在异构的文档结构中，且通常涉及公司特定的术语与排版惯例。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新&lt;/strong&gt;：本文提出了&lt;strong&gt;AAS-RAIL&lt;/strong&gt;，一种检索增强的信息提取方法，利用大语言模型（LLM）从PDF数据表中自动生成AAS。与依赖固定少样本示例的传统方法不同，该研究的核心创新在于&lt;strong&gt;检索增强上下文学习（RAIL）&lt;/strong&gt;。它为每个数据表动态检索并选择相似AAS中由LLM生成的提取辅助信息，提供特定于实例的上下文学习（ICL）。这种结合了语义检索与结构化信息提取的动态管道，取代了静态提示，使模型无需微调即可精准适应公司特定的命名约定和格式风格。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现&lt;/strong&gt;：在包含多种开源和闭源LLM的工业产品数据表集合上进行的评估表明，RAIL在提取质量上始终优于传统的少样本提示方法，取得了&lt;strong&gt;30.4%至52.4%的相对提升&lt;/strong&gt;。实验结果充分证明，该动态选择机制为公司特定AAS的自动化生成提供了一种高效且极具价值的改进方案。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Generating Asset Administration Shell (AAS) instances from heterogeneous product datasheets remains a labor-intensive task due to complex document structures and company-specific terminologies. To address this challenge, we propose &lt;strong&gt;AAS-RAIL&lt;/strong&gt;, a novel retrieval-augmented in-context learning approach that automatically generates AAS from PDF datasheets using large language models (LLMs). Unlike traditional methods relying on static few-shot examples, our core innovation lies in dynamically retrieving LLM-generated extraction helpers from similar AAS instances. This provides instance-specific context that adapts to unique naming conventions and formatting styles without the need for model fine-tuning. Evaluated on a diverse collection of industrial product datasheets using various open- and closed-weight LLMs, experimental results demonstrate that AAS-RAIL consistently outperforms conventional few-shot prompting. Specifically, the proposed method yields significant relative improvements in extraction quality, ranging from &lt;strong&gt;30.4% to 52.4%&lt;/strong&gt;. Ultimately, these findings confirm that replacing static prompting with a dynamic, semantically-driven extraction pipeline offers a highly effective and scalable solution for automated, company-specific AAS generation in Industry 4.0 and the Digital Product Passport ecosystem.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;The Asset Administration Shell (AAS) is a cornerstone of Industry 4.0 and the Digital Product Passport, providing standardized digital representations of industrial assets. While manufacturers already maintain extensive technical product documentation, generating AAS instances from existing product datasheets remains a labor-intensive task because technical information is extracted from heterogeneous document structures and often involves company-specific terminology and conventions. In this work, we present AAS-RAIL, a retrieval-augmented information extraction (IE) approach that automatically generates Asset Administration Shells from PDF product datasheets using large language models (LLMs). Instead of relying on a fixed set of few-shot examples, the proposed retrieval-augmented in-context learning (RAIL) approach retrieves LLM-generated extraction helpers from similar Asset Administration Shells to provide instance-specific in-context learning (ICL). This enables the model to adapt its extraction behavior to company-specific naming conventions and formatting styles without fine-tuning. Our core contribution is the dynamic selection of company-specific AAS examples for each datasheet, replacing static prompting with an extraction pipeline that adapts to instances and combines semantic retrieval and structured information extraction. The proposed approach is evaluated on a collection of industrial product datasheets using a selection of open- and closed-weight LLMs. Experimental results show that RAIL consistently improves extraction quality over conventional few-shot prompting, yielding relative improvements of 30.4-52.4%. These results demonstrate that our approach provides an effective improvement for company-specific AAS generation.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>CoRL: Co-Evolutionary Reinforcement Learning for Adaptive Indirect Prompt-Injection Attacks and Defenses</title>
      <link>https://arcxiv.org/abs/2609.07529</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07529</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07529"&gt;https://arcxiv.org/abs/2609.07529&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：工具增强的语言代理极易受到间接提示注入（IPI）攻击。与直接注入不同，IPI将恶意指令隐藏于不可信的工具输出中，暗中篡改合法任务的执行。由于攻击者会动态调整策略、注入位置与载荷，基于固定攻击训练的防御方法往往难以奏效。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：本文将自适应IPI建模为非对称、部分可观察的一般和马尔可夫博弈，并提出&lt;strong&gt;CoRL&lt;/strong&gt;（协同进化强化学习）框架。该框架包含三个核心阶段：&lt;br /&gt;1. &lt;strong&gt;Attacker SFT&lt;/strong&gt;：利用成功轨迹初始化多轮攻击；&lt;br /&gt;2. &lt;strong&gt;Bilateral Co-PPO&lt;/strong&gt;：通过角色特定奖励与历史对手种群联合训练攻防双方；&lt;br /&gt;3. &lt;strong&gt;Defender SFT&lt;/strong&gt;：整合验证器接受的教师修复策略，以应对种群挖掘出的防御漏洞。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;发现与创新&lt;/strong&gt;：在1514次测试执行中，CoRL将整体攻击成功率（ASR）大幅降低38.5个百分点至0.0%，同时将任务效用提升13.1个百分点至76.3%。消融实验证实了在线Co-PPO与种群挖掘修复的积极作用，外部基准评估表明其具备攻击抵抗力的迁移能力。该框架使防御者能在复杂攻击下完美平衡安全性与任务效用，同时保留的攻击者模型可为自适应红队评估提供高质量候选。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Background &amp;amp; Method&lt;/strong&gt;: Tool-augmented language agents are vulnerable to indirect prompt injection (IPI), where adversarial instructions hidden in tool outputs covertly alter task execution. To address the failure of static defenses against adaptive attacks, we formulate adaptive IPI as an asymmetric Markov game and propose &lt;strong&gt;CoRL&lt;/strong&gt;, a verifier-grounded co-evolutionary reinforcement learning framework. CoRL integrates three stages: Attacker SFT for initializing multi-turn attacks, Bilateral Co-PPO for joint training with role-specific rewards and historical populations, and Defender SFT for consolidating verifier-accepted repairs.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Results&lt;/strong&gt;: Extensive evaluations across 1,514 executions demonstrate that CoRL reduces the overall attack success rate (ASR) by 38.5 percentage points to 0.0% while increasing task utility by 13.1 points to 76.3%. Ablation studies and external benchmarks confirm the effectiveness of online co-evolution and population-mined repairs, highlighting the framework&amp;#x27;s strong transferability in attack resistance. Ultimately, CoRL enables defenders to optimally balance safety and utility against adaptive threats, while retaining attacker models for robust red-teaming.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Tool-augmented language agents are vulnerable to indirect prompt injection (IPI). Unlike direct prompt injection, IPI hides adversarial instructions in untrusted tool outputs and can covertly alter the execution of a legitimate task. Defenses trained on fixed attacks may fail as an attacker changes its strategy, injection site, and payload. To address this problem, we formulate adaptive IPI as an asymmetric, partially observable, general-sum Markov game: a multi-turn attacker adapts payloads at reached tool-return sites from the public trajectory, while a tool-using defender must block the injected objective and complete the user task. We propose CoRL, a verifier-grounded co-evolution and repair framework with three stages: Attacker SFT initializes multi-turn attacks from successful trajectories; bilateral Co-PPO jointly trains both agents with role-specific rewards and historical opponent populations; and Defender SFT consolidates verifier-accepted teacher repairs for population-discovered failures. Across 1,514 clean, fixed-template, and adaptive executions per defender, CoRL reduces overall ASR by 38.5 points to 0.0% and raises utility by 13.1 points to 76.3%. Stage-wise and controlled ablations show positive contributions from online Co-PPO and population-mined repair, while external-benchmark evaluation indicates transfer in attack resistance. The defender balances safety and task utility under the evaluated attacks, while the retained attackers provide candidates for adaptive red-team evaluation.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>injection</category>
      <category>prompt</category>
    </item>
    <item>
      <title>Robust Decentralized Personalized Federated Learning via Prediction-Constrained Neighborhood Collaboration</title>
      <link>https://arcxiv.org/abs/2609.07312</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07312</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07312"&gt;https://arcxiv.org/abs/2609.07312&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：去中心化个性化联邦学习（DPFL）有效缓解了中心服务器的通信瓶颈并保护了数据隐私，但现有依赖纯模型聚合的方法在面临拜占庭攻击时表现出严重的脆弱性。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新&lt;/strong&gt;：本文提出了一种鲁棒的去中心化个性化联邦学习方法（R-DPFL）。该方法创新性地摒弃了传统的纯模型聚合范式，转而通过&lt;strong&gt;鲁棒的邻域方向估计&lt;/strong&gt;和&lt;strong&gt;基于历史的更新趋势预测&lt;/strong&gt;来抵御恶意攻击。具体而言，R-DPFL 的执行分为三步：首先，客户端聚合接收到的邻域更新向量以计算当前轮次的模型更新；其次，利用历史更新值与本地模型变化，预测当前更新的理论期望；最后，计算实际聚合更新与预测更新之间的差值，对其进行自适应裁剪后，将其叠加至本地模型更新中。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;理论与发现&lt;/strong&gt;：通过严格的数学分析，本文证明了 R-DPFL 的收敛性。研究发现，在无需强制邻域模型达成共识的前提下，诚实客户端能够在拜占庭邻居的恶意扰动下，依然保持稳定的个性化梯度下降动态。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;实验结果&lt;/strong&gt;：在 CIFAR-10 数据集上的广泛实验表明，在数据异构与对抗性攻击的复杂场景下，R-DPFL 的鲁棒性和准确率均持续优于当前最先进的去中心化和个性化联邦学习基线模型。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Existing decentralized personalized federated learning (DPFL) methods typically rely on pure model aggregation, making them highly vulnerable to Byzantine attacks where malicious clients send corrupted updates. To address this critical vulnerability, we propose R-DPFL, a robust DPFL framework that mitigates adversarial impacts via robust neighborhood direction estimation and history-based update trend prediction rather than direct model aggregation. Specifically, R-DPFL calculates the current model update by aggregating received neighborhood vectors, predicts the expected update based on historical trends and local changes, and adaptively clips the difference between the actual and predicted updates before adding it to the local model. Rigorous theoretical analysis proves the convergence of this learning process, demonstrating that honest clients can maintain stable personalized descent dynamics under Byzantine perturbations without requiring strict consensus among neighboring models. Extensive experiments on the CIFAR-10 dataset confirm that R-DPFL consistently outperforms state-of-the-art decentralized and personalized federated learning baselines, showing superior robustness and accuracy in highly heterogeneous and adversarial settings.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;This paper proposes a robust decentralized personalized federated learning method R-DPFL, that enables clients to reduce the impact of Byzantine attacks via robust neighborhood direction estimation and history-based update trend prediction, rather than purely aggregating client models as in the existing work. In R-DPFL, each client first computes the current-round model update by aggregating the received neighborhood update vectors. It then predicts what this update should be based on its historical values and local model changes. Finally, R-DPFL computes the difference between these two quantities, adaptively clips this difference, and adds it to the local update. We prove convergence of the learning process through rigorous analysis and show that honest clients maintain stable personalized descent dynamics under Byzantine neighbor perturbations without requiring consensus among neighboring models. Extensive experiments on CIFAR-10 demonstrate that RDPFL consistently outperforms state-of-the-art decentralized and personalized federated learning baselines under heterogeneous and adversarial settings.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>Robust Decentralized Federated Distillation via Multi-Modality Knowledge Collaboration</title>
      <link>https://arcxiv.org/abs/2609.07230</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07230</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07230"&gt;https://arcxiv.org/abs/2609.07230&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：随着边缘计算和任务导向型无人机协作等去中心化环境对联邦学习需求的激增，客户端常面临模型异构、数据非独立同分布（non-IID）以及针对特定接收者的拜占庭恶意预测攻击等严峻挑战。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：本文提出一种基于多模态知识协作的鲁棒去中心化联邦蒸馏方法，允许异构模型客户端通过共享无标签公共数据进行高效协作。具体而言，各客户端首先从类别预测、边界决策和预测相关性三种模态评估接收到的预测，过滤不可靠客户端并分配基于可靠性的权重，进而为每类知识构建教师模型。随后，利用私有数据计算的监督梯度对蒸馏梯度进行严格验证，剔除冲突的预测与边界梯度，并抑制冲突的关系梯度，最终完成模型更新。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新与发现&lt;/strong&gt;：在理论与实验方面，本文严格证明了该方法的收敛性，表明跨模态融合能够将拜占庭攻击对蒸馏梯度和个体私有梯度的负面影响限制在有界范围内，从而确保诚实客户端的稳定局部优化。在CIFAR-10和CIFAR-100数据集上的广泛实验表明，该方法在非独立同分布数据和拜占庭攻击下显著提升了客户端异构模型的预测精度。本研究为不可靠真实世界场景中分布式学习的部署提供了极具潜力的解决方案。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Background &amp;amp; Objective&lt;/strong&gt;: To address the critical challenges of model heterogeneity, non-independent and identically distributed (non-IID) data, and receiver-specific Byzantine attacks in decentralized environments like edge computing, this paper proposes a robust decentralized federated distillation method via multi-modality knowledge collaboration.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Methodology&lt;/strong&gt;: Specifically, clients evaluate shared unlabeled public data across three distinct modalities—class prediction, boundary decision, and prediction correlation—to effectively filter unreliable peers, construct modality-specific teachers, and validate distillation gradients using private supervised gradients by systematically removing or suppressing conflicting gradients.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Theoretical &amp;amp; Experimental Contributions&lt;/strong&gt;: Theoretically, we rigorously prove the algorithm&amp;#x27;s convergence by demonstrating that cross-modality fusion successfully bounds the Byzantine influence on both distillation and private gradients, thereby ensuring stable local optimization for honest clients. Extensive experiments on CIFAR-10 and CIFAR-100 demonstrate that our method significantly improves the prediction accuracy of heterogeneous models under non-IID data and Byzantine attacks, highlighting its great potential for unreliable real-world decentralized applications.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;This paper propose a robust decentralized federated distillation method that enables clients with heterogeneous models to collaborate through predictions on shared unlabeled public data. In the proposed method, each client first evaluates the received predictions in three modalities of class prediction, boundary decision, and prediction correlation. It then filters unreliable clients, assigns reliability-based weights to the retained clients, and constructs a teacher for each type of knowledge. Finally, the corresponding distillation gradients are validated using a supervised gradient computed from private data. Conflicting prediction and boundary gradients are removed, and conflicting relation gradients are suppressed before the final model update. We prove the convergence of the proposed method by showing stable local optimization for honest clients under Byzantine distillation. Particularly, we show that our method ensures a bounded Byzantine influence on both distillation gradients and individual client private gradients after cross-modality fusion, thereby enabling stable local optimization for honest clienunder Byzantine distillation. Extensive experiments on CIFAR-10 and CIFAR-100 demonstrate that the proposed method improves the prediction accuracy of heterogeneous models of clients under non-IID data and Byzantine attacks. As the booming demands of federated learning in decentralized environments such as edge computing and mission-oriented UAV collaborations, our method has a great potential for adoption of DFL in unreliable real-world scenarios where clients are exposed to receiver-specific Byzantine messages of malicious predictions.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>FedRAW: Preserving Rare-Label Influence in Asynchronous Federated Learning</title>
      <link>https://arcxiv.org/abs/2609.07192</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07192</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07192"&gt;https://arcxiv.org/abs/2609.07192&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;研究背景&lt;/strong&gt;：异步联邦学习通过服务器端缓冲区实时聚合客户端更新，显著提升了系统的可扩展性。然而，这种到达驱动的聚合机制在客户端参与度异构的情况下，容易悄然扭曲模型的表示学习过程。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;问题发现&lt;/strong&gt;：本文识别出一种名为“静默稀有性失败”（silent rarity failure）的隐蔽失效模式。在此模式下，持有稀有标签的客户端对全局模型的贡献被严重削弱，尽管模型的整体准确率看似未受明显影响。该问题源于两个耦合效应：一是&lt;strong&gt;参与偏差&lt;/strong&gt;，即稀有标签客户端因设备较慢或可用性低而提交更新频率较低；二是&lt;strong&gt;聚合偏差&lt;/strong&gt;，即标准的异步聚合机制未能对这类客户端进行影响力补偿。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法提出&lt;/strong&gt;：为此，本文提出 &lt;strong&gt;FedRAW&lt;/strong&gt;，一种完全在服务器端执行的聚合方法。该方法无需修改本地训练、客户端目标或通信协议。FedRAW 创新性地结合了&lt;strong&gt;客户端级更新去重&lt;/strong&gt;（防止高频到达的客户端重复主导更新缓冲区）与&lt;strong&gt;稀有标签感知加权&lt;/strong&gt;（提升携带低覆盖率标签客户端的影响力），从而有效保留稀有标签在模型训练中的作用。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现与结果&lt;/strong&gt;：本文从理论上形式化了参与偏差与聚合偏差。在 EMNIST Balanced、CIFAR-10、HAM10000 和 ISIC-2019 四个数据集上的广泛实验表明，FedRAW 在保持全局准确率相当且服务器端计算开销可忽略不计的前提下，显著提升了稀有标签的分类准确率，有效克服了静默稀有性失败问题。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Background &amp;amp; Problem&lt;/strong&gt;: Asynchronous federated learning enhances scalability by aggregating client updates as they arrive; however, it suffers from &amp;quot;silent rarity failure,&amp;quot; a hidden mode where clients with rare labels contribute insufficiently to the global model due to coupled participation and aggregation biases.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Method&lt;/strong&gt;: To address this, we propose &lt;strong&gt;FedRAW&lt;/strong&gt;, a fully server-side aggregation method that preserves rare-label influence without altering local training, client objectives, or communication protocols. FedRAW uniquely integrates client-level update deduplication to prevent frequently arriving clients from repeatedly dominating the update buffer, alongside rare-label-aware weighting to amplify the impact of clients carrying low-coverage labels.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Results&lt;/strong&gt;: We formally characterize silent rarity failure through participation and aggregation bias, proving that FedRAW effectively increases rare-label client influence over uniform aggregation. Extensive experiments across four datasets (EMNIST Balanced, CIFAR-10, HAM10000, and ISIC-2019) demonstrate that FedRAW significantly improves rare-label accuracy while maintaining comparable global performance and adding negligible server-side computational overhead.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Asynchronous federated learning improves scalability by updating the global model from a server-side buffer of client updates as they arrive, rather than waiting for all selected clients to finish. While efficient, this arrival-driven aggregation can silently distort representation learning under heterogeneous participation. We identify silent rarity failure, a hidden failure mode in which clients holding rare labels contribute too weakly to the global model even though its overall accuracy appears largely unaffected. This failure arises from two coupled effects: rare-label clients may submit updates less frequently when they are slower or less available, creating participation bias; and once their updates enter the buffer, standard asynchronous aggregation assigns them no compensating influence, creating aggregation bias. We propose FedRAW, a fully server-side aggregation method that preserves rare-label influence without changing local training, client objectives, or communication protocols. FedRAW combines client-level update deduplication, which prevents frequently arriving clients from repeatedly dominating the update buffer, with rare-label-aware weighting, which increases the influence of clients carrying low-coverage labels. We formalize silent rarity failure through participation and aggregation bias, and show that FedRAW increases rare-label client influence over uniform aggregation while preserving convergence. Across EMNIST Balanced, CIFAR-10, HAM10000, and ISIC-2019, FedRAW improves rarelabel accuracy while preserving comparable global accuracy and adding negligible server-side computation.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>Fine-grained Distributed Backdoor Attacks in Federated Learning</title>
      <link>https://arcxiv.org/abs/2609.07147</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07147</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07147"&gt;https://arcxiv.org/abs/2609.07147&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;研究背景&lt;/strong&gt;：联邦学习作为一种隐私保护的分布式机器学习范式，面临着严重的后门攻击威胁。相比于集中式攻击，分布式后门攻击危害更大，但需要更多的中毒样本来弥补触发器强度分解带来的损失，且固定的触发模式容易被鲁棒聚合算法检测，增加了攻击暴露的风险。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;核心方法&lt;/strong&gt;：为应对上述挑战，本文提出了一种细粒度分布式后门攻击框架（FDBA）。该框架通过动态触发器生成和嵌入向量优化，以更少的中毒样本实现高效攻击。首先，设计了基于图像边缘结构的动态触发器生成方法，利用Canny算法提取边缘特征并注入拉普拉斯噪声，同时应用RGB通道分解实现分布式触发器的隐蔽适配，降低检测几率。其次，引入嵌入向量对比学习策略，迫使中毒样本在特征空间中逼近目标类中心，从而显著提升攻击效能。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现与创新&lt;/strong&gt;：在CIFAR-10数据集上的实验表明，当目标攻击成功率（ASR）在70%至90%之间时，FDBA相比传统DBA方法将所需的中毒比例大幅降低了37.4%至48.4%。在非独立同分布（Non-IID）场景下，即使在极端数据异构条件下，FDBA仍能保留84.7%的独立同分布攻击性能，远超DBA的73.5%，并成功绕过主流防御机制。本研究为联邦学习安全提供了新视角，深刻揭示了细粒度分布式攻击的潜在威胁与防御挑战。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Federated learning faces severe threats from distributed backdoor attacks, which typically require more poisoned samples and are vulnerable to robust aggregation defenses due to their fixed trigger patterns. To address these limitations, we propose a Fine-grained Distributed Backdoor Attack (FDBA) framework that leverages dynamic trigger generation via edge-based features with Laplacian noise and RGB channel decomposition, combined with an embedding vector contrastive learning strategy to minimize the required poisoning ratio. Extensive experiments on CIFAR-10 demonstrate that FDBA reduces the required poisoning ratio by 37.4% to 48.4% compared to traditional Distributed Backdoor Attacks (DBA) while achieving target attack success rates between 70% and 90%. Furthermore, under extreme Non-IID data heterogeneity, FDBA retains 84.7% of its IID attack performance, significantly outperforming DBA&amp;#x27;s 73.5%, and successfully bypasses mainstream defense mechanisms. This study highlights the critical security challenges and potential threats posed by fine-grained distributed attacks in federated learning environments.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Federated learning, as a privacy-preserving distributed machine learning paradigm, faces significant threats from backdoor attacks. Compared to centralized attacks, distributed backdoor attacks are more harmful but require more poisoned samples to compensate for the loss of trigger strength due to decomposition. Fixed trigger patterns are also easily detected by robust aggregation algorithms, increasing the risk of attack exposure. To address these challenges, we propose a fine-grained distributed backdoor attack framework (FDBA). This framework uses dynamic trigger generation and embedding vector optimization to perform attacks with fewer poisoned samples. First, we design a dynamic trigger generation method based on image edge structures using the Canny algorithm to extract edge features, which are then injected with Laplacian noise. RGB channel decomposition is applied for covert adaptation of the distributed trigger, reducing detection chances. Second, we introduce an embedding vector contrastive learning strategy that forces poisoned samples to approach the target class center in the feature space, enhancing attack effectiveness. On CIFAR-10, piecewise-linear estimates for target ASRs between 70\% and 90\% show that FDBA reduces the required poisoning ratio by 37.4\%--48.4\% compared with DBA. In non-independent and identically distributed (Non-IID) scenarios, FDBA retains 84.7\% of its IID attack performance under extreme heterogeneity, whereas DBA drops to 73.5\%, and the framework successfully bypasses mainstream defense mechanisms. This study offers new insights into federated learning security and emphasizes the potential threats and defense challenges posed by fine-grained distributed attacks.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
      <category>machine</category>
      <category>privacy-preserving</category>
    </item>
    <item>
      <title>Trust-But-Verify: Poisoning-Resilient Locally Private Graph Learning Protocols</title>
      <link>https://arcxiv.org/abs/2609.07063</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07063</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07063"&gt;https://arcxiv.org/abs/2609.07063&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;基于本地差分隐私（LDP）的图学习协议作为去中心化图学习的重要范式，有效平衡了隐私保护与学习效用。在该协议下，用户在本地扰动节点特征和邻接信息，确保原始数据不出设备。然而，其固有的开放参与特性使其面临严重的数据投毒攻击威胁，攻击者可注入精心构造的恶意节点以破坏邻域聚合，从而降低下游任务效用，而针对此威胁的有效防御机制尚未得到充分探索。&lt;/p&gt;&lt;p&gt;为此，本文提出 &lt;strong&gt;VERITAS&lt;/strong&gt;，一种基于“信任但验证”（trust-but-verify）范式的抗投毒本地私有图学习协议。VERITAS 创新性地引入验证列表以编码分级的同伴信任水平，在用户端联合实现节点特征与图结构的私有化，同时在服务器端利用双边证明的不对称性来精准识别并剪枝恶意节点。具体而言，VERITAS 包含四个协同阶段：(1) 局部数据扰动；(2) 证明驱动的恶意节点剪枝；(3) 基于双重去噪的效用恢复；(4) 鲁棒的私有图学习。&lt;/p&gt;&lt;p&gt;在四个真实世界基准数据集上的广泛实验表明，跨越多种 LDP 机制与 GNN 架构，VERITAS 不仅能有效防御数据投毒攻击，还能在严格的隐私保证下显著提升下游图学习的实用性与鲁棒性。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Locally private graph learning protocols based on local differential privacy (LDP) effectively balance privacy protection and learning utility; however, their inherently open participation nature renders them critically vulnerable to data poisoning attacks, a severe threat for which effective defenses remain largely unexplored. To address this challenge, we propose &lt;strong&gt;VERITAS&lt;/strong&gt;, a poisoning-resilient protocol built on a &amp;quot;trust-but-verify&amp;quot; paradigm. VERITAS introduces a verification list to encode graded peer trust levels, jointly privatizes node features and graph structures on the user side, and exploits bilateral attestation asymmetry on the server side to accurately identify and prune malicious nodes. The protocol operates through four synergistic stages: local data perturbation, attestation-driven malicious node pruning, utility restoration via dual denoising, and robust private graph learning. Extensive experiments across four real-world benchmark datasets, multiple LDP mechanisms, and various GNN architectures demonstrate that VERITAS effectively defends against data poisoning attacks while significantly improving downstream graph learning utility under rigorous privacy guarantees.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Built upon local differential privacy (LDP), locally private graph learning protocols have emerged as an important paradigm for decentralized graph learning, balancing privacy protection and learning utility. Under such protocols, each user locally perturbs their node features and adjacency information before transmission, ensuring formal privacy guarantees without original data leaving the device. However, the inherently open participation nature renders these protocols critically vulnerable to data poisoning attacks, where adversaries inject carefully crafted malicious nodes to corrupt neighborhood aggregation and degrade downstream utility. Despite the severity of this threat, effective defenses in this setting remain largely unexplored. In this paper, we propose VERITAS, a poisoning-resilient locally private graph learning protocol built on a trust-but-verify paradigm. By introducing a verification list encoding graded peer trust levels, VERITAS jointly privatizes node features and graph structure on the user side, while exploiting bilateral attestation asymmetry on the server side to identify and prune malicious nodes. Concretely, VERITAS comprises four synergistic stages: (1) local data perturbation, (2) attestation-driven malicious node pruning, (3) utility restoration via dual denoising, and (4) robust private graph learning. Extensive experiments on four real-world benchmark datasets across multiple LDP mechanisms and GNN architectures demonstrate that VERITAS effectively defends against data poisoning attacks and significantly improves downstream graph learning utility under rigorous privacy guarantees.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>data</category>
      <category>differential</category>
      <category>poisoning</category>
      <category>privacy</category>
    </item>
    <item>
      <title>MOLE: Detecting Insider Threats in AI Agents</title>
      <link>https://arcxiv.org/abs/2609.06966</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06966</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06966"&gt;https://arcxiv.org/abs/2609.06966&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;h4&gt;研究背景与动机&lt;/h4&gt;&lt;p&gt;随着AI代理的广泛应用，模型未对齐、提示词注入或操作员滥用等风险，可能导致AI代理在操作前沿实验室账户时，执行窃取模型权重、投毒训练数据或削弱发布门禁等内部威胁。然而，现有的评估基准并未测试防御者能否在有限的审查预算下，从常规工作中检测出此类恶意活动。&lt;/p&gt;&lt;h4&gt;方法：MOLE 基准&lt;/h4&gt;&lt;p&gt;为此，本文引入了 &lt;strong&gt;MOLE&lt;/strong&gt;，一个用于检测AI代理内部威胁的开放基准。该基准模拟了150个AI操作的账户，在30个工作日内共享9个有状态服务。MOLE包含了12种具体的威胁场景，以及来自4个不同模型的8个语料库，数据总量高达约200亿个token。&lt;/p&gt;&lt;h4&gt;主要发现&lt;/h4&gt;&lt;p&gt;通过对39个代理模型的评估发现，&lt;strong&gt;72%的模型能够完成大部分分配的有害目标&lt;/strong&gt;，且代理表现出的“拒绝”行为并不能有效预测其最终是否会完成有害任务。此外，研究对比了40种监控器在不同语料库生成器、可观测性级别和威胁类型下的表现。结果显示，即便是单日审计事件对比中表现最优的监控器，&lt;strong&gt;仍会漏报近一半已完成的有害行为&lt;/strong&gt;。&lt;/p&gt;&lt;h4&gt;创新点与应用价值&lt;/h4&gt;&lt;p&gt;MOLE不仅用于评估，还赋能监控器的开发。研究表明，通过&lt;strong&gt;基准指导的搜索&lt;/strong&gt;，可将中端监控器的检测性能提升49%至64%。同时，在建模成本相当的前提下，&lt;strong&gt;选择性地部署更强的监控器&lt;/strong&gt;，可使预算-AUC（曲线下面积）提升10%，为实际部署提供了高效的成本优化策略。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;h4&gt;Background and Motivation&lt;/h4&gt;&lt;p&gt;AI agents operating frontier-lab accounts pose severe insider threats, such as model weight exfiltration and training data poisoning, yet existing benchmarks fail to evaluate whether defenders can detect these malicious activities hidden within routine workflows under limited review budgets.&lt;/p&gt;&lt;h4&gt;Methodology: The MOLE Benchmark&lt;/h4&gt;&lt;p&gt;To address this gap, we introduce &lt;strong&gt;MOLE&lt;/strong&gt;, an open benchmark comprising 150 AI-operated accounts sharing 9 stateful services over 30 workdays, incorporating 12 distinct threats and 8 corpora totaling approximately 20 billion tokens to evaluate 40 different monitors.&lt;/p&gt;&lt;h4&gt;Key Findings and Contributions&lt;/h4&gt;&lt;p&gt;Our extensive evaluation reveals that &lt;strong&gt;72% of 39 agent models successfully complete most assigned harmful objectives&lt;/strong&gt;, and notably, agent refusal does not predict task completion, while even the best-evaluated monitor misses nearly half of the completed harms. Crucially, MOLE also drives monitor development: &lt;strong&gt;benchmark-guided search improves mid-tier monitors by 49-64%&lt;/strong&gt;, and the &lt;strong&gt;selective deployment of stronger monitors enhances budget-AUC by 10%&lt;/strong&gt; at comparable modeled costs, offering a highly efficient strategy for real-world threat detection.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Model misalignment, prompt injection, or operator misuse could lead AI agents operating frontier-lab accounts to exfiltrate model weights, poison training data, or weaken release gates. Existing benchmarks do not test whether defenders can detect this activity among routine work under a limited review budget. We introduce MOLE, an open benchmark of 150 AI-operated accounts sharing 9 stateful services over 30 workdays, with 12 threats and 8 corpora from four models totaling roughly 20 billion tokens. Of 39 agent models, 72% complete most assigned harmful objectives and agent refusal does not predict completion. MOLE enables comparison of 40 monitors across corpus generators, observability levels, and threats; even the best evaluated monitor in our single-day audit-event comparison misses nearly half of completed harm. MOLE also enables monitor development: benchmark-guided search improves a mid-tier monitor by 49-64%, while selective use of a stronger monitor improves budget-AUC by 10% over applying it to every account-day at comparable modeled cost.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>injection</category>
      <category>prompt</category>
    </item>
    <item>
      <title>Does Syntax Matter? A Graph-Augmented Variational Topic Model for Computational Social Sciences</title>
      <link>https://arcxiv.org/abs/2609.07797</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07797</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07797"&gt;https://arcxiv.org/abs/2609.07797&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景与动机&lt;/strong&gt;：主题建模在计算社会科学中广泛用于识别大规模文本语料库中的潜在主题。传统方法依赖词袋表示和LDA等生成模型，而近期方法（如BERTopic）则基于密集的文档嵌入。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新&lt;/strong&gt;：本文提出结构上下文概率主题模型（SCPTM），该架构创新性地将句法依赖关系融入主题推断过程。SCPTM将语料库表示为由词汇和句法边连接的文档与词语异构图，并通过变分自编码器（VAE）内的图注意力网络（GAT）进行处理，从而生成概率性的混合成员主题分布。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;实验与发现&lt;/strong&gt;：我们在四个语体和话语结构各异的语料库上，评估了七种主题建模技术（含四种SCPTM消融实验）。结果表明：&lt;br /&gt;*   &lt;strong&gt;对齐提升&lt;/strong&gt;：SCPTM的神经架构在文档-主题对齐方面较生成基线有显著提升，但这主要归功于变分编码器而非句法结构本身。&lt;br /&gt;*   &lt;strong&gt;多样性与描述符&lt;/strong&gt;：句法结构有效提升了主题多样性，图增强变体在所有语料库中均优于无图基线。同时，依赖路径能精准捕获审议语体中的谓词-论元结构和立场，但在技术和机构语料库中则显得冗余。&lt;br /&gt;*   &lt;strong&gt;效价差&lt;/strong&gt;：所有变体的效价差均为正，但主要由短语分组而非句法过滤驱动。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;结论&lt;/strong&gt;：句法编码的作用具有条件性。它显著有利于行动导向和辩论性文本，但会在纯信息性或行政语体中引入噪声，凸显了句法特征在计算社会科学中的语境依赖性。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;This paper introduces the Structural Contextual Probabilistic Topic Model (SCPTM), a novel graph-augmented variational autoencoder architecture that integrates syntactic dependency relations into topic inference by representing corpora as heterogeneous graphs processed via Graph Attention Networks. Evaluated across four diverse corpora using comprehensive coherence, diversity, and phrase-level diagnostics, SCPTM&amp;#x27;s neural architecture significantly improves document-topic alignment over traditional generative baselines, though these gains are primarily driven by the variational encoder rather than syntax itself. Crucially, our empirical findings reveal that syntactic encoding conditionally enhances topic diversity and descriptor quality, effectively capturing predicate-argument structures and stance in deliberative texts while proving redundant in technical or administrative corpora. Ultimately, we conclude that while graph-augmented syntactic encoding greatly benefits action-oriented and argumentative texts, it introduces unnecessary noise in purely informational registers, highlighting the highly context-dependent value of syntax in computational social sciences.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Topic modeling is widely used in computational social sciences to identify latent themes in large text corpora. Traditional approaches rely on Bag-of-Words representations and generative models such as LDA, while recent methods like BERTopic operate on dense document embeddings. This paper introduces the Structural Contextual Probabilistic Topic Model (SCPTM), an architecture that incorporates syntactic dependency relations into topic inference. SCPTM represents a corpus as a heterogeneous graph of documents and words connected by lexical and syntactic edges, processed through a Graph Attention Network within a Variational Autoencoder to produce probabilistic, mixed-membership topic distributions. We evaluate seven topic modeling techniques (including four SCPTM ablations) across four corpora differing in register and discourse structure. Our framework combines coherence (C_V, C_NPMI), topic diversity, clustering-label alignment (NMI), and phrase-level diagnostics (complementarity and valence gap). Results show that SCPTM&amp;#x27;s neural architecture yields substantial gains in document-topic alignment over generative baselines, but these gains are attributable to the variational encoder rather than to syntax. Syntax contributes to topic diversity, where graph-augmented variants outperform the no-graph baseline across all corpora, and to descriptor quality: dependency paths capture predicate-argument structures and stance in deliberative registers, while proving redundant in technical and institutional corpora. The valence gap is positive across all variants, but driven primarily by phrase grouping rather than syntactic filtering. We conclude that syntactic encoding matters conditionally: it benefits action-oriented, argumentative texts, but introduces noise in informational or administrative registers.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>inference</category>
      <category>membership</category>
    </item>
    <item>
      <title>BlueprintAgent: Constraint-Triggered Targeted Revisits for Simulation-Ready Generation from Scanned Structural Blueprints</title>
      <link>https://arcxiv.org/abs/2609.07362</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07362</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07362"&gt;https://arcxiv.org/abs/2609.07362&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;将服役中的钢筋混凝土（RC）建筑结构蓝图转化为可用于仿真的模型（即支持确定性有限元导出和工程师审查的结构化框架表示），是安全评估和抗震加固的基础，但该过程目前仍高度依赖人工。直接使用多模态大语言模型（MLLM）处理扫描图纸往往不可靠，其输出经常违反梁柱支撑、跨度数量或3D连续性等工程约束。&lt;/p&gt;&lt;p&gt;为此，本文提出了 &lt;strong&gt;BlueprintAgent (BPA)&lt;/strong&gt;，一种用于从扫描蓝图中提取仿真就绪框架的&lt;strong&gt;约束触发多模态智能体&lt;/strong&gt;。BPA 将 MLLM 作为核心阅读器和决策者，并结合 OCR 与计算机视觉技术提供局部证据。其核心创新机制在于：将工程约束转化为可调用的验证器，当检测到实体级冲突时，会触发 MLLM 对局部区域进行&lt;strong&gt;定向重访（targeted revisits）&lt;/strong&gt;。这种推理时控制机制显著区别于固定流水线或自由形式的自我反思。&lt;/p&gt;&lt;p&gt;我们在来自 20 个匿名 RC 框架项目的 300 张真实扫描蓝图上对 BPA 进行了评估。实验对比了 5 种基线模型和 6 种消融设置。结果表明，BPA 的梁（Beam）宏平均 F1 分数高达 &lt;strong&gt;0.994&lt;/strong&gt;，远超单次 MLLM 零样本提示（0.301）和固定流水线（0.820）。消融实验进一步证明，移除 MLLM 主导的轴线裁决会导致复杂多页项目中的梁柱 F1 分数大幅下降。&lt;/p&gt;&lt;p&gt;研究结论指出，针对密集的技术图纸，工程约束不应仅作为事后的输出过滤器，而应被部署为&lt;strong&gt;触发实体级定向重访的机制&lt;/strong&gt;，以实现高精度的仿真模型生成。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Converting scanned reinforced-concrete building blueprints into simulation-ready structural models is crucial for safety assessment but remains heavily manual, as direct multimodal large language model (MLLM) prompting often violates critical engineering constraints. We introduce &lt;strong&gt;BlueprintAgent (BPA)&lt;/strong&gt;, a constraint-triggered multimodal agent that utilizes an MLLM as the primary decision-maker, supplemented by OCR and computer vision for localized evidence. BPA&amp;#x27;s core innovation implements engineering constraints as callable validators; entity-level conflict reports trigger targeted MLLM revisits over specific local regions, offering a robust inference-time control mechanism. Evaluated on 300 real scanned blueprint sheets from anonymized projects, BPA achieves a macro-averaged Beam F1 score of &lt;strong&gt;0.994&lt;/strong&gt;, significantly outperforming both zero-shot MLLM prompting (0.301) and fixed pipelines (0.820). Ultimately, our findings demonstrate that for dense technical drawings, engineering constraints are most effective when deployed as active triggers for entity-level targeted revisits rather than mere post-hoc output filters.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Converting in-service reinforced-concrete (RC) building blueprints into simulation-ready models---structured frame representations that support deterministic FEM export and qualified-engineer review---underpins safety assessment and seismic retrofit, but the process remains manual. Direct prompting of a multimodal large language model (MLLM) over a scanned sheet is unreliable: outputs often violate engineering constraints on beam--column support, span count, or 3D continuity. We present BlueprintAgent (BPA), a constraint-triggered multimodal agent for simulation-ready frame extraction from scanned blueprints. BPA treats the MLLM as the primary reader and decision maker, with OCR and computer vision supplying localized evidence. Its central mechanism realizes engineering constraints as callable validators whose entity-level conflict reports trigger targeted MLLM revisits over the local region---an inference-time control distinct from fixed pipelines and free-form self-reflection. We evaluate BPA on 300 real scanned blueprint sheets from 20 anonymized RC frame projects, against five baselines and six ablations. BPA reaches a macro-averaged Beam F1 of 0.994, against 0.301 for single-MLLM zero-shot and 0.820 for a fixed pipeline; removing MLLM-led axis adjudication collapses Beam and Column F1 on complex multi-sheet projects. For dense technical drawings, engineering constraints are best deployed as triggers for entity-level targeted revisits rather than as post-hoc output filters.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>Probing the Structure and Dynamics of LLM Value Expression through Value Conflicts</title>
      <link>https://arcxiv.org/abs/2609.07296</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07296</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07296"&gt;https://arcxiv.org/abs/2609.07296&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：大型语言模型（LLMs）的伦理评估通常将其价值观视为静态和单一的。然而，本文提出LLM的价值观表达实际上是一个结构化且动态的现象。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：为了探究这一特性，研究团队引入了“冲突驱动的价值观探测（Conflict-driven Value Probing）”框架。该框架通过将LLM置于价值冲突情境中，并实施四种干预措施来扰动这些冲突，从而深入探测其价值观表达机制，并将该框架应用于十个主流LLM。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现&lt;/strong&gt;：研究识别出三种反复出现的模式：&lt;br /&gt;1. &lt;strong&gt;表达二元性&lt;/strong&gt;：模型在抽象评估中倾向于广泛的理想主义导向，而在具体冲突中则转向更务实的优先事项。&lt;br /&gt;2. &lt;strong&gt;功能可引导性&lt;/strong&gt;：模型能够轻松将其表达的价值观特征重新配置为符合任务定义的价值观目标。&lt;br /&gt;3. &lt;strong&gt;有界可塑性&lt;/strong&gt;：这种重新配置并非毫无限制。外部压力会引发以安全和目标为导向的优先级转移；同时，负面框架能够有效区分受保护的核心价值观与易于被重新引导的价值观。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新点与意义&lt;/strong&gt;：综上所述，这些发现全面刻画了LLM价值观表达的结构与动态特征：上下文能够灵活地重新配置表达的优先级，但始终被限制在特定的行为边界内。这一行为学解释为理解和提升LLM的可控性、价值对齐以及安全性奠定了坚实的理论与实证基础。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;While ethical evaluations of Large Language Models (LLMs) often treat model values as static and monolithic, this paper reconceptualizes LLM value expression as a structured yet highly dynamic phenomenon. We introduce &lt;em&gt;Conflict-driven Value Probing&lt;/em&gt;, a novel framework that situates LLMs in value conflicts and applies four perturbation interventions to probe their value expressions across ten diverse models. Our empirical analysis reveals three recurring patterns: (1) &lt;strong&gt;expression duality&lt;/strong&gt;, where models shift from broad idealistic orientations in abstract contexts to pragmatic priorities in concrete conflicts; (2) &lt;strong&gt;functional steerability&lt;/strong&gt;, enabling models to readily reconfigure their value profiles toward task-defined objectives; and (3) &lt;strong&gt;bounded plasticity&lt;/strong&gt;, demonstrating that such reconfigurations are strictly constrained, with external pressure inducing security-oriented shifts and negative framing effectively distinguishing protected values from those amenable to redirection. Ultimately, these findings comprehensively characterize how context flexibly reconfigures expressed priorities within specific behavioral boundaries, providing a robust foundation for advancing LLM controllability, value alignment, and overall safety.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Ethical evaluation of Large Language Models (LLMs) often characterizes model values as static and monolithic. In contrast, we argue that LLM value expression is better understood as a structured yet dynamic phenomenon. To investigate this, we introduce Conflict-driven Value Probing, a controlled framework that places LLMs in value conflicts and implements four types of interventions that perturb these conflicts to probe LLM value expression. Applying this framework to ten LLMs, we identify three recurring patterns. (1) Expression duality: models shift from broad idealistic orientations in abstract assessment toward more pragmatic priorities in concrete conflicts. (2) Functional steerability: models readily reconfigure their expressed value profiles toward task-defined value objectives. (3) Bounded plasticity: such reconfiguration is not without constraints, i.e. pressure induces a security- and goal-oriented priority shift while negative framing distinguishes protected values from those more amenable to redirection. Together, these findings characterize both the structure and dynamics of LLM value expression: context flexibly reconfigures expressed priorities, yet within behavioral boundaries. This behavioral account provides a foundation for understanding controllability, alignment, and safety in LLMs. Code and data are available at https://github.com/ZeroGen-Lab/CFProbe.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>llm</category>
      <category>security</category>
    </item>
    <item>
      <title>SIFTING: A Novel LLM-Based Framework for Structured and Transparent Information Extraction from Clinical Free-Text Reports, with Application to Tumor Staging in Lung Cancer</title>
      <link>https://arcxiv.org/abs/2609.07185</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.07185</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.07185"&gt;https://arcxiv.org/abs/2609.07185&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：大型语言模型（LLMs）在从临床自由文本中提取信息方面展现出巨大潜力，但其输出通常缺乏结构化且难以追溯，这给临床工作流中的验证和应用带来了困难。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：为此，本研究提出了一种名为 SIFTING 的新型基于 LLM 的框架。该框架结合了 LLM 的语言理解能力与片段级处理技术，通过带有严格输出控制的结构化提示词，将提取的发现与源文本直接链接，从而实现准确且透明的信息提取。为验证其能力，研究将其应用于从 130 份肺癌放射学报告中提取肿瘤 T 分期信息（SIFTING-T-stage）。实验采用完全自托管设置，使用了 4-bit 量化的开源 LLM Llama-3.3-70B（35 GB）的紧凑版本，以确保对数据和模型的完全控制。性能评估以四位临床专家制定的参考标准为准，并与传统单提示词方法下的多种 LLM 进行了对比，采用 Bootstrap 重采样法估计置信区间。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;结果&lt;/strong&gt;：SIFTING-T-stage 针对参考标准达到了 90% 的准确率（95% CI: 84-95）。其性能不仅可与具备推理能力的最大型最先进 LLM 相媲美，且与临床专家的表现具有可互换性（p &amp;lt; 0.001），同时通过源文本引用提供了完全的追溯性。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;结论与创新&lt;/strong&gt;：SIFTING 框架实现了从临床自由文本中进行准确、结构化且可追溯的信息提取。它确保了数据控制、可重复性和可验证的输出，能够有效支持临床验证并促进工作流的无缝整合。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Large language models (LLMs) show significant promise for extracting information from clinical free-text documents; however, their outputs often lack structured formatting and traceability, which complicates validation and hinders adoption in clinical workflows. To address these critical limitations, we introduce SIFTING, a novel LLM-based framework that integrates segment-level processing with structured prompts to link extracted findings directly to the source text, thereby ensuring both accurate and transparent information extraction. When applied to the task of tumor T-stage extraction from 130 lung cancer radiology reports using a fully self-hosted, 4-bit quantized Llama-3.3-70B model, SIFTING achieved an impressive accuracy of 90% (95% CI: 84-95) against an expert-derived reference standard. Notably, its performance is highly comparable to state-of-the-art reasoning LLMs and statistically interchangeable with human clinical experts (p &amp;lt; 0.001), while uniquely providing full traceability through source text references. Ultimately, SIFTING enables accurate, structured, and verifiable extraction from clinical documents, ensuring strict data control and facilitating seamless integration into routine clinical workflows.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Background: Large language models (LLMs) show promise for extracting information from clinical free-text documents, but their outputs are often unstructured and lack traceability, complicating validation and adoption in clinical workflows. In this work we introduce SIFTING, an LLM-based framework designed to address these shortcomings. Methods: SIFTING combines the language comprehension capabilities of LLMs with segment-level processing and structured prompts with strict output control, linking findings to the source text to enable both accurate and transparent information extraction. To demonstrate its capabilities, we applied the framework to the task of extracting tumor T-stage information from 130 lung cancer radiology reports (SIFTING-T-stage). A compact 4-bit quantized version of the open-source LLM Llama-3.3-70B (35 GB) was used in a fully self-hosted setup, providing full control over data and model. Performance was evaluated against a reference standard created by four clinical experts and compared with a range of LLMs as used in a conventional single-prompt approach, using bootstrap resampling to estimate confidence intervals. Results: SIFTING-T-stage achieved an accuracy of 90% (95% CI: 84-95) against the reference standard. We found its performance to be comparable to even the largest state-of-the-art LLMs with reasoning capabilities and to be interchangeable with clinical experts (p &amp;lt; 0.001), while at the same time offering full traceability through source text references. Conclusion: SIFTING enables accurate, structured, and traceable information extraction from clinical free-text documents. It ensures data control, reproducibility, and verifiable outputs that can support clinical validation and workflow integration.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>Dynamic-Programming-Guided Hierarchical BPE and Empirical Analysis of Vocabulary Pruning</title>
      <link>https://arcxiv.org/abs/2609.06898</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06898</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06898"&gt;https://arcxiv.org/abs/2609.06898&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;研究背景&lt;/strong&gt;：字节对编码（BPE）通过贪心合并策略构建词汇表，但其固有的合并顺序未必能为固定大小的模型可见词汇表实现最优的压缩分配，限制了模型的编码效率。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;研究方法&lt;/strong&gt;：本文提出了一种动态规划引导的层次化 BPE（DH-BPE）词汇构建方法。该方法创新性地结合了精确最小 token 分割下的 token 暴露度与 BPE 训练过程中产生的层次依赖关系。DH-BPE 从适度超调的 BPE 候选词汇表出发，利用动态规划算法精确评估候选词的效用，并应用暴露度引导且感知依赖关系的剪枝策略，从而科学地筛选出固定大小的最终模型可见词汇表。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现&lt;/strong&gt;：在 12K 和 16K 目标词汇量的主要评估中，在共享的精确最小 token 动态规划编码器下，DH-BPE 相比标准 BPE、剪枝 BPE 和 MinGram 一致提升了聚合压缩率。尽管 MinGram-PP 在主要对比中表现出更强的聚合压缩，但在跨语料库评估中，DH-BPE 在超调因子 f=2.0 和 3.0 时显著优于 MinGram-PP；仅在 12K 词汇量且候选池极大（f=4.0 和 5.0）时，MinGram-PP 才实现反超。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新与意义&lt;/strong&gt;：定性分析表明，DH-BPE 能够有效平衡后期更彻底的 BPE 合并与可重用的子词组件，为在固定模型可见词汇预算约束下优化词汇分配提供了一种切实可行的创新方案。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Byte Pair Encoding (BPE) constructs vocabularies via greedy merging, which often fails to optimally allocate a fixed model-visible vocabulary for optimal compression. To address this limitation, we propose Dynamic-Programming-Guided Hierarchical BPE (DH-BPE), a novel vocabulary-construction method that integrates token exposure under exact minimum-token segmentation with the hierarchical dependencies induced during BPE training. By utilizing dynamic programming to evaluate candidate utility and applying exposure-guided, dependency-aware pruning on a moderately oversized candidate pool, DH-BPE effectively selects an optimal fixed-size vocabulary. Extensive empirical evaluations at 12K and 16K target sizes demonstrate that DH-BPE consistently outperforms Standard BPE, Pruned BPE, and MinGram in aggregate compression. Furthermore, while MinGram-PP shows stronger compression in primary comparisons, DH-BPE achieves superior cross-corpus compression at moderate overshoot factors, only being surpassed when significantly larger candidate pools are used. Ultimately, DH-BPE provides a practical approach to balancing comprehensive late-stage merges with reusable subword components, significantly improving vocabulary allocation under strict model-visible budget constraints.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Byte Pair Encoding (BPE) constructs vocabularies through greedy pair merging, but the resulting merge order does not necessarily allocate a fixed model-visible vocabulary optimally for compression. We propose Dynamic-Programming-Guided Hierarchical BPE (DH-BPE), a vocabulary-construction method that combines token exposure under exact minimum-token segmentation with the hierarchical dependencies induced by BPE training. Starting from a modestly overshot BPE candidate vocabulary, DH-BPE uses dynamic programming to measure candidate utility and applies exposure-guided, dependency-aware pruning to select a fixed-size model-visible vocabulary. We compare DH-BPE against Standard BPE and recent vocabulary-optimization baselines, including Pruned BPE, MinGram, and MinGram-PP, in primary evaluations at 12K and 16K target vocabulary sizes, with an additional 18K evaluation against MinGram only. Across the primary 12K and 16K comparisons, DH-BPE consistently improves aggregate compression over Standard BPE, Pruned BPE, and MinGram under a shared exact minimum-token DP encoder. MinGram-PP achieves stronger aggregate compression in the primary comparisons, but DH-BPE outperforms it at overshoot factors f = 2.0 and f = 3.0 in cross-corpus evaluation; at 12K, MinGram-PP reverses this ordering only with the substantially larger candidate pools at f = 4.0 and f = 5.0. Qualitative analysis further shows that DH-BPE balances later, more complete BPE merges with reusable subword components, providing a practical approach to improving vocabulary allocation under a fixed model-visible vocabulary budget.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>dp</category>
    </item>
    <item>
      <title>A Queryable Graph-Based Security Analysis Framework for O-RAN</title>
      <link>https://arcxiv.org/abs/2609.06855</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06855</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06855"&gt;https://arcxiv.org/abs/2609.06855&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：开放无线接入网（O-RAN）通过模块化和可互操作的架构取代了传统供应商锁定的RAN，极大促进了行业竞争与创新。然而，这种开放性也带来了系统复杂性的增加和攻击面的扩大，使安全问题成为重中之重。当前，评估O-RAN的安全性依赖于人工交叉比对数十项技术规范、厂商白皮书及学术研究，该过程不仅耗时费力、易出错，且结果呈静态化。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：为此，本文提出了一种基于图的安全分析框架，将上述静态语料库转化为单一的可查询数据库。该图数据库包含超过350个节点和1250余条关系，数据提炼自官方规范、学术论文、开源项目及漏洞数据库。为保持数据的时效性，我们集成了一套混合数据提取管道，将针对结构化规范的确定性解析与利用大语言模型（LLM）辅助提取动态规范及非结构化文献相结合。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;发现&lt;/strong&gt;：通过对该图数据库的查询分析，我们得出三项关键发现：首先，O-DU、SMO和O-Cloud等关键基础设施面临数十项规范级威胁，但缺乏实证层面的安全覆盖；其次，在分析的CVE相关CWE中，内存安全弱点占比超过一半（21次中出现11次）；最后，模糊测试技术发现了学术论文中归因的20个CVE中的18个。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新&lt;/strong&gt;：我们将该数据库、提取管道及查询代码作为开源工件发布，以推动O-RAN安全研究的自动化与规模化发展。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;The Open Radio Access Network (O-RAN) introduces significant security challenges due to its increased architectural complexity and expanded attack surface, while current security assessments rely on error-prone, manual cross-referencing of static documents. To address this limitation, we propose a queryable graph-based framework that transforms over 350 nodes and 1,250 relationships from diverse specifications, academic literature, and vulnerability databases into a unified, dynamically updated knowledge graph. This is achieved using a novel hybrid extraction pipeline that combines deterministic parsing for structured specifications with Large Language Model (LLM)-assisted extraction for evolving and unstructured texts. Querying this comprehensive graph reveals three critical insights: essential infrastructure components like O-DU, SMO, and O-Cloud face numerous specification-level threats yet suffer from minimal empirical security coverage; memory-safety weaknesses account for the majority of analyzed CWE occurrences; and fuzzing proves highly effective in uncovering research-attributed CVEs. Ultimately, we release the constructed database, the extraction pipeline, and the analytical queries as open-source artifacts to facilitate robust, scalable, and automated O-RAN security analysis.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;The Open Radio Access Network (O-RAN) replaces vendor-locked RANs with a modular and interoperable architecture that fosters competition and accelerates innovation. With this openness comes increased complexity and a larger attack surface, making security a critical concern. Today, assessing O-RAN security requires manually cross-referencing dozens of specifications, vendor whitepapers, and academic studies, which is error-prone and static. In this paper, we present a graph-based framework that transforms this static corpus into a single, queryable database. Our graph representation contains over 350 nodes and more than 1,250 relationships, distilled from specifications, academic papers, open-source projects, and vulnerability databases. To keep this resource current, we integrate a hybrid data extraction pipeline that couples deterministic parsing of structured specifications with Large Language Model (LLM)-assisted extraction for evolving specifications and unstructured literature. Querying the graph reveals three actionable findings within our curated corpus: critical infrastructure such as the O-DU, SMO, and O-Cloud carries dozens of specification-level threats yet has little or no empirical coverage; memory-safety weaknesses account for 11 of the 21 CWE occurrences associated with the analyzed CVEs; and fuzzing uncovered 18 of the 20 CVEs attributed to research papers. We provide the database, pipeline, and queries as open-source artifacts.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>llm</category>
      <category>model</category>
      <category>security</category>
    </item>
    <item>
      <title>WAPP: Safe Learning of Positive Security WAF Policies from Live Traffic</title>
      <link>https://arcxiv.org/abs/2609.06840</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06840</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06840"&gt;https://arcxiv.org/abs/2609.06840&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;研究背景&lt;/strong&gt;：Web应用防火墙（WAF）主要依赖签名来检测已知攻击，难以应对未知或变体负载。正向安全通过学习合法流量并拦截超出配置文件的输入来提供补充，但直接从实时流量学习存在被恶意请求污染训练数据的安全风险。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;核心方法&lt;/strong&gt;：本文提出了白名单自主策略生成器（WAPP）框架。该框架创新性地结合了信任过滤、确定性规则合成、置信度评分以及执行前验证机制，旨在从实时流量中安全、自动地学习正向安全WAF策略。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;实验与发现&lt;/strong&gt;：研究在三个受控应用上基于Coraza和OWASP CRS栈进行了评估。结果表明，在DVWA用户名字段中，未过滤的学习在0.2%污染流量下性能降级，0.5%时完全失效；而自由文本字段即使无污染也会放行恶意输入。在抗污染测试中，WAPP结合全部7种候选信号的消融配置将抗污染韧性从53%大幅提升至90%，显著优于Kruegel-Vigna基线的62%。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新与结论&lt;/strong&gt;：WAPP的确定性合成器实现了与语言模型相当的拦截效果，且无需承担模型推理成本。该框架成功拦截了受限字段上的CRS绕过攻击，但指出自由文本输入仍是一个精度挑战，需要字符级的操作符控制。WAPP为从实时流量中安全学习WAF策略提供了一种高效、鲁棒的解决方案。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Web Application Firewalls (WAFs) utilizing positive security learn legitimate traffic patterns to block anomalies, yet direct learning from live traffic remains vulnerable to malicious data poisoning. This paper introduces the Whitelisting Autonomous Policy Producer (WAPP), a novel framework designed for safe policy learning by integrating trust filtering, deterministic rule synthesis, confidence scoring, and pre-enforcement validation. Evaluated on a live Coraza and OWASP CRS stack across controlled applications, WAPP demonstrates robust resilience against data poisoning. Specifically, incorporating seven candidate signals significantly improves poisoning tolerance from 53% to 90%, substantially outperforming the Kruegel-Vigna baseline of 62%. Furthermore, the deterministic synthesizer achieves attack blocking performance comparable to tested language models without incurring inference costs. While WAPP successfully mitigates confirmed CRS bypasses on constrained fields, the study highlights that free-text inputs remain a precision challenge necessitating character-level operator control.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Web Application Firewalls (WAFs) mainly rely on signatures to detect known attacks, which can leave gaps against modified or previously unseen payloads. Positive security provides a complementary approach by learning legitimate traffic and blocking inputs that fall outside the learned profile. However, learning directly from live traffic can be unsafe when malicious requests contaminate the training data. This paper presents the Whitelisting Autonomous Policy Producer (WAPP), a framework that combines trust filtering, deterministic rule synthesis, confidence scoring, and validation before enforcement. WAPP is evaluated on three controlled applications using a live Coraza and OWASP Core Rule Set (CRS) stack. Results show that, on the tested DVWA username field, unfiltered learning becomes Degraded at 0.2\% poisoned traffic and Broken at 0.5%, while the evaluated free text field can admit malicious inputs even without poisoning. On the frozen poisoning dataset, the ablation configuration with all seven candidate signals improves the measured poisoning resilience from 53% to 90%, compared with 62% for the Kruegel--Vigna baseline. The deterministic synthesizer provides attack blocking comparable to the tested language model without model inference cost. WAPP blocks confirmed CRS bypasses on constrained fields, while free text inputs remain a precision challenge that requires character level operator control.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>data</category>
      <category>inference</category>
      <category>model</category>
      <category>poisoning</category>
      <category>security</category>
    </item>
    <item>
      <title>MechAudit-40: White-Box Auditing across 40 LLM Attack Mechanisms</title>
      <link>https://arcxiv.org/abs/2609.06612</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06612</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06612"&gt;https://arcxiv.org/abs/2609.06612&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：当前大语言模型（LLM）面临的攻击手段繁多，但现有的白盒防御评估通常局限于单一或孤立的攻击类型。异构攻击是否会在模型内部表示中留下能够泛化至未知威胁机制的特征偏移，仍是未解之谜。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：本文提出 &lt;strong&gt;MechAudit-40&lt;/strong&gt;，在五种开放权重模型架构上对 40 种攻击机制进行系统性评估。研究构建了包含 10 万个匹配“干净-攻击”表示对的数据集，并结合预定义类别与分组留出集，有效隔离了真实的攻击诱导位移与目标规模、语料偏差及数据泄漏等干扰因素。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现&lt;/strong&gt;：研究表明，攻击会在模型内部引发结构化的多层深度轨迹，而非孤立的层激活峰值。虽然原始峰值在不同架构间缺乏可移植性，但经过目标校准的特征分布保留了可迁移的几何签名。在完全机制留出实验中，仅凭隐藏状态即可达到 &lt;strong&gt;82.5%&lt;/strong&gt; 的威胁类别识别准确率。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新点&lt;/strong&gt;：基于上述发现，我们设计了 &lt;strong&gt;MechAudit&lt;/strong&gt; 运行时审计器。该审计器在严格的无先验（zero-oracle）约束下运行，无需干净基线或攻击元数据。实验显示，MechAudit 在 0.70% 的极低误报率下实现了 &lt;strong&gt;81.1%&lt;/strong&gt; 的留出攻击检测率，且在整体功能类别被隐藏时仍保持 78.1% 的召回率。它是唯一在所有 40 种机制中避免覆盖率崩溃（召回率均超 50%）的检测器。这证明内部表示可有效支持跨机制的攻击暴露审计，且独立于下游任务受损与参数完整性。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;While white-box defenses for Large Language Models (LLMs) are typically evaluated on isolated attack families, it remains unknown whether heterogeneous attacks induce internal representation shifts generalizable to unseen mechanisms. To address this, we introduce &lt;strong&gt;MechAudit-40&lt;/strong&gt;, a systematic evaluation of 40 attack mechanisms across five open-weight architectures, utilizing 100,000 matched clean-attack representation pairs to isolate genuine attack-induced displacements from confounding factors. Our findings reveal that attacks induce structured multi-depth trajectories, and target-calibrated profiles preserve transferable geometric signatures, enabling an 82.5% accuracy in categorizing unseen attacks using only hidden states. Building on this, we propose &lt;strong&gt;MechAudit&lt;/strong&gt;, a zero-oracle runtime auditor that detects 81.1% of held-out attacks at a 0.70% false-positive rate and uniquely avoids mechanism-level coverage collapse, maintaining over 50% recall across all 40 mechanisms. Ultimately, this work demonstrates that internal representations robustly support cross-mechanism attack-exposure auditing, decoupled from downstream task compromise and parameter integrity.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;While LLM attacks span prompt optimization, multi-turn context manipulation, retrieval poisoning, and model backdoors, white-box defenses are typically evaluated on isolated attack families. Consequently, whether heterogeneous attacks leave internal representation shifts that generalize to unseen threat mechanisms remains unknown. We present MechAudit-40, a systematic evaluation of 40 attack mechanisms across five open-weight model architectures. Threat-specific success criteria, 100,000 matched clean-attack representation pairs, predefined categories, and grouped holdouts isolate genuine attack-induced displacement from target scale, corpus bias, and data-leakage shortcuts. Across this testbed, attacks induce structured multi-depth trajectories rather than isolated layer spikes. While raw peaks are non-portable across architectures, target-calibrated profiles preserve transferable geometric signatures: under complete mechanism holdout, hidden states alone recover the threat category of unseen attacks with 82.5% accuracy. Guided by this finding, we design MechAudit, a runtime auditor that operates under strict zero-oracle constraints without requiring clean baseline traces or attack metadata. MechAudit detects 81.1% of held-out attack executions at a 0.70% false-positive rate and maintains 78.1% recall when an entire functional category is withheld. In matched comparisons, MechAudit is the only detector that avoids mechanism-level coverage collapse, maintaining over 50% recall across all 40 mechanisms. Internal representations thus support cross-mechanism attack-exposure auditing against calibrated benign references, but decouple from downstream task compromise and parameter integrity.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>data</category>
      <category>model</category>
      <category>poisoning</category>
    </item>
    <item>
      <title>A TTP by TTP Approach: Precise Malware Detection via Malicious TTP Recognition</title>
      <link>https://arcxiv.org/abs/2609.06579</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06579</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06579"&gt;https://arcxiv.org/abs/2609.06579&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景与挑战&lt;/strong&gt;：当前，机器学习（尤其是神经网络）已广泛应用于网络流量中的恶意软件检测。尽管现有系统行之有效，但大多属于纯数据驱动模型，忽略了战术、技术和过程（TTPs）领域丰富的先验知识。这导致系统缺乏精确性，既无法将恶意活动与具体的TTP使用建立关联，也无法解释恶意行为背后具体调用了哪些TTP。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新&lt;/strong&gt;：针对上述局限，本文提出了一种“逐TTP（TTP by TTP）”的精确恶意软件检测框架。该框架的核心创新在于：首先，向神经网络模型显式注入样本可能使用的TTP先验信息；其次，改变训练目标，教导神经网络不仅要判断整体活动是否恶意，更要精准识别并定位具体被恶意利用的TTP。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;实验结果与优势&lt;/strong&gt;：广泛的实验评估表明，本文方法在整体检测性能上持续优于三种未充分结合TTP信息或未进行恶意TTP识别训练的替代模型。更重要的是，本方法展现出三大核心优势：第一，在检测使用罕见TTP的恶意软件这一极具挑战性的长尾场景中，性能提升尤为显著；第二，支持“逐TTP”的精细化微调，进一步增强了模型对特定恶意TTP的捕捉能力；第三，在训练数据受限或面临对抗性攻击等复杂场景下，依然能够保持稳健且卓越的检测表现。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;While machine learning models are widely utilized for malware detection, they predominantly rely on purely data-driven approaches that ignore the substantial prior knowledge of Tactics, Techniques, and Procedures (TTPs). This limitation reduces their precision and explainability, as they struggle to correlate malicious activities with specific TTP usage. To address this gap, we propose a novel &amp;quot;TTP by TTP&amp;quot; approach that enhances neural networks by explicitly incorporating TTP information and training them to identify not just overall malicious activity, but the specific TTPs being maliciously exploited. Extensive experiments demonstrate that our method consistently outperforms alternative baseline models across diverse scenarios. Notably, our approach exhibits three significant advantages: it is exceptionally effective in detecting malware utilizing rarely-used TTPs, it supports granular TTP-by-TTP fine-tuning to further improve detection accuracy, and it maintains robust and superior performance even when constrained by limited training data or subjected to adversarial attacks.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Machine learning methods, and especially neural networks, are now routinely used for malware detection in network traffic. Though very effective, systems based on such methods often (i) are purely data-driven, ignoring the substantial body of available knowledge about the tactics, techniques, and procedures (TTPs) possibly used, and, consequently (ii) are not precise, since they either cannot correlate malicious activity with TTP usage, or if they do, they are unable to explain which TTP has been maliciously used. In this paper we demonstrate that it is possible to precisely detect malware by (i) providing the neural network model with information about the TTPs used by any given sample, and (ii) teaching the neural network to detect not just the malicious activity as a whole, but which specific TTPs are maliciously used. We show that our approach consistently outperforms the three alternative models, which either do not exploit TTP information, or which are not taught to detect the malicious usage of TTPs, or both. Moreover, we show that our approach (i) is particularly beneficial in detecting malware that utilises rarely-used TTPs, a scenario which is particularly challenging for the other systems; (ii) allows for TTP by TTP tuning, further improving its ability to detect the malicious usage of TTPs; (iii) consistently outperforms other systems across a wide-range of scenarios, including when relying on limited training data or when subjected to adversarial attack.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>adversarial</category>
      <category>learning</category>
      <category>machine</category>
    </item>
    <item>
      <title>SRD-GUARD: A Defense Framework of LLMs via Semantic Rewriting and Joint Multi-Model Scoring for Latent Intent Exposure</title>
      <link>https://arcxiv.org/abs/2609.06540</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06540</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06540"&gt;https://arcxiv.org/abs/2609.06540&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：大语言模型（LLMs）正被广泛应用于安全关键场景，但越狱攻击常通过角色扮演或虚构场景隐藏有害意图。现有推理时防御易漏判伪装攻击或过度拒绝合法请求。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：本文提出 &lt;strong&gt;SRD-GUARD&lt;/strong&gt;，一种无参数的黑盒防御框架，旨在通过语义重写与联合多模型评分暴露潜在意图。该框架为输入提示生成五个语义相关的重写版本，在保留核心目标的同时剥离伪装上下文。随后，原始提示与重写版本由多个独立的 LLM 安全评分器进行联合评估。决策模块结合绝对风险阈值与原始/重写提示间的相对风险变化，实现对请求的自适应拦截、放行或警告。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现与创新点&lt;/strong&gt;：在 Llama-3-8B 和 DeepSeek-V4 上的实验表明，SRD-GUARD 对抗多种攻击的平均防御成功率（DSR）高达 91.44% 和 100%，过度拒绝率（ORR）仅为 8.00% 和 12.00%，提供了更优的 DSR-ORR 权衡。消融实验证实，语义重写能有效暴露隐藏意图，联合评分增强了鲁棒性，而风险自适应决策实现了对模糊输入的精准处理。本研究证明，语义意图暴露与共识风险评估为黑盒越狱防御提供了一种高效、精准的新范式。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Large language models face jailbreak attacks that conceal harmful intents through deceptive contexts, prompting the need for robust inference-time defenses. We propose &lt;strong&gt;SRD-GUARD&lt;/strong&gt;, a parameter-free, black-box framework that exposes latent malicious intents via semantic rewriting and joint multi-model scoring by generating context-stripped rewrites and evaluating them with independent safety scorers. Evaluated against various attacks on Llama-3-8B and DeepSeek-V4, SRD-GUARD achieves average Defense Success Rates of 91.44% and 100% with Over-Refusal Rates of 8.00% and 12.00%, offering a superior trade-off compared to existing baselines. Ultimately, our approach demonstrates that combining semantic intent exposure, consensus-based risk assessment, and relative-risk-aware routing provides a highly effective and selective defense mechanism against black-box jailbreak attacks.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Large language models (LLMs) are increasingly deployed in safety-critical applications, yet jailbreak attacks can conceal harmful intent through role-playing, fictional scenarios, or seemingly benign motivations. Existing inference-time defenses may miss disguised attacks or excessively refuse legitimate requests. We propose SRD-GUARD, a parameter-free, black-box defense framework that exposes concealed intent through semantic rewriting and consensus-based risk assessment. Given an input prompt, SRD-GUARD generates five semantically related rewrites that preserve the underlying objective while removing unnecessary contextual packaging. The original prompt and rewrites are jointly evaluated by multiple independent LLM-based safety scorers on a continuous risk scale. A decision module combines absolute risk thresholds with relative risk changes between the original and rewritten prompts to adaptively intercept, preserve, or warn on requests. We evaluate SRD-GUARD against UNIATTACK, CIPHER, and DeepInception on Llama-3-8B-Uncensored and DeepSeek-V4-Flash using AdvBench and OR-Bench-Hard. SRD-GUARD achieves average DSRs of 91.44% and 100%, with ORRs of 8.00% and 12.00%, respectively. Compared with evaluated baselines, it provides a more favorable DSR--ORR trade-off. Ablation studies show that rewriting exposes concealed harmful intent, joint scoring improves robustness to individual evaluator behavior, and risk-adaptive decision making enables selective handling of ambiguous inputs. These results demonstrate that semantic intent exposure, consensus-based risk assessment, and relative-risk-aware routing provide an effective and selective approach to black-box jailbreak defense. The artifact is available at https://anonymous.4open.science/status/CICD-Guard-D648.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>jailbreak</category>
      <category>llm</category>
    </item>
    <item>
      <title>Beyond QA Matching: Perturbation-Response Fingerprinting via Probability Distributions for Large Language Models</title>
      <link>https://arcxiv.org/abs/2609.06330</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06330</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06330"&gt;https://arcxiv.org/abs/2609.06330&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：大语言模型（LLM）在部署前常经历指令微调、领域特化、量化等多种转换，这使得模型的细粒度来源追溯变得极具挑战。&lt;br /&gt;&lt;strong&gt;方法&lt;/strong&gt;：为突破传统问答匹配的局限，本文提出了一种名为 &lt;strong&gt;BReF&lt;/strong&gt; 的免训练指纹识别方法。该方法通过观察在受控文本扰动下，模型对四个候选答案标签（A/B/C/D）的概率分布变化来进行溯源。具体而言，BReF 为每对模型筛选出 25 个联合响应探针，并利用全局余弦相似度来比较这些探针在扰动对数比（PLR）上的响应方向。&lt;br /&gt;&lt;strong&gt;主要发现&lt;/strong&gt;：在包含 34 个模型检查点、22 个已知直接父代关系及 411 个候选对的统一基准测试中，BReF 实现了 100% 的父代检索准确率（MRR=1.0000，DP-DF AUC=1.0000）。尽管同族模型间的区分难度更大（DP-SF AUC=0.8969），但配对检验表明，BReF 的精确检索能力显著优于仅依赖响应幅度的基线方法。&lt;br /&gt;&lt;strong&gt;创新点与结论&lt;/strong&gt;：此外，通过引入静态、随机探针、排列、校准及转换层级等多维度的对照实验，本研究证实：即使模型在整体概率分布上表现出显著的分离度，也不足以保证在亲缘关系极近的检查点中实现正确的父代排序。BReF 通过捕捉动态扰动响应方向，有效解决了这一难题，展现了卓越的溯源性能。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Fine-grained provenance tracking of Large Language Models (LLMs) is highly challenging due to various post-training transformations such as instruction-tuning, specialization, and quantization. To address this limitation beyond traditional QA matching, we propose &lt;strong&gt;BReF&lt;/strong&gt;, a novel training-free fingerprinting method that tracks the movement of probability distributions over answer-option labels under controlled textual perturbations. Specifically, BReF selects 25 jointly responsive probes for each model pair and compares their perturbation log-ratio response directions using global cosine similarity. Evaluated on a unified benchmark comprising 34 checkpoints, 22 documented parent relations, and 411 suspect-candidate pairs, BReF achieves perfect direct-parent retrieval (MRR=1.0000) and significantly outperforms magnitude-only baselines. Furthermore, extensive control experiments reveal that strong pooled probability separation is insufficient for correct parent ranking among closely related checkpoints, verifying that BReF&amp;#x27;s dynamic perturbation-response fingerprinting provides superior and reliable model provenance tracking.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Large language models are often instruction-tuned, specialized, quantized, or otherwise transformed, making fine-grained provenance difficult. In this paper, we introduce BReF, a training-free fingerprint that compares how probability distributions over four answer-option labels A/B/C/D move under controlled textual perturbations. For each pair of models, BReF selects 25 jointly responsive probes and compares their perturbation log-ratio (PLR) response directions by global cosine similarity. On a unified benchmark with 34 checkpoints, 22 documented direct-parent relations, and 411 suspect-candidate pairs, BReF retrieves the documented parent in 22/22 cases (MRR=1.0000), with DP-DF AUC 1.0000. Same-family discrimination is harder (DP-SF AUC 0.8969), and paired tests show a significant exact-retrieval gain over a magnitude-only Top-25 control. Together with static, random-probe, permutation, calibration, and transformation-level controls, the results show that strong pooled separation does not guarantee correct parent ranking among closely related checkpoints, verifying the superiority of our work.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>dp</category>
    </item>
    <item>
      <title>A Unified Policy Architecture (UPA): The Governance Kernel for Enterprise AI Operating Systems</title>
      <link>https://arcxiv.org/abs/2609.06543</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06543</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06543"&gt;https://arcxiv.org/abs/2609.06543&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：随着企业人工智能（AI）向“企业操作系统”演进，自主AI代理已具备规划、推理、调用工具、执行工作流及多代理协同等能力。这一转变引发了全新的治理挑战：现有的授权、安全护栏与合规机制高度碎片化，难以将自主AI作为一个统一系统进行有效治理。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与架构&lt;/strong&gt;：本文提出了&lt;strong&gt;统一策略架构（UPA）&lt;/strong&gt;，将其定位为企业AI操作系统的“治理内核”。UPA 构建了一个统一的策略模型，全面覆盖对AI代理、工具、工作流、记忆、企业资源以及代理间交互和业务规则的治理。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新与扩展&lt;/strong&gt;：UPA 突破了传统授权控制的局限，将策略控制延伸至运行时义务、人工审批、合规性检查、审计证据收集及治理评估。研究详细展示了 UPA 的治理模型、声明式策略语言基础、策略评估语义、可扩展插件机制以及行业策略包，并提出了针对企业治理的评估框架。此外，本文还探讨了多代理协调、来源感知策略及状态化运行时治理等前沿扩展方向。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;结论&lt;/strong&gt;：UPA 为构建安全、可问责且高度可治理的自主AI企业操作系统提供了坚实的底层基础。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;As enterprise AI evolves into an autonomous &amp;quot;Enterprise Operating System,&amp;quot; fragmented security, authorization, and compliance mechanisms fail to govern these complex AI ecosystems holistically. This paper introduces the &lt;strong&gt;Unified Policy Architecture (UPA)&lt;/strong&gt;, a novel governance kernel that provides a comprehensive, unified policy model for AI agents, tools, workflows, memory, enterprise resources, and inter-agent interactions. By extending policy control far beyond traditional authorization to encompass runtime obligations, human-in-the-loop approvals, and rigorous compliance auditing, UPA establishes a robust foundation for declarative policy languages, evaluation semantics, extensible industry plugins, and enterprise governance evaluation frameworks. Furthermore, we outline critical architectural extensions for multi-agent coordination, provenance-aware policies, and stateful runtime governance. Ultimately, UPA delivers a secure, accountable, and highly governable framework essential for deploying and scaling autonomous AI in complex enterprise environments.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Enterprise AI is evolving into an Enterprise Operating System where autonomous AI agents can plan, reason, use memory, invoke tools, execute workflows, and collaborate with other agents. This shift creates a new governance challenge: existing authorization, security, guardrails, and compliance mechanisms are fragmented and are not designed to govern autonomous AI as a unified system. This paper introduces the Unified Policy Architecture (UPA), a governance architecture for Enterprise AI Operating Systems. UPA provides a unified policy model for governing AI and agents, tools, workflows, memory, enterprise resources, and agent-to-agent interactions and enterprise business rules. It extends policy control beyond authorisation to include runtime obligations, human approvals, compliance, audit evidence, and governance evaluation. We present UPA&amp;#x27;s governance model, declarative policy language foundations, policy evaluation semantics, extensible plugins, industry policy packs, and an evaluation framework for enterprise governance. We also identify extensions for multi-agent coordination, provenance-aware policies, and stateful runtime governance. UPA provides a foundation for building secure, accountable, and governable Enterprise Operating Systems for autonomous AI.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>agent</category>
      <category>security</category>
    </item>
    <item>
      <title>Constrained Bayesian Optimization for Hierarchical Federated Learning in IoT Networks for Plant Disease Classification</title>
      <link>https://arcxiv.org/abs/2609.06830</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06830</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06830"&gt;https://arcxiv.org/abs/2609.06830&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;在资源受限的物联网（IoT）环境中部署分层联邦学习（HFL）面临巨大挑战，需要精心配置以在预测性能、能耗和执行时间之间取得平衡。这一挑战在智慧农业领域尤为突出，因为分布式IoT设备需在有限的计算和通信资源下支持自动化的植物病害分类。为此，本文提出了一种&lt;strong&gt;受约束的贝叶斯优化框架&lt;/strong&gt;，旨在实现HFL部署的高效配置。该方法的创新在于联合探索深度学习骨干网络架构、聚合策略以及通信轮数，同时根据农业部署的空间覆盖需求动态确定联邦规模。此外，框架引入了加权目标函数以捕捉用户在能耗、时间和性能之间的自定义权衡，并设置显式约束以确保满足特定部署的资源与精度要求。我们在基于IoT的植物病害分类任务上对该框架进行了全面评估，涵盖了多种深度学习架构、联邦聚合策略和通信轮数设置。在30次独立优化运行的实验中，结果表明，所提方法&lt;strong&gt;仅探索了11.11%的搜索空间&lt;/strong&gt;，便能持续识别出与穷举搜索最优解误差在1%以内的优质方案，其&lt;strong&gt;平均最优性差距仅为0.056%&lt;/strong&gt;。该研究为资源受限环境下的HFL高效部署提供了极具价值的优化范式。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Deploying Hierarchical Federated Learning (HFL) in resource-constrained IoT environments for smart agriculture requires carefully balancing predictive performance with energy consumption and execution time. To address this challenge, we propose a novel &lt;strong&gt;constrained Bayesian Optimization framework&lt;/strong&gt; for the efficient configuration of HFL deployments. This approach jointly explores deep learning backbone architectures, aggregation strategies, and communication rounds, while dynamically determining the federation size based on specific spatial coverage requirements. By incorporating a weighted objective function and explicit constraints, the framework effectively captures user-defined trade-offs and ensures strict compliance with deployment-specific resource limits. Extensive evaluations on an IoT-based plant disease classification task demonstrate the framework&amp;#x27;s exceptional efficiency and accuracy. Across 30 independent optimization runs, the proposed method explores merely &lt;strong&gt;11.11% of the search space&lt;/strong&gt;, yet consistently identifies near-optimal solutions within 1% of the exhaustive-search optimum, achieving a remarkably low mean optimality gap of just &lt;strong&gt;0.056%&lt;/strong&gt;.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;The deployment of Hierarchical Federated Learning (HFL) in resource-constrained Internet of Things (IoT) environments requires careful configuration to balance predictive performance with energy consumption and execution time. This challenge is particularly relevant to smart agriculture, where distributed IoT devices can support automated plant disease classification while operating under limited computational and communication resources. This paper presents a constrained Bayesian Optimization framework for the efficient configuration of HFL deployments. The proposed approach jointly explores the deep learning backbone architecture, aggregation strategy, and number of communication rounds, while the federation size is determined according to the spatial coverage requirements of the agricultural deployment. A weighted objective function captures user-defined trade-offs among energy consumption, execution time, and predictive performance, while explicit constraints ensure compliance with deployment-specific resource and accuracy requirements. The framework is evaluated on an IoT-based plant disease classification task considering multiple deep learning architectures, federated aggregation strategies, and communication-round settings. Experimental results across 30 independent optimization runs show that the proposed approach explores only 11.11% of the search space, while consistently identifying solutions within 1% of the exhaustive-search optimum, with a mean optimality gap of only 0.056%.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>Deep Barycentric Regression for Optimal Transport Map Estimation and its Statistical Optimality</title>
      <link>https://arcxiv.org/abs/2609.06598</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06598</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06598"&gt;https://arcxiv.org/abs/2609.06598&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;研究背景&lt;/strong&gt;：最优传输（OT）映射为对齐概率分布提供了几何变换，已成为机器学习中极具价值的工具。然而，现有OT映射估计器在尖锐的统计保证与基于稳定训练目标的实际参数化估计之间仍存在显著鸿沟。理论估计器虽能达到极小极大最优收敛率，但通常为非参数方法，实现设计与推理成本高昂；而实际参数化估计器虽具可扩展性，但其统计保证尚待探索，且极小极大对抗式训练目标对优化算法极为敏感。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;提出方法&lt;/strong&gt;：为此，本文提出 &lt;strong&gt;BROT&lt;/strong&gt;（Barycentric Regression for OT），一种简洁高效的两步法。该方法首先计算无正则化的OT计划，随后通过最小二乘回归将深度神经网络（DNN）拟合至诱导的重心目标。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;理论保证&lt;/strong&gt;：在理论层面，我们严格证明了在标准正则性条件下，当真实OT映射满足Lipschitz连续时，BROT的DNN估计器能够成功达到&lt;strong&gt;极小极大最优收敛率&lt;/strong&gt;。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;实验发现&lt;/strong&gt;：在合成数据集与图像数据集上的数值研究表明，BROT不仅能提供高精度的映射估计和强大的目标分布匹配，还具备极具竞争力的传输代价。此外，在单细胞扰动预测和无监督域适应两个下游任务上的实验进一步证实，BROT的高精度估计能够有效转化为更卓越的任务性能表现。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Background &amp;amp; Method&lt;/strong&gt;: While optimal transport (OT) maps are crucial for aligning probability distributions in machine learning, existing estimators struggle to balance sharp statistical guarantees with scalable and stable parametric training objectives. To bridge this gap, we propose &lt;strong&gt;BROT&lt;/strong&gt; (Barycentric Regression for OT), a simple yet effective two-step framework that first computes the unregularized OT plan and then fits a deep neural network to the induced barycentric targets via least-squares regression.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Theoretical &amp;amp; Empirical Results&lt;/strong&gt;: Theoretically, we rigorously establish that under standard regularity conditions and assuming a Lipschitz ground-truth OT map, the BROT estimator successfully achieves the minimax optimal convergence rate. Extensive numerical studies on synthetic and image datasets, along with downstream applications including single-cell perturbation prediction and unsupervised domain adaptation, demonstrate that BROT not only provides highly accurate map estimation and strong distribution matching but also translates into superior task performance compared to existing state-of-the-art methods.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;The optimal transport (OT) map provides a geometric transformation for aligning probability distributions and has become a useful tool in machine learning. However, existing estimators of the OT map still exhibit a gap between sharp statistical guarantees and practical parametric estimation based on stable training objectives. Theoretical estimators achieve minimax optimal convergence rates, but they are typically nonparametric and can incur demanding implementation design or inference costs. Practical estimators are parametric and scalable, but their statistical guarantees remain underexplored, and their min-max, adversarial-like training objectives can be sensitive to optimization algorithms. We propose BROT (Barycentric Regression for OT), a simple two-step method that first computes the unregularized OT plan and then fits a deep neural network (DNN) to the induced barycentric targets by least-squares regression. Under standard regularity conditions, we prove that the DNN estimator of BROT attains the minimax convergence rate, when the ground-truth OT map is Lipschitz. Numerical studies on synthetic datasets and an image dataset show that BROT provides accurate map estimates, strong target distribution matching, and competitive transport costs, compared to existing estimation methods. Experiments on two downstream tasks, single-cell perturbation prediction and unsupervised domain adaptation, further suggest that the accurate estimation of BROT can translate into stronger task performance.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>adversarial</category>
      <category>learning</category>
      <category>machine</category>
    </item>
    <item>
      <title>Structural Entropy-Driven Graph Diffusion Generation for One-Shot Federated Graph Learning</title>
      <link>https://arcxiv.org/abs/2609.06499</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06499</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06499"&gt;https://arcxiv.org/abs/2609.06499&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：一次性联邦图学习（One-shot FGL）要求服务器从高度压缩的信息中评估客户端贡献。然而，传统的基于数据量的加权方法仅关注数据规模，却忽略了数据连接性（即图拓扑）的组织方式，导致在复杂拓扑下性能受限。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新点&lt;/strong&gt;：为此，本文提出了一种结构熵驱动的图扩散生成方法（SPIRE），将拓扑感知的客户端差异化机制引入一次性联邦图学习中。具体而言，SPIRE 包含两大核心创新：首先，在权重评估方面，采用一阶度分布结构熵作为度质量分散的紧凑描述符，以此推导结构客户端权重。该方法提供了一种归纳偏置，能够精准捕捉超越单纯数据量的图拓扑差异。其次，在图生成方面，服务器端部署图扩散模型，以加权后的客户端原型为条件合成伪图（pseudographs）。这一过程在无需客户端额外训练的前提下，有效融合了语义与结构信息。最后，通过不相交并集融合策略将生成的伪图进行组装，用于训练全局图神经网络（GNN）。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现与实验结果&lt;/strong&gt;：在七个真实世界图数据集上的广泛实验表明，SPIRE 的性能一致优于现有的传统及一次性联邦图学习方法。特别是在高度数据异构（non-IID）和图结构扰动的极端设置下，SPIRE 展现出了尤为显著的性能提升，证明了结构熵与图扩散结合在解决联邦图学习拓扑异质性方面的巨大潜力。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;One-shot federated graph learning (FGL) traditionally relies on volume-based weighting to estimate client contributions from highly compressed information, which inherently neglects the underlying connectivity and graph topology. To address this limitation, we propose SPIRE, a novel Structural Entropy-Driven Graph Diffusion Generation method that introduces topology-aware client differentiation by employing first-order degree-distribution structural entropy to derive structural client weights, providing a crucial inductive bias beyond mere data volume. Furthermore, a server-side graph diffusion model synthesizes pseudographs conditioned on these weighted client prototypes, effectively capturing both semantic and structural information without requiring any additional client-side training. These generated pseudographs are then assembled via disjoint union fusion to train a robust global graph neural network. Extensive experiments across seven real-world datasets demonstrate that SPIRE consistently outperforms conventional and state-of-the-art one-shot FGL baselines, achieving particularly remarkable performance gains under highly heterogeneous (non-IID) and graph-perturbed settings.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;One-shot federated graph learning (FGL) requires the server to estimate client contributions from highly compressed information, yet conventional volume-based weighting captures the amount of client data while overlooking how its connectivity is organized. In this paper, we propose SPIRE, a Structural Entropy-Driven Graph Diffusion Generation method that introduces topology-aware client differentiation into one-shot FGL. Specifically, we employ first-order degree-distribution structural entropy as a compact descriptor of degree-mass dispersion and use it to derive structural client weights, providing an inductive bias that accounts for differences in graph topology beyond data volume. On the generation side, a graph diffusion model on the server synthesizes pseudographs conditioned on the weighted client prototypes, capturing both semantic and structural information without requiring additional client-side training. The generated pseudographs are then assembled via disjoint union fusion to train a global graph neural network. Extensive experiments on seven real-world graph datasets demonstrate that SPIRE consistently outperforms conventional and one-shot FGL methods, with particularly strong gains under highly heterogeneous (non-IID) and graph-perturbed settings.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>Event Interaction in Low-Rank Bottlenecks for Temporal Relation Extraction</title>
      <link>https://arcxiv.org/abs/2609.06731</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06731</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06731"&gt;https://arcxiv.org/abs/2609.06731&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：时间关系抽取旨在确定事件之间的先后或同时发生关系，其核心在于准确建模事件间的交互作用。传统主流系统通常采用事件跨度拼接或浅层融合策略，这些方法在全参数微调场景下表现优异。然而，在参数高效微调（PEFT）范式下，低秩瓶颈结构会严重限制信息流动，导致事件交互信号无法有效传递，进而引发模型性能的显著下降。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新点&lt;/strong&gt;：为解决这一瓶颈问题，本文提出了一种具备理论支撑的新型架构——&lt;strong&gt;卷积瓶颈交互（Convolutional Bottleneck Interaction, CBI）&lt;/strong&gt;。该架构的创新在于：首先，引入轻量级的深度卷积（depthwise convolution）来增强事件的特征表示；随后，在低秩瓶颈内部采用逐元素乘法（element-wise multiplication）操作，以显式且高效地捕获事件与事件之间的深层交互信息。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现与结果&lt;/strong&gt;：广泛的实验结果表明，在 Adapter 和 LoRA 两种参数高效微调设置下，CBI 在 5 个基准数据集和 7 种不同的骨干模型上均展现出高度的一致性和显著的性能提升。其最高带来了 &lt;strong&gt;+31.7 micro F1&lt;/strong&gt; 的惊人增益，且仅引入了极微小的额外计算开销。这一发现有力地证明，在低秩空间内设计显式的事件交互机制对于提升时间关系抽取任务的性能至关重要。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Temporal relation extraction relies heavily on accurately modeling event interactions, yet parameter-efficient fine-tuning (PEFT) methods often suffer from significant performance drops because low-rank bottlenecks restrict the flow of these crucial interaction signals. To overcome this critical limitation, we propose &lt;strong&gt;Convolutional Bottleneck Interaction (CBI)&lt;/strong&gt;, a theoretically grounded architecture specifically designed to facilitate explicit information exchange within constrained parameter spaces. Specifically, CBI first applies lightweight depthwise convolution to enrich event representations, and then employs element-wise multiplication to capture effective event-event interactions directly inside the low-rank bottleneck. Extensive evaluations across five benchmark datasets and seven diverse backbone models, under both Adapter and LoRA settings, demonstrate that CBI delivers consistent and substantial performance gains, achieving up to a &lt;strong&gt;+31.7 micro F1&lt;/strong&gt; improvement while introducing minimal computational overhead. Ultimately, our empirical findings strongly underscore that designing explicit interaction mechanisms within low-rank spaces is essential for advancing temporal relation extraction tasks. The source code is publicly available.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Temporal relation extraction determines whether an event occurs before, after, or simultaneously with another event, and therefore relies on accurately modeling how the two events interact. Mainstream systems achieve this by concatenating event spans or using shallow fusion, which works well when all model parameters are trainable. However, in parameter-efficient fine-tuning, low-rank bottlenecks restrict information flow and prevent these interaction signals from passing through, leading to clear performance drops. To address this limitation, we propose a theoretically grounded architecture, Convolutional Bottleneck Interaction (CBI), which first applies lightweight depthwise convolution to enhance event representations and then uses element-wise multiplication to capture effective event-event interactions inside the bottleneck. Across five datasets and seven backbone models in the Adapter and LoRA settings, CBI provides consistent and substantial gains, up to +31.7 micro F1, while adding minimal computational cost, showing that explicit interaction inside low-rank spaces is crucial for temporal relation extraction. The code is available at https://github.com/VRCMF/CIF.git.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>DianShi-RxnDB: A Large-Scale, Fine-Grained Organic Reaction Data Platform Built via a Fully Automated Pipeline for Researchers and AI Agents</title>
      <link>https://arcxiv.org/abs/2609.06703</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06703</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06703"&gt;https://arcxiv.org/abs/2609.06703&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;高质量的有机反应结构化数据是发展化学人工智能（AI4Chem）的关键，然而大量知识仍散落于专利文本、图像及反应式中。为此，本研究提出 &lt;strong&gt;DianShi-RxnDB&lt;/strong&gt;，一个通过全自动提取与归一化流程构建的大规模、细粒度有机反应数据平台，深度融合了专利文本、图像与反应式信息。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;数据规模与质量&lt;/strong&gt;：平台语料库涵盖 1976 至 2025 年间 USPTO 和 EPO 发布的有机合成专利，共提取约 2400 万个反应实例，其中约 1480 万个（61.7%）通过自动质量校验。每个实例精准记录单步实验的参与者、角色、用量、温度、时间、产率、操作步骤及专利溯源链接。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;评估与优势&lt;/strong&gt;：在 1300 个抽样实例的人工评估中，微观平均字段级准确率达 92.95%。与现有工具 Pistachio 对比，DianShi-RxnDB 在去重记录数、数据粒度及字段精确匹配度上均展现出显著优势。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;应用与创新&lt;/strong&gt;：平台不仅提供集搜索、过滤、对比与溯源于一体的 Web 研究工作台，还创新性地推出模型上下文协议（MCP）服务，为 AI 智能体提供可组合的结构化检索工具，全面赋能科研人员与 AI 代理。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;High-quality structured organic reaction data are crucial for advancing artificial intelligence for chemistry (AI4Chem), yet this valuable knowledge remains largely scattered across patent texts, images, and reaction schemes. To address this critical gap, we present &lt;strong&gt;DianShi-RxnDB&lt;/strong&gt;, a large-scale, fine-grained data platform constructed via a fully automated extraction and normalization pipeline integrating USPTO and EPO patents published between 1976 and 2025. The platform successfully yields approximately 24 million reaction instances, with 14.8 million passing automated quality checks, achieving a 92.95% micro-averaged field-level accuracy in manual evaluations and significantly outperforming existing tools like Pistachio in data granularity and deduplication. Furthermore, DianShi-RxnDB provides a comprehensive Web workbench for human researchers and introduces a novel Model Context Protocol (MCP) service, equipping AI agents with composable structured retrieval tools to accelerate both chemical research and AI-driven discovery.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;High-quality structured organic reaction data are essential for developing artificial intelligence for chemistry (AI4Chem), yet much of this knowledge remains dispersed across patent text, images, and reaction schemes. We present DianShi-RxnDB, a large-scale, fine-grained organic reaction data platform built via a fully automated extraction and normalization pipeline integrating patent text, images, and reaction schemes. Its corpus covers organic synthesis patents from the USPTO and EPO published between 1976 and 2025, yielding approximately 24 million reaction instances, of which approximately 14.8 million (61.7%) pass automated qualification checks. Each instance represents a specific single-step experiment recording participants, roles, quantities, temperatures, reaction times, yields, experimental procedures, and provenance links to source patents. In a manual evaluation of 1,300 sampled qualified instances, the micro-averaged field-level accuracy was 92.95%. A matched comparison with Pistachio further indicated advantages in deduplicated record counts, representation granularity, and field-level exact agreement. The platform provides a Web research workbench for searching, filtering, comparing, and source-verifying records, and a Model Context Protocol (MCP) service offering AI agents composable structured retrieval tools. DianShi-RxnDB is available at https://dianshi.opendatalab.org.cn/ .&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>Visual Search Augmented Chain-of-Thought Reasoning for Attribute Value Extraction from Product Videos</title>
      <link>https://arcxiv.org/abs/2609.06410</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06410</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06410"&gt;https://arcxiv.org/abs/2609.06410&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;现有的视觉属性值提取（AVE）方法主要依赖静态产品图像，难以有效捕捉时间线索、多角度视图和细粒度视觉细节。直接将视频视觉语言模型（VLM）应用于产品AVE往往因缺乏领域知识而性能受限，且微调这些模型需要庞大的高质量数据集与高昂的计算资源。针对上述挑战，本文提出了一种&lt;strong&gt;视觉搜索增强的思维链推理（ViS-CoT）&lt;/strong&gt; 框架。这是一种免训练、即插即用的创新流水线，可无缝接入各类开源视频VLM，专用于电子商务场景下的视频到文本AVE任务。&lt;/p&gt;&lt;p&gt;具体而言，ViS-CoT 的核心流程包括：首先，利用&lt;strong&gt;视觉聚类&lt;/strong&gt;技术精准识别视频中的代表性帧，随后通过&lt;strong&gt;视觉搜索&lt;/strong&gt;检索语义相似的产品知识库，以补充和丰富属性线索。其次，引入&lt;strong&gt;交错思维链（CoT）推理模块&lt;/strong&gt;，结合由视频字幕和自动语音识别（ASR）生成的视觉对齐辅助文本，对推理过程进行迭代式优化。最后，融合多模态整合信息，引导模型输出高精度、细粒度的属性预测结果。&lt;/p&gt;&lt;p&gt;在 VideoAVE 数据集涵盖的 14 个产品类别上开展的广泛实验表明，ViS-CoT 能够稳定增强多个当前最优（SOTA）视频 VLM 的表现，实现了 &lt;strong&gt;micro-F1 指标平均 17.91 个百分点&lt;/strong&gt; 的显著提升，充分验证了该方法在复杂视频属性提取任务中的卓越效能。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Existing visual attribute value extraction (AVE) methods primarily rely on static images, failing to capture temporal cues, while directly applying video vision-language models (VLMs) suffers from limited domain knowledge and high fine-tuning costs. To overcome these limitations, we propose &lt;strong&gt;Visual Search Augmented Chain-of-Thought reasoning (ViS-CoT)&lt;/strong&gt;, a novel training-free and plug-and-play pipeline tailored for video-to-text AVE in e-commerce. Specifically, ViS-CoT first employs visual clustering to identify representative frames and utilizes visual search to retrieve semantically similar product knowledge, thereby enriching attribute cues. Subsequently, an interleaved CoT reasoning module iteratively refines the reasoning process by incorporating visually-aligned auxiliary texts derived from video captioning and automatic speech recognition. Finally, the integrated multimodal information guides the model toward accurate and fine-grained attribute predictions. Extensive experiments conducted on the VideoAVE dataset across 14 product categories demonstrate that ViS-CoT consistently enhances multiple state-of-the-art video VLMs, achieving a remarkable average improvement of 17.91 percentage points in micro-F1 score, which highlights its significant contribution to video understanding.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Existing approaches to visual attribute value extraction (AVE) primarily rely on static product images, failing to capture temporal cues, multi-angle views and fine-grained visual details. Directly applying video vision-language models (VLMs) to product AVE results in limited performance due to the lack of domain knowledge, and fine-tuning them requires extensive high-quality data and substantial computational resources. Thus, we propose visual search augmented chain-of-thought reasoning (ViS-CoT), a training-free, plug-and-play pipeline that can be easily applied to any open-source video VLM for video-to-text AVE in e-Commerce. Specifically, ViS-CoT employs visual clustering to identify representative frames, followed by visual search to retrieve semantically similar product knowledge that can enrich attribute cues. Next, an interleaved CoT reasoning module iteratively refines reasoning through visually-aligned auxiliary texts derived from captioning and automatic speech recognition. Finally, the integrated information guides the model toward accurate and fine-grained attribute predictions. Extensive experiments across 14 product categories on the VideoAVE dataset show that ViS-CoT consistently enhances multiple state-of-the-art video VLMs, achieving an average improvement of 17.91 percentage points in micro-F1.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sun, 06 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>SCRIPTIOC-BENCH: A Benchmark for Recognizing Actionable Threat Intelligence from Script-Based Malware using LLMs</title>
      <link>https://arcxiv.org/abs/2609.06149</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06149</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06149"&gt;https://arcxiv.org/abs/2609.06149&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;基于脚本的恶意软件攻击日益普遍，其代码中蕴含的妥协指标（IOCs）是关键的威胁情报。然而，由于相关数值常在代码中分散或经过转换，静态提取这些指标面临巨大挑战。尽管大型语言模型（LLMs）在安全分析中展现出潜力，但其从恶意脚本中恢复 IOCs 的能力仍缺乏系统评估。&lt;/p&gt;&lt;p&gt;为此，本文提出了 &lt;strong&gt;SCRIPTIOC-BENCH&lt;/strong&gt;，这是一个专门用于衡量 LLMs 在真实恶意脚本上静态提取 IOC 能力的基准测试。该基准包含 634 个经人工验证的 JavaScript、PowerShell 和 VBScript 恶意样本，涵盖 URL、域名、IP 地址和文件系统工件四类 IOC。此外，我们根据恢复难度对真实 IOC 进行了分层，区分了直接暴露的指标与需要解码或重构的指标。&lt;/p&gt;&lt;p&gt;基于该基准，我们对多款主流闭源和开源 LLMs 进行了全面评估。结果表明，在不执行代码的情况下进行 IOC 恢复依然极具挑战，即使是表现最优的模型，其 F1 分数也仅为 65.4。&lt;/p&gt;&lt;p&gt;为了深入剖析恢复失败的原因，我们引入了&lt;strong&gt;假阳性分类法&lt;/strong&gt;，并据此对比了各模型的错误特征。进一步地，我们在小型开源模型上探索了两种缓解策略：确定性字符串工具与任务特定微调。研究发现，这两种方法能提供互补的恢复增益，有效提升精确度，并使错误类型向基于样本的不匹配方向转移。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;While script-based malware contains valuable indicators of compromise (IOCs), statically extracting them is challenging due to code dispersion and transformation, leaving the capability of Large Language Models (LLMs) in this specific task underexplored. To address this gap, we introduce &lt;strong&gt;SCRIPTIOC-BENCH&lt;/strong&gt;, a comprehensive benchmark comprising 634 manually verified JavaScript, PowerShell, and VBScript samples across four IOC types, stratified by recovery difficulty to evaluate static IOC extraction. Our extensive evaluation of various proprietary and open-weight LLMs reveals that execution-free IOC recovery remains highly challenging, with the best-performing model achieving only a 65.4 F1 score. Furthermore, we propose a novel false-positive taxonomy to characterize failure modes and demonstrate that combining deterministic string utilities with task-specific adaptation on a small open-weight model yields complementary gains, improving precision and shifting error profiles toward sample-grounded mismatches.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Script-based malware remains a prevalent attack technique. These scripts often contain indicators of compromise (IOCs) that provide actionable threat intelligence. However, statically recovering such indicators is challenging, as relevant values may be dispersed or transformed within code. Although large language models (LLMs) have shown promise in security analysis, their ability to recover IOCs from malicious scripts remains underexplored. We present SCRIPTIOC-BENCH, a benchmark for measuring static IOC extraction capability on real-world malicious scripts. The benchmark comprises 634 manually verified JavaScript, PowerShell, and VBScript malware samples covering four IOC types (URLs, domains, IP addresses, and filesystem artifacts). We further stratify ground-truth IOCs by recovery level, distinguishing directly exposed indicators from those requiring decoding or reconstruction. Using this benchmark, we evaluate a broad range of proprietary and open-weight LLMs and show that IOC recovery without execution remains challenging across model scales: the strongest model reaches only 65.4 F1. To characterize how recovery fails, we introduce a false-positive taxonomy and use it to compare the error profiles of the evaluated models. We further study two mitigations on a small open-weight model, deterministic string utilities and task-specific adaptation, finding that they provide complementary recovery gains, raise precision, and shift errors toward sample-grounded mismatches.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>extraction</category>
      <category>model</category>
    </item>
    <item>
      <title>Counter-Swarm Doctrine: Containing Coordinated Agent Intrusions</title>
      <link>https://arcxiv.org/abs/2609.06140</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06140</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06140"&gt;https://arcxiv.org/abs/2609.06140&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景与问题&lt;/strong&gt;：智能体（Agents）能够将共享基础设施转化为协同入侵的通道。近期的 Hugging Face 安全事件及公共维基调查表明，有效的安全评估需要依赖多次执行过程及其遗留产物所提供的综合证据。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与核心概念&lt;/strong&gt;：本文提出，防御的基本操作单元应是一个“可修订的协同事件（revisable coordination episode）”，该事件将观察到的数据传输、任务权限与响应历史动态链接起来。研究的核心问题是“前瞻性事件发现（prospective episode discovery）”，即在评估者预先设定成员资格之前，自主识别哪些动作属于同一协同群体。文章基于协作与委托授权策略，对“未经授权的协同”进行了严格定义，并将存储介导的协同机制与“间接协调（stigmergy）”概念相联系，同时明确了区分“恶意影响”与“共同原因”所需的证据标准。在信号输入方面，除了首次接触信号，设计还追踪了继承状态与后续使用情况。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;评估与实验&lt;/strong&gt;：本文提出了一套评估框架，在相同的审查成本和误报工作量下，对比了孤立动作、滚动窗口、已知群组以及前瞻性发现的事件四种模式。该框架不仅测量了所有分配种群运行中的有害结果，还测试了在通道关闭和状态隔离后的入侵复发情况。此外，研究通过校验和验证的公共维基导出重建，成功分离了保留写入量的下降与后期的管理员清理行为。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新点与贡献&lt;/strong&gt;：本文的贡献在于提供了一个基于真实事件的立场、描述性分析以及评估设计。它使得“跨执行监控”的建议具备了可测试性，同时客观地表明这并非提出一种全新的检测器或已量化的遏制收益，而是为未来的防御机制奠定了理论与评估基础。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Agents can exploit shared infrastructure for coordinated intrusions, necessitating security assessments that aggregate evidence across multiple executions, as demonstrated by recent Hugging Face and public-wiki incidents. We propose that the fundamental unit of defense should be a &amp;quot;revisable coordination episode&amp;quot; linking data transfers, task authority, and response history, focusing on the central challenge of prospective episode discovery to identify unauthorized stigmergic coordination before explicit evaluation. To validate this approach, our proposed evaluation framework compares isolated actions, rolling windows, known groups, and discovered episodes under strictly matched review costs. It measures harmful outcomes across assigned population runs and tests intrusion recurrence after channel closure and state quarantine, utilizing a checksum-verified wiki reconstruction to separate actual decline from administrative cleanup. Ultimately, this incident-grounded study provides a comprehensive descriptive analysis and a testable evaluation design for cross-execution monitoring, establishing a robust foundation for containing agent swarms without falsely claiming a novel detector or quantified containment benefit.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Agents can turn shared infrastructure into a channel for coordinated intrusion. The Hugging Face incident and a separate public-wiki investigation show why a security assessment may need evidence from several executions and the artifacts they leave behind. We argue that the operational unit of defence should be a revisable coordination episode linking observed transfers, task authority, and response history. The central research problem is prospective episode discovery: finding which actions belong together before an evaluator supplies their membership. We define unsanctioned coordination relative to collaboration and delegated-authority policy, connect storage-mediated coordination to stigmergy, and specify the evidence needed to distinguish influence from common causes. First-contact signals are one possible input to discovery; the design also follows inherited state and later use. A proposed evaluation compares isolated actions, rolling windows, known groups, and prospectively discovered episodes at matched review cost and false-alert workload. It measures harmful outcomes across all assigned population runs and tests recurrence after channel closure and state quarantine. A checksum-verified reconstruction of the public wiki export separates the decline in retained writes from later administrative cleanup. The contribution is an incident-grounded position, descriptive analysis, and evaluation design. It makes the recommendation to monitor across executions testable without claiming a new detector or a measured containment benefit.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>agent</category>
      <category>security</category>
    </item>
    <item>
      <title>Robustness Evaluation and Detection of Transferable Adversarial Attacks in ML-Based NIDS</title>
      <link>https://arcxiv.org/abs/2609.06012</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06012</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06012"&gt;https://arcxiv.org/abs/2609.06012&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：基于机器学习的网络入侵检测系统（ML-based NIDS）易受对抗性逃避攻击威胁，攻击者通过扰动恶意样本使其被误判为正常流量。尽管相关研究日益增多，但在统一实验设置下对多种攻击类型、检测模型及防御策略的系统性比较评估仍显不足。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：本文基于包含传统与物联网流量及20类攻击的NF-UQ-NIDS数据集，全面评估了8种对抗逃避攻击、15种检测模型和3种代表性防御策略。研究对比了模型在干净数据与对抗样本集上的表现，分析了跨模型的攻击成功率（ASR）一致性，并检验了防御策略对鲁棒性的实际提升效果。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;创新点&lt;/strong&gt;：为支持模型间的客观比较，本文首创“鲁棒性指数（RI）”这一紧凑型评估指标，该指标综合奖励高平衡准确率与宏F1分数，同时严厉惩罚高攻击成功率。此外，提出了一种名为AR-NIDS的两阶段检测框架：首先利用对抗训练集成模型区分正常、恶意及对抗样本，随后通过对抗攻击分类器精准识别具体的攻击类型。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;结果&lt;/strong&gt;：实验结果表明，在迁移攻击设定下，所提出的对抗训练集成模型在分类性能与抗逃避能力之间取得了最佳整体权衡，成功将平均攻击成功率从0.41大幅降至0.03，并实现了高达0.98的鲁棒性指数。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Machine learning-based network intrusion detection systems (ML-based NIDS) are highly vulnerable to adversarial evasion attacks, yet comprehensive comparative evaluations of various attacks, models, and defenses under unified settings remain scarce. To address this gap, we systematically evaluate eight evasion attacks, fifteen detection models, and three defense strategies using the comprehensive NF-UQ-NIDS dataset, and we introduce the Robustness Index (RI) as a novel compact metric that rewards high balanced accuracy while penalizing high attack success rates (ASR). Furthermore, we propose AR-NIDS, an innovative two-stage framework that leverages an adversarially trained ensemble to distinguish normal, malicious, and adversarial samples, followed by a dedicated classifier to identify specific attack types. Experimental results under transfer-based settings demonstrate that our adversarially trained ensemble achieves the optimal trade-off between robustness and accuracy, significantly reducing the average ASR from 0.41 to 0.03 while attaining an impressive RI of 0.98.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Machine learning-based network intrusion detection systems (ML-based NIDS) are vulnerable to adversarial evasion, where malicious samples are perturbed to evade detection and be misclassified as benign. Despite growing research on adversarial attacks and defenses for ML-based NIDS, comparative evaluations of multiple attack types, detection models, and defense strategies under a common setting remain limited. In this paper, we evaluate eight adversarial evasion attacks, fifteen detection models, and three representative defense strategies using the NF-UQ-NIDS dataset, which includes recent traditional and IoT network traffic with twenty distinct attack categories. The evaluation compares model performance on clean test data and on robustness evaluation sets that include adversarial samples, analyzes attack success consistency across models, and examines the effect of defense strategies on adversarial robustness. To support model comparison, we introduce the Robustness Index (RI), a compact comparative metric that rewards high balanced accuracy and macro-F1 score computed on the robustness evaluation set while penalizing high attack success rate (ASR). We further present AR-NIDS, a two-stage framework that uses an adversarially trained ensemble to distinguish normal, attack, and adversarial samples, followed by an adversarial attack classifier to identify the attack type. Under the evaluated transfer-based setting, the proposed adversarially trained ensemble achieves the strongest overall trade-off between classification performance on the robustness evaluation set and evasion resistance, reducing the average ASR from 0.41 to 0.03 and achieving an RI of 0.98.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>adversarial</category>
      <category>learning</category>
      <category>machine</category>
    </item>
    <item>
      <title>Structurally Close, Temporally Distant: Measuring Security Exposure in Long-Horizon LLM Agents</title>
      <link>https://arcxiv.org/abs/2609.05911</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.05911</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.05911"&gt;https://arcxiv.org/abs/2609.05911&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景与问题&lt;/strong&gt;：长视野大语言模型（LLM）代理需与不可信内容、持久记忆及敏感工具交互。现有分析常以执行步骤数刻画攻击，但这种“时间距离”会高估状态代理中的安全隔离。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新&lt;/strong&gt;：为此，我们引入感知执行溯源图，通过状态、标识符和工具溯源连接代理事件，定义“影响距离”（$\DI$）为不可信源到敏感动作的最短结构路径，并与有序轨迹中的“序列距离”（$\DT$）对比。差值 $\Gap=\DT-\DI$ 衡量了被步骤数掩盖的安全隔离。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现&lt;/strong&gt;：在454个注入-汇点对中，96.9%的 $\Gap&amp;gt;0$，中位差距为9跳；33.8%的点对通过不同溯源机制解耦。控制变量后，$\Gap$ 不独立预测攻击成功率。但在匹配阈值下，基于 $\DI$ 的预执行门控成功拦截了5个序列门控遗漏的攻击汇点，且无误拦。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;结论&lt;/strong&gt;：执行结构揭示了被步骤数掩盖的结构接近性，可支持针对性运行时干预。本文测量候选影响路径而非因果归因。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Existing analyses of long-horizon LLM agents often rely on sequence distance (step count) to measure security separation, which can overestimate isolation in stateful systems. To address this, we introduce a provenance-aware execution graph that defines &lt;em&gt;influence distance&lt;/em&gt; ($\DI$) as the shortest structural path from untrusted sources to sensitive actions, contrasting it with &lt;em&gt;sequence distance&lt;/em&gt; ($\DT$). Across 454 injection-sink pairs evaluated on multiple state-of-the-art models, 96.9% exhibit a positive gap ($\Gap = \DT - \DI$) with a median of 9 hops, revealing structural proximity hidden by step counts. Although $\Gap$ does not independently predict attack success when controlling for covariates, a deterministic $\DI$-based pre-execution gate successfully blocks additional attack sinks missed by sequence-only methods without increasing false positives, demonstrating that execution structure analysis effectively supports targeted runtime interventions.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Long-horizon LLM agents interact with untrusted content, persistent memory, external state, and sensitive tools. Existing analyses often characterize attacks by the number of execution steps between malicious input and a downstream action. We show that temporal remoteness can overstate security separation in stateful agents. We introduce a provenance-aware execution graph linking agent events through deterministic state, identifier, and tool provenance, and define \emph{influence distance} $\DI$ as the shortest structural path from an untrusted source to a sensitive action. We compare it with \emph{sequence distance} $\DT$, the shortest injection--sink path in the ordered trajectory. Since the influence graph contains every sequence edge, $\DI \leq \DT$; $\Gap=\DT-\DI$ measures the separation hidden by step count. Across 454 injection--sink pairs from 360 long-horizon AgentDojo trajectories over OpenAI&amp;#x27;s \texttt{gpt-4o-mini} and \texttt{gpt-4o} and Claude&amp;#x27;s Haiku 4.5 and Sonnet 4.6, $\Gap&amp;gt;0$ for 96.9% of pairs, with a median gap of 9 hops; 91.0% remain decoupled after removing the largest provenance-only edge class. On AgentDojo&amp;#x27;s banking suite, 33.8% of 231 pairs from 377 trajectories decouple through different provenance mechanisms. Among 274 OpenAI pairs, $\Gap$ does not independently predict attack success after controlling for $\DT$, attack family, and backend ($β_{\Gap}=0.066$, $p=.088$). At matched thresholds $k=2,3$, a deterministic $\DI$-based pre-execution gate blocks five attack sinks missed by a sequence-only gate with no additional benign blocking, although the paired gain is not significant ($p=.0625$). Execution structure therefore reveals proximity hidden by step count and can support targeted runtime intervention. We measure candidate influence pathways rather than causal attribution.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>agent</category>
      <category>llm</category>
      <category>security</category>
    </item>
    <item>
      <title>From Review to Authorization: Key-Isolated Threshold Signing for LLM Agents</title>
      <link>https://arcxiv.org/abs/2609.05901</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.05901</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.05901"&gt;https://arcxiv.org/abs/2609.05901&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：自主大语言模型（LLM）代理能够将不受信任的内容转化为具有实际影响的操作（如支付和权限更改）。如果解释内容与重用签名凭证控制的过程相同，提示注入攻击就能跨越判断边界，直接获取执行权限，带来严重的安全隐患。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法&lt;/strong&gt;：本文提出了KITA，一种“从审查到授权”的架构。该架构的核心创新在于&lt;strong&gt;密钥隔离&lt;/strong&gt;，将用户的个人秘密签名密钥以及所有阈值签名密钥份额完全隔离在所有LLM进程之外。KITA结合了结构化输出的LLM适配器与阈值BLS签名技术，构建了完整的从审查者到执行者的安全路径。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现与创新点&lt;/strong&gt;：在阈值签名不可伪造性及系统假设下，即使提议者和少于t个审查者-签名者域被攻破，也无法在没有t个不同域签名贡献的情况下生成新操作的有效授权。这意味着任何有效授权都必然包含来自未被攻破域的份额，该份额与规范操作绑定，且仅在经过认证的审查者批准后才释放，从而确立了&lt;strong&gt;执行绑定的授权完整性&lt;/strong&gt;。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;实验验证&lt;/strong&gt;：研究实现了完整的系统路径，并通过六项系统测试验证了该接口处的法定人数门控和消息绑定机制。此外，密码学微基准测试评估了在线签名路径及其扩展性能。KITA有效解决了LLM代理在自动化执行中的权限越界问题，为AI代理的安全落地提供了可靠的密码学保障。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Autonomous LLM agents face critical security risks when prompt injection attacks cross the boundary from content interpretation to execution authority, potentially enabling unauthorized actions like payments or permission changes. To address this vulnerability, we propose &lt;strong&gt;KITA&lt;/strong&gt;, a novel review-to-authorization architecture that enforces strict key isolation by keeping the user&amp;#x27;s secret signing key and all threshold key shares completely outside any LLM processes. By integrating a structured-output LLM adapter with threshold BLS signatures, KITA ensures that no valid authorization can be forged without the cryptographic contributions of t distinct, uncompromised reviewer-signer domains. This mechanism guarantees execution-bound authorization integrity, ensuring that approvals are cryptographically bound to canonical actions and released only after authenticated reviewer consent. Comprehensive system tests and cryptographic microbenchmarks validate the robustness of quorum gating, precise message binding, and the scalability of the online signing path, thereby providing a highly secure and verifiable foundation for the deployment of autonomous AI agents.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Autonomous LLM agents can turn untrusted content into effectful actions such as payments and permission changes. If the same process interprets this content and controls a reusable signing credential, prompt injection can cross the judgment boundary and reach execution authority. We present KITA, a review-to-authorization architecture that keeps the user&amp;#x27;s personal secret signing key and every threshold signing-key share outside all LLM processes. Under threshold signature unforgeability and our system assumptions, compromising the proposer and fewer than t reviewer-signer domains cannot produce a valid authorization for a new action without signing contributions from t distinct domains. Thus, any such authorization includes a share from an uncompromised domain, bound to the canonical action and released only after authenticated reviewer approval. This establishes execution-bound authorization integrity. We implement the complete reviewer-to-executor path with a structured-output LLM adapter and threshold BLS. Six system tests validate quorum gating and message binding at this interface, while cryptographic microbenchmarks measure the online signing path and its scaling behavior.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>injection</category>
      <category>prompt</category>
    </item>
    <item>
      <title>SeaCausal-FL: Federated Fuzzy Causal Learning for Maritime IoT Fault Diagnosis and Counterfactual Reasoning</title>
      <link>https://arcxiv.org/abs/2609.06257</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06257</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06257"&gt;https://arcxiv.org/abs/2609.06257&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：在海事物联网（Maritime IoT）中，可靠的船舶发动机故障诊断面临着数据所有权分散、故障分布异构以及运行条件持续变化等严峻挑战。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新点&lt;/strong&gt;：针对上述问题，本文提出了一种名为 SeaCausal-FL 的联邦模糊因果学习框架。该框架巧妙地将共享的时间诊断路径与基于机制的条件因果推理相结合。具体而言，模型引入区间二型模糊层来表征不确定且重叠的运行机制，并为每种机制关联一个受物理约束的结构因果模型。在联邦聚合阶段，不同于传统仅依赖客户端样本量的方法，SeaCausal-FL 利用运行上下文、因果结构及条件干预-响应特征对本地机制进行对齐，并综合样本、类别、机制及其交叉证据来加权聚合模型参数。此外，所学得的结构方程还支持通过溯因、行动和预测进行区间反事实推理。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;主要发现&lt;/strong&gt;：在船舶发动机故障数据集及真实数据校准的半合成因果基准上的实验表明，SeaCausal-FL 在四种客户端划分下取得了 87.07% 的平均 F1 分数，AUROC 和 AUPRC 分别高达 98.98% 和 94.81%。该模型在应对未见负载和训练时缺失的故障类型时展现出卓越的鲁棒性。在因果基准测试中，其 Edge-F1 和 Edge-AUPRC 分别达到约 0.58 和 0.68，系数 RMSE 降至约 0.14，并能提供精准的反事实估计与干预决策支持。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;To address the critical challenges of distributed data ownership, heterogeneous fault distributions, and dynamically changing operating conditions in maritime IoT, this paper proposes SeaCausal-FL, a novel federated fuzzy causal learning framework designed for marine-engine fault diagnosis and counterfactual reasoning. The proposed framework innovatively integrates an interval type-2 fuzzy layer with physics-constrained structural causal models, effectively aligning local mechanisms via operating context and aggregating global parameters based on multi-dimensional evidence rather than mere client sample sizes. Furthermore, the learned structural equations empower the model to perform robust interval counterfactual reasoning through abduction, action, and prediction. Extensive experiments demonstrate that SeaCausal-FL achieves an average F1 score of 87.07%, an AUROC of 98.98%, and an AUPRC of 94.81% across four client partitions, while maintaining exceptional robustness under unseen loads and omitted fault types. On a real-data-calibrated causal benchmark, the framework attains an Edge-F1 of 0.58, reduces coefficient RMSE to 0.14, and provides highly favorable counterfactual estimations and intervention decisions.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Reliable marine-engine fault diagnosis in maritime IoT is challenged by distributed data ownership, heterogeneous fault distributions, and continuously changing operating conditions. This paper proposes SeaCausal-FL, a federated fuzzy causal learning framework that combines a shared temporal diagnostic path with mechanism-conditioned causal reasoning. An interval type-2 fuzzy layer represents uncertain and overlapping operating mechanisms, while each mechanism is associated with a physics-constrained structural causal model. Before aggregation, locally learned mechanisms are aligned using operating context, causal structure, and conditional intervention-response signatures. Model parameters are then aggregated according to sample, class, mechanism, and mechanism-class evidence instead of client sample size alone. The learned structural equations further support interval counterfactual reasoning through abduction, action, and prediction. Experiments on a marine-engine fault dataset and a real-data-calibrated semi-synthetic causal benchmark show that SeaCausal-FL achieves an average F1 score of 87.07% across four client partitions, with AUROC and AUPRC of 98.98% and 94.81%, respectively. It also maintains strong performance under unseen loads and fault-type omission during training. On the causal benchmark, SeaCausal-FL reaches an Edge-F1 of approximately 0.58 and an Edge-AUPRC of 0.68, reduces coefficient RMSE to about 0.14, and provides favorable counterfactual estimation and intervention decisions.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>Spectral Prioritized Sweeping in Nonstationary Reinforcement Learning</title>
      <link>https://arcxiv.org/abs/2609.06186</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06186</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06186"&gt;https://arcxiv.org/abs/2609.06186&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;背景&lt;/strong&gt;：优先扫描（Prioritized Sweeping, PS）通过依据贝尔曼残差大小选择备份操作，有效加速了基于模型的强化学习。然而，在非平稳奖励环境中，传统的优先级评分机制存在“短视”缺陷：当局部奖励发生偏移时，残差仅能通过已执行的备份进行传播，导致处于拓扑瓶颈或距离较远的状态估计在有限的重新规划预算下无法得到及时更新。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;方法与创新&lt;/strong&gt;：为解决这一问题，本文提出了一种&lt;strong&gt;图拓扑增强（Graph Topology Augmentation, GTA）框架&lt;/strong&gt;。该框架利用图的预解式及其扩散语义来增强查询信号。其具体应用形式为&lt;strong&gt;谱优先扫描（Spectral Prioritized Sweeping, SPS）&lt;/strong&gt;，即GTA-PS，为固定动态和时变奖励环境提供了一种即插即用的优先级排序分数。具体而言，GTA-PS基于平滑化策略诱导的马尔可夫链，结合其入度和出度拉普拉斯矩阵，通过混合正则化拉普拉斯逆来扩散残差幅度，从而增强标准优先级键。此外，我们引入了一种基于&lt;strong&gt;第二大特征值模（SLEM）&lt;/strong&gt; 的调度器对拓扑贡献进行退火处理，使其能够自适应地匹配马尔可夫链的混合机制。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;发现与结果&lt;/strong&gt;：理论证明表明，该方法的前向势能与几何折扣残差传播相一致，且GTA-PS能够瞬间为所有状态赋予主动优先级。在FourRooms和GARNET环境中的表格实验证实，无论是在精确动态规划（DP）还是Dyna风格的主规划器下，GTA-PS的重新规划效率均显著优于标准PS算法。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Prioritized Sweeping (PS) accelerates model-based reinforcement learning but suffers from shortsightedness in nonstationary reward settings, where residual propagation is bottlenecked under limited replanning budgets. To address this, we introduce the Graph Topology Augmentation framework, specifically Spectral Prioritized Sweeping (SPS) or GTA-PS, which augments the standard priority score by diffusing residual magnitudes through mixed regularized Laplacian inverses of a smoothed policy&amp;#x27;s transition chain. Furthermore, a scheduler based on the Second Largest Eigenvalue Modulus (SLEM) anneals the topology contribution to adapt to the chain&amp;#x27;s mixing regime, and we theoretically prove that this forward potential aligns with geometric discounted residual propagation, granting immediate active priority to all states. Tabular experiments on FourRooms and GARNET domains demonstrate that our approach significantly improves replanning efficiency over standard PS under both exact DP and Dyna-style planners.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Prioritized Sweeping (PS) accelerates model-based reinforcement learning by selecting backups according to Bellman residual magnitude. In nonstationary reward settings, however, the canonical priority score is shortsighted: after a localized reward shift, residuals propagate only through realized backups, so bottlenecked or topologically distant state estimates may remain static under a limited replanning budget. We introduce the Graph Topology Augmentation framework, which employ the graph&amp;#x27;s resolvent and its diffusion semantic, to augment the inquired signal. Our application, Graph Topology Augmentation for Prioritized Sweeping (GTA-PS), or which the alias Spectral Prioritized Sweeping (SPS) might be more universal, provides a drop-in ordering score for the setting of fixed dynamics and changing state rewards. GTA-PS uses a smootherized policy, inducing a transition chain, with its in- and out-Laplacian. The standard priority key is augmented with a mixing of regularized Laplacian inverses diffusing the residual magnitude. Furthermore, the topology contribution is annealed by a scheduler based on the Second Largest Eigenvalue Modulus (SLEM), allowing its scale to adapt to the chain&amp;#x27;s mixing regime. We prove that the forward potential coincides with geometric discounted residual propagation and show that GTA-PS gives active priority instantly to all states. Tabular experiments on FourRooms and GARNET domains demonstrate improved replanning efficiency over standard PS under both exact DP and Dyna-style host planners.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>dp</category>
    </item>
    <item>
      <title>Rethinking One-Shot Federated Graph Learning: Training-Free Statistical Estimation</title>
      <link>https://arcxiv.org/abs/2609.06154</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06154</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06154"&gt;https://arcxiv.org/abs/2609.06154&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;单轮联邦图学习（One-shot FGL）旨在通过单轮通信在客户端的不连通子图上训练图神经网络（GNN）。现有方法大多以局部GNN训练为前提设计优化策略。然而经验表明，在极端非独立同分布（non-IID）条件下，局部GNN训练会遭受严重的跨客户端表示未对齐问题，反而成为误差的主要来源而非解决之道。&lt;/p&gt;&lt;p&gt;受此启发，本文将单轮联邦图学习重新定义为&lt;strong&gt;统计估计问题&lt;/strong&gt;。我们提出了 &lt;strong&gt;SPEAR&lt;/strong&gt;（具有自适应可靠性的统计原型估计），这是一种&lt;strong&gt;完全无训练的框架&lt;/strong&gt;。该框架直接在原始特征空间中，从局部图计算拓扑平滑的类别原型。随后，服务器采用样本量自适应的收缩估计器聚合这些原型，通过降低不可靠局部估计的权重，生成鲁棒的全局类别原型。&lt;/p&gt;&lt;p&gt;在七个基准测试上的大量实验表明，SPEAR 在极端异构性下始终达到&lt;strong&gt;最先进的准确率&lt;/strong&gt;。此外，SPEAR 的速度比所有基线方法快&lt;strong&gt;至少一个数量级&lt;/strong&gt;，比基于生成和蒸馏的方法快几个数量级。研究结果表明，&lt;strong&gt;无训练的统计估计&lt;/strong&gt;而非局部GNN优化，才是实现鲁棒且高效的单轮联邦图学习的关键。代码已开源于 GitHub。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;One-shot federated graph learning (FGL) typically relies on local Graph Neural Network (GNN) training, which unfortunately causes severe cross-client representation misalignment under extreme non-IID conditions, turning local optimization into a major source of error. To address this, we reformulate one-shot FGL as a statistical estimation problem and propose SPEAR, a completely training-free framework that directly computes topology-smoothed class prototypes from local graphs and aggregates them via a sample-size-adaptive shrinkage estimator to produce robust global prototypes. Extensive experiments across seven benchmarks demonstrate that SPEAR consistently achieves state-of-the-art accuracy under extreme heterogeneity, while delivering at least an order-of-magnitude speedup over all baselines and several orders of magnitude faster than generative and distillation-based methods. Ultimately, our findings suggest that training-free statistical estimation, rather than local GNN optimization, provides the fundamental key to achieving robust and highly efficient one-shot federated graph learning.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;One-shot federated graph learning generally aims to train Graph Neural Networks (GNNs) across clients with disconnected subgraphs in a single communication round. Existing methods predominantly design advanced optimization strategies under the premise that local GNN training is indispensable. However, empirical observations reveal that under extreme non-IID conditions, local GNN training suffers from severe cross-client representation misalignment, becoming a major source of error rather than a remedy. Motivated by this, we reformulate one-shot FGL as a statistical estimation problem. We propose SPEAR (Statistical Prototype Estimation with Adaptive Reliability), a completely training-free framework that directly computes topology-smoothed class prototypes from local graphs in the original feature space. The server then aggregates these prototypes using a sample-size-adaptive shrinkage estimator that down-weights unreliable local estimates, producing robust global class prototypes. Extensive experiments across seven benchmarks demonstrate that SPEAR consistently achieves state-of-the-art accuracy under extreme heterogeneity. Moreover, SPEAR delivers at least an order-of-magnitude speedup over all baselines, reaching several orders of magnitude against generative and distillation-based methods. Our findings suggest that training-free statistical estimation, rather than local GNN optimization, provides the key to robust and efficient one-shot federated graph learning. The code is available at https://github.com/Yodeesy/SPEAR .&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>FANS: Federated Adaptive Network Search Learning for Heterogeneous Devices</title>
      <link>https://arcxiv.org/abs/2609.06106</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06106</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06106"&gt;https://arcxiv.org/abs/2609.06106&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;研究背景&lt;/strong&gt;：异质联邦学习（HFL）旨在保护数据隐私的前提下，跨越具有不同资源预算的异构设备进行模型训练。然而，现有HFL方法通常将训练绑定在少量预定义的模型配置菜单上，严重限制了模型架构的覆盖范围，成为制约其发展的瓶颈。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;核心方法与创新&lt;/strong&gt;：为突破此局限，本文提出&lt;strong&gt;联邦自适应网络搜索（FANS）&lt;/strong&gt; 框架。该框架基于超网络（hypernetwork）构建，核心创新在于学习一个共享的架构空间，而非固定的客户端模型集合。为高效优化该共享空间，本文进一步设计了&lt;strong&gt;联邦并行缩放（FPS）&lt;/strong&gt; 算法。FPS算法利用自蒸馏技术，在本地更新期间并行联合训练多个采样的子网络，使得较大的子网络能够直接监督较小的子网络，从而有效提升整体训练效率与模型性能。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;实验结果&lt;/strong&gt;：我们在CIFAR-10、CIFAR-100和MNLI数据集上，分别使用ResNet-18、DenseNet-121和BERT-base对FANS进行了全面评估。实验通过资源层级模拟设备异构性，综合考察准确率、参数量和MACs。结果表明，FANS将可行的子网络池扩大了数个数量级（如ResNet-18候选架构从4个激增至4,680个），显著改善了精度与效率的权衡，全面优于代表性基线。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Heterogeneous Federated Learning (HFL) aims to train models across devices with diverse resource budgets while preserving data privacy, yet existing methods are bottlenecked by a limited, predefined menu of model configurations. To address this architectural limitation, we introduce Federated Adaptive Network Search (FANS), a hypernetwork-based framework that learns a shared architecture space rather than fixed client models. To optimize this space efficiently, we propose the Federated Parallel Scaling (FPS) algorithm, which jointly trains multiple sampled subnetworks in parallel using self-distillation, enabling larger subnetworks to supervise smaller ones during local updates. Extensive evaluations on CIFAR-10, CIFAR-100, and MNLI using ResNet-18, DenseNet-121, and BERT-base demonstrate that FANS expands the feasible subnetwork pool by orders of magnitude (e.g., increasing ResNet-18 candidates from 4 to 4,680). This substantial expansion ensures that devices with varying computational constraints can find highly tailored subnetwork configurations. Ultimately, FANS significantly improves the average accuracy-efficiency trade-off across various emulated resource tiers, outperforming representative HFL baselines in accuracy, parameter count, and MACs.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Heterogeneous Federated Learning (HFL) aims to train models across devices with diverse resource budgets while preserving data privacy. Existing HFL methods typically bind training to a small predefined menu of model configurations, which limits architectural coverage. To address this bottleneck, we introduce Federated Adaptive Network Search (FANS), a hypernetwork-based framework that learns a shared architecture space rather than a fixed set of client models. To optimize this shared space efficiently, we propose the Federated Parallel Scaling (FPS) algorithm, which jointly trains multiple sampled subnetworks in parallel with self-distillation so that larger sampled subnetworks can supervise smaller ones during local updates. We evaluate FANS on CIFAR-10, CIFAR-100, and MNLI using ResNet-18, DenseNet-121, and BERT-base, respectively. Across all benchmarks, FANS expands the feasible subnetwork pool by orders of magnitude (e.g., 4,680 candidates for ResNet-18 vs. 4 in existing methods) and improves the average accuracy-efficiency trade-off relative to representative HFL baselines. Device heterogeneity is emulated through resource tiers, and evaluation covers accuracy, parameter count, and MACs.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
    <item>
      <title>FedSubMuon: Communication-Efficient Federated LLM Fine-Tuning via Structured Subspace Muon</title>
      <link>https://arcxiv.org/abs/2609.06073</link>
      <guid isPermaLink="true">https://arcxiv.org/abs/2609.06073</guid>
      <description>&lt;p&gt;&lt;strong&gt;Paper Link:&lt;/strong&gt; &lt;a href="https://arcxiv.org/abs/2609.06073"&gt;https://arcxiv.org/abs/2609.06073&lt;/a&gt;&lt;/p&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (中文)&lt;/h3&gt;&lt;p&gt;联邦微调大语言模型（LLM）在跨设备训练中常受限于高昂的通信成本。Muon优化器通过对矩阵参数动量进行正交化来提升优化性能，但现有的联邦Muon方法仍需传输全层大小的更新和优化器状态。若直接在LoRA因子上应用Muon，虽能减少通信，却会改变优化对象并削弱其矩阵感知的更新几何特性。为此，本文提出&lt;strong&gt;FedSubMuon&lt;/strong&gt;，一种通信高效的联邦Muon微调方法。该方法在共享的结构化子空间内优化紧凑的系数矩阵，既保持了Muon对单一矩阵值可训练对象的优化特性，又大幅降低了客户端的上传通信量。此外，我们进一步提出以精度为导向的扩展方法&lt;strong&gt;FedSubMuon-GT&lt;/strong&gt;，利用投影梯度使追踪的子空间基自适应于任务相关的梯度方向。在指令微调与数学推理任务上的实验表明，FedSubMuon-GT在五个数据集-模型对中的四个上取得了最佳整体精度，而FedSubMuon在所有匹配的通信预算下均表现最优。特别是在Dolly-15K数据集上，最接近的通信基线在Llama-1B和Qwen-4B模型上所需的总通信量分别是本方法的5.5倍和1.4倍。&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;AI Summary (English)&lt;/h3&gt;&lt;p&gt;Federated fine-tuning of Large Language Models (LLMs) is often bottlenecked by high communication costs. While the Muon optimizer enhances performance by orthogonalizing momentum for matrix parameters, existing federated Muon methods still require transmitting full-layer updates. Directly applying Muon to LoRA factors compromises its matrix-aware update geometry. To address this, we propose &lt;strong&gt;FedSubMuon&lt;/strong&gt;, a communication-efficient method that optimizes compact coefficient matrices within shared structured subspaces. This preserves Muon&amp;#x27;s single matrix-valued optimization target while significantly reducing client uploads. We further introduce &lt;strong&gt;FedSubMuon-GT&lt;/strong&gt;, an accuracy-oriented extension utilizing projected gradients to adapt subspace bases toward task-relevant directions. Experiments on instruction tuning and mathematical reasoning demonstrate that FedSubMuon-GT achieves the best overall accuracy on four out of five dataset-model pairs, and FedSubMuon excels under all matched communication budgets. Notably, on Dolly-15K, the closest communication baseline requires 5.5x and 1.4x more total communication for Llama-1B and Qwen-4B, respectively.&lt;/p&gt;&lt;/section&gt;
&lt;section class="paper-feed-section"&gt;&lt;h3&gt;Abstract&lt;/h3&gt;&lt;p&gt;Federated fine-tuning adapts large language models (LLMs) to decentralized client data, but its scalability in cross-device training is often limited by the high communication cost. Muon is an optimizer that improves optimization performance by orthogonalizing momentum for matrix-valued parameters. Existing federated Muon methods demonstrate the benefit of matrix-aware optimization in federated learning, but still require transmitting full layer-size updates and optimizer state. A natural way to reduce communication is to directly apply Muon to LoRA factors, but this changes the optimized object and weakens Muon&amp;#x27;s matrix-aware update geometry. We propose FedSubMuon, a communication-efficient federated Muon fine-tuning method that optimizes compact coefficient matrices within shared structured subspaces. This design keeps Muon on a single matrix-valued trainable object, while reducing the client upload to compact coefficient matrices. We further introduce FedSubMuon-GT, an accuracy-oriented extension that uses projected gradients to adapt tracked subspace bases toward task-relevant gradient directions. Experiments on instruction tuning and mathematical reasoning show that FedSubMuon-GT achieves the best overall accuracy on four of five dataset-model pairs, while FedSubMuon performs best under all matched communication budgets. On Dolly-15K, the closest communication baseline requires 5.5 times and 1.4 times more total communication on Llama-1B and Qwen-4B, respectively.&lt;/p&gt;&lt;/section&gt;</description>
      <pubDate>Sat, 05 Sep 2026 00:00:00 +0000</pubDate>
      <category>arXiv</category>
      <category>federated</category>
      <category>learning</category>
    </item>
  </channel>
</rss>