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

高校专区

New York University(纽约大学)

至 收录 1404
2607.18236 2026-07-21 cs.RO cs.LG 新提交

Patch Policy: Efficient Embodied Control via Dense Visual Representations

补丁策略:通过密集视觉表示实现高效具身控制

Gaoyue Zhou, Zichen Jeff Cui, Ada Langford, Bowen Tan, Yann LeCun, Lerrel Pinto

机构 * Courant Institute, New York University(纽约大学柯朗数学科学研究所) Meta-FAIR(Meta FAIR) AMI Labs(AMI 实验室)

AI总结 研究利用预训练密集视觉特征,提出补丁策略,通过块因果注意力掩码等实现高效具身控制。该策略轻量级、快速且高效,在模拟和真实环境中相比其他策略有显著提升,为机器人社区利用视觉表示学习提供新途径。

详情
AI中文摘要

来自视觉Transformer(ViT)的预训练密集视觉特征强大但在机器人学习中未得到充分利用。现代机器人策略要么将每个观察压缩为单个全局令牌,要么依赖从头训练的视觉主干,牺牲了细粒度空间细节和大规模视觉预训练的好处。虽然存在像大型视觉语言动作模型(VLA)那样对密集补丁特征进行操作的策略,但它们往往繁重且缓慢。我们用补丁策略弥合了这一差距,它是一种最小的架构扩展,使基于Transformer的策略能够直接使用密集预训练补丁令牌,而无需完整VLM的计算开销。其核心是一个块因果注意力掩码,在保留标准策略时间因果关系的同时,让模型在每次观察时关注多个补丁令牌以及其他状态信息。补丁策略轻量级、快速且高效。在四个模拟和三个真实世界环境套件中,我们的方法比使用最先进全局池化表示的策略实现了40%的相对改进。此外,它在使用约0.7%参数的情况下,比微调后的OpenVLA - OFT高出18%。我们相信补丁策略为机器人社区提供了一个管道,以便在不牺牲高频反应控制所需的训练效率或推理速度的情况下,轻松利用视觉表示学习的持续进展。视频可在此https URL查看

英文摘要

Pretrained dense visual features from Vision Transformers (ViTs) are powerful yet have been underutilized in robot learning. Modern robot policies either compress each observation into a single global token, or rely on visual backbones trained from scratch, sacrificing both fine-grained spatial detail and the benefits of large-scale visual pre-training. While there exist policies that do operate on dense patch features like large vision-language-action models (VLAs), they tend to be heavy and slow, inheriting the full cost of a billion-parameter vision-language model (VLM) backbone. We close this gap with Patch Policy, a minimal architectural extension that enables transformer-based policies to consume dense pre-trained patch tokens directly without the computational overhead of a full VLM. At its core is a block-causal attention mask that preserves the temporal causality of standard policies while letting the model attend over many patch tokens per observation, alongside other state information. Patch Policy is lightweight, fast, and highly effective. Across four simulated and three real-world environment suites, our method achieves a 40% relative improvement over policies using state-of-the-art global-pooled representations. Furthermore, it surpasses fine-tuned OpenVLA-OFT by 18% while using roughly 0.7% of the parameters. We believe Patch Policy provides a pipeline for the robotics community to readily leverage continuing progress in visual representation learning, without sacrificing the training efficiency or inference speed required for high-frequency, reactive control. Videos can be viewed at https://patch-policy.github.io

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

Learning Adaptive Safety Margins for Visual Navigation

学习用于视觉导航的自适应安全裕度

Junyi Hu, Shuaihang Yuan, Geeta Chandra Raju Bethala, Anthony Tzes, Yi Fang

机构 * New York University Abu Dhabi(纽约大学阿布扎比分校)

AI总结 研究针对室内机器人视觉导航中安全裕度校准问题,提出上下文条件安全评论家方法,通过分解的三个互补项学习自适应间隙偏好排序扩散提议,经训练和提炼后在导航任务中表现出色,还能转移到人形机器人。

详情
AI中文摘要

在杂乱的室内空间中,机器人失败往往不是因为无法生成无碰撞路径,而是固定安全裕度校准不当。基于扩散的规划器能从自中心RGB-D生成多样轨迹候选,但可靠选择仍是瓶颈。我们提出一种上下文条件安全评论家,学习自适应间隙偏好来对扩散提议排序,分解为三个互补项:安全项、效率项和距离约束匹配项。在模拟中用特权ESDF几何训练评论家,通过两阶段师生过程提炼为仅感知选择器。在PointGoal导航任务中,该方法在强扩散、优化和RL基线中取得最高成功率和成功加权路径长度,还能转移到Unitree G1人形机器人且无需特定任务调整。

英文摘要

Robots in cluttered indoor spaces often fail not because they cannot generate collision-free paths, but because a fixed safety margin is mis-calibrated: conservative margins cause detours and timeouts, while permissive margins lead to near-boundary shortcuts under perception bias. Diffusion-based planners propose diverse trajectory candidates from egocentric RGB-D, yet reliable selection remains the bottleneck. We propose a context-conditioned safety critic that learns an adaptive clearance preference for ranking diffusion proposals, decomposed into three complementary terms: (i) a safety term with a clearance-budget penalty and a control-barrier-function residual for waypoint- and transition-wise safety, (ii) an efficiency term combining a smoothness penalty with a safety-gated detour-ratio penalty that avoids detours without incentivizing risky shortcuts, and (iii) a distance-constraint matching term that anchors the learned budget to realized ESDF clearances to prevent margin collapse. We train the critic with privileged ESDF geometry in simulation and distill it into a perception-only selector via a two-stage teacher-student procedure. On PointGoal navigation in HM3D and MP3D, including cross-dataset transfer, our method achieves the highest success rate (SR) and success weighted by path length (SPL) among strong diffusion, optimization, and RL baselines. Trained purely in simulation, it transfers to a Unitree G1 humanoid and navigates cluttered indoor scenes without task-specific tuning.

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

CoEvoP&R: Co-Evolving Placement Objectives with Routing Feedback via Large Language Models

CoEvoP&R:通过大语言模型与路由反馈共同进化布局目标

Ruogu Chen, Weihua Xiao, Ramesh Karri, Jie Han

机构 * University of Alberta(阿尔伯塔大学) New York University(纽约大学)

AI总结 研究针对分析布局器替代指标与下游质量不一致问题,提出基于大语言模型的CoEvoP&R框架自动进化布局目标,经实验验证该方法能有效降低线长、拥塞及时序负松弛,提升布局效果。

Comments 7 pages, 4 figures, 3 tables. Corresponding author: Weihua Xiao

详情
AI中文摘要

分析布局器依靠可微目标函数指导布局,常结合半周长线长(HPWL)和单元密度惩罚等中间替代指标。但这些布局阶段的替代指标与下游布线和时序质量仍不一致。先前工作用人工设计术语或学习的黑箱替代指标缩小差距,但前者需专家重新调整,后者难以解释、调试或应用于分析布局流程。CoEvoP&R用基于大语言模型的框架解决这些局限,自动进化分析布局目标。在每一代,提示结合受限目标接口、基线上下文、存档的先前候选方案以及来自布局、时序代理和布线工具的与路由相关的反馈。大语言模型提出可读的可微目标,在DREAMPlace中嵌入并验证,通过时序代理和实际布线器评估,并存储其反馈以指导后代。在八个ChiP-Bench Nangate45设计和三个种子上,CoEvoP&R使布线后线长和拥塞分别降低16.9%和36.7%……

英文摘要

Analytical placers rely on differentiable objective functions to guide placement, typically combining intermediate surrogate metrics such as half-perimeter wirelength (HPWL) and cell-density penalties. However, these placement-stage surrogates remain misaligned with downstream routed and timing quality. Prior work reduces this gap with human-designed terms or learned black-box surrogates, but the former requires expert retuning and the latter is difficult to explain, debug, or deploy in analytical placement flows. CoEvoP&R addresses these limitations with a large language model (LLM)-based framework that automatically evolves analytical placement objectives. At each generation, the prompt combines the restricted objective interface, baseline context, and archived prior candidates with routing-related feedback from placement, timing proxy, and routing tools. The LLM proposes readable differentiable objectives, which are embedded and validated in DREAMPlace, evaluated through a timing proxy and an actual router, and stored with their feedback to guide later generations. Across eight ChiP-Bench Nangate45 designs and three seeds, CoEvoP&R reduces post-route routed wirelength and congestion by 16.9% and 36.7%, with gains of 0.70 ns in worst negative slack and a 912 ns reduction in total negative slack magnitude over native DREAMPlace. Across eight ICCAD 2015 Superblue designs, it reduces post-route routed wirelength and congestion by 5.4% and 23.2%. Code is available at https://github.com/FCHXWH823/CoEvoP-R.git.

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

Adaptive Compute in Latent World Models: When Depth Helps, Hurts, or Doesn't Matter

深度在组合中何时得以保留?潜在世界模型中的计算-质量机制

Achyuthan Sivasankar

机构 * New York University(纽约大学)

AI总结 研究探讨潜在世界模型中深度在组合时的情况,用浅度惩罚ρ测试九个深度思维控制任务,发现三种机制,揭示反转机制由训练产生,其与观察/动作维度等相关,还指出任务机制受多种因素影响及相关注意事项。

Comments 15 pages, 9 figures, 2 tables

详情
AI中文摘要

自适应计算世界模型,即早期退出或每步花费可变深度的深度混合预测器,假定深度能带来更好的预测且可自适应路由。在自回归展开中,第一个假设要求深度的每步精度在组合中得以保留。我们使用预先注册的工具——浅度惩罚ρ=误差(最浅退出展开)/误差(全深度展开),在九个深度思维控制任务上进行测试,涵盖匹配的单步(K=1)和多步(K=4)训练,每种情况有三个随机种子。我们发现三种机制:在6/9的任务中深度有助于展开(内在机制,ρ高达4.7倍),在2/9的任务中浅度退出优于全栈(反转机制,ρ低至0.85倍),还有一个是持平的。强大的反转机制(猎豹任务)并非动力学的属性,而是由训练产生:一种仅在首次展开步骤监督早期退出的消融操作会消除它(ρ从0.87变为1.18,n=8,Δ=+0.31),而一个内在权衡任务不受影响——我们将这种双重解离称为可路由性困境,因为使退出可路由的监督正是将它们训练得优于全栈的因素。该机制在一定程度上可先验预测:观察/动作维度和单步模型误差与ρ的斯皮尔曼相关性约为0.75(n=9)。在CEM规划器中,ρ的符号预测规划是否从深度中受益,在反转任务中最为明显,浅度规划优于深度规划。最后有三点注意事项:任务的机制取决于度量空间、展开视界和编码器。所有阈值和门在计算活动之前就已固定,包括对推动该研究的假设的预先注册的否定。

英文摘要

Adaptive compute for world models -- early-exit or mixture-of-depths predictors that spend variable depth per rollout step -- presumes that extra depth buys better predictions. In autoregressive rollouts, where planning actually happens, that premise requires depth's per-step precision to survive composition. We test it directly with one pre-registered instrument, the shallow penalty rho = err(shallowest-exit rollout)/err(full-depth rollout), on nine DeepMind Control tasks under matched single-step (K=1) and multi-step (K=4) training, eight seeds each. Three regimes emerge: depth helps (intrinsic, 6/9 tasks, rho up to 8x), depth actively hurts (inversion, 2/9, rho down to 0.87x), or depth barely matters (flat). The inversion is created by training, not the dynamics: supervising early exits only at the first rollout step erases it (Delta=+0.28, n=8, non-overlapping distributions) -- a routability catch-22: the per-step deep supervision that makes exits routable also trains them to out-roll the full stack. The regime is predictable: a frozen dimensionality-only classifier, committed before training, labels held-out tasks correctly out-of-sample, including an extreme extrapolation. The inversion reproduces under a transformer predictor, yet its manifestation is configuration-dependent, shifting with metric space, horizon, encoder, backbone, and -- most strongly -- training data: on the two tasks we retrained, competent-policy data removes both the inversion and the intrinsic tradeoff, loss unchanged. In a CEM planner, rho predicts whether planning benefits from depth. Every threshold and gate was committed before the corresponding compute, including a pre-registered negative for the motivating hypothesis. Whether more compute helps a world model is not a task property; it is a property of the operating configuration, with a stable, predictable, mechanism-backed core.

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

Learning Sparse Latent Predictive Foundation Model for Multimodal Neuroimaging

学习用于多模态神经影像的稀疏潜在预测基础模型

Haoxu Huang, Long Chen, Jingyun Chen, Jinu Hyun, James Ryan Loftus, Kara Melmed, Daniel Orringer, Jennifer Frontera, Seena Dehkharghani, Arjun Masurkar, Narges Razavian

机构 * New York University, Center for Data Science(纽约大学数据科学中心) NYU Grossman School of Medicine, Department of Radiology(纽约大学格罗斯曼医学院放射学系) State University of New York at Binghamton, School of Computing(纽约州立大学宾汉姆顿分校计算机学院) NYU Grossman School of Medicine, Department of Neurology(纽约大学格罗斯曼医学院神经病学系) NYU Grossman School of Medicine, Department of Neurosurgery(纽约大学格罗斯曼医学院神经外科学系) NYU Grossman School of Medicine, Department of Pathology(纽约大学格罗斯曼医学院病理学系) School of Medicine, Department of Radiology, Stanford(斯坦福大学医学院放射学系) NYU Grossman School of Medicine, Department of Neuroscience(纽约大学格罗斯曼医学院神经科学系) NYU Grossman School of Medicine, Neuroscience Institute(纽约大学格罗斯曼医学院神经科学研究所)

AI总结 提出Neuro-JEPA模型,结合潜在预测目标和专家混合架构,学习T1w、T2w和FLAIR三种MRI序列的统一表示,在25项临床任务和22项公开数据集任务上优于现有基础模型和CNN基线。

Comments Under Review Preprint

详情
AI中文摘要

脑部MRI通常作为多个互补序列采集,具有独特的对比度加权,包括T1加权成像(T1w)解剖对比和液体敏感T2加权(T2w)对比。然而,在健康系统规模上,跨多种MRI对比机制学习统一表示的方法尚缺乏。在本研究中,我们引入了Neuro-JEPA,一种稀疏多模态神经影像基础模型,它结合了潜在预测目标和专家混合架构,以编码跨核心T1w、T2w和液体抑制FLAIR成像(FLAIR)的脑部MRI。我们进一步对架构、掩码、目标和稀疏性设计选择进行了系统的方法论研究,这些选择有利于稳健的神经影像多模态表示学习。Neuro-JEPA在428,647项研究的1,551,862次扫描上进行了预训练,这些扫描经过了模态特定的预处理和跨三种核心结构脑部MRI序列的数据整理。我们在临床和研究环境中评估了学习到的表示,包括来自三个健康系统(NYU Langone、NYU Long Island和Massachusetts General Hospital)的25项任务,以及来自12个公开数据集的22项任务,涵盖了单模态、多模态和跨域评估配置。在这些基准测试中,现有的神经影像基础模型相对于简单的卷积神经网络(CNN)基线显示出不一致的提升,而Neuro-JEPA在所有评估设置中实现了更强且更一致的性能。这些结果建立了一个可扩展的多模态神经影像表示学习方法论框架,并强调了基础模型评估协议需要包括简单基线、临床异质性队列和受控的多模态比较。

英文摘要

Brain MRIs are routinely acquired as multiple complementary sequences with unique contrast weighting, including T1-weighed imaging (T1w) anatomic and fluid-sensitive T2-weighted (T2w) contrasts. However, methods for learning unified representations across the multitude of MRI contrast mechanisms at health-system scale are lacking. In this study, we introduce Neuro-JEPA, a sparse multimodal neuroimaging foundation model that combines a latent predictive objective with a Mixture-of-Experts architecture to encode brain MRI across core T1w, T2w, and fluid-suppressed FLAIR imaging (FLAIR). We further provide a systematic methodological study of architectural, masking, objective, and sparsity design choices beneficial for robust neuroimaging multimodal representation learning. Neuro-JEPA was pretrained on 1,551,862 scans from 428,647 studies after modality-specific preprocessing with data curation across three core structural brain MRI sequences. We evaluated the learned representations across clinical and research settings, including 25 tasks from three health systems: NYU Langone, NYU Long Island, and Massachusetts General Hospital, and 22 tasks from 12 public datasets, covering unimodal, multimodal and cross-domain evaluation configurations. Across these benchmarks, existing neuroimaging foundation models showed inconsistent gains over a simple convolutional neural network (CNN) baseline, whereas Neuro-JEPA achieved stronger and more consistent performance across all evaluated settings. These results establish a scalable methodological framework for multimodal neuroimaging representation learning and highlight the need for foundation model evaluation protocols that include simple baselines, clinically heterogeneous cohorts and controlled multimodal comparisons.

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

Rooted Absorbed Prefix Trajectory Balance with Submodular Replay for GFlowNet Training

基于子模重放的根吸收前缀轨迹平衡用于GFlowNet训练

Xi Wang, Wenbo Lu, Shengjie Wang

机构 * Courant Institute School of Mathematics, Computing, and Data Science, New York University(纽约大学Courant研究所数学、计算与数据科学学院) Courant Institute School of Mathematics, Computing(纽约大学Courant研究所数学、计算与数据科学学院) Data Science, New York University(纽约大学数据科学学院)

AI总结 针对GFlowNet的模式坍塌问题,提出RapTB目标函数(通过根锚定子轨迹监督和吸收后缀备份提供密集前缀学习信号)和SubM子模重放策略(促进高奖励和多样性),在分子生成等任务中提升优化性能和多样性。

Journal ref Forty-third International Conference on Machine Learning (ICML 2026)

详情
AI中文摘要

生成流网络(GFlowNets)能够微调大型语言模型以近似奖励比例的后验分布,但仍容易出现模式坍塌,表现为前缀坍塌和长度偏差。我们将此归因于两个因素:(i)对早期前缀的信用分配较弱,以及(ii)有偏的重放导致偏移的、非代表性的训练流分布。我们提出根吸收前缀轨迹平衡(RapTB),该目标函数将子轨迹监督锚定在根节点,并通过吸收后缀备份将终端奖励传播到中间前缀,从而提供密集的前缀级学习信号。为了减轻重放引起的分布偏移,我们进一步引入SubM,一种子模重放刷新策略,同时促进高奖励和多样性。实验表明,在使用SMILES字符串的分子生成等任务中,RapTB结合SubM持续提升优化性能和分子多样性,同时保持高有效性。

英文摘要

Generative Flow Networks (GFlowNets) enable fine-tuning large language models to approximate reward-proportional posteriors, but they remain prone to mode collapse, manifesting as prefix collapse and length bias. We attribute this to two factors: (i) weak credit assignment to early prefixes, and (ii) biased replay that induces a shifted, non-representative training flow distribution. We propose Rooted absorbed prefix Trajectory Balance RapTB, an objective that anchors subtrajectory supervision at the root and propagates terminal rewards to intermediate prefixes via absorbed suffix-based backups, providing dense prefix-level learning signals. To mitigate replay-induced distribution shift, we further introduce SubM, a submodular replay refresh strategy that promotes both high reward and diversity. Empirically, on tasks such as molecule generation with LLM using SMILES strings, RapTB combined with SubM consistently improves optimization performance and molecular diversity while preserving high validity. The code is released on https://github.com/ComDec/ChemGFN.

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

Time-Aware Prior Fitted Networks for Zero-Shot Forecasting with Exogenous Variables

考虑时间因素的先验拟合网络用于外生变量的零样本预测

Andres Potapczynski, Ravi Kiran Selvam, Tatiana Konstantinova, Malcolm Wolff, Kin G. Olivares, Ruijun Ma, Michael W. Mahoney, Andrew Gordon Wilson, Boris N. Oreshkin, Dmitry Efimov

机构 * Amazon(亚马逊) New York University(纽约大学)

AI总结 本文提出ApolloPFN,一种时间感知的先验拟合网络,能够原生整合外生变量,通过合成数据生成和时间感知架构改进,实现更准确的预测。

Comments Accepted and published in Transactions on Machine Learning Research (TMLR), 2026

Journal ref Transactions on Machine Learning Research (TMLR), 2026

详情
AI中文摘要

在许多时间序列预测设置中,目标时间序列通常伴随外生协变量,如零售需求中的促销和价格、能源负载中的温度、交通或销售的日历和假日指标,以及电力定价中的电网负载或燃料成本。忽视这些外生信号会显著降低预测准确性,尤其是在它们驱动尖峰、断点或制度和相变时。目前大多数时间序列基础模型(如Chronos、Sundial、TimesFM、TimeMoE、TimeLLM和LagLlama)忽略外生协变量,仅从数值时间序列历史进行预测,限制了其性能。本文提出ApolloPFN,一种时间感知的先验拟合网络(PFN),能够原生整合外生协变量(不同于先前的单变量预测器)。我们的设计引入了两大改进:(i)一种针对表格(非时间)PFN应用于时间序列时出现的失败模式定制的合成数据生成过程;(ii)时间感知的架构修改,嵌入了利用时间序列上下文所需的归纳偏置。我们证明ApolloPFN在包含外生信息的基准测试中(如M5和电力价格预测)实现了最先进的结果。

英文摘要

In many time series forecasting settings, the target time series is accompanied by exogenous covariates, such as promotions and prices in retail demand; temperature in energy load; calendar and holiday indicators for traffic or sales; and grid load or fuel costs in electricity pricing. Ignoring these exogenous signals can substantially degrade forecasting accuracy, particularly when they drive spikes, discontinuities, or regime and phase changes in the target series. Most current time series foundation models (e.g., Chronos, Sundial, TimesFM, TimeMoE, TimeLLM, and LagLlama) ignore exogenous covariates and make forecasts solely from the numerical time series history, thereby limiting their performance. In this paper, we develop ApolloPFN, a prior-data fitted network (PFN) that is time-aware (unlike prior PFNs) and that natively incorporates exogenous covariates (unlike prior univariate forecasters). Our design introduces two major advances: (i) a synthetic data generation framework that injects realistic temporal patterns, structural changes, and exogenous dependencies into the PFN prior; and (ii) time-aware architectural modifications that embed inductive biases needed to exploit temporal context. We demonstrate that ApolloPFN outperforms existing baselines across several forecasting benchmarks with exogenous information, including M5, electric price forecasting, UCI Air Quality, and Solar Energy datasets.

URL PDF HTML 收藏
2607.16053 2026-07-20 stat.ML cs.LG stat.AP stat.ME 新提交

Deep and Probabilistic Models for Gene Regulatory Network Inference

用于基因调控网络推断的深度和概率模型

Claudia Skok Gibbs

机构 * Center for Data Science(数据科学中心) New York University(纽约大学)

AI总结 研究针对基因调控网络重建的挑战,开发了PMF-GRN和GLM-Prior两个框架。前者将GRN推断作为概率图形模型,后者微调预训练模型预测基因相互作用,二者结合推动GRN重建的两阶段观点,改进了网络推断方法。

Comments PhD thesis

详情
AI中文摘要

基因调控网络(GRNs)将转录因子(TF)蛋白与其靶基因联系起来,但在实际和方法学限制下,从全基因组数据重建这些网络仍具有挑战性。许多方法将建模假设与特定推断程序相结合,依赖启发式模型选择,评估受不完整参考网络和缺乏不确定性的点估计输出限制。GRN重建还依赖先验知识来约束TF-基因相互作用,然而现有先验通常依赖测定法,难以跨物种和特征较少的系统转移。本文开发了两个互补框架来解决这些限制。第一个是PMF-GRN,将GRN推断视为通过变分推断优化的概率图形模型,实现有原则的模型选择和不确定性感知的边估计。第二个是GLM-Prior,通过微调预训练的核苷酸变压器直接从核苷酸序列预测TF-靶基因相互作用,同时在酵母、小鼠和人类环境中进行泛化。PMF-GRN和GLM-Prior共同推动了GRN重建的两阶段观点,即序列衍生的先验提供可转移的起始支架,概率推断在不完整评估资源下用量化的不确定性细化调控估计。

英文摘要

Gene regulatory networks (GRNs) link transcription factor (TF) proteins to their target genes, yet reconstructing these networks from genome-wide data remains challenging under practical and methodological constraints. Many methods couple modeling assumptions to a specific inference procedure and rely on heuristic model selection, while evaluation is constrained by incomplete reference networks and point-estimate outputs that lack uncertainty. GRN reconstruction also depends on prior knowledge to constrain TF-gene interactions, yet available priors are often assay-dependent and difficult to transfer across species and less-characterized systems. In this thesis, we develop two complementary frameworks that address these limitations. In the first, PMF-GRN casts GRN inference as a probabilistic graphical model optimized by variational inference, enabling principled model selection and uncertainty-aware edge estimates. In the second, GLM-Prior addresses the prior bottleneck by fine-tuning the pretrained Nucleotide Transformer to predict TF-target gene interactions directly from nucleotide sequence, while generalizing across yeast, mouse, and human settings. Together, PMF-GRN and GLM-Prior motivate a dual-stage view of GRN reconstruction in which sequence-derived priors provide a transferable starting scaffold and probabilistic inference refines regulatory estimates with quantified uncertainty under incomplete evaluation resources.

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

Understanding Reasoning from Pretraining to Post-Training

理解从预训练到训练后阶段的推理

Jingyan Shen, Ang Li, Salman Rahman, Yifan Sun, Micah Goldblum, Matus Telgarsky, Pavel Izmailov

机构 * New York University(纽约大学) Modal Labs(模态实验室) University of California, Los Angeles(加州大学洛杉矶分校) University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) Columbia University(哥伦比亚大学)

AI总结 研究强化学习在大语言模型从预训练到训练后阶段对推理的作用,以国际象棋为测试平台,按标准流程训练模型,发现预训练损失可预测RL后性能,RL奖励曲线斜率与预训练令牌有关,还揭示RL对SFT策略的影响,且在数学领域也有相同模式。

详情
AI中文摘要

强化学习(RL)在改进复杂推理任务的大语言模型(LLMs)中变得至关重要,但RL训练后阶段在很大程度上与之前的预训练孤立研究。存在两个基本问题:预训练选择如何影响RL计算回报;RL对模型实际有何作用。在标准LLM设置中难以研究,因此用国际象棋作为可控测试平台。按照标准LLM训练流程,在人类国际象棋游戏上预训练语言模型,在合成推理轨迹上进行监督微调,并在具有可验证奖励的国际象棋谜题上运行RL。结果发现,给定RL计算水平下的RL后性能可由预训练损失很好地预测,RL奖励曲线斜率随预训练令牌近似线性改善。此外,RL不仅锐化了监督微调(SFT)策略,在简单谜题上放大SFT已偏好的正确走法,在难题上揭示SFT下几乎不存在的正确走法。通过在数学领域文本上训练模型进一步测试,发现相同预测模式出现。总之,提供了预训练到RL接口的定量描述和可控测试平台。

英文摘要

Reinforcement learning (RL) has become central to improving large language models (LLMs) on complex reasoning tasks, yet RL post-training is largely studied in isolation from the pretraining that precedes it. As a result, two basic questions remain open: (1) how do pretraining choices (model size, data) shape the returns to RL compute, and (2) what does RL actually do to the model? These questions are difficult to study in the standard LLM setting: pretraining corpora are vast and uncontrolled, making it hard to attribute behaviors to pretraining versus RL, and systematic compute sweeps across both stages are prohibitively expensive. To address these challenges, we use chess as a controlled testbed for studying reasoning across the full pretraining-to-post-training pipeline. We follow the standard LLM training pipeline by pretraining language models from 5M to 1B parameters on human chess games, supervised fine-tuning on synthetic reasoning traces, and running RL on chess puzzles with verifiable rewards. Using this framework, we find that the post-RL performance at given RL compute level is well-predicted from the pretraining loss, and slope of the RL reward curves improves approximately linearly with the pretraining tokens. Beyond scaling, we find that RL does not simply sharpen the SFT policy: on easy puzzles it amplifies correct moves the SFT policy already preferred, while on hard puzzles it surfaces correct moves that were nearly absent under SFT. We further test whether our findings transfer beyond chess by training a 1B language model on math-domain text, where the same predictive pattern emerges: longer-pretrained checkpoints reach higher post-RL performance and improve faster under RL. In sum, we provide a quantitative account of the pretraining-to-RL interface and a controlled testbed for studying the science of reasoning across the full pretraining-to-post-training pipeline.

URL PDF HTML 收藏
2607.16002 2026-07-20 cs.RO cs.SY eess.SY 新提交

A Morphing-Designed Hexarotor Prototype combining Practical Resilience and Efficiency

一种兼具实用弹性和效率的变形设计六旋翼原型

Murat Bronz, Mahmoud Hamandi, Elgiz Baskaya, Chiara Gabellieri, Antonio Franchi

机构 * Ecole Nationale de l’Aviation Civile(法国国立民用航空学院) Center for Artificial Intelligence and Robotics, New York University Abu Dhabi(纽约大学阿布扎比分校人工智能与机器人中心) Sapienza University of Rome(罗马第一大学) Robotics and Mechatronics lab, Faculty of Electrical Engineering, Mathematics & Computer Science, University of Twente(荷兰屯特大学电气、数学与计算机科学学院机器人与机电一体化实验室)

AI总结 研究一种名为Opti-Hexa的六旋翼原型,利用开源变形平台,通过改变相邻螺旋桨夹角研究几何形状权衡,用数据拟合模型和对比评估效率与弹性,证实特定变形平台有可行性区域,还发布软硬件支持后续研究。

详情
AI中文摘要

本工作通过实验证明了名为Opti-Hexa的六旋翼原型的存在,它能同时实现对单螺旋桨故障的实用弹性以及与具有相同尺寸、重量、硬件和软件的标准星形原型相当的能源效率。利用新型开源变形平台,通过改变相邻螺旋桨之间的角度,研究了连续几何形状范围内的权衡。通过数据拟合的经验功率模型研究实际效率,并通过比较故障期间的位置精度和旋转动能与标称悬停条件下的情况来评估实际弹性。实验证实了该特定变形平台存在几何可行性区域,在该区域可确保弹性且无现有技术中实用弹性设计通常伴随的空气动力学效率损失。还发布了变形平台的完整硬件和软件以支持进一步研究。

英文摘要

This work demonstrates experimentally the existence of a hexarotor prototype, termed Opti-Hexa, that simultaneously achieves practical resilience to single-propeller failures and energy efficiency comparable to a standard Star-shaped prototype with the same size, weight, hardware and software. Leveraging a novel open-source morphing platform, we investigate the trade-offs across a continuous range of geometries by varying the angles between adjacent propellers. We study practical efficiency through a data-fitted empirical power model and evaluate practical resilience by comparing the position accuracy and rotational kinetic energy during failure to those observed under nominal hovering conditions. Our experiments confirm the existence of a geometric viability region for this specific morphing platform, where resilience is ensured without the aerodynamic efficiency losses typically associated with practically resilient designs found in the state of the art. The complete hardware and software of the morphing platform are released to support further research.

URL PDF HTML 收藏
2607.15832 2026-07-20 math.NA cs.LG cs.NA math.DS 新提交

A zero-one law for one-shot system identification

一次性系统识别的零一律

Nicolas Boullé, Diana Halikias, Samuel E. Otto, Alex Townsend

机构 * Imperial College London(帝国理工学院) New York University(纽约大学) Cornell University(康奈尔大学)

AI总结 研究一次性系统识别问题,通过规定字典项线性参数化解析系统,证明零一律,将问题简化为关于退化输入的问题,能从单轨迹数据恢复多种系统并检测额外探测需求。

Comments 8 pages, 2 figures

详情
AI中文摘要

我们研究由规定字典项(如偏微分算子和动力系统)组合进行线性参数化的解析系统。对于单个输入 - 响应对,当评估的字典项线性独立时恢复是可能的。我们证明了一个精确的零一律:要么没有输入能唯一确定系数,要么几乎每个从非退化高斯测度中采样的随机输入都能。这种二分法将一次性系统识别简化为关于退化输入的问题,并为任何恢复的模型提供后验证书。数值例子从单轨迹数据中恢复动力系统、非线性偏微分方程和结构化矩阵族,同时还能检测何时需要额外探测。

英文摘要

Can a model be identified from one experiment? We study analytic systems that are linearly parameterized by a combination of prescribed dictionary terms, such as partial differential operators and dynamical systems. For a single input-response pair, recovery is possible exactly when the evaluated dictionary terms are linearly independent. We prove a sharp zero-one law: either no input uniquely determines the coefficients, or almost every random input sampled from a nondegenerate Gaussian measure does. This dichotomy reduces one-shot system identification to a question about degenerate inputs and provides an a posteriori certificate for any recovered model. Numerical examples recover dynamical systems, nonlinear partial differential equations, and structured matrix families from single trajectory data, while also detecting when an extra probe is necessary.

URL PDF HTML 收藏
2606.24769 2026-07-20 math.NA cs.LG cs.NA 版本更新

Dirac-Frenkel dynamics with inertia for nonlinearly parametrized solutions of evolution problems

带惯性的Dirac-Frenkel动力学用于演化问题的非线性参数化解

Matteo Raviola, Benjamin Peherstorfer

机构 * Scientific Computing and Uncertainty Quantification - CADMOS Chair, EPFL(科学计算与不确定性量化——CADMOS Chair,EPFL) Courant Institute of Mathematical Sciences, New York University(数学科学学院,纽约大学)

AI总结 针对冗余非线性参数化(如神经网络或混合模型)导致的参数动力学非唯一或病态问题,提出在Dirac-Frenkel动力学中加入惯性,使弱信息方向保留历史速度,强信息方向保持原动力学,证明良定性并给出后验误差界。

详情
AI中文摘要

即使Dirac-Frenkel动力学在函数空间中确定了良好的演化,对于冗余的非线性参数化(如神经网络或混合模型),相应的参数动力学可能非唯一或病态。我们提出在Dirac-Frenkel动力学中加入惯性,并证明这允许在弱信息方向上从过去轨迹中保留有用的参数速度信息,而信息充分的参数速度方向继续遵循Dirac-Frenkel动力学。我们证明了惯性公式产生了良定的参数动力学,并给出了后验误差界。时间离散化后,该方法需要求解与标准Dirac-Frenkel动力学相同类型的正则化线性最小二乘问题,但以前一时刻的速度作为锚点。数值实验证明了引入惯性后鲁棒性的增强。

英文摘要

Even when Dirac-Frenkel dynamics determine a well-defined evolution in function space, the corresponding parameter dynamics can be non-unique or ill-conditioned for redundant nonlinear parametrizations, such as typical neural networks or mixture models. We propose to add inertia to the Dirac-Frenkel dynamics and show that this allows useful parameter velocity information to persist from the past trajectory in directions that are weakly informed, while well-informed parameter velocity directions continue to follow the Dirac-Frenkel dynamics. We prove that the inertial formulation yields well-posed parameter dynamics and provide a posteriori error bounds. After time discretization, the method requires the solution of the same type of regularized linear least-squares problem as standard Dirac-Frenkel dynamics, but with the previous velocity appearing as an anchor. Numerical experiments demonstrate the increased robustness obtained with inertia.

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

Decoupled Alignment for Robust Plug-and-Play Adaptation

用于鲁棒即插即用适应的解耦对齐

Haozheng Luo, Jiahao Yu, Wenxin Zhang, Jialong Li, Chenghao Qiu, Yimin Wang, Eric Hanchen Jiang, Jerry Yao-Chieh Hu, Yan Chen, Binghui Wang, Xinyu Xing, Han Liu

机构 * Northwestern University(西北大学) New York University Abu Dhabi(纽约大学阿布扎克分校) Stanford University(斯坦福大学) Texas A&M University(德克萨斯农工大学) University of California, Los Angeles(加州大学洛杉矶分校) Illinois Institute of Technology(伊利诺伊理工学院)

AI总结 研究提出无需训练的大语言模型对齐方法,利用知识蒸馏提取对齐信号,经模型融合实现即插即用的对齐校正,采用增量调试识别关键知识组件,在有害问题数据集上显著提升防御成功率,且不损性能。

Comments Revised to correct the Acknowledgments section. Previous versions inadvertently included acknowledgments of NSF and NIH awards that did not support this work. Those funding acknowledgments have been removed. The technical content, results, and conclusions are unchanged

详情
AI中文摘要

我们引入一种无需训练的安全增强方法,用于对齐大语言模型,无需监督微调或从人类反馈进行强化学习。主要思想是提供一种鲁棒的即插即用方法,防止模型适应下游任务时的影子对齐。具体利用知识蒸馏从对齐良好的大语言模型中提取对齐信号,并通过模型融合注入到影子对齐模型中,实现即插即用的对齐校正。采用增量调试识别有效蒸馏所需知识的关键组件。在有害问题数据集上,该方法显著提高平均防御成功率约14.42%,在17个受影响的大语言模型上高达51.39%,且不影响性能。代码可通过链接获取。

英文摘要

We introduce a training-free safety enhancement method for aligning large language models (LLMs) without the need for supervised fine-tuning or reinforcement learning from human feedback. Our main idea is to provide a robust plug-and-play approach to prevent shadow alignment when models are adapted to downstream tasks. Specifically, we leverage knowledge distillation to extract alignment signals from well-aligned LLMs and inject them into shadow-aligned models via model fusion, enabling plug-and-play alignment correction. In our methodology, we employ delta debugging to identify the critical components of knowledge necessary for effective distillation. On the harmful question dataset, our method significantly enhances the average defense success rate by approximately 14.42%, reaching as high as 51.39% across 17 influenced LLMs, without compromising performance. Our code is available at https://github.com/NWULIST/DAPA.

URL PDF HTML 收藏
2607.14436 2026-07-17 cs.ET cs.AI cs.CY 新提交

Global drivers and barriers to the public acceptance of autonomous vehicles: Evidence from 17 countries

全球公众对自动驾驶汽车接受度的驱动因素和障碍:来自17个国家的证据

Antonios Saravanos

机构 * Division of Applied Undergraduate Studies, New York University(纽约大学应用本科研究系)

AI总结 研究公众对3级有条件自动驾驶汽车的接受度,通过L3Pilot全球用户接受度调查,利用基于UTAUT2的结构方程模型分析来自17个国家的数据,发现其接受度主要受绩效期望、社会影响和享乐动机驱动,而非人口特征等。

详情
AI中文摘要

本研究调查了公众对汽车工程师协会3级有条件自动驾驶汽车的接受度,这类汽车能在特定条件下自动驾驶,但需要人类驾驶员在需要时随时准备恢复控制。以往基于技术接受与使用统一理论2(UTAUT2)的研究主要聚焦于欧洲样本,尚不清楚更广泛世界区域的接受度是否受相同因素影响。本研究使用L3Pilot全球用户接受度调查填补这一知识空白。从18631名受访者的原始数据集中,最终分析样本包含来自非洲、亚洲、欧洲、北美和南美17个国家的18603名受访者。使用基于UTAUT2的结构方程模型分析数据,以检验绩效期望、努力期望、社会影响、便利条件和享乐动机如何影响使用3级汽车的意愿。模型显示出很强的解释力。在分析样本中,使用3级汽车的意愿主要由绩效期望、社会影响和享乐动机驱动。努力期望和便利条件也有贡献,但直接作用较小。年龄、性别和以往先进驾驶辅助系统经验在统计上显著,但预测能力相对较弱。总体而言,研究结果表明,3级自动驾驶汽车的接受度较少依赖人口特征或易用性担忧,更多取决于人们是否认为该技术有用、得到社会支持且使用愉快。

英文摘要

This study investigated the public acceptance of Society of Automotive Engineers Level 3 conditionally automated cars, which can self-drive under certain specified conditions but require the human driver to remain ready to resume control when requested. Previous Unified Theory of Acceptance and Use of Technology 2 (UTAUT2)-based research has focused mainly on European samples, and so it is still unclear whether the same factors shape acceptance across broader world regions. This knowledge gap was addressed using the L3Pilot Global User Acceptance Survey. From an original dataset of 18,631 respondents, the final analytic sample comprised 18,603 respondents from 17 countries across Africa, Asia, Europe, North America, and South America. The data were analyzed using a UTAUT2-based structural equation model to examine how performance expectancy, effort expectancy, social influence, facilitating conditions, and hedonic motivation shape the intention to use Level 3 cars. The model showed strong explanatory power. Across the analytic sample, the intention to use Level 3 cars was driven mainly by performance expectancy, social influence, and hedonic motivation. Effort expectancy and facilitating conditions also contributed, but they played smaller direct roles. Age, gender, and previous experience with advanced driver assistance systems were statistically significant, but comparatively weak predictors. Overall, the findings suggest that the acceptance of Level 3 automated cars depends less on demographic characteristics or ease-of-use concerns and more on whether people see the technology as useful, socially supported, and enjoyable to use.

URL PDF HTML 收藏
2607.15208 2026-07-17 stat.CO cs.LG math.PR stat.ML 新提交

Delocalization of bias in unadjusted Hamiltonian Monte Carlo and underdamped Langevin

无调整哈密顿蒙特卡罗和欠阻尼朗之万中偏差的离域化

Yifan Chen, Xiaoou Cheng, Jonathan Niles-Weed, Jonathan Weare

机构 * Department of Mathematics, University of California, Los Angeles, CA 90095, USA(加州大学洛杉矶分校数学系) Courant Institute, New York University, NY 10012, USA(纽约大学Courant研究所)

AI总结 研究将偏差离域化现象从过阻尼朗之万算法扩展到无调整哈密顿蒙特卡罗和欠阻尼朗之万算法,表明在特定假设下控制高维分布K维边际偏差\(O(\sqrt{K})\)积分步即可,用矩阵多项式框架解决离散时间积分器技术难题。

详情
AI中文摘要

无调整采样器如无调整哈密顿蒙特卡罗和欠阻尼朗之万存在偏差。传统上通过Metropolis - Hastings调整消除偏差,但这会因合理接受率所需小步长而显著增加迭代复杂度。本文将过阻尼朗之万算法中已有的偏差离域化现象扩展到这两种无调整算法。表明在变量间弱或稀疏交互假设下,控制高维分布任何K维边际的\(W_2\)偏差,\(O(\sqrt{K})\)积分步就足够,离散时间积分器带来技术难题,通过矩阵多项式框架解决。欠阻尼朗之万算法结果对所有大摩擦参数有效。

英文摘要

Unadjusted samplers such as unadjusted Hamiltonian Monte Carlo and underdamped Langevin are well-known to be biased. Metropolis--Hastings adjustment has been conventionally incorporated into Hamiltonian Monte Carlo to eliminate the bias. However, this adjustment can significantly increase the iteration complexity due to the small step size required for reasonable Metropolis acceptance rates. In this work, we extend the \emph{delocalization of bias} phenomenon, previously established for the overdamped Langevin algorithm, to these two unadjusted algorithms. We show that to control the $W_2$ bias of any $K$-dimensional marginal of a high-dimensional distribution, $O(\sqrt{K})$ integration steps suffice up to $\log d$ terms, assuming either weak or sparse interactions among variables. The discrete-time integrators here introduce technical difficulties beyond those of the overdamped setting, which we address through a broadly applicable matrix-polynomial framework that characterizes their propagators. Our result for the underdamped Langevin algorithm is valid for all large friction parameters, implying that the Leimkuhler-Matthews integrator for the overdamped Langevin dynamics also exhibits delocalization of bias.

URL PDF HTML 收藏
2606.05544 2026-07-17 cs.SD eess.AS 版本更新

Probing Spatial Structure in Pretrained Audio Representations

探究预训练音频表示中的空间结构

Chuyang Chen, Sivan Ding, Adrian S. Roman, Juan P. Bello

机构 * Music and Audio Research Laboratory, New York University, USA(音乐与音频研究实验室,纽约大学,美国)

AI总结 通过提出SARL基准,系统评估预训练音频模型对空间信息的编码能力,发现源因素比房间因素更易解码,且不同编码器对空间变化响应存在异质性。

Comments Accepted to Interspeech 2026

详情
AI中文摘要

预训练空间音频编码器越来越多地被用作感知任务的通用表示,但其空间编码能力仍知之甚少。我们引入了空间音频表示学习(SARL)基准,这是一个用于评估预训练音频模型中空间信息的受控框架。SARL探测源级因素(方位角、仰角、距离、类别)和房间级因素(RT60、体积、形状)。跨多种编码器的实验揭示了三种模式:输入配置和训练范式塑造空间编码;源因素始终比房间因素更容易解码;在受控扰动下的敏感性分析显示了对源和房间变化的异质性响应。这些结果揭示了当前预训练音频表示中的系统性偏差。SARL作为开源基准发布,用于可重复评估空间音频表示。

英文摘要

Pretrained spatial audio encoders are increasingly used as general-purpose representations for perceptual tasks, yet their spatial encoding capabilities remain poorly understood. We introduce the Spatial Audio Representation Learning (SARL) benchmark, a controlled framework for evaluating spatial information in pretrained audio models. SARL probes source-level factors (azimuth, elevation, distance, class) and room-level factors (RT60, volume, shape). Experiments across diverse encoders reveal three patterns: input configuration and training paradigm shape spatial encoding; source factors are consistently easier to decode than room factors; and sensitivity analysis under controlled perturbations shows heterogeneous responses to source and room variation. These results reveal systematic biases in current pretrained audio representations. SARL is released as an open-source benchmark for reproducible evaluation of spatial audio representations.

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

From Stateless to Situated: Building a Psychological World for LLM-Based Agents

从无状态到情境化:构建基于LLM的情感支持心理世界

Boning Zhao, Yutong Hu, Xinnuo Li

机构 * Tandon School of Engineering New York University New York, USA College of Arts \& Science New York University New York, USA

AI总结 本文提出LEKIA 2.0架构,通过分离认知层与执行层,构建可持续更新的情境结构,提升多轮交互中的稳定性与可控性,实现31%的改进。

Comments Accepted by WAICA 2026

详情
AI中文摘要

在心理支持和情感陪伴场景中,大语言模型(LLM)的核心限制不仅在于响应质量,更在于其依赖局部下一个标记预测,这阻碍了维持时间连续性、阶段意识和用户同意边界的能力。为解决此问题,我们提出LEKIA 2.0,一种情境化LLM架构,通过分离认知层与执行层,将情境建模与干预执行解耦,使系统在整个交互过程中保持用户情境和同意边界的稳定表示。为进一步评估过程控制能力,我们引入了静态到动态的在线评估协议。LEKIA在深度干预循环完成方面相比仅提示的基线模型平均绝对改进约31%。结果表明,外部情境结构是构建稳定、可控和情境化情感支持系统的关键条件。

英文摘要

In psychological support and emotional companionship scenarios, the core limitation of large language models (LLMs) lies not merely in response quality, but in their reliance on local next-token prediction, which prevents them from maintaining the temporal continuity, stage awareness, and user consent boundaries required for multi-turn intervention. This stateless characteristic makes systems prone to premature advancement, stage misalignment, and boundary violations in continuous dialogue. To address this problem, we argue that the key challenge in process-oriented emotional support is not simply generating natural language, but constructing a sustainably updatable external situational structure for the model. We therefore propose LEKIA 2.0, a situated LLM architecture that separates the cognitive layer from the executive layer, thereby decoupling situational modeling from intervention execution. This design enables the system to maintain stable representations of the user's situation and consent boundaries throughout ongoing interaction. To evaluate this process-control capability, we further introduce a Static-to-Dynamic online evaluation protocol for multi-turn interaction. LEKIA achieved an average absolute improvement of approximately 31% over prompt-only baselines in deep intervention loop completion. The results suggest that an external situational structure is a key enabling condition for building stable, controllable, and situated emotional support systems.

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

InfoFlow KV: Information-Flow-Aware KV Recomputation for Long Context

InfoFlow KV:面向长上下文的信息流感知KV重计算

Xin Teng, Canyu Zhang, Shaoyi Zheng, Danyang Zhuo, Tianyi Zhou, Shenji Wan

机构 * New York University(纽约大学) Duke University(杜克大学)

AI总结 提出将选择性KV重计算建模为信息流问题,利用查询的注意力范数信号识别语义相关且结构上能传播信息的token,并引入信息流引导的块重排序策略,在LLM和VLM基准上优于现有方法。

Comments In proceedings of the 43rd International Conference on Machine Learning (ICML 2026). Project page: https://infoflow-kv.github.io

详情
AI中文摘要

检索增强生成(RAG)用于长上下文问答时,推理阶段对大型检索上下文的预填充成为瓶颈。常见策略是预计算单个文档的键值(KV)缓存,并选择性地重计算少量token以恢复全局因果依赖,但现有方法依赖启发式或表示差异,未建模所选token是否能有效影响生成。我们将选择性KV重计算视为信息流问题,并表明在推理一致的RoPE几何下,来自查询的简单注意力范数信号能可靠地识别既语义相关又结构上能传播信息的token。因此,我们为检索块重建全局位置分配,并引入信息流引导的块重排序策略。在大型语言模型和视觉语言模型基准上的实验表明,在可比延迟下,该方法持续优于先前方法。

英文摘要

Retrieval-augmented generation (RAG) for long-context question answering is bottlenecked by inference-time prefilling over large retrieved contexts. A common strategy is to precompute key-value (KV) caches for individual documents and selectively recompute a small subset of tokens to restore global causal dependencies, but existing methods rely on heuristics or representation discrepancies without modeling whether selected tokens can effectively influence generation. We cast selective KV recomputation as an information flow problem and show that a simple attention-norm signal from the query reliably identifies tokens that are both semantically relevant and structurally positioned to propagate information, when computed under an inference-consistent RoPE geometry. We therefore reconstruct global positional assignments for retrieved chunks and introduce an information-flow-guided chunk reordering strategy. Experiments on Large Language Model and Vision-Language Model benchmarks demonstrate consistent gains over prior methods under comparable latency.

URL PDF HTML 收藏
2607.13230 2026-07-16 cs.AI cs.CR cs.CY 新提交

AI-Native Insurance for Agentic AI: Pricing, Underwriting, and End-to-End Automation

面向智能体人工智能的原生人工智能保险:定价、承保与端到端自动化

Quanyan Zhu

机构 * NYU Tandon School of Engineering, New York University(纽约大学坦登工程学院)

AI总结 针对智能体人工智能带来的保险挑战,开发原生人工智能数学框架,通过风险状态映射相关要素并制定优化问题,建立可保性结构属性,经医疗案例展示了合同优化等内容。

详情
AI中文摘要

智能体人工智能带来了新的保险挑战,因为自主人工智能系统可进行决策、调用工具、修改外部环境并与第三方服务交互。本文为智能体人工智能部署开发了一个用于承保、定价和合同设计的原生人工智能数学框架。用风险状态表示部署,该状态涵盖自主性水平、操作权限、许可暴露、治理成熟度和依赖集中度。框架将风险状态映射到事件概率、损失严重程度、治理成本、保费、免赔额、保险范围分配和政策契约,并在参与、盈利性和激励兼容性约束下为保险合同设计制定优化问题。还建立了可保性的结构属性,包括可保性区域的特征、随着暴露增加可行性的单调恶化以及治理认证阈值。保险还被解释为人工智能部署的运营成本和监管机制。一个医疗案例研究展示了智能体人工智能系统的合同优化、敏感性分析和自动理赔处理。

英文摘要

Agentic AI introduces new insurance challenges because autonomous AI systems can make decisions, invoke tools, modify external environments, and interact with third-party services. This paper develops an AI-native mathematical framework for underwriting, pricing, and contract design for agentic AI deployments. A deployment is represented by a risk state that captures autonomy level, operational authority, permission exposure, governance maturity, and dependency concentration. The framework maps the risk state to event probabilities, loss severities, governance costs, premiums, deductibles, coverage allocation, and policy covenants, and formulates an optimization problem for insurance contract design under participation, profitability, and incentive compatibility constraints. The paper establishes structural properties of insurability, including characterization of an insurability region, monotone deterioration of feasibility with increasing exposure, and governance certification thresholds. Insurance is further interpreted as both an operational cost and a regulatory mechanism for AI deployment. A healthcare case study illustrates contract optimization, sensitivity analysis, and automated claims processing for agentic AI systems.

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

Safeguard-Conditioned Uplift: Measuring Utility-Risk Frontiers for Dual-Use Biology Assistants

保障条件提升:衡量两用生物助手的效用-风险前沿

Dipesh Tharu Mahato

机构 * New York University(纽约大学)

AI总结 研究两用生物助手访问条件对效用和风险的影响,提出保障条件提升协议,通过人工判断效用-风险前沿比较访问条件,评估了Claude Sonnet 4.6和Gemini 3.5 Flash,给出部署级评估目标和校准程序,衡量其对效用-风险前沿的作用。

Comments 17 pages, 1 figure

详情
AI中文摘要

两用生物助手的安全评估通常衡量基础模型能力、拒绝行为或越狱成功率。这些指标忽略了一个部署问题:对于固定的基础模型,用户实际看到的访问条件如何改变良性效用和有害的可操作协助?作者引入了保障条件提升,一种通过人工判断的效用-风险前沿来比较已部署访问条件的协议。作者在108任务替代基准上评估了Claude Sonnet 4.6和Gemini 3.5 Flash在有益提示、安全提示和外部保障助手下的表现。在600行的盲法人工审核中,保障助手相对于有益提示在49对匹配响应中减少了-0.063的有害可操作性,95%自抽样区间为[-0.117, -0.011],而正确性变化为+0.009,区间为[-0.057, +0.077]。自适应、Test-B、线索消融和控制器基线检查支持测量结果,但也显示出非主导性。贡献在于提供了一个部署级评估目标和一个学习到的风险预算校准程序,用于衡量面向用户的访问条件如何移动效用-风险前沿。

英文摘要

Safety evaluations for dual-use biology assistants often measure base-model capability, refusal behavior, or jailbreak success. These metrics miss a deployment question: for a fixed base model, how does the access condition users actually see change benign utility and harmful actionable assistance? I introduce safeguard-conditioned uplift, a protocol for comparing deployed access conditions through a human-judged utility-risk frontier. I evaluate Claude Sonnet 4.6 and Gemini 3.5 Flash under helpful prompting, safety prompting, and an external safeguarded assistant on a 108-task surrogate benchmark, with the headline claim restricted to a locked 18-task held-out split. In a 600-row blinded human audit, the safeguarded assistant reduces harmful actionability relative to helpful prompting by -0.063 over 49 matched response pairs, with bootstrap 95% interval [-0.117, -0.011], while correctness changes by +0.009 with interval [-0.057, +0.077]. Adaptive, Test-B, cue-ablation, and controller-baseline checks support the measurement story but also show non-dominance: safety prompting is often strongest for Claude, while external control helps more for Gemini and can reduce benign utility. The contribution is not a universal defense. It is a deployment-level evaluation target, plus a learned risk-budgeted calibration procedure, for measuring how user-facing access conditions move the utility-risk frontier.

URL PDF HTML 收藏
2607.11985 2026-07-16 quant-ph cs.ET cs.LG 版本更新

VQCSim: When Does Compile-Once Statevector Simulation Beat Generic Quantum Frameworks?

VQCSim:何时编译一次的态矢量模拟优于通用量子框架?

Anton Firc, Martin Perešíni, Vojtěch Mrázek, Kamil Malinka, Vojtěch Staněk, Zbyněk Lička, Nouhaila Innan, Walid El Maouaki, Alberto Marchisio, Muhammad Shafique

机构 * Brno University of Technology(布拉格技术大学) New York University Abu Dhabi(纽约大学阿布扎克分校)

AI总结 研究混合量子-经典机器学习工作流中编译一次的态矢量模拟何时优于通用量子框架,通过VQCSim实现,它有原生自动求导,在MQT Bench研究及多GPU评估中有加速效果,推导硬件感知图并发布开源选择器,助力QML设计循环选模拟器。

Comments Accepted at IEEE/ACM International Conference on Computer-Aided Design (ICCAD 2026), San Jose, CA, USA. 9 pages

详情
AI中文摘要

混合量子-经典机器学习工作流程在训练和模型探索期间会反复评估许多小型参数化电路。在这种情况下,框架调度和编排开销通常主导运行时。先前的模拟器加速了执行,但对于静态变分电路,何时进行一次编译专门化是正确选择的问题仍然存在。我们使用VQCSim回答了这个问题,它是一个具有原生自动求导的一次编译、PyTorch原生的态矢量执行路径。在系统的MQT Bench研究中,VQCSim编译了所有测试的静态电路并提供了87.7%的端到端语义验证。在一个五GPU评估集上,VQCSim在原生推理中实现了4.49倍的合并中位数加速,在原生训练中实现了26.78倍的加速,同时在匹配的有限差分训练下保持3.31倍的优势。消融实验确定原生自动求导是加速的主要来源(27.6倍),一次编译缓存和批量矢量化带来了额外的收益。加速是以更高的GPU内存(VQCSim在高端受内存限制)换取更低的运行时。我们推导了一个硬件感知状态图,并发布了vqcsim-oracle,这是一个开源后端选择器,具有91.1%-97.7%的top-1一致性(包括跨GPU传输),能够在QML设计循环中自动选择模拟器。

英文摘要

Hybrid quantum-classical machine learning workflows repeatedly evaluate many small parametrized circuits during training and model exploration. In this regime, framework dispatch and orchestration overhead often dominate runtime. Prior simulators accelerate execution but leave open the question of when compile-once specialization is the right choice for static variational circuits. We answer this question with VQCSim, a compile-once, PyTorch-native statevector execution path with native autograd. In a systematic MQT Bench study, VQCSim compiles all tested static circuits and provides 87.7% end-to-end semantic validation. Across a five-GPU evaluation set, VQCSim delivers pooled median speedups of 4.49x for native inference and 26.78x for native training, while retaining a 3.31x advantage under matched finite-difference training. Ablation identifies native autograd as the dominant source of acceleration (27.6x), with compile-once caching and batch vectorization contributing additional gains. The speedup trades higher GPU memory (VQCSim is memory-limited at the high end) for lower runtime. We derive a hardware-aware regime map and release vqcsim-oracle, an open-source backend selector with 91.1%-97.7% top-1 agreement (including cross-GPU transfers), enabling automatic simulator selection in QML design loops.

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

How LLMs Might Think

大型语言模型可能如何思考

Joseph Gottlieb, Ethan Kemp, Matthew Trager

机构 * Texas Tech University(德克萨斯理工大学) New York University(纽约大学) University of Pittsburgh(匹兹堡大学)

AI总结 本文挑战了LLMs不思考的观点,提出LLMs可能以非理性、联想式方式思考,其思维过程纯粹基于联想。

Journal ref Mind & Language (2026)

详情
AI中文摘要

大型语言模型(LLMs)是否思考?Daniel Stoljar和Zhihe Vincent Zhang最近提出一个基于理性的论点,认为LLMs不思考。本文认为该论点不成立,并提出LLMs可能仅通过非理性的联想方式进行思考,具有纯粹联想型思维。我们主张,如果LLMs思考,很可能就是以这种方式进行的。

英文摘要

Do large language models (LLMs) think? Daniel Stoljar and Zhihe Vincent Zhang have recently developed an argument from rationality for the claim that LLMs do not think. We contend, however, that the argument from rationality not only falters, but leaves open an intriguing possibility: that LLMs engage only in arational, associative forms of thinking, and have purely associative minds. Our positive claim is that if LLMs think at all, they likely think precisely in this manner.

URL PDF HTML 收藏
2607.12662 2026-07-15 cs.AI cs.MA cs.SY eess.SY 新提交

Internet of Agentic Things: Networked AI Agents for Closed-Loop IoT Orchestration

智能物联网络:用于闭环物联网编排的联网人工智能代理

Quanyan Zhu

机构 * New York University, Tandon School of Engineering(纽约大学坦登工程学院)

AI总结 介绍智能物联网络(IoAT)架构框架,它集成多种技术成统一闭环编排框架,由多层通过自主AI代理连接,用半形动态规划框架形式化问题,以智能建筑编排为例,还讨论了相关关键研究挑战。

详情
AI中文摘要

本文介绍了智能物联网络(IoAT),这是一个将智能人工智能、物联网、网络物理系统、物理人工智能、边缘计算和数字孪生集成到统一闭环编排框架的架构框架。所提出的架构由云、边缘/雾和物理物联网层组成,通过自主人工智能代理连接,这些代理在分布式网络物理环境中进行感知、推理、协调和驱动。本文使用将智能规划与物理执行联系起来的半形动态规划框架,将IoAT形式化为具有嵌套战略和战术决策的耦合工作流控制问题。以智能建筑编排为例进行了说明,并讨论了与安全、治理、弹性和可信部署相关的关键研究挑战。

英文摘要

The paper introduces the Internet of Agentic Things (IoAT), an architectural framework that integrates agentic AI, IoT, cyber-physical systems, Physical AI, edge computing, and digital twins into a unified closed-loop orchestration framework. The proposed architecture consists of cloud, edge/fog, and physical IoT layers connected through autonomous AI agents that perceive, reason, coordinate, and actuate across distributed cyber-physical environments. The paper formalizes IoAT as a coupled workflow-control problem with nested strategic and tactical decision making using a hylomorphic dynamic programming framework that links agentic planning with physical execution. Smart-building orchestration is presented as a representative use case, and key research challenges related to safety, security, governance, resilience, and trustworthy deployment are discussed.

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

Isolation as a First-Class Principle for LLM-Agent System Safety: Concepts, Taxonomy, Challenges and Future Directions

隔离作为大语言模型智能体系统安全的头等原则:概念、分类法、挑战及未来方向

Huihao Jing, Wenbin Hu, Shaojin Chen, Haochen Shi, Sirui Zhang, Hanyu Yang, Changxuan Fan, Zhongwei Xie, Hongyu Luo, Wun Yu Chan, Wei Fan, Haoran Li, Yangqiu Song

机构 * HKUST(香港科技大学) NYU(纽约大学) SWUPL(西南政法大学)

AI总结 探讨大语言模型智能体系统安全问题,将隔离作为头等原则,用边界中心分类法组织文献,助于识别隔离丧失位置、妥协传播方式及相关防御,还总结了故障路径,讨论挑战并勾勒研究议程。

详情
AI中文摘要

大语言模型智能体作为系统“大脑”的能力,从根本上扩展了分析范围,超越了独立模型。因此,安全不仅关乎输入输出内容对齐,还涉及系统行为和现实世界执行结果。然而,当前文献在攻击类型、应用和基准方面较为分散。本文将隔离视为大语言模型智能体系统安全的头等原则,通过用户输入、工具访问、执行通道、智能体间通信和环境源上下文的分离来实现。我们用一种以边界为中心的分类法组织文献,涵盖五个边界:用户-智能体、智能体-工具、智能体-执行、智能体-智能体和系统-环境。这有助于识别隔离丧失首先发生的位置、妥协如何跨边界传播以及每个接口最相关的防御措施。我们还总结了跨边界故障路径,讨论了开放挑战,并概述了未来智能体系统中通过构建实现隔离的研究议程。

英文摘要

The capability of LLM agents to function as the ``brain'' of a system fundamentally expands the scope of analysis beyond a standalone model. Consequently, safety is no longer only about input--output content alignment. It also concerns system behavior and real-world execution outcomes. However, the current literature is fragmented across attack types, applications, and benchmarks. This makes it hard to explain why failures such as prompt injection, tool misuse, and memory poisoning often share the same structural cause, and how they spread through an agent workflow. In this survey, we treat isolation as a first-class principle for LLM-agent system safety. By isolation, we refer to the separation of user inputs, tool access, execution channels, inter-agent communication, and environment-originated context. We organize the literature with a boundary-centric taxonomy of five boundaries: user-agent, agent-tool, agent-execution, agent-agent, and system-environment. This view helps identify where the loss of isolation first occurs, how compromise propagates across boundaries, and which defenses are most relevant at each interface. We also summarize cross-boundary failure paths, discuss open challenges, and outline a research agenda for isolation-by-construction in future agent systems.

URL PDF HTML 收藏
2605.15222 2026-07-15 cs.SE cs.CL cs.PL 版本更新

PerfCodeBench: Benchmarking LLMs for System-Level High-Performance Code Optimization

PerfCodeBench:用于系统级高性能代码优化的LLM基准测试

Huihao Jing, Wenbin Hu, Shaojin Chen, Haochen Shi, Hanyu Yang, Sirui Zhang, Haoran Li, Yangqiu Song

机构 * HKUST(香港科技大学) NYU(纽约大学) SWUPL(西南大学)

AI总结 本文提出PerfCodeBench,用于评估LLM在系统级高性能代码优化中的能力,发现模型生成代码与专家优化代码存在显著差距,尤其在并行和GPU任务中表现更差。

详情
AI中文摘要

大型语言模型(LLMs)通常能生成功能正确的代码,但其在性能关键系统任务中生成高效实现的能力有限。现有代码基准主要关注正确性或算法问题解决,而真实系统的级优化仍被忽视。为填补这一空白,我们引入PerfCodeBench,一个可执行基准,用于评估LLM在高性能代码优化中的表现。任务要求系统级实现选择、硬件感知优化和性能瓶颈的处理。每个任务包含可执行正确性检查、基线实现和参考优化解决方案。这允许我们评估正确性和面向运行时的效率。我们在广泛的最新LLM上进行评估,发现模型生成的代码与专家优化实现之间存在明显差距。差距在涉及并行和GPU操作的任务中尤为明显。当前模型在跨语言鲁棒性和一致达到专家级效率方面也存在弱点。这些结果表明,性能感知的评估仍然需要。LLMs应超越生成仅正确代码,转向生成高效的系统软件。我们提交了基准数据、评估基础设施和所有LLM生成代码的完整日志。

英文摘要

Large language models (LLMs) can often generate functionally correct code, but their ability to produce efficient implementations for performance-critical systems tasks remains limited. Existing code benchmarks mainly emphasize correctness or algorithmic problem solving, while realistic systems-level optimization is still underexplored. To address this gap, we introduce PerfCodeBench, an executable benchmark for evaluating LLMs on high-performance code optimization. The tasks require system-level implementation choices, hardware-aware optimization, and careful handling of performance bottlenecks. Each task includes executable correctness checks, a baseline implementation, and a reference optimized solution. This allows us to evaluate both correctness and runtime-oriented efficiency. Our evaluation on a broad set of state-of-the-art LLMs shows a clear gap between model-generated code and expert-optimized implementations. The gap is especially large on tasks involving parallelism and GPU operations. Current models also show weaknesses in cross-language robustness and in consistently reaching expert-level efficiency. These results suggest that performance-aware evaluation are still needed. LLMs should move beyond generating merely correct code toward producing efficient systems software. We submit the benchmark data, evaluation infrastructure, and complete logs of all LLMs-generated code at https://anonymous.4open.science/r/perfcodebench-7CDE.

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

Understanding LoRA as Knowledge Memory: An Empirical Analysis

理解LoRA作为知识记忆:一项实证分析

Seungju Back, Dongwoo Lee, Naun Kang, Taehee Lee, S. K. Hong, Youngjune Gwon, Sungjin Ahn

机构 * New York University(纽约大学)

AI总结 本文通过系统实证研究,将低秩适配(LoRA)作为模块化知识记忆,探索其存储容量、内部化优化、多模块系统扩展及长上下文推理能力,提供LoRA记忆操作边界的实用指导。

Comments ICML 2026

详情
AI中文摘要

预训练大型语言模型(LLM)的持续知识更新日益必要但仍具挑战性。尽管上下文学习(ICL)和检索增强生成(RAG)等推理时方法很流行,但它们面临上下文预算、成本和检索碎片化的限制。脱离这些依赖上下文的范式,本工作研究使用低秩适配(LoRA)作为模块化知识记忆的参数化方法。尽管近期有少量工作探讨了这一概念,但控制其容量和可组合性的基本机制仍很大程度上未被探索。我们通过首个系统性的实证研究来填补这一空白,该研究映射了基于LoRA记忆的设计空间,包括表征存储容量、优化内部化、扩展多模块系统以及评估长上下文推理。我们并非提出单一架构,而是提供关于LoRA记忆操作边界的实用指导。总体而言,我们的发现将LoRA定位为与RAG和ICL互补的记忆轴,具有独特优势。代码和数据集可在 https://github.com/ahn-ml/Understanding-LoRA-as-Knowledge-Memory 获取。

英文摘要

Continuous knowledge updating for pre-trained large language models (LLMs) is increasingly necessary yet remains challenging. Although inference-time methods like In-Context Learning (ICL) and Retrieval-Augmented Generation (RAG) are popular, they face constraints in context budgets, costs, and retrieval fragmentation. Departing from these context-dependent paradigms, this work investigates a parametric approach using Low-Rank Adaptation (LoRA) as a modular knowledge memory. Although few recent works examine this concept, the fundamental mechanics governing its capacity and composability remain largely unexplored. We bridge this gap through the first systematic empirical study mapping the design space of LoRA-based memory, ranging from characterizing storage capacity and optimizing internalization to scaling multi-module systems and evaluating long-context reasoning. Rather than proposing a single architecture, we provide practical guidance on the operational boundaries of LoRA memory. Overall, our findings position LoRA as the complementary axis of memory alongside RAG and ICL, offering distinct advantages.

URL PDF HTML 收藏
2412.04847 2026-07-15 cs.NE cs.AI cs.LG 版本更新

Enabling Energy-Efficient Simultaneous Multi-Task Reinforcement Learning through Spiking Neural Networks with Active Dendrites for Bio-inspired Generalist Agents

通过具有主动树突的脉冲神经网络实现节能同步多任务强化学习,用于受生物启发的通用智能体

Rachmad Vidya Wicaksana Putra, Avaneesh Devkota, Muhammad Shafique

机构 * eBRAIN Lab New York University (NYU) Abu Dhabi(eBRAIN实验室 新 York大学(NYU)阿布扎赫德)

AI总结 研究针对多任务强化学习的挑战,提出MTSpark方法,利用带主动树突的脉冲神经网络,结合增强深度脉冲Q网络、决斗结构和特定任务上下文信号,实现节能同步多任务强化学习,在游戏中性能和效率提升,能耗降低。

Comments 19 pages, 9 figures, 7 tables

详情
AI中文摘要

强化学习在训练智能体自主解决复杂任务方面展现出卓越能力,但扩展到同时掌握多个任务仍是重大挑战。现有方法存在任务干扰和高能耗问题。为此提出MTSpark,一种利用具有主动树突的脉冲神经网络实现节能同步多任务强化学习的新方法。它增强深度脉冲Q网络,结合决斗结构和特定任务上下文信号动态形成专用子网,利用稀疏操作节能处理。实验表明,MTSpark在三款雅达利游戏中得分更高、效率更高,接近人类水平,且内存相似、能耗降低约两倍,推动了节能通用智能体的发展。

英文摘要

Reinforcement learning (RL) has demonstrated remarkable capabilities in training agents to solve complex tasks autonomously, such as mobile robots, UAVs/UGVs, and game-playing agents). However, scaling RL to master multiple tasks simultaneously (i.e., so-called multi-task RL) remains a significant challenge. Such a multi-task RL capability especially is important for agents to adapt to changes in real-world operational environments. State-of-the-art works show that, training agents with neural networks and shared structures across tasks promises improved generalization in simultaneous multi-task RL. However, they still suffer from task interference and incur high energy consumption due to intensive computation. To address this, we propose MTSpark, a novel methodology that enables energy-efficient simultaneous multi-task RL using spiking neural networks (SNNs) equipped with active dendrites for bio-inspired generalist agents. Specifically, MTSpark enhances a Deep Spiking Q-Network (DSQN) with active dendrites, a dueling structure, and task-specific context signals to dynamically form specialized sub-networks for individual tasks, while exploiting sparse operations for energy-efficient network processing. Experimental results demonstrate that MTSpark achieves higher performance and efficiency compared to state-of-the-art by obtaining high scores across three Atari games (i.e., Pong: -5.4, Breakout: 0.6, and Enduro: 371.2), approaching human-level performance (i.e., Pong: -3, Breakout: 31, Enduro: 368), while incurring similar memory and about 2x lower energy than state-of-the-art. These results show that our MTSpark potentially advances the frontiers toward energy-efficient generalist agents by combining RL and SNNs.

URL PDF HTML 收藏
2607.11883 2026-07-14 cs.LG 新提交

Requential Coding: Pushing the Limits of Model Compression with Self-Generated Training Data

顺序编码:利用自生成训练数据突破模型压缩的极限

Shikai Qiu, Marc Finzi, Yujia Zheng, Kun Zhang, Andrew Gordon Wilson

机构 * New York University(纽约大学) Carnegie Mellon University(卡内基梅隆大学)

AI总结 研究利用自生成训练数据的顺序编码突破模型压缩极限,教师模型从学生分布选样本,学生代码记录选择,代码长度与参数和熵无关且更短,还能揭示现象、给出泛化保证、隔离可学习信息。

Comments Code available at https://github.com/shikaiqiu/requential-coding

详情
AI中文摘要

压缩对于智能至关重要。能够将训练数据表示为短代码的模型发现了有助于泛化的规律。大型神经网络可能学习的函数比其参数数量所显示的要简单得多,但构建实现这种简单性的代码具有挑战性。基于参数的方法如量化产生的代码长度与模型大小成比例,对参数存储的信息量不敏感。顺序编码通过压缩训练轨迹绕过了这个问题,但对确切的数据序列进行编码,而不管模型学习了多少,当数据具有高熵时会产生大代码。我们引入顺序编码,其中教师模型从学生自身的分布中选择训练样本。学生的代码只记录这些选择,只有在教师和学生意见不一致时才花费比特。由此产生的代码长度与参数数量和数据熵无关,并且通常比顺序编码的对应物短几个数量级,优势随着规模的增加而增长。这种压缩揭示了先前压缩器无法触及的现象。在保持损失固定的情况下,尽管参数更多,更大的模型和集成压缩到更小的尺寸。将顺序编码插入 PAC - 贝叶斯界,为数十亿参数的语言模型产生了最先进的泛化保证,甚至在零误差的情况下也优于基于激进的训练后量化构建的界。在计算最优状态下,随着模型相对于数据集大小变得越来越可压缩,该界随着规模而收紧。相同的代码预测,当模型训练多个 epoch 时会逐渐过拟合。它还将数据集中可学习的信息与其不可预测的随机内容隔离开来,揭示出低熵文本比高熵图像数据拥有更多可学习的结构。

英文摘要

Compression is fundamental to intelligence. A model that can represent its training data as a short code has discovered regularities that enable generalization. Large neural networks may learn functions far simpler than their parameter counts suggest, but it is challenging to construct codes that realize this simplicity. Parameter-based methods such as quantization produce code lengths that scale with model size, insensitive to how much information the parameters store. Prequential coding bypasses this issue by compressing the training trajectory, but codes the exact data sequence regardless of how much the model learns, yielding large codes when the data has high entropy. We introduce requential coding, where a teacher model selects training samples drawn from the student's own distribution. The student's code records only these selections, which cost bits only where teacher and student disagree. The resulting code length is independent of parameter count and data entropy, and often orders of magnitude shorter than the prequential counterpart, with an advantage that grows with scale. This compression sheds light on phenomena inaccessible to prior compressors. Holding loss fixed, larger models and ensembles compress to much smaller sizes despite more parameters. Plugged into a PAC-Bayes bound, the requential code yields state-of-the-art generalization guarantees for billion-parameter LLMs, outperforming bounds built on aggressive post-training quantization even granted zero error. The bound tightens with scale in the compute-optimal regime, as models become increasingly compressible relative to dataset size. The same code predicts that models gradually overfit when trained for multiple epochs. It also isolates the learnable information in a dataset from its unpredictable, random content, revealing that lower-entropy text holds far more learnable structure than higher-entropy image data.

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

Compositional Context Fine-Tuning Vision-Language Model for Complex Assembly Action Understanding from Videos

用于从视频理解复杂装配动作的组合上下文微调视觉语言模型

Hao Zheng, Jinyi Huang, Tiantian Zheng, Xun Xu, Tuka Alhanai

机构 * New York University Abu Dhabi(纽约大学阿布扎比分校) The University of Auckland(奥克兰大学)

AI总结 针对装配动作理解难题,提出组合上下文微调方法及层划分交替训练方法,将动作分解为语义元素并微调视觉语言模型,创建相关数据集,实验证明该方法优于基线且能提供可解释预测,助力人机协作装配。

Comments Accepted by ICRA 2026. Video Understanding; Vision Language Model; Multi-modal LLM; Action Recognition; Assembly

详情
AI中文摘要

装配动作理解是人机协作装配的关键,但由于微妙动作和精细的手-物体交互而具有挑战性。我们采用组合上下文微调(CCFT)使视觉语言模型(VLMs)适应这一领域,该方法将装配动作分解为语义元素(动词、物体、工具),并使用模板问答对微调VLMs以识别每个动作元素,确保输出具有近确定性。为在有限数据下实现高效多任务学习,提出层划分交替训练(LP-AT)方法,通过特定元素的低秩适配器分配不同模型层识别特定动作元素。此外,我们从现有装配视频数据集创建了HA-ViD-VQA和IKEA-ASM-VQA数据集。实验表明,我们的方法优于强大的动作识别基线,并提供可支持多种下游应用的可解释元素级预测。

英文摘要

Assembly action understanding is a key enabler for effective human-robot collaborative assembly, yet it remains challenging due to subtle motions and fine-grained hand-object interactions. We adapt vision-language models (VLMs) to this challenging domain with Compositional Context Fine-Tuning (CCFT), a method that decomposes assembly actions into semantic elements (Verb, Object, Tool) and fine-tunes VLMs to recognize each action element using templated question-answering pairs. This approach ensures near-deterministic outputs. To enable efficient and effective multi-task learning under limited data, a Layer-Partitioned Alternating Training (LP-AT) method is presented, which assigns distinct model layers to recognize specific action elements through element-specific low-rank adapters. LP-AT alternates weight updates across element-specific adapters, reducing cross-task interference while enabling per-adapter hyperparameter optimization. Furthermore, we create HA-ViD-VQA and IKEA-ASM-VQA datasets from existing assembly video datasets. Extensive experiments on these datasets demonstrate that our method consistently outperforms strong action recognition baselines while providing interpretable element-level predictions that can support diverse downstream applications.

URL PDF HTML 收藏