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

高校专区

University of Wisconsin-Madison(威斯康星大学麦迪逊分校)

至 收录 735
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.16212 2026-07-21 cs.AI 新提交

Symbolic Augmentation Closes a Canonical-Equivalence Blind Spot in Neural Fact-Checkers

符号增强弥补神经事实核查器中规范等价盲点

Genpei Zhang

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校)

AI总结 研究大语言模型总结科学文本时数字和单位幻觉问题,提出将错误检测重定义为类型验证,引入分类法和基准。用符号增强训练框架,提升规范等价鲁棒性,提高准确率,还明确了符号特征及银标签在特定情况下的作用,确定训练时增强是关键集成点。

Comments 18 pages, 3 figures, 6 tables

详情
AI中文摘要

大语言模型在总结科学文本时会出现数字和单位幻觉,这可能会使科学主张悄然反转。我们将此类错误检测重新定义为类型验证:引入了一个五类类型化数量错误分类法和一个1500项基准,该基准从PMC和arXiv来源重写,并由两名独立的大语言模型注释者标注(Krippendorff's alpha = 0.882)。在该基准上微调的ModernBERT编码器达到了宏观F1 = 0.899,但四个探测器暴露了一个明显的结构盲点:对于物理等价量的规范等价重写,其准确率降至36.5%。我们提出了符号增强,这是一个训练时框架,它反向运行符号验证器的模块以生成保留标签的增强训练数据。增强将规范等价鲁棒性提高到98.2%,同时略微提高了分布内准确率(宏观F1:从0.899提高到0.902);增强后的编码器在无推理成本的情况下与前沿大语言模型匹配,并转移到外部基准(SciFact-Open二进制宏观F1:从0.791提高到0.828)。两个负面结果强化了这一观点:符号特征作为辅助编码器输入没有作用,并且符号银标签在教师噪声下呈负比例缩放。这些结果共同确定训练时增强是符号和学习组件之间正确的集成点。

英文摘要

Large language models hallucinate numbers and units when summarizing scientific text, a failure mode that can silently invert a scientific claim. We recast the detection of such errors as typed verification: we introduce a five-class typed-quantity error taxonomy and a 1500-item benchmark, rewritten from PMC and arXiv sources and labeled by two independent LLM annotators with adjudication (Krippendorff's alpha = 0.882). A ModernBERT encoder fine-tuned on this benchmark reaches macro-F1 = 0.899, far above any off-the-shelf neural fact-checker, yet four probes expose a sharp structural blind spot: on canonical-equivalent rewrites of physically equivalent quantities (e.g., 95°C and 368.15 K) its accuracy collapses to 36.5%. We propose Symbolic Augmentation, a training-time framework that runs the modules of a symbolic verifier in reverse to generate label-preserving augmented training data. The augmentation lifts canonical-equivalence robustness to 98.2% while slightly improving in-distribution accuracy (macro-F1: 0.899 to 0.902); the augmented encoder matches a closed-frontier LLM at no inference cost and transfers to an external benchmark (SciFact-Open binary macro-F1: 0.791 to 0.828). Two negative results sharpen the claim: symbolic features as auxiliary encoder inputs add nothing, and symbolic silver labels scale negatively under teacher noise. Together these results identify training-time augmentation as the right integration point between symbolic and learned components.

URL PDF HTML 收藏
2606.04165 2026-07-21 hep-ex cs.LG hep-ph physics.ins-det 版本更新

CaloTrilogy: Toward a Breakthrough in One-Step, End-to-End, Physics-Guided Shower Generation for Modern Calorimeters

CaloTrilogy:迈向现代量热器一步式端到端物理引导簇射生成的突破

Cheng Jiang, Sitian Qian, Kevin Pedro, Oz Amram, Huilin Qu, Maggie Voetberg

机构 * School of Physics and Astronomy, University of Edinburgh(爱丁堡大学物理与天文学学院) Department of Physics, University of Wisconsin-Madison(威斯康星大学麦迪逊分校物理系) Fermi National Accelerator Laboratory(费米国家加速器实验室) State Key Laboratory of Dark Matter Physics, Tsung-Dao Lee Institute & School of Physics and Astronomy, Shanghai Jiao Tong University(上海交通大学暗物质物理国家重点实验室、李政道研究所及物理与天文学学院) Key Laboratory for Particle Astrophysics and Cosmology (MOE) & Shanghai Key Laboratory for Particle Physics and Cosmology, Shanghai Jiao Tong University(教育部粒子天体物理与宇宙学重点实验室及上海粒子物理与宇宙学重点实验室,上海交通大学)

AI总结 提出一种结合平均速度场积分器、学习生成先验和物理引导损失项的框架,实现一步或少量评估步骤的高质量簇射生成,性能与最先进的流和扩散模型相当。

详情
AI中文摘要

当前和未来对撞机的高精度量热器模拟对计算资源的需求快速增长,促使开发机器学习替代传统蒙特卡洛工具(如Geant4)。流匹配和基于扩散的生成模型因其样本质量而成为高维快速模拟的主流方法,但通常在推理时需要${\cal O}(100)$次函数评估,并常依赖辅助网络约束全局可观测量,损害了简化的端到端生成。我们引入了一个统一框架,改进了速度、簇射质量和物理保真度之间的平衡。该方法结合了:(i)平均速度场积分器,实现一步或少量评估的采样;(ii)从数据而非随机噪声构建的簇射空间学习生成先验;(iii)训练期间对关键可观测量施加归纳偏置的物理引导损失项。这些元素是训练时的正则化器,保持了端到端推理且无额外成本。仅需一步或少量评估步骤,该模型在多个公开的高粒度量热器数据集上达到了与最先进的流和扩散模型竞争的簇射质量。结果表明层间簇射结构与底层物理一致,为未来的快速模拟工作流提供了有力候选。

英文摘要

High-precision calorimeter simulation at current and future colliders imposes rapidly growing computational demands, motivating the development of machine-learning surrogates for traditional Monte Carlo tools such as Geant4. Flow matching and diffusion-based generative models have become leading approaches for high-dimensional fast simulation because of their sample quality, but typically require ${\cal O}(100)$ function evaluations at inference and often rely on auxiliary networks to constrain global observables, compromising streamlined end-to-end generation. We introduce a unified framework that improves the balance between speed, shower quality, and physics fidelity. The method combines: (i) an average velocity field integrator that enables sampling in one or a few evaluations; (ii) a learned generative prior in shower space, constructed from data rather than random noise; and (iii) physics-guided loss terms that impose inductive biases on key observables during training. These elements are training time regularizers, preserving end-to-end inference with no additional cost. With only one or a few evaluation steps, the model achieves shower quality competitive with state-of-the-art flow and diffusion approaches, tested on several public high granularity calorimeter datasets. The results demonstrate inter-layer shower structure consistent with the underlying physics, providing a strong candidate for future fast simulation workflows.

URL PDF HTML 收藏
2604.15107 2026-07-21 stat.ML cs.LG 版本更新

MinShap: A Shapley-Based Framework for Feature Redundancy

MinShap:一种用于特征选择的改进Shapley值方法

Chenghui Zheng, Garvesh Raskutti

机构 * Department of Statistics, University of Wisconsin - Madison(威斯康星大学麦迪逊分校统计系)

AI总结 本文提出MinShap方法,通过改进Shapley值框架,结合最小边际贡献进行特征选择,优于现有算法在准确性和稳定性上。

详情
AI中文摘要

特征选择是统计和机器学习中的经典问题,尤其在未知非线性关系和依赖特征的背景下仍极具挑战性。Shapley值是合作博弈理论中的经典解决方案,广泛用于一般非线性模型中高依赖特征的特征归因。然而,Shapley值不自然适用于特征选择,因为它们倾向于捕捉每个特征对响应的直接效应和通过其他特征的间接效应。本文结合Shapley值的优势,提出MinShap,一种改进的Shapley值框架及相关算法。特别是对于MinShap,而不是在特征排列上取平均边际贡献,考虑排列中的最小边际贡献。我们提供了基于DAG(有向无环图模型)中忠实性假设的理论基础,为MinShap的I型错误提供保证,并通过数值模拟和真实数据实验表明,MinShap在准确性和稳定性方面优于LOCO、GCM和Lasso等现有特征选择算法。我们还引入了一套相关的算法,通过多重检验/ p值视角在小样本设置中提高性能,并提供了支持性的理论保证。

英文摘要

Shapley values provide a flexible framework for attributing feature contributions to model predictions, but they are not naturally suited for feature selection: a feature may receive a positive attribution even when it is redundant given the remaining variables. In this paper, we introduce \textbf{MinShap}, a general framework for identifying \emph{important} or \emph{non-redundant} features through conditional importance functionals $VI_j^S$. Rather than averaging feature contributions across conditioning sets, MinShap aggregates them using the \emph{minimum}, thereby testing whether a feature remains relevant under every conditioning context. We show that, under a simple \emph{null monotonicity} condition, the minimum aggregation exactly characterizes feature redundancy and yields a principled feature selection criterion. This perspective provides a unified framework for statistical feature selection and representation-based interpretability while retaining the stability advantages of Shapley-style aggregation. We develop scalable algorithms with statistical guarantees, establish connections to multiple-testing procedures, and demonstrate through theory and experiments that MinShap produces more accurate and stable feature selection than existing model-agnostic approaches.

URL PDF HTML 收藏
2509.08765 2026-07-21 physics.comp-ph cs.LG cs.NA math.NA stat.ML 版本更新

One-shot acceleration of transient PDE solvers via online-learned preconditioners

通过在线学习预处理器实现瞬态偏微分方程求解器的一次性加速

Mikhail Khodak, Min Ki Jung, Brian Wynne, Edmond Chow, Egemen Kolemen

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校) Seoul National University(首尔国立大学) Princeton University(普林斯顿大学) Georgia Institute of Technology(佐治亚理工学院)

AI总结 研究针对瞬态偏微分方程数值模拟,提出用强盗算法利用线性求解器反馈在线学习预处理器配置的PCGBandit方法,直接在OpenFOAM上实现,可一次性加速模拟,在流体和MHD问题上验证了有效性。

Comments code available at https://github.com/mkhodak/PCGBandit

Journal ref Computer Physics Communications 327 (2026) 110304

详情
AI中文摘要

数据驱动的科学计算工作流程加速一直是机器学习用于科学领域的一个备受瞩目的目标,瞬态偏微分方程的数值模拟是主要应用之一。目前的重点是需要经典模拟来训练的方法,这与神经网络的数据饥渴和优化挑战相结合,使得难以证明相对于强大的经典基线有令人信服的优势。我们考虑一种替代范式,即学习者使用经典求解器自身的数据来加速它,实现模拟的一次性加速。具体而言,由于瞬态偏微分方程通常需要求解一系列相关的线性系统,强盗算法可以利用对线性求解器(如预条件共轭梯度法)的重复调用的反馈来在线学习求解器配置(如预处理器)的自适应序列。我们开发的方法PCGBandit直接在流行的开源软件OpenFOAM之上实现,我们用它来展示其在一组流体和磁流体动力学(MHD)问题上的有效性。

英文摘要

Data-driven acceleration of scientific computing workflows has been a high-profile aim of machine learning (ML) for science, with numerical simulation of transient partial differential equations (PDEs) being one of the main applications. The focus thus far has been on methods that require classical simulations to train, which when combined with the data-hungriness and optimization challenges of neural networks has caused difficulties in demonstrating a convincing advantage against strong classical baselines. We consider an alternative paradigm in which the learner uses a classical solver's own data to accelerate it, enabling a one-shot speedup of the simulation. Concretely, since transient PDEs often require solving a sequence of related linear systems, the feedback from repeated calls to a linear solver such as preconditioned conjugate gradient (PCG) can be used by a bandit algorithm to online-learn an adaptive sequence of solver configurations (e.g. preconditioners). The method we develop, PCGBandit, is implemented directly on top of the popular open-source software OpenFOAM, which we use to show its effectiveness on a set of fluid and magnetohydrodynamics (MHD) problems.

URL PDF HTML 收藏
2510.11539 2026-07-20 cs.RO math.OC 版本更新

Simultaneous Calibration of Noise Covariance and Kinematics for State Estimation of Legged Robots via Bi-level Optimization

通过双层优化同时校准噪声协方差和运动学参数以实现四足机器人和双足机器人的状态估计

Denglin Cheng, Jiarong Kang, Xiaobin Xiong

机构 * Legged AI Lab(足式人工智能实验室) Johns Hopkins University(约翰霍普金斯大学) University of Wisconsin–Madison(威斯康星大学麦迪逊分校) Shanghai Innovation Institute (SII)(上海创新研究院)

AI总结 本文提出一种双层优化框架,通过联合校准协方差矩阵和运动学参数提升机器人状态估计的准确性与不确定性校准。

详情
AI中文摘要

准确的状态估计对于在动态不确定环境中运行的腿部和空中机器人至关重要。一个关键挑战在于指定过程和测量噪声协方差,这些通常未知或手动调优。本文介绍了一种双层优化框架,通过闭环估计器同时校准协方差矩阵和运动学参数。上层将噪声协方差和模型参数作为优化变量,下层执行全信息估计器。通过估计器求导可直接优化轨迹级目标,从而获得准确且一致的状态估计。我们在四足和双足机器人上验证了该方法,证明其比手动调优的基线方法在估计精度和不确定性校准上有了显著提升。本文方法将状态估计、传感器和运动学校准统一到一个原理性、数据驱动的框架中,适用于各种机器人平台。

英文摘要

Accurate state estimation is critical for legged and aerial robots operating in dynamic, uncertain environments. A key challenge lies in specifying process and measurement noise covariances, which are typically unknown or manually tuned. In this work, we introduce a bi-level optimization framework that jointly calibrates covariance matrices and kinematic parameters in an estimator-in-the-loop manner. The upper level treats noise covariances and model parameters as optimization variables, while the lower level executes a full-information estimator. Differentiating through the estimator allows direct optimization of trajectory-level objectives, resulting in accurate and consistent state estimates. We validate our approach on quadrupedal and humanoid robots, demonstrating significantly improved estimation accuracy and uncertainty calibration compared to hand-tuned baselines. Our method unifies state estimation, sensor, and kinematics calibration into a principled, data-driven framework applicable across diverse robotic platforms.

URL PDF HTML 收藏
2605.21751 2026-07-17 cs.LG 版本更新

Models Can Model, But Can't Bind: Structured Grounding in Text-to-Optimization

模型可以建模,但无法绑定:文本到优化中的结构化 grounding

Zhiqi Gao, Albert Ge, Alexander Berenbeim, Nathaniel D. Bastian, Frederic Sala

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校) United States Military Academy(美国军事学院)

AI总结 本文研究了文本到优化任务中建模与绑定两个关键能力的分离性,发现随着实例数据增长,模型准确性下降,提出BIND方法通过结构化文件外部化数据来提升绑定性能,验证了绑定专精模型在不同优化类别中的优势。

Comments Accepted to COLM 2026. Code and data: https://github.com/SprocketLab/Text2Opt-Bench

详情
AI中文摘要

文本到优化需要两种可分离的能力:建模——选择正确的优化结构——和绑定——将每个系数、索引和参数在具体问题数据中具体化。我们通过Text2Opt-Bench,一个涵盖12类问题的可扩展基准,研究了这一问题,该基准包含从教科书线性规划到具有数千变量的随机和多目标形式的求解器验证优化问题。在10多个模型上,我们发现当实例数据增长时,准确性下降,即使优化形式本身简单。我们称此为有效绑定限制。我们通过一种简单的推理时间方法BIND来解决,该方法将数值数据外部化到结构化文件中,使模型能够程序化地绑定数据,而不是从提示中转录。BIND将GPT-5-Nano的准确性从59.1%提升到82.4%,在低于pass@1的token成本下达到pass@5(82.0%)的水平,并将GPT-5的准确性从86.2%提升到95.8%。此外,我们通过仅在绑定上微调模型验证了我们的假设,证明在三个结构上不同的优化类别中,绑定专精模型在端到端SFT和RL中表现更优,1.5B绑定专精模型单独即可达到7B端到端基线的水平。

英文摘要

Text-to-optimization requires two separable capabilities: modeling -- choosing the right optimization structure -- and binding -- grounding every coefficient, index, and parameter in the concrete problem data. We study this via Text2Opt-Bench, a scalable benchmark of solver-verified optimization problems spanning 12 categories, from textbook linear programs to stochastic and multi-objective formulations with up to thousands of variables. Across 10+ models, we find that accuracy collapses as instance data grows, even when the formulation itself is simple. We call this the effective binding limit. We study it with a family of techniques, BIND, that externalize numeric data to structured files so the model binds data programmatically rather than transcribing from the prompt. When using an oracle for externalizing data, we recover between 12 and 27 accuracy points, confirming binding as a key -- but recoverable -- failure mode. In a deployable setting without oracle access, we validate our hypothesis by finetuning a model exclusively on binding and show that it outperforms end-to-end SFT and RL across three structurally distinct optimization categories, with a 1.5B binding specialist alone matching a 7B end-to-end baseline.

URL PDF HTML 收藏
2507.03209 2026-07-17 q-bio.QM cs.CE cs.LG q-bio.MN 版本更新

A Machine Learning Benchmarking Framework for Lipid Nanoparticle Transfection Efficiency Prediction

用于脂质纳米颗粒转染效率预测的机器学习基准框架

Asal Mehradfar, Mohammad Shahab Sepehri, Jose Miguel Hernandez-Lobato, Glen S. Kwon, Mahdi Soltanolkotabi, Salman Avestimehr, Morteza Rasoulianboroujeni

机构 * Department of Electrical and Computer Engineering, University of Southern California(电气与计算机工程系,南加州大学) University of Cambridge(剑桥大学) School of Pharmacy, University of Wisconsin-Madison(威斯康星大学麦迪逊分校药学院) University of Wisconsin-Madison(威斯康星大学麦迪逊分校) East Tennessee State University(东田纳西州立大学)

AI总结 研究针对脂质纳米颗粒转染效率预测,提出机器学习基准框架,系统测试不同分子表示与机器学习架构,用特定数据集评估模型,显示利用显式分子子结构编码的模型准确性最高,为相关预测模型发展建立基线。

Comments Published in Communications AI & Computing (Nature Portfolio), 2026

Journal ref Commun. AI Comput. 1, 2 (2026)

详情
AI中文摘要

新的可电离脂质的发现是RNA疗法发展的主要瓶颈。机器学习模型可直接根据脂质结构预测转染效率,但缺乏严格的基准测试。本文提出了一个强大的机器学习基准框架,用于评估基于可电离脂质结构的转染预测模型。该框架系统地对不同分子表示与广泛的机器学习架构进行基准测试,支持模型泛化评估和超越标准回归指标的预测可靠性评估。通过一个精心策划的数据集表明,利用显式分子子结构编码的模型具有最高预测准确性,而一些当前基于图的模型准确性较低。该框架为脂质基RNA递送预测模型的未来发展建立了强大的基线。

英文摘要

The discovery of new ionizable lipids for efficient lipid nanoparticle (LNP)-mediated RNA delivery remains a major bottleneck in RNA therapeutics development. Recent advances demonstrate the potential of machine learning (ML) models to predict transfection efficiency directly from lipid structure, enabling high-throughput virtual screening and accelerating lead identification. However, as new models for LNP transfection prediction continue to emerge, the lack of rigorous and standardized benchmarking poses a significant risk and may undermine confidence in their reliability for discovery. Here, we present a robust ML benchmarking framework for evaluating transfection prediction models based on ionizable lipid structures. This framework systematically benchmarks diverse molecular representations paired with a broad range of ML architectures spanning traditional models, feedforward neural networks, and state-of-the-art graph-based methods. In addition, the presented framework supports assessment of model generalization and evaluates prediction reliability beyond standard regression metrics. Using a curated dataset of 1,100 unique ionizable lipid structures derived from the HeLa transfection dataset originally reported by Xu et al., we show that within this framework, models leveraging explicit molecular substructure encoding consistently achieve the highest predictive accuracy and should serve as essential baselines for the development of new, more sophisticated models. In contrast, some current graph-based models, including AGILE, Chemprop, and KPGT, tend to show comparatively lower accuracy. The presented framework provides a standardized, transparent, and comprehensive benchmarking resource that enables meaningful comparison of emerging architectures and establishes strong baselines for future development of predictive models in lipid-based RNA delivery.

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

TRACE: Turn-level Reward Assignment via Credit Estimation for Long-Horizon Agents

TRACE:通过信用估计进行长期奖励分配的回合级奖励分配

Leitian Tao, Baolin Peng, Wenlin Yao, Tao Ge, Hao Cheng, Mike Hang Wang, Jianfeng Gao, Sharon Li

机构 * University of Wisconsin–Madison(威斯康星大学麦迪逊分校) Microsoft Research(微软研究院)

AI总结 研究针对多轮智能体训练后的信用分配难题,提出TRACE方法,通过特定状态转换、对数概率获取及转换等步骤进行奖励分配。该方法无需额外训练,在长期复杂搜索任务中显著提升基础模型工具使用能力,在基准测试中表现良好且学习曲线更佳。

Comments 26 pages

详情
AI中文摘要

多轮智能体通过一系列工具交互来解决复杂任务,这使得训练后的信用分配成为一个基本挑战。结果奖励对短期推理提供可靠监督,但随着轨迹增长会变得稀疏且方差大,还可能产生误导。我们提出TRACE,一种用于智能体强化学习的密集信用分配方法。TRACE将展开表示为工具调用边界处的状态转换,从冻结的参考模型获取黄金答案对数概率,将其转换为对数比率状态值,并将每个动作的奖励推导为这些值的时间差分变化。这无需额外的评论家或过程标签训练,其单步对数比率TD组件可跨冗余工具调用进行伸缩。在长期复杂搜索中,TRACE通过纯强化学习显著提高了基础模型的工具使用能力,在封闭网络BrowseComp-Plus基准测试中提升了Qwen3-4B和Qwen3-30B-A3B的性能,且学习行为可转移到开放网络基准测试,学习曲线显示在强化学习训练中更早改进和更快收敛。

英文摘要

Multi-turn agents solve complex tasks through extended sequences of tool interactions before producing a final answer, making credit assignment a fundamental challenge during post-training. Outcome rewards provide reliable supervision for short-horizon reasoning, but become sparse and high-variance as trajectories grow to tens or hundreds of tool calls. They can also be misleading: a failed rollout may contain many useful actions that move the agent closer to the goal, yet outcome-only training assigns them the same negative advantage as the eventual mistake. We propose TRACE (Turn-level Reward Assignment via Credit Estimation), a dense credit-assignment method for agentic reinforcement learning. TRACE represents rollouts as state transitions at tool-call boundaries, obtains gold-answer log-probabilities from a frozen reference model, transforms them into log-ratio state values, and derives per-action rewards as Temporal-Difference changes in those values. This requires no additional critic or process-label training, and its one-step log-ratio TD component telescopes across redundant tool calls. On long-horizon complex search, TRACE substantially improves base-model tool-use ability using pure RL, without a cold-start supervised fine-tuning stage, an agentic mid-training stage, or training on live-web data. On the closed-web BrowseComp-Plus benchmark, it raises Qwen3-4B from $7.2$ to $35.6$ and Qwen3-30B-A3B from $8.4$ to $42.6$. The learned search behavior also transfers to open-web benchmarks, and the learning curves show earlier improvement and faster convergence during RL training.

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

Multi-Agent Collaborative Reasoning with Tool-Augmented Evidence for Urban Region Profiling

基于工具增强证据的多智能体协作推理用于城市区域剖析

Xixuan Hao, Yutian Jiang, Jiabo Liu, Yihang Yang, Guangyin Jin, Song Gao, Yuxuan Liang

机构 * The Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州)) University of Washington(华盛顿大学) Chang’an University(长安大学) University of Wisconsin - Madison(威斯康星大学麦迪逊分校)

AI总结 研究针对城市区域剖析问题,提出UrbanAgent框架,通过多智能体协作推理解决跨模态不一致,将指标预测扩展为闭环过程,经实验验证其性能优于现有基线,在未见城市设置中有强泛化性。

Comments Accepted by KDD 2026

详情
AI中文摘要

城市区域剖析是城市计算中的核心问题,支持人口估计、经济评估和环境监测等应用。现有方法通常将此任务表述为多模态表示学习,融合卫星图像、兴趣点、文本描述和3D建筑信息等异构城市数据到潜在嵌入中进行预测。但这些方法大多由相关性驱动,假设跨模态一致性,依赖静态管道,限制了其在异构或未见城市区域的鲁棒性。我们提出UrbanAgent,一个将城市区域剖析重新构建为推理驱动推理问题的智能体框架。UrbanAgent为每个数据模态实例化一个独立智能体,进行结构化多智能体协作推理以明确解决跨模态不一致性,而非将其吸收到单一表示中。此外,UrbanAgent将指标预测扩展为主动证据获取和迭代推理的闭环过程,使智能体能够通过经强化学习优化的外部知识的工具增强检索来验证不确定推理。在全球城市数据集上进行的碳排放、GDP和人口估计的广泛实验表明,UrbanAgent始终优于现有基线,R2平均提高8.1%,并在未见城市设置中表现出强大的泛化性能。

英文摘要

Urban region profiling constitutes a core problem in urban computing, supporting applications such as population estimation, economic assessment, and environmental monitoring. Existing methods typically formulate this task as multimodal representation learning, fusing heterogeneous urban data, e.g., satellite imagery, points of interest, textual descriptions, and 3D building information, into latent embeddings for prediction. However, these approaches are largely correlation-driven, assume cross-modal consistency, and rely on static pipelines, which limit their robustness in heterogeneous or unseen urban regions. We propose UrbanAgent, an agentic framework that reframes urban region profiling as a reasoning-driven inference problem. UrbanAgent instantiates an independent agent for each data modality and performs structured multi-agent collaborative reasoning to explicitly address cross-modal inconsistencies rather than absorbing them into a single representation. In addition, UrbanAgent extends indicator prediction as a closed-loop process of active evidence acquisition and iterative reasoning, enabling agents to verify uncertain inferences through tool-augmented retrieval of external knowledge optimized via reinforcement learning. Extensive experiments on global urban datasets for Carbon emissions, GDP, and Population estimation show that UrbanAgent consistently outperforms existing baselines, achieving an average improvement of 8.1% in R2, and exhibiting strong generalization performance in unseen-city settings.

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 收藏
2509.24563 2026-07-16 cs.CV cs.CL 版本更新

NeMo: Needle in a Montage for Video-Language Understanding

NeMo:视频语言理解中的蒙太奇之针

Zi-Yuan Hu, Shuo Liang, Duo Zheng, Yanyang Li, Yeyao Tao, Shijia Huang, Wei Feng, Jia Qin, Jianguang Yu, Jing Huang, Meng Fang, Yin Li, Liwei Wang

机构 * The Chinese University of Hong Kong(香港中文大学) Phoenix TV(凤凰电视台) Stanford University(斯坦福大学) University of Liverpool(利物浦大学) University of Wisconsin-Madison(威斯康星大学麦迪逊分校)

AI总结 为评估视频大语言模型时间理解能力,提出蒙太奇之针(NeMo)任务,开发自动数据生成管道并构建NeMoBench基准,能生成高质量数据,评估了20个模型,展现其能力与局限。

详情
AI中文摘要

视频大语言模型的进展需要新的视频语言理解评估协议和基准。受大语言模型中广泛使用的大海捞针测试启发,引入了蒙太奇之针(NeMo)新任务,用于评估高级视频大语言模型的时间理解能力。该任务聚焦检索式长上下文召回和时间定位这两个关键能力。开发了可扩展的自动数据生成管道来生成视频问答数据,并基于此呈现了以该任务为中心的NeMoBench基准。实验表明管道能可靠自动生成高质量评估数据,在基准上评估了20个模型并给出结果与见解。

英文摘要

Recent advances in video large language models (VideoLLMs) call for new evaluation protocols and benchmarks for video-language understanding. Inspired by the needle in a haystack test widely used by LLMs, we introduce a novel task of Needle in a Montage (NeMo), which is designed to assess the temporal understanding capabilities of advanced VideoLLMs. Specifically, the proposed task focuses on two fundamental abilities critical for temporal understanding, i.e., retrieval-style long-context recall and temporal grounding. To generate video question answering data for our task, we develop a scalable automated data generation pipeline that facilitates high-quality data synthesis. Built upon the proposed pipeline, we present NeMoBench, a video-language benchmark centered on our task. Specifically, our full set of NeMoBench features 31,378 automatically generated question-answer (QA) pairs from 13,486 videos with various durations ranging from seconds to hours. Experiments demonstrate that our pipeline can reliably and automatically generate high-quality evaluation data, enabling NeMoBench to be continuously updated with the latest videos. We evaluate 20 state-of-the-art models on our benchmark, providing extensive results and key insights into their capabilities and limitations. Our project page is available at: https://lavi-lab.github.io/NeMoBench.

URL PDF HTML 收藏
2607.12747 2026-07-15 cs.AI cs.CL 新提交

Tracing Agentic Failure from the Flow of Success

从成功流中追溯智能体失败

Samuel Yeh, Yiwen Zhu, Shaleen Deep, Sharon Li

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校) Microsoft Research(微软研究院)

AI总结 研究基于大语言模型的智能体系统失败归因问题,提出OAT方法将其转化为单类学习,用神经控制微分方程建模成功轨迹动态模式,实验表明该方法比基线快且F1分数更高,是诊断智能体系统失败的有效方向。

详情
AI中文摘要

基于大语言模型的智能体系统的失败归因,即识别失败轨迹中的哪些步骤导致任务失败,对于调试和改进这些系统至关重要。现有方法要么依赖计算成本高的基于提示的管道,要么需要对带有步骤级错误注释的失败轨迹进行训练后处理,而这些注释收集成本高且难以扩展。我们认为实用的失败归因模型应轻量级且无需对失败数据进行步骤级监督即可训练。为此,我们解决无监督失败归因问题,即仅在成功轨迹上训练,并在推理时给定失败轨迹识别错误步骤。我们提出了OAT,将此问题转化为使用神经控制微分方程的单类学习,在潜在空间中对成功轨迹的动态模式进行建模。在推理时,根据失败轨迹中每个步骤与在成功轨迹上学习的动态的偏差为其分配异常分数,然后用于形成一组错误步骤集合。仅在100条成功轨迹上进行训练的实验表明,OAT比基于提示的基线快200至5000倍,并且在域内和分布外数据集中分别以高出20%和7%的F1分数持续优于它们,这表明OAT是诊断智能体系统失败的一个有前途且高效的方向。

英文摘要

Failure attribution for LLM-based agentic systems, i.e., identifying which steps in a failure trajectory caused the task to fail, is critical for debugging and improving these systems. Existing approaches either rely on prompting-based pipelines, which are computationally expensive, or require post-training on failure trajectories with step-level error annotations, which are costly to collect and difficult to scale. We argue that a practical failure attribution model should be lightweight and trainable without step-level supervision on failure data. To this end, we address unsupervised failure attribution, i.e., training exclusively on successful trajectories and identifying error steps at inference time given a failure trajectory. We propose OAT, which casts this problem as one-class learning with neural controlled differential equations, modeling the dynamical pattern of successful trajectories in latent space. At inference time, each step in a failure trajectory is assigned an anomaly score based on its deviation from the dynamics learned on successful trajectories, which is then used to form a set of error steps. With training on only 100 successful trajectories, experiments show that OAT is 200--5000 $\times$ faster than prompting-based baselines, and, at the same time, consistently outperforms them in both in-domain and out-of-distribution datasets with +20% and +7% F1 scores, respectively, demonstrating that OAT is a promising and efficient direction for diagnosing agentic system failures.

URL PDF HTML 收藏
2603.16798 2026-07-15 cs.LG cs.DS math.ST stat.ML stat.TH 版本更新

High-Dimensional Gaussian Mean Estimation under Realizable Contamination

高维高斯均值估计在可实现污染下的研究

Ilias Diakonikolas, Daniel M. Kane, Thanasis Pittas

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校) University of California, San Diego(加州大学圣迭戈分校)

AI总结 研究在可实现ε污染模型下高斯分布均值估计问题,提出信息-计算差距,显示算法需更多样本或指数时间,同时给出近似匹配下界的方法。

详情
AI中文摘要

我们研究在称为可实现ε污染模型的缺失数据方案下,高斯分布(协方差为身份矩阵)的均值估计问题。在此模型中,攻击者可以选择一个函数r(x)在0到ε之间,每个样本x以概率r(x)缺失。最近的工作Ma等,2024将此模型作为介于完全随机缺失(MCAR)和非随机缺失(MNAR)之间的中间强度设置。该工作在可实现污染模型中建立了信息论上界和下界。他们提出的估计器运行时间指数级依赖于维度,留下在高维中存在计算高效算法的可能性。在本工作中,我们建立了统计查询模型(以及作为推论的低次多项式和PTF测试)中的信息-计算差距,显示算法必须要么使用远多于信息论上必要的样本,要么承受指数运行时间。我们用统计查询下界补充了一个算法,其样本时间权衡几乎匹配我们的下界。这些结果定性地刻画了在ε-可实现污染下高斯均值估计的复杂性。

英文摘要

We study mean estimation for a Gaussian distribution with identity covariance in $\mathbb{R}^d$ under a missing data scheme termed realizable $ε$-contamination model. In this model an adversary can choose a function $r(x)$ between 0 and $ε$ and each sample $x$ goes missing with probability $r(x)$. Recent work Ma et al., 2024 proposed this model as an intermediate-strength setting between Missing Completely At Random (MCAR) -- where missingness is independent of the data -- and Missing Not At Random (MNAR) -- where missingness may depend arbitrarily on the sample values and can lead to non-identifiability issues. That work established information-theoretic upper and lower bounds for mean estimation in the realizable contamination model. Their proposed estimators incur runtime exponential in the dimension, leaving open the possibility of computationally efficient algorithms in high dimensions. In this work, we establish an information-computation gap in the Statistical Query model (and, as a corollary, for Low-Degree Polynomials and PTF tests), showing that algorithms must either use substantially more samples than information-theoretically necessary or incur exponential runtime. We complement our SQ lower bound with an algorithm whose sample-time tradeoff nearly matches our lower bound. Together, these results qualitatively characterize the complexity of Gaussian mean estimation under $ε$-realizable contamination.

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

First, do NOHARM: a medical safety benchmark and randomized study of physician and AI teaming on clinical consultations

首先,不伤害:迈向临床安全的大语言模型

David Wu, Fateme Nateghi Haredasht, Saloni Kumar Maharaj, Priyank Jain, Jessica Tran, Matthew Gwiazdon, Arjun Rustagi, Jenelle Jindal, Jacob M. Koshy, Vinay Kadiyala, Anup Agarwal, Bassman Tappuni, Brianna French, Sirus Jesudasen, Christopher V. Cosgriff, Rebanta Chakraborty, Jillian Caldwell, Susan Ziolkowski, David J. Iberri, Robert Diep, Rahul S. Dalal, Kira L. Newman, Kristin Galetta, J. Carl Pallais, Nancy Wei, Kathleen M. Buchheit, David I. Hong, Vartan Pahalyants, Ernest Y. Lee, Allen Shih, Tamara B. Kaplan, Vishnu Ravi, Sarita Khemani, Thomas A. Buckley, April S. Liang, Daniel Shirvani, Advait Patil, Nicholas Marshall, Kanav Chopra, Joel Koh, Adi Badhwar, Anastasia Perez, Austin J. Schoeffler, Mahbuba Tusty, Chase M. Walton, Liam G. McCoy, David J. H. Wu, Yingjie Weng, Sumant Ranji, Kevin Schulman, Nigam H. Shah, Jason Hom, Arnold Milstein, Arjun K. Manrai, Adam Rodman, Jonathan H. Chen, Ethan Goh

机构 * Harvard Combined Dermatology Program(哈佛联合皮肤科项目) Department of Dermatology, Mass General Brigham(麻省总医院皮肤科) Harvard Medical School(哈佛医学院) Stanford Center for Biomedical Informatics Research(斯坦福生物医学信息学研究中心) Stanford University(斯坦福大学) Division of Hospital Medicine, Department of Medicine, Stanford University School of Medicine(斯坦福大学医学院医院医学科) Department of Medicine, Cambridge Health Alliance(剑桥健康联盟医学科) Beth Israel Deaconess Hospital–Plymouth(贝塞斯达德acons医院-普利茅斯) Department of Medicine, University of California, San Francisco(加州大学旧金山分校医学科) Department of Neurology, Stanford University School of Medicine(斯坦福大学医学院神经科) Department of Medicine, Beth Israel Deaconess Medical Center(贝塞斯达德acons医学中心医学科) Division of Cardiology, Department of Medicine, Cambridge Health Alliance(剑桥健康联盟心脏病科) Department of Cardiovascular Medicine, Summa Health System(Summa健康系统心血管医学科) Division of Allergy, Pulmonary, and Critical Care Medicine, Department of Medicine, University of Wisconsin-Madison(威斯康星大学麦迪逊分校医学科过敏、呼吸科和危重医学科) Division of Pulmonary and Critical Care Medicine, Department of Medicine, Massachusetts General Hospital(麻省总医院呼吸科和危重医学科) Center for Immunology and Inflammatory Diseases, Department of Medicine, Massachusetts General Hospital(麻省总医院免疫和炎症疾病中心) Broad Institute of MIT and Harvard(MIT和哈佛Broad研究所) Division of Pulmonary, Critical Care, and Sleep Medicine, Cambridge Health Alliance(剑桥健康联盟呼吸科、危重医学科和睡眠医学科)

AI总结 提出NOHARM基准,包含1100个初级到专科咨询案例,评估28个LLM的医疗建议安全性,发现高达22.6%的案例存在严重危害风险,其中遗漏错误占80%以上。

详情
AI中文摘要

大语言模型(LLM)被医生和患者常规用于医疗建议,但其临床安全性特征仍不明确。我们提出NOHARM(医学风险评估的众多选项危害评估),一个包含1100个初级保健到专科咨询案例的基准,用于衡量LLM生成的医疗建议的危害频率和严重程度。NOHARM涵盖10个专科,包含4249个临床管理选项的12747个专家注释。在28个LLM中,建议在高达22.6%的案例中具有严重危害潜力,其中遗漏错误占严重错误的80%以上。在一项涉及101名全科医生的随机试验中,AI辅助显著提高了人类基准表现,但医生远未实现AI工具的潜力,经常忽略AI提出的重要建议。安全性表现与通用智能和医学知识基准在整个模型范围内相关,但在前沿模型上解耦。尽管在现有评估中表现强劲,广泛使用的AI模型可能以非平凡的比例产生具有严重危害潜力的医疗建议,凸显了明确测量临床安全性的重要性。

英文摘要

Large language models (LLMs) and medical AI tools are routinely used by physicians and patients for medical advice, yet their clinical safety profiles remain poorly characterized. We present NOHARM (Numerous Options Harm Assessment for Risk in Medicine), a 1,100-task benchmark of primary care-to-specialist consultation cases to measure the frequency and severity of potentially harmful errors from LLM-generated medical consultation recommendations. NOHARM covers 10 specialties, with 12,747 expert annotations for 4,249 clinical management options. Across 20 notable LLMs and 4 widely used retrieval-augmented generation (RAG) clinical AI tools, direct application of recommendations carried potential for severe harm in up to 24.6% of cases, with errors of omission accounting for more than 80% of severe errors. Harm potential was not uniform across systems, with clinical AI tools outperforming generalist LLMs, and multi-agent AI teaming further improving performance in generalist models. In a randomized study of 101 U.S.-licensed generalist physicians, AI assistance improved physician performance compared to conventional resources. However, AI-assisted physicians frequently omitted valuable AI-generated recommendations and still scored lower than many AI systems alone. Had those recommendations been incorporated, combined human-AI responses would have outperformed both the human and AI system as used, suggesting complementary strengths and unrealized potential in human-AI teaming. Collectively, these results show that despite strong performance on medical knowledge benchmarks, widely used AI tools can produce medical consultation advice with the potential for severe harm, and highlight the need for explicit measurement of clinical safety. The benchmark and leaderboard are publicly available to support ongoing evaluation and improvement of AI systems used for clinical care.

URL PDF HTML 收藏
2509.19242 2026-07-15 cs.DS cs.LG math.ST stat.ML stat.TH 版本更新

Linear Regression under Missing or Corrupted Coordinates

坐标缺失或损坏情况下的线性回归

Ilias Diakonikolas, Jelena Diakonikolas, Daniel M. Kane, Jasper C. H. Lee, Thanasis Pittas

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校) University of California, San Diego(加州大学圣地亚哥分校) University of California, Davis(加州大学戴维斯分校)

AI总结 研究高斯协变量下多变量线性回归在数据可能被擦除或损坏时的情况,通过建立新信息论下界刻画误差,得出缺失数据与损坏数据设置中最优误差匹配,知道损坏位置无普遍优势的结论。

详情
AI中文摘要

我们研究了高斯协变量下多变量线性回归的两种情况,即数据可能被对手在按坐标的预算下擦除或损坏。在不完整数据情况下,对手可检查数据集并按每个坐标删除多达η比例样本中的条目,这是一种强形式的非随机缺失模型。在损坏数据情况下,对手任意替换值且学习者不知道损坏位置。尽管对缺失数据有大量研究,但这种对抗性缺失下的线性回归仍未被充分理解。与干净数据情况不同,这里最优误差仍是问题参数的正函数。我们的主要贡献是在几乎整个参数范围内刻画了误差的常数因子。具体而言,我们建立了与(计算高效)算法误差相匹配的可实现误差的新信息论下界。一个关键含义是,缺失数据设置中的最优误差与损坏设置中的最优误差相匹配,即知道损坏位置并无普遍优势。

英文摘要

We study multivariate linear regression under Gaussian covariates in two settings, where data may be erased or corrupted by an adversary under a coordinate-wise budget. In the incomplete data setting, an adversary may inspect the dataset and delete entries in up to an $η$-fraction of samples per coordinate; a strong form of the Missing Not At Random model. In the corrupted data setting, the adversary instead replaces values arbitrarily, and the corruption locations are unknown to the learner. Despite substantial work on missing data, linear regression under such adversarial missingness remains poorly understood, even information-theoretically. Unlike the clean setting, where estimation error vanishes with more samples, here the optimal error remains a positive function of the problem parameters. Our main contribution is to characterize this error up to constant factors across essentially the entire parameter range. Specifically, we establish novel information-theoretic lower bounds on the achievable error that match the error of (computationally efficient) algorithms. A key implication is that, perhaps surprisingly, the optimal error in the missing data setting matches that in the corruption setting-so knowing the corruption locations offers no general advantage.

URL PDF HTML 收藏
2607.09892 2026-07-14 eess.IV cs.AI 新提交

Next-Dense-Stride Prediction for Multimodal Autoregressive Visual Modeling

用于多模态自回归视觉建模的下密集步长预测

Chicago Y. Park, Jialin Mao, Xiaojian Xu, Taha Kass-Hout, Ulugbek S. Kamilov, Cao Xiao

机构 * University of Wisconsin–Madison(威斯康星大学麦迪逊分校) GE HealthCare(通用电气医疗)

AI总结 研究提出DenseAR范式,将自回归图像生成重构成下密集步长预测,解决现有模型局限。基于此扩展为统一模型处理多模态和成像任务,在医学和自然图像验证,在多对比脑MRI及ImageNet上取得良好效果。

详情
AI中文摘要

我们介绍了DenseAR,一种新的生成范式,它使用紧凑的单尺度分词器将自回归图像生成重新表述为从粗到细的下密集步长预测。关键在于以逐渐密集的步长遍历单尺度潜在网格能自然捕捉从全局结构到精细细节的过渡。这同时解决了现有自回归模型的两个局限:光栅顺序自回归推理慢,DenseAR通过并行预测多个令牌避免;多尺度方法成本高,因其需长的多分辨率令牌序列来实现从粗到细预测。基于高效框架和自回归建模灵活性,我们将DenseAR扩展为统一模型以处理多种模态和成像任务。我们在医学和自然图像上验证了DenseAR。在多对比脑MRI上,单个DenseAR模型统一了跨模态翻译、模态条件生成和肿瘤分割,且与特定任务方法竞争。在ImageNet上,DenseAR在类条件生成质量(FID和IS)上优于无步长排序的单网格基线和基于多尺度分词器的基线。

英文摘要

We introduce DenseAR, a new generative paradigm that reformulates autoregressive image generation as coarse-to-fine next-dense-stride prediction using a compact single-scale tokenizer. Our key insight is that traversing a single-scale latent grid with progressively denser strides naturally captures the transition from global structure to fine detail. This addresses two limitations of existing autoregressive models at once: the slow inference of raster-order autoregression, which DenseAR avoids by predicting multiple tokens in parallel, and the heavy cost of multi-scale approaches, which need long, multi-resolution token sequences to achieve coarse-to-fine prediction. Building on our efficient framework and the flexibility of autoregressive modeling, we further extend DenseAR to a unified model that handles multiple modalities and imaging tasks within a single backbone. We validate DenseAR on both medical and natural images. On multi-contrast brain MRI, a single DenseAR model unifies cross-modal translation, modality-conditioned generation, and tumor segmentation, while remaining competitive with task-specific methods. On ImageNet, DenseAR improves class-conditional generation quality (FID and IS) over both a single-grid baseline without stride ordering and a multi-scale tokenizer-based baseline.

URL PDF HTML 收藏
2606.31779 2026-07-14 cs.LG cs.CL 版本更新

Bridging the Gap Between Latent and Explicit Reasoning with Looped Transformers

弥合潜在推理与显式推理之间的差距:循环Transformer

Ying Fan, Anej Svete, Kangwook Lee

机构 * UW-Madison(威斯康星大学麦迪逊分校) Microsoft Research(微软研究院) ETH Zürich(苏黎世联邦理工学院) KRAFTON(魁匠团) Ludo Robotics

AI总结 提出LOTUS方法,利用循环Transformer在潜在空间进行多步推理,通过并行监督潜在块上的CoT令牌,首次在3B规模弥合与显式CoT的差距,并将推理延迟降低2.5-6.9倍。

详情
AI中文摘要

语言模型通常通过显式思维链(CoT)进行推理,逐令牌生成中间步骤。潜在CoT提供了一种替代方案:它在模型的隐藏状态中执行多步推理,用连续表示替换解码令牌,以提高效率。然而,现有的潜在CoT方法在超过1B参数时表现不如显式CoT,且差距随规模扩大而增大。循环或递归深度Transformer通过重用权重增加计算深度而不增加参数,自然适合潜在推理。因此,我们询问循环Transformer是否能弥合这一差距。我们用一个简单的配方给出了肯定答案:一个循环填充Transformer,对K个潜在块并行处理R次迭代,在每个潜在位置使用黄金CoT步骤令牌的交叉熵损失,类似于显式CoT监督。我们将其实例化为LOTUS(在潜在上进行并行监督的循环Transformer)。据我们所知,LOTUS是第一个在3B规模弥合与显式CoT差距的潜在CoT方法,同时将推理阶段延迟从紧凑数学表达式到自然语言减少了2.5-6.9倍。通过基础LM头投影LOTUS循环后的潜在表示,可以恢复黄金推理步骤,甚至浮现出替代的有效中间步骤,证明其潜在空间是可解释且与CoT对齐的。消融实验证实,循环主干和对黄金CoT令牌的并行监督都是必不可少的。

英文摘要

Language models typically reason via explicit chain-of-thought (CoT), generating intermediate steps token-by-token. Latent CoT offers an alternative: it performs multi-step reasoning in the model's hidden states, replacing decoded tokens with continuous representations for greater efficiency. However, existing latent CoT methods underperform explicit CoT beyond 1B parameters, and the gap widens with scale. Looped, or recurrent-depth, Transformers, which reuse their weights to increase computation depth without adding parameters, are a natural fit for latent reasoning. We therefore ask whether looped Transformers can bridge this gap. We answer affirmatively with a simple recipe: a looped padded Transformer that processes K latent blocks in parallel for R iterations, with a cross-entropy loss on each latent position's gold CoT-step token, similar to explicit CoT supervision. We instantiate it as LOTUS (Looped Transformers with parallel supervision on latents). LOTUS is, to our knowledge, the first latent-CoT method to bridge the gap to explicit CoT at the 3B scale, while cutting thought-phase latency by 2.5x-6.9x from compact math expressions to natural language. Projecting LOTUS's post-loop latents through the base LM head recovers the gold reasoning steps and even surfaces alternative valid intermediate steps, evidence that its latent space is interpretable and CoT-aligned. Ablations confirm that both the looped backbone and the parallel supervision on gold CoT tokens are essential. Code is available at https://github.com/yingfan-bot/lotus.

URL PDF HTML 收藏
2601.15353 2026-07-14 stat.AP cs.LG stat.ML 版本更新

Reinforcement Learning in the Real World: A Survey of Statistical Challenges and Future Directions

现实世界中的强化学习:统计挑战与未来方向综述

Asim H. Gazi, Yongyi Guo, Daiqi Gao, Ziping Xu, Kelly W. Zhang, Susan A. Murphy

机构 * Department of Computer Science, Harvard University(哈佛大学计算机科学系) Department of Statistics, University of Wisconsin–Madison(威斯康星大学麦迪逊分校统计学系) Department of Statistics, Harvard University(哈佛大学统计学系) School of Data Science and Society, University of North Carolina at Chapel Hill(北卡罗来纳大学教堂山分校数据科学与社会学院) Department of Mathematics, Imperial College London(伦敦帝国理工学院数学系)

AI总结 本文综述现实世界强化学习应用,指出其研究与部署存在差距及两大挑战。将应用框架化为三部分过程,回顾应对统计挑战的进展,涵盖在线、离线方法及持续改进设计,还概述受应用启发的未来研究方向。

详情
AI中文摘要

强化学习在包括游戏、机器人技术、在线广告、公共卫生和自然语言处理等不同领域的现实世界决策中取得了显著成功。然而,在许多实际应用场景中,强化学习研究与部署之间仍存在巨大差距。两个反复出现的挑战导致了这一差距:一是由于实际限制,智能体与目标环境广泛交互的机会有限;二是许多目标环境经常发生重大变化,需要重新设计和重新部署强化学习系统。解决这些挑战并弥合基础研究与应用之间的差距,需要直接指导现实世界中强化学习系统设计、实施和持续改进的理论和方法。本文将强化学习在实践中的应用框架化为一个由三个部分组成的过程:(i)部署期间的在线学习和优化;(ii)部署后或部署期间的离线分析;(iii)重复的部署和重新部署循环,以持续改进强化学习系统。我们对解决这三个部分中出现的统计挑战的最新进展进行了叙述性综述,包括在在线部署期间提高样本效率的方法、最大化部署后或部署期间推理的数据效用的方法,以及为持续改进设计部署序列的方法。我们还概述了强化学习中受应用启发的未来研究方向,旨在实现强化学习在实践中的有效应用。

英文摘要

Reinforcement learning (RL) has achieved remarkable success in real-world decision-making across diverse domains, including gaming, robotics, online advertising, public health, and natural language processing. Despite these advances, a substantial gap remains between RL research and its deployment in many practical settings. Two recurring challenges often underlie this gap. First, many settings offer limited opportunity for the agent to interact extensively with the target environment due to practical constraints. Second, many target environments often undergo substantial changes, requiring redesign and redeployment of RL systems (e.g., advancements in science and technology that change the landscape of healthcare delivery). Addressing these challenges and bridging the gap between basic research and application requires theory and methodology that directly inform the design, implementation, and continual improvement of RL systems in real-world settings. In this paper, we frame the application of RL in practice as a three-component process: (i) online learning and optimization during deployment, (ii) post- or between-deployment offline analyses, and (iii) repeated cycles of deployment and redeployment to continually improve the RL system. We provide a narrative review of recent advances that address the statistical challenges arising across these three components, including methods for enhancing sample efficiency during online deployment, maximizing data utility for post- or between-deployment inference, and designing sequences of deployments for continual improvement. We also outline future research directions in RL that are use-inspired -- aiming for impactful application of RL in practice.

URL PDF HTML 收藏
2409.18361 2026-07-14 cs.RO cs.SY eess.SY

iWalker: Imperative Visual Planning for Walking Humanoid Robot

iWalker: 为行走人形机器人设计的 imperative 视觉规划

Xiao Lin, Yuhao Huang, Taimeng Fu, Xiaobin Xiong, Chen Wang

机构 * The Spatial AI & Robotics (SAIR) Lab, Computer Science and Engineering, University at Buffalo(布法罗大学空间人工智能与机器人实验室) The Wisconsin Expeditious Legged Locomotion (WELL) Lab, Mechanical Engineering, University of Wisconsin-Madison(威斯康星大学麦迪逊分校快速腿部运动实验室)

AI总结 iWalker 通过 imperative 学习实现人形机器人自主行走,结合视觉避障与足部规划,提升适应性和泛化能力。

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

详情
AI中文摘要

人形机器人被设计用于在以人为中心的环境中运行,是执行广泛任务的基本平台。尽管人形机器人已经研究了几十年,但大多数现有的人形机器人仍然严重依赖复杂的模块化框架,导致不灵活,并可能因独立的感知、规划和行动组件产生复合误差。为此,我们提出了一种端到端的人形感知-规划-行动行走系统,使机器人能够基于视觉进行障碍物避障和足部规划,同时实现全身平衡。我们为模型预测步规划和全身平衡分别设计了两种基于 imperative 学习(IL)的双层优化,以实现对人形机器人行走的自监督学习。这使机器人能够从任意未标记的数据中学习,提高其适应性和泛化能力。我们将方法称为 iWalker,并在模拟和现实环境中展示了其有效性,代表了朝着自主人形机器人的重要进展。

英文摘要

Humanoid robots, designed to operate in human-centric environments, serve as a fundamental platform for a broad range of tasks. Although humanoid robots have been extensively studied for decades, a majority of existing humanoid robots still heavily rely on complex modular frameworks, leading to inflexibility and potential compounded errors from independent sensing, planning, and acting components. In response, we propose an end-to-end humanoid sense-plan-act walking system, enabling vision-based obstacle avoidance and footstep planning for whole body balancing simultaneously. We designed two imperative learning (IL)-based bilevel optimizations for model-predictive step planning and whole body balancing, respectively, to achieve self-supervised learning for humanoid robot walking. This enables the robot to learn from arbitrary unlabeled data, improving its adaptability and generalization capabilities. We refer to our method as iWalker and demonstrate its effectiveness in both simulated and real-world environments, representing a significant advancement toward autonomous humanoid robots.

URL PDF HTML 收藏
2607.09655 2026-07-13 cs.CV 新提交

OpenLongTail: Generative Scaling of Long-Tail Driving Data

OpenLongTail:长尾驾驶数据的生成式扩展

Lulin Liu, Nuo Chen, Yan Wang, Bangya Liu, Wenyan Cong, Hezhen Hu, Boris Ivanovic, Hao Wang, Ziyao Zeng, Xinyu Gong, Yang Zhou, Zixiang Xiong, Dilin Wang, Zhangyang Wang, Weisong Shi, Ruohan Zhang, Marco Pavone, Zhiwen Fan

机构 * Texas A&M University(德克萨斯农工大学) NVIDIA(英伟达) UW–Madison(威斯康星大学麦迪逊分校) UT Austin(德克萨斯大学奥斯汀分校) Yale University(耶鲁大学) Adobe(奥多比公司) Meta(元公司) University of Delaware(特拉华大学) Stanford University(斯坦福大学)

AI总结 研究针对长尾驾驶数据稀缺影响策略扩展的问题,提出开源生成数据引擎OpenLongTail,通过姿态外推视图合成管道及普吕克射线几何增强,合成异构数据提升闭环驾驶稳健性,验证了其多方面有效性。

Comments Project page: https://openlongtail.github.io/

详情
AI中文摘要

扩展稳健的驾驶策略从根本上受到策划数据集中边缘情况稀缺的限制。现实世界不断捕捉这些关键事件,但从异构源收集时,此类长尾事件仍未得到充分利用。具体而言,多样但有价值的野外长尾视频缺乏训练策略模型所需的全视图覆盖,常缺少多视图姿态或仅来自单目行车记录仪。这种模态差距阻碍了这些普遍观察结果转化为用于长尾泛化的可扩展训练数据。我们引入了OpenLongTail,一个用于在长尾事件下扩展自动驾驶策略的开源生成数据引擎。为了将异构数据源转换为对策略学习有用的视图对齐且时间连贯的多视图资产,我们开发了一个基于姿态的外推视图合成管道来生成缺失视图。我们还通过将普吕克射线几何注入可扩展生成引擎,进一步增强新生成视图的跨视图一致性和时间对齐。通过合成异构长尾数据,我们观察到在处理长尾事件时闭环驾驶稳健性有显著提高。通过测量外推视图合成和姿态指标,我们验证了OpenLongTail在视觉保真度、跨视图一致性和自我轨迹恢复方面的有效性。

英文摘要

Scaling robust driving policies is fundamentally bottlenecked by the scarcity of edge cases in curated datasets. While the real world continuously captures these critical events, such long-tail events remain underutilized when collected from heterogeneous sources. Specifically, diverse but valuable in-the-wild long-tail videos lack the full view coverage required for training policy models, often missing multi-view poses or originating solely from monocular dash cameras. This modality gap prevents these ubiquitous observations from being converted into scalable training data for long-tail generalization. We introduce OpenLongTail, an open-source generative data engine for scaling autonomous driving policies under long-tail events. To transform heterogeneous data sources into view-aligned and temporally coherent multi-view assets that are useful for policy learning, we develop a pose-informed extrapolative view synthesis pipeline that generates the missing views. We further enhance cross-view consistency and the temporal alignment for the newly generated views by injecting Plücker ray geometry into the scalable generation engine. By synthesizing heterogeneous long-tail data, we observe a significant improvement in closed-loop driving robustness in handling long-tail events. By measuring the extrapolative view synthesis and pose metrics, we validate the effectiveness of OpenLongTail in visual fidelity, cross-view consistency, and ego-trajectory recovery.

URL PDF HTML 收藏
2607.09097 2026-07-13 math.OC cs.DS cs.LG stat.ML 新提交

Solving Stochastic Fixed-Point Equations with High Probability

高概率求解随机不动点方程

Jelena Diakonikolas

机构 * Department of Computer Sciences University of Wisconsin-Madison(计算机科学系明尼苏达大学)

AI总结 研究赋范空间上随机不动点方程,提出VR - GHAL方差减少渐进哈尔彭方法,通过特定随机估计器求解,给出随时高概率残差界及不同条件下预言机复杂度,提升求解效率。

详情
AI中文摘要

我们研究赋范空间\((\mathcal{E}, \|\cdot\|)\)上的随机不动点方程\(\mathbf{T}(\mathbf{x}) = \mathbf{x}\),其中算子\(\mathbf{T}\)是非扩张或压缩的,且仅通过具有有界二阶中心矩的无偏随机评估来访问。给定\(\epsilon > 0\),\(\delta \in (0, 1)\),目标是输出\(\mathbf{x} \in \mathcal{E}\),使得\(\|\mathbf{T}(\mathbf{x}) - \mathbf{x}\| \leq \epsilon\)的概率至少为\(1 - \delta\)。我们引入VR - GHAL,一种用于二次可平滑Banach空间的方差减少渐进哈尔彭方法。关键算法要素是基于预言机评估的截断差的递归随机估计器。主要定理给出了随时高概率残差界,在概率至少为\(1 - \delta\)的单个事件上,残差在各轮中近似几何下降。还给出了不同条件下的预言机复杂度。

英文摘要

We study stochastic fixed-point equations $\mathbf{T}(\mathbf{x}) = \mathbf{x}$ over normed spaces $(\mathcal{E}, \|\cdot\|)$, where the operator $\mathbf{T}$ is nonexpansive or contractive and is accessed only through unbiased stochastic evaluations with bounded second central moment. Given $ε> 0, δ\in (0, 1)$, the goal is to output $\mathbf{x} \in \mathcal{E}$ such that $\|\mathbf{T}(\mathbf{x}) - \mathbf{x}\| \leq ε$ with probability at least $1-δ$. We introduce VR-GHAL, a variance-reduced gradual Halpern method for quadratically smoothable Banach spaces. The key algorithmic ingredient is a recursive stochastic estimator based on clipped differences of oracle evaluations: instead of clipping $τ(\mathbf{x}; ξ)$ itself, we clip stochastic differences at the Lipschitz scale $γ\|\mathbf{x} - \mathbf{y}\|$. This makes the estimator pathwise Lipschitz along the algorithmic trajectory while permitting martingale concentration under finite second moments in the native norm. Our main theorem gives an anytime high-probability residual bound: on a single event of probability at least $1 - δ$, the residual decreases nearly geometrically across epochs, up to lower-order logarithmic factors. Under only bounded variance, displaying only the dependence on the target error $ε$ and Lipschitz constant $γ\in (0, 1]$ of $\mathbf{T}$, the resulting oracle complexity is $\min\{ε^{-5}, (1-γ)^{-3}ε^{-2}\}$. Under a Lipschitz-in-expectation oracle, the dependence improves to the corresponding $ε^{-3}$ nonexpansive rate (i.e., for $γ= 1$), and under samplewise nonexpansiveness to $ε^{-2}$.

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

Evaluating Retrieval-Augmented Generation vs. Long-Context Input for Clinical Reasoning over EHRs

评估检索增强生成与长上下文输入用于电子健康记录临床推理的效果

Skatje Myers, Dmitriy Dligach, Timothy A. Miller, Samantha Barr, James Landefeld, Yanjun Gao, Matthew Churpek, Anoop Mayampurath, Majid Afshar

机构 * University of Wisconsin-Madison(威斯康星大学麦迪逊分校) Loyola University Chicago(芝加哥洛约拉大学) Boston Children’s Hospital Harvard Medical School(波士顿儿童医院哈佛医学院) University of Colorado-Anschutz(科罗拉多大学安舒茨分校)

AI总结 研究评估检索增强生成(RAG)用于电子健康记录临床推理的效果,定义三个基于EHR的任务,用真实住院临床记录评估三种大语言模型,发现RAG在成像程序和抗生素时间线任务中令牌效率高,诊断生成任务较具挑战性,RAG是临床任务的有效方法。

详情
AI中文摘要

目的:评估检索增强生成(RAG)能否作为电子健康记录(EHR)临床推理中长上下文提示的有效替代方法。方法:定义了三个基于EHR的任务,其在不同健康系统中可重复且推理复杂度不同。使用美国学术健康系统的真实住院临床记录,评估了三种大语言模型在不同上下文量下的表现,比较了目标检索与使用最新临床记录的情况。结果:对于成像程序任务,RAG表现远超最新记录输入,且用少于8K令牌就超过了长上下文性能。抗生素时间线任务也有类似好处。错误分析表明临床记录中的信息缺失限制了性能。诊断生成任务的性能在各方法和模型间基本稳定。讨论:RAG在各任务中展现出强大的令牌效率。结论:结果表明RAG对于大量EHR临床任务仍是有竞争力且高效的方法。

英文摘要

Objective: To evaluate whether retrieval-augmented generation (RAG) can serve as an efficient alternative to long-context prompting for clinical reasoning over electronic health records (EHRs). Methods: We defined three EHR-based tasks that are replicable across health systems and vary in reasoning complexity: 1) extracting imaging procedures (modality, date, and anatomic site), 2) generating timelines of therapeutic antibiotic use, and 3) identifying the key diagnoses for a hospitalization. Using real inpatient clinical notes from a US academic health system, we evaluated three large language models (GPT-5.4-mini, Mistral Medium 3, DeepSeek V3.1) with varying amounts of provided context, comparing targeted retrieval to using the most recent clinical notes. Results: For Imaging Procedures, RAG strongly outperformed recent-note inputs and exceeded long-context performance (by 0.17-9.83 F1 across all models) using fewer than 8K tokens. Similar benefits were observed for Antibiotic Timelines, where <8K of retrieved tokens matched long-context recent-notes performance (between -3.26 to +3.24 Jaccard). Error analysis revealed that missing information in the clinical notes--often due to inter-hospital transfers--limited performance to some extent. However, performance on the Diagnosis Generation task remains largely static across methods and models. Discussion: RAG demonstrated strong token efficiency across tasks, with the clearest and most consistent gains observed for imaging extraction and antibiotic timeline reconstruction. Diagnosis generation proved the most challenging task, suggesting ceiling effects imposed by documentation variability and evaluation constraints. Conclusion: Our results suggest that RAG remains a competitive and efficient approach for clinical tasks over large amounts of EHR, even as newer models become capable of handling increasingly longer amounts of text.

URL PDF HTML 收藏
2506.11936 2026-07-13 physics.flu-dyn cond-mat.mtrl-sci cs.LG 版本更新

Transformer-Based Inverse Microrheology for Experimental Mechanics at Ultra-High Strain Rates

基于Transformer的超高应变率下实验力学的逆微流变学

Lehu Bu, Zhaohan Yu, Danila Frolkin, Junyoung Kim, Qihang Shi, Jan N. Fuhg, Shaoting Lin, Jin Yang

机构 * Materials Science Graduate Program, Texas Materials Institute, The University of Texas at Austin(材料科学研究生项目,德克萨斯材料研究所,德克萨斯大学奥斯汀分校) Department of Mechanical Engineering, Michigan State University(机械工程系,密歇根州立大学) Department of Aerospace Engineering and Engineering Mechanics, The University of Texas at Austin(航空航天工程与工程力学系,德克萨斯大学奥斯汀分校) The Oden Institute of Computational Science and Engineering, University of Texas at Austin(奥登计算科学与工程研究所,德克萨斯大学奥斯汀分校) Department of Mechanical Engineering, University of Wisconsin-Madison(机械工程系,威斯康星大学麦迪逊分校)

AI总结 研究针对传统流变工具在超高应变率下表征软材料的局限,提出基于Transformer的气泡动力学框架BDT,集成物理模拟与神经网络,从气泡动力学快速逆表征软材料粘弹性,无需迭代优化,加速参数推断并能表征多种材料行为。

详情
AI中文摘要

传统流变工具在表征超高应变率(>1000 s^-1)下的软材料时受限。惯性微空化流变学(IMR)虽强大,但传统IMR依赖昂贵的迭代逆拟合程序。本文引入名为气泡动力学Transformer(BDT)的新框架,将基于物理的空化模拟与Transformer神经网络架构集成,从实验测量的气泡动力学中快速逆表征软材料粘弹性,无需迭代优化。用基于物理的模拟生成数据集训练BDT,并通过水凝胶和粘性聚合物溶液的实验激光诱导空化数据验证。该框架与之前的IMR结果高度一致且大幅加速本构参数推断,还能表征多种软材料在超高应变率下的速率依赖材料行为。

英文摘要

Traditional rheological tools are often limited in characterizing soft materials under ultra-high strain-rate loading conditions (> 1000 s^-1) due to constraints in spatiotemporal resolution, loading rate, and invasiveness. Recently, inertial microcavitation rheometry (IMR), which utilizes laser-induced inertial cavitation (LIC) to dynamically deform surrounding materials, has emerged as a powerful experimental mechanics technique for probing nonlinear viscoelastic properties under extreme loading conditions. However, conventional IMR relies on computationally expensive iterative inverse fitting procedures, limiting its scalability and real-time applicability. Here, we introduce a new AI-enhanced experimental mechanics framework, called Bubble Dynamics Transformer (BDT), that integrates physics-based cavitation simulations with Transformer neural network architectures to achieve rapid inverse characterization of soft material viscoelasticity from experimentally measured bubble dynamics. The proposed framework directly predicts viscoelastic material parameters from time-resolved bubble radius evolution curves without iterative optimization. The BDT is trained using synthetic datasets generated from physics-based Keller--Miksis cavitation simulations and validated using experimental laser-induced cavitation data obtained from hydrogels and viscous polymer solutions. The proposed AI-driven framework demonstrates excellent agreement with our previous IMR while substantially accelerating constitutive parameter inference. Experimental demonstrations further reveal the capability of the framework to characterize rate-dependent material behavior across a wide range of soft materials, from viscous liquids to various viscoelastic hydrogels, at ultra-high strain rates.

URL PDF HTML 收藏
2607.08319 2026-07-10 cs.DB cs.AI 新提交

GitLake: Git-for-data for the agentic lakehouse

GitLake:面向智能数据湖的数据版Git

Weiming Sheng, Jinlang Wang, Manuel Barros, Aldrin Montana, Jacopo Tagliabue, Luca Bigon

机构 * Columbia University(哥伦比亚大学) University of Wisconsin-Madison(威斯康星大学麦迪逊分校) Carnegie Mellon University(卡内基梅隆大学) Bauplan Labs(Bauplan实验室)

AI总结 研究面向智能体的数据湖的Git设计,核心方法是将单表快照提升为全湖操作,贡献是实现智能体与人类协作,管道原子性输出,还分享了生产经验和正确性见解。

Comments Pre-print of the paper accepted at DASHSys, VLDB 2026, Boston, USA

详情
AI中文摘要

我们提出了GitLake,这是一种面向以智能体为先的数据湖的数据版Git设计。该系统将单表Iceberg快照提升为全数据湖范围的提交、分支和合并,使智能体能够在隔离分支上工作,同时供人类审查和发布更改。管道在临时分支上运行并通过最终合并发布,所有输出要么原子性地可见,要么都不可见。最后,我们报告了生产经验以及从核心抽象的初步Alloy模型中获得的正确性见解。

英文摘要

We present GitLake, a Git-for-data design for an agent-first lakehouse. The system lifts single-table Iceberg snapshots into lakehouse-wide commits, branches, and merges, letting agents work on isolated branches while humans review and publish changes. Pipelines run on temporary branches and publish through a final merge, so all outputs become visible atomically or none do. Finally, we report production lessons as well as correctness insights from a preliminary Alloy model of our core abstractions.

URL PDF HTML 收藏
2606.05894 2026-07-09 cs.CL 版本更新

EMBER: Efficient Memory via Budgeted Evidence Retention for Long-Horizon Agents

EMBER: 通过预算化证据保留实现高效记忆的长时程智能体

Yilong Li, Suman Banerjee, Tong Che

机构 * University of Wisconsin–Madison(威斯康星大学麦迪逊分校) NVIDIA Research(NVIDIA研究)

AI总结 针对长时程智能体在固定预算下保留证据的问题,提出EMBER学习型保留策略,通过存储证据胶囊(含原文摘录、检索键和更新元数据)并利用查询后反馈训练,在LongMemEval-RR上显著提升F1、保留召回和读取召回。

详情
AI中文摘要

长时程智能体可以存档大量历史记录,但未来的答案仍然会产生检索、重读和上下文成本。当保留的记忆缺少与答案相关的证据时,系统必须返回原始历史的大部分内容。我们研究预算化证据存留:在查询未知之前,应保留哪些源证据,以便在固定的保留源证据令牌预算下保持可恢复和可用?我们将此设置实例化为预算化预查询保留,其中记忆在摄取期间写入,随后在无法访问完整原始流的情况下读取。我们引入了EMBER,一种学习型保留策略,它构建了一个紧凑的、基于源的证据状态。EMBER存储证据胶囊:逐字源摘录,附带检索键和更新元数据,同时保留基础性和读取时间访问。查询后结果反馈训练写入器在摄取-检索-答案链中保留证据。在LongMemEval-RR(我们基于LongMemEval衍生的保留证据协议)上,EMBER-14B在8192令牌保留证据比较点达到0.3017 F1,而最强非EMBER预算化基线为0.1765。在不同的保留源证据预算下,EMBER提高了F1、保留召回和读取召回,表明长时程记忆依赖于在预算内保留证据,而不是重读更大的历史记录。

英文摘要

Long-horizon agents can archive large histories, but future answers still incur retrieval, rereading, and context costs. When retained memory misses answer-relevant evidence, the system must return to larger portions of the raw history. We study budgeted evidence survival: before the query is known, which source evidence should be retained so that it remains recoverable and usable under a fixed retained source-evidence token budget? We instantiate this setting as Budgeted Pre-Query Retention, where memory is written during ingestion and later read without access to the full raw stream. We introduce EMBER, a learned retention policy that constructs a compact, source-backed evidence state. EMBER stores evidence capsules: verbatim source excerpts paired with retrieval keys and update metadata, preserving both grounding and read-time access. Post-query outcome feedback trains the writer to preserve evidence across the ingestion-retrieval-answer chain. On LongMemEval-RR, our LongMemEval-derived retained-evidence protocol, EMBER-14B reaches 0.3017 F1 at the 8192-token retained-evidence comparison point, compared with 0.1765 for the strongest non-EMBER budgeted baseline. Across retained source-evidence budgets, EMBER improves F1, Retain-Recall, and Read-Recall, indicating that long-horizon memory depends on retaining evidence within the budget rather than rereading larger histories.

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

Cast a Wider Net: Coordinated Pass@K Policy Optimization for Code Reasoning

撒更宽的网:面向代码推理的协调 Pass@K 策略优化

Yilong Li, Suman Banerjee, Tong Che

机构 * University of Wisconsin–Madison(威斯康星大学麦迪逊分校) NVIDIA Research(英伟达研究)

AI总结 提出协调 Pass@K 策略优化 (CPPO),通过规划器生成多种策略并协调求解器尝试,以解决代码生成中重复采样导致冗余推理路径的问题,在多个基准上显著提升 pass@4。

Comments Code reasoning; pass@K optimization; coordinated planning; verifiable rewards; strategy diversity

详情
AI中文摘要

使用验证器进行重复采样是分配代码生成测试时计算的标准方法,pass@$K$ 是规范指标。然而,标准策略类从单一答案分布中抽取 $K$ 个独立样本,因此尝试往往坍缩到近乎重复的推理路径,并将预算浪费在冗余 rollout 上。在竞争性编程中,这种失败代价高昂,因为许多问题允许多种不同的算法策略,而 pass@$K$ 只需要一次正确尝试。我们提出协调 Pass@$K$ 策略优化 (CPPO),它将 pass@$K$ 生成转化为策略上的联合探索:规划器输出一个包含 $K{=}4$ 种替代高层方法的元组,共享求解器为每种方法尝试一个解决方案。CPPO 使用乘法规划器奖励 $R_{\\mathrm{plan}} = J_ψ\\\cdot R_{\\mathrm{out}}$ 训练此联合策略,仅将信用分配给导致验证器确认的 pass@$K$ 成功的有效策略元组。在 APPS、CodeContests 和 LiveCodeBench-v6 上,CPPO 在相同的 $K{=}4$ 求解器尝试预算下,相比于直接采样、规划基线、仅规划器 SFT 和面向 pass@$K$ 的 RL,提升了 pass@$4$,在九个模型-基准组合中的六个上具有统计显著增益。最大单次增益是在 Qwen3.5-9B LiveCodeBench-v6 上,相比于最强基线 PKPO 提升了 $+0.16$($0.588 \\rightarrow 0.748$;配对 bootstrap,$p < 0.05$)。

英文摘要

Repeated sampling with a verifier is the standard way to allocate test-time compute for code generation, with pass@$K$ as the canonical metric. Yet the standard policy class draws $K$ independent samples from a single answer distribution, so attempts often collapse onto near-duplicate reasoning paths and waste the budget on redundant rollouts. This failure is costly in competitive programming, where many problems admit multiple distinct algorithmic strategies and pass@$K$ requires only one correct attempt. We propose Coordinated Pass@$K$ Policy Optimization (CPPO), which turns pass@$K$ generation into joint exploration over strategies: a planner emits a tuple of $K{=}4$ alternative high-level methods, and a shared solver attempts one solution per method. CPPO trains this joint policy with a multiplicative planner reward, $R_{\mathrm{plan}} = J_ψ\cdot R_{\mathrm{out}}$, assigning credit only to valid strategy tuples that lead to verifier-confirmed pass@$K$ success. Across APPS, CodeContests, and LiveCodeBench-v6, CPPO improves pass@$4$ over direct sampling, planning baselines, planner-only SFT, and pass@$K$-oriented RL under the same $K{=}4$ solver-attempt budget, with statistically significant gains on six of nine model--benchmark cells. The largest single gain is $+0.16$ on Qwen3.5-9B LiveCodeBench-v6 over the strongest baseline, PKPO ($0.588 \rightarrow 0.748$; paired bootstrap, $p < 0.05$).

URL PDF HTML 收藏
2604.02915 2026-07-09 cs.CV 版本更新

GP-4DGS: Probabilistic 4D Gaussian Splatting from Monocular Video via Variational Gaussian Processes

GP-4DGS:通过变分高斯过程从单目视频中进行概率性4D高斯点溅射

Mijeong Kim, Jungtaek Kim, Bohyung Han

机构 * IPAI, Seoul National University(首尔大学IPAI) University of Wisconsin–Madison(威斯康星大学麦迪逊分校)

AI总结 本文提出GP-4DGS框架,结合高斯过程与4D高斯点溅射,实现动态场景的概率建模。通过引入不确定性量化、运动估计和时间外推,提升重建质量与预测可靠性。

Comments CVPR 2026, Page: https://cv.snu.ac.kr/research/GP4DGS

详情
AI中文摘要

我们提出GP-4DGS,一种将高斯过程(GPs)整合到4D高斯点溅射(4DGS)中的新框架,以实现动态场景的原理性概率建模。尽管现有4DGS方法专注于确定性重建,但它们在捕捉运动模糊性和缺乏预测可靠性评估机制方面存在固有局限。通过利用基于核的概率性质,我们的方法引入了三个关键能力:(i)运动预测的不确定性量化,(ii)未观测或稀疏采样区域的运动估计,以及(iii)超出观测训练帧的时间外推。为了将GPs扩展到4DGS中的大量高斯原始体,我们设计了时空核,捕捉变形场的相关结构,并采用带有诱导点的变分高斯过程以实现可计算的推断。我们的实验表明,GP-4DGS在提升重建质量的同时,提供了可靠的不确定性估计,有效识别高运动模糊区域。通过解决这些挑战,我们的工作在概率建模与神经图形学之间迈出了重要一步。

英文摘要

We present GP-4DGS, a novel framework that integrates Gaussian Processes (GPs) into 4D Gaussian Splatting (4DGS) for principled probabilistic modeling of dynamic scenes. While existing 4DGS methods focus on deterministic reconstruction, they are inherently limited in capturing motion ambiguity and lack mechanisms to assess prediction reliability. By leveraging the kernel-based probabilistic nature of GPs, our approach introduces three key capabilities: (i) uncertainty quantification for motion predictions, (ii) motion estimation for unobserved or sparsely sampled regions, and (iii) temporal extrapolation beyond observed training frames. To scale GPs to the large number of Gaussian primitives in 4DGS, we design spatio-temporal kernels that capture the correlation structure of deformation fields and adopt variational Gaussian Processes with inducing points for tractable inference. Our experiments show that GP-4DGS enhances reconstruction quality while providing reliable uncertainty estimates that effectively identify regions of high motion ambiguity. By addressing these challenges, our work takes a meaningful step toward bridging probabilistic modeling and neural graphics.

URL PDF HTML 收藏
2607.05546 2026-07-08 stat.ML cs.LG math.FA 新提交

Deep Neural Variation Spaces: A Unifying Perspective on Depth and Complexity

深度神经变分空间:深度与复杂性的统一视角

Julia Nakhleh, Robert D. Nowak

机构 * Department of Computer Science University of Wisconsin-Madison(计算机科学系威斯康星大学麦迪逊分校) Department of Electrical & Computer Engineering University of Wisconsin-Madison(电气与计算机工程系威斯康星大学麦迪逊分校)

AI总结 研究开发深度全连接神经网络统一函数空间理论,通过特定递归定义函数,统一多种想法,证明新表示定理和复杂性界,在单变量ReLU情况有“深度饱和”结果,揭示深度与复杂性在函数空间视角下的新关系。

详情
AI中文摘要

我们开发了一种深度全连接神经网络的统一函数空间理论。空间中的函数通过前一层激活函数的$\ell^1$有界线性组合递归定义,第一层为仿射函数字典。与现有主要针对ReLU等齐次激活的理论不同,我们的框架为具有广泛齐次和非齐次激活函数的深度网络提供了有意义的函数复杂性概念。这种简单结构统一了文献中几个不同的想法,包括基于范数的复杂性界和深度的变分特征,便于对深度范数约束网络能表示的函数类型进行新分析。我们证明了空间的新表示定理,建立了新的函数空间复杂性界,表明在任意深度相关函数类定性上仍然很小。在单变量ReLU情况下,证明了“深度饱和”结果。结果表明,一旦通过适当的函数空间范数控制网络复杂性,深度在任何维度的ReLU函数都不会沿任何方向呈现高频。这一发现揭示,当网络复杂性由适当的函数空间范数控制时,一些常见的深度表达优势会消失。总体而言,我们的结果说明了函数空间视角如何为深度与复杂性的关系带来新的结构见解。

英文摘要

We develop a unified function space theory of deep fully connected neural networks. Functions in our spaces are defined recursively as $\ell^1$-bounded linear combinations of activated functions from preceding layers, with a dictionary of affine functions at the first layer. Unlike existing theories that are largely specialized to homogeneous activations such as the ReLU, our framework provides a meaningful notion of functional complexity for deep networks with a broad range of homogeneous and non-homogeneous activation functions commonly used in practice. This simple construction unites several seemingly disparate ideas from the literature, including norm-based complexity bounds and variational characterizations of depth, and facilitates novel analyses of what kinds of functions deep norm-constrained networks can represent. To this end, we prove a novel representer theorem for our spaces and establish novel function-space complexity bounds showing that the associated function classes remain qualitatively small at arbitrary depth. In the univariate ReLU case, we prove a "depth saturation" result: depth in this setting yields only a small constant rescaling of the function class, with no added functional diversity. As a consequence, we show that deep norm-controlled ReLU functions in any dimension cannot exhibit high frequencies along any direction. This finding reveals that some commonly cited expressivity benefits of depth disappear once network complexity is controlled by an appropriate function space norm, rather than parameter count or other representational costs that permit compounded rescaling across layers. Overall, our results illustrate how a function space perspective yields new structural insights into the relationship between depth and complexity.

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

BabyVision: Visual Reasoning Beyond Language

BabyVision:超越语言的视觉推理

Liang Chen, Weichu Xie, Yiyan Liang, Hongfeng He, Hans Zhao, Zhibo Yang, Zhiqi Huang, Haoning Wu, Haoyu Lu, Y. charles, Yiping Bao, Yuantao Fan, Guopeng Li, Haiyang Shen, Xuanzhong Chen, Wendong Xu, Shuzheng Si, Zefan Cai, Wenhao Chai, Ziqi Huang, Fangfu Liu, Tianyu Liu, Baobao Chang, Ming Wu, Xiaobo Hu, Kaiyuan Chen, Yixin Ren, Yang Liu, Yuan Gong, Kuan Li

机构 * UniPat AI xbench Alibaba Group(阿里巴巴集团) MoonShot AI StepFun Peking University(北京大学) Tsinghua University(清华大学) University of Wisconsin–Madison(威斯康星大学麦迪逊分校) Princeton University(普林斯顿大学) Nanyang Technological University(南洋理工大学) G Labs Equal Core Contributors(0G Labs 等核心贡献者)

AI总结 研究发现当代多模态语言模型依赖语言先验,在基本视觉任务上表现差。为此引入BabyVision基准评估其核心视觉能力,涵盖多任务。结果显示模型缺乏基本视觉原语,BabyVision的进展迈向人类水平视觉能力,还探索了用生成模型解决视觉推理的方法。

Comments 26 pages, Homepage at https://unipat.ai/blog/BabyVision

详情
AI中文摘要

虽然人类在获得语言之前很久就发展出了核心视觉技能,但当代多模态语言模型(MLLMs)仍然严重依赖语言先验来弥补其脆弱的视觉理解能力。我们发现了一个关键事实:最先进的MLLMs在人类(甚至3岁儿童)能轻松解决的基本视觉任务上持续失败。为系统研究这一差距,我们引入了BabyVision,一个旨在评估MLLMs独立于语言知识的核心视觉能力的基准。BabyVision涵盖广泛任务,有388个项目分为四个关键类别的22个子类。实证结果和人工评估表明,领先的MLLMs表现显著低于人类基线。Gemini3 - Pro - Preview得分为49.7,落后于6岁儿童,远低于成人平均得分94.1。这些结果表明,尽管在知识密集型评估中表现出色,但当前MLLMs仍缺乏基本视觉原语。BabyVision的进展代表了向人类水平视觉感知和推理能力迈出的一步。我们还通过提出BabyVision - Gen和自动评估工具包探索用生成模型解决视觉推理问题。我们的代码和基准数据在该https网址发布以供复制。

英文摘要

While humans develop core visual skills long before acquiring language, contemporary Multimodal LLMs (MLLMs) still rely heavily on linguistic priors to compensate for their fragile visual understanding. We uncovered a crucial fact: state-of-the-art MLLMs consistently fail on basic visual tasks that humans, even 3-year-olds, can solve effortlessly. To systematically investigate this gap, we introduce BabyVision, a benchmark designed to assess core visual abilities independent of linguistic knowledge for MLLMs. BabyVision spans a wide range of tasks, with 388 items divided into 22 subclasses across four key categories. Empirical results and human evaluation reveal that leading MLLMs perform significantly below human baselines. Gemini3-Pro-Preview scores 49.7, lagging behind 6-year-old humans and falling well behind the average adult score of 94.1. These results show despite excelling in knowledge-heavy evaluations, current MLLMs still lack fundamental visual primitives. Progress in BabyVision represents a step toward human-level visual perception and reasoning capabilities. We also explore solving visual reasoning with generation models by proposing BabyVision-Gen and automatic evaluation toolkit. Our code and benchmark data are released at https://github.com/UniPat-AI/BabyVision for reproduction.

URL PDF HTML 收藏