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

高校专区

University of California, Berkeley(加州大学伯克利分校)

至 收录 1855
2607.17601 2026-07-21 cs.LG cs.AI 新提交

Trustworthy Protein-Ligand Binding Affinity Prediction via Reliability-Aware Multi-Engine Fusion

通过可靠性感知多引擎融合实现可靠的蛋白质-配体结合亲和力预测

Yongchan Hong, Defu Cao, Wenjin Liu, Thomas Ku, Jordy Homing Lam, Emily Nguyen, Willie Neiswanger, Vsevolod Katritch, Yan Liu

机构 * University of Southern California(南加州大学) University of California, Berkeley(加州大学伯克利分校)

AI总结 研究针对蛋白质-配体结合亲和力预测中引擎结果不一致问题,提出RELIABLE-BA框架,通过三步实现多引擎预测,经实验验证其能提升预测竞争力和不确定性校准,可筛选高置信对减少误差,是首个结合证据融合与上下文可靠性的预测框架。

详情
AI中文摘要

准确的蛋白质-配体结合亲和力预测是计算药物发现的核心,但现代对接引擎常常给出不一致的结果且无置信度指示。共识评分和集成方法虽提高了平均准确率,但未考虑化学背景。为此提出RELIABLE-BA框架,通过三步实现多引擎结合亲和力预测:将各引擎建模为证据专家,根据分子背景缩放认知不确定性并保留预测均值,通过闭式聚合融合专家。实验表明该方法有竞争力且不确定性校准显著改善,能可靠筛选蛋白质-配体对,减少预测误差。这也是首个将证据融合与上下文相关可靠性结合的多引擎预测框架,为可信AI指导药物发现提供了原则性路径。

英文摘要

Accurate protein-ligand binding affinity prediction is central to computational drug discovery, yet modern docking engines frequently disagree without indicating which prediction to trust. Consensus scoring and ensemble methods improve mean accuracy but treat all predictions identically without interpretable confidence measures or uncertainty decomposition, ignoring the chemical context of each protein-ligand pair. To address this limitation, we introduce RELIABLE-BA (RELIABiLity-aware Evidential fusion for Binding Affinity), an evidential framework for multi-engine binding affinity prediction. Our model comprises three steps: (1) modeling each engine as an evidential expert via Normal-Inverse-Gamma distributions, (2) scaling epistemic uncertainty through learned reliability from molecular context while preserving each expert's predictive mean, and (3) fusing experts through closed-form aggregation that captures both individual uncertainty and inter-engine disagreement. Experiments on the PDBBind and BDB2020+ benchmarks demonstrate competitive point prediction with substantially improved uncertainty calibration, and additional validation on the SARS-CoV-2 Mpro dataset and 5HT2A receptor demonstrates applicability to clinically relevant drug targets. Crucially, these uncertainty estimates enable reliable filtering of protein-ligand pairs, reducing prediction error by up to 25% when retaining only high-confidence pairs. To our knowledge, RELIABLE-BA is the first multi-engine binding affinity prediction framework to combine evidential fusion with context-dependent reliability, offering a principled path toward trustworthy AI-guided drug discovery. Our code is publicly available at https://github.com/yongchand/RELIABLE-BA.

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

MIS-HCC: Hierarchical Channel Clustering for Efficient Medical Image Segmentation

MIS-HCC:用于高效医学图像分割的分层通道聚类

Bo Zhao, Haoran Yu, Lifei Liu, Zongcheng Chu, Yining Liu, Chang Liu, Szu-Yu Chen, Zequn Xie

机构 * Yale University(耶鲁大学) University of Florida(佛罗里达大学) Wichita State University(威奇托州立大学) Purdue University(普渡大学) University of California, Berkeley(加利福尼亚大学伯克利分校) Institute of Computing Technology, Chinese Academy of Sciences(中国科学院计算技术研究所) Stevens Institute of Technology(史蒂文斯理工学院) Zhejiang University(浙江大学)

AI总结 针对医学图像分割模型在资源受限平台部署的挑战,提出分层聚类压缩方法MIS-HCC,利用瓦瑟斯坦距离表示通道相似性形成矩阵指导聚类,融合通道生成压缩网络,实验证明其在精度和压缩效率上优于现有方法。

详情
AI中文摘要

医学图像分割模型需要高精度和轻量级设计以适应实际医学应用。由于其高计算和参数要求,在资源有限的医学平台上部署这些模型仍然是一项重大挑战。现有的模型压缩剪枝方法大多忽略了复杂深度神经网络内部结构之间的内在联系和相似性。因此,压缩模型可能无法有效保留预训练网络的基本特征。为解决此问题,我们提出了一种用于医学图像分割模型的分层聚类压缩方法(MIS-HCC)。该方法采用分层聚类对通道进行划分并有效融合其参数。具体而言,它利用瓦瑟斯坦距离来表示预训练网络各层内通道的相似性,形成一个指导聚类过程的相似性矩阵。然后将每个聚类中的通道融合以生成压缩网络。在三个医学图像数据集上的实验结果表明,MIS-HCC在准确性和压缩效率方面均优于现有方法,为在资源有限的医学平台上部署医学图像分割模型提供了有效解决方案。

英文摘要

Medical image segmentation models require both high accuracy and lightweight design to accommodate real-world medical applications. The deployment of these models on resource-limited medical platforms remains a significant challenge due to their high computational and parameter requirements. Existing pruning methods for model compression mostly overlook the intrinsic connections and similarity between the internal structures of complex deep neural networks. As a result, compressed models may not effectively retain the basic features of the pretrained network. To solve this problem, we propose a hierarchical clustering compression method for medical image segmentation models (MIS-HCC). This approach employs hierarchical clustering to partition channels and fuse their parameters efficiently. Specifically, it leverages the Wasserstein distance to represent similarity of channels within layers of pre-trained network, forming a similarity matrix that guides the clustering process. Channels within each cluster are then fused to produce a compressed network. Experimental results on three medical image datasets application demonstrate that MIS-HCC outperforms the state-of-the-art methods in both accuracy and compression efficiency, offering an effective solution for deploying medical image segmentation models on resource-limited medical platforms.

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

Explaining and Tuning Transformer-based LLMs in Arithmetic Tasks with Human Strategies

用人类策略解释和调整基于Transformer的语言模型在算术任务中的表现

Luyu Qiu, Jianing Li, Hwanhee Kim, Xiaoyong Wei, Yueyuan Zheng, Janet Hsiao, Lei Chen

机构 * The Hong Kong University of Science and Technology(香港科技大学) The Hong Kong Polytechnic University(香港理工大学) University of California, Berkeley(加州大学伯克利分校)

AI总结 研究基于Transformer的语言模型在算术任务中的表现,通过分解任务、分析损失收敛等,应用人类策略和方法提升其性能,并经多种验证展示有效性,探索其与人类学习者相似性以增强关键应用中的信任。

详情
AI中文摘要

基于Transformer的大型语言模型(LLMs)在各种自然语言处理任务中持续取得领先性能。然而,它们在基本算术等看似简单的问题上表现不佳,引发了对模型可靠性、安全性和道德部署的担忧。本研究表明,使用对人类学习者有效的方法可以提高在整数算术任务上训练的普通Transformer模型的性能。首先将算术任务分解为明确的子任务,并对每个子任务进行损失收敛阶分析和消融研究。发现LLMs呈现出与人类学习者相似的学习模式,简单子任务学习速度更快。此外,应用解决问题策略和认知强化方法提高了LLMs的准确性,这表明基于Transformer的LLMs在算术中可能与人类学习者共享认知过程。最后通过显著的准确性改进实验、可视化验证和基于解释的分析全面展示了方法的有效性,探索了基于Transformer的LLMs与人类学习者之间潜在的相似性,增强了对LLMs在关键和高风险应用中的信任。

英文摘要

Transformer-based large language models (LLMs) continue to achieve state-of-the-art performance across various natural language processing tasks. However, their subpar performance on seemingly elementary problems, such as basic arithmetic, raises concerns about model reliability, safety, and ethical deployment. In this study, we demonstrate that the performance of a vanilla Transformer model trained on integer arithmetic tasks can be improved using methods effective for human learners. We begin by decomposing the arithmetic task into well-defined subtasks and conducting loss convergence order analysis together with ablation studies for each subtask. Our findings reveal that LLMs exhibit learning patterns similar to those of human learners, with a faster learning speed for simpler subtasks compared to more complex ones. In addition, we successfully improved the accuracy of LLMs by applying problem-solving strategies and cognitive empowerment methods shown to enhance the performance of human learners. This suggests that transformer-based LLMs may share cognitive processes with human learners in arithmetic. Lastly, we provide a comprehensive demonstration of our method's effectiveness, including significant accuracy improvement experiments, visualization verification, and explanation-based analysis to illuminate the intricacies of LLMs in arithmetic learning. In general, this work explores the potential similarities between transformer-based LLMs and human learners, supported by explainable AI (XAI) verifications, ultimately fostering trust in LLMs for critical and high-stakes applications.

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

DROID-ANCHOR: Odometry-Anchored Recurrent Metric Depth Estimation

DROID-ANCHOR:基于里程计锚定的循环度量深度估计

Yuxuan Chen, Brook Du

机构 * UC Berkeley(加州大学伯克利分校)

AI总结 研究针对单目系统尺度问题,提出Metric-DROID架构,通过集成里程计,利用LSTM更新算子、不确定性感知度量后端及选择性残差微调策略,实现视觉SLAM与物理现实锚定,有效解决尺度模糊等问题。

详情
AI中文摘要

精确的度量深度估计对自主机器人导航至关重要,但单目系统存在尺度模糊和尺度漂移问题。尽管基于循环流的SLAM系统具有很强的鲁棒性,但仍存在尺度模糊。本文提出Metric-DROID,一种通过集成本体感受里程计将视觉SLAM锚定到物理现实的端到端循环架构。该框架有以下创新:一是LSTM更新算子,将高频里程计序列编码到空间特征图中;二是不确定性感知度量后端,将里程计视为具有学习到的异方差协方差的几何锚;三是选择性残差微调策略,既能保留预训练几何先验又能实现零射击度量对齐。

英文摘要

Precise metric depth estimation is fundamental for autonomous robot navigation, yet monocular systems inherently suffer from scale ambiguity and scale drift. While recent recurrent flow-based SLAM systems have demonstrated state-of-the-art robustness, they remain scale-ambiguous. In this paper, we propose Metric-DROID, an end-to-end recurrent architecture that anchors visual SLAM to physical reality by integrating proprioceptive odometry. Our framework introduces the following innovations: (1) A LSTM Update Operator that encodes high-frequency odometry sequences into spatial feature maps, providing a persistent metric bias for iterative refinement. (2) An Uncertainty-Aware Metric Backend ($BA_{odom}$) that treats odometry as a geometric anchor with learned heteroscedastic covariance. By regressing a time-varying metric uncertainty $Σ_{o}$, our system intelligently balances visual re-projection and metric translation residuals, effectively mitigating the impact of wheel-slip and sensor noise. (3) We further propose a selective residual fine-tuning strategy to preserve pre-trained geometric priors while enabling zero-shot metric alignment.

URL PDF HTML 收藏
2607.16555 2026-07-21 cs.AR cs.AI 新提交

Mitigating Compiler Fusion-Induced Power Bursts in Mobile NPU Inference as the Battery Depletes

在移动NPU推理中减轻随着电池电量耗尽由编译器融合引起的功率突发

Ryoga Yuzawa, Masayoshi Tomizuka

机构 * UC Berkeley(加州大学伯克利分校) Sony(索尼公司)

AI总结 研究移动设备低电压下NPU推理因编译器融合致功率突发问题,提出测量引导的预编译图重写方法,可减少峰值电流、降低延迟开销、保持稳定延迟并偏移DVFS裕度。

Comments 16 pages, 6 figures

详情
AI中文摘要

移动设备越来越依赖实时NPU推理处理相机和感知工作负载。然而,在低电压条件下,单次推理会在供电网络中引起瞬时电压降,导致电源管理集成电路调用动态电压和频率缩放(DVFS)并增加延迟。我们对一款商用智能手机上的这种影响进行了测量研究。我们发现移动NPU编译器中的激进算子融合会创建单片超层,其集中执行会产生大的峰值电流突发。这些突发会使DVFS启动电压向上移动并减小低电压工作裕度。我们进一步评估了一种实用的黑盒缓解方法:一种测量引导的预编译图重写,在选定的峰均功率比热点处插入屏障,以防止供应商NPU编译器中有害的超层合并。在骁龙8 Gen 3上,对于分辨率为768 x 768的ImageNet-1k上的MobileNetV4,该方法将峰值电流从3.12 A降至1.94 A,延迟开销为3.76%,在更低电压状态下保持稳定延迟,并使推断的DVFS裕度偏移约173 mV。

英文摘要

Mobile devices increasingly rely on real-time NPU inference for camera and perception workloads. Under low-voltage conditions, however, a single inference can induce an instantaneous voltage droop in the power-delivery network, causing the power management integrated circuit to invoke dynamic voltage and frequency scaling (DVFS) and increase latency. We present a measurement study of this effect on a commercial smartphone. We show that aggressive operator fusion in a mobile NPU compiler can create monolithic superlayers whose concentrated execution produces large peak-current bursts. These bursts shift the DVFS-onset voltage upward and reduce the low-voltage operating margin. We further evaluate a practical black-box mitigation: a measurement-guided, pre-compilation graph rewrite that inserts barriers at selected peak-to-average power ratio hot spots to prevent harmful superlayer merging in the vendor NPU compiler. On Snapdragon 8 Gen 3 with MobileNetV4 at 768 x 768 resolution on ImageNet-1k, this method reduces peak current from 3.12 A to 1.94 A with 3.76% latency overhead, preserves stable latency deeper into the low-voltage regime, and shifts the inferred DVFS margin by approximately 173 mV.

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

Fantastic Adaptive Taxonomies and How to Use Them

奇妙的自适应分类法及其使用方法

Mert Cemri, Andrei Cojocaru, Melissa Pan, Shu Liu, Shubham Agarwal, Alexander Krentsel, Jay Tang, Kannan Ramchandran, Joseph E. Gonzalez, Matei Zaharia, Alex Dimakis, Ion Stoica

机构 * University of California, Berkeley(加州大学伯克利分校) Apple(苹果公司) Bespoke Labs(Bespoke实验室)

AI总结 研究智能体系统失败反馈问题,提出AdaMAST方法将轨迹转换为自适应失败分类法,该分类法能作为共享反馈接口,在智能体系统搜索、运行时及轨迹选择等方面改进智能体,提升准确率和分辨率。

详情
AI中文摘要

智能体系统的执行轨迹记录了其失败方式,一些在不改变模型权重的情况下改进该系统的过程(轨迹选择、提示和工作流程优化、运行时监控)会读取这些轨迹以获取反馈。然而原始轨迹并非积累反馈的良好媒介,它们冗长、特定于实例且缺乏用于反复出现的失败的稳定词汇表。我们认为智能体系统应维护一个由自身行为诱导的、关于其失败方式的明确表示,且在需要失败反馈的任何地方都可复用。AdaMAST通过将目标系统的轨迹转换为紧凑的、基于证据的失败分类法来构建这种表示:沿三个固定轴(系统级、特定角色和特定领域)组织的命名失败代码,每个名称、定义和证据模式均由轨迹诱导;无需人工编写代码,也无需人工注释轨迹。该分类法不仅是事后诊断,还是一个共享反馈接口,从三个方面改进智能体。在智能体系统搜索中,对失败候选者的分类法编码诊断在我们测试的所有五个基准上均优于自由形式的反思。在运行时,分类法反馈将SWE智能体在SWE基准验证迷你版上的分辨率从自由文本反思时的60%提高到70%,并将Claude代码作为运行时技能从64.0%提高到70.7%。在轨迹选择中,基于诱导代码构建的验证器AdaMAST-Judge在终端基准2.0上的最佳5准确率比Pass@1提高了8 - 15分。该词汇表本身紧凑(数量级压缩,保留轨迹差异)、忠实于人类(比手工制作的参考词汇表更紧密地匹配专家失败注释)且自适应(为不同领域诱导的分类法共享的代码很少)。自适应失败分类法闭合了智能体产生的轨迹与改进它们的过程之间的循环。

英文摘要

An agent system's execution traces record how it fails, and procedures that improve such a system without changing model weights (trajectory selection, prompt and workflow optimization, runtime monitoring) read these traces for feedback. Yet raw traces are a poor medium for accumulating that feedback: long, instance-specific, and lacking a stable vocabulary for recurring failures. We argue that an agent system should instead maintain an explicit representation of how it fails, induced from its own behavior and reusable wherever failure feedback is needed. AdaMAST builds this representation by converting a target system's traces into a compact, evidence-grounded failure taxonomy: named failure codes organized along three fixed axes (system-level, role-specific, and domain-specific), with every name, definition, and evidence pattern induced from the traces; no code is hand-authored, no trace human-annotated. The taxonomy is not merely a post-hoc diagnostic but a shared feedback interface, improving agents in three ways. In agent-system search, taxonomy-coded diagnoses of failed candidates outperform free-form reflection on all five benchmarks we test. At runtime, taxonomy feedback raises SWE-agent's resolution on SWE-bench Verified Mini from 60% with free-text reflection to 70%, and improves Claude Code from 64.0% to 70.7% as a runtime skill. In trajectory selection, AdaMAST-Judge, a verifier built on the induced codes, improves best-of-5 accuracy on Terminal-Bench 2.0 by 8-15 points over Pass@1. The vocabulary itself is compact (an order-of-magnitude compression that preserves trace distinctions), human-faithful (matching expert failure annotations more closely than a hand-crafted reference vocabulary), and adaptive (taxonomies induced for different domains share few codes). Adaptive failure taxonomies close the loop between the traces agents produce and the procedures that improve them.

URL PDF HTML 收藏
2607.16239 2026-07-21 cs.LG stat.AP 新提交

BACON: Budgeted Human Calibration for Modeling and Evaluation with Multiple AI Judges

BACON:用于多人工智能评判器建模与评估的预算人类校准

Lei Shi, Anlan Zhang, Rita Lyu, Zhengmian Hu, Tong Yu, David Arbour, Avi Feller, Saayan Mitra, Ritwik Sinha

机构 * Adobe Research(Adobe研究院) University of California, Berkeley(加州大学伯克利分校)

AI总结 研究针对人工智能评判器输出有偏差等问题,提出BACON四阶段流程,结合预算人类校准与多人工智能评判器输出。通过构建辅助特征、收集人类标签训练模型,实现总体指标估计和个体级替代评分,提高了预测准确性等,提供实用评估框架。

详情
AI中文摘要

人工智能评判器为人工评估提供了一种可扩展、低成本的替代方案,但其输出可能存在相对于人类偏好的偏差,且高度依赖项目,在评判器、任务和领域之间存在差异。当未校准的人工智能评估用于模型排名、项目评分或总体质量报告时,这些偏差会直接扭曲下游决策。我们提出了BACON,这是一个四阶段的流程,将预算人类校准与多个人工智能评判器的输出相结合,以产生更准确的注释。BACON为每个项目构建全覆盖的辅助特征,包括多评判器分数、令牌级不确定性统计和上下文嵌入。然后,它为一个小的采样子集收集人类标签,并训练一个交叉拟合的结果模型,以生成校准后的项目级替代预测。这些预测支持两个用例:使用具有有效置信区间的增强估计方程估计器对总体指标(如均值或分位数)进行总体估计;以及用于项目排名和注释的个体级替代评分。BACON将人工智能评判器视为辅助测量而非地面真值:人类标签提供校准锚点,而人工智能衍生的信号提高效率。在不同的任务、领域和标注预算中,BACON提高了预测准确性和排名一致性,并相对于原始人工智能输出和基于纯人类标签的方法减少了偏差和方差。这些结果表明,BACON为有限人工注释的可扩展评估提供了一个实用的、基于统计的框架。

英文摘要

AI judges offer a scalable, low-cost alternative to human evaluation, but their outputs can be biased relative to human preferences and highly item-dependent, varying across judges, tasks, and domains. When uncalibrated AI evaluations are used for model ranking, item scoring, or population-level quality reporting, these biases can directly distort downstream decisions. We propose BACON, a four-stage pipeline that combines budgeted human calibration with multiple AI-judge outputs to produce more accurate annotations. BACON constructs full-coverage auxiliary features for every item, including multi-judge scores, token-level uncertainty statistics, and contextual embeddings. It then collects human labels for a small sampled subset and trains a cross-fitted outcome model to generate calibrated item-level surrogate predictions. These predictions support two use cases: population-level estimation of summary metrics, such as means or quantiles, using an augmented estimating-equation estimator with valid confidence intervals; and individual-level surrogate scoring for item ranking and annotation. BACON treats AI judges as auxiliary measurements rather than ground truth: human labels provide the calibration anchor, while AI-derived signals improve efficiency. Across diverse tasks, domains, and labeling budgets, BACON improves predictive accuracy and ranking consistency, and reduces bias and variance relative to raw AI outputs and purely human-label-based methods. These results show that BACON offers a practical, statistically grounded framework for scalable evaluation with limited human annotation.

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

Autoregressive Modeling of Film with Applications in Video Montage

电影的自回归建模及其在视频蒙太奇中的应用

Marcelo Sandoval-Castañeda, Fabian Caba Heilbron, Shiry Ginosar, Bryan Russell, Josef Sivic, Alexei A. Efros, Greg Shakhnarovich

机构 * TTI-Chicago(芝加哥丰田理工学院) Adobe(奥多比公司) Czech Institute of Informatics, Robotics and Cybernetics, Czech Technical University(捷克技术大学捷克信息学、机器人学与控制论研究所) UC Berkeley(加州大学伯克利分校)

AI总结 研究针对视频蒙太奇挑战,提出FilmGPT自回归Transformer,通过在电影语料库训练捕捉电影“语法”,推理时用镜头约束解码算法选最佳镜头,在镜头预测和电影编辑任务中表现出色,还适用于多种视频蒙太奇应用。

详情
AI中文摘要

本文介绍了FilmGPT,一种自回归Transformer,旨在应对视频蒙太奇挑战,即将原始的、“不可观看”的镜头集合转变为连贯的电影序列。受现代语言模型语言学习启发,在大量电影语料库上训练长上下文自回归Transformer,直接从数据而非手工编码规则中隐式捕捉电影“语法”。推理时引入镜头约束解码算法,根据从电影中学到的统计模式从输入原始镜头中选择最佳下一个镜头。在镜头序列排序标准基准上用FilmGPT自回归模型进行下一个镜头预测,优于先前技术水平。通过用户研究在完整电影编辑任务上评估镜头约束解码算法,基于FilmGPT的编辑显著优于先前方法。最后展示了FilmGPT在视频蒙太奇广泛应用中的适用性。

英文摘要

This work introduces FilmGPT, an autoregressive transformer designed to address the challenge of video montage--turning a collection of raw, "unwatchable" footage into coherent cinematic sequences. Inspired by language learning in modern LLMs, we train a long-context autoregressive transformer on a large corpus of movies. The aim is to implicitly capture the "grammar" of film directly from data rather than from hand-coded rules. Unlike other generative models, FilmGPT does not generate any new video frames. Instead, at inference time, we introduce a footage-constrained decoding algorithm to select the best next shot from the input raw footage according to the statistical patterns learned from films. We first evaluate these learned statistics directly by using the FilmGPT autoregressive model for next shot prediction on a standard benchmark of shot sequence ordering, outperforming the previous state of the art. We then evaluate our footage-constrained decoding algorithm on the full film editing task via a user study, and find that our FilmGPT-based editing significantly outperforms previous approaches. Finally, we demonstrate the applicability of FilmGPT to a wide range of applications in video montage, from automatic video segment trimming to human-in-the-loop film editing.

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

CyberGym-E2E: Scalable Real-World Benchmark for AI Agents' End-to-End Cybersecurity Capabilities

CyberGym-E2E:面向AI代理端到端网络安全能力的可扩展真实世界基准

Tianneng Shi, Robin Rheem, Dongwei Jiang, Mona Wang, Francisco De La Riega, Zhun Wang, Jingzhi Jiang, Alexander Cheung, Sean Tai, Jonah Cha, Jianhong Tu, Gabriel Han, Chenguang Wang, Jingxuan He, Wenbo Guo, Dawn Song

机构 * Stanford University(斯坦福大学) UC Berkeley(加州大学伯克利分校)

AI总结 提出CyberGym-E2E,一个大规模、真实的端到端网络安全基准,通过自动化流水线将开源漏洞数据转化为评估环境,全面评估AI代理在漏洞发现、PoC生成和补丁生成全生命周期中的能力。

Comments ICML 2026

详情
AI中文摘要

人工智能有潜力通过使系统能够自主检测、分析和修复软件漏洞来改变网络安全。然而,现有对AI系统的网络安全评估在规模或范围上有限,未能捕捉真实世界软件漏洞发现和修复的端到端生命周期。为了解决这一差距,我们提出了CyberGym-E2E,一个大规模、真实的端到端网络安全基准,全面评估AI代理在漏洞发现、PoC生成和补丁生成整个生命周期中的能力。CyberGym-E2E全面且可扩展,因为我们构建了一个自动化的、代理增强的流水线,用于将开源漏洞数据转化为真实的评估环境。目前,该基准包含139个不同开源项目中的920个真实世界漏洞。

英文摘要

AI has the potential to transform cybersecurity by enabling systems that can autonomously detect, analyze, and remediate software vulnerabilities. However, existing cybersecurity evaluations of AI systems are limited in scale or scope, and fail to capture the end-to-end lifecycle of real-world software vulnerability discovery and remediation. To address this gap, we propose CyberGym-E2E, a large-scale and realistic end-to-end cybersecurity benchmark that comprehensively evaluates AI agents' abilities across the full lifecycle of vulnerability discovery, PoC generation, and patch generation. CyberGym-E2E is comprehensive and scalable, as we build an automated, agent-enhanced pipeline for transforming open-source vulnerability data into realistic evaluation environments. Currently, the benchmark consists of 920 real-world vulnerabilities across 139 different open-source projects.

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

A Systematic Investigation of RL-Jailbreaking in LLMs

LLMs中RL越狱的系统性研究

Montaser Mohammedalamen, Kevin Roice, Reginald McLean, Alyssa Lefaivre Škopac

机构 * University of California, Berkeley(加州大学伯克利分校)

AI总结 本文首次系统分解RL越狱框架,通过分析奖励函数、动作空间、回合长度等环境形式化因素和算法措施,发现密集奖励和延长回合长度是越狱成功的主要驱动因素,并提供了提升RL越狱效率及强化模型防御的工具。

Comments Warning: This paper may contain unfiltered and potentially offensive jailbreaking examples. Accepted at the Second Workshop on Agents in the Wild: Safety, Security, and Beyond (AIWILD) at ICML 2026

详情
AI中文摘要

生成模型从下一个词预测器演变为复杂系统的自主引擎,这要求严格的安全加固。对抗性越狱,即通过策略性操纵模型以产生有害输出,仍然是安全部署的主要威胁。虽然强化学习(RL)通过顺序优化将越狱视为多步攻击,但对该框架为何成功的机制理解仍不完整。为填补这一空白,我们首次对RL越狱进行了系统分解。我们将框架解构为问题形式化(奖励函数、动作空间、回合长度)和算法措施(RL算法、训练数据、奖励塑造),以识别对抗成功的结构决定因素。我们的结果表明,RL越狱者成功攻破了所有目标模型和安全措施。通过这种首次分析,我们证明环境形式化,特别是密集奖励和延长回合长度,是越狱成功的主要驱动因素。这项工作为提高RL越狱效率提供了工具,并最终强化生成模型以抵御基于RL的攻击。

英文摘要

The evolution of generative models from next-token predictors to autonomous engines of complex systems necessitates rigorous safety hardening. Adversarial jailbreaking, the strategic manipulation of models to elicit harmful output, remains a primary threat to safe deployment. While Reinforcement Learning (RL) frames jailbreaking as a multi-step attack through sequential optimization, a mechanistic understanding of why the framework succeeds remains incomplete. To fill this gap, we present the first systematic decomposition of RL jailbreaking. We deconstruct the framework into problem formalization (reward function, action space, episode length), and algorithmic measures (RL algorithm, training data, reward-shaping) to identify the structural determinants of adversarial success. Our results reveal that the RL-jailbreaker successfully compromised all targeted models and safeguards. Through this first-of-its-kind analysis, we demonstrate that environment formalization, specifically dense rewards and extended episode lengths, is the primary driver of jailbreaking success. This work provides a tool for improving RL-jailbreaker efficiency and, ultimately, harden generative models resistant to RL-based attacks.

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

STAC: When Innocent Tools Form Dangerous Chains for LLM Agents

STAC:当无害工具形成危险链以劫持LLM代理

Jing-Jing Li, Jianfeng He, Chao Shang, Devang Kulshreshtha, Xun Xian, Yi Zhang, Hang Su, Sandesh Swamy, Yanjun Qi

机构 * AWS AI Labs(AWS人工智能实验室) UC Berkeley(伯克利大学)

AI总结 STAC通过多轮工具链攻击揭示LLM代理的安全漏洞,提出基于推理的防御策略,显著降低攻击成功率。

Comments Long version with 15 pages in main draft and a total of 39 pages including references and appendix. Data and code \url{https://github.com/amazon-science/MultiTurnAgentAttack}

详情
AI中文摘要

随着LLM发展为具备工具使用能力的自主代理,它们引入了超越传统基于内容的LLM安全担忧的安全挑战。本文介绍了顺序工具攻击链(STAC),一种新的多轮攻击框架,该框架利用代理工具使用能力。STAC将看似单独无害的工具调用串联起来,但当组合在一起时,这些调用共同实现了有害操作,只有在最终执行步骤才变得明显。我们将框架应用于自动生成并系统评估483个STAC案例,涵盖1352组用户-代理-环境交互,覆盖多样化的领域、任务、代理类型和10种失败模式。我们的评估显示,最先进的LLM代理,包括GPT-4.1,在STAC面前高度易受攻击,攻击成功率(ASR)在大多数情况下超过90%。STAC的核心设计是自动化框架的闭环流水线,该流水线合成可执行的多步骤工具链,通过环境内执行进行验证,并逆向工程出能够可靠诱导代理执行已验证恶意序列的隐秘多轮提示。我们进一步对STAC进行了防御分析,并发现现有基于提示的防御措施提供有限的保护。为解决这一差距,我们提出了一种新的基于推理的防御提示,实现了更强的保护,将ASR降低高达28.8%。这些结果突显了一个关键差距:保护具有工具能力的代理需要对整个动作序列及其累积效应进行推理,而不是评估孤立的提示或响应。

英文摘要

As LLMs advance into autonomous agents with tool-use capabilities, they introduce security challenges that extend beyond traditional content-based LLM safety concerns. This paper introduces Sequential Tool Attack Chaining (\STAC), a novel multi-turn attack framework that exploits agent tool use. \STAC chains together tool calls that each appear harmless in isolation but, when combined, collectively enable harmful operations that only become apparent at the final execution step. At the core of \STAC is an automated, closed-loop pipeline that synthesizes executable multi-step tool chains, validates them through in-environment execution, and reverse-engineers stealthy multi-turn prompts that reliably induce agents to execute the verified malicious sequence. Using this framework, we generate and systematically evaluate 483 \STAC cases, featuring 1,352 sets of user-agent-environment interactions and spanning diverse domains, tasks, agent types, and 10 failure modes. Our evaluations show that state-of-the-art LLM agents are highly vulnerable to \STAC, with an average final attack success rate (ASR) of 91.2\% -- exceeding 90\% for all but one of the eight agents evaluated. We further perform defense analysis and find that existing prompt-based defenses provide limited protection. To address this gap, we propose a new reasoning-driven defense prompt that achieves the strongest initial-turn protection, cutting ASR by up to 28.8\%; however, this advantage erodes sharply under adaptive attacks, and an experience-based defense (ToolShield) proves more durable over sustained multi-turn interactions. These results highlight a crucial gap: defending tool-enabled agents requires reasoning over entire action sequences and their cumulative effects, rather than evaluating isolated prompts or responses.

URL PDF HTML 收藏
2501.02373 2026-07-21 cs.LG cs.CR 版本更新

BADTV: Unveiling Backdoor Threats in Third-Party Task Vectors

BADTV:揭示第三方任务向量中的后门威胁

Chia-Yi Hsu, Yu-Lin Tsai, Yu Zhe, Yan-Lun Chen, Chih-Hsun Lin, Chia-Mu Yu, Yang Zhang, Chun-Ying Huang, Jun Sakuma

机构 * National Yang Ming Chiao Tung University(国立阳明交通大学) University of California, Berkeley(加州大学伯克利分校) RIKEN(理化学研究所) National Chengchi University(国立成功大学) CISPA Helmholtz Center for Information Security(CISPA 河岸信息安全中心) Institute of Science Tokyo(东京科学研究所)

AI总结 研究大规模预训练模型中任务向量易受后门攻击问题,提出BadTV攻击方法,通过创建非对称复合后门,在多种操作下保持有效,实验表明其成功率高,现有防御失效,凸显保障任务向量安全需有力对策。

Comments This paper has been accepted to the ACM SIGSAC Conference on Computer and Communications Security (ACM CCS)

详情
AI中文摘要

大规模预训练模型中的任务算法能够在无需大量重新训练的情况下灵活适应各种下游任务。通过利用任务向量(TVs),用户可以通过加法和减法等简单算术运算执行模块化更新。然而,这种灵活性带来了新的安全挑战。本文研究了任务向量如何容易受到后门攻击,揭示了恶意行为者如何利用它们破坏模型的完整性。通过创建非对称设计的复合后门,我们引入了BadTV,这是一种专门设计的后门攻击,在任务学习、遗忘和类比操作下同时保持有效。大量实验表明,BadTV在各种场景中实现了近乎完美的攻击成功率,对依赖任务算法的模型构成了严重威胁。我们还评估了当前的防御措施,发现它们无法检测或减轻BadTV。我们的结果凸显了在实际部署中确保任务向量安全的强大对策的迫切需求。

英文摘要

Task arithmetic in large-scale pre-trained models enables agile adaptation to diverse downstream tasks without extensive retraining. By leveraging task vectors (TVs), users can perform modular updates through simple arithmetic operations like addition and subtraction. Yet, this flexibility presents new security challenges. In this paper, we investigate how TVs are vulnerable to backdoor attacks, revealing how malicious actors can exploit them to compromise model integrity. By creating composite backdoors that are designed asymmetrically, we introduce BadTV, a backdoor attack specifically crafted to remain effective simultaneously under task learning, forgetting, and analogy operations. Extensive experiments show that BadTV achieves near-perfect attack success rates across diverse scenarios, posing a serious threat to models relying on task arithmetic. We also evaluate current defenses, finding they fail to detect or mitigate BadTV. Our results highlight the urgent need for robust countermeasures to secure TVs in real-world deployments.

URL PDF HTML 收藏
2607.15693 2026-07-20 q-bio.NC cs.AI 新提交

Toward a mechanistic understanding of inference in visual cortex and diffusion models

迈向对视觉皮层和扩散模型中推理的机制性理解

Zeyu Yun, Alexander Belsten, Dasheng Bi, Zahra Kadkhodaie, Yubei Chen, Bruno A. Olshausen

机构 * Dept. of Electrical Engineering and Computer Science, UC Berkeley(加州大学伯克利分校电气工程与计算机科学系) Helen Wills Neuroscience Institute, UC Berkeley(加州大学伯克利分校海伦·威尔斯神经科学研究所) Herbert Wertheim School of Optometry and Vision Science, UC Berkeley(加州大学伯克利分校赫伯特·韦特海姆视觉科学学院) Redwood Center for Theoretical Neuroscience, UC Berkeley(加州大学伯克利分校红木理论神经科学中心) Flatiron Institute(Flatiron研究所) Dept. of Electrical and Computer Engineering, UC Davis(加州大学戴维斯分校电气与计算机工程系)

AI总结 研究旨在理解视觉皮层和扩散模型中推理,提出基于稀疏编码的模型,用去噪分数匹配等训练,其性能出色,能揭示递归动力学机制,还能断开部分潜在变量与视觉输入连接,连接神经科学与机器学习领域。

详情
AI中文摘要

我们描述了一种初级视觉皮层(V1)中的感知推理模型,它等同于一个最小扩散模型,其功能可从参数中轻易理解。该模型基于稀疏编码,对潜在变量采用非因子先验,形式为无约束的成对交互矩阵,将标准稀疏编码推理扩展到一般递归动力系统。我们使用去噪分数匹配目标和隐式微分有效训练这些递归动力学。在自然图像上训练后,学习到的交互矩阵反映了V1浅层水平连接的结构。此模型具有出色的去噪性能,在极端视觉模糊中恢复图像特征,在泛化方面接近标准黑箱扩散架构。因其简单性,网络雅可比矩阵可直接根据潜在变量间的交互矩阵分解,揭示递归动力学如何在连续自然结构变形族上赋予高概率。有趣的是,在这个回路中,很大一部分潜在变量完全与视觉输入断开连接,形成层次表示,增强图像特征的全局一致性。该模型和结果连接了两个不同领域:为神经科学生成关于感知推理任务中递归神经回路功能连接的具体可测试假设;为机器学习阐明扩散模型学习的内部机制,使其能从有限训练集中生成无限多新图像。

英文摘要

We describe a model of perceptual inference in primary visual cortex (V1) equivalent to a minimal diffusion model whose function can be readily understood from its parameters. The model is based on sparse coding with a non-factorial prior over latent variables in the form of an unconstrained, pairwise interaction matrix, extending standard sparse coding inference to a general recurrent dynamical system. We efficiently train these recurrent dynamics using a denoising score-matching objective and implicit differentiation. After training on natural images, the learned interaction matrix mirrors the structure of horizontal connections in superficial layers of V1 that link neurons of similar orientation tuning. This model exhibits exceptionally good denoising performance, restoring image features such as extended contours amid extreme visual ambiguity, nearly matching the behavior of standard, black-box diffusion architectures in generalization regime. Owing to the model's simplicity, the network's Jacobian can be decomposed directly in terms of the interaction matrix between latent variables, revealing mechanistically how the recurrent dynamics assign high probability over a continuous family of natural structural deformations. Intriguingly, within this circuit, a large fraction of latent variables learn to disconnect from visual input altogether, essentially forming a hierarchical representation that appears to enforce global consistency among image features. Together, the model and results bridge two distinct domains: for neuroscience, it generates concrete, testable hypotheses regarding functional connectivity in recurrent neural circuits during perceptual inference tasks; for machine learning, it elucidates the internal mechanisms learned by diffusion models that allow them to generate infinitely many novel images from a finite training set.

URL PDF HTML 收藏
2607.15863 2026-07-20 cs.RO 新提交

Minimum Time Dubins Airplane Paths with Asymmetric Climb Rates

具有不对称爬升率的最短时间杜宾斯飞机路径

Jaeyoung Lim, Giuseppe Loianno

机构 * Department of Electrical Engineering and Computer Sciences, University of California, Berkeley(加利福尼亚大学伯克利分校电气工程与计算机科学系)

AI总结 研究具有不对称爬升率的最短时间杜宾斯飞机路径问题,提出考虑不对称爬升率的路径,重新审视时间最优性条件,通过该方法可利用飞行器全部性能,减少最短时间并加快在复杂任务中找到中位数解的时间,还通过实际飞行证明了实用性。

Comments 7 pages, 10 figures

详情
AI中文摘要

杜宾斯飞机路径通过最小曲率和爬升率约束来近似固定翼飞行器的有限机动性。然而,对称爬升率约束导致路径次优和飞行器性能保守。本文提出了不对称杜宾斯飞机路径,考虑了爬升和下降时的不对称爬升率。重新审视了时间最优性条件,表明不对称飞行路径角约束保持最优性。通过考虑不对称爬升率,可利用飞行器的全部性能,连接随机生成状态时将最短时间减少71%。在崎岖地形的基于采样的规划任务中,由于增加了可行性,额外的爬升率使找到中位数解时间快2.8倍。还通过实际飞行证明了该方法的实用性。

英文摘要

Dubins airplane paths approximate the limited maneuverability of fixed-wing vehicles with minimum curvature and climb rate constraints. However, the symmetric climb rate constraints result in sub-optimal paths and conservative vehicle performance. In this work, we propose asymmetric Dubins airplane paths, which consider asymmetric climb rates for climbing and descending. We revisit the time optimality conditions and show that the asymmetric flight path angle constraints preserve optimality. We show that by considering asymmetric climb rates, we can take advantage of full performance of the vehicle, reducing the minimum time by 71% for connecting randomly generated states. We also demonstrate that the added climb rate results in 2.8 times faster to find the median solution time when integrated into a sampling-based planning task on rugged terrain, due to the added feasibility. We further demonstrate the practicality of the approach with a real-world flight.

URL PDF HTML 收藏
2607.13921 2026-07-20 cs.PL cs.AI cs.LG 版本更新

Generative Compilation: On-the-Fly Compiler Feedback as AI Generates Code

生成式编译:人工智能生成代码时的即时编译器反馈

Niels Mündler-Sasahara, Hristo Venev, Dawn Song, Martin Vechev, Jingxuan He

机构 * ETH Zurich(苏黎世联邦理工学院) Sofia University ``St. Kliment Ohridski''(索菲亚大学) University of California, Berkeley(加州大学伯克利分校)

AI总结 研究针对人工智能生成代码时的问题,提出生成式编译方法,核心是sealor技术,能在生成中获取编译器反馈,在Rust编码任务中评估,减少非编译输出、提高功能正确性,使编译器在生成阶段发挥更重要作用。

详情
AI中文摘要

具有丰富静态语义的语言(如Rust)能为人工智能生成的代码提供更强保障,但严格性增加了生成难度。现成编译器能在生成后提供反馈,但无法指导中间生成步骤。约束解码虽能提前干预,但需要白盒模型访问且重新实现成本高。本文引入生成式编译,这是一种在生成过程中获取编译器对部分程序反馈的方法。核心技术是sealor,它将部分程序转换为标准编译器可诊断的完整程序。在核心类Rust演算上构建并证明其满足相关属性,扩展到真实Rust的首个部分程序检查器。在具有挑战性的仓库级Rust编码任务上评估,结果表明生成式编译相对于标准生成后反馈减少了非编译输出并提高了功能正确性,能在生成早期检测多种错误,减少错误级联并实现聚焦诊断,朝着使编译器成为人工智能辅助编程中生成阶段的一等公民迈进。

英文摘要

Languages with rich static semantics, such as Rust, provide stronger guarantees for AI-generated code, but their strictness makes generation more difficult. Off-the-shelf compilers can provide useful feedback post-generation, but does not guide intermediate generation steps, such as those during autoregressive LLM decoding. Constrained decoding intervenes earlier by rejecting invalid tokens during sampling, but requires white-box model access and costly reimplementation for semantic constraints. We introduce generative compilation, the first approach to obtaining compiler feedback on partial programs during generation. The core technical device is a sealor: a lightweight, mostly syntax-guided transformation that converts partial programs into complete ones that standard compilers can diagnose. It is designed such that possible-to-complete partial programs are never rejected, while preserving enough code context to catch genuine dead ends early. We construct such a sealor on a core Rust-like calculus and prove that it satisfies these properties, all mechanized in Lean. We extend it to the first partial-program checker for real Rust. We evaluate our method on challenging repository-level Rust coding tasks, across both frontier black-box and open-weight models. We show that generative compilation reduces non-compiling outputs and improves functional correctness, relative to standard post-generation feedback. It does so by detecting a broad range of errors close to their source and early during generation, thereby reducing errors cascades and enabling focused diagnostics. More broadly, generative compilation is a step toward making compilers a first-class citizen of AI-assisted programming active during generation, rather than a separate post-generation check.

URL PDF HTML 收藏
2412.10665 2026-07-20 hep-ph cs.LG 版本更新

Pretrained Event Classification Model for High Energy Physics Analysis

用于高能物理分析的预训练事件分类模型

Joshua Ho, Benjamin Ryan Roberts, Shuo Han, Haichen Wang

机构 * Department of Physics, University of California, Berkeley, CA 94720(加州大学伯克利分校物理系) Physics Division, Lawrence Berkeley National Laboratory, Berkeley CA 94720(伯克利国家实验室物理部)

AI总结 本文提出基于图神经网络的预训练事件分类模型,通过1.2亿个模拟质子-质子碰撞事件学习通用表示,验证其在不同模拟框架下的泛化能力,并通过微调提升分类性能与效率。

Comments 13 pages, 2 figures

详情
AI中文摘要

我们介绍了一个用于高能物理事件分类的基础模型,基于图神经网络架构,并在1.2亿个模拟的质子-质子碰撞事件上进行训练,涵盖12种不同的物理过程。该模型通过具有挑战性的多类和多标签分类任务进行预训练,以学习碰撞数据的通用且鲁棒的表示。其性能在七个事件分类任务上得到评估,包括未在预训练中遇到的新物理过程以及ATLAS开放数据,以展示其在不同模拟框架下的泛化能力,从Delphes快速模拟到完整的ATLAS探测器模拟。对预训练模型进行微调显著提高了分类性能,特别是在训练数据有限的情况下,显示出在准确性和计算效率上的提升。为了研究这些性能提升的潜在机制,我们采用基于中心核对齐的表征相似性评估框架。这一分析揭示了微调模型的编码器阶段表示与基线模型相似,而中间图处理层则显著不同,表明微调保留了通用编码器,同时发展出根本不同的信息传递路径,以实现更优的任务性能。

英文摘要

We introduce a foundation model for event classification in high-energy physics, built on a Graph Neural Network architecture and trained on 120 million simulated proton-proton collision events spanning 12 distinct physics processes. The model is pretrained to learn a general and robust representation of collision data using challenging multiclass and multilabel classification tasks. Its performance is evaluated across seven event classification tasks, which include new physics processes not encountered during pretraining as well as ATLAS Open Data to demonstrate generalizability across different simulation frameworks, from Delphes fast simulation to full ATLAS detector simulation. Fine-tuning the pretrained model significantly improves classification performance, particularly in scenarios with limited training data, demonstrating gains in both accuracy and computational efficiency. To investigate the underlying mechanisms behind these performance improvements, we employ a representational similarity evaluation framework based on Centered Kernel Alignment. This analysis reveals that encoder-stage representations of the fine-tuned model remain similar to those of the baseline, while intermediate graph processing layers diverge substantially, indicating that fine-tuning preserves general-purpose encoders while developing fundamentally different message-passing pathways to arrive at superior task performance.

URL PDF HTML 收藏
2607.14635 2026-07-17 cs.AI cs.CV cs.RO 新提交

Action QFormer: Structured Representation Shaping under Action Supervision in Vision-Language-Action Models

动作QFormer:视觉-语言-动作模型中动作监督下的结构化表示塑造

Yufeng Ji, Wenhao Tang, Haoyi Niu, Koushil Sreenath, Yi Wu, Zhongyu Li

机构 * Shanghai Qizhi Institute(上海期智研究院) The Chinese University of Hong Kong(香港中文大学) Hong Kong Embodied AI Lab(香港具身人工智能实验室) Tsinghua University(清华大学) University of California, Berkeley(加州大学伯克利分校)

AI总结 研究视觉-语言-动作模型中动作监督问题,提出动作QFormer,通过基于指令的查询重组多模态信息。在零样本模拟到真实导航中提升了任务成功率、动作生成正确性等,还改变动作监督塑造多模态表示的方式,为提高VLA性能提供新思路。

详情
AI中文摘要

视觉-语言-动作(VLA)模型中的动作监督通常被视为学习动作预测的下游目标。本文将其视为塑造继承多模态表示的力量。这种塑造有双重作用:对形成动作兼容表示是必要的,但直接应用于继承多模态路径时会破坏支持语言处理和对象基础的表示。为解决此问题,引入动作QFormer,它使用基于指令的查询在下游动作生成前将继承多模态信息重组为面向动作的表示。在零样本模拟到真实导航中,它提高了平均闭环任务成功率、固定指令动作生成正确性并减少分布外指令生成。进一步分析表明它改变了动作监督塑造继承多模态表示的方式。这些结果表明提高VLA性能不仅需要更强的预训练主干,还需要更好的方式来选择和组织继承多模态信息并控制其在动作监督下的塑造。

英文摘要

Action supervision in vision-language-action (VLA) models is often treated as a downstream objective for learning action prediction. In this paper, we study it instead as a force that shapes inherited multimodal representations. We show that this shaping has a dual effect: it is necessary for forming action-compatible representations, but when action supervision is applied too directly to the inherited multimodal pathway, it can also destabilize representations that support language-side processing and object grounding. To address this tension, we introduce Action QFormer, a query-based action-facing interface that uses instruction-conditioned queries to reorganize inherited multimodal information into action-facing representations before downstream action generation. In zero-shot sim-to-real navigation, Action QFormer improves average closed-loop task success from 18.8% to 56.3%, raises fixed-instruction action-generation correctness from 22.5% to 75.5%, and nearly eliminates out-of-distribution instruction generations. Further analyses show that Action QFormer changes how action supervision shapes inherited multimodal representations, reducing broad upstream rewriting while preserving targeted and sometimes constructive action-supervised adaptation. These results suggest that improving VLA performance requires not only stronger pretrained backbones, but also better ways of selecting and organizing inherited multimodal information while controlling how it is shaped under action supervision.

URL PDF HTML 收藏
2606.17386 2026-07-17 cs.CV cs.AI cs.RO 版本更新

TerraTransfer: Learning End-to-End Driving Policies Without Expert Demonstrations

TerraTransfer: 无需专家示范的端到端驾驶策略学习

Zikang Xiong, Weixin Li, Zhouchonghao Wu, Akshay Rangesh, Saarth Bonde, Grantland Hall, Chen Tang, Yihan Hu, Wei Zhan

机构 * Applied Intuition UCLA(加州大学洛杉矶分校) UC Berkeley(加州大学伯克利分校)

AI总结 提出一种无需专家示范的端到端驾驶方法,通过向量化模拟器中的自博弈预训练策略,再与预训练视觉骨干对齐,降低了数据成本并达到或超越现有方法。

详情
AI中文摘要

端到端自动驾驶在基准测试和实际部署中取得了最先进的性能。然而,其标准训练流程在所有阶段都成本高昂:收集和标注数百万驾驶帧代价昂贵,而在图像上进行闭环强化学习受限于每步的光真实感渲染和大视觉骨干的前向传播成本。在向量化模拟器中进行自博弈改变了经济性:每秒数百万次 rollout 步骤,状态分布自然包含碰撞、近碰撞和恢复等驾驶日志中不包含的情况。我们的方法通过解耦学习驾驶和学习视觉来利用这种不对称性。我们通过自博弈预训练单个策略,然后通过动作 KL 散度和批量关系低秩结构损失将其潜在空间与预训练视觉骨干对齐。动作目标来自自博弈策略,因此对齐从未对记录的轨迹进行监督:只需要一个(图像、场景状态)帧的配对数据集,无需模仿预训练所依赖的精心策划的专家示范。在光真实感 3D 高斯泼溅闭环场景中,得到的端到端策略匹配或超越了先前的端到端方法。

英文摘要

End-to-end autonomous driving has achieved state-of-the-art performance on benchmarks and real-world deployments. Its standard training recipe, however, is expensive across all stages: collecting and labeling millions of driving frames is costly, and closed-loop RL on images is bottlenecked by the per-step cost of photorealistic rendering plus a forward pass through a large vision backbone. Self-play in vectorized simulators changes the economics: millions of rollout steps per second, and a state distribution naturally rich in collisions, near-misses, and recoveries that no driving log contains. Our approach exploits this asymmetry by decoupling learning to drive from learning to see. We pretrain a single policy by self-play, then align its latent space with a pretrained vision backbone, through the action KL divergence and a batch-relational low-rank structural loss. The action target comes from the self-play policy, so alignment never supervises against a logged trajectory: a paired dataset of (image, scene-state) frames suffices, with no need for the curated expert demonstrations that imitation pretraining is built on. On photorealistic 3D Gaussian splatting closed-loop scenarios, the resulting end-to-end policy matches or exceeds prior end-to-end methods.

URL PDF HTML 收藏
2604.23904 2026-07-17 stat.ME cs.AI stat.ML 版本更新

Generative Synthetic Data for Causal Inference: Pitfalls, Remedies, and Opportunities

生成性合成数据用于因果推断:陷阱、解决方法与机遇

Yichen Xu

机构 * University of California, Berkeley(加州大学伯克利分校)

AI总结 本文探讨生成合成数据在因果推断中的局限性,提出混合合成数据框架以提升因果效度,通过实验验证其在不同场景下的优势。

详情
AI中文摘要

合成表格数据通常通过分布相似性、隐私距离或训练-测试性能评估,但这些标准无法保证因果推断的有效性。本文表明,完全生成的表格合成器,包括基于GAN和LLM的模型,可以在保持预测效用的同时扭曲平均处理效应(ATE)估计。失败是结构性的:ATE保持需要现实的协变量分布和准确的处理效应对比,而预测损失仅通过重叠加权项惩罚处理效应误差。我们通过灵敏度和损失分解结果正式化这种不匹配,并在块级下一个令牌预测中识别出类似分解。受表格因果分析启发,我们提出混合合成数据框架,生成协变量的同时分别建模处理和结果机制,允许用于因果目的的处理分配,如随机合成分配。我们评估了该框架在三个场景下的表现:完全生成与混合合成下的ATE保持、针对实际正性问题的定向增强,以及合成模拟引擎用于比较OR、IPW、AIPW和TMLE在真实数据分析前的性能。在合成和ACTG实验中,混合合成在因果效度上优于完全生成基线;基于LLM的混合合成在ATE保持和有限样本估计器基准测试中通常比CTGAN更忠实。

英文摘要

Synthetic tabular data are often evaluated by distributional similarity, privacy distance, or train-on-synthetic-test-on-real predictive performance, but these criteria do not ensure validity for causal inference. We show that fully generative tabular synthesizers, including GAN- and LLM-based models, can preserve predictive utility while distorting average treatment effect (ATE) estimates. The failure is structural: ATE preservation requires both a realistic covariate law and an accurate treatment-effect contrast, whereas prediction loss penalizes treatment-effect error only through an overlap-weighted term. Thus, under imbalance or limited overlap, a generator may reproduce dominant observed outcomes while underlearning intervention-relevant contrasts. We formalize this mismatch through sensitivity and loss-decomposition results. Motivated by this causal analysis and intuition, we propose a hybrid synthetic-data framework for causal inference that generates covariates while modeling treatment and outcome mechanisms separately. We evaluate the framework in three settings: ATE preservation under fully generative versus hybrid synthesis, augmentation for practical positivity problems, and diagnostic simulation engines for comparing OR, IPW, AIPW, and TMLE before real-data analysis. We also stress-test the hybrid construction across settings that vary overlap, covariate dimension, seed sample size, and treatment-effect complexity, including a logistic outcome-model misspecification check. Across controlled simulation experiments, hybrid synthesis improves causal fidelity relative to fully generative baselines; the ACTG application shows improved predictive fidelity and potential for finite-sample estimator benchmarking. LLM-based hybrid synthesis is often more faithful than CTGAN in settings where causal fidelity can be assessed.

URL PDF HTML 收藏
2607.13472 2026-07-16 cs.RO cs.CV 新提交

EgoHTR: Egocentric 4D Demonstrations of Human Terrain Traversal

EgoHTR:以自我为中心的人类地形穿越的4D演示

Alex Brandes, Haig Conti Georges Sajelian, Manthan Patel, Dominik Hollidt, Chenhao Li, Matthias Heyrman, Oliver Hausdoerfer, Manuel Kaufmann, Xi Wang, Jonas Frey, Angela P. Schoellig, Christian Holz, Marc Pollefeys, Marco Hutter

机构 * ETH Zurich(苏黎世联邦理工学院) Stanford(斯坦福大学) UC Berkeley(加州大学伯克利分校) TU Munich(慕尼黑工业大学)

AI总结 研究针对非结构化地形部署人形机器人的问题,提出EgoHTR数据集,通过多传感器设置捕获人类运动序列,经评估有高准确性,还利用数据训练运动策略并实现硬件部署,助力构建上下文感知机器人。

Comments Project webpage: https://egohtr.github.io

详情
AI中文摘要

在非结构化地形中部署人形机器人仍是一个未解决的问题。经典强化学习难以应对现实世界交互的复杂性,利用人类先验的更有前景的方法限于缺乏上下文感知的模型。现有数据集管道无法在具有挑战性的环境中捕获人类-场景序列,导致运动合成受限。为弥合人形学习与场景重建之间的差距,我们引入了以自我为中心的人类地形重建(EgoHTR)数据集。我们开发并开源了一个重建管道,使用以自我为中心的可穿戴设备和便携式3D扫描仪的多传感器设置,在多样、复杂的环境中捕获55个与场景对齐的4D人类运动序列。所得数据集包含超过150k帧,我们根据动作捕捉地面真值进行评估,展示了最先进的准确性,并为人的运动分析和合成建立了严格的基准。此外,我们利用这些数据训练感知运动策略,展示了在Unitree G1上针对重建参考运动的硬件部署。我们的管道支持社区驱动的数据扩展,并将问题分解,以帮助研究人员构建可靠穿越不平坦地形的基础、上下文感知机器人。

英文摘要

Deploying humanoid robots in unstructured terrain remains an open problem. While classic reinforcement learning struggles with the sheer complexity of real-world interactions, more promising methods leveraging human priors remain limited to models lacking contextual awareness. The restricted motion synthesis is a direct consequence of existing dataset pipelines failing to capture human-scene sequences in challenging environments. To bridge this gap between humanoid learning and scene reconstruction, we introduce the Egocentric Human-Terrain Reconstruction (EgoHTR) dataset. We develop and open-source a reconstruction pipeline capturing 55 scene-aligned 4D human motion sequences in diverse, complex environments using a multi-sensor setup of egocentric wearables and a portable 3D scanner. The resulting dataset comprises over 150k frames, which we evaluate against motion-capture ground truth, demonstrating state-of-the-art accuracy and establishing a rigorous benchmark for human motion analysis and synthesis. Further, we leverage this data to train perceptive locomotion policies, demonstrating hardware deployment on a Unitree G1 for reconstructed reference motions. Our pipeline enables community-driven dataset extensions and factors the problem to help researchers build foundational, context-aware robots that reliably traverse uneven terrain.

URL PDF HTML 收藏
2607.13436 2026-07-16 cs.LG cs.SY eess.SY 新提交

Distributionally Robust and Safe Imitation Learning

分布鲁棒且安全的模仿学习

Ahmed Aboudonia, Naira Hovakimyan

机构 * University of California Berkeley(加利福尼亚大学伯克利分校) University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校)

AI总结 研究针对模仿学习对分布变化敏感及安全风险问题,提出分布鲁棒且安全的模仿学习框架,利用泰勒级数模仿学习和分布鲁棒自适应控制应对不同诱导变化,在无人机案例中验证了方法有效性。

详情
AI中文摘要

模仿学习在复杂决策任务中取得显著成功,但其性能对分布变化敏感,存在安全风险。我们提出一个分布鲁棒且安全的模仿学习框架,明确应对策略诱导和不确定性诱导的分布变化。该方法利用泰勒级数模仿学习减轻策略诱导变化,用分布鲁棒自适应控制处理不确定性诱导变化,在无人机案例中验证了其有效性。

英文摘要

Imitation learning (IL) has achieved remarkable success in complex decision-making tasks. However, its performance is highly sensitive to distribution shifts, which can pose significant safety risks. We propose a distributionally robust and safe IL framework that explicitly addresses both policy-induced and uncertainty-induced distribution shifts. Our approach develops a unified framework leveraging Taylor Series Imitation Learning (TaSIL) to mitigate policy-induced shifts and distributionally robust adaptive control to handle uncertainty-induced shifts. This architecture enables the formulation of an IL problem that optimizes performance under distributional uncertainty while systematically accounting for safety constraints. We demonstrate the effectiveness of the proposed approach on an unmanned aerial vehicle (UAV) case study where the UAV performs a task in an uncertain environment while avoiding unsafe regions.

URL PDF HTML 收藏
2607.13241 2026-07-16 cs.LG cs.AI 新提交

EMAGN: Efficient Multi-Attention Graph Network via Learned Clustering for Scalable Traffic Forecasting

EMAGN:基于学习聚类的高效多注意力图网络用于可扩展交通流量预测

Mingxing Xu, Rakesh Chowdary Machineni, Ke Liu, Xi Cheng, Chengqi Lu, Xin Hu, Lyuhao Chen, Xiangyu Li, Junwei You, Oliver Gao

机构 * Shanghai Jiao Tong University(上海交通大学) University of Michigan, Ann Arbor(密歇根大学安娜堡分校) University of California, Berkeley(加利福尼亚大学伯克利分校) Cornell University(康奈尔大学) Technische Universität Dresden(德累斯顿工业大学) Carnegie Mellon University(卡内基梅隆大学) The University of Texas at Austin(德克萨斯大学奥斯汀分校) University of Wisconsin–Madison(威斯康星大学麦迪逊分校)

AI总结 针对交通流量预测中自注意力机制扩展性有限的问题,提出EMAGN,通过学习聚类矩阵将空间注意力机制线性化,降低复杂度,实验表明其在准确性和效率上优于其他模型,扩展了可行模型配置。

详情
AI中文摘要

交通流量预测因复杂的时空依赖性而极具挑战。自注意力机制虽被广泛采用以建模动态和长距离依赖性并取得了先进性能,但因二次计算和内存复杂度而扩展性有限。为此,我们提出了高效多注意力图网络(EMAGN),受快速高维高斯滤波理论启发,将空间注意力机制线性化。两个学习聚类矩阵C_k和C_v将键值向量自适应分组为M个超级聚类,把复杂度从O(N^2 d)降至O(NMd),且不牺牲动态依赖性建模的注意力灵活性。在PEMS - BAY和METR - LA上的实验结果表明,EMAGN在MAE上比全注意力GMAN低2.7 - 3.2%,同时训练时间减少32%,推理时间减少38%,GPU内存减少58%。在K = 16个注意力头时,全注意力GMAN在标准11GB GPU上完全耗尽内存,而EMAGN仍可运行,展示了可行模型配置的显著扩展。由于其交通网络感知的自适应聚类,EMAGN在相同骨干网络下在准确性和效率上也超过了Linformer和Performer。

英文摘要

Traffic forecasting is highly challenging due to complex and nonlinear spatial and temporal dependencies. Self-attention mechanisms have been widely adopted to model dynamic and long-range dependencies, achieving state-of-the-art performance, but suffer from limited scalability due to quadratic computational and memory complexity. To address this, we propose an Efficient Multi-Attention Graph Network (EMAGN) that linearises the spatial attention mechanism itself, inspired by the theory of fast high-dimensional Gaussian filtering. Two learned clustering matrices C_k and C_v adaptively group key and value vectors into M super-clusters, reducing complexity from O(N^2 d) to O(NMd) without sacrificing the flexibility of attention for dynamic dependency modelling. Experimental results on PEMS-BAY and METR-LA show that EMAGN achieves accuracy within 2.7-3.2% MAE of full-attention GMAN while reducing training time by 32%, inference time by 38%, and GPU memory by 58%. Critically, at K=16 attention heads, full-attention GMAN runs out of memory on a standard 11 GB GPU entirely while EMAGN continues to operate, demonstrating a categorical expansion of feasible model configurations. EMAGN also surpasses Linformer and Performer in both accuracy and efficiency within the same backbone, owing to its traffic-network-aware adaptive clustering.

URL PDF HTML 收藏
2607.13239 2026-07-16 cs.AI 新提交

Cost-Optimal Foundation Model Deployment Portfolio for Transportation Management

用于交通管理的成本最优基础模型部署组合

Xi Cheng, Ke Liu, Siyuan Feng, Jane Lin, H. Oliver Gao

机构 * Cornell University(康奈尔大学) University of California, Berkeley(加州大学伯克利分校) The Hong Kong Polytechnic University(香港理工大学) University of Illinois Chicago(伊利诺伊大学芝加哥分校)

AI总结 研究交通管理中基础模型部署组合问题,提出FMDP混合整数规划,证明其NP难,给出多项式时间贪婪启发式算法,通过案例研究确定低成本组合,经盈亏平衡分析得出本地GPU投资合理的条件。

Comments Accepted at IEEE ITSC 2026

详情
AI中文摘要

基础模型,包括大语言模型(LLMs)和视觉语言模型(VLMs),越来越多地用于交通管理中心(TMC)任务,如异常检测、事件报告和旅行者信息。在TMC功能中部署多个此类模型会引发一个组合问题:每个功能应由哪个模型以何种部署模式在何种共享硬件预算下提供服务?我们将此表述为基础模型部署组合(FMDP)问题,这是一个混合整数规划问题,在共享GPU容量上,使总拥有成本(TCO)最小化,同时满足每个功能的质量、延迟和安全约束。我们通过从0-1背包问题归约证明该问题为NP难问题,并提出一种多项式时间贪婪启发式算法。在一个具有五个TMC功能和19个候选(模型,模式)对的案例研究中,FMDP通过将四个功能路由到开源API,将一个没有开源模型能满足其质量底线的功能路由到封闭API,确定了一个每月成本为34美元的混合组合(比最便宜的可行全封闭API基线低97%)。盈亏平衡分析表明,只有当每小时视觉查询量约高于309次或API价格翻倍时,本地GPU投资才变得合理。

英文摘要

Foundation models, including large language models (LLMs) and vision-language models (VLMs), are increasingly used for transportation management center (TMC) tasks such as anomaly detection, incident reporting, and traveler information. Deploying multiple such models across TMC functions raises a portfolio question: which model should serve each function, in which deployment mode, and under what shared hardware budget? We formulate this as the Foundation Model Deployment Portfolio (FMDP) problem, a mixed-integer program minimizing total cost of ownership (TCO) subject to per-function quality, latency, and safety constraints over shared GPU capacity. We prove the problem NP-hard by reduction from the 0-1 knapsack problem and propose a polynomial-time greedy heuristic. In an illustrative case study with five TMC functions and 19 candidate (model, mode) pairs, FMDP identifies a mixed portfolio costing $34/mo (97% below the cheapest feasible all-closed-API baseline) by routing four functions to open-source APIs and the one function whose quality floor no open-source model meets to a closed API. Break-even analysis shows that on-premise GPU investment becomes reasonable only above approximately 309 vision queries/hour or if API prices double.

URL PDF HTML 收藏
2607.13010 2026-07-16 cs.CV 版本更新

DermDepth: Toward Monocular Metric Scale 3D Reconstruction Models for Dermatology

DermDepth:迈向用于皮肤病学的单目度量尺度3D重建模型

Héctor Carrión, Narges Norouzi

机构 * University of California, Santa Cruz(加利福尼亚大学圣克鲁兹分校) University of California, Berkeley(加利福尼亚大学伯克利分校)

AI总结 研究针对皮肤病学实践中常用2D方法的现状,提出DermDepth单视图度量尺度3D模型及D-Synth数据集,经实验训练和微调,能有效校正度量尺度误差,在多基准通用并与医学文献测量结果一致。

Comments Accepted at MICCAI 2026

详情
AI中文摘要

皮肤病学实践通常涉及测量和跟踪病变大小、形态和纹理,这是伤口或皮肤癌筛查、监测和诊断的关键组成部分。目前常用现成相机传感器对皮肤表面成像,导致研究多聚焦于2D方法,而这些目标自然受益于3D信息。本文展示了无需额外硬件或多次捕获,就能实现皮肤镜和宏观病例的密集单目3D重建、度量尺度测量和丰富表面法线纹理估计。提出了DermDepth,首个用于皮肤病学领域的单视图度量尺度3D模型以及D-Synth,首个具有像素完美3D信息的合成皮肤镜数据集。实验表明,在D-Synth上训练DermDepth可将真实皮肤镜数据的度量尺度误差从超过16倍校正到低于1.1倍,同时保持几何质量并增加纹理丰富度。在少量真实临床样本上微调可使方法在跨越几毫米到几百厘米范围、不同肤色、慢性伤口病例的三个真实世界基准上通用,并产生与医学文献中报道的疾病大小大致一致的测量结果。所有代码、数据和模型可在指定网址获取。

英文摘要

Dermatological practice routinely involves measuring and tracking lesion size, morphology and texture, as critical components of wound or skin cancer screening, monitoring and diagnosis. To accomplish this task, practitioners often image the skin surface with commonly available off-the-shelf camera sensors. This has led to an overwhelming research focus on 2D methods while these objectives naturally benefit from 3D information. In this paper, we demonstrate that dense monocular 3D reconstructions, metric scale measurements and rich surface normal texture estimates are achievable for both dermoscopic and macroscopic cases without the need for additional hardware or multiple captures. We present DermDepth, the first single-view metric scale 3D model for the dermatological domain and D-Synth, the first synthetic dermoscopic dataset with pixel-perfect 3D information. Our experiments show training DermDepth on D-Synth corrects metric scale error from over 16x to under 1.1x for real dermoscopic data, while preserving geometric quality and increasing texture richness. Fine-tuning on a small amount of real clinical samples generalizes our method across three real-world benchmarks spanning the few mm to hundred cm range, diverse skin-tones, chronic wound cases and produces measurements broadly consistent with disease size reported in medical literature. All code, data and models are available at https://github.com/hectorcarrion/dermdepth.

URL PDF HTML 收藏
2607.12987 2026-07-16 cs.CV 版本更新

Controllable Generation of Diverse Dermatological Imagery for Fair and Efficient Malignancy Classification

用于公平高效恶性肿瘤分类的可控多样皮肤病图像生成

Héctor Carrión, Narges Norouzi

机构 * University of California, Santa Cruz(加州大学圣克鲁兹分校) University of California, Berkeley(加州大学伯克利分校)

AI总结 研究针对皮肤病诊断中缺乏多样标注图像的问题,提出cgDDI框架,能合成健康皮肤样本、映射罕见病变,支持自动分割掩码,通过多数据集验证,提高了恶性肿瘤分类准确率,公开相关资源推动公平性研究。

Comments Accepted at MICCAI 2026

详情
AI中文摘要

准确的皮肤病诊断需要在不同人群中表现公平,但缺乏专业注释图像阻碍了进展。我们引入了cgDDI框架,它能合成逼真的健康皮肤样本,非参数地将单样本罕见病变映射到新肤色和位置,用最少10个训练样本进行高效参数生成。该框架支持人工和自动分割掩码,可扩展到无预制病变掩码的数据集。通过两个数据集验证,在DDI基准上,仅合成训练时恶性肿瘤分类准确率达86.4%,真实数据微调后达90.9%,跨数据集实验在F17k数据上准确率提高13.9%。我们还公开了相关图像、代码和生成模型。

英文摘要

Accurate dermatological diagnosis naturally necessitates equitable performance across diverse populations, yet a systematic lack of expertly annotated images, especially for underrepresented skin tones and rare diseases, impedes progress toward measurably fair methods. We introduce cgDDI (Controllable Generation of Diverse Dermatological Imagery), a hybrid framework that (1) synthesizes realistic healthy skin samples without disturbing other input properties, (2) maps single-sample rare lesions onto novel skin-tones and locations non-parametrically, and (3) allows for efficient parametric generation with as few as 10 training samples. The framework supports both human and automated segmentation masking, enabling scalability to datasets without pre-made lesion masks. We grow a 656-image dataset by more than 400x and validate across two datasets: biopsy-confirmed Diverse Dermatology Images (DDI) and expert-verified Fitzpatrick17k (F17k). On the DDI benchmark, we achieve malignancy classification accuracy of 86.4% under synthetic-only training and 90.9% state-of-the-art performance with real data fine-tuning, alongside leading fairness metrics. Cross-dataset experiments show +13.9% accuracy improvements on unseen F17k data despite minimal disease overlap. We openly release 266k+ synthetic images, code, and generative models to further support fairness research at https://github.com/hectorcarrion/ControllableGenDDI.

URL PDF HTML 收藏
2510.10002 2026-07-16 cs.AI 版本更新

Interaction Protocol Shapes Moral Judgment in Multi-Agent Debate

辩论动态与价值对齐在大语言模型辩论中

Pratik S. Sachdeva, Tom van Nuenen

机构 * D-Lab University of California, Berkeley(D-Lab 加州大学伯克利分校)

AI总结 研究通过LLM辩论探讨多轮设置中模型的辩论动态与价值对齐,发现不同模型在同步和轮转结构下的行为差异及价值倾向。

详情
AI中文摘要

随着大型语言模型(LLMs)越来越多地应用于敏感的日常情境——提供个人建议、心理健康支持和道德指导——理解其在复杂道德推理中行为的必要性变得至关重要。大多数评估通过单轮提示研究这种社会技术对齐,但不清楚这些发现是否扩展到多轮设置,甚至更不清楚它们如何依赖于协调代理系统使用的交互协议。我们通过LLM辩论来填补这一空白,通过提示三个模型(GPT-4.1、Claude 3.7 Sonnet和Gemini 2.0 Flash)的子集,共同在Reddit的“我是不是混蛋”社区中为1000个日常困境分配责任。为了测试顺序效应并评估裁决修订,我们使用同步(并行响应)和轮转(顺序响应)的 deliberation 结构,这反映了多代理系统在实践中越来越多的协调方式。我们的发现显示了显著的行为差异。在同步设置中,GPT-4.1表现出强烈的惯性(0.6-3.1%修订率),而Claude 3.7 Sonnet和Gemini 2.0 Flash则更加灵活(28-41%修订率)。价值模式也出现了分歧:GPT-4.1强调个人自主和直接沟通(相对于其 deliberation 合作者),而Claude 3.7 Sonnet和Gemini 2.0 Flash则优先考虑共情对话。我们进一步发现,辩论格式对模型行为有显著影响:GPT-4.1和Gemini 2.0 Flash相对于Claude 3.7 Sonnet表现出高度的顺从性,其裁决行为强烈受到顺序效应的影响。我们还提供了关于开源模型(DeepSeek-V3.2和Llama 3.1)的额外结果。

英文摘要

As large language models (LLMs) are increasingly deployed in sensitive everyday contexts -- offering personal advice, mental health support, and moral guidance -- understanding their behavior in navigating complex moral reasoning is essential. Most evaluations study this sociotechnical alignment through single-turn prompts, but it is unclear if these findings extend to multi-turn settings, and even less clear how they depend on the interaction protocols used to coordinate agentic systems. We address this gap using LLM debate to examine deliberative dynamics and value alignment in multi-turn settings by prompting subsets of three models (GPT-4.1, Claude 3.7 Sonnet, and Gemini 2.0 Flash) to collectively assign blame in 1,000 everyday dilemmas from Reddit's ``Am I the Asshole'' community. To test order effects and assess verdict revision, we use both synchronous (parallel responses) and round-robin (sequential responses) deliberation structures, mirroring how multi-agent systems are increasingly orchestrated in practice. Our findings show striking behavioral differences. In the synchronous setting, GPT-4.1 showed strong inertia (0.6-3.1\% revision rates) while Claude 3.7 Sonnet and Gemini 2.0 Flash were far more flexible (28-41\% revision rates). Value patterns also diverged: GPT-4.1 emphasized personal autonomy and direct communication (relative to its deliberation partners), while Claude 3.7 Sonnet and Gemini 2.0 Flash prioritized empathetic dialogue. We further find that deliberation format had a strong impact on model behavior: GPT-4.1 and Gemini 2.0 Flash stood out as highly conforming relative to Claude 3.7 Sonnet, with their verdict behavior strongly shaped by order effects. We provide additional results on open-source models (DeepSeek-V3.2 and Llama 3.1).

URL PDF HTML 收藏
2607.13031 2026-07-15 cs.LG cs.CV 新提交

The Seriality Gap in Video Diffusion Models

视频扩散模型中的序列性差距

Jorge Diaz Chao, Konpat Preechakul, Yuxi Liu, Yutong Bai

机构 * UC Berkeley(加州大学伯克利分校)

AI总结 研究视频扩散模型在多球动力学实验中的表现,发现其存在序列性差距,即任务所需串行计算与模型去噪循环不匹配,增加有效串行计算的方法可提升性能,还证明去噪步骤在串行推理和模拟任务上有结构障碍。

Comments Jorge Diaz Chao and Konpat Preechakul contributed equally. 24 pages, 12 figures, and 5 tables. Project page: https://seriality-gap.jdiazchao.com

详情
AI中文摘要

当一个球撞击另一个球,然后再撞击另一个球时,视频模型应该预测每次反弹的结果。在多球硬球动力学的控制实验中,我们发现即使提供更多的去噪步骤,标准双向视频扩散的性能也会随着因果链的延长而下降。在没有球-球相互作用的长度匹配单球控制中,这种性能下降基本消失,这表明是依赖事件结构而非视频长度导致了性能下降。在干预研究中,增加有效串行计算的方法能显著提高性能,包括自回归/逐块生成和架构深度。我们将这种模式识别为序列性差距,即要求不断增加串行计算的任务与去噪循环无法提供可扩展串行计算的视频扩散模型之间的不匹配。然后我们证明,对于确定性视频预测,去噪步骤不会在主干之外增加串行计算,这表明在串行推理和模拟任务上视频扩散存在结构障碍。

英文摘要

When one ball strikes another, then another, video models should predict the consequences of each bounce. In controlled experiments on multi-ball hard-sphere dynamics, we find that the performance of standard bidirectional video diffusion degrades as the causal chain lengthens, even when provided more denoising steps. In a length-matched single-ball control, where ball-ball interactions are absent, the degradation largely disappears, isolating dependent-event structure rather than video length as the cause. Across intervention studies, methods that increase effective serial computation improve performance disproportionately, including autoregressive/blockwise generation and architectural depth. We identify this pattern as the seriality gap: a mismatch between tasks requiring growing serial computation and video diffusion models whose denoising loop does not provide scalable serial compute. We then prove that, for deterministic video prediction, denoising steps do not add serial computation beyond the backbone, indicating a structural obstacle for video diffusion on serial reasoning and simulation tasks.

URL PDF HTML 收藏
2607.12114 2026-07-15 cs.RO cs.AI cs.CV 新提交

GaitSpan: Growing Humanoid Locomotion from Walking to Running

GaitSpan:将类人机器人的运动从行走扩展到跑步

Kwan-Yee Lin, Zilin Wang, Janelle J. Liu, Stella X. Yu

机构 * University of Michigan(密歇根大学) UC Berkeley(加州大学伯克利分校)

AI总结 研究如何让类人机器人从行走扩展到跑步,提出GaitSpan框架,将预训练行走策略扩展,通过节奏生成、步幅塑造和残差适应三方面实现,能跨形态、跨地形零样本部署,相比基线学习更快且步态性能更强。

Comments Project Page: https://gaitspan2026.github.io/

详情
AI中文摘要

一个能行走的类人机器人不应从头开始重新学习慢跑或跑步的运动。当前方法通常通过规定步态计划、模仿运动片段、训练专家切换或提炼技能为单一策略来获得步态多样性。这些策略虽能产生令人印象深刻的行为,但在连续速度指令、地形和形态方面灵活性有限。我们用GaitSpan研究技能增长,它将预训练的基本行走策略扩展为更快的运动。它把行走视为种子技能,可在新节奏下再生、扩展步幅并通过残差适应修正。这种扩展有节奏生成、步幅塑造和残差适应三个方面。GaitSpan首次提供了一个单一的指令条件类人机器人策略,涵盖行走、慢跑和类似跑步的状态,跨形态转移,并能在未见的模拟到模拟和真实世界地形上零样本部署。与多专家训练或人类模仿的基线相比,它学习更快,步态性能更强。

英文摘要

A humanoid that can walk should not relearn locomotion from scratch to jog or run. Yet current approaches often obtain gait diversity by prescribing gait schedules, imitating motion clips, training experts to switch between or distilling skills into one policy. These strategies can produce impressive behaviors, but offer limited flexibility across continuous speed commands, terrains, and morphologies. We study skill growth with GaitSpan, a framework that expands a pretrained, basic walking policy into faster locomotion. It treats walking as a seed skill: reusable motor structure for balance, support, body coordination, and contact transition that can be regenerated at new rhythms, extended into longer/higher strides, and corrected by residual adaptation. This expansion has three aspects: 1) rhythm generation, which modulates the frozen walking policy with multiple internal clocks and learns command-conditioned combinations of the resulting canonical actions; 2) stride shaping, which rewards dynamic locomotion patterns appropriate for higher commanded speeds using a physically grounded objective inspired by spring-loaded inverted pendulum dynamics; and 3) residual adaptation, which captures motion details not accounted for by rhythm generation or stride shaping. GaitSpan is the first to deliver a single command-conditioned humanoid policy that spans walking, jogging, and running-like regimes covering a continuous speed range, transfers across morphologies, and deploys zero-shot on unseen sim-to-sim, and real-world terrains. Compared with baselines either trained with multi-experts or imitation from humans, it learns faster and achieves stronger gait performance.

URL PDF HTML 收藏
2507.15833 2026-07-15 cs.RO cs.AI cs.CV 版本更新

Look, Focus, Act: Efficient and Robust Robot Learning via Human Gaze and Foveated Vision Transformers

看、聚焦、行动:通过人类注视和中央凹视觉变换器实现高效且稳健的机器人学习

Ian Chuang, Jinyu Zou, Andrew Lee, Dechen Gao, Iman Soltani

机构 * University of California, Berkeley(加州大学伯克利分校) Tongji University(同济大学) University of California, Davis(加州大学戴维斯分校)

AI总结 研究如何将人类注视融入机器人策略以提升效率与稳健性,开发GIAVA系统,通过中央凹补丁令牌化将注视信息集成到视觉变换器,减少计算量,降低计算开销,增强稳健性,在高精度任务中提高成功率,凸显人类启发的中央凹视觉处理的潜力。

Comments Project page: https://soltanilara.github.io/giava/

详情
AI中文摘要

人类视觉是由注视驱动的高度活跃过程,通过中央凹将注意力导向与任务相关区域,大幅减少视觉处理。相比之下,机器人学习系统通常依赖对原始相机图像的被动、统一处理。本文探索将类似人类的主动注视纳入机器人策略如何提高效率和稳健性。开发了GIAVA机器人视觉系统,扩展了AV - ALOHA机器人平台,引入同时收集眼动追踪、视角控制和机器人操作演示数据的框架,还开源了模拟基准和数据集。受中央凹图像分割及视觉变换器在机器人学习中广泛应用启发,用中央凹补丁令牌化方案将注视信息集成到视觉变换器中,减少了令牌数量和计算量。结果表明该方法大幅降低计算开销,增强对背景干扰的稳健性,在某些高精度任务中提高了成功率。这些发现表明受人类启发的中央凹视觉处理有未开发潜力,应进一步作为机器人视觉系统有用的归纳偏差来考虑。

英文摘要

Human vision is a highly active process driven by gaze, which directs attention to task-relevant regions through foveation, dramatically reducing visual processing. In contrast, robot learning systems typically rely on passive, uniform processing of raw camera images. In this work, we explore how incorporating human-like active gaze into robotic policies can enhance efficiency and robustness. We develop GIAVA (Gaze Integrated Active-Vision ALOHA), a robot vision system that emulates human head and neck movement, and gaze adjustment for foveated processing. Extending the AV-ALOHA robot platform, we introduce a framework for simultaneously collecting eye-tracking, perspective control, and robot manipulation demonstration data from a human operator. We also open-source a simulation benchmark and dataset for training robot policies that incorporate human gaze. Inspired by recent work in foveated image segmentation and given the widespread use of Vision Transformers (ViTs) in robot learning, we integrate gaze information into ViTs using a foveated patch tokenization scheme. Compared to uniform patch tokenization, this significantly reduces the number of tokens, and thus computation. Our results show that our method for foveated robot vision drastically reduces computational overhead, and enhances robustness to background distractors. Notably, on certain high-precision tasks, foveated vision also improves performance, as reflected in higher success rates. Together, these findings suggest that human-inspired foveated visual processing offers untapped potential and should be further considered as a useful inductive bias in robotic vision systems. https://soltanilara.github.io/giava/

URL PDF HTML 收藏
2506.12339 2026-07-15 cs.HC cs.AI 版本更新

SheetMind: An End-to-End LLM-Powered Multi-Agent Framework for Spreadsheet Automation

SheetMind:一个由端到端大语言模型驱动的用于电子表格自动化的多智能体框架

Xi Cheng, Ruiyan Zhu, Ke Liu, Rakesh Chowdary Machineni, Lyuhao Chen, Brian Zhu, Daniel Jin, Zheng Qi, Neeraj Parihar, Zhoutian Xu, Oliver Gao

机构 * Cornell University(康奈尔大学) University of California, Berkeley(加州大学伯克利分校) University of Michigan(密歇根大学) Carnegie Mellon University(卡内基梅隆大学) Hong Kong University of Science and Technology (GZ)(香港科学与技术大学)

AI总结 介绍由大语言模型驱动的多智能体框架SheetMind用于电子表格自动化,其分层系统含三个智能体,经评估在SheetCopilot基准测试中执行成功率达100%、功能正确性54.8%超对手,消融研究验证配置优势,还集成到谷歌表格。

详情
AI中文摘要

我们展示了SheetMind,这是一个由大语言模型驱动的模块化多智能体框架,用于通过自然语言指令实现电子表格自动化。本文介绍了一个分层智能体系统,它由三个专门的智能体组成:负责将复杂用户指令分解为子任务的管理智能体;使用巴科斯范式(BNF)语法将这些指令转换为结构化命令的行动智能体;以及验证生成动作与用户原始意图之间一致性的反思智能体。我们使用GPT-3.5-Turbo在221个任务的SheetCopilot基准测试中对SheetMind进行评估。SheetMind实现了100%的执行成功率和54.8%的功能正确性,超过了SheetCopilot(44.3%),同时保持了完美的执行可靠性。我们还在一个单独策划的数据集上进行了消融研究,以确认完整的三智能体配置始终优于所有部分变体。最后,我们通过Workspace扩展将我们的系统集成到谷歌表格中。

英文摘要

We present SheetMind, a modular multi-agent framework powered by large language models (LLMs) for spreadsheet automation via natural language instructions. In this paper, we introduce a hierarchical agentic system consisting of three specialized agents: Manager Agent that decomposes complex user instructions into subtasks; an Action Agent that translates these into structured commands using a Backus-Naur Form (BNF) grammar; and a Reflection Agent that validates alignment between generated actions and the user's original intent. We evaluate SheetMind on the 221-task SheetCopilot Benchmark with GPT-3.5-Turbo. SheetMind achieved 100% execution success and 54.8% functional correctness, exceeding SheetCopilot (44.3%) while maintaining perfect execution reliability. We also conduct ablation study on a separately curated dataset to confirm that the full three-agent configuration consistently outperforms all partial variants. Lastly, we integrate our system into Google Sheets via a Workspace extension.

URL PDF HTML 收藏