arXivDaily arXiv每日学术速递 周一至周五更新

大厂专区

IBM

2026-07-16 至 2026-07-16 收录 4
2607.13897 2026-07-16 cs.LG 新提交

RF Spectrogram Anomaly Detection with Quantum Kitchen Sinks: Architecture, Representation, and Hardware Validation

基于量子随机特征映射的射频频谱图异常检测:架构、表示与硬件验证

Abdallah Aaraba, Alexis Vieloszynski, Remon Polus, Ola Ahmad, Soumaya Cherkaoui

发表机构 * ibm_quebec(IBM魁北克)

AI总结 研究针对无线射频网络异常检测问题,扩展QKS模板并引入消融协议,通过多深度数据重新上传和环纠缠进行评估。结果表明DCT表示优,适度深度纠缠QKS配置强,QKS优于经典基线,提供了实用可重复的无线网络异常检测框架。

Comments Paper accepted to IEEE quantum week 2026

详情
AI中文摘要

无线信道的广播特性使射频网络易受异常和恶意传输影响,异常检测是安全频谱管理的基本要求。量子随机特征映射(QKS)是适用于近期量子设备的轻量级混合量子特征映射,但其在结构化信号数据上的行为尚不清楚。本文通过多深度数据重新上传和环纠缠扩展了标准QKS模板,并在受控射频频谱图异常检测中评估了所得流程。引入了一个验证锁定的五阶段消融协议,系统地分离了浅层架构、重新上传深度、实验预算、输入表示和经典读出的影响。在完整基准测试中,离散余弦变换(DCT)表示始终优于原始和主成分分析(PCA)输入,适度深度的纠缠QKS配置形成最强操作模式,QKS在所有评估的表示 - 读出对上优于匹配的经典直接读出基线,最佳配置在测试集上达到接收器操作特征曲线下面积(AUROC)为0.8778和测试F1为0.799。该研究在数据方面使用实际测量的低于6GHz蜂窝信号,在计算方面在ibm_quebec量子处理单元(QPU)上进行实际设备验证,AUROC偏差相对于模拟低于0.013。这些结果为在无线网络中部署基于QKS的异常检测提供了一个实用、可重复的框架。

英文摘要

The broadcast nature of wireless channels exposes radio-frequency (RF) networks to anomalous and malicious transmissions, making anomaly detection a fundamental requirement for secure spectrum management. Quantum Kitchen Sinks (QKS) offer a lightweight hybrid quantum feature map suitable for near-term quantum devices, yet their behavior on structured signal data remains poorly understood. In this paper, we extend the standard QKS template with multi-depth data re-uploading and ring entanglement, and evaluate the resulting pipeline on controlled RF spectrogram anomaly detection. We introduce a validation-locked five-stage ablation protocol that systematically separates the effects of shallow architecture, re-uploading depth, episode budget, input representation, and classical readout. Across the completed benchmark, Discrete Cosine Transform (DCT) representations consistently dominate raw and Principal Component Analysis (PCA) inputs, moderate-depth entangled QKS configurations form the strongest operating regime, and QKS improves over matched classical direct-readout baselines across all evaluated representation-readout pairs on the held-out test set, with the best configuration reaching a test Area Under the Receiver Operating Characteristic curve (AUROC) of 0.8778 and a test F1 of 0.7995. The study bridges two levels of realism: real measured sub-6\,GHz cellular signals on the data side and real-device validation on the ibm_quebec Quantum Processing Unit (QPU) on the computing side, with AUROC deviations below 0.013 relative to simulation. These results provide a practical, reproducible framework for deploying QKS-based anomaly detection in wireless networks.

URL PDF HTML
2607.13416 2026-07-16 cs.LG 新提交

EXPLORE: Exploration with Guided Search for Analog Topology Generation using Language Models

EXPLORE:使用语言模型进行引导搜索以生成模拟拓扑结构

Guanglei Zhou, Chen-Chia Chang, Yikang Shen, Jonathan Ku, Isaac Jacobson, Jingyu Pan, Yiran Chen, Xin Zhang

发表机构 * Duke University(杜克大学) MIT-IBM Watson AI Lab(麻省理工学院-IBM沃森人工智能实验室) IBM T. J. Watson Research Center(IBM T. J. 沃森研究中心)

AI总结 本文针对自动化模拟电路拓扑设计难题,提出EXPLORE框架,集成模拟器引导蒙特卡罗树搜索与基于变压器的解码,利用语言模型先验优化搜索,在6组件基准测试中显著提升成功率、降低均方误差,推动LLM驱动设计自动化。

Comments MLCAD 26' accepted

详情
AI中文摘要

自动化模拟电路拓扑设计对于减少满足日益多样化和定制化应用需求所需的大量人工工作至关重要。最近的进展是在预训练语言模型上应用序列到序列微调,以单次从用户规范直接生成电路拓扑。然而,由于搜索空间呈指数增长且训练数据集有限,这些一次性生成方法无法生成复杂电路。本文提出了EXPLORE,这是一个搜索增强框架,它将模拟器引导的蒙特卡罗树搜索(MCTS)与基于变压器的解码相结合,以实现模拟拓扑生成的测试时扩展。通过利用语言模型先验并绕过高置信度结构令牌,EXPLORE在搜索过程中将昂贵的模拟器预算主要分配给改变拓扑的决策。在公差为0.01的6组件基准测试中,EXPLORE将一次性生成的成功率从12%和采样与过滤基线的33%提高到65%,并在相同搜索预算下相对于采样与过滤将均方误差降低了20%以上。这些结果使EXPLORE成为第一个将结构化测试时搜索与LM解码集成用于模拟拓扑生成的框架,也是迈向扩展LLM驱动设计自动化的实际一步。

英文摘要

Automating analog circuit topology design is essential to reduce the extensive manual effort required to meet increasingly diverse and customized application demands. Recent advances have applied sequence-to-sequence fine-tuning on pretrained language models to directly generate circuit topologies from user specifications in a single pass. However, these one-shot generation methods failed to generate complex circuits due to their exponentially growing search spaces and limited training datasets. In this paper, we present EXPLORE, a search-enhanced framework that integrates simulator-guided Monte Carlo Tree Search (MCTS) with transformer-based decoding to enable test-time scaling for analog topology generation. By leveraging language-model priors and bypassing high-confidence structural tokens, EXPLORE allocates expensive simulator budget primarily toward topology-altering decisions during search. On a 6-component benchmark at a tight tolerance of 0.01, EXPLORE raises the success rate from 12% for one-shot generation and 33% for a sampling-and-filter baseline to 65%, and lowers MSE by over 20% relative to sampling-and-filter under the same search budget. These results establish EXPLORE as the first framework to integrate structured test-time search with LM decoding for analog topology generation, and a practical step toward scaling LLM-driven design automation.

URL PDF HTML
2605.15026 2026-07-16 cs.OS cs.AI cs.PF 版本更新

TuxBot: Semantic-Aware Online OS Tuning with Large Language Models

SemaTune: 基于大语言模型的语义感知在线操作系统调优

Georgios Liargkovas, Mihir Nitin Joshi, Hubertus Franke, Kostis Kaffes

发表机构 * Columbia University(哥伦比亚大学) IBM Research(IBM研究院)

AI总结 SemaTune通过语义感知的在线操作系统调优框架,利用大语言模型进行有限制的指导,提升稳定状态下的性能,通过快速和慢速循环更新配置并验证,实现比传统方法更高的性能提升。

Comments 18 pages, 12 figures

详情
AI中文摘要

在线操作系统调优可以提高长期运行的服务,但现有控制器与实时主机不匹配。它们将调度器、电源、内存和I/O控制视为黑盒变量并优化标量奖励。这种观点忽略了跨控制旋钮的策略结构,当应用指标不可用时会崩溃,并可能导致运行服务进入持续存在的降级区域。我们提出了SemaTune,这是一个主机侧的稳定状态操作系统调优框架,通过有限制的语言模型指导。SemaTune将控制旋钮模式、遥测、当前配置、近期操作-响应历史以及检索到的先前运行转换为紧凑的决策上下文。一个快速循环提出低延迟的更新,一个较慢的循环定期修订搜索策略,且每次提出的更改在通过类型验证后才能到达内核或sysctl接口。这使控制器能够思考操作系统控制的含义和间接性能信号,同时保持模型成本、延迟和权威受限。我们评估了SemaTune在13个活的工作负载上,同时调优多达41个Linux参数。在所有套件中,SemaTune在稳定阶段的性能比默认设置提高了72.5%,比最强的非LLM基线提高了153.3%。一个30窗口会话的模型调用成本约为0.20美元。仅使用主机级别指标,SemaTune在直接应用目标下仍比基线高出93.7个百分点,同时避免了由结构盲探索达到的严重降级区域。

英文摘要

Online OS tuning can improve long-running services, but existing controllers are poorly matched to live hosts. They treat scheduler, power, memory, and I/O controls as black-box variables and optimize a scalar reward. This view ignores cross-knob policy structure, breaks down when application metrics are unavailable, and can send a running service into degraded regions that persist after the bad setting is removed. We present TuxBot, a host-side framework for steady-state OS tuning with bounded language-model guidance. TuxBot turns knob schemas, telemetry, current configuration, recent action--response history, and retrieved prior runs into a compact decision context. A fast loop proposes low-latency updates, a slower loop periodically revises the search strategy, and every proposed change passes through typed validation before reaching kernel or sysctl interfaces. This lets the controller reason about OS-control meaning and indirect performance signals while keeping model cost, latency, and authority constrained. We evaluate TuxBot on 13 live workloads from five benchmark suites while tuning up to 41 Linux parameters. Across the suite, TuxBot improves stable-phase performance by 72.5% over default settings and by 153.3% relative to the strongest non-LLM baseline. A 30-window session costs about $0.20 in model calls. With only host-level metrics, TuxBot still outperforms baselines given direct application objectives by 93.7 percentage points, while avoiding severe degraded regions reached by structure-blind exploration.

URL PDF HTML
2411.02317 2026-07-16 cs.LG cs.AI cs.CY

Defining and Evaluating Physical Safety for Large Language Models

定义和评估大语言模型的物理安全性

Yung-Chen Tang, Pin-Yu Chen, Tsung-Yi Ho

发表机构 * The Chinese University of Hong Kong(香港中文大学) IBM Research(IBM研究院)

AI总结 本文提出了一种无人机控制的全面基准,评估大语言模型在物理安全方面的风险与权衡,揭示了模型在安全性和实用性之间的不理想平衡。

Journal ref Communications of the ACM, 2026

详情
AI中文摘要

大语言模型(LLMs)越来越多地用于控制如无人机等机器人系统,但其在现实应用中造成物理威胁和危害的风险仍未经探索。我们的研究通过开发一个全面的无人机控制基准来填补评估LLM物理安全性的关键空白。我们将无人机的物理安全风险分为四类:(1)针对人类的威胁,(2)针对物体的威胁,(3)基础设施攻击,(4)违规行为。我们对主流LLMs的评估揭示了效用与安全之间的不理想权衡,擅长代码生成的模型在关键安全方面表现不佳。此外,虽然结合先进的提示工程技术如上下文学习和思维链可以提高安全性,但这些方法仍难以识别无意攻击。此外,更大模型在安全能力上表现更好,特别是在拒绝危险命令方面。我们的发现和基准可以促进LLM物理安全性的设计和评估。项目页面可在huggingface.co/spaces/TrustSafeAI/LLM-physical-safety上找到。

英文摘要

Large Language Models (LLMs) are increasingly used to control robotic systems such as drones, but their risks of causing physical threats and harm in real-world applications remain unexplored. Our study addresses the critical gap in evaluating LLM physical safety by developing a comprehensive benchmark for drone control. We classify the physical safety risks of drones into four categories: (1) human-targeted threats, (2) object-targeted threats, (3) infrastructure attacks, and (4) regulatory violations. Our evaluation of mainstream LLMs reveals an undesirable trade-off between utility and safety, with models that excel in code generation often performing poorly in crucial safety aspects. Furthermore, while incorporating advanced prompt engineering techniques such as In-Context Learning and Chain-of-Thought can improve safety, these methods still struggle to identify unintentional attacks. In addition, larger models demonstrate better safety capabilities, particularly in refusing dangerous commands. Our findings and benchmark can facilitate the design and evaluation of physical safety for LLMs. The project page is available at huggingface.co/spaces/TrustSafeAI/LLM-physical-safety.

URL PDF HTML