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

高校专区

Carnegie Mellon University(卡内基梅隆大学)

至 收录 2395
2607.18171 2026-07-21 cs.LG 新提交

FlashRT: Agent Harness for Guiding Agents to Deploy Real-Time Multimodal Applications

FlashRT:用于引导智能体部署实时多模态应用的智能体框架

Krish Agarwal, Zhuoming Chen, Yanyuan Qin, Zhenyu Gu, Atri Rudra, Beidi Chen

机构 * Carnegie Mellon University(卡内基梅隆大学) AMD(超威半导体公司) University at Buffalo(纽约州立大学水牛城分校)

AI总结 研究实时多模态应用部署难题,提出FlashRT智能体框架。通过新范式引导编码智能体多阶段转换,将参考实现转为高效部署,在不同GPU上显著提升性能,尤其在专家优化不成熟平台更具扩展性。

详情
AI中文摘要

实时多模态应用,如语音智能体和交互式视频生成,将异构模型组合成管道,其高效部署需要针对放置、流和模型内并行性做出特定于应用的决策。现有服务系统和自动并行编译器的转换有限且工作量假设固定。我们提出了FlashRT,一种智能体框架,它引导编码智能体将简单的开发者编写的参考实现提升为优化的多GPU部署,灵活权衡延迟和吞吐量等目标指标。通过新的程序链范式,FlashRT指导通用编码智能体进行多阶段转换过程,包括将参考转换为中间表示以捕获数据依赖和持久状态范围,通过顺序解释器验证此IR,并进行静态分析以识别候选转换。然后,智能体在测量门控优化循环下迭代实现、验证和基准测试每个候选,以产生跨越不同硬件预算的有效部署。在各种应用中,FlashRT将参考实现转换为高效部署,在NVIDIA B200 GPU上延迟降低高达约70倍,吞吐量提高2.8倍。在AMD MI355X GPU上,FlashRT在匹配峰值延迟降低的同时将峰值吞吐量提高到3.6倍,表明在专家优化不太成熟的平台上,智能体驱动的优化更具可扩展性。实际上,对于Qwen3 - Omni文本到音频推理,与AMD MI355X上的专家vLLM - Omni实现相比,FlashRT将响应延迟降低了65%。

英文摘要

Real-time multimodal applications, including voice agents and interactive video generation, compose heterogeneous models into pipelines whose efficient deployment requires application-specific decisions about placement, streaming, and intra-model parallelism. Existing serving systems and auto-parallelism compilers commit to limited transformations and fixed workload assumptions, so achieving high performance on a new application requires hand-crafting an efficient implementation. We present FlashRT, an agent harness that guides coding agents to lift simple developer-written reference implementations into optimized multi-GPU deployments that flexibly weigh target metrics like latency and throughput. Using a new chain-of-program paradigm, FlashRT directs a generic coding agent through a multi-pass transformation process where an agent transforms the reference into an intermediate representation (IR) to capture data dependencies and persistent-state scopes, validates this IR via a sequential interpreter, and performs static analyses to identify candidate transformations. Then, the agent iteratively implements, verifies, and benchmarks each candidate under a measurement-gated optimization loop to produce effective deployments that span different hardware budgets. Across various applications, including video world models and multimodal LLMs, FlashRT converts reference implementations into highly efficient deployments, delivering up to ~70x latency reduction and 2.8x throughput improvement on NVIDIA B200 GPUs. On AMD MI355X GPUs, FlashRT matches the peak latency reduction while increasing peak throughput improvement to 3.6x, demonstrating that agent-driven optimization can be more scalable on platforms with less mature expert optimization. In fact, for Qwen3-Omni text-to-audio inference, FlashRT reduces response latency by 65% compared to the expert vLLM-Omni implementation on AMD MI355X.

URL PDF HTML 收藏
2607.18142 2026-07-21 cs.CV cs.AI cs.CL cs.MA 新提交

O-VAD: Industrial Video Anomaly Detection through Object-Centric Tracking and Reasoning

O-VAD:通过以对象为中心的跟踪和推理进行工业视频异常检测

Mei Yuan, Qi Long, Qifeng Wu, Zhenyang Li, Yizhou Zhao, Lei Wang, Yang Liu, Min Xu

机构 * Carnegie Mellon University(卡内基梅隆大学) University of Alabama at Birmingham(阿拉巴马大学伯明翰分校) Griffith University(格里菲斯大学)

AI总结 针对工业视频异常检测,现有基于VLM的方法在工业场景中性能不佳的问题,提出无训练的智能框架O-VAD,通过跟踪对象时空动态和推理状态轨迹来检测异常,在多数据集实验中优于多种方法且能提供可解释报告。

Comments Accepted to ECCV 2026

详情
AI中文摘要

工业视频异常检测(IVAD)旨在识别工业过程中的异常对象和事件,对现代制造和质量控制系统至关重要。现有的基于视觉语言模型(VLM)的异常推理方法在一般领域能检测开放式异常,但在工业场景中性能下降。为此引入无训练的智能框架O-VAD,无需特定领域知识,强调对象状态演变。它跟踪检测对象的时空动态和潜在变换,通过对象时间状态轨迹推理识别异常对象。该方法克服了依赖正常片段再训练或注入领域知识的现有方法的局限性。在三个IVAD数据集上的大量实验表明,O-VAD优于前沿VLM、智能框架和在各自数据集上微调的传统VAD方法,还能提供异常过程和类型的可解释报告。

英文摘要

Industrial Video Anomaly Detection (IVAD) aims to identify anomalous objects and events in an industrial process, which is crucial for modern manufacturing and quality control systems. Existing VLM-based anomaly reasoning methods are capable of detecting open-ended anomalies in general domains. However, their performance declines in industrial settings characterized by intricate object transformations, strict physics, and procedural constraints. To tackle the complexity of such interaction-intensive detection, we introduce a training-free agentic framework for anomaly detection free of domain-specific knowledge, emphasizing object state evolution like humans inspectors. It is designed to track spatial-temporal dynamics and underlying transformations of detected objects over time, and then reason over the object-wise temporal state trajectories to identify abnormal objects in grounded frames. Our method overcomes limitations of prior approaches that rely on retraining on normal clips or injecting domain knowledge as context for test-time inference. Extensive experiments on three IVAD datasets demonstrate that our method outperforms frontier VLMs, agentic frameworks, and traditional VAD methods fine-tuned on the respective datasets, while providing interpretable reports over anomaly processes and types.

URL PDF HTML 收藏
2607.17984 2026-07-21 cs.RO 新提交

Distilling Global Traversability Priors for Image-based Affordance Prediction in Off-road Environments

用于越野环境中基于图像的可承受性预测的全局可通行性先验知识提炼

Matthew Sivaprakasam, Samuel Triest, Micah Nye, Deegan Atha, Shehryar Khattak, David Fan, Wenshan Wang, Sebastian Scherer

机构 * Robotics Institute, Carnegie Mellon University(卡内基梅隆大学机器人研究所) Field AI(现场人工智能公司)

AI总结 研究非结构化地形长距离自主导航易短视问题,利用卫星图像计算导航路径监督网络,直接从FPV图像提取远距离可通行性感知边界,提升长距离越野导航性能,减少人工干预。

详情
AI中文摘要

在非结构化地形中进行自主导航的标准方法在长距离场景中容易出现短视行为。使用由激光雷达或相机构建的度量地图可提供必要的局部几何和语义信息,但受到深度感应范围的严格限制。通过丢弃超出映射范围的数据,机器人会做出次优、短视的决策。为了恢复这些丢失的信息,我们专注于直接从第一人称视角(FPV)图像中提取远距离可通行性感知边界。通过利用卫星图像,我们为图像/姿态对数据集计算可行的导航路径集,并使用它们来监督我们的网络,减少对大量人工演示数据的需求。我们证明,在各种离线基准测试中,这种方法在长距离越野导航中的性能比现有方法提高了10%以上,并减少了一组实际实验中人工干预的次数。更多细节可在此https URL中找到。

英文摘要

Standard methods for autonomous navigation in unstructured terrain are prone to myopic behaviors in long-horizon scenarios. The use of metric maps built from LiDAR or cameras provides necessary local geometry and semantic information but is strictly limited by depth sensing range. By discarding data beyond the mapping horizon robots suffer from suboptimal, short-sighted decisions. To recover this lost information, we focus on extracting long-range traversability-aware frontiers directly from first-person-view (FPV) images. By leveraging satellite imagery, we compute the set of feasible navigation paths for a dataset of image/pose pairs and use them to supervise our network, reducing the need for extensive human demonstration data. We demonstrate that this approach improves performance in long-range off-road navigation over existing methods by more than 10% in various offline benchmarks and reduces the number of human interventions incurred in a set of real-world experiments. More details can be found at https://theairlab.org/ss_frontiers_iros .

URL PDF HTML 收藏
2607.17946 2026-07-21 cs.LG cs.AI 新提交

A Geometric Perspective on Stabilizing Value Conflict Resolution

稳定价值冲突解决的几何视角

Saket Reddy, Andy Liu

机构 * University of Illinois - Urbana-Champaign(伊利诺伊大学厄巴纳 - 香槟分校) Carnegie Mellon University(卡内基梅隆大学)

AI总结 研究大语言模型在RLHF训练中应对价值冲突的问题,核心方法是利用思维链推理,通过几何视角分析其作用,创建新的以价值冲突为重点的CoT设计,提升了道德推理性能,为改进模型处理复杂价值冲突请求的性能提供新途径。

Comments Accepted to ICML Workshop on High-Dimensional Learning Dynamics

详情
AI中文摘要

大语言模型(LLMs)在通过人类反馈强化学习(RLHF)的压缩标量奖励进行训练时,常常难以应对价值冲突。为应对这一挑战,我们研究了思维链(CoT)推理如何有助于提升该领域的性能。从几何角度看,我们表明CoT与在模型损失景观最陡峭方向上进一步平滑相关,有助于解决传统标量奖励的优化不稳定性。我们还通过相关下游基准证明,以价值冲突为重点的CoT可能推广到不同类型的道德推理,表明这种CoT有潜力成为更好道德推理的有效机制。为利用这一潜力,我们创建了一种新的以价值冲突为重点的CoT设计,进一步平滑损失景观的最陡峭方向并提高道德推理性能。这一发现表明,明确修改和改进推理动态设计为提升模型在复杂价值冲突用户请求上的性能提供了一条有前景的途径,推动了大语言模型的多元对齐。

英文摘要

Large Language Models (LLMs) often struggle to navigate value conflicts when trained with the compressed scalar rewards of Reinforcement Learning from Human Feedback (RLHF). To address this challenge, we investigate how chain-of-thought (CoT) reasoning can help improve performance in this domain. Geometrically, we show that CoT correlates with further smoothing the model's loss landscape in its sharpest direction, helping resolve the optimization instability of traditional scalar rewards. We also demonstrate via relevant downstream benchmarks that value conflict-focused CoT may generalize to different kinds of moral reasoning, demonstrating that this CoT has the potential to be an effective mechanism for better moral reasoning. To capitalize on this potential, we create a new value conflict-focused CoT design that further smooths the sharpest direction of the loss landscape and increases moral reasoning performance. This finding shows that explicitly modifying and improving the design of reasoning dynamics offers a promising avenue for improving model performance on user requests with complex value conflicts, advancing pluralistic alignment in LLMs.

URL PDF HTML 收藏
2607.17508 2026-07-21 cs.LG cs.AI 新提交

Retrieval-Augmented Interpretable Learning: Towards Task-Specific Zero-Shot Models in Healthcare

检索增强可解释学习:迈向医疗保健领域特定任务的零样本模型

Sazan Mahbub, Caleb Ellington, Zhiyuan Li, Yixin Yang, Souvik Kundu, Ben Lengerich, Eric P. Xing

机构 * Carnegie Mellon University(卡内基梅隆大学) University of Wisconsin–Madison(威斯康星大学麦迪逊分校) Mohamed bin Zayed University of AI(穆罕默德·本·扎耶德人工智能大学) GenBio AI(基因生物人工智能公司) Intel(英特尔公司)

AI总结 研究针对医疗保健领域特定任务零样本模型问题推出检索增强可解释学习(RAIL)框架,通过检索相关任务并传递结构生成新预测器,概率公式提供不确定性支持可靠性感知部署,在临床程序预测任务中性能可靠,还提升模型透明度。

详情
AI中文摘要

我们引入了检索增强可解释学习(RAIL),这是一个概率元学习框架,用于零样本生成特定任务的可解释模型,该模型从自然语言任务描述和先前学习的特定任务预测器的记忆中合成系数空间结构。RAIL检索相关源任务,通过系数空间传递结构,并在原始诊断特征空间中生成新的预测器,实现具有特征级解释的零样本和少样本临床程序预测。其概率公式提供了检索、模型系数和预测的不确定性,支持可靠性感知部署。在长尾临床程序预测任务中,RAIL在不同数据可用性情况下保持可靠性能,在零样本设置中准确率达73.4%,在极少样本情况下准确率接近73.2%。RAIL还受益于临床信息任务表示,并产生检索、不确定性和系数级诊断,使模型行为更透明。这些结果为可扩展临床预测系统指明了道路,该系统可适应新任务,同时保持可解释性和可靠性。

英文摘要

We introduce Retrieval-Augmented Interpretable Learning (RAIL), a probabilistic meta-learning framework for zero-shot generation of task-specific interpretable models that synthesizes coefficient-space structure from natural-language task descriptions and a memory of previously learned task-specific predictors. RAIL retrieves related source tasks, transfers structure through coefficient space, and generates a new predictor in the original diagnostic-feature space, enabling zero-shot and few-shot clinical procedure prediction with feature-level explanations. Its probabilistic formulation provides uncertainty over retrieval, model coefficients, and predictions, supporting reliability-aware deployment: uncertain predictions or unstable explanations can be flagged for additional clinical review rather than treated as automatic decisions. This makes RAIL particularly suited for healthcare settings, where prediction tasks are highly long-tailed, new clinical targets arise frequently, and models must remain inspectable, uncertainty-aware, and compatible with human oversight. Across long-tailed clinical procedure prediction tasks, RAIL maintains reliable performance across data-availability regimes: it achieves 73.4% accuracy in the held-out zero-shot settings, where no supervised task-specific model can be trained, and remains near 73.2% accuracy in the extreme few-shot regime with only 2-4 examples, where supervised task-specific models perform close to chance. RAIL further benefits from clinically informed task representations and yields retrieval, uncertainty, and coefficient-level diagnostics that make model behavior more transparent. These results suggest a path toward scalable clinical prediction systems that can adapt to new tasks while preserving interpretability and reliability.

URL PDF HTML 收藏
2607.17399 2026-07-21 cs.CV 新提交

The PanAf-SBR Dataset: Social Behaviour Recognition for Wild Great Apes

泛非社会行为识别数据集:野生大猩猩的社会行为识别

Maciej Braszczok, Otto Brookes, Xiaoxuan Ma, Federico Rossano, Yixin Zhu, Mimi Arandjelovic, Hjalmar Kühl, Majid Mirmehdi, Tilo Burghardt

机构 * University of Bristol(布里斯托大学) Wild Chimpanzee Foundation(野生黑猩猩基金会) Carnegie Mellon University(卡内基梅隆大学) University of California(加利福尼亚大学) Peking University(北京大学) Max Planck Institute for Evolutionary Anthropology(马克斯·普朗克进化人类学研究所) Senckenberg Museum of Natural History(森肯伯格自然历史博物馆)

AI总结 研究旨在解决野生大猩猩社会行为识别数据不足问题,引入PanAf-SBR数据集,结合AlphaChimp架构建立基准,通过双向迁移学习实验发现跨数据集预训练对特定类别有益,还研究了背景上下文在其中的作用。

详情
AI中文摘要

野生大猩猩种群的行为变化,尤其是社会结构的瓦解,可作为种群衰退的早期指标。因此,自动化检测这些行为变化对保护工作至关重要。近期虽有一些用于大猩猩行为自动识别的数据集,但含细粒度社会行为注释的很少,且多在圈养环境或通过无人机等空中平台获取。我们引入了PanAf-SBR,首个标注有社会行为的野生大猩猩相机陷阱数据集,它扩展了PanAf500,包含100个视频及36063帧,还有81096个注释。我们用此数据和AlphaChimp架构建立了首个基于相机陷阱 footage的野生大猩猩细粒度社会行为识别基准。还在PanAf-SBR和圈养的ChimpACT数据集间进行双向迁移学习实验,发现跨数据集预训练对特定类别有益而非普遍有益。最后通过反转分割掩码抑制非猿像素来研究背景上下文的作用。

英文摘要

Behavioural shifts in wild great ape populations, particularly the breakdown of social structures, can serve as an early indicator of population decline. Automating the detection of behaviours indicative of these shifts is therefore a critical task for conservation. Several valuable datasets have recently been introduced for the automated recognition of great ape behaviour, yet few include fine-grained social behaviour annotations, and those that do are captured either in captive settings or via aerial platforms such as UAVs. We address this gap by introducing PanAf-SBR, the first wild great ape camera trap dataset annotated with social behaviours. PanAf-SBR extends PanAf500 with 100 additional videos covering 36,063 frames. These come with 81,096 annotations including bounding boxes, segmentation masks, intra-video identities, and seven social behaviour classes defined under the action giver and receiver convention of ChimpACT. We use this data together with the AlphaChimp architecture to establish the first benchmarks for fine-grained social behaviour recognition in wild great apes from camera trap footage. We further conduct bidirectional transfer learning experiments between PanAf-SBR and the captive ChimpACT dataset, finding that cross-dataset pre-training is highly beneficial for specific classes rather than of uniform benefit. Finally, we examine the role of background context by inverting the segmentation masks to suppress non-ape pixels.

URL PDF HTML 收藏
2607.17100 2026-07-21 cs.MA cs.AI cs.SE 新提交

Auto Research for Materials: Auditable AI-Scientist Workflows with Held-Out Transfer

材料的自动研究:具有留出转移的可审计人工智能科学家工作流程

Jingjie Ning, Xiaochuan Li, Shanshan Zhong, Ji Zeng, Guolin Ke

机构 * School of Computer Science, Carnegie Mellon University(计算机科学系,卡内基梅隆大学) DP Technology(DP科技)

AI总结 研究材料预测中人工智能代理的工作流程,通过多方面搜索产生评估更改,经留出数据测试,发现不同建模机制下的有效变化,证明闭环代理决策及代码可复用组合,还提供了评估设计。

详情
AI中文摘要

人工智能研究代理可能在未找到适用于新材料的建模变化时提高其所见分数。我们提出了一个更严格的问题:经过反复实验后,所选变化在从未进入循环的数据上是否依然有效,其代码能否复用?我们将搜索分为对特征、模型、表示和训练数据的更改。七个搜索在十个Matbench端点上产生了701个评估更改。代理仅接收五个内部折叠的平均值,减少对任何单个开发分割的依赖。然后冻结所选代码并在未触及的留出数据上进行一次评估。十个选择中有九个仍然是测试过的最佳单一干预措施。幸存的变化揭示了两种材料建模机制。仅对于成分,特征、模型和表示的变化提供了可比的改进途径。对于结构任务,更丰富的几何描述符以及模型或校准变化可降低平均留出MAE。这些结果表明,在材料预测中,闭环代理可以做出经得起未见证据检验的决策,并且代码更改可跨任务复用和组合。更广泛地说,它们为测试反馈循环之外的可执行发现提供了一种评估设计。

英文摘要

An AI research agent can improve the score it sees without finding a modelling change that works on new materials. We ask a stricter question. After repeated experiments, does the selected change survive on data that never entered the loop, and can its code be reused? We separate the search into changes to features, models, representations, and training data. Seven searches produce 701 evaluated changes across ten Matbench endpoints. Agents receive only the mean over five inner folds, reducing reliance on any single development split. We then freeze the selected code and evaluate it once on an untouched holdout. Nine of ten choices remain the best tested single intervention. The surviving changes reveal two materials modelling regimes. With composition alone, feature, model, and representation changes provide comparable routes to improvement. They include held-out MAE reductions of 17.4\% for band gap and 18.6\% for steel strength, as well as gains on both classification endpoints, while screened external data adds little. For structure tasks, richer geometry descriptors and model or calibration changes lower mean held-out MAE by 14.6\% and 7.1\% and lead on different property families, whereas composition embeddings do not transfer. Combining separately found feature and model changes yields a 26.3\% mean held-out improvement. These results show in materials prediction that closed-loop agents can produce decisions that survive unseen evidence and code changes that can be reused across tasks and combined. More broadly, they provide an evaluation design for testing executable discoveries beyond the feedback loop.

URL PDF HTML 收藏
2607.16946 2026-07-21 cs.GR cs.CV 新提交

Points as Tori: Fast Pointwise Signed Distance for Point Clouds

点作为环面:用于点云的快速逐点符号距离

Nicole Feng, Ioannis Gkioulekas, Keenan Crane

机构 * Carnegie Mellon University(卡内基梅隆大学)

AI总结 该研究提出一种计算点云符号距离的方法,通过用环面局部拟合点云,利用预训练网络输出参数,无需全局优化和空间离散化且易并行化,基于新理论统一相关方法,可直接用于点云应用,无需显式重建。

Comments Published in ACM Transactions on Graphics, volume 45 (2026). For associated presentations and code, see https://nzfeng.github.io/research/PointsAsTori

Journal ref ACM Transactions on Graphics, volume 45 (2026), article number 53

详情
AI中文摘要

我们描述了一种计算到点云的符号距离的方法,该方法允许在任意空间分辨率下进行快速逐点评估。作为输入,我们的方法采用带有法线的点云;作为输出,它提供了一种解析参数化,允许在任意点查询到近似潜在表面的符号距离,同时提供重建和距离。我们的关键思想是通过用环面局部拟合点云来重建形状,环面具有闭式符号距离函数。环面以前馈方式拟合,使用预训练网络输出逐点曲率和偏移参数。重要的是,我们的方法不需要昂贵的全局优化或空间离散化,并且易于并行化。我们的方法基于一种新理论,该理论将符号距离与缠绕数和泊松表面重建的经典重建方法统一起来。我们用我们的方法计算到由摄影测量、网格、3D高斯和神经隐式表示产生的点云的符号距离。我们的方法允许点云直接用于应用中,而无需显式表面重建:例如,我们对点云进行偏移,应用形态学和布尔运算,并使用球体追踪直接可视化偏移表面。

英文摘要

We describe a method for computing signed distance to point clouds that allows fast pointwise evaluation at arbitrary spatial resolution. As input, our method takes a point cloud with normals; as output, it provides an analytical parameterization that allows queries of signed distance to the approximate underlying surface at arbitrary points - simultaneously providing reconstruction and distance. Our key idea is to reconstruct shapes by locally fitting point clouds with tori, which have closed-form signed distance functions. Tori are fitted in a feed-forward manner, using a pre-trained network to output per-point curvature and shift parameters. Importantly, our method does not require costly global optimization or spatial discretization, and is easily parallelizable. Underlying our method is a new theory that unifies signed distance with the classic reconstruction methods of winding numbers and Poisson surface reconstruction. We use our method to compute signed distance to point clouds arising from photogrammetry, meshes, 3D Gaussians, and neural implicits. Our method allows point clouds to be used directly in applications, without explicit surface reconstruction: as examples, we take offsets of point clouds, apply morphological and Boolean operations, and directly visualize offset surfaces using sphere tracing.

URL PDF HTML 收藏
2607.16324 2026-07-21 cs.CV cs.LG 新提交

SGMCE: Segment-Grounded Morphological Concept Explanation for Malaria Parasite Species Identification in Thick Blood Smears

SGMCE:厚血涂片疟原虫物种识别的基于片段的形态学概念解释

Ahmed Tahiru Issah, Charles B. Delahunt, Carine Mukamakuza

机构 * Carnegie Mellon University(卡内基梅隆大学) University of Washington(华盛顿大学)

AI总结 研究旨在解决厚血涂片疟原虫物种识别中深度学习缺乏形态学证据的问题,提出SGMCE框架,无需额外训练等,通过提取特征、查询GPT-4o生成自然语言解释,经多指标验证,在多种检测中取得较好结果。

Comments Accepted for publication in the 30th Conference on Medical Image Understanding and Analysis (MIUA 2026), Dublin. To appear in Springer Lecture Notes in Computer Science (LNCS)

详情
AI中文摘要

疟疾流行地区的疟疾诊断依赖于厚血涂片中疟原虫的物种水平识别,但深度学习检测器在分类检测时未提供预测的形态学证据,限制了显微镜检查人员在病例层面审核这些预测的能力。我们提出了SGMCE(基于片段的形态学概念解释),这是一个无需额外训练、形态学注释和标记解释数据的事后解释框架,它能产生基于厚涂片形态学的每个检测的自然语言解释。对于每个检测,SGMCE提取掩码引导的裁剪缩略图,使用自适应掩码内阈值计算14个手工制作的计算机视觉形态学特征,并根据从世界卫生组织辅助工具汇编的厚涂片特定知识库,用视觉证据和计算测量结果查询GPT-4o。主要输出是一个结构化解释,确定哪些形态学特征支持检测到的物种以及为什么排除竞争物种。通过四个自动指标对解释进行验证:知识库一致性(KBC)、计算机视觉声明忠实性(CCF)、区分度得分(DS)和大语言模型作为评判(LLMj)。一个带有物种感知否定过滤的句子级语义评分规则解决了临床散文和知识库术语之间的词汇不匹配问题。在跨越四种疟原虫物种和白细胞的139张厚涂片图像的737个检测中,寄生虫类的平均KBC为0.91,平均DS为0.99,平均CCF为0.97,而每个规则的CCF细分证实了视觉语言模型基于计算机视觉的声明与它们引用的测量结果一致。

英文摘要

Malaria diagnosis in endemic regions depends on species-level identification of Plasmodium parasites in thick blood smears, but deep learning detectors classify detections without providing morphological evidence for their predictions, limiting the ability of microscopists to audit those predictions at the case level. We present SGMCE (Segment-Grounded Morphological Concept Explanation), a post-hoc explanation framework that requires no additional training, no morphological annotations, and no labelled explanation data, yet produces per-detection natural-language explanations anchored in thick-smear morphology. For each detection, SGMCE extracts mask-guided crop thumbnails, computes fourteen handcrafted computer-vision morphological features (shape, colour, chromatin, haemozoin pigment) using adaptive within-mask thresholds, and queries GPT-4o with both visual evidence and computed measurements, conditioned on a thick-smear-specific knowledge base compiled from the World Health Organization bench aids. The primary output is a structured explanation identifying which morphological features support the detected species and why the competing species are excluded. Explanations are validated by four automatic metrics: Knowledge-Base Consistency (KBC), CV-Claim Faithfulness (CCF), Discriminativeness Score (DS), and LLM-as-Judge (LLMj). A sentence-level semantic scoring rule with species-aware negation filtering resolves the vocabulary mismatch between clinical prose and knowledge-base terms. Across 737 detections from 139 thick-smear images spanning four Plasmodium species and white blood cells, parasite-class mean KBC is 0.91, mean DS is 0.99, and mean CCF is 0.97, while a per-rule CCF breakdown confirms that the CV-grounded claims made by the vision-language model are consistent with the measurements they cite.

URL PDF HTML 收藏
2409.12190 2026-07-21 cs.RO cs.CV

Bundle Adjustment in the Eager Mode

急切模式下的捆绑调整

Zitong Zhan, Huan Xu, Zihang Fang, Xinpeng Wei, Yaoyu Hu, Chen Wang

机构 * Spatial AI & Robotics (SAIR) Lab, University at Buffalo(空间人工智能与机器人实验室,布法罗大学) Georgia Institute of Technology(佐治亚理工学院) Purdue University(普渡大学) Carnegie Mellon University(卡内基梅隆大学)

AI总结 本文提出了一种与PyTorch无缝集成的高效急切模式捆绑调整库,通过稀疏感知的自动微分设计和GPU加速的稀疏运算,提升了在机器人应用中捆绑调整的运行效率和性能。

Journal ref IEEE Transactions on Robotics (T-RO), 2026

详情
AI中文摘要

捆绑调整(BA)是各种机器人应用中的关键技术,例如同步定位与建图(SLAM)、增强现实(AR)和摄影测量学。BA通过优化诸如相机姿态和3D地标等参数,使它们与观测结果对齐。随着深度学习在感知系统中的重要性日益增加,将BA与深度学习框架整合已成为提高可靠性和性能的迫切需求。然而,广泛使用的基于C++的BA库,如GTSAM、g²o和Ceres Solver,缺乏与现代深度学习库如PyTorch的原生整合。这种限制影响了它们的灵活性、调试简便性和整体实现效率。为了解决这一差距,我们引入了一种与PyTorch无缝集成的高效急切模式BA库。我们的方法包括稀疏感知的自动微分设计和针对二次优化设计的GPU加速稀疏运算。我们的GPU急切模式BA在所有基准测试中均实现了显著的运行时间效率,与GTSAM、g²o和Ceres相比,平均加速分别为18.5×、22×和23×。

英文摘要

Bundle adjustment (BA) is a critical technique in various robotic applications such as simultaneous localization and mapping (SLAM), augmented reality (AR), and photogrammetry. BA optimizes parameters such as camera poses and 3D landmarks to align them with observations. With the growing importance of deep learning in perception systems, there is an increasing need to integrate BA with deep learning frameworks for enhanced reliability and performance. However, widely-used C++-based BA libraries, such as GTSAM, g$^2$o, and Ceres Solver, lack native integration with modern deep learning libraries like PyTorch. This limitation affects their flexibility, ease of debugging, and overall implementation efficiency. To address this gap, we introduce an eager-mode BA library seamlessly integrated with PyTorch with high efficiency. Our approach includes a sparsity-aware auto-differentiation design and GPU-accelerated sparse operations designed for 2nd-order optimization. Our eager-mode BA on GPU demonstrates substantial runtime efficiency, achieving an average speedup of 18.5$\times$, 22$\times$, and 23$\times$ across all benchmarks compared to GTSAM, g$^2$o, and Ceres, respectively.

URL PDF HTML 收藏
2605.14473 2026-07-21 cs.CL cs.AI 版本更新

Does RAG Know When Retrieval Is Wrong? Diagnosing Context Compliance under Knowledge Conflict

RAG 能知道检索错误吗?知识冲突下的上下文合规性诊断

Yihang Chen, Pin Qian, Su Wang, Sipeng Zhang, Huan Xu, Shuhuai Lin, Xinpeng Wei

机构 * Georgia Institute of Technology(佐治亚理工学院) Carnegie Mellon University(卡内基梅隆大学) University of California San Diego(加州大学圣地亚哥分校)

AI总结 提出上下文驱动分解(CDD)方法,在推理时探测并干预检索增强生成中的上下文与参数知识冲突,揭示上下文合规性模式并提升鲁棒性。

Comments Preprint. 3 figures, 3 tables. Diagnostic study of context compliance in RAG under knowledge conflict; closed-API evaluations (Gemini-2.5-Flash and Claude family)

详情
AI中文摘要

检索增强生成(RAG)中的上下文合规机制发生在检索到的上下文主导最终答案时,即使它与模型的参数化知识冲突。仅凭准确性并不能揭示在这种冲突下检索到的上下文如何因果性地塑造答案。我们引入了上下文驱动分解(CDD),这是一种在推理时运行的信念分解探针,并作为受控检索冲突的干预机制。通过跨Epi-Scale压力测试、TruthfulQA错误概念注入和跨模型重复实验,CDD揭示了三种模式。P1:上下文合规性在对抗性上界设置中是可测量的,标准RAG在TruthfulQA错误概念注入(N=500)上达到15.0%的准确率。P2:对抗性准确率提升跨模型家族迁移——CDD提高了Gemini-2.5-Flash以及Claude Haiku/Sonnet/Opus的准确率——但理由-答案因果耦合不迁移。CDD在Gemini-2.5-Flash上达到64.1%的错误注入因果敏感性,而所有三种Claude变体的敏感性落在[-3%, +7%]范围内,表明Claude侧的准确率提升通过一种与显式冲突解决轨迹不同的机制运作。P3:显式冲突分解提高了时间漂移和噪声干扰下的鲁棒性,CDD在完整Epi-Scale对抗性基准上对时间偏移达到71.3%,对干扰证据达到69.9%。这三种模式将上下文合规性识别为一个结构轴,沿此轴可以对标准RAG进行探测和干预,区别于检索质量或单一方法鲁棒性问题,并激励发布Epi-Scale以跨模型家族和检索管道进行系统研究。

英文摘要

Retrieval-Augmented Generation (RAG) is usually evaluated by whether the final answer is correct. Under knowledge conflict, this hides a key question: did the model follow retrieved evidence, rely on its parametric prior, or produce a post-hoc rationale? We study this as context compliance, the regime in which retrieved context controls the answer even when it conflicts with the model's prior knowledge. We introduce Context-Driven Decomposition (CDD), an inference-time diagnostic intervention that elicits contextual and prior answers, isolates the conflicting premise, and records a resolution trace that can be perturbed. Across Epi-Scale stress tests, TruthfulQA misconception injection, and cross-model reruns, CDD makes three behaviors visible. First, misleading retrieval can severely degrade accuracy: under a worst-case TruthfulQA misconception-injection probe, Standard RAG reaches only 15.0%. Second, better answers need not share the same mechanism: CDD improves adversarial accuracy on Gemini-2.5-Flash and shows directional gains across Claude variants, yet trace-perturbation sensitivity is high only on Gemini. Third, explicit decomposition improves controlled-conflict robustness over a conflict-aware instruction baseline on localized factual conflicts, with the clearest margins on Entity Swap (88.0% vs 79.3%) and Logical Contradiction (83.2% vs 75.4%). We frame RAG conflict handling as an observability problem.

URL PDF HTML 收藏
2604.12035 2026-07-21 cs.CV 版本更新

When Does Visual Token Pruning Improve Calibration? The Role of Evidence Coverage in MLLMs

视觉标记修剪能否提高校准?关于多模态大语言模型中置信度的实证研究

Kaizhen Tan, Yang Feng, Heqing Du, Hanzhe Hong, Siru Tao

机构 * Carnegie Mellon University(卡内基梅隆大学)

AI总结 本文研究视觉标记修剪对模型校准的影响,通过POPE和ScienceQA-IMG数据集评估不同修剪策略下的ECE、Brier分数和AURC,发现修剪能提升校准而非仅牺牲效率,且基于显著性的修剪方法效果较差。

详情
AI中文摘要

视觉标记修剪是多模态大语言模型(MLLMs)高效推理中广泛应用的策略,但现有研究主要通过任务准确性评估其效果。本文研究视觉标记修剪如何影响模型校准,即预测置信度是否匹配实际正确性。在POPE和ScienceQA-IMG上使用LLaVA-1.5-7B,评估了多种修剪策略(包括不同显著性权重的SCOPE、显著性-only修剪、FastV和随机修剪)下的ECE、Brier分数和AURC。结果表明,修剪不单纯以可靠性换取效率。在POPE中,纯覆盖设置的SCOPE在保持相似准确性的同时显著降低ECE。内部alpha扫描进一步显示,降低显著性权重能提升校准,而准确性变化微小。相比之下,基于显著性的修剪导致校准恶化,而真实FastV在本设置中造成严重性能下降。在ScienceQA-IMG中,修剪也降低ECE,准确性保持稳定或略有提升。此外,研究发现覆盖基于选择的间隙功率指数默认设置不总是最优。总体而言,结果表明视觉标记修剪应不仅通过准确性评估,还应通过置信度质量评估,尤其对需要可靠决策的多模态系统而言。

英文摘要

Visual token pruning is widely used to reduce the inference cost of multimodal large language models (MLLMs), but it is usually evaluated only by accuracy. We study how pruning affects calibration, defined as the agreement between confidence and correctness, and show that the selection rule matters more than the token budget alone. On POPE with LLaVA-1.5, coverage-based pruning from 576 to 128 tokens reduces expected calibration error from 0.041 to 0.016 without a statistically significant accuracy loss. In contrast, attention-based selection preserves confidence while accuracy deteriorates, becoming less calibrated than random pruning at aggressive budgets. Across pruning conditions, kept-set coverage is strongly associated with accuracy (Spearman $ρ=+0.89$) but not with mean confidence ($ρ=-0.03$), producing a strong inverse relation with overconfidence ($ρ=-0.92$); controlled kept-set interventions support this evidence-coverage account. Two boundaries limit it: query-conditioned FastV is more overconfident than its coverage predicts, and on language-prior-dominated ScienceQA, coverage ceases to order calibration. The selector ordering otherwise generalizes to GQA and LLaVA-NeXT, and coverage beats random on Qwen2-VL, although the calibration gain over the unpruned model is task- and model-dependent. We also identify an evaluation pitfall in FastV: zeroing rather than removing pruned tokens can reduce accuracy to chance. Visual token pruning therefore changes confidence quality as well as efficiency, and calibration should be evaluated alongside accuracy when comparing pruning methods.

URL PDF HTML 收藏
2604.08523 2026-07-21 cs.CL cs.AI 版本更新

ClawBench: Can AI Agents Complete Everyday Online Tasks?

ClawBench:AI代理能否完成日常在线任务?

Yuxuan Zhang, Yubo Wang, Yipeng Zhu, Penghui Du, Junwen Miao, Xuan Lu, Zhuofeng Li, Xingwei Qu, Zhengkang Guo, Yuanzhe Shen, Dingjie Song, Han Zhou, Tuney Zheng, Xian Wu, Hao Yu, Songcheng Cai, Yi Lu, Yunzhuo Hao, Minyi Lei, Liang Chen, Kai Zou, Huifeng Yin, Wendong Xu, Dongfu Jiang, Ping Nie, Jiaheng Liu, Wenhu Chen, Kelsey R. Allen

机构 * University of British Columbia(不列颠哥伦比亚大学) Vector Institute(向量研究所) Etude AI Carnegie Mellon University(卡内基梅隆大学) University of Waterloo(滑铁卢大学) Shanghai Jiao Tong University(上海交通大学) UniPat AI Zhejiang University(浙江大学) HKUST(香港科技大学) Tsinghua University(清华大学)

AI总结 ClawBench通过153个日常任务测试AI代理能力,涵盖15类144个平台,挑战多步骤流程和复杂操作,揭示现有模型在真实环境中的局限性。

Comments Project page: https://claw-bench.com

详情
AI中文摘要

AI代理可能能自动化邮箱,但能否自动化其他日常任务?日常在线任务为评估下一代AI代理提供了现实且未解的测试环境。我们引入ClawBench,一个包含153个简单任务的评估框架,涵盖144个活跃平台,从完成购买和预约到提交工作申请。这些任务需要超越现有基准的能力,如从用户提供的文档中获取信息、跨不同平台的多步骤流程导航以及填写大量详细表单。不同于现有在离线沙盒中评估的基准,ClawBench在生产网站上运行,保留了真实世界网页交互的全部复杂性、动态性和挑战。轻量级拦截层仅捕获并阻止最终提交请求,确保安全评估无实际影响。对7个前沿模型的评估显示,无论是专有还是开源模型,只能完成少量任务。例如,Claude Sonnet 4.6仅完成33.3%。ClawBench的进步使我们更接近于能够作为可靠通用助手的AI代理。

英文摘要

AI agents may be able to assist with emails and documents, but can they reliably complete everyday online workflows on real websites? Everyday online tasks offer a realistic yet unsolved testbed for evaluating the next generation of AI agents. To this end, we introduce ClawBench, an evaluation framework comprising 153 everyday online tasks that people need to accomplish regularly in their lives and work, spanning 144 platforms across 15 categories, from completing purchases and booking appointments to submitting job applications. These tasks require capabilities beyond existing benchmarks, such as obtaining relevant information from user-provided documents, navigating multi-step workflows across diverse platforms, and write-heavy operations like filling in many detailed forms correctly. Unlike existing benchmarks that evaluate agents in offline sandboxes with static pages, ClawBench operates on production websites, preserving the full complexity, dynamic nature, and interaction challenges of real-world web environments. An interception layer captures and blocks the final submission request, ensuring safe evaluation without real-world side effects. Our evaluations of 8 frontier models show that both proprietary and open-source models complete only a small portion of these tasks. For example, Claude Sonnet 4.6 achieves only 33.3%, which exposes gaps in current AI agents. Progress on ClawBench brings us closer to AI agents that can function as general-purpose assistants.

URL PDF HTML 收藏
2604.00594 2026-07-21 cs.AI 版本更新

Agent psychometrics: Task-level performance prediction in agentic coding benchmarks

代理心理测量:在代理编码基准中的任务级性能预测

Chris Ge, Daria Kryvosheieva, Daniel Fried, Uzay Girit, Kaivalya Hariharan

机构 * Massachusetts Institute of Technology(麻省理工学院) Fulcrum Carnegie Mellon University(卡内基梅隆大学)

AI总结 本文提出了一种基于任务级性能预测的代理编码基准评估框架,结合IRT理论与任务特征,区分LLM和支架能力,以更准确预测未见基准和组合的性能。

详情
AI中文摘要

随着基于LLM的编码关注点从静态单步代码生成转向多步代理与工具环境的交互,理解哪些任务会挑战代理并为何变得越来越困难。当前实践:代理性能通常通过基准的汇总通过率来衡量,但单一数字指标掩盖了基准内任务的多样性。我们提出了一种针对代理编码领域的任务级性能预测框架。我们的方法在项目反应理论(IRT)中加入了从任务中提取的丰富特征,包括问题陈述、仓库上下文、解决方案和测试用例,并引入了将代理能力分解为LLM和支架能力组件的新型分解方法。这种参数化使我们能够跨异质 leaderboard 聚合评估数据,并准确预测未见基准以及未见LLM-支架组合的任务级性能。我们的方法对基准设计者具有实际用途,他们可以更好地校准新任务的难度,而无需运行计算成本高昂的代理评估。

英文摘要

As the focus in LLM-based coding shifts from static single-step code generation to multi-step agentic interaction with tools and environments, understanding which tasks will challenge agents and why becomes increasingly difficult. This is compounded by current practice: agent performance is typically measured by aggregate pass rates on benchmarks, but single-number metrics obscure the diversity of tasks within a benchmark. We present a framework for predicting success or failure on individual tasks tailored to the agentic coding regime. Our approach augments Item Response Theory (IRT) with rich features extracted from tasks, including issue statements, repository contexts, solutions, and test cases, and introduces a novel decomposition of agent ability into LLM and scaffold ability components. This parameterization enables us to aggregate evaluation data across heterogeneous leaderboards and accurately predict task-level performance for unseen benchmarks, as well as unseen LLM-scaffold combinations. Our methods have practical utility for benchmark designers, who can better calibrate the difficulty of their new tasks without running computationally expensive agent evaluations.

URL PDF HTML 收藏
2502.00931 2026-07-21 cs.RO cs.CV

VL-Nav: Neuro-Symbolic Reasoning-based Vision-Language Navigation

VL-Nav: 一种基于神经符号的方法用于基于推理的视觉语言导航

Yi Du, Taimeng Fu, Zhipeng Zhao, Shaoshu Su, Zitong Zhan, Qiwei Du, Zhuoqun Chen, Bowen Li, Chen Wang

机构 * Spatial AI & Robotics Lab, University at Buffalo, USA(美国布法罗大学空间人工智能与机器人实验室) Robotics Institute, Carnegie Mellon University, USA(卡内基梅隆大学机器人研究所)

AI总结 本文提出VL-Nav,一种结合神经推理与符号引导的视觉语言导航系统,通过任务规划和探索系统提升机器人在复杂环境中的导航能力,实验证明其在室内和室外场景中均取得较高成功率。

Journal ref IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2026

详情
AI中文摘要

基于复杂和抽象的人类指令导航未见过的大规模环境仍然是自主移动机器人的重大挑战。解决这一问题需要机器人推断隐含语义并高效探索大规模任务空间。然而,现有方法从端到端学习到基于基础模型的模块化架构,往往缺乏分解复杂任务或采用高效探索策略的能力,导致机器人盲目游荡或目标识别失败。为此,我们提出VL-Nav,一种神经符号(NeSy)视觉语言导航系统。该系统通过两个核心组件结合神经推理与符号引导:(1)一个NeSy任务规划器利用符号3D场景图和图像记忆系统增强视觉语言模型(VLMs)的神经推理能力以进行任务分解和重新规划;(2)一个NeSy探索系统将神经语义线索与符号启发函数结合,以高效收集任务相关信息并最小化探索过程中的冗余重复旅行。在DARPA TIAMAT挑战导航任务上验证,该系统在室内环境中的成功率为83.4%,在室外场景中为75%。VL-Nav在现实世界实验中实现了86.3%的成功率,包括一项具有挑战性的483米跑步。最后,我们通过三维多层场景验证了系统的复杂指令处理能力。

英文摘要

Navigating unseen, large-scale environments based on complex and abstract human instructions remains a formidable challenge for autonomous mobile robots. Addressing this requires robots to infer implicit semantics and efficiently explore large-scale task spaces. However, existing methods, ranging from end-to-end learning to foundation model-based modular architectures, often lack the capability to decompose complex tasks or employ efficient exploration strategies, leading to robot aimless wandering or target recognition failures. To address these limitations, we propose VL-Nav, a neuro-symbolic (NeSy) vision-language navigation system. The proposed system intertwines neural reasoning with symbolic guidance through two core components: (1) a NeSy task planner that leverages a symbolic 3D scene graph and image memory system to enhance the vision language models' (VLMs) neural reasoning capabilities for task decomposition and replanning; and (2) a NeSy exploration system that couples neural semantic cues with the symbolic heuristic function to efficiently gather the task-related information while minimizing unnecessary repeat travel during exploration. Validated on the DARPA TIAMAT Challenge navigation tasks, our system achieved an 83.4% success rate (SR) in indoor environments and 75% in outdoor scenarios. VL-Nav achieved an 86.3% SR in real-world experiments, including a challenging 483-meter run. Finally, we validate the system with complex instructions in a 3D multi-floor scenario.

URL PDF HTML 收藏
2602.21492 2026-07-21 cs.LG cs.AI cs.CL 版本更新

GradAlign: Gradient-Aligned Data Selection for LLM Reinforcement Learning

GradAlign: 用于大语言模型强化学习的梯度对齐数据选择

Ningyuan Yang, Weihua Du, Weiwei Sun, Sean Welleck, Yiming Yang

机构 * Institute for Interdisciplinary Information Sciences (IIIS), Tsinghua University(交叉信息学院(IIIS)、清华大学) Language Technologies Institute (LTI), Carnegie Mellon University(语言技术研究所(LTI)、卡内基梅隆大学)

AI总结 GradAlign通过梯度对齐数据选择方法提升大语言模型强化学习的训练稳定性与性能。

Comments 20 pages. Accepted by COLM 2026

详情
AI中文摘要

强化学习(RL)已成为大语言模型(LLMs)后训练阶段的核心范式,但其性能对训练问题的质量非常敏感。这种敏感性源于RL的非平稳性:回放是由演进的策略生成的,学习受到探索和奖励反馈的影响,不同于具有固定轨迹的监督微调(SFT)。因此,先前的工作常常依赖于人工编目或简单的启发式过滤器(例如准确性),这可能会允许错误或低效用的问题。我们提出了GradAlign,这是一种用于LLM强化学习的梯度对齐数据选择方法,它使用一个小而可信的验证集来优先选择那些策略梯度与验证梯度对齐的训练问题,从而产生一个适应性的课程。我们评估了GradAlign在三个具有挑战性的数据领域:不可靠的奖励信号、分布不平衡和低效用的训练语料库,显示GradAlign在所有情况下都优于现有基线,突显了方向梯度信号在导航非平稳策略优化中的重要性,并产生了更稳定的训练和改进的最终性能。我们在此处发布我们的实现:https://github.com/StigLidu/GradAlign

英文摘要

Reinforcement learning (RL) has become a central post-training paradigm for large language models (LLMs), but its performance is highly sensitive to the quality of training problems. This sensitivity stems from the non-stationarity of RL: rollouts are generated by an evolving policy, and learning is shaped by exploration and reward feedback, unlike supervised fine-tuning (SFT) with fixed trajectories. As a result, prior work often relies on manual curation or simple heuristic filters (e.g., accuracy), which can admit incorrect or low-utility problems. We propose GradAlign, a gradient-aligned data selection method for LLM reinforcement learning that uses a small, trusted validation set to prioritize training problems whose policy gradients align with validation gradients, yielding an adaptive curriculum. We evaluate GradAlign across three challenging data regimes: unreliable reward signals, distribution imbalance, and low-utility training corpus, showing that GradAlign consistently outperforms existing baselines, underscoring the importance of directional gradient signals in navigating non-stationary policy optimization and yielding more stable training and improved final performance. We release our implementation at https://github.com/StigLidu/GradAlign

URL PDF HTML 收藏
2601.21372 2026-07-21 cs.AI 版本更新

NEMO: Execution-Aware Optimization Modeling via Autonomous Coding Agents

NEMO: 通过自主编码代理实现执行感知的优化建模

Yang Song, Anoushka Vyas, Zirui Wei, Sina Khoshfetrat Pakazad, Henrik Ohlsson, Graham Neubig

机构 * Language Technologies Institute, School of Computer Science, Carnegie Mellon University, Pittsburgh, PA, USA(语言技术研究所,计算机科学学院,卡内基梅隆大学,匹兹堡,PA,美国)

AI总结 提出NEMO系统,利用自主编码代理将决策问题的自然语言描述转化为可执行的数学优化实现,通过执行感知的架构和协调模式实现最先进的性能。

Comments Accepted at ICML 2026

详情
AI中文摘要

我们提出NEMO,一个使用自主编码代理(ACA)将决策问题的自然语言描述转化为正式的可执行数学优化实现的系统。现有方法依赖于专门的大语言模型(LLM)或定制的任务特定代理,这些方法通常脆弱且经常生成语法无效或不可执行的代码。NEMO则将ACA视为与基于API的LLM交互类似的一等抽象;其沙盒执行保证代码从结构上可执行,并支持自动验证和修复。我们引入了新颖的协调模式,包括独立生成的优化器和模拟器实现之间的非对称验证循环、用于经验重用的外部记忆,以及通过最小贝叶斯风险(MBR)解码和自一致性增强的鲁棒性。在九个已建立的优化基准测试中,NEMO在大多数任务上取得了最先进的性能,并在多个数据集上大幅领先,展示了执行感知的代理架构在自动化优化建模中的强大能力。

英文摘要

We present NEMO, a system that translates Natural-language descriptions of decision problems into formal Executable Mathematical Optimization implementations using autonomous coding agents (ACAs). Existing approaches rely on specialized large language models (LLMs) or bespoke task-specific agents that are often brittle and frequently generate syntactically invalid or non-executable code. NEMO instead treats ACAs as a first-class abstraction analogous to API-based interaction with LLMs; their sandboxed execution guarantees code is executable by construction and supports automated validation and repair. We introduce novel coordination patterns including asymmetric validation loops between independently generated optimizer and simulator implementations, external memory for experience reuse, and robustness enhancements via minimum Bayes risk (MBR) decoding and self-consistency. Across nine established optimization benchmarks, NEMO achieves state-of-the-art performance on the majority of tasks with substantial margins on several datasets, demonstrating the power of execution-aware agentic architectures for automated optimization modeling.

URL PDF HTML 收藏
2607.16057 2026-07-20 cs.CL cs.AI 新提交

Frontier AI performance across the business disciplines: a case-grounded benchmark of knowledge work and analytical reasoning

跨商业学科的前沿人工智能性能:基于案例的知识工作和分析推理基准

Ajay Patel, Kartik Hosanagar, Ramayya Krishnan, Chris Callison-Burch, Karim Lakhani, Mitch Weiss

机构 * The Wharton School, University of Pennsylvania(宾夕法尼亚大学沃顿商学院) Carnegie Mellon University(卡内基梅隆大学) Harvard Business School, Harvard University(哈佛大学哈佛商学院)

AI总结 研究针对人工智能在白领分析性知识工作衡量上的差距,利用顶尖商学院案例教学法构建BusinessCaseBench基准,发现前沿AI模型在此基准上得分高且能力提升快,为商学院及相关职业角色带来启示。

详情
AI中文摘要

大语言模型在基准测试分数中迅速提升,但这些人工智能基准大多测试事实性回忆、狭义问答、数学问题解决、编码和代理工具使用等能力。对于白领专业人员日常进行的分析性知识工作,包括综合复杂信息、在不确定和不完整信息下做出判断、在多利益相关者环境中应用战略和对抗性思维、权衡取舍以及进行合理的结构化分析等方面的人工智能进展衡量不足。顶尖商学院采用的“案例教学法”为解决这一衡量差距提供了自然基础。我们构建了BusinessCaseBench基准,涵盖来自18个学科商业案例的数百个问题,并配有专家编写的教师案例解决方案得出的评分标准。前沿人工智能模型在BusinessCaseBench上已经能根据教师评分标准获得高分,且一个模型家族的能力在两年内有显著提升。这些结果表明人工智能在这类工作上的表现已经很高且正在迅速改善,对商学院和入门级专业角色有影响。

英文摘要

Large language models (LLMs) are improving rapidly as reflected in benchmark scores, yet these AI benchmarks largely test capabilities such as factual recall, narrow question answering, mathematical problem-solving, and coding and agentic tool-use. What remains poorly measured is AI progress on the analytical knowledge work white-collar professionals perform daily, including synthesizing complex information, exercising judgment under uncertainty and incomplete information, applying strategic and adversarial thinking in multi-stakeholder settings, weighing trade-offs, and producing defensible, structured analyses. This gap is even more pronounced for subjective components of such work, where success can be challenging to define. The "case method" form of education practiced by top business schools provides a natural foundation for addressing this measurement gap, and we construct BusinessCaseBench, a benchmark spanning hundreds of questions drawn from business cases across eighteen disciplines, each paired with a grading rubric derived from the expert-written instructor case solution. On BusinessCaseBench, frontier AI models already score highly against instructor rubrics, and capability within one model family improves substantially over two years. These results provide strong evidence that AI performance on this class of work is already high and rapidly improving, with implications for business schools, where case pedagogy trains undergraduates and MBAs in this kind of analytical reasoning, and for entry-level professional roles, where such skills have historically anchored early-career work.

URL PDF HTML 收藏
2607.15565 2026-07-20 cs.CV cs.AI cs.LG eess.IV 新提交

Ask Twice, Look Twice: Prompt Echoing Resolves the Question-First Paradox in Vision-Language Models

问两次,看两次:提示回声解决视觉语言模型中的问题优先悖论

Rakshanda Hassan Abhinandan, John Galeotti, Deva Ramanan, Gautam Rajendrakumar Gare

机构 * Carnegie Mellon University(卡内基梅隆大学)

AI总结 研究视觉语言模型中问题优先提示的悖论,发现问题前置虽能引导感知但后续答案生成阶段难关注到问题。提出问题回声方法,即在图像两侧重复问题,解决了悖论,在多基准测试中表现出色且无需训练等。

详情
AI中文摘要

在视觉语言模型(VLM)提示中,问题应置于图像之前还是之后?直觉上应在之前,因为知道问题能引导模型关注方向。然而在视觉问答基准测试中,问题优先提示始终不如前沿VLM推荐的图像优先排序,即问题优先悖论。研究发现该悖论源于VLM计算两阶段的冲突。问题前置能引导感知,但后续答案生成阶段难以关注到问题。解决方法是问题回声,即在图像两侧重复问题,一侧引导感知,另一侧供答案生成阶段读取。实验表明,回声提示解决了悖论,在多个基准测试中超越最佳单通道排序且无需训练等。

英文摘要

Where should the question go in a vision-language model (VLM) prompt: before the image or after it? Intuition says before: knowing what is asked should tell the model where to look. Yet across visual question answering benchmarks, question-first prompting consistently underperforms the image-first ordering recommended for frontier VLMs, a phenomenon we term the question-first paradox. We trace the paradox to a conflict between two stages of VLM computation. Logit-lens and attention probes show the intuition is half right: a question placed before the image genuinely steers perception, moving image patch representations toward question-relevant concepts. The failure lies downstream. Stranded behind hundreds of image tokens, the question is barely attended by the answer token, which instead commits to image-driven (often wrong) answers; a causal attention knockout confirms that the answer reads the question only when the question follows the image. The diagnosis yields a training-free fix: question echoing, restating the question on both sides of the image so that one copy steers perception while the other is read out at answer time. The same division of labor appears in a fifty-year-old finding on human ``adjunct questions'', where repeating a question before and after a passage aids comprehension more than either position alone. Echoing the image as well brings further gains, restoring the whole-image view a causal decoder otherwise loses. The paradox holds across five open VLMs, costing up to 17.5 group-accuracy points. Echoed prompts close it and surpass the best single-pass ordering on NaturalBench, POPE, Winoground, and open-ended VQAv2, by up to 19 Winoground group-accuracy points, with no training, fine-tuning, or architecture change. The paradox reveals a trade-off between steering perception and preserving question access; echoing resolves it through prompt design alone.

URL PDF HTML 收藏
2607.15532 2026-07-20 cs.AI math.OC 新提交

Logic, Optimization, and Artificial Intelligence

逻辑、优化与人工智能

J. N. Hooker

机构 * Carnegie Mellon University(卡内基梅隆大学)

AI总结 探讨逻辑与优化结合对基于规则的人工智能的贡献,综述二者合作的多个领域,介绍利用决策图等计算投影、用最优性后分析增强透明度及优化在相关编程中的作用,并指出未来研究方向。

详情
AI中文摘要

逻辑和优化相结合能为基于规则的人工智能做出重要贡献。逻辑用于编码规则库并从中推理,优化为计算推理提供强大技术。在人工智能透明度受关注的当下,它们的结合有了新意义。本文综述了逻辑 - 优化合作的几个领域,展示了如何用决策图和基于逻辑的Benders分解计算投影,描述了用最优性后分析增强透明度及优化在模理论回答集编程中的作用,并给出未来研究方向。

英文摘要

Logic and optimization can, in combination, make valuable contributions to rule-based AI. Logic is the obvious medium for encoding a rule base and drawing inferences from it, while optimization provides a powerful technology for computing inferences. Their combination has taken on new relevance amid a growing concern for transparency in AI. which is important for reproducibility, explainability, trustworthiness, and fairness. Rule-based AI provides a natural solution to transparency that is becoming increasingly practical due to today's highly advanced optimization methods. This article surveys several areas of logic-optimization partnership, including probabilistic logic, Bayesian logic, belief logics and Dempster-Shafer theory, nonmonotonic (default) logic, many-valued logics, and inference of logical formulas from noisy data based on Boolean regression. It shows how to compute projections, the fundamental problem of both logic and optimization, using decision diagrams and logic-based Benders decomposition. It describes the use of postoptimality analysis to explain how conclusions are reached, further enhancing transparency, as well as the role of optimization in answer set programming modulo theories. The paper concludes by suggesting possible future research directions.

URL PDF HTML 收藏
2606.20155 2026-07-20 cs.CV cs.CL 版本更新

NAMESAKES: Probing Identity Memorization in Text-to-Image Models

NAMESAKES: 探究文本到图像模型中的身份记忆

Morris Alper, Vasudha Varadarajan, Moran Yanuka, Angelina Wang, Hadar Averbuch-Elor

机构 * Carnegie Mellon University(卡内基梅隆大学) Tel Aviv University(特拉维夫大学) Cornell University(康奈尔大学)

AI总结 提出一种黑盒行为探针,无需参考照片或训练数据,即可区分文本到图像模型生成的图像是记忆还是虚构,并在NAMESAKES数据集上验证其有效性。

Comments Project page: https://namesakes-web.github.io

详情
AI中文摘要

文本到图像(T2I)模型在提示其姓名时,会生成某些个体的逼真肖像,这引发了隐私问题。然而,区分生成的面孔是记忆还是虚构的,目前需要真实照片、训练数据访问权限或模型内部的白盒访问,限制了适用性。我们引入了一种完全黑盒的行为探针,可以在无需参考照片或事先了解训练数据的情况下区分这两种情况。为了基准测试这一任务,我们提出了NAMESAKES数据集,包含一千多个不同知名度水平的公众人物的姓名和面孔,以及经过扰动的、知名度较低的姓名。对最先进的T2I模型的实验表明,我们的探针能够显著预测身份记忆,并将记忆的姓名与未识别的姓名区分开来,并进一步揭示了不同模型系列之间的差异。

英文摘要

Text-to-image (T2I) models generate realistic likenesses of some individuals when prompted with their names, raising privacy concerns. However, distinguishing whether a generated face is memorized or fabricated currently requires ground-truth photos, access to training data, or white-box access to model internals, limiting applicability. We introduce a fully black-box behavioral probe that distinguishes between memorized and unrecognized names, while requiring no reference photos or prior knowledge of training data. To benchmark this task, we present the NAMESAKES dataset of over one thousand names and faces of public figures spanning a wide range of fame levels, along with perturbed, less famous names. Experiments on state-of-the-art T2I models show that our probe substantially predicts identity memorization and separates memorized from unrecognized names, with further insights into differences across model families.

URL PDF HTML 收藏
2603.03751 2026-07-20 cs.RO cs.AI 版本更新

Interaction-Aware Whole-Body Control for Compliant Object Transport

具有交互意识的全身控制用于柔顺物体运输

Hao Zhang, Yves Tseng, Ding Zhao, H. Eric Tseng

机构 * Department of Electrical Engineering, the University of Texas at Arlington(电气工程系,德克萨斯大学阿灵顿分校) Department of Mechanical Engineering, Carnegie Mellon University(机械工程系,卡内基梅隆大学)

AI总结 本文提出了一种生物启发式的交互导向全身控制方法,通过分离上身交互执行与下身支撑控制,实现稳定且灵活的柔顺物体运输。

详情
AI中文摘要

在无结构环境中进行协作物体运输仍然对辅助人形机器人构成挑战,因为强且随时间变化的交互力会使以跟踪为中心的全身控制不可靠,尤其是在近距离支撑任务中。本文提出了一种生物启发式的、以交互为导向的全身控制(IO-WBC),其功能如同人工小脑——一个适应性的运动代理,将上游(技能级)命令转化为稳定的、在接触下物理上一致的全身行为。这项工作在上身交互执行和下身支撑控制之间进行了结构分离,使机器人能够在保持平衡的同时,在紧密耦合的机器人-物体系统中塑造力交换。轨迹优化的参考生成器(RG)提供了一个运动学先验,而强化学习(RL)策略则在重载交互和干扰下管理身体响应。该策略在仿真中通过随机化负载质量和外部扰动进行训练,并通过不对称教师-学生蒸馏部署,使学生仅依赖于本体感觉历史在运行时进行操作。广泛的实验表明,IO-WBC在精确速度跟踪不可行时仍能保持稳定的全身行为和物理交互,使柔顺物体运输在各种场景中得以实现。

英文摘要

Cooperative object transport in unstructured environments remains challenging for assistive humanoids because strong, time-varying interaction forces can make tracking-centric whole-body control unreliable, especially in close-contact support tasks. This paper proposes a bio-inspired, interaction-oriented whole-body control (IO-WBC) that functions as an artificial cerebellum - an adaptive motor agent that translates upstream (skill-level) commands into stable, physically consistent whole-body behavior under contact. This work structurally separates upper-body interaction execution from lower-body support control, enabling the robot to maintain balance while shaping force exchange in a tightly coupled robot-object system. A trajectory-optimized reference generator (RG) provides a kinematic prior, while a reinforcement learning (RL) policy governs body responses under heavy-load interactions and disturbances. The policy is trained in simulation with randomized payload mass/inertia and external perturbations, and deployed via asymmetric teacher-student distillation so that the student relies only on proprioceptive histories at runtime. Extensive experiments demonstrate that IO-WBC maintains stable whole-body behavior and physical interaction even when precise velocity tracking becomes infeasible, enabling compliant object transport across a wide range of scenarios.

URL PDF HTML 收藏
2510.01475 2026-07-20 eess.SY cs.LG cs.SY 版本更新

Comparative Field Deployment of Reinforcement Learning and Model Predictive Control for Residential HVAC

强化学习与模型预测控制在住宅暖通空调中的现场对比部署

Ozan Baris Mulayim, Elias N. Pergantis, Levi D. Reyes Premer, Bingqing Chen, Guannan Qu, Kevin J. Kircher, Mario Bergés

机构 * College of Engineering, Carnegie Mellon University, 5000 Forbes Ave, Pittsburgh, PA 15213, USA Wilton E. Scott Institute for Energy Innovation, Carnegie Mellon University, 5000 Forbes Ave, Pittsburgh, PA 15213, USA Center for High Performance Buildings, Purdue University, 177 S Russell St, West Lafayette, IN 47907, USA Trane Technologies, Residential R\&D Group, 6200 Troup Hwy, Tyler, TX 75707, USA Bosch Center for Artificial Intelligence

AI总结 研究对比强化学习与模型预测控制应用于住宅暖通空调的情况,通过在寒冷气候住宅中各部署一个月,对比两者节能效果、居住者舒适度及数据需求等,发现RL节能略优、部署工作量少但面临初始化等困难。

Comments 26 pages, 9 figures, 5 tables. Under review for Applied Energy

详情
AI中文摘要

模型预测控制(MPC)在住宅供暖、通风和空调(HVAC)方面相比现有控制方法有显著性能提升,但部署需大量工程工作。强化学习(RL)可能性能相当且部署更易,但其在住宅HVAC中的实际应用仍未充分展示。为此在寒冷气候下的一所住宅中分别部署一个MPC变体和一个基于模型的RL变体各一个月。控制器根据室内温度和供暖用电测量值调整空气对空气热泵的恒温器温度设定点。相对于恒定设定点运行,MPC节省了18.1%(95%置信区间:4.4%至30.9%)的天气归一化热泵能源,RL节省了20.9%(2.6%至38.3%)。MPC保持了可接受的居住者舒适度,RL使房屋更凉爽,尤其是在初始适应阶段,导致三次居住者不适报告。两种算法的数据需求相似。估计在另一所房屋中进行新部署时,RL的工程工作量比MPC少约三分之一。虽然RL减少了部署工作量,但面临安全控制器初始化以及建模与真实状态和动作空间不匹配的困难。

英文摘要

Model Predictive Control (MPC) has demonstrated significant performance improvements over today's control methods for residential Heating, Ventilation, and Air Conditioning (HVAC), but deploying MPC often requires substantial engineering effort. Reinforcement Learning (RL) may offer comparable performance with easier deployment, but its practical application for residential HVAC remains largely undemonstrated, leaving open questions related to occupant comfort and data requirements. To investigate these issues, we deployed one MPC variant and one model-based RL variant for one month each in an occupied house in a cold climate. The controllers adjusted an air-to-air heat pump's thermostat temperature setpoint based on measurements of the indoor temperature and the electric power used for heating. Relative to constant-setpoint operation, MPC saved 18.1\% (95\% confidence interval: 4.4 to 30.9\%) of weather-normalized heat pump energy and RL saved 20.9\% (2.6 to 38.3\%). MPC maintained acceptable occupant comfort. RL kept the house cooler, particularly during an initial adaptation phase, leading to three reports of occupant discomfort. The two algorithms had similar data requirements. We estimate that for a fresh deployment in another house, RL would take about one-third less engineering effort than MPC. While RL reduces deployment effort, it faces difficulties related to safe controller initialization and to mismatches between the modeled and true state and action spaces.

URL PDF HTML 收藏
2507.03223 2026-07-19 cs.AI cs.LG

SI-Agent: An Agentic Framework for Feedback-Driven Generation and Tuning of Human-Readable System Instructions for Large Language Models

SI-Agent: 一种用于反馈驱动生成和调优大型语言模型人类可读系统指令的代理框架

Jeshwanth Challagundla, Mantek Singh, Siddharth Raina, Smarth Behl, FNU Harsh, Jasmin Jarsania

机构 * University of Texas at Arlington(德克萨斯大学阿灵顿分校) Liverpool John Moores University(利物浦约翰·穆里斯大学) Carnegie Mellon University(卡内基梅隆大学)

AI总结 SI-Agent通过反馈驱动的代理框架自动生成和优化人类可读的系统指令,提升大型语言模型的可解释性和性能。

详情
AI中文摘要

系统指令(SIs),或系统提示,对于指导大型语言模型(LLMs)至关重要,但手动编写成本高且效果往往不理想。现有的自动化方法经常生成不可读的'软提示',牺牲了可解释性。本文介绍了SI-Agent,一种新的代理框架,旨在通过反馈驱动的循环自动生成并迭代优化人类可读的SIs。SI-Agent采用三个协作代理:一个指导代理、一个指令跟随代理(目标LLM)和一个反馈/奖励代理,用于评估任务性能和可选的SI可读性。该框架利用迭代循环,反馈引导指导代理的优化策略(例如基于LLM的编辑、进化算法)。我们详细描述了该框架的架构、代理角色、迭代优化过程,并将其与现有方法进行对比。我们展示了实验结果,验证了SI-Agent的有效性,重点在于任务性能、SI可读性和效率的度量。我们的发现表明,SI-Agent生成了有效且可读的SIs,在性能和可解释性之间提供了优于基线的权衡。潜在的含义包括民主化LLM定制和增强模型透明性。相关挑战包括计算成本和反馈可靠性问题。

英文摘要

System Instructions (SIs), or system prompts, are pivotal for guiding Large Language Models (LLMs) but manual crafting is resource-intensive and often suboptimal. Existing automated methods frequently generate non-human-readable "soft prompts," sacrificing interpretability. This paper introduces SI-Agent, a novel agentic framework designed to automatically generate and iteratively refine human-readable SIs through a feedback-driven loop. SI-Agent employs three collaborating agents: an Instructor Agent, an Instruction Follower Agent (target LLM), and a Feedback/Reward Agent evaluating task performance and optionally SI readability. The framework utilizes iterative cycles where feedback guides the Instructor's refinement strategy (e.g., LLM-based editing, evolutionary algorithms). We detail the framework's architecture, agent roles, the iterative refinement process, and contrast it with existing methods. We present experimental results validating SI-Agent's effectiveness, focusing on metrics for task performance, SI readability, and efficiency. Our findings indicate that SI-Agent generates effective, readable SIs, offering a favorable trade-off between performance and interpretability compared to baselines. Potential implications include democratizing LLM customization and enhancing model transparency. Challenges related to computational cost and feedback reliability are acknowledged.

URL PDF HTML 收藏
2607.14818 2026-07-17 cs.LO cs.AI 新提交

Can LLMs Build a MaxSAT Solver from Papers? The CoreForge Experience

大语言模型能否根据论文构建最大可满足性求解器?CoreForge 经验

Ruben Martins

机构 * Carnegie Mellon University(卡内基梅隆大学)

AI总结 该研究利用大语言模型从论文构建无权重 MaxSAT 求解器,采用结合论文讨论、代码实现及审核修订的迭代流程,评估特定配置,发现虽未现错误答案,但性能低于手工设计求解器,总结了相关经验教训。

详情
AI中文摘要

我们报告了 CoreForge,这是一项利用大语言模型(LLMs)从研究论文而非现有求解器代码库构建无权重最大可满足性(MaxSAT)求解器的经验。该项目聚焦于基于不可满足性的 MaxSAT 算法,遵循迭代工作流程,将与 ChatGPT 的论文讨论、通过 Codex 提示进行实现以及重复的大语言模型辅助代码审核和修订相结合。虽然代码库实现了多种算法和求解器组件,但我们的评估集中在结合核心引导优化、轻量级预处理、核心最小化、与整数线性优化后端集成以及新的核心序列前瞻方法的配置上。我们的经验表明,大语言模型可支持从论文实现求解器,但需要外部验证、基准测试和人工指导。在我们的实验中,模糊测试和 MaxSAT 评估实例在测试配置中未发现错误答案,不过性能仍低于最佳手工设计的 MaxSAT 求解器。我们总结了哪些可行、哪些仍有困难以及对未来大语言模型辅助求解器开发的经验教训。

英文摘要

We report on CoreForge, an experience in using large language models (LLMs) to build an unweighted MaxSAT solver from research papers rather than from an existing solver codebase. The project focuses on unsatisfiability-based MaxSAT algorithms and follows an iterative workflow that combines paper discussions with ChatGPT, implementation through Codex prompts, and repeated LLM-assisted code audits and revisions. Although the codebase implements several algorithms and solver components, our evaluation focuses on configurations that combine core-guided optimization, lightweight preprocessing, core minimization, integration with integer linear optimization backends, and a new core-sequence lookahead approach. Our experience suggests that LLMs can support solver implementation from papers, while requiring external validation, benchmarking, and human guidance. In our experiments, fuzzing and MaxSAT Evaluation instances did not reveal wrong answers in the tested configurations, although performance remains below the best hand-engineered MaxSAT solvers. We summarize what worked, what remained difficult, and the lessons for future LLM-assisted solver development.

URL PDF HTML 收藏
2607.14579 2026-07-17 cs.HC cs.CV 新提交

Skeleton: Visual Authoring of Non-visual Data Experiences

Skeleton:非视觉数据体验的可视化创作

Frank Elavsky, Chieri Nnadozie, Lucas Nadolskis, Patrick Carrington, Dominik Moritz

机构 * Carnegie Mellon University(卡内基梅隆大学) UC Santa Barbara(加州大学圣巴巴拉分校)

AI总结 研究非视觉数据体验可视化创作问题,提出Skeleton直接操作创作环境,含Inspector、Dimensions API等技术,经对8名从业者实地研究评估,其使导航结构可见,改变从业者可访问设计方式。

Comments 9 pages core, 2 pages acknowledgements + references, 4 pages appendices. Accepted at IEEE VIS 2026, to appear in November 2026

详情
AI中文摘要

当有视力的从业者创作可访问的数据可视化时,他们完全在代码中构建导航结构(即控制辅助技术如何遍历界面的节点、边和输入绑定),没有视觉表示。由于没有可反应的表示,从业者无法判断导航的好坏,非视觉体验的质量上限因缺乏反馈循环而受限。我们通过与制图、设计系统和开源可视化领域的从业者进行纵向协同设计来解决这个问题,并做出了三点贡献。首先,我们引入了一个将导航图渲染为交互式节点链接图的检查器和一个用数据维度而非显式图构建来表达导航的维度API。其次,我们展示了Skeleton,这是一个直接操作的创作环境,其中可访问导航结构的属性被转换为作者可以观察和操作的视觉表示。关键技术包括同时显示系统导航模型和最终用户空间体验的双视图编辑器、通过重新利用可视化渲染管道自动进行空间节点放置的脚手架引擎、具有实时屏幕阅读器输出预览的实时标签模板编辑器以及使遍历序列可视化可跟踪的测试模式。第三,我们通过对8名可视化设计、工程和研究领域的从业者进行实地研究来评估Skeleton。使导航结构可见改变了从业者参与可访问设计的方式:他们重新考虑了自己可视化的架构,关注更广泛的输入模态,并从将可访问性视为合规任务转变为将其视为设计问题。

英文摘要

When sighted practitioners author accessible data visualizations, they build navigation structures (the nodes, edges, and input bindings that govern how assistive technologies traverse an interface) entirely in code, with no visual representation. Without a representation to react to, practitioners cannot develop judgment about what makes navigation good or bad, and the quality ceiling of non-visual experiences is set by the absence of a feedback loop. We address this problem through longitudinal co-design with practitioners across cartography, design systems, and open-source visualization, and make three contributions. First, we introduce an Inspector that renders navigation graphs as interactive node-link diagrams, and a Dimensions API that expresses navigation in terms of data dimensions rather than explicit graph construction. Second we present Skeleton, a direct-manipulation authoring environment in which the properties of an accessible navigation structure are translated into visual representations authors can observe and manipulate. Key techniques include a dual-view editor that simultaneously shows the system's navigation model and the end user's spatial experience, a scaffolding engine that automates spatial node placement by repurposing a visualization rendering pipeline, a live label-template editor with real-time screen-reader-output preview, and a testing mode that makes traversal sequence visually trackable. Third, we evaluate Skeleton through an in-situ study with 8 practitioners across visualization design, engineering, and research. Making navigation structure visible changed how practitioners engaged with accessible design: they reconsidered the architecture of their own visualizations, attended to a broader range of input modalities, and shifted from treating accessibility as a compliance task to treating it as a design problem. (abstract shortened for arxiv)

URL PDF HTML 收藏
2607.14475 2026-07-17 cs.CE cs.LG 新提交

One-Shot Generative Design for Disordered Metamaterials via Self-Organizing Neural Cellular Automata

通过自组织神经细胞自动机实现无序超材料的一次性生成设计

Yujie Xiang, Liwei Wang

机构 * Department of Mechanical Engineering, Carnegie Mellon University(机械工程系,卡内基梅隆大学)

AI总结 研究针对无序超材料设计难题,提出基于神经细胞自动机的生成设计框架,仅需单个训练模板,能生成多样微观结构并适应不同域,通过操纵局部规则实现特定性能控制,在多尺度机械隐身设计中验证了其有效性,为相关领域提供了新方法。

详情
AI中文摘要

无序超材料具有内在随机性和不规则性的微观结构,能实现更广泛的性能覆盖和卓越性能。然而,设计无序微观结构比设计规则结构困难得多,目前的设计方法存在局限性。为此,我们提出基于神经细胞自动机的生成设计框架,受自然材料自组织过程启发,通过学习局部交互规则动态生长复杂微观结构。该框架仅需单个训练模板,能适应多种无序微观结构、不规则域和任意离散化。通过操纵局部规则,可生成训练中未见的微观结构,控制方向、各向异性和方向厚度。我们在多尺度机械隐身设计中验证了这一点,该设计无需复杂后处理和现有方法中常见的不兼容组装,就能实现优异的隐身性能。这种数据高效、可推广的方法为生物医学植入物和软机器人等领域提供了以前难以处理的无序材料。

英文摘要

Disordered metamaterials feature microstructures with inherent randomness and irregularity, enabling them to achieve broader property coverage and superior performance unavailable in their regular counterparts. Despite their promise, designing disordered microstructures is substantially harder than designing regular ones. Their design remains trapped between manual parameterizations with limited expressiveness, and generative AI that is data-hungry and struggles to generalize. To address these limitations, we propose a generative design framework based on Neural Cellular Automata that dynamically grows complex microstructures through learned local interaction rules, inspired by the self-organizing processes in natural materials. This framework requires only a single training template, yet accommodates diverse disordered microstructures and adapts to irregular domains and arbitrary discretizations. By manipulating the learned local rules, we can steer the growth process to generate microstructures unseen during training, providing control over orientation, anisotropy, and directional thickness without retraining. As a dynamic, local growth process, it naturally produces spatially varying microstructures that transition smoothly to enable location-specific mechanical properties. We demonstrate this in a multiscale mechanical cloaking design, where microstructures vary across the space to meet an optimized heterogeneous property distribution. Our design enables excellent cloaking performance without complicated post-processing and incompatible assembly common in existing methods. This data-efficient, generalizable approach opens access to previously intractable disordered materials for biomedical implants and soft robotics.

URL PDF HTML 收藏
2607.14346 2026-07-17 cs.LG stat.ME 新提交

Learning Who to Treat When Treatment is Missing

当治疗数据缺失时学习治疗对象

Johnna Sundberg, Rayid Ghani, Eli Ben-Michael, Edward Kennedy

机构 * Carnegie Mellon University(卡内基梅隆大学)

AI总结 研究在治疗数据缺失时的策略学习问题,通过扩展有效估计器到MAR和MCCAR数据下的策略值及CATE估计,经渐近效率分析和实验验证,证明MAR估计器更优,为从业者提供稳健策略学习工具。

详情
AI中文摘要

策略学习方法越来越多地用于在预算约束下指导治疗分配。大多数提出的方法假设治疗数据完整,但实际应用中经常存在缺失值,这可能会使估计产生偏差并导致次优策略。我们通过将平均治疗效果(ATE)估计的有效估计器扩展到随机缺失(MAR)和完全条件随机缺失(MCCAR)治疗数据下的策略值和条件平均治疗效果(CATE)估计来解决这一差距。通过渐近效率分析,我们证明了利用部分观测单元的MAR估计器在MCCAR假设成立时既有效又比MCCAR估计器更有效。我们使用合成和半合成数据集进行的综合实验证实,正确指定缺失机制至关重要:错误指定的估计器无论样本量如何都会存在偏差,而我们的估计器在假设满足时可实现接近最优的性能。我们的工作为从业者提供了理论基础扎实、经实证验证的工具,用于在存在缺失治疗数据的情况下进行稳健的策略学习。

英文摘要

Policy learning methods are increasingly used to inform treatment allocation under budget constraints. Most proposed methods assume complete treatment data, yet applications frequently suffer from missingness that can bias estimates and lead to suboptimal policies. We address this gap by extending efficient estimators for average treatment effect (ATE) estimation to policy value and conditional average treatment effect (CATE) estimation under missing at random (MAR) and missing completely conditionally at random (MCCAR) treatment data. Through asymptotic efficiency analysis, we prove that the MAR estimator, which leverages partially-observed units, is both valid and more efficient than the MCCAR estimator when MCCAR assumptions hold. This result provides formal justification for preferring MAR-based estimation in policy learning under both missing data settings. Our comprehensive experiments using synthetic and semi-synthetic datasets confirm that correctly specifying the missingness mechanism is crucial: misspecified estimators remain biased regardless of sample size, while our estimators achieve near-oracle performance when assumptions are satisfied. Our work provides practitioners with theoretically grounded, empirically validated tools for robust policy learning in the presence of missing treatment data.

URL PDF HTML 收藏
2607.14240 2026-07-17 cs.AI 新提交

Align AI to Dynamic Human-AI Workflows

将人工智能与动态人机工作流程对齐

Valerie Chen, Cleotilde Gonzalez, Anita Williams Woolley, Michael Lee, Tongshuang Wu, Vincent Conitzer, Aarti Singh

机构 * Carnegie Mellon University(卡内基梅隆大学) University of California Irvine(加州大学欧文分校)

AI总结 研究现实世界中人类与人工智能交互的动态本质,主张从静态模拟对齐转向交互式互补对齐,通过对比现有对齐与轨迹级视图形式化差距,借鉴多学科见解指出挑战,最后概述开发与人类交互对齐的人工智能系统的研究议程。

详情
AI中文摘要

当前的对齐方法通常侧重于使用人类偏好的静态表示来模拟人类行为,未能捕捉现实世界中人类与人工智能交互的动态、上下文相关的本质。本文主张从静态和模拟对齐转向交互式和互补对齐,偏好通过交互产生,对齐不仅仅由满足偏好来定义。首先通过将现有对齐与轨迹级视图对比来形式化这一差距,其中人类和模型行为随时间共同演变。由于现有机器学习公式未充分捕捉这些交互动态,我们基于跨学科研讨会的见解来阐述这一观点。借鉴人类协作的社会科学描述,指出人机系统放大了这些动态,带来新的不对称性和协调挑战。最后概述了一个研究议程,以开发在交互中与人类对齐的人工智能系统,这需要机器学习与社会和决策科学的跨学科综合。

英文摘要

Current alignment approaches typically focus on emulating human behavior using static representations of human preferences, failing to capture the dynamic, context-dependent nature of real-world human-AI interactions. In this paper, we argue for a shift from static and emulative to interactive and complementary alignment, where preferences emerge through interaction and alignment is defined not by satisfying preferences alone. We first formalize this gap by contrasting existing alignment with a trajectory-level view in which human and model behavior co-evolve over time. Because these interaction dynamics have not been adequately captured within existing ML formulations, we ground this perspective in insights from an interdisciplinary workshop. We draw on lessons from social-science accounts of human-human collaboration and then argue that human-AI systems amplify these dynamics, introducing new asymmetries that make reasoning about uncertainty harder and introduce new coordination challenges. Based on these lessons and new challenges, we conclude by outlining a research agenda for developing AI systems that align with humans in interaction, requiring an interdisciplinary synthesis of machine learning and the social and decision sciences.

URL PDF HTML 收藏
2607.14293 2026-07-17 quant-ph cs.LG 新提交

Real-Time Detection of Charge Jumps in Superconducting Qubits with a Convolutional Neural Network

用卷积神经网络实时检测超导量子比特中的电荷跳跃

Daniel Gaytan-Villarreal, Peter Meiring, Daniel Baxter, Daniel Bowring, Grace Bratrud, Matteo Cremonesi, Giuseppe Di Guglielmo, Grace Wagner, Bowen Xiao

机构 * Department of Physics, Carnegie Mellon University, Pittsburgh, PA 15213, USA Quantum Division, Fermi National Accelerator Laboratory, Batavia, IL 60510, USA Department of Physics \& Astronomy, Northwestern University, Evanston, IL 60208, USA Fermi National Accelerator Laboratory, Batavia, IL 60510, USA

AI总结 研究超导量子比特中电荷跳跃检测问题,提出基于扩张因果卷积神经网络的在线探测器,经训练和量化后在特定平台达到低延迟,检测效率与离线算法匹配且无需超参数调整,推动电荷跳跃检测用于量子计算误差缓解等。

详情
AI中文摘要

宇宙射线和伽马射线的电离辐射会在超导量子比特的环境电荷中诱发不连续跳跃(电荷跳跃),引发相关误差,对容错量子计算构成挑战,同时为量子传感应用提供检测特征。当前检测方法离线运行,引入了与回路量子比特控制不兼容的延迟。本文提出一种基于扩张因果卷积神经网络(DCCNN)的超导量子比特电荷跳跃在线探测器,该网络在费米实验室西北实验地下站点(NEXUS)测量的量子比特模板生成的合成拉姆齐断层扫描上进行训练,并通过hls4ml以ap_fixed<16,6>量化转换为FPGA固件,在Zynq UltraScale+ RFSoC ZCU216上达到每次推理延迟6.19微秒。在该工作点,DCCNN与既定的离线χ²算法检测效率匹配(在|Δq|∈[0.1,0.5]e且误报率匹配时,分别为0.843±0.022和0.866±0.020),且无需每个量子比特的超参数调整。这将电荷跳跃检测从事后诊断转变为控制回路原语,实现了对辐射诱发事件的原位自适应协议,可应用于量子计算误差缓解以及将超导量子比特用作粒子探测器。

英文摘要

Ionizing radiation from cosmic rays and gammas can induce discontinuous jumps in the environmental charge of superconducting qubits (charge jumps), causing correlated errors that challenge fault-tolerant quantum computing while simultaneously providing a detection signature for quantum sensing applications. Current detection methods operate offline, introducing latency incompatible with in-the-loop qubit control. In this paper, an online detector of charge jumps for superconducting qubits, based on a dilated causal convolutional neural network (DCCNN) designed for in-the-loop deployment on the Quantum Instrumentation Control Kit (QICK) platform, is presented. The network is trained on synthetic Ramsey tomography scans generated from qubit templates measured at the Northwestern Experimental Underground Site (NEXUS) at Fermilab, and translated to FPGA firmware via hls4ml with ap_fixed$\langle 16,6 \rangle$ quantization, reaching a per-inference latency of $6.19 μ$s on the Zynq UltraScale+ RFSoC ZCU216. At this operating point the DCCNN matches the detection efficiency of the established offline $χ^2$ algorithm ($0.843 \pm 0.022$ vs. $0.866 \pm 0.020$ on $|Δq| \in [0.1, 0.5] e$ at matched false-positive rate), while requiring no per-qubit hyperparameter tuning. This shifts charge-jump detection from a post-hoc diagnostic to a control-loop primitive, enabling adaptive protocols that respond to radiation-induced events in situ, with applications to quantum-computing error mitigation and to the use of superconducting qubits as particle detectors.

URL PDF HTML 收藏