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

高校专区

Princeton University(普林斯顿大学)

至 收录 745
2607.18069 2026-07-21 cs.AR cs.LG 新提交

Hardware Mechanisms to Dynamically Throttle AI Performance

动态限制人工智能性能的硬件机制

Haiyue Ma, Lauren Malek, Joseph Forzani, David Wentzlaff

机构 * Princeton University(普林斯顿大学) Princeton University Electrical(普林斯顿大学电子与计算机工程)

AI总结 研究在人工智能模型集成到关键系统时缺乏意图控制的问题,提出用微架构旋钮动态控制硬件资源限制AI性能,评估候选旋钮并构建机制,展示其高性能敏感度等优势及多旋钮组合效果。

详情
AI中文摘要

随着功能更强大的人工智能模型越来越多地集成到关键计算机系统中,缺乏对人工智能意图的控制促使人们建立安全机制。现有软件保护措施仅施加行为约束,可能被足够智能的模型绕过。虽然硬件级安全强制被视为至关重要的最后一道防线,但除了对未经授权访问的政策规定或粗略的全芯片关闭外,很少有机制被提出。本文引入了一组微架构旋钮,可在运行时动态控制可用硬件资源以限制人工智能性能。评估了跨越GPU内存子系统在容量、带宽、延迟和频率维度的候选旋钮,确定了四个有力候选者:L2大小、L2延迟、L2带宽和共享内存端口访问速率。为最小化新逻辑和额外设计成本,用成熟的微架构原语构建了所有四种机制。结果表明这些旋钮具有高性能敏感度、可忽略的实现成本、动态节流后快速稳定以及对芯片其余部分的最小附带影响。此外,多旋钮分析揭示了能放大性能下降的旋钮组合,可实现更广泛的性能目标。

英文摘要

As more capable AI models are increasingly integrated into critical computer systems, the lack of control over AI intent motivates safety mechanisms. Existing software safeguards impose only behavioral constraints that can potentially be bypassed by sufficiently intelligent models. While hardware-level safety enforcement has been recognized as an essential last line of defense, few mechanisms have been proposed beyond policy regulations on unauthorized accesses or coarse full-chip shutdown. What is missing is a fine-grained, dynamic intervention mechanism at the architecture level. In this paper, we introduce a set of microarchitecture knobs which dynamically control the available hardware resources to limit AI performance at runtime. We evaluate candidate knobs spanning the GPU memory subsystem, across capacity, bandwidth, latency and frequency dimensions, and narrow down to four strong candidates: L2 size, L2 latency, L2 bandwidth, and shared memory port access rate. To minimize new logic and extra design cost, we build all four mechanisms from well-established microarchitectural primitives: cache way masking, credit-based rate limiting, latency insertion, and bank arbitration. We show that these knobs achieve high performance sensitivity (up to 80% performance cut at 1/8 resource availability), negligible implementation cost (<~10K flip flops), fast stabilization after dynamic throttling (5-80K cycles), and minimal collateral impact on the rest of the chip. Further, multi-knob analysis reveals combinations of knobs that amplify the performance degradation beyond the effect of each knob individually, which enables a broader range of performance targets.

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

SportD: Can VLMs Physically Strategize?

SportD:视觉语言模型能进行物理策略制定吗?

Jasin Cekinmez, Addison J. Wu, Haotian Xia, Akshaya Bharadhwaj, Anay Putty, Anirudh Ravishankar, Jaewoong Lee, Jinglin Xiao, Kyumin Andrew Shim, Mishika Ahuja, Nisarga Patil, Leo Liu, Zhuohan Liu, Weining Shen

机构 * Princeton University(普林斯顿大学) Rice University(莱斯大学) UC Irvine(加州大学欧文分校) POSTECH(浦项科技大学) NYU Shanghai(纽约大学上海分校) UC Santa Barbara(加州大学圣塔芭芭拉分校) Zhejiang University(浙江大学)

AI总结 研究视觉语言模型在足球场景中能否进行物理策略制定,引入SportD基准,通过控球价值模型评估模型决策,发现模型表现低于职业球员,有偏好低方差低回报动作等问题,为衡量模型物理策略推理提供测试平台。

详情
AI中文摘要

视觉语言模型在解释视觉场景方面能力日益增强,但能否利用信息做出策略有效决策尚不明晰。我们在足球场景中研究此问题,模型观察球上决策前几秒,选择射门或传球给特定队友。不同于传统视觉理解任务,足球决策可通过估计每个可用动作的值进行定量评估。我们引入SportD基准,包含2022年世界杯478个球上决策。通过与控球价值模型对比评估模型选择,衡量最优动作准确率和次优决策损失的值。研究发现,三个前沿视觉语言模型最佳表现仅31.4%选最高价值动作,远低于职业球员的38.9%,且都有更大遗憾。进一步分析显示模型偏好低方差、低回报动作,还会部分模仿熟悉模式而非评估反事实替代方案。SportD为衡量视觉语言模型的物理策略推理提供了基于价值的测试平台。

英文摘要

Vision--language models have become increasingly capable of interpreting visual scenes, but it remains unclear whether they can use information to make strategically effective decisions. We investigate this question in soccer, where models observe the seconds preceding an on-ball decision and must choose whether to shoot or pass to a specific teammate. Unlike conventional visual-understanding tasks, soccer enables decisions to be evaluated quantitatively by estimating the value of every available action. We introduce SportD, a benchmark comprising 478 on-ball decisions from the 2022 FIFA World Cup. Each model choice is evaluated against a possession-value model that estimates the action that most increases the attacking team's probability of scoring, allowing us to measure both optimal-action accuracy and the value forfeited by suboptimal decisions. Across three frontier VLMs, the best selects the highest-valued action on 31.4% of events, compared with 38.9% for the professional players, and all models incur significantly greater regret. Further analysis reveals a systematic preference for lower-variance and lower-reward actions: VLMs shoot less often and select substantially less progressive passes than either the optimal policy or the real players. The models also reproduce the player's specific action above chance even when that action is suboptimal, suggesting partial imitation of familiar play patterns rather than consistent evaluation of counterfactual alternatives. SportD provides a value-grounded testbed for measuring physical strategic reasoning in VLMs.

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 收藏
2607.15829 2026-07-20 cs.CL cs.LG 新提交

Cost-efficient generative AI summarization for scalable automated essay scoring in educational assessment

用于教育评估中可扩展自动作文评分的成本效益高的生成式人工智能摘要

Haowei Hua

机构 * Princeton University(普林斯顿大学)

AI总结 研究针对自动作文评分受输入长度限制问题,提出用生成式人工智能辅助摘要框架,用GPT-5变体生成摘要作输入,结合手工语言特征形成混合框架,评估其在评分等方面表现,揭示相关权衡,为AES提供初步评估及基线等。

Comments 23 pages, 7 figures, 5 tables

详情
AI中文摘要

自动作文评分(AES)可实现可扩展的评估和及时反馈,但仍受变压器输入长度限制的挑战,处理长作文时会导致信息丢失。本研究提出了一个生成式人工智能辅助的摘要框架,以在保持评分可靠性的同时改善长篇作文的表示。使用ASAP 2.0数据集,我们用三个GPT-5变体(GPT-5、GPT-5 mini和GPT-5 nano)生成固定长度的摘要,并将其用作下游AES模型的输入。为保留原始写作信号,从全文中提取的手工语言特征与摘要表示相结合,形成一个混合框架。该方法在评分性能、摘要质量和计算成本方面进行了评估。评分可靠性用二次加权kappa(QWK)衡量,摘要质量通过词汇重叠、语义相似性、信息保留和冗余指标进行评估。结果表明,GPT-5 mini与人类评分的一致性最高,而GPT-5的摘要质量最强。高分作文的摘要质量下降,这表明更复杂的写作在不损失信息的情况下更难压缩。这些发现揭示了模型能力、摘要保真度、成本效率和教育结构保留之间的权衡。本研究为基于GPT的AES摘要提供了初步的对照评估,并确定了未来推广所需的重要基线和消融研究。总体而言,生成式人工智能摘要为可扩展的写作评估提供了一种有前途的方法,同时需要仔细验证信息保留和公平性。

英文摘要

Automated essay scoring (AES) enables scalable assessment and timely feedback but remains challenged by transformer input-length limitations, which can cause information loss when processing long essays. This study proposes a generative AI-assisted summarization framework to improve long-form essay representation while maintaining scoring reliability. Using the ASAP 2.0 dataset, we generate controlled-length summaries with three GPT-5 variants (GPT-5, GPT-5 mini, and GPT-5 nano) and use them as inputs for downstream AES models. To preserve original writing signals, handcrafted linguistic features extracted from full essays are integrated with summary representations to form a hybrid framework. The approach is evaluated in terms of scoring performance, summarization quality, and computational cost. Scoring reliability is measured using quadratic weighted kappa (QWK), while summary quality is assessed through lexical overlap, semantic similarity, information retention, and redundancy metrics. Results show that GPT-5 mini achieves the highest agreement with human ratings, whereas GPT-5 produces the strongest summarization quality. Summary quality decreases for higher-scoring essays, indicating that more complex writing is more difficult to compress without information loss. These findings reveal trade-offs among model capacity, summary fidelity, cost efficiency, and preservation of educational constructs. This study provides an initial controlled evaluation of GPT-based summarization for AES and identifies important baselines and ablation studies required for future generalization. Overall, generative AI summarization offers a promising approach for scalable writing assessment while requiring careful validation of information preservation and fairness.

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

T^2MLR: Transformer with Temporal Middle-Layer Recurrence

T^2MLR:具有时间中层循环的Transformer

Ziyang Cai, Xingyu Zhu, Yihe Dong, Yinghui He, Sanjeev Arora

机构 * Princeton University(普林斯顿大学)

AI总结 研究针对Transformer推理受自回归解码限制问题,提出T2MLR架构,将前token缓存中间层表示融合到当前token较早层,在自然语言预训练和多跳推理微调中表现优,且局部中层块应用循环效果好,还无需从头预训练,降低实际应用门槛。

详情
AI中文摘要

Transformer推理受自回归解码限制,通过token空间反复压缩丰富的隐藏计算,使中间推理状态难以持久。我们引入了具有时间中层循环(T2MLR)的Transformer,将前一个token的缓存中间层表示直接融合到当前token位置的较早层,使抽象中间计算在解码步骤中持久,推理开销小。在自然语言预训练和多跳推理微调中,T2MLR始终优于基线。仅对局部中层块应用循环(低至网络的20%)往往优于全层循环。T2MLR无需从头预训练,将循环路径改造到现有预训练的17亿参数Transformer并微调可显著提升数学推理。结果表明有效的Transformer潜在推理无需像以前那样遍历所有层,通过有针对性的中层循环即可更有效实现。

英文摘要

Transformer reasoning is limited by autoregressive decoding, which repeat edly compresses rich hidden computation through token space and makes it difficult for intermediate reasoning states to persist across time. We in troduce Transformers with Temporal Middle-Layer Recurrence (T2MLR), a transformers-based latent reasoning architecture that fuses a cached middle layer representation from the previous token directly into an earlier layer of the current token position, enabling abstract intermediate computation to persist across decoding steps with little inference overhead. Across natural-language pretraining and multi-hop reasoning finetuning, T2MLR consistently outperforms data- and parameter-matched Transformer base lines. Moreover, applying recurrence to only a localized middle-layer block (as little as 20% of the network) often outperforms full-layer recurrence. Im portantly, T2MLR does not require pretraining from scratch: retrofitting the recurrent pathway into an existing pretrained 1.7B Transformer and briefly finetuning substantially improves math reasoning, lowering the barrier to practical adoption. These results suggest that effective latent reasoning in Transformers does not require looping over all layers as in previous works, but can instead emerge more strongly from targeted middle-layer recurrence.

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

Interleaved Noise Injection Improves Clean, Corrupted, and OOD Performance

交错噪声注入提高干净、受损和分布外数据的性能

Matt L. Wiemann, Peter Melchior, Andrew K. Saydjari

机构 * Princeton University(普林斯顿大学)

AI总结 研究探索交错噪声注入在优化中的效果,通过理论分析揭示其作用机制,引入梯度范数稳定技术,与其他方法比较发现能显著提升在CIFAR-100-C等数据集上的抗噪及分布外数据性能,是提升测试性能的有效工具。

Comments 24 pages, 11 figures

详情
AI中文摘要

噪声注入是随机优化中的一项知名技术。本文报告了其在采用交错(开-关-开-关……)而非通常单调衰减调度时的惊人有效性。对噪声注入进行了理论分析,证实脉冲噪声的干扰近似于雅可比正则化,高斯噪声起到曲率惩罚作用。交错调度能产生更好结果,为稳定训练,引入基于干净梯度幅度缩放噪声更新的梯度范数稳定技术。与其他常见增强方法比较,在多种数据集和架构上有显著改进,通过显著性和注意力图表明其作用机制,交错噪声注入能有效提升各类数据测试性能且计算成本基本为零。

英文摘要

Noise injection is a well-known technique in stochastic optimization. We report its surprising effectiveness with an interleaved (on-off-on-off...) rather than the usual monotonic decay schedule. We present a theoretical analysis of noise injection, which confirms that corruption by impulse noise approximates a Jacobian regularization, whereas Gaussian noise acts as a curvature penalty. This regularization behavior has been invoked to explain why noise injection increases model robustness. But the interleaved nature of our proposed schedule produces superior results even for the optimization objective: mixing phases of noisy data permits the optimizer to escape local minima and increase exploration without the risk of catastrophically forgetting the important features from the clean data. To stabilize this training scheme against the rapid changes of the loss when switching between clean and noisy data, we introduce a gradient-norm stabilization technique that scales noisy updates based on clean gradient magnitudes. We compare this method with other common augmentation methods and find substantial improvements in corruption tolerance and robustness to real-world distribution shifts on CIFAR-100-C, ImageNet-C, and ImageNet-R for ResNet and ViT architectures, with the best results being achieved by stacking our method on top of other augmentations. Through saliency and attention maps we show that the effect of interleaved noise injection stems from penalizing the failure modes encouraged by the inductive bias of the models: impulse noise works against the locality bias of convolutional (ResNet) architectures, and Gaussian noise reduces the tendency of attention-based models to pick up large-scale spurious features. Interleaved noise injection is therefore an effective tool to improve the test performance on clean, noisy, and out-of-distribution data at essentially zero computational cost.

URL PDF HTML 收藏
2607.12771 2026-07-17 cs.LG cs.CE cs.CL q-bio.BM 版本更新

Learning Mechanistic Reasoning for Chemical Reactions with Large Language Models

利用大语言模型学习化学反应的机理推理

Xingyu Dang, Haocheng Tang, Junmei Wang, Yanjun Li

机构 * Princeton University(普林斯顿大学) University of Pittsburgh(匹兹堡大学) Northeastern University(东北大学) University of Florida(佛罗里达大学)

AI总结 研究利用大语言模型学习化学反应机理推理,构建大规模推理数据集及福山基准,通过机理感知训练微调Qwen3 - 30B - A3B,在福山基准集A上精确路径匹配超FlowER模型,增强了语言模型的化学推理能力。

详情
AI中文摘要

反应机理由解释化学转化的基本反应的逐步序列组成。因此,学习机理逻辑对于增强大语言模型(LLMs)的基本化学智能至关重要。反应机理的逐步推导与推理LLMs的推理范式自然契合。然而,当前化学LLMs主要强调用于产物预测和逆合成的粗粒度名称反应,常导致物理不一致和幻觉。相比之下,用于机理推断的专门小规模生成模型通常在不同化学空间中泛化能力受限。为克服这些限制,我们构建了一个新颖的大规模反应机理推理数据集。此外,我们建立了福山基准,这是一个源自福山《高等有机反应机理》一书的具有挑战性的基准,用于严格评估模型在分层机理推理上的性能。我们微调后的Qwen3 - 30B - A3B在福山基准集A上实现了8.3%的精确路径匹配,超过了专门的FlowER模型(5.1%),表明机理感知训练显著增强了语言模型中的化学推理能力。

英文摘要

Reaction mechanisms consist of the step-by-step sequences of elementary reactions that explain chemical transformations. Learning the mechanism logic is therefore essential for enhancing the fundamental chemical intelligence of large language models (LLMs). The stepwise deduction of reaction mechanism aligns naturally with the reasoning paradigms of reasoning LLMs. However, current chemical LLMs primarily emphasize coarse-grained name reactions for product prediction and retrosynthesis, often leading to physical inconsistencies and hallucinations. In contrast, specialized small-scale generative models for mechanism inference typically suffer from restricted generalization capacity across diverse chemical spaces. To overcome these limitations, we built a novel, large-scale reasoning dataset of reaction mechanisms. Furthermore, we established the FukuyamaBench, a difficult benchmark derived from Fukuyama's Advanced Organic Reaction Mechanism book, to rigorously evaluate model performance on hierarchical mechanism reasoning. Our fine-tuned Qwen3-30B-A3B achieves 8.3% exact pathway match on FukuyamaBench Set~A, surpassing the specialized FlowER model (5.1%), demonstrating that mechanism-aware training substantially enhances chemical reasoning in language models.

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

DeepLoop: Depth Scaling for Looped Transformers

DeepLoop:循环变换器的深度缩放

Shuzhen Li, Yifan Zhang, Jiacheng Guo, Quanquan Gu, Mengdi Wang

机构 * Princeton University(普林斯顿大学) University of California Los Angeles(加利福尼亚大学洛杉矶分校)

AI总结 研究循环变换器中深度缩放问题,提出DeepLoop方法,通过控制访问对齐系数形式化绑定深度效应,保持特定架构并设置参数,在不同规模GPT风格模型上实验,结果显示稳定循环深度需考虑参数访问的残差缩放规则。

Comments 25 pages

详情
AI中文摘要

循环变换器通过多次应用紧凑的物理块堆栈来缩放顺序计算,在不增加存储参数的情况下增加展开深度。这种重用改变了残差缩放问题。我们通过由访问对齐系数κ_R控制的一阶扰动界来形式化这种绑定深度效应。由此产生的DeepLoop方法保持了后LN DeepNorm架构,并针对展开深度N设置α=(2N)^(1/2)和β=(8N)^(-1/2)。在GPT-2小模型和GPT-2中模型规模的GPT风格循环语言模型上,当没有物理块被重新访问时,DeepLoop是中性的,一旦激活循环深度,就会提高验证损失和下游准确率。这些结果表明,稳定的循环深度需要考虑参数访问的残差缩放规则,而不仅仅是名义层数。

英文摘要

Looped Transformers scale sequential computation by applying a compact stack of physical blocks for multiple rounds, increasing unrolled depth without increasing stored parameters. This reuse changes the residual-scaling problem: in an untied Transformer, each residual branch receives and applies its own parameter update, whereas in a looped Transformer one shared update aggregates gradients from repeated visits and is read back by those same visits in the next linearized forward pass. We formalize this tied-depth effect through a first-order perturbation bound controlled by a visit-alignment coefficient $κ_R$. The bound recovers the DeepNorm exponent when visits decorrelate, but in the conservative aligned regime it requires the exponent to increase from $1/4$ to $1/2$ as loop count grows at fixed physical depth. The resulting method, \textbf{DeepLoop}, keeps the Post-LN DeepNorm architecture and sets $α=(2N)^{1/2}$ and $β=(8N)^{-1/2}$ for unrolled depth $N$. On GPT-style looped language models at GPT-2 small and GPT-2 medium scale, DeepLoop is neutral when no physical block is revisited and improves validation loss and downstream accuracy once recurrent depth is activated. These results show that stable recurrent depth requires residual scaling rules that account for parameter visits, not only nominal layer count.

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

Representation-Based Exploration for Language Models: From Test-Time to Post-Training

基于表示的语言模型探索:从测试时到训练后

Jens Tuyls, Dylan J. Foster, Akshay Krishnamurthy, Jordan T. Ash

机构 * Princeton University(普林斯顿大学) Microsoft Research(微软研究院)

AI总结 研究语言模型中强化学习探索新行为的价值,提出基于预训练模型隐藏状态的表示奖励探索方法,在推理时和训练后都显著提升了模型性能,如验证效率和测试时样本效率,为发现新行为提供实用途径。

Comments Accepted at ICLR 2026. Website and code: https://rep-exp.github.io

详情
AI中文摘要

强化学习有望扩展语言模型的能力,但当前强化学习技术能否促进新行为的发现尚不清楚。本文研究了刻意探索的价值,旨在理解预训练模型中的知识如何指导搜索。主要发现是,基于预训练语言模型隐藏状态的简单、有原则的基于表示的奖励进行探索,能显著提高多样性和通过率。在推理时,基于表示的多样性探索提高了效率;在训练后,将此探索策略集成到强化学习管道中可提高推理性能。例如,在Qwen-2.5-14b-Instruct上几乎所有任务的验证效率提高超50%,在AIME 2024上,训练后的Qwen-2.5-7b-Instruct的pass@80与GRPO在同一模型上的pass@256匹配,测试时样本效率提高3倍。研究表明,正确的多样性概念下的刻意探索是发现新行为的实用途径。

英文摘要

Reinforcement learning (RL) promises to expand the capabilities of language models, but it is unclear if current RL techniques promote the discovery of novel behaviors, or simply sharpen those already present in the base model. In this paper, we investigate the value of deliberate exploration -- explicitly incentivizing the model to discover novel and diverse behaviors -- and aim to understand how the knowledge in pre-trained models can guide this search. Our main finding is that exploration with a simple, principled, representation-based bonus derived from the pre-trained language model's hidden states significantly improves diversity and pass@k rates -- both for post-training, and in a novel inference-time scaling setting we introduce. For inference-time, exploration with representation-based diversity improves efficiency, consistently improving pass@k rates across a variety of models and reasoning tasks. For example, for Qwen-2.5-14b-Instruct we obtain over 50% improvement in verifier efficiency on almost all tasks. For post-training, we show that integrating this exploration strategy into an RL pipeline improves reasoning performance over that of the initial model and over standard RL post-training. For example, on AIME 2024, our post-trained Qwen-2.5-7b-Instruct's pass@80 matches the pass@256 of GRPO on the same model, demonstrating a 3x improvement in test-time sample efficiency. Overall, our findings suggest that deliberate exploration -- with the right notion of diversity -- is a practical path toward discovery of new behaviors beyond sharpening.

URL PDF HTML 收藏
2607.12447 2026-07-15 cs.LG cs.AI 新提交

The Computational Basis of Confidence in Large Language Models

大语言模型中置信度的计算基础

Dharshan Kumaran, Viorica Patraucean, Maks Ovsanikov, Petar Veličković, Nathaniel Daw

机构 * Google DeepMind(谷歌深度思维) École Polytechnique(巴黎综合理工学院) Princeton University(普林斯顿大学)

AI总结 研究大语言模型中置信度的计算基础,利用统计决策置信度框架,通过答案 - 对数差异测试其预测特征,结果表明在多种任务中答案对数可作潜在决策变量读出,为多模态语言模型置信度提供解释并统一研究框架。

详情
AI中文摘要

可靠的置信度(即模型自身答案正确的概率)对于语言模型的可靠部署至关重要。现有工作大多通过预测正确性的程度和是否校准来评估置信度,而一个更根本的问题仍然存在:置信度信号本身代表什么?答案对数可能反映一个足以计算规范置信度的潜在决策变量,或者是一个以非贝叶斯方式组合现有证据的启发式偏好信号。我们使用统计决策置信度(SDC,一种来自计算神经科学的规范框架)来解决这个问题。将答案 - 对数差异(LD)视为潜在决策变量的候选读出,我们测试了SDC预测的定性特征。在三个感知辨别任务和一个基于记忆的决策任务中,跨越三个多模态非推理模型和一个推理模型,LD满足这些特征,包括诊断正确/错误折叠 - X模式,表明在这些设置中,答案对数表现为潜在决策变量的单调读出,而不是启发式偏好分数。在复杂视觉推理中,LD继续预测正确性超过客观任务难度,但SDC的完整几何特征不存在,说明了当明确的规范过程模型不可用时该框架的当前边界。这些结果提供了对多模态语言模型中置信度的计算解释,描绘了答案对数何时表现为潜在决策变量的读出,并将SDC确立为研究生物和人工智能中置信度的统一框架。

英文摘要

Reliable confidence -- the probability that a model's own answer is correct -- is essential for the trustworthy deployment of language models. Existing work has largely evaluated confidence by how well it predicts correctness and whether it is calibrated, leaving open a more fundamental question: what does the confidence signal itself represent? Answer logits may reflect a latent decision variable sufficient to compute normative confidence, or instead a heuristic preference signal that combines the available evidence in a non-Bayesian manner. We address this using statistical decision confidence (SDC), a normative framework from computational neuroscience. Treating the answer-logit difference (LD) as a candidate readout of the latent decision variable, we test the qualitative signatures predicted by SDC. Across three perceptual discrimination tasks and a memory-based decision task, spanning three multimodal non-reasoning models and one reasoning model, LD satisfied these signatures -- including the diagnostic correct/error folded-X pattern -- showing that, in these settings, answer logits behave as monotonic readouts of a latent decision variable rather than heuristic preference scores. In complex visual reasoning, LD continued to predict correctness beyond objective task difficulty, but the full geometric signatures of SDC were absent, illustrating the current boundary of the framework when explicit normative process models are unavailable. These results provide a computational account of confidence in multimodal language models, delineate when answer logits behave as readouts of a latent decision variable, and establish SDC as a unifying framework for studying confidence across biological and artificial intelligence.

URL PDF HTML 收藏
2606.05217 2026-07-15 math-ph cs.AI cs.LG math.MP physics.data-an 版本更新

The Score Hamiltonian: Mapping Diffusion Models to Adiabatic Transport

得分哈密顿量:将扩散模型映射到绝热输运

Peter Halmos, Boris Hanin

机构 * Computer Science Department, Princeton University(普林斯顿大学计算机科学系) ORFE Department, Princeton University(普林斯顿大学ORFE系)

AI总结 本文通过构建得分哈密顿量,建立了基于得分的扩散模型采样与薛定谔算子基态绝热输运之间的精确对应关系,并利用绝热定理推导了密度重建误差界和退火调度方案。

Comments 26 pages, 10 figures. v3: Expanded supplementary discussion in appendix of application to various score-based parameterizations. Main results and main text unchanged

详情
AI中文摘要

我们展示了基于得分的扩散模型采样与一族薛定谔算子的基态绝热输运之间的精确对应关系,这些薛定谔算子被称为得分哈密顿量,由学习到的得分的量子势构建。通过具有时变势的福克-普朗克方程的绝热定理,我们获得了新颖的密度重建误差界和原则性的退火调度方案。我们发现采样的基本极限由得分匹配误差平方与得分哈密顿量谱隙(数据密度的逆庞加莱常数)之比决定。

英文摘要

We exhibit an exact correspondence between sampling with score-based diffusion models and adiabatic transport of ground states for a family of Schrödinger operators we call Score Hamiltonians, built from the learned score's quantum potential. We obtain novel density reconstruction bounds and principled annealing schedules via adiabatic theorems for Fokker-Planck equations with time-varying potentials. We find the fundamental limit of sampling is set by the ratio of squared score-matching error to Score Hamiltonian spectral gap - the inverse Poincaré constant of the data density.

URL PDF HTML 收藏
2607.10745 2026-07-14 cs.CL 新提交

The First ChineseBabyLM Challenge: training data-efficient and cognitively plausible language models for Chinese

首个中文BabyLM挑战:训练数据高效且认知合理的中文语言模型

Siyuan Song, Zhiheng Qian, Yunhao Zhang, Linyang He, Xiaozhe Ji, Yingxin Lin, Hongao Zhu, Chongtian Shao, Chuhan Lang, Luan Li, Rui Wang, Renfen Hu, Shaonan Wang, Hai Hu

机构 * Princeton University(普林斯顿大学) Shanghai Jiao Tong University(上海交通大学) Chinese Academy of Sciences(中国科学院) Columbia University(哥伦比亚大学) Beijing Normal University(北京师范大学) Tsinghua University(清华大学) University of California San Diego(加利福尼亚大学圣地亚哥分校) The Hong Kong Polytechnic University(香港理工大学)

AI总结 首个中文BabyLM挑战将在2026年自然语言处理与中文计算会议举办,要求用1亿中文词元从头训练语言模型,在自然语言理解、认知对齐和汉字知识三轨道评估,不限分词器、模型架构和训练轮数。

Comments 8 pages, 4 tables; work in progress

详情
AI中文摘要

本文介绍了将于2026年自然语言处理与中文计算会议举办的首个中文BabyLM挑战。该挑战要求研究人员用1亿中文词元从头开始训练语言模型,并在自然语言理解、认知对齐和汉字知识三个任务轨道上评估模型。对分词器、模型架构和训练轮数没有限制。挑战详情可在该https网址查看。

英文摘要

This paper describes the first ChineseBabyLM challenge, which will be held in the 2026 NLPCC conference. The challenge calls for researchers to train language models from scratch with 100 million Chinese tokens and evaluates the models on 3 tracks of tasks: NLU, cognitive alignment and Hanzi knowledge. There is no restriction on tokenizer, model architecture and the number of training epochs. Details of the challenge can be found in https://chinese-babylm.github.io/.

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

SFO: Learning PDE Operators via Spectral Filtering

SFO:通过谱滤波学习偏微分方程算子

Noam Koren, Rafael Moschopoulos, Kira Radinsky, Elad Hazan

机构 * Technion - Israel Institute of Technology(技术离子-以色列理工学院) Princeton University(普林斯顿大学)

AI总结 研究如何让神经算子有效捕捉偏微分方程解映射中的长程非局部相互作用,提出谱滤波算子SFO,利用通用谱基参数化积分核,通过学习快速衰减特征值的谱系数实现高效表示,在六个基准测试中达最优精度,大幅降误差并减少参数。

详情
AI中文摘要

偏微分方程(PDEs)控制着复杂系统,然而神经算子常常难以有效捕捉其解映射中固有的长程、非局部相互作用。我们引入了谱滤波算子(SFO),这是一种神经算子,它使用通用谱基(USB)对积分核进行参数化,USB是从谱滤波理论中的希尔伯特矩阵本征模式导出的固定全局正交基。基于理论发现,即平移不变PDE离散化的离散格林函数呈现空间线性动态系统(LDS)结构,我们证明这些核在USB中允许紧凑近似。通过仅学习快速衰减特征值的谱系数,SFO实现了高效表示。在包括反应扩散、流体动力学和3D电磁学在内的六个基准测试中,SFO达到了当前最优精度,相对于强大基线,误差降低了40%,同时使用的参数大幅减少。

英文摘要

Partial differential equations (PDEs) govern complex systems, yet neural operators often struggle to efficiently capture the long-range, nonlocal interactions inherent in their solution maps. We introduce Spectral Filtering Operator (SFO), a neural operator that parameterizes integral kernels using the Universal Spectral Basis (USB), a fixed, global orthonormal basis derived from the eigenmodes of the Hilbert matrix in spectral filtering theory. Motivated by our theoretical finding that the discrete Green's functions of shift-invariant PDE discretizations exhibit spatial Linear Dynamical System (LDS) structure, we prove that these kernels admit compact approximations in the USB. By learning only the spectral coefficients of rapidly decaying eigenvalues, SFO achieves a highly efficient representation. Across six benchmarks, including reaction-diffusion, fluid dynamics, and 3D electromagnetics, SFO achieves state-of-the-art accuracy, reducing error by up to 40% relative to strong baselines while using substantially fewer parameters.

URL PDF HTML 收藏
2510.11503 2026-07-14 q-bio.NC cs.AI cs.GT 版本更新

People use fast and flat simulation to reason about new games

人们使用快速且扁平的模拟来对新游戏进行推理

Katherine M. Collins, Cedegao E. Zhang, Lionel Wong, Mauricio Barba da Costa, Graham Todd, Adrian Weller, Samuel J. Cheyette, Thomas L. Griffiths, Joshua B. Tenenbaum

机构 * Massachusetts Institute of Technology(麻省理工学院) Princeton University(普林斯顿大学) University of Cambridge(剑桥大学) Stanford University(斯坦福大学) New York University(纽约大学) The Alan Turing Institute(艾伦·图灵研究所)

AI总结 研究人们对新游戏的推理,通过超千名参与者和121种新棋盘游戏的研究,发现人们玩新游戏或评估时具系统性和适应性理性,用“直观玩家”模型解释,为新问题应对及类人AI系统设计提供见解。

详情
AI中文摘要

长期以来,游戏一直是研究自然和人工智能中规划与推理的缩影,常聚焦于专家级甚至超人玩法。但现实生活促使人类智能面临新挑战,即灵活应对从未想过的决策问题。本文通过对超1000名参与者和121种两人策略棋盘游戏(几乎全是参与者陌生的)进行一系列大规模行为研究,发现人们首次玩游戏或在玩之前评估游戏(如公平性或趣味性)时是系统且适应性理性的。我们用“直观玩家”这一计算认知模型解释这些能力,该模型基于快速且扁平(深度受限)的目标导向概率模拟机制。我们的工作为人们遇到新问题时如何快速评估、行动和提建议提供了新见解,还可为设计更灵活、更像人类的人工智能系统提供参考,这类系统不仅能决定如何解决新任务,还能判断任务是否值得思考。

英文摘要

Games have long been a microcosm for studying planning and reasoning in both natural and artificial intelligence (AI), often focusing on expert-level or even super-human play. But real life also pushes human intelligence along a different frontier, requiring people to flexibly navigate decision-making problems that they have never thought about before. Here, we use novice gameplay to study how people reason about new problem settings. Through a series of large-scale behavioral studies with over 1000 participants and 121 two-player strategic board games (almost all novel to our participants), we show that people are systematic and adaptively rational in how they play a game for the first time, or evaluate a game (e.g., how fair or how fun it is likely to be) before they have played it even once. We explain these capacities via a computational cognitive model that we call the 'Intuitive Gamer', a model based on mechanisms of fast and flat (depth-limited) goal-directed probabilistic simulation. Our work offers new insights into how people rapidly evaluate, act, and make suggestions when encountering novel problems, and could inform the design of more flexible and human-like AI systems that can determine not just how to solve new tasks, but whether a task is worth thinking about at all.

URL PDF HTML 收藏
2510.01830 2026-07-14 cs.RO 版本更新

What Matters in RL-Based Methods for Object-Goal Navigation? An Empirical Study and A Unified Framework

基于强化学习的目标导航方法中什么重要?实证研究与统一框架

Hongze Wang, Boyang Sun, Jiaxu Xing, Fan Yang, Marco Hutter, Dhruv Shah, Davide Scaramuzza, Marc Pollefeys

机构 * Computer Vision and Geometry Group, ETH Zurich, Switzerland(苏黎世联邦理工学院计算机视觉与几何组) Robotics and Perception Group, University of Zurich, Switzerland(苏黎世大学机器人与感知组) Robotic Systems Lab, ETH Zurich, Switzerland(苏黎世联邦理工学院机器人系统实验室) Princeton Robotic Intelligence and SysteMs group, Princeton University, USA(普林斯顿大学机器人智能与系统组) Microsoft, Switzerland(微软公司)

AI总结 研究目标导航中基于强化学习方法各组件影响,通过分解导航管道为感知、策略和测试时增强三组件进行实证研究,引入统一框架,构建增强系统达领先性能,提供见解与建议,凸显当前智能体与人类导航差距。

详情
AI中文摘要

目标导航是在家庭、学校和工作场所等日常环境中部署移动机器人的关键能力。在此任务中,智能体必须仅使用机载感知在以前未见过的环境中定位目标对象类别的实例,这需要语义理解、空间推理和长期规划的集成。强化学习已成为目标导航的主导范式,但现代系统在感知模块、策略架构和推理时间策略方面涉及众多设计选择。然而,这些组件的相对影响仍知之甚少。在这项工作中,我们对基于模块化强化学习的目标导航系统进行了大规模实证研究。我们将导航管道分解为三个关键组件:感知、策略和测试时增强,并进行了广泛的对照实验来分析它们各自的贡献。我们的结果表明,感知质量和测试时策略的改进通常比单独的策略改进产生更大的性能提升,这突出了理解模块化导航系统中不同组件如何相互作用的重要性。基于这些发现,我们引入了一个统一框架来系统地研究模块化目标导航系统。在我们的分析指导下,我们构建了一个增强系统,在吉布森基准测试中实现了领先性能,比之前的方法提高了6.6%的成功率和2.7%的成功率。我们还引入了人类专家基线,成功率达到98%,突出了当前强化学习智能体与人类水平导航之间的巨大差距。最后,我们为每个模块提供了实用的见解和设计建议,以帮助指导未来的研究。

英文摘要

Object-Goal Navigation (ObjectNav) is a key capability for deploying mobile robots in everyday environments such as homes, schools, and workplaces. In this task, an agent must locate an instance of a target object category in previously unseen environments using only onboard perception, requiring the integration of semantic understanding, spatial reasoning, and long-horizon planning. Reinforcement learning (RL) has become a dominant paradigm for ObjectNav, yet modern systems involve numerous design choices across perception modules, policy architectures, and inference-time strategies. The relative impact of these components, however, remains poorly understood. In this work, we present a large-scale empirical study of modular RL-based ObjectNav systems. We decompose the navigation pipeline into three key components: perception, policy, and test-time enhancement, and conduct extensive controlled experiments to analyze their individual contributions. Our results suggest that improvements in perception quality and test-time strategies often yield larger performance gains than policy improvements alone, highlighting the importance of understanding how different components interact within modular navigation systems. Motivated by these findings, we introduce a unified framework for systematically studying modular ObjectNav systems. Guided by our analysis, we build an enhanced system that achieves state-of-the-art performance on the Gibson benchmark, improving SPL by 6.6% and success rate by 2.7% over prior methods. We also introduce a human expert baseline, achieving 98% success, highlighting the significant gap between current RL agents and human-level navigation. Finally, we provide practical insights and design recommendations for each module to help guide future research. Project page: https://honwang0054.github.io/What-matters-in-RL-ObjNav-web/.

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

The Power of Power Law: Asymmetry Enables Compositional Reasoning

幂律的力量:不对称性使组合推理成为可能

Zixuan Wang, Xingyu Dang, Jason D. Lee, Kaifeng Lyu

机构 * Princeton University(普林斯顿大学) Tsinghua University(清华大学) University of California, Berkeley(加州大学伯克利分校)

AI总结 本文研究了幂律分布对组合推理任务的影响,发现其在状态跟踪和多步算术等任务中优于均匀分布,通过理论分析揭示了幂律分布通过引入有益的不对称性,使模型能更高效地学习长尾技能。

详情
AI中文摘要

自然语言数据遵循幂律分布,大多数知识和技能出现频率极低。尽管常见直觉认为重新加权或精选数据以获得均匀分布有助于模型学习长尾技能,但我们发现相反的结果:在广泛组合推理任务中,如状态跟踪和多步算术,训练时使用幂律分布始终优于均匀分布。为理解这一优势,我们引入了一个最小化技能组合任务,并展示学习幂律分布需要显著更少的训练数据。我们的理论分析揭示,幂律采样诱导了有益的不对称性,改善了病态损失景观,使模型首先通过低数据复杂性的高频技能组合获取能力,从而高效学习稀有长尾技能。我们的结果提供了训练模型有效数据分布的另一种视角。

英文摘要

Natural language data follows a power-law distribution, with most knowledge and skills appearing at very low frequency. While a common intuition suggests that reweighting or curating data towards a uniform distribution may help models better learn these long-tail skills, we find a counterintuitive result: across a wide range of compositional reasoning tasks, such as state tracking and multi-step arithmetic, training under power-law distributions consistently outperforms training under uniform distributions. To understand this advantage, we introduce a minimalist skill-composition task and show that learning under a power-law distribution provably requires significantly less training data. Our theoretical analysis reveals that power law sampling induces a beneficial asymmetry that improves the pathological loss landscape, which enables models to first acquire high-frequency skill compositions with low data complexity, which in turn serves as a stepping stone to efficiently learn rare long-tailed skills. Our results offer an alternative perspective on what constitutes an effective data distribution for training models.

URL PDF HTML 收藏
2602.11399 2026-07-09 cs.LG cs.AI cs.RO 版本更新

Can We Really Learn One Representation to Optimize All Rewards?

我们真的能学习一种表示来优化所有奖励吗?

Chongyi Zheng, Royina Karegoudra Jayanth, Benjamin Eysenbach

机构 * Princeton University(普林斯顿大学)

AI总结 研究无监督预训练中通过交互的无监督学习,聚焦前向 - 后向表示学习。通过理论分析阐明其表示存在条件及收敛情况,提出更易理解和优化的变体。实验表明该变体误差更小、零样本性能提升,还能为下游任务提供有效初始化。

详情
AI中文摘要

随着无监督预训练在强化学习中越来越普遍,对这些方法进行更深入的理论理解与其经验成功同样重要。我们关注通过交互进行无监督学习的设置,其中前向 - 后向(FB)表示学习是一个典型且流行的例子。本文通过在一类使用回归获得后继度量比的低秩近似的近期方法中对FB方法进行形式化背景化,揭示了FB。我们的分析阐明了FB表示何时存在以及低秩近似在实践中如何收敛。基于该理论,我们提出了一种FB变体,它在理论上更易于理解且在实践中更易于优化。在教学设置以及10个基于状态和基于图像的连续控制域中的实验表明,我们的方法收敛到所需表示时的误差比FB小10^5倍,平均零样本性能提高了24%。我们还证明,如果用户希望在下游任务上进一步微调,我们算法推断的零样本策略可提供有效的初始化。我们的项目网站可通过此https URL获取。

英文摘要

As unsupervised pretraining becomes increasingly ubiquitous in reinforcement learning, a more thorough theoretical understanding of these methods becomes of equal importance to their empirical success. We focus on the setting of unsupervised learning via interaction, where the forward-backward (FB) representation learning serves as a prototypical and popular example. In this paper, we shed light on FB by formally contextualizing the method within a broader class of recent methods that use regression to obtain a low-rank approximation of a successor measure ratio. Our analysis clarifies when FB representations can exist and how the low-rank approximation converges in practice. Building upon the theory, we propose a variant of FB that is both more amenable to theoretical understanding and simpler to optimize in practice. Experiments in didactic settings, as well as in $10$ state-based and image-based continuous control domains, demonstrate that our method converges to desired representations with $10^5 \times$ smaller errors than FB, achieving $+24\%$ improved zero-shot performance on average. We also demonstrate that zero-shot policies inferred by our algorithm provide an efficient initialization if the user prefers further fine-tuning on downstream tasks. Our project website is available at https://chongyi-zheng.github.io/onestep-fb.

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

Explain Before You Answer: A Survey on Compositional Visual Reasoning

回答之前先解释:组合视觉推理综述

Fucai Ke, Joy Hsu, Zhixi Cai, Zixian Ma, Xin Zheng, Xindi Wu, Sukai Huang, Weiqing Wang, Pari Delir Haghighi, Gholamreza Haffari, Ranjay Krishna, Jiajun Wu, Hamid Rezatofighi

机构 * Monash University(墨尔本大学) Stanford University(斯坦福大学) University of Washington(华盛顿大学) Griffith University(格里菲斯大学) Princeton University(普林斯顿大学) Allen Institute for Artificial Intelligence(人工智能研究院)

AI总结 综述2023年至2025年组合视觉推理文献,形式化核心定义,追溯范式转变,编目基准指标,提炼见解、识别挑战并概述方向,为该领域提供统一分类、历史路线图和批判性展望。

Comments Project Page: https://github.com/pokerme7777/Compositional-Visual-Reasoning-Survey

详情
AI中文摘要

组合视觉推理已成为多模态人工智能的关键研究前沿,旨在赋予机器类似人类的能力,以分解视觉场景、锚定中间概念并进行多步逻辑推理。早期综述聚焦于整体视觉语言模型或一般多模态推理,缺少对组合视觉推理文献的专门综合。本文对2023年至2025年的文献进行全面综述,系统回顾260多篇顶级会议论文。首先形式化核心定义,阐述组合方法优势;接着追溯五阶段范式转变;然后编目60多个基准和指标;最后提炼关键见解,识别开放挑战并概述未来方向。

英文摘要

Compositional visual reasoning has emerged as a key research frontier in multimodal AI, aiming to endow machines with the human-like ability to decompose visual scenes, ground intermediate concepts, and perform multi-step logical inference. While early surveys focus on monolithic vision-language models or general multimodal reasoning, a dedicated synthesis of the rapidly expanding compositional visual reasoning literature is still missing. We fill this gap with a comprehensive survey spanning 2023 to 2025 that systematically reviews 260+ papers from top venues (CVPR, ICCV, NeurIPS, ICML, ACL, etc.). We first formalize core definitions and describe why compositional approaches offer advantages in cognitive alignment, semantic fidelity, robustness, interpretability, and data efficiency. Next, we trace a five-stage paradigm shift: from prompt-enhanced language-centric pipelines, through tool-enhanced LLMs and tool-enhanced VLMs, to recently minted chain-of-thought reasoning and unified agentic VLMs, highlighting their architectural designs, strengths, and limitations. We then catalog 60+ benchmarks and corresponding metrics that probe compositional visual reasoning along dimensions such as grounding accuracy, chain-of-thought faithfulness, and high-resolution perception. Drawing on these analyses, we distill key insights, identify open challenges (e.g., limitations of LLM-based reasoning, hallucination, a bias toward deductive reasoning, scalable supervision, tool integration, and benchmark limitations), and outline future directions, including world-model integration, human-AI collaborative reasoning, and richer evaluation protocols. By offering a unified taxonomy, historical roadmap, and critical outlook, this survey aims to serve as a foundational reference and inspire the next generation of compositional visual reasoning research.

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

On the convergence of graph Laplacians with a symmetric divergence

关于具有对称散度的图拉普拉斯算子的收敛性

Liane Xu

机构 * Program in Applied and Computational Mathematics, Princeton University(应用与计算数学项目,普林斯顿大学)

AI总结 研究在特定黎曼子流形上,基于满足条件的对称散度$D$构造图拉普拉斯算子,证明其逐点收敛性,并给出$D$由Sinkhorn散度给出的例子。

Comments 51 pages, 10 figures

详情
AI中文摘要

在分析位于光滑、紧致、连通的黎曼子流形$(\mathcal{M}, g)$上的数据的流形学习算法时,测地距离$d_g$的一个关键估计是存在$K > 0$,使得对于所有$p, q \in \mathcal{M}$,有$0 \leq d_g(p, q)^2 - \|p - q\|^2 \leq K d_g(p, q)^4$。更一般地,当$\mathcal{M}$配备满足非退化条件的光滑对称散度$D$且$g_p := \frac{1}{2}\mathrm{Hess}_p(D(p, \cdot))$时,存在$K > 0$,使得对于所有$p, q \in \mathcal{M}$,有$\left| D(p, q) - d_g(p, q)^2 \right| \leq K d_g(p, q)^4$。证明这足以使由$D$构造的图拉普拉斯算子逐点收敛,并讨论了$D$由流形参数化的一族概率测度上的Sinkhorn散度给出的例子。

英文摘要

When analyzing a manifold learning algorithm for data lying on a smooth, compact, connected Riemannian submanifold $(\mathcal{M}, g)$ of $\mathbb{R}^d$, a key estimate for the geodesic distance $d_g$ is that there exists $K > 0$ such that $0 \leq d_g(p, q)^2 - \|p-q\|^2 \leq K d_g(p, q)^4$ for all $p, q \in \mathcal{M}$. We observe that more generally, when $\mathcal{M}$ is equipped with a smooth symmetric divergence $D$ satisfying a non-degeneracy condition and $g$ is given by $g_p := \frac{1}{2}\mathrm{Hess}_p(D(p, \cdot))$ for all $p \in \mathcal{M}$, there exists $K > 0$ such that $\left| D(p, q) - d_g(p, q)^2 \right| \leq K d_g(p, q)^4$ for all $p, q \in \mathcal{M}$. We demonstrate that this is sufficient for the pointwise convergence of graph Laplacians constructed with $D$ and discuss examples where $D$ is given by the Sinkhorn divergence on a family of probability measures parametrized by a manifold.

URL PDF HTML 收藏
2607.06468 2026-07-08 cs.CV 新提交

EgoPolice: A Benchmark for Egocentric Video Understanding in High-Stakes Police Body-Worn Camera Footage

EgoPolice:用于高风险警察随身摄像机视频中自我中心视频理解的基准

Max Gonzalez Saez-Diez, Jihoon Chung, Adam D. Wolsky, Gregory Lanzalotto, Dean Knox, Jonathan Mummolo, Brandon M. Stewart, Olga Russakovsky

机构 * Princeton University(普林斯顿大学) University of Pennsylvania(宾夕法尼亚大学)

AI总结 研究旨在为高风险警察随身摄像机视频中的自我中心视频理解创建基准EgoPolice,通过精心挑选标注数据,设置分类和问答任务,对模型测试发现即使优秀模型预测高风险行动也有困难,该基准为开发相关模型及下游人工审查奠定基础。

详情
AI中文摘要

我们引入了EgoPolice,这是一个精心策划的真实自我中心警察与平民互动的数据集,源自公开的随身摄像机视频。我们选择了对警察行为研究至关重要的警察与平民行动标签,并以每秒的粒度进行注释。这些视频具有快速且不规则的相机运动、密集的人际互动和罕见的高风险事件,使其成为运动稳健和情境感知自我中心感知的具有挑战性的基准。我们提供了分类和多项选择题回答两项不同任务,并对开源和闭源模型进行基准测试。我们发现,即使是像Gemini 2.5 Pro这样最好的视频模型,在准确预测诸如“拿出武器”等高风险行动时仍存在困难。除了作为基准,EgoPolice还为开发能够识别大规模随身摄像机视频存储库中感兴趣事件的模型提供了基础,从而实现更高效的下游人工审查。

英文摘要

We introduce EgoPolice, a carefully curated dataset of real, egocentric police-civilian interactions, sourced from publicly available body-worn camera videos. We select police-civilian action labels that are critical for police behavioral research and annotate them at a second-by-second granularity. The videos feature rapid and irregular camera motion, dense human interactions, and rare high-stakes events, making the dataset a challenging benchmark for motion-robust and context-aware egocentric perception. We provide two different tasks, classification and multiple-choice question-answering, and benchmark both open-source and closed-source models. We find that even the best video models like Gemini 2.5 Pro still struggle to accurately predict high-risk actions such as "Weapon Out". Beyond serving as a benchmark, EgoPolice provides a foundation for developing models capable of identifying events of interest in large-scale body-worn camera video repositories, enabling more efficient downstream human review.

URL PDF HTML 收藏
2607.05552 2026-07-08 cs.CL cs.AI cs.CY 新提交

The yes-no bias of large language models reflects answer order and wording, not shifts in moral judgment

大语言模型的是非偏差反映答案顺序和措辞,而非道德判断的转变

Haonan Huang

机构 * Princeton University(普林斯顿大学)

AI总结 研究大语言模型在道德困境判断中的是非偏差,通过交叉对称化等心理测量方法区分逻辑判断、词汇等因素,发现前沿模型立场与形式无关,部分模型存在顺序和词汇偏差,最小模型可总结伪像,强调跨框架测量模型重视内容。

详情
AI中文摘要

大语言模型(LLMs)越来越多地做出二元判断,且越来越多文献报道此类判断在措辞的逻辑无关变化下会发生转变,其中在道德困境上存在放大的是非偏差,这在人类中不存在。单个框架无法说明这种转变是什么,因为在是/否问题中,“否”这个词既是逻辑判断、词汇单元,又是最后打印的选项。我们引入了一套心理测量方法来区分这些:交叉对称化——在一系列问题形式的语料库中,将每个逻辑无关因素以平衡对的形式翻转。对逻辑等价形式的分级评分恢复了一个连贯的内部道德尺度:前沿模型的立场θ几乎与形式无关(在±1轴上跨形式不一致性为0.12 - 0.21);小型开放权重模型以特定于模型的方式失败。通过是/否覆盖强制得出判断会叠加一个可分解的伪像:对最后打印选项的顺序偏差——与经典的人类首位效应相反——加上对“否”这个词的词汇吸引;这种伪像仅在Claude模型中显著(故事平均为 - 0.32至 - 0.86),GPT - 5.5和Gemini约为0,并且在扩展推理下会缩小。单词和判断共享一个单元;将单词换成任意标签将它们分开,并且对于每个前沿模型,与判断相关的逻辑偏差证明约为0,而特定于模型的标签和顺序关联仍然存在:模型并非倾向于拒绝——这种吸引遵循打印表面,而非其承载的判断。一个最小模型\(P = \sigma((\theta \pm m)/s)\),通过框架敏感性m和道德决定性s总结任何此类伪像,这与采样温度有明显区别。该方法适用于任何困境集和二元格式:衡量模型重视什么需要跨越问题框架,而不是只问一次。

英文摘要

Large language models (LLMs) increasingly issue judgments read as binary verdicts, and a growing literature reports such judgments shifting under logically irrelevant changes of wording - among them an amplified yes-no bias on moral dilemmas, absent in humans. A single framing cannot say what such a shift is: in a yes/no question the word "no" is at once logical verdict, lexical token, and last-printed option. We introduce a psychometric battery that separates these: crossed symmetrization - every logically irrelevant factor flipped in balanced pairs - across a corpus of question forms. A graded rating across logically equivalent forms recovers a coherent internal moral scale: frontier models' stance $θ$ is nearly format-invariant (cross-form incoherence 0.12-0.21 on a $\pm 1$ axis); small open-weight models fail in model-specific ways. Forcing the verdict through yes/no overlays a decomposable artifact: an order bias toward the last-printed option - opposite to classic human primacy - plus a lexical pull toward the word "no"; the artifact is substantial only in the Claude models (story-averaged -0.32 to -0.86), $\approx 0$ for GPT-5.5 and Gemini, and shrinks under extended reasoning. The word and the verdict share one token; swapping the words for arbitrary labels separates them, and the verdict-attached logical bias proves $\approx 0$ for every frontier model, while model-specific label and order attachments remain: the models are not drawn toward rejecting - the pull follows the printed surface, not the verdict it carries. A minimal model, $P = σ((θ\pm m)/s)$, summarizes any such artifact by a framing susceptibility m and a moral decisiveness s, measurably distinct from sampling temperature. The battery applies unchanged to any dilemma set and binary format: measuring what a model values requires crossing the frames of the question, not asking once.

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 收藏
2605.04209 2026-07-07 cs.CR cs.AI cs.LG 版本更新

Undetectable Backdoors in Model Parameters: Hiding Sparse Secrets in High Dimensions

模型参数中的不可检测后门:在高维空间中隐藏稀疏秘密

Sarthak Choudhary, Atharv Singh Patlan, Nils Palumbo, Ashish Hooda, Kassem Fawaz, Somesh Jha

机构 * University of Wisconsin–Madison(威斯康星大学麦迪逊分校) Princeton University(普林斯顿大学)

AI总结 提出Sparse Backdoor供应链攻击,通过注入带高斯抖动的结构化稀疏扰动在预训练图像分类器中植入可证不可检测后门,其检测难度等价于Sparse PCA,可抵御白盒区分。

详情
AI中文摘要

本文提出Sparse Backdoor,一种可在预训练图像分类器(包括卷积网络和视觉Transformer)中植入可证不可检测后门的供应链攻击。该攻击沿随机选择的方向向每个全连接层的一小部分列注入结构化稀疏扰动,将触发信号传播到攻击者选定的目标类,并使用独立的各向同性高斯抖动掩盖该扰动。抖动的唯一技术作用是生成锚定在预训练权重上的干净参考分布,可基于该分布对不可检测性进行形式化定义。在预训练分类器满足温和间隔条件的前提下,我们证明经抖动处理的参考模型在功能上与原分类器等价。我们还证明,将植入后门的模型与该参考模型区分开的难度至少与稀疏主成分分析(Sparse PCA)检测相当,在标准难度假设下该问题是计算不可行的。该保证对任何拥有参数白盒访问权限的概率多项式时间区分器均成立。

英文摘要

We present Sparse Backdoor, a supply-chain attack that plants a provably undetectable backdoor in pre-trained image classifiers, including convolutional networks and Vision Transformers. The attack injects a structured sparse perturbation along a randomly chosen direction into a small subset of columns at each fully connected layer, propagating a trigger signal to an adversary-chosen target class, and masks the perturbation with an independent isotropic Gaussian dither. The dither serves a single technical purpose: it induces a clean reference distribution anchored at the pre-trained weights, against which undetectability can be formalized. Under a mild margin condition on the pre-trained classifier, we show that the dithered reference is functionally equivalent to the original classifier. We prove that distinguishing the backdoor-injected model from this reference is at least as hard as Sparse PCA detection, which is computationally infeasible under standard hardness assumptions. The guarantee holds against any probabilistic polynomial-time distinguisher with white-box access to the parameters.

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

InFlux++: Real and Synthetic Data for Estimating Dynamic Camera Intrinsics

InFlux++:用于估计动态相机内参的真实与合成数据

Erich Liang, Caleb Kha-Uong, Chinmaya Saran, Sreemanti Dey, David W. Liu, Junhan Ouyang, Benjamin Zhou, Jia Deng

机构 * Princeton University(普林斯顿大学)

AI总结 针对动态相机内参估计的训练数据匮乏、评测基准多样性不足问题,构建含大规模合成数据集与真实基准的InFlux++,可提升RGB图像的逐帧内参估计性能。

Comments Accepted to ECCV 2026

详情
AI中文摘要

相机内参对于从2D视频中恢复3D结构至关重要。然而,大多数3D算法假设视频全程内参固定,这一假设在真实野外视频中往往不成立。因此,从RGB图像估计逐帧内参对于让3D方法对含动态内参的视频具备鲁棒性至关重要。此前InFlux通过首个带逐帧内参真值的动态内参真实视频基准推动了该方向研究,但现有方法仍受两个问题制约:(i)训练数据稀缺且内参多样性不足;(ii)包括InFlux在内的基准场景与相机运动多样性有限,难以充分评估方法性能。为解决这两个缺口,本文提出InFlux++,它包含两个组件。InFlux++ Synth是大规模过程式生成的合成视频数据集,含1841个高分辨率视频的44.1万余标注帧,为动态内参预测模型训练提供精准的逐帧内参真值,部分子集还包含逐帧位姿、深度与法向量。该类视频通过相机变焦与对焦变化实现丰富的内参多样性,同时包含动态对象及镜头畸变、散焦模糊等真实渲染效果。InFlux++ Real是大规模真实世界基准,在InFlux基础上新增334个高分辨率视频的51.4万余采集帧,覆盖更广泛的场景与相机运动。在InFlux++ Synth上对现有内参预测方法进行微调,可在InFlux++ Real与InFlux数据集上持续提升焦距估计精度,表明合成监督在基于RGB的内参预测任务中具备应用前景。数据集、基准、代码、视频、提交指南及实时排行榜可访问对应https URL获取。

英文摘要

Camera intrinsics are vital for recovering 3D structure from 2D video. However, most 3D algorithms assume fixed intrinsics throughout a video, an assumption that often fails for real-world in-the-wild videos. Consequently, estimating per-frame intrinsics from RGB images is critical for making 3D methods robust to videos with dynamic intrinsics. InFlux previously advanced this research direction by establishing the first real-world benchmark with per-frame ground truth intrinsics for dynamic intrinsics videos. Nevertheless, existing methods remain inaccurate due to two obstacles: (i) training data is scarce and lacks intrinsics diversity; and (ii) benchmarks, including InFlux, have limited scene and camera motion diversity, making it difficult to properly evaluate methods. To address both gaps, we present InFlux++, consisting of two components. InFlux++ Synth is a large-scale procedurally generated synthetic video dataset with 441K+ annotated frames from 1841 high-resolution videos, providing accurate per-frame ground truth intrinsics for training dynamic intrinsics prediction models; a subset also includes per-frame pose, depth, and normals. The videos feature rich intrinsics diversity through changes in camera zoom and focus, as well as dynamic objects and realistic rendering effects such as lens distortion and defocus blur. InFlux++ Real is a large-scale real-world benchmark that extends InFlux with 514K+ newly captured frames across 334 high-resolution videos, spanning a wider range of scenes and camera motions. Finetuning existing intrinsics prediction methods on InFlux++ Synth consistently improves focal length estimation across both InFlux++ Real and InFlux, suggesting that synthetic supervision is promising for RGB-based intrinsics prediction. For the dataset, benchmark, code, videos, submission instructions, and live leaderboard, please visit https://influx.cs.princeton.edu/ .

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

Rethinking On-Policy Self-Distillation for Thinking Models

重新思考思维模型的在线策略自蒸馏

Simran Kaur, Narutatsu Ri, Yinghui He, Liam Fowl, Sanjeev Arora

机构 * Princeton University(普林斯顿大学) Princeton Language and Intelligence(普林斯顿语言与智能实验室)

AI总结 针对思维模型自蒸馏性能退化问题,研究发现特权上下文在线策略蒸馏会降低长推理轨迹性能,揭示其作用机制,为强思维模型自蒸馏优化提供方向。

详情
AI中文摘要

自蒸馏是语言模型实现自我提升的可行方案。该范式下,模型可借助数学题解答这类特权信息充当自身的教师,这对可利用测试时推理吸收特权信息的思维模型极具吸引力。但本研究发现特权自蒸馏会降低思维模型长推理轨迹的性能:在AIME24、AIME25、HMMT25数据集上评测5款Qwen3和OLMo思维模型后,特权上下文蒸馏导致avg@16准确率相对下降最高达17%。该退化程度随学生模型被隐瞒的特权上下文体量增大而提升,在思维模型原本能获得最大收益的长推演预算场景下表现最为显著。该失效模式并非自蒸馏独有:在线策略蒸馏(OPD)可提升思维模型性能,但特权OPD会抵消这些增益。诊断结果表明该失效模式与特权教师上下文在高熵分叉位置的学习重塑机制相关,这类位置存在多个可行后续分支,可导向不同推理路径。特权上下文会降低思维模型推演的分叉率,但不会降低指令模型推演的分叉率,由此形成二分现象:特权上下文可提升指令微调模型性能,却会损害更强的思维模型性能。当学生模型启动自校正分支时该效应尤为明显:特权OPD会惩罚普通OPD支持的采样重评估令牌。经特权教师训练的思维模型,即便经过长度归一化,生成的验证、回溯和模糊表述标记数量也更少。上述结果表明,强思维模型的自蒸馏需要关注令牌级信号,尤其是校正与推理步骤周边的信号。

英文摘要

Self-distillation is a promising recipe for self-improvement in language models. In this setting, a model can serve as its own teacher when given privileged information, such as a solution to a math problem. This seems especially appealing for thinking models, which can use test-time reasoning to absorb the privileged information. Surprisingly, we show that privileged self-distillation degrades thinking models on long reasoning traces: across five Qwen3 and OLMo thinking models evaluated on AIME24, AIME25, and HMMT25, privileged-context distillation causes a relative drop of up to 17% in avg@16 accuracy. The degradation scales with the amount of privileged context withheld from the student and is most pronounced at long rollout budgets, where thinking models otherwise obtain their largest gains. This failure mode is not specific to self-distillation: on-policy distillation (OPD) improves thinking models, but privileged OPD reverses these gains. Our diagnostics link this failure mode to how privileged teacher context reshapes learning at high-entropy forking positions, where multiple continuations remain plausible and may lead to different reasoning paths. Privileged context lowers fork rates in thinking-model rollouts but not in instruction-model rollouts. This leads to an interesting dichotomy, where privileged context can help instruction-tuned models but hurts stronger thinking models. The effect is visible when the student begins a self-correction branch, where privileged OPD penalizes sampled reconsideration tokens that vanilla OPD supports. Thinking models trained with a privileged teacher produce fewer verification, backtracking, and hedging markers, even after length normalization. These findings indicate that self-distillation for strong thinking models requires attention to token-level signal, especially around correction and reasoning steps.

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

Hyperparameter Transfer in Graph Neural Networks

图神经网络中的超参数转移

Gage DeZoort, Boris Hanin

机构 * Department of Operations Research and Financial Engineering(运营研究与金融工程系) School of Engineering and Applied Science(工程与应用科学学院) Princeton University(普林斯顿大学)

AI总结 研究图神经网络超参数转移,开发并验证适用于多种优化器的转移参数化,通过理论分析和实验表明其能实现稳定特征更新、学习率转移及性能提升,为不同任务和场景缩放图神经网络提供实用方法。

详情
AI中文摘要

深度学习模型性能关键取决于超参数设置。超参数转移旨在使跨模型规模的近最优超参数设置一致。虽在语言和视觉任务的密集神经网络中研究充分,但图神经网络中相对探索较少。我们为用SGD、Adam和AdamW训练的图神经网络开发并验证了转移参数化,通过理论分析和控制实验展示了其效果,并针对不同优化器给出了相关结论。

英文摘要

The performance of deep learning models crucially depends on the settings of hyperparameters like learning rate, initialization scale, and weight decay. Hyperparameter transfer aims to make near-optimal hyperparameter settings consistent across model scale, so that large models can be optimized by proxy tuning their smaller, cheaper-to-optimize counterparts. While transfer principles are well-studied in the context of dense neural networks in language and vision tasks, they remain comparatively under-explored for graph neural networks (GNNs). We develop and validate a transfer parameterization for GNNs trained with SGD, Adam, and AdamW. Through theoretical scaling analyses and controlled experiments, we show that the proposed parameterization yields stable feature updates, learning rate transfer, and improved performance as width and depth increase. For SGD, we identify graph-dependent first-layer correction factors and show that their use can accelerate early training in graphs with sparse bag-of-words inputs. For Adam, we explore how different message passing normalizations affect early- and late-training transfer behavior, illustrating the importance of message passing normalization and advocating for an associated hyperparameter. For AdamW, we adapt a parameterization that allows for the joint transfer of weight decay and learning rate. Together, these results provide a practical recipe for scaling GNNs across a variety of learning tasks and training scenarios.

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

Evaluating the Effect of Linguistic Relatedness on Cross-Lingual Transfer in Large Multilingual Automatic Speech Recognition

评估语言相关性对大型多语言自动语音识别中跨语言迁移的影响

Andrei Florian, Cynthia Jayne Amol, Hope Kerubo Ombaba, Xiaoyu Cui, Boniface Mwau, Biatus Maina Kamau, Lilian Diana Awuor Wanzare, Christiane Fellbaum, Happy Buzaaba

机构 * Princeton University(普林斯顿大学) Maseno University(马塞诺大学)

AI总结 研究在大型多语言自动语音识别中,通过系统实验设计,探讨语言相关性能否可靠预测跨语言迁移增益,发现仅语言相关性难以有效促进跨语言迁移。

详情
AI中文摘要

将自动语音识别扩展到低资源非洲语言受数据收集限制。利用语言相关性通过顺序适应相关辅助语言和低资源目标语言来增强跨语言迁移,虽在小模型中有改进,但在大型模型中效果不明。通过系统实验设计扩展到大型多语言ASR,发现仅语言相关性难以有效促进跨语言迁移。

英文摘要

Extending automatic speech recognition (ASR) to low-resource African languages is constrained by the prohibitive demands of data collection at scale. A promising direction is to leverage linguistic relatedness to enhance cross-lingual transfer from a related auxiliary language to the low-resource target by sequentially adapting on both. Although this strategy has shown meaningful improvements in small ASR models, its effectiveness in large ASR remains unclear. We extend this framework to large multilingual ASR through a systematic controlled experimental design spanning six factors, two Africa-centric corpora, and four large ASR models, isolating whether linguistic relatedness reliably predicts cross-lingual transfer gains in this setting. Across all conditions, pre-adaptation on related auxiliary languages yields no practically meaningful transfer improvements given minimal target-language data, suggesting that linguistic relatedness alone may not reliably predict cross-lingual transfer gains in large multilingual ASR, or constitute an effective strategy for extending such models to low-resource languages.

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

RoboVista: Evaluating Vision Language Models for Diverse Robot Applications

RoboVista:评估用于各种机器人应用的视觉语言模型

Shuangyu Xie, Kaiyuan Chen, Ziyang Chen, Simeon Adebola, Yixuan Huang, Zehan Ma, Tianshuang Qiu, Wentao Yuan, Dhruv Shah, Pannag R. Sanketi, Ken Goldberg

机构 * University of California, Berkeley(加州大学伯克利分校) Princeton University(普林斯顿大学) Google DeepMind(谷歌深度思维)

AI总结 研究针对机器人多样应用,提出模块化评估框架Robot Question Answering及基准RoboVista,其源于真实机器人系统等,含多任务类型VQA实例,实验表明现有视觉语言模型有差距,且与现实任务执行相关。

Comments Accepted to RSS 2026. Project website: https://berkeleyautomation.github.io/robovista/

详情
AI中文摘要

机器人在工业、农业等多样应用中需跨多种情况操作,视觉语言模型为机器人推理提供基础。将其与多样机器人应用对齐需模块化理解。传统基准有挑战,本文提出Robot Question Answering和RoboVista基准,含474个视觉问答实例,涵盖多种任务类型,实验表明现有模型有差距且与现实任务执行相关。

英文摘要

Diverse applications for robotics, such as industry and agriculture, require robots to operate across various embodiments, changing visual conditions, and complex planning. Vision-Language Models (VLMs) offer a promising foundation for general-purpose and interpretable robotic reasoning. Aligning VLMs with diverse robot applications requires a modular understanding of the individual decision components that underlie robotic behavior. Capturing such structure is challenging for conventional robot benchmarks that are primarily based on teleoperated, end-to-end datasets. We propose Robot Question Answering (RQA), a modular evaluation framework and RoboVista, a benchmark curated from real robotic systems, research papers, and expert annotations. RoboVista contains 474 Visual Question Answering (VQA) instances with human annotated reasoning and covers 39 unique task types in agricultural, industrial, domestic, surgical robotics, autonomous driving, and open robot datasets. Experiments on RoboVista show that state-of-the-art VLMs exhibit substantial gaps. Physical robot experiments suggest strong correlation between RoboVista performance and real-world task execution.

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

A Memory Efficient Unified Algorithm for Online Learning of Linear Dynamical Systems

一种内存高效的线性动力系统在线学习统一算法

Yuval Ran-Milo, Angelos Assos, Elad Hazan

机构 * Tel Aviv University(特拉维夫大学) Princeton University(普林斯顿大学)

AI总结 针对低不稳定性复杂度的线性动力系统,提出一种在线预测算法,参数复杂度为Õ(k),实现亚线性遗憾,内存适应内在复杂度而非全状态维度。

Comments 34 pages, 1 figure

详情
AI中文摘要

受从观测中稳定一般未知线性动力系统(LDS)这一挑战的启发,我们研究了在线预测这一自然前提。我们的目标是实现亚线性遗憾,且内存占用适应动力学的内在复杂度,而非完整的隐藏状态维度。我们关注实际中重要的低不稳定性复杂度系统——特征值位于实稳定区间之外且不快速衰减,以及非半单模态——可能嵌入在更高维度的其他稳定实谱中;我们用$k$表示这个计数。这一机制是稳定化可行的主要场景:我们表明许多高不稳定性复杂度的系统无法在不使用指数级大控制的情况下稳定。因此,当不稳定性复杂度较小时,预测对稳定化才有意义。在此机制内,我们引入了一种统一的在线算法,处理所有LDS(包括具有复杂或爆炸模态的非对角化系统),其可学习参数数量为$\widetilde{O}(k)$。最后,我们证明了一个下界,表明$k$是一个有效的复杂度度量:任何基于滤波器的预测器至少需要$k$个滤波器。实验证实了我们的理论:在一个高维系统上,我们的预测器在相同参数预算下显著优于先前方法。

英文摘要

Motivated by the challenge of stabilizing a general unknown linear dynamical system (LDS) from observations, we study the natural prerequisite of online prediction. Our goal is to achieve sublinear regret with a memory footprint that adapts to the intrinsic complexity of the dynamics rather than the full hidden-state dimension. We focus on the practically central regime of systems with low instability complexity -- eigenvalues outside the real stable interval that do not decay rapidly, together with non-semisimple modes -- potentially embedded in an otherwise stable real spectrum of much higher dimension; we write $k$ for this count. This regime is the primary setting in which stabilization is plausible: we show that many systems with high instability complexity cannot be stabilized without exponentially large controls. Thus, prediction is meaningful for stabilization precisely when the instability complexity is small. Within this regime, we introduce a unified online algorithm that handles every LDS (including non-diagonalizable systems with complex or exploding modes) with a learnable parameter count of $\widetilde{O}(k)$. Finally, we prove a lower bound showing that $k$ is a valid complexity measure: any filter-based predictor needs at least $k$ filters. Experiments corroborate our theory: on a high-dimensional system, our predictor sharply outperforms prior methods at an equal parameter budget.

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

MLS-Bench: A Holistic and Rigorous Assessment of AI Systems on Building Better AI

MLS-Bench:对构建更好AI的AI系统的全面且严格评估

Bohan Lyu, Yucheng Yang, Siqiao Huang, Jiaru Zhang, Qixin Xu, Xinghan Li, Xinyang Han, Yicheng Zhang, Huaqing Zhang, Runhan Huang, Kaicheng Yang, Zitao Chen, Wentao Guo, Junlin Yang, Xinyue Ai, Wenhao Chai, Yadi Cao, Ziran Yang, Kun Wang, Dapeng Jiang, Huan-ang Gao, Shange Tang, Chengshuai Shi, Simon S. Du, Max Simchowitz, Jiantao Jiao, Dawn Song, Chi Jin

机构 * UC Berkeley(伯克利大学) Princeton University(普林斯顿大学) Tsinghua University(清华大学) University of Washington(华盛顿大学) Purdue University(Purdue 大学) Harvard University(哈佛大学) University of Pennsylvania(宾夕法尼亚大学) Shanghai Jiao Tong University(上海交通大学) UC San Diego(圣地亚哥大学) Carnegie Mellon University(卡内基梅隆大学)

AI总结 提出MLS-Bench基准,包含12个领域140个任务,评估AI系统能否发明通用且可扩展的机器学习方法,发现当前智能体在方法发明上仍远逊于人类,瓶颈在于科学洞察而非单纯搜索或计算。

详情
AI中文摘要

现代AI的进步由跨设置泛化且可扩展到更大规模的机器学习方法驱动。随着大型语言模型在推理、编码和工程任务中展现出高级能力,理解它们是否能发现此类方法(而不仅仅是应用现有方法)变得越来越重要。我们引入了MLS-Bench,一个用于评估AI系统能否发明通用且可扩展的机器学习方法的基准。MLS-Bench包含12个领域的140个任务,每个任务要求智能体改进机器学习系统或算法的一个目标组件,并证明该改进在受控设置和规模下具有泛化性。我们发现,当前智能体在可靠地超越人类设计的方法方面仍相差甚远,并且工程风格的调优对它们来说比真正的方法发明更容易。我们进一步研究了测试时缩放、自适应计算分配和上下文提供对智能体发现性能的影响,以及它们行为的案例研究。我们的分析表明,瓶颈不仅在于提出新方法,还在于规划、验证和扩展关于这些方法的声明所需的科学洞察。仅靠更多的搜索、计算或上下文并不能消除这一瓶颈。我们构建并维护一个社区平台以进行累积和可比较的迭代,并在https://mls-bench.com发布数据和代码。

英文摘要

Modern AI progress has been driven by ML methods that are generalizable across settings and scalable to larger regimes. As large language models demonstrate advanced capabilities in reasoning, coding, and engineering tasks, it is increasingly important to understand whether they can discover such methods rather than only apply existing ones. We introduce MLS-Bench, a benchmark for evaluating whether AI systems can invent generalizable and scalable ML methods. MLS-Bench contains 140 tasks across 12 domains, each requiring an agent to improve one targeted component of an ML system or algorithm and demonstrate that the improvement generalizes across controlled settings and scales. We find that current agents remain far from reliably surpassing human-designed methods, and that engineering-style tuning is easier for them than genuine method invention. We further study the effects of test-time scaling, adaptive compute allocation, and context provision on agents' discovery performance, together with case studies of their behavior. Our analyses suggest that the bottleneck is not only in proposing new methods, but also in the scientific insight needed to plan, validate, and scale claims about them. More search, compute, or context alone does not remove this bottleneck. We build and maintain a community platform for cumulative and comparable iteration, and release the data and code at https://mls-bench.com.

URL PDF HTML 收藏