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

Company Research

大厂专区

按论文发表机构汇总科技公司的最新研究成果。直属研究团队按母公司归类,机构信息由 AI 分析生成,仅供参考。

2026-07-21 至 2026-07-21 收录 86
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.18231 2026-07-21 cs.RO 新提交

FM-VLA: Force-based Memory for Vision-Language-Action Models in Contact-Rich Manipulation

FM-VLA:用于接触丰富操作中视觉-语言-动作模型的基于力的记忆

Ruicheng Li, Qixiu Li, Ruichun Ma, Yu Deng, Lin Luo, Zhiying Du, Jianfeng Xiang, Huizhi Liang, Ruicheng Wang, Jiaolong Yang, Baining Guo

机构 * Tsinghua University(清华大学) Microsoft Research(微软研究院) Fudan University(复旦大学) USTC(中国科学技术大学)

AI总结 研究针对视觉-语言-动作模型在接触丰富操作中的时间上下文推理问题,提出FM-VLA模型,通过基于力的记忆编码及投影,利用累积接触事件历史指导操作,在相关任务上评估,轻量级力记忆表现出色,显著优于基线方法。

详情
AI中文摘要

视觉-语言-动作(VLA)模型在机器人操作中实现了令人印象深刻的泛化,近期基于记忆增强的VLA通过以过去图像或语言摘要为条件放宽了马尔可夫假设。基于视觉的记忆方法通过对采样的过去图像帧进行条件设定来解决此问题,但在时间事件视觉模糊时计算成本高且有根本限制。我们提出FM-VLA,一种具有基于力的记忆的VLA模型,用于非马尔可夫、接触丰富操作的时间上下文推理。我们用变分自编码器(VAE)将力历史编码为紧凑的力记忆令牌,VAE通过力时间序列重建进行预训练。通过将力潜在表示和短状态历史投影为动作专家模块的额外条件令牌,使VLA能够利用累积的接触事件历史来指导操作。我们在三个依赖记忆的任务上评估FM-VLA,包括找到隐藏块、按按钮和擦拭盘子特定次数。我们的轻量级力记忆以最小推理开销实现了超过80%的成功率,显著优于基线方法。

英文摘要

Vision-language-action (VLA) models have achieved impressive generalization in robotic manipulation, and recent memory-augmented VLAs have relaxed the Markovian assumption by conditioning on past images or language summaries. Vision-based memory approaches address this by conditioning on sampled past image frames, but they are computationally expensive and fundamentally limited when temporal events are visually ambiguous, e.g., pushing a button multiple times with small movements. We propose FM-VLA, a VLA model with force-based memory, enabling temporal context reasoning for non-Markovian, contact-rich manipulation. We encode force histories into compact force memory tokens with a variational autoencoder (VAE) pretrained with force time series reconstruction. By projecting force latent representations and short state history as additional conditioning tokens to the action expert module, we enable VLAs to leverage accumulated contact event history to guide manipulation. We evaluate FM-VLA on three memory-dependent tasks, including finding a hidden block, pressing a button, and wiping a dish for a specific number of times. Our lightweight force memory achieves over 80% success rate with minimal inference overhead, significantly outperforming baseline approaches. Project page: https://qft-333.github.io/FM-VLA-Page/

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

GigaPath-Flash and GigaTIME-Flash: Efficient Pathology Foundation Models for Whole-Slide and Tumor Microenvironment Analysis

GigaPath-Flash和GigaTIME-Flash:用于全切片和肿瘤微环境分析的高效病理学基础模型

Naoto Usuyama, Jeya Maria Jose Valanarasu, Sicong Yao, Hanwen Xu, Jaspreet Bagga, Guanghui Qin, Robert E. Kramer, Cliff Wong, Soohee Lee, Hao Qiu, Theodore Zhengde Zhao, Racheli Ben Shimol, Angela Crabtree, Kevin Matlock, Eduardo Alejandro Lozano Garcia, Naiteek Sangani, Alberto Santamaria-Pang, Jason Entenmann, Alexandra Q. Bartlett, Bill J. Wright, Bernard A. Fox, Brian Piening, Sheng Zhang, Sheng Wang, Tristan Naumann, Carlo Bifulco, Hoifung Poon

机构 * Microsoft Research(微软研究院) Paul G. Allen School of Computer Science and Engineering, University of Washington(华盛顿大学保罗·G·艾伦计算机科学与工程学院) Providence Genomics(普罗维登斯基因组学公司) Earle A. Chiles Research Institute, Providence Cancer Institute(普罗维登斯癌症研究所厄尔·A·奇尔斯研究所) Providence Research Network(普罗维登斯研究网络)

AI总结 研究针对计算病理学中模型局限,提出GigaPath-Flash和GigaTIME-Flash模型用于全切片和肿瘤微环境分析。前者结合特定编码器,计算量少性能优;后者扩展架构预测肿瘤免疫微环境,速度快内存省,共同为相关领域提供开放许可模型及权重。

Comments Models: https://aka.ms/gigapath-flash (GigaPath-Flash) and https://aka.ms/gigatime-flash (GigaTIME-Flash)

详情
AI中文摘要

基础模型已成为计算病理学的驱动力,有潜力通过从大规模组织病理学数据中学习可转移表示来改变癌症诊断、预后和治疗选择。然而,大多数预训练模型仅在图像块级别运行,使用受限许可证且计算成本高,限制了大规模切片级临床和研究应用。本文介绍了GigaPath-Flash和GigaTIME-Flash,用于全切片病理学AI和空间蛋白质组学预测的高效模型。GigaPath-Flash结合了在大规模真实世界组织病理学数据上预训练的22M参数ViT-S块编码器和21M参数LongNet切片编码器,其紧凑块编码器从十亿参数GigaPath(ViT-g)教师模型中提炼而来。GigaPath-Flash以少50倍的计算量保留了GigaPath 97%的平均切片级性能。GigaTIME-Flash扩展此架构以直接从常规H&E图像预测肿瘤免疫微环境,在预测质量上超越了基于CNN的原始GigaTIME,速度快6倍且GPU内存使用少8倍。这些模型与GigaPath和GigaTIME一起形成了一个基于大规模真实世界临床数据预训练的、开放权重且遵循Apache-2.0许可的模型家族。通过发布所有模型和权重,为计算病理学、免疫肿瘤学和精准健康提供了可访问的构建模块。

英文摘要

Foundation models have emerged as a driving force in computational pathology, with the potential to transform cancer diagnosis, prognosis, and treatment selection by learning transferable representations from large-scale histopathology data. A growing landscape of pathology foundation models now spans diverse data sources, architectures, and downstream applications. However, most pretrained models operate only at the image-tile level, use restrictive licenses, and remain computationally expensive, limiting large-scale slide-level clinical and research use. Here, we introduce GigaPath-Flash and GigaTIME-Flash, efficient models for whole-slide pathology AI and spatial proteomics prediction. GigaPath-Flash combines a 22M-parameter ViT-S tile encoder with a 21M-parameter LongNet slide encoder, both pretrained on large-scale real-world histopathology data. Its compact tile encoder is distilled from the billion-parameter GigaPath (ViT-g) teacher and shared by both models. GigaPath-Flash retains 97% of GigaPath's average slide-level performance with 50x less compute. GigaTIME-Flash extends this backbone to predict the tumor immune microenvironment directly from routine H&E images. It surpasses the original CNN-based GigaTIME in prediction quality while running 6x faster and using 8x less GPU memory. Together with GigaPath and GigaTIME, these models form an open-weight, Apache-2.0-licensed family pretrained on large-scale real-world clinical data. By releasing all models and weights, we provide accessible building blocks for computational pathology, immuno-oncology, and precision health.

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

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

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

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

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

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

详情
AI中文摘要

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

英文摘要

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

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

TRIM: Reducing AI-Generated CodeSlop via Agent Trajectory Minimization

TRIM:通过代理轨迹最小化减少人工智能生成的代码冗余

Alex Mathai, Shobini Iyer, Aleksandr Nogikh, Petros Maniatis, Franjo Ivancic, Junfeng Yang, Baishakhi Ray

机构 * Dept. of Computer Science Columbia University(计算机科学系哥伦比亚大学) Google Inc(谷歌公司) Google DeepMind(谷歌深Mind)

AI总结 研究人工智能生成代码冗余问题,提出TRIM算法,通过最小化代理轨迹间接减少代码冗余,实验证明该方法有效且高效,能显著降低代码冗余,同时减少验证成本。

详情
AI中文摘要

编码代理在许多下游任务中越来越多地用于加速代码生成。然而,代理生成的代码往往比人工编写的代码更大、更冗长。本文指出原因在于代理自身的搜索过程,迭代时会积累推测性编辑等,导致代码库冗余。为此正式定义此现象为代码冗余(CodeSlop),并引入TRIM算法,通过最小化代理轨迹来间接减少代码冗余。实验表明,TRIM能有效减少17.9%-32.9%的代码冗余,且性能回归可忽略不计,效率也高,验证成本约为Delta Debugging等算法基线的一半。

英文摘要

Coding agents are increasingly used to accelerate code generation in many downstream tasks, such as fixing bugs, building applications, and prototyping. However, despite their value as coding assistants, agent-generated code tends to be larger and more verbose than the corresponding human-written implementation. In this work, we show that the cause lies in the agent's own search process: while iterating toward a passing solution, an agent accumulates speculative edits, abandoned hypotheses, and temporary changes that persist into the final patch. This may seem harmless for a single patch, but the problem compounds as agents take responsibility for ever-larger portions of a codebase-a codebase that was once minimal and well-maintained slowly accumulates redundancy faster than it can be cleaned up, drifting to a state that is harder to maintain. Given the magnitude of this problem, we take a step towards alleviating this issue. First, we formally define this phenomenon as CodeSlop-the residual and functionally unnecessary edits commonly seen in AI-generated code. We then introduce our algorithm TRIM (Trajectory-guided Redundancy Identification and Minimization). Rather than minimizing CodeSlop directly, TRIM instead minimizes agent trajectories. As we show empirically, this indirect technique of minimizing CodeSlop is highly effective: TRIM cuts CodeSlop by 17.9%-32.9% across agentic scaffolds, with negligible performance regression. TRIM is also highly efficient, requiring roughly half the validation cost of algorithmic baselines such as Delta Debugging.

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

Robust Multimodal Dynamic Object Segmentation

鲁棒多模态动态目标分割

Zhe Xin, Hanzhi Chang, Penghui Huang, Yinian Mao, Guoquan Huang

机构 * Meituan UAV(美团无人机) University of Delaware(特拉华大学)

AI总结 研究针对动态目标分割难题,提出整合多模态线索的框架,设计结合Transformer与特征聚类模块的网络进行分类,引入新后处理方法,在动态目标分割和静态场景重建任务中取得最优性能。

Comments Accepted by IEEE International Conference on Robotics & Automation ICRA 2026

详情
AI中文摘要

动态目标分割在许多视觉应用中起着关键作用,如从动态视频进行静态场景重建。现有的基于光流的方法无法确保沿物体边界的静态/动态分割一致,基于3D重建的方法对重建误差高度敏感。为解决这些局限,我们提出一个动态目标分割框架,通过整合多模态线索生成精确完整的动态掩码。设计了结合Transformer架构与特征聚类聚合模块的网络进行多模态特征轨迹的静态/动态分类,还引入基于点查询的SAM后处理方法处理单个掩码内的多个物体。大量实验表明该方法在动态目标分割和静态场景重建任务中达到了当前最优性能。

英文摘要

Dynamic object segmentation plays a critical role in many visual applications such as static scene reconstruction from dynamic videos. However, existing optical flow-based methods fail to ensure consistent static/dynamic segmentation along object boundaries, while 3D reconstruction-based approaches are highly sensitive to reconstruction errors. To address these limitations, we present a dynamic object segmentation framework that can generate both precise and complete dynamic masks by integrating multimodal cues including 2D point tracks, 3D reconstruction, and semantic information. We design a network combining Transformer architectures with feature clustering aggregation modules to perform static/dynamic classification of multimodal feature trajectories. It enables the model to adaptively determine which type of feature should dominate based on the characteristics of each scene, while also mitigating the impact of feature degradation. Additionally, we introduce a novel point-query-based SAM post-processing method capable of handling multiple objects within a single mask. Extensive experiments demonstrate that our approach achieves state-of-the-art performance in both dynamic object segmentation and static scene reconstruction tasks.

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

LLM-as-a-Coach: Experiential Learning for Non-Verifiable Tasks

大语言模型作为教练:不可验证任务的体验式学习

Tianzhu Ye, Li Dong, Guanheng Chen, He Zhu, Xun Wu, Shaohan Huang, Furu Wei

机构 * Microsoft Research(微软研究院) Tsinghua University(清华大学) Peking University(北京大学)

AI总结 研究不可验证任务,提出体验式学习(EL),将LLM反馈模型从评判转为教练,通过提炼体验知识提供密集监督,在开放式任务上表现优于基于规则的RL,泛化性好且减轻奖励作弊。

详情
AI中文摘要

在开放式任务上的强化学习(RL)将基于大语言模型(LLM)的基于规则的评估压缩为标量奖励,丢弃了丰富的文本反馈,并将具有不同质量配置文件的响应混为一谈。我们提出了体验式学习(EL),它将反馈模型从作为评判的LLM重新用作作为教练的LLM。教练将其对每个策略响应的评估提炼为可转移的体验知识,该知识为教师模型提供条件,并通过策略上下文提炼被策略内化。与标量奖励相比,这个更高带宽的反馈通道提供了密集监督,并保留了高质量响应之间的细粒度偏好。在两个策略家族中,有来自策略本身或专有模型的反馈,EL在留出的和未见的开放式任务上始终优于基于规则的RL。值得注意的是,EL在训练分布之外具有更好的泛化能力,并减轻了奖励作弊。这些发现将体验知识确立为用于不可验证任务的训练后更丰富、更可泛化的学习信号。

英文摘要

Reinforcement learning (RL) on open-ended tasks compresses an LLM's rubric-based evaluation into a scalar reward, discarding rich textual feedback and conflating responses with distinct quality profiles. We propose Experiential Learning (EL), which repurposes the feedback model from an LLM-as-a-Judge into an LLM-as-a-Coach. The coach distills its assessment of each on-policy response into transferable experiential knowledge, which conditions a teacher model and is internalized by the policy through on-policy context distillation. Compared with scalar rewards, this higher-bandwidth feedback channel provides dense supervision and preserves fine-grained preferences among high-quality responses. Across two policy families, with feedback from the policy itself or a proprietary model, EL consistently outperforms rubric-based RL on held-out and unseen open-ended tasks. Notably, EL generalizes better beyond the training distribution, and mitigates reward hacking. These findings establish experiential knowledge as a richer and more generalizable learning signal for post-training on non-verifiable tasks.

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

Can We Break LLMs Out of Self-Loops? Fine-Grained Reasoning Control with Activation Steering

我们能否使大语言模型摆脱自我循环?通过激活引导实现细粒度推理控制

Sheldon Yu, Tong Yu, Xunyi Jiang, Rohan Surana, Gagan Mundada, Sungchul Kim, Lina Yao, Julian McAuley, Junda Wu

机构 * UC San Diego(加州大学圣地亚哥分校) Adobe Research(Adobe研究院) University of New South Wales(新南威尔士大学)

AI总结 研究大语言模型推理过程不可控问题,提出SOPHIA方法,通过将推理轨迹视为潜在状态序列,构建引导向量库,在推理时进行干预,可检测并防止自我循环,提升推理质量。

详情
AI中文摘要

扩展推理已成为前沿大语言模型(LLMs)的标准,但模型生成的轨迹在很大程度上仍无法控制。现有塑造模型推理方式的方法是基于提示的,在输入层面操作,无法对推理过程本身进行细粒度控制。相关工作分析并发现了大语言模型推理轨迹中的潜在转换动态。在此基础上,我们对这些状态进行统计表征,发现失败轨迹会陷入自我循环。为干预这些失败,我们提出了SOPHIA:通过隐藏状态干预和激活来引导推理过程。我们将每个推理轨迹视为潜在状态序列,分类前缀到潜在状态,记录步骤级转换,构建引导向量库。在推理时,控制器推断当前状态,给定目标状态检索相应向量,还能从转换结构中在线检测自我循环。实验表明,我们的方法能可靠干预自我循环失败,引导向量可推广到不同状态对,细粒度可控性带来更好的推理质量。

英文摘要

Extended reasoning has become standard for frontier Large Language Models (LLMs), yet the trajectories these models produce remain largely uncontrollable. Existing methods for shaping how a model reasons are prompt based approaches and operate at the input level, offering no fine-grained control over the reasoning process itself. Related work analyzes and discovers latent transition dynamics in the reasoning traces from Large Language Models. Building on this, we statistically characterize these states, and show that failure trajectories get stuck in self-loops, exhausting the token budget without progress toward the final answer. To intervene on these failures, We propose SOPHIA: Steering Of reasoning Processes via Hidden-state Intervention and Activations. We treat each reasoning trace as a sequence of latent states rather than an unstructured texts, and investigate whether inference time interventions can provide fine-grained control over the self-looping reasoning process. We classify every prefix to a latent state, record step level transitions, and use them to construct a bank of steering vectors indexed by state pairs. At inference time, a controller infers the current state and, given a target state, retrieves the corresponding vector and can also detect self-loops online from the transition structure to prevent the model from sinking into a reasoning black hole. Through extensive experiments, our method reliably intervenes on self-loop failures, with steering vectors that generalize to different state pairs. End task accuracy and token efficiency indicate that fine-grained controllability results in better reasoning quality.

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

SciForma: Structure-Faithful Generation of Scientific Diagrams

SciForma:科学图表的结构忠实生成

Yuxuan Luo, Peng Zhang, Xinjie Zhang, Xun Guo, Zhouhui Lian, Yan Lu

机构 * Wangxuan Institute of Computer Technology, Peking University(北京大学王选计算机技术研究所) State Key Lab of CAD & CG, Zhejiang University(浙江大学CAD&CG国家重点实验室) Microsoft Research Asia(微软亚洲研究院)

AI总结 研究针对科学图表结构保真度问题,提出SciForma框架,分解图表质量为三个结构轴,用M-DPO优化,策划训练和评估数据,实现迭代编辑,使SciForma-9B超越开源基线和GPT-Image-1.5,提升科学图表生成的结构保真度。

Comments 30 pages, 21 figures

详情
AI中文摘要

结构保真度对于科学方法图表至关重要。为传达研究逻辑,此类图表必须如实呈现组件、方向关系和文本注释。由于单个错误(如箭头反向或方程式不可读)会使整个图表无效,结构保真度本质上是联合性的。当前开源模型不满足此标准。监督微调(SFT)学习合理布局但无法可靠确保结构正确性,基于标量奖励的训练后处理会掩盖失败的结构维度。为解决此问题,我们引入SciForma框架。它将图表质量分解为组件、箭头和文本三个结构轴,基于此策划了用于结构化训练的SciFormaData-700K和用于逻辑验证评估的SciFormaBench-2K。我们开发了多维联合偏好优化(M-DPO),在训练后跨所有轴强制同时正确,并将梯度自适应路由到最不足的维度。推理时可进行迭代编辑以纠正残留错误。这使得SciForma-9B在SciFormaBench-2K和AIBench上超越所有开源基线和GPT-Image-1.5,使开放科学图表生成接近专有级别的结构保真度。

英文摘要

Structural fidelity is essential to scientific methodology diagrams. To communicate research logic, these diagrams must faithfully render components, directional relations, and textual annotations. Since a single error, such as a reversed arrow or an unreadable equation, can invalidate the entire figure, structural fidelity is inherently conjunctive: correctness on one axis cannot compensate for failure on another. Current open-source models fail to satisfy this criterion. Supervised fine-tuning (SFT) learns plausible layouts but cannot reliably ensure structural correctness, while scalar reward-based post-training obscures which structural dimension has failed. To address this, we introduce SciForma, a framework for the structure faithful generation of scientific methodology diagrams. Specifically, SciForma decomposes diagram quality into three structural axes: Component, Arrow, and Text, guided by a structural inventory. Built on this foundation, we curate SciFormaData-700K for structured training and SciFormaBench-2K for logic-verified evaluation. To close the gap left by SFT, we develop Multi-Dimensional Conjunctive Preference Optimization (M-DPO), which enforces simultaneous correctness across all axes and adaptively routes gradients to the most deficient dimension in post-training. The same structural inventory also enables iterative editing at inference time to correct residual errors. This combination allows SciForma-9B to exceed all open-source baselines and GPT-Image-1.5 on both SciFormaBench-2K and AIBench, bringing open scientific diagram generation close to proprietary-level structural fidelity. Our code and data will be available at: https://github.com/microsoft/SciForma.

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

Enhancing Rubric-based RL via Self-Distillation

通过自蒸馏增强基于评分标准的强化学习

Mingxuan Xia, Yuhang Yang, Chao Ye, Shuai Zhu, Shenzhi Yang, Guangcheng Zhu, Yuhang Zhang, Cheng Peng, Haobo Wang, Siqing Wang

机构 * Zhejiang University(浙江大学) ByteDance(字节跳动)

AI总结 研究基于评分标准的强化学习中探索有限问题,提出标准蒸馏策略优化(CriPO),通过策略内自蒸馏同时解决未探索标准和被抑制标准问题,在医学和科学基准测试中表现出色,减少优化步骤并提升性能。

详情
AI中文摘要

基于评分标准的强化学习在改进大语言模型的开放式任务中展现出潜力。其公认的局限是探索有限,未探索标准(UC)未获优化信号。近期方法通过在展开过程中纳入评分标准信息解决此问题,但引入了训练与推理不匹配。此外,这些方法忽视了被抑制标准(SC)这一失败模式。我们的分析表明SC很普遍。为同时解决UC和SC且不引入训练推理不匹配,我们提出标准蒸馏策略优化(CriPO),通过策略内自蒸馏增强基于评分标准的强化学习。在医学和科学基准测试中,CriPO持续优于基于评分标准的强化学习,以约少两倍的优化步骤实现更强的最终性能。

英文摘要

Rubric-based RL has recently shown promise in improving LLMs on open-ended tasks. A widely recognized limitation of rubric-based RL is limited exploration: criteria that no rollout manages to satisfy (Unexplored Criteria, UC) receive no optimization signal. Recent methods address this by incorporating rubric information as external guidance during rollout, yet they introduce a train-inference mismatch: the policy is optimized on rollouts produced under external guidance while this guidance is absent at inference time, causing error accumulation through autoregressive decoding. Moreover, these exploration-focused approaches overlook a fundamentally different failure mode that we term Suppressed Criteria (SC) -- criteria that are satisfied by some rollouts yet whose learning signals are lost during optimization because scalar reward aggregation assigns them non-positive aggregate advantages. Our analysis reveals that SC are remarkably prevalent: over 57% of samples exhibit this failure mode throughout training, with an average of 1.8 SC per sample. To simultaneously address both UC and SC without introducing training-inference mismatch, we propose Criterion-Distilled Policy Optimization (CriPO), which enhances rubric-based RL via on-policy self-distillation. For UC, CriPO constructs a criterion-injection self-teacher and computes a localized forward-KL loss to inject missing behaviors into the policy. For SC, CriPO employs a counterfactual self-teacher to locate criterion-relevant tokens in negative-advantage rollouts and flips their token-level advantages to positive values, preserving useful patterns that would otherwise be suppressed. Experiments on medicine and science benchmarks demonstrate that CriPO consistently outperforms rubric-based RL, achieving stronger final performance with approximately $2\times$ fewer optimization steps.

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

RoboHarness: Memory-Driven Orchestration of Heterogeneous Robot Policies for Long-Horizon Planning

RoboHarness:用于长期规划的异构机器人策略的内存驱动编排

Jinbang Huang, Yuanzhao Hu, Zhiyuan Li, Ran Qi, Yixin Xiao, Zhanguang Zhang, Mark Coates, Tongtong Cao, Yingxue Zhang

机构 * Huawei Noah’s Ark Lab(华为诺亚方舟实验室) University of British Columbia(英属哥伦比亚大学) University of Toronto(多伦多大学) McGill University(麦吉尔大学) Labs(2012实验室)

AI总结 针对长期机器人任务需多种能力、异构策略编排难的问题,提出RoboHarness框架,通过多模态执行内存等表征策略能力边界,经内存桥接稳定策略交接,实验验证其在长期规划和分布外鲁棒性上有显著提升。

Comments 21 pages, 8 figures

详情
AI中文摘要

长期的机器人任务需要多种能力,单一策略无法可靠提供。异构策略具有互补优势,但编排它们需要处理不确定的能力边界和跨策略分布不匹配问题,现有基于同质、预定义技能且适用性固定的规划方法大多忽略了这些问题。我们提出了RoboHarness,一个统一框架,将独立开发的机器人控制系统封装为可重用的智能技能。它使用多模态执行内存和在线证据来表征策略能力边界以进行能力感知分解和路由。其内存桥接可稳定策略交接,通过检索与下一策略相关的执行轨迹等方式引导机器人。在多个基准测试、定制任务及真实机器人实验中验证了其有效性,在零样本长期规划和分布外鲁棒性方面有显著提升。

英文摘要

Long-horizon robotic tasks require diverse capabilities that no single policy can reliably provide. Heterogeneous policies offer complementary strengths, but orchestrating them requires reasoning over uncertain capability boundaries and cross-policy distribution mismatch, which are largely overlooked by existing planning methods built on homogeneous, predefined skills with fixed applicability. We propose RoboHarness, a unified framework that encapsulates independently developed robot control systems as reusable agentic skills. Although instantiated in this work with VLAs, RL policies, and task-and-motion planning (TAMP) systems, RoboHarness is designed as a general framework compatible with a broader range of robot policies, such as navigation policies, model predictive controllers, and world-action models. RoboHarness uses multi-modal execution memory and online evidence to characterize policy capability boundaries for capability-aware decomposition and routing. To stabilize policy handoffs, its Memory Bridge retrieves execution trajectories associated with the next policy, estimates its in-distribution state region, and guides the robot toward that region without joint policy retraining. Extensive experiments on three public benchmarks, 500 customized tasks, and 135 real-robot experiments demonstrate effective capability-aware routing and stable policy orchestration, yielding substantial improvements in zero-shot long-horizon planning and out-of-distribution robustness.

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

Anticipate Before Acting: Future-State-Conditioned Vision-Language Navigation

行动前预测:基于未来状态条件的视觉语言导航

Lingfeng Zhang, Zhanguang Zhang, Liheng Ma, Tongtong Cao, Yingxue Zhang

机构 * Noah’s Ark Lab, 2012 Labs, Huawei(诺亚方舟实验室,2012实验室,华为)

AI总结 研究视觉语言导航中标准行为克隆问题,提出FSC-VLN方法,通过添加未来查询令牌并经训练后移除的目标分支将其隐藏状态与未来视觉嵌入对齐,实验表明该方法在R2R val-unseen上提升了相关指标。

Comments 10 pages, 1 figure, 5 tables

详情
AI中文摘要

端到端视觉语言导航(VLN)利用因果视觉语言模型可将指令和自我中心观察直接映射到行动,但标准行为克隆仅监督下一个行动,未明确训练策略状态以预测未来视觉结果。首先提出诊断性问题:若在训练和测试时给策略提供专家轨迹未来图像作为特权输入,该额外视觉证据对选择当前行动是否有用?答案是肯定的。接着提出可部署问题:推理时不访问未来图像,仅用压缩未来视觉潜在特征作为训练监督能否从未来信息中受益?提出了未来状态条件的VLN(FSC-VLN),在R2R val-unseen上,FSC-VLN在两种训练数据机制下比StreamVLN风格基线提高了SR/OSR/SPL,在长视野情节上增益更大;消融实验进一步支持了双查询设计。

英文摘要

End-to-end vision-language navigation (VLN) with causal vision-language models can map instructions and egocentric observations directly to actions, but standard behavior cloning supervises only the next action and does not explicitly train the policy state to be predictive of future visual outcomes. We first ask a diagnostic question: if the policy is given an expert-trajectory future image as privileged input at training and testing time, is that additional visual evidence useful for choosing the current action? (These expert-trajectory future images are unavailable at test time in real deployment, so we use this setting only as a privileged-input diagnostic.) The answer is yes; this sanity check shows that future observations can provide rich, actionable cues. We then ask a deployable question: without accessing future images at inference, can we still benefit from future information by using a compressed future visual latent only as training supervision? We propose Future-State-Conditioned VLN (FSC-VLN), which adds a future-query token and aligns its hidden state to a frozen visual embedding $Δ$ steps ahead via a training-only target branch that is removed after training. On R2R val-unseen, FSC-VLN improves SR/OSR/SPL over a StreamVLN-style baseline under two training-data regimes, with larger gains on long-horizon episodes; ablations further support the dual-query design (separating future and action queries).

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

Harness Engineering for LLM-Driven GPU Kernel Generation

用于大语言模型驱动的GPU内核生成的工具工程

Yue Shui, Chenyu Ma, Hangfei Xu, Shengzhao Wen, Yanpeng Wang

机构 * Baidu, Inc.(百度公司)

AI总结 在MLSys 2026 FlashInfer竞赛中,针对NVIDIA Blackwell B200 GPU,提出以工具为中心的大语言模型驱动的GPU内核优化系统,分离评估工具与优化控制器,利用Codex等生成候选内核,实验显示优化后平均延迟加速显著,且代理辅助内核效果更佳。

Comments 24 pages, 6 figures. Extended technical report on our submission to the MLSys 2026 FlashInfer AI Kernel Generation Contest. Code: https://github.com/syhya/mlsys26-flashinfer-contest

详情
AI中文摘要

大语言模型可辅助GPU内核生成,但其实际效果取决于生成代码能否可靠地受限、验证、分析和选择。本文在MLSys 2026 FlashInfer AI内核生成竞赛中,针对NVIDIA Blackwell B200 GPU提出了一个以工具为中心的大语言模型驱动的GPU内核优化系统。该系统将评估工具与基于分析的优化控制器分离,工具负责编译、正确性、官方对齐的计时和工件存档,控制器利用分析器和工作负载证据做出有界候选生成决策。通过五个运算符定义,保留的官方对齐工件相对于提供的FlashInfer基线,平均延迟加速分别为1.62倍、18.05倍、29.68倍、1.12倍和13.70倍。在评估定义中,代理辅助内核优于完全由代理生成的工件,表明专家提供的优化方向、高质量参考和工作负载上下文对于可靠的人工智能驱动的内核优化仍然至关重要。

英文摘要

Large language models (LLMs) can assist GPU kernel generation, but their practical effectiveness depends on whether generated code can be reliably constrained, validated, profiled, and selected. This paper presents a harness-centered system for LLM-driven GPU kernel optimization in the MLSys 2026 FlashInfer AI Kernel Generation Contest on NVIDIA Blackwell B200 GPUs. The system separates an evaluation harness from a profile-backed optimization controller: the harness enforces compilation, correctness, official-aligned timing, and artifact archival, while the controller turns profiler and workload evidence into bounded candidate-generation decisions. Human-authored skills capture operator constraints, references, profiling procedures, and promotion rules, while Codex and Claude Code agents generate candidate kernels inside those constraints. Across five operator definitions, the retained official-aligned artifacts achieved mean-latency speedups over supplied FlashInfer baselines of 1.62x, 18.05x, 29.68x, 1.12x, and 13.70x. The Agent-Assisted kernels outperform the Full-Agent artifacts across the evaluated definitions, indicating that expert-provided optimization directions, high-quality references, and workload context remain critical for reliable AI-driven kernel optimization.

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

RynnBrain 1.1: Towards More Capable and Generalizable Embodied Foundation Model

RynnBrain 1.1:迈向更具能力和通用性的具身基础模型

Kehan Li, Bohan Hou, Minghao Zhu, Tianyi Zhang, Zesen Cheng, Zhikai Wang, Sicong Leng, Xin Li, Xiao Lin, Biying Yao, Minghua Zeng, Jiangpin Liu, Ronghao Dang, Jiayan Guo, Siteng Huang, Haoyu Zhao, Heng Ping, Yaxi Zhao, Kexiang Wang, Tong Lu, Shengke Xue, Jiahao Tang, Yulei Wang, Zejing Wang, Jianwei Gao, Shijian Lu, Chengju Liu, Jianfei Yang, Mingxiu Chen, Deli Zhao

机构 * DAMO Academy, Alibaba Group(达摩院,阿里巴巴集团) Hupan Lab(湖畔实验室)

AI总结 介绍RynnBrain 1.1具身基础模型家族,其经统一框架训练,相比1.0版本有改进。开发RynnBrain - VLA并部署。该模型在多方面成果显著,初始化策略表现优,联合训练提升了得分和成功率。

Comments KL,BH,MZ,TZ,ZC,ZW,SL,XL,XL,BY,MZ,JL,RD contribute equally. Project Lead: Kehan Li and Xin Li project: https://alibaba-damo-academy.github.io/RynnBrain github: https://github.com/alibaba-damo-academy/RynnBrain huggingface: https://huggingface.co/collections/Alibaba-DAMO-Academy/rynnbrain-11 modelscope: https://modelscope.cn/collections/DAMO_Academy/RynnBrain-11

详情
AI中文摘要

我们展示了RynnBrain 1.1,这是一个涵盖2B、9B和122B - A10B规模的具身基础模型家族。它通过统一的时空和物理基础框架进行训练,支持具身感知、空间推理、定位和规划。与RynnBrain 1.0相比,它在整个模型家族中进一步引入了接触点预测,并为2B和9B模型引入了原生3D基础。我们还开发了具有统一跨具身动作空间和特定具身掩码的RynnBrain - VLA,并将其部署在Unitree G1、Astribot - S1和Tianji - Wuji上。RynnBrain 1.1在具身认知、定位和3D基础方面取得了显著成果,122B - A10B模型在VSI - Bench、MMSI和RefSpatial - Bench上优于所有评估的专有和开源模型。真实机器人实验表明,以RynnBrain初始化的策略优于基于Qwen的和有代表性的通用VLA,而联合多任务和多具身训练比单任务训练提高了过程得分和成功率。

英文摘要

We present RynnBrain 1.1, a family of embodied foundation models spanning 2B, 9B, and 122B-A10B scales. Trained with a unified spatio-temporal and physically grounded framework, RynnBrain 1.1 supports embodied perception, spatial reasoning, localization, and planning. Compared with RynnBrain 1.0, it further introduces contact-point prediction across the model family and native 3D grounding for the 2B and 9B models, yielding representations and outputs that are more directly aligned with robot manipulation. We also develop RynnBrain-VLA with a unified cross-embodiment action space and embodiment-specific masking, and deploy it on Unitree G1, Astribot-S1, and Tianji-Wuji. RynnBrain 1.1 achieves strong results on embodied cognition, localization, and 3D grounding, with the 122B-A10B model outperforming all evaluated proprietary and open-source models on VSI-Bench, MMSI, and RefSpatial-Bench. Real-robot experiments show that RynnBrain-initialized policies outperform Qwen-based and representative generalist VLAs, while joint multi-task and multi-embodiment training improves process scores and success rates over per-task training.

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

Fine-Detail Monocular Geometry Estimation with Self-Guided Sparse Volumetric Refinement

基于自引导稀疏体细化的精细细节单目几何估计

Lingyu Kong, Ruicheng Li, Ruicheng Wang, Sicheng Xu, Chengtang Yao, Jianfeng Xiang, Jiaolong Yang

机构 * Tsinghua University(清华大学) USTC(中国科学技术大学) Microsoft Research(微软研究院)

AI总结 针对单目几何估计在局部3D结构精细细节上的失真问题,提出基于自引导稀疏体细化的方法,将建模从2D提升到3D空间,通过稀疏卷积避免特征混合,实验证明该方法在恢复精细3D几何方面显著优于现有方法。

详情
AI中文摘要

单目几何估计在不同场景中取得了显著性能,但当前最先进模型在局部3D结构尤其是精细细节上仍有明显失真。我们将此局限归因于架构不匹配,多数模型在2D参数化内解码3D几何,导致特征混合。本文提出自引导稀疏体细化(SSR)的精细细节单目几何估计,将单目几何建模从2D图像空间提升到3D空间。模型将基础模型的粗点图提升到稀疏体素壳上并通过SSR细化,SSR采用基于3D空间局部性聚合特征的稀疏卷积。实验表明该方法在恢复精细3D几何上显著优于现有方法。

英文摘要

Monocular geometry estimation has recently achieved impressive performance across diverse scenes. However, state-of-the-art models still face notable distortion in local 3D structure, especially in fine details, like thin structures and small objects. We attribute this limitation to an architectural mismatch: most current models decode 3D geometry within a 2D parameterization, where feature interactions are governed by image-plane proximity rather than true 3D spatial relationships. This inadvertently mixes features from geometrically distant surfaces, resulting in over-smoothed geometry particularly around thin or elongated structure. In this paper, we propose a fine-detail monocular geometry estimation with Self-Guided Sparse 3D Refinement (SSR) that lifts monocular geometry modeling from 2D image space to 3D space for high-fidelity metric-scale point maps. Our model lifts the coarse point map from a foundation base model onto a sparse voxel shell and refines it via SSR. The SSR employs sparse convolutions that aggregate features based on 3D spatial locality, avoiding feature mixing across depth discontinuities. Extensive experiments on diverse datasets demonstrate that our method significantly outperforms existing approaches in recovering fine detailed 3D geometry across both quantitative metrics and qualitative visualizations.

URL PDF HTML 收藏
2607.17900 2026-07-21 cs.SD 新提交

Harness TTS: Towards Context-Aware Expressive Speech Synthesis with Harness Layer

利用TTS:借助利用层实现上下文感知的富有表现力的语音合成

Shengfan Shen, Di Wu, Xingchen Song, Dinghao Zhou, Pengyu Cheng, Sixiang Lyu, Jian Luan, Shuai Wang

机构 * Xiaomi Inc.(小米公司) Nanjing University(南京大学)

AI总结 研究针对语音助手富有表现力的语音合成中灵活风格控制的需求,提出Harness TTS轻量级控制层,通过封闭集提示 - 工具路由实现风格控制,实验证明其在路由和合成任务中表现出色,为语音助手表达控制提供实用方案。

详情
AI中文摘要

语音助手的富有表现力的语音合成需要灵活的风格控制,以适应明确请求和更广泛的交互上下文。我们提出了Harness TTS,这是一个轻量级控制层,围绕TTS引擎以外部化并管理其表达行为。它将风格控制重新制定为封闭集提示 - 工具路由:离线时,使用结构化元数据构建风格提示工具的紧凑注册表;在线时,一个大语言模型规划器根据优先级感知观察模式选择合适的工具,TTS执行器使用相应的提示音频合成语音。我们在路由和合成任务上评估了Harness TTS。在路由方面,Qwen3 - 4B在显式、隐式和冲突子集上的Top - 1准确率分别为74.3%、43.0%和64.6%。对于合成,在CosyVoice3和VoxCPM2上的实验表明,Harness TTS优于仅指令控制,实现了更高的指令跟随胜率(在CosyVoice3上优势为23.1 - 35.6分,在VoxCPM2上为13.8 - 20.0分),并将UTMOSv2分数提高了0.11 - 0.38。此外,4B规划器在标准模式下不到50毫秒就能给出第一个工具推荐,对实时交互引入的延迟可忽略不计。这些结果表明,为TTS引擎配备专用的利用层为语音助手表达控制提供了一个实用、可审计且上下文感知的解决方案。

英文摘要

Expressive speech synthesis for voice assistants requires flexible style control that adapts to explicit requests and broader interaction context. We propose Harness TTS, a lightweight control layer that wraps around a TTS engine to externalize and govern its expressive behavior. It reformulates style control as closed-set prompt-tool routing: offline, a compact registry of stylistic prompt tools is constructed with structured metadata; online, an LLM planner selects the appropriate tool based on a priority-aware observation schema, and the TTS executor synthesizes speech using the corresponding prompt audio. We evaluate Harness TTS on both routing and synthesis tasks. In routing, Qwen3-4B achieves Top-1 accuracies of 74.3%, 43.0%, and 64.6% on explicit, implicit, and conflict subsets. For synthesis, experiments on CosyVoice3 and VoxCPM2 show that Harness TTS outperforms instruction-only control, achieving higher instruction-following win rates (margins of 23.1-35.6 points on CosyVoice3 and 13.8-20.0 points on VoxCPM2) and improving UTMOSv2 scores by 0.11-0.38. Moreover, the 4B planner delivers its first tool recommendation in under 50 ms in standard mode, introducing negligible latency for real-time interaction. These results demonstrate that equipping TTS engines with a dedicated Harness layer offers a practical, auditable, and context-aware solution for voice assistant expression control.

URL PDF HTML 收藏
2607.17849 2026-07-21 cs.HC cs.CL cs.CV 新提交

AlphaOracle: Oracle bone script decipherment via human-workflow-inspired deep learning

AlphaOracle:通过受人工工作流程启发的深度学习进行甲骨文破译

Yuliang Liu, Haisu Guan, Pengjie Wang, Xinyu Wang, Jinpeng Wan, Kaile Zhang, Handong Zheng, Xingchen Liu, Zhebin Kuang, Huanxin Yang, Bang Li, Yongge Liu, Lianwen Jin, Xiang Bai

机构 * School of Software Engineering, Huazhong University of Science and Technology(华中科技大学软件学院) School of Electronic Information Engineering, South China University of Technology(华南理工大学电子信息学院) Key Laboratory of Oracle Bone Inscriptions Information Processing, Anyang Normal University(安阳师范学院甲骨文信息处理重点实验室)

AI总结 针对约3000个未破译甲骨文字符的问题,提出受人工工作流程启发的AlphaOracle框架,经多阶段管道进行甲骨文破译,与专家解读高度一致,还能减少分析时间,为甲骨文及其他未破译文字研究提供参考。

Comments Accepted by The Innovation 2026

Journal ref The Innovation 7(11), 101462, 2026

详情
AI中文摘要

由于铭文残缺和证据稀少,4500个甲骨文字符中约有3000个仍未被破译。当前的人工智能方法无法复制整合形式分析、上下文语义和文献学推理的专家工作流程。我们引入了AlphaOracle,这是一个受人工工作流程启发的框架,它使用迄今为止最大的数字化语料库将甲骨文破译系统化。其多阶段管道包括:(i)拓片解析;(ii)基于部首的形态分析和历时建模;(iii)上下文检索与语义对齐;(iv)对照经典文献进行文献学验证。每个阶段都会生成明确的、带有置信度权重的证据链,最终生成可供学术验证的可解释报告。在多个测试字符上,AlphaOracle的解读与专家解读高度一致。在对86位领域专家的研究中,它将分析时间减少了64%,79%的参与者认为它非常有用。值得注意的是,AlphaOracle将字符“老”解析为地名或氏族名称,为商代行政和社会解读提供了具体修订。这些结果表明,与文献学实践相结合的计算方法可以促进甲骨文研究,并为其他未破译文字的研究提供概念参考。

英文摘要

Approximately 3,000 of the 4,500 oracle bone script (OBS) characters remain undeciphered due to fragmentary inscriptions and sparse evidence. Current AI approaches fail to replicate expert workflows that integrate form analysis, contextual semantics, and philological reasoning. We introduce AlphaOracle, a human-workflow-inspired framework that systematizes OBS decipherment using the largest digitized corpus to date. Its multi-stage pipeline comprises: (i) rubbing parsing; (ii) radical-based morphological analysis with diachronic modeling; (iii) contextual retrieval with semantic alignment; and (iv) philological validation against classical sources. Each stage generates explicit, confidence-weighted evidence chains, culminating in interpretable reports for scholarly verification. Across multiple test characters, AlphaOracle's readings strongly agreed with expert interpretations. In a study of 86 domain specialists, it reduced analysis time by 64% and 79% of participants rated it highly useful. Notably, AlphaOracle resolves the character "Lao" as a toponymic or clan designation, offering concrete revisions to Shang administrative and social interpretations. These results suggest that computational methods aligned with philological practice can facilitate OBS research and provide a conceptual reference for studies of other undeciphered scripts.

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

ReViV: Reconstructing the Viewer and the View in 4D from Monocular Egocentric Video

ReViV:从单目自我中心视频中重建4D中的观看者和视图

Xiaozhong Lyu, Gen Li, Zhiyin Qian, Xucong Zhang, Marc Pollefeys, Siyu Tang

机构 * ETH Zurich(苏黎世联邦理工学院) Delft University of Technology(代尔夫特理工大学) Microsoft(微软)

AI总结 研究旨在从单目自我中心视频重建4D中的观看者和视图,提出ReViV框架,将任务建模为学习多模态信号联合概率分布,由掩码生成自我中心变压器驱动,在多基准测试中展现出高精度和效率,还保持了竞争力强的自我中心深度估计,且代码模型开源。

Comments Accepted to ECCV 2026. The first two authors contributed equally, and their author order is interchangeable

详情
AI中文摘要

自我中心设备,如可穿戴前置摄像头,为捕捉人类观看者与周围环境之间的持续交互提供了独特视角。因此,非常需要一个能够重建这种4D表示的整体高效多模态模型。然而,现有方法往往依赖辅助输入,将场景感知和人类自我运动建模视为相互独立的问题,且推理时间长。为解决这些局限,我们提出ReViV,首个从单目RGB视频中提取观看者和视图动态的整体自我中心4D重建统一框架。我们将任务表述为学习多模态信号的全联合概率分布,由掩码生成自我中心变压器驱动,在单一前馈架构中运行,以快速推理速度同时重建观看者和视图的时间一致4D重建。在多个基准测试上的大量实验表明,ReViV在整体自我身体、手部和注视重建、相机跟踪方面达到了当前最优的精度和效率,在不依赖繁重特定任务先验的情况下保持了极具竞争力的自我中心深度估计。代码和模型已完全开源。

英文摘要

Egocentric devices, such as wearable front-facing cameras, provide a unique perspective for capturing the continuous interaction between a human viewer and the surrounding environment. A holistic and efficient multimodal model capable of reconstructing this 4D representation is therefore highly desirable. However, existing approaches often rely on auxiliary inputs such as pre-computed camera trajectories, treat scene perception and human ego-motion modeling as separate problems despite their strong interdependency, and suffer from slow inference time. To address these limitations, we present ReViV, the first unified framework for holistic egocentric 4D reconstruction that extracts both viewer and view dynamics from a single monocular RGB video. We formulate the task as learning the full joint probability distribution over multimodal signals, including RGB video, camera trajectory, gaze direction, full-body motion, hand motion, and depth. Powered by a Masked Generative Egocentric Transformer, ReViV operates within a single feed-forward architecture to simultaneously reconstruct the temporally consistent 4D reconstruction across the viewer and the view with fast inference speed. Extensive experiments on diverse benchmarks, including HoloAssist, HOT3D, ARCTIC, Aria Digital Twin, and TACO, demonstrate that ReViV achieves state-of-the-art accuracy and efficiency across holistic ego-body, hand, and gaze reconstruction, camera tracking, while maintaining highly competitive egocentric depth estimation without relying on heavy task-specific priors. Code and models are fully open-sourced: https://reviv4d.github.io/.

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

Dynamic Defense Profiling Enables Cognitive Jailbreak of Text-to-Image Models

动态防御剖析实现文本到图像模型的认知越狱

Dongdong Yang, Deyue Zhang, Zhao Liu, Zonghao Ying, Wenzhuo Xu, Jiankai Jin, Xiangzheng Zhang, Quanchen Zou

机构 * Alibaba Tongyi Lab(阿里巴巴通义实验室)

AI总结 研究文本到图像模型易受对抗性滥用问题,提出MIND认知越狱框架,将对抗提示生成重构为信念状态推理,集成多模态判断器等组件,经实验验证其在多个防御设置下显著优于现有方法,有效实现越狱生成。

Comments 12 pages, 3 figures

详情
AI中文摘要

文本到图像(T2I)生成模型在合成高质量视觉内容方面取得了显著进展,但仍容易受到对抗性滥用,特别是在生成不适宜工作的(NSFW)图像方面。大多数现有越狱攻击主要依赖启发式提示工程或黑箱优化,将模型反馈视为二元信号(成功或失败)。这种粗粒度范式忽略了各种失败模式中嵌入的丰富信息,导致探索效率低下和严重的语义崩溃。本文提出了MIND,一个认知越狱框架,将对抗性提示生成重新构建为对潜在防御机制的信念状态推理问题。MIND通过将多模态反馈解释为高密度信号,积极地对目标系统的潜在防御机制进行建模。具体来说,该框架集成了三个核心组件:(1)用于细粒度反馈分解的多模态判断器,(2)用于迭代信念更新的防御剖析器,以及(3)用于检索历史有效攻击策略的元记忆模块。这些组件在一个推理驱动的进化优化过程中统一起来,实现自适应和语义一致的越狱生成。在I2P基准上的大量实验证明了MIND的有效性。在应用于Stable Diffusion v1.5模型的六种代表性预处理和后处理防御设置下,MIND实现了95.62%的攻击成功率(ASR),显著优于现有方法。此外,所提出框架的有效性在四个广泛使用的商业T2I系统中得到验证,在Wan-2.5上实现了91.58%的最高ASR。

英文摘要

Text-to-Image (T2I) generative models have achieved remarkable progress in synthesizing high-quality visual content, yet they remain vulnerable to adversarial misuse, particularly in generating Not-Safe-For-Work (NSFW) images. Most existing jailbreak attacks primarily rely on heuristic prompt engineering or black-box optimization, treating model feedback as a binary signal (success or failure). This coarse-grained paradigm overlooks the rich information embedded in diverse failure modes, such as textual refusal, visual blocking, and semantic sanitization, resulting in inefficient exploration and severe semantic collapse. In this paper, we propose MIND, a cognitive jailbreak framework that reframes adversarial prompt generation as a belief-state inference problem over latent defense mechanisms. Instead of blindly searching for bypass prompts, MIND actively models the target system's latent defense mechanisms by interpreting multi-modal feedback as high-density signals. Specifically, the framework integrates three core components: (1) a Multi-modal Judge for fine-grained feedback decomposition, (2) a Defense Profiler for iterative belief updating, and (3) a Meta-Memory module for retrieving historically effective attack strategies. These components are unified within a reasoning-driven evolutionary optimization process, enabling adaptive and semantically consistent jailbreak generation. Extensive experiments on the I2P benchmark demonstrate the effectiveness of MIND. Under six representative pre-processing and post-processing defense settings applied to the Stable Diffusion v1.5 model, MIND achieves an Attack Success Rate (ASR) of 95.62%, significantly outperforming existing methods. Additionally, the effectiveness of the proposed framework is validated across four widely used commercial T2I systems, achieving the highest ASR of 91.58% on Wan-2.5.

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

MXSens: Sensitivity-Aware Mixed-Precision Quantization for Efficient LLM Inference

MXSens:用于高效大语言模型推理的灵敏度感知混合精度量化

Simla Burcu Harma, Danila Mishin, Zhengyuan Su, Ayan Chakraborty, Elizaveta Kostenok, Dongho Ha, Babak Falsafi, Martin Jaggi, Yunho Oh, Amir Yazdanbakhsh

机构 * EPFL(洛桑联邦理工学院) Tsinghua University(清华大学) MangoBoost Inc.(芒果助推公司) Korea University(韩国大学) Google DeepMind(谷歌深度思维)

AI总结 研究针对大语言模型推理中4位量化因异常值致精度降的问题,提出MXSens方法,基于列和层灵敏度分配混合尾数比特宽度,无需训练,利用MXINT块结构,在多模型任务中优于现有方法,平衡了量化的准确性与资源效率。

详情
AI中文摘要

4位量化可实现高效的大语言模型推理,但由于异常值会导致显著的精度下降。先前的工作通过数据旋转或混合精度整数量化来解决此问题,但通常依赖软件管理的缩放和频繁的反量化,带来大量开销。微缩放格式(如MXINT)通过在硬件中编码缩放来消除这些低效率,但仍与基于旋转的方法不兼容。我们的分析表明,异常值的严重程度各不相同,量化灵敏度在各层和各列中分布不均。这些见解促使我们采用一种细粒度、灵敏度引导的方法。我们引入了MXSens,这是一种无需训练的方法,它根据列和层的灵敏度分配混合尾数比特宽度(4/6/8),自然地利用了MXINT的块结构。MXSens在一系列模型和任务上优于现有量化方法。在W4A4KV4设置下,MXSens在LLaMA-2-70B和LLaMA-3-8B上分别实现了3.77和7.63的困惑度,在WikiText-2上比现有基线有显著改进。我们的工作在大语言模型量化的准确性和资源效率之间建立了新的平衡。

英文摘要

4-bit quantization enables efficient LLM inference, but suffers from significant accuracy degradation due to outliers. Prior work addresses this problem via data rotation or mixed-precision integer quantization, but often relies on software-managed scaling and frequent dequantization, incurring substantial overhead. Microscaling formats, such as MXINT, eliminate these inefficiencies by encoding scales in hardware, yet remain incompatible with rotation-based methods. Our analysis reveals that outliers vary in severity, from rare extremes to frequent mild deviations, and that quantization sensitivity is unevenly distributed across layers and columns. These insights motivate a fine-grained, sensitivity-guided approach. We introduce MXSens, a training-free method that assigns mixed mantissa bitwidths (4/6/8) based on column- and layer-wise sensitivity, naturally leveraging the block-wise structure of MXINT. MXSens outperforms state-of-the-art quantization methods across a range of models and tasks. Under the W4A4KV4 setting, MXSens achieves perplexities of 3.77 and 7.63 on LLaMA-2-70B and LLaMA-3-8B, respectively, substantially improving over existing baselines on WikiText-2. Our work establishes a new balance between accuracy and resource efficiency for LLM quantization.

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

SR-Agent: An Experience-Driven Agentic Framework for Post-Ranking Strategies Refinement in E-Commerce Recommendation

SR-Agent:一种用于电子商务推荐中排序后策略优化的经验驱动智能框架

Hanchen Yang, Kaiwen Yang, Junpeng Zhuang, Yang He, Keting Cen, Bochao Liu, Zhongbo Sun, An Liu, Zhongteng Han, Chenyi Lei

机构 * Kuaishou Technology(快手科技)

AI总结 电商推荐系统中,后排序策略因环境变化需优化,以往方式存在问题。本文提出SR-Agent框架,统一用户模拟、分析和策略优化组件,经快手平台测试,能提升订单量、浏览深度和点击类别多样性,还缩短优化周期、降低成本。

详情
AI中文摘要

用户体验是工业电子商务推荐系统中的首要目标。后排序策略因其简单性和低服务成本而广泛应用于工业推荐系统中,但随着在线推荐环境的不断发展,这些静态配置的策略逐渐过时,降低了用户体验。改进这些策略通常依赖于人工检查、诊断和更新,这一过程缓慢、成本高且难以重用。尽管最近基于大语言模型的智能体提供了有前景的方向,但它们都没有实现自动化、自我进化的策略改进的完整闭环。为了弥补这一差距,我们引入了SR-Agent,这是一个策略改进智能体框架,据我们所知,它是第一个用于工业推荐系统中改进后排序策略的框架。SR-Agent统一了三个组件:(i)一个用户模拟智能体,它应用分阶段检查技能来发现用户感知到的不良案例;(ii)一个分析智能体,它将反复出现的不良案例整合为结构化、可重用的诊断;(iii)一个受约束的策略改进工具,它将诊断映射到类型化和有界的行动,由一个具有可逆回滚的四阶段奖励管道控制。在快手电子商务平台上部署后,SR-Agent持续运行此改进循环,在为期一个月的在线A/B测试中,订单量增加了0.71%,浏览深度增加了0.34%,点击类别多样性增加了0.48%,同时显著缩短了改进周期并降低了运营成本。

英文摘要

User experience is a first-class objective in industrial e-commerce recommender systems (RS). Post-ranking strategies, which govern diversity, similarity, and exposure over a ranked list, are widely deployed in industrial RS for their simplicity and low serving cost. However, as the online recommendation environment evolves continuously, these statically configured strategies gradually become stale, degrading the user experience. Refining them typically relies on manual inspection, diagnosis, and updates, a process that is slow, costly, and hard to reuse. Although recent LLM-based agents (e.g., RecUserSim, SimUSER, and Self-EvolveRec) offer promising directions, none of them close the full loop of automated, self-evolving strategy refinement. To bridge this gap, we introduce SR-Agent, a Strategy Refinement agentic framework that, to the best of our knowledge, is the first deployed for refining post-ranking strategies in industrial RS. SR-Agent unifies three components: (i) a UserSim agent that applies staged inspection skills to surface user-perceived bad cases; (ii) an Analysis agent that consolidates recurring bad cases into structured, reusable diagnoses; and (iii) a constrained Strategy Refinement Harness that maps diagnoses to typed and bounded actions, gated by a four-stage reward pipeline with reversible rollback. Deployed on the Kuaishou e-commerce platform, SR-Agent continuously runs this refinement loop and, in a one-month online A/B test, increases order volume by 0.71%, browsing depth by 0.34%, and clicked-category diversity by 0.48%, while markedly shortening the refinement cycle and lowering operational cost.

URL PDF HTML 收藏
2607.17715 2026-07-21 cs.CL 新提交

C$^2$KV: Compressed and Composable KV Cache Reuse for Efficient LLM Inference

C$^2$KV:用于高效大语言模型推理的压缩可组合键值缓存重用

Chuheng Du, Junyi Chen, Hanlin Tang, Kan Liu, Tao Lan, Lin Qu, Chaoyue Niu, Shengzhong Liu, Guihai Chen, Fan Wu

机构 * Alibaba Group(阿里巴巴集团)

AI总结 研究针对长上下文LLM推理成本高问题,提出C$^2$KV框架,联合优化KV提取与推理拼接,学习可组合压缩的KV缓存流形,引入轻量级边车提取器及协同训练策略,显著降低缓存成本,实现推理加速并保持生成质量。

Comments 12 pages, 9 figures, accepted by ACM SIGKDD 2026

详情
AI中文摘要

长上下文推理是现代大语言模型(LLM)应用(如检索增强生成和多文档推理)的核心。为减轻不断增长的推理成本,近期工作探索了键值(KV)缓存重用以减少冗余预填充计算。但现有方法主要关注计算节省,忽视了长上下文LLM服务中的关键瓶颈:存储和访问大型KV缓存的成本。虽然KV压缩似乎是自然补充,但将其与非前缀KV重用简单结合常导致严重的精度下降。在这项工作中,我们提出C$^2$KV,一个用于非前缀KV重用的统一框架,联合优化KV提取和推理时的拼接。C$^2$KV学习一个可组合且压缩的KV缓存流形,明确设计为与位置无关。我们的方法引入了一个轻量级的带有可学习压缩令牌和结构化注意力流的边车提取器,实现模块化的KV表示,可灵活重用和拼接而无需修改冻结的基础模型。我们还采用了压缩 - 拼接协同训练策略,使提取时的表示与其下游重用行为对齐。跨多个长上下文基准和模型系列的广泛实验表明,C$^2$KV显著降低了KV缓存存储和传输成本,在长上下文下实现高达17倍的推理加速,同时保持生成质量。

英文摘要

Long-context inference is central to modern large language model (LLM) applications such as retrieval-augmented generation and multi-document reasoning. To mitigate the growing inference cost, recent work has explored key-value (KV) cache reuse to reduce redundant prefill computation. However, existing reuse methods primarily focus on computation savings and overlook a critical bottleneck in long-context LLM serving: the cost of storing and accessing large KV caches. While KV compression appears to be a natural complement, naively combining compression with non-prefix KV reuse often leads to severe accuracy degradation. In this work, we propose C$^2$KV, a unified framework for non-prefix KV reuse that jointly optimizes KV extraction and inference-time concatenation. C$^2$KV learns a composable and compressed KV cache manifold that is explicitly designed to be position-agnostic. Our approach introduces a lightweight sidecar Extractor with learnable compression tokens and a structured attention flow, enabling modular KV representations that can be flexibly reused and concatenated without modifying the frozen base model. We further employ a compression-concatenation co-training strategy to align extraction-time representations with their downstream reuse behavior. Extensive experiments across multiple long-context benchmarks and model families demonstrate that C$^2$KV significantly reduces KV cache storage and transfer costs, achieving up to 17$\times$ inference speedup under long contexts, while preserving generation quality.

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

Program Synthesis for Simulation-Based Inference: Joint Model Selection and Parameter Estimation

基于仿真推理的程序合成:联合模型选择与参数估计

Siddharth Mishra-Sharma

机构 * Anthropic

AI总结 研究提出结合大语言模型与神经仿真推理的框架,用于联合模型选择与参数估计。给定自然语言描述,大语言模型提出候选程序,经反馈驱动变异和神经密度估计评估,能在一组模型上推理,在多基准测试中可从提示识别合理模型族。

Comments 15+7 pages, 4+2 figures

详情
AI中文摘要

神经仿真推理可对复杂模型进行参数估计,但通常需用户指定编码固定模型结构的模拟器。我们提出了一个联合模型选择与参数估计框架,将用于程序合成的大语言模型与基于神经仿真的推理相结合。给定对所研究系统和数据的自然语言描述,大语言模型提出候选模拟器程序,通过反馈驱动的变异进行迭代优化,并使用神经密度估计进行评估。该方法能对一组模型进行基于仿真的推理,而非仅对固定模型内的参数。在跨越确定性动力学、随机流行病模型以及引力透镜图像暗物质子结构推理的基准测试中,该方法能从开放式提示中识别出合理的模型族,其准确性反映了数据的信息内容和候选模型的可识别性。

英文摘要

Neural simulation-based inference enables parameter estimation for complex models, but typically requires the user to specify a simulator encoding a fixed model structure. We present a framework for joint model selection and parameter estimation that combines large language models for program synthesis with neural simulation-based inference. Given a natural language description of the system and data under investigation, an LLM proposes candidate simulator programs which are iteratively refined via feedback-driven mutation and evaluated using neural density estimation. The approach enables simulation-based inference over a pool of models, not just parameters within a fixed model. On benchmarks spanning deterministic dynamics, stochastic epidemic models, and dark matter substructure inference from gravitational-lensing images, the method identifies plausible model families from open-ended prompts, with accuracy that reflects the information content of the data and identifiability of candidate models.

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

Thinking in Video: Can Video Generators Really Reason About the Real World?

视频中的思考:视频生成器真的能对现实世界进行推理吗?

Yongheng Zhang, Guang Yang, Ruihan Hou, Qiguang Chen, Ziang Liu, Xiaolong Liu, Manman Zhang, Yanchao Hao, Zheng Wei, Hao Wu, Libo Qin, Peishan Dai, Yinghui Li, Di Yin, Xing Sun

机构 * Central South University(中南大学) Tencent(腾讯) Tsinghua University(清华大学)

AI总结 探讨视频生成器能否对现实世界推理,引入因果生成双判断(CGDJ)评估,发现开源模型无明确因果感知却有合理动态,先进闭源系统推理与生成一致性有限,还揭示了视听失调问题。

详情
AI中文摘要

世界模型和视频生成的最新进展引发了一种新的推理范式,利用视频生成模型来模拟、预测和推理现实世界动态,即“视频中的思考”。但这一设想未经证实,现有指标将感知保真度与语义逻辑分开。为评估视频生成器是否支持此类推理,引入因果生成双判断(CGDJ)从两个角度审核世界模型一致性。将CGDJ应用于代表性生成器发现感知与预测存在差距,开源模型虽无明确因果感知但有合理动态,而先进闭源系统推理与生成的一致性更强但仍有限。进一步分析揭示了视听失调问题。

英文摘要

Recent advances in world models and video generation have given rise to an emerging reasoning paradigm that leverages video generative models to simulate, predict, and reason about real-world dynamics. We redefine this paradigm as Thinking in Video, where video is not merely an output artifact but a medium for constructing, extending, and verifying causal thought. However, this promise remains unverified: convincing rollouts may reflect memorized appearances rather than causal understanding, while existing metrics separate perceptual fidelity from semantic logic. To evaluate whether video generators support such reasoning, we introduce the Causal-Generative Dual-Judge (CGDJ), auditing World Model Consistency from two perspectives. Explicit Causal Perception tests whether a generator reads a video scenario as a reasoning problem through spatio-temporal flattened visual question answering, while Implicit Generative Perception-Prediction Gap evaluates whether it renders the causal consequence as a consistent future video. Applying CGDJ to representative open- and closed-source generators reveals a clear Perception-Prediction Gap: open-source models produce plausible dynamics despite near-zero explicit causal perception, whereas advanced closed-source systems show stronger but still limited alignment between reasoning and generation. Further analysis exposes audio-visual misalignment, where models verbalize correct causal logic more reliably than they render it, challenging the "world simulator" narrative.

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

GeoWorldAD: Geometry World Action Model for Autonomous Driving

GeoWorldAD:用于自动驾驶的几何世界行动模型

Songyan Zhang, Jinyuan Tian, Hanbing Li, Daqi Liu, Hao Chen, Wenhui Huang, Fang Li, Guang Chen, Hangjun Ye, Long Chen, Kuiyuan Yang, Chen Lv

机构 * Nanyang Technological University(南洋理工大学) Xiaomi EV(小米汽车) Zhejiang University(浙江大学) Harvard University(哈佛大学)

AI总结 研究自动驾驶中安全高效规划决策问题,提出GeoWorldAD模型,通过在自我对齐3D空间中规划轨迹、用潜在未来几何标记预测场景演变,并逐步聚合多尺度几何线索,实验证明该模型在自动驾驶方面性能先进。

详情
AI中文摘要

自动驾驶需要在动态3D环境中做出安全且高效的规划决策。尽管近期的视觉/视频行动模型能直接从视觉观察中学习策略并随视觉Transformer和大规模训练数据发展良好,但常缺乏明确的几何基础和对未来的空间引导。本文提出GeoWorldAD,一种在自我对齐的3D空间中进行轨迹规划并通过潜在未来几何标记预测短视距场景演变的几何世界行动模型。当前几何为安全规划提供基本空间约束,未来几何揭示周围物体和以自我为中心的自由空间如何演变,减少过度保守决策且不牺牲安全性。通过迭代轨迹细化逐步聚合多尺度当前几何和潜在未来几何以有效利用这些几何线索。在NAVSIM v1和v2上的实验证明了其先进性能,凸显了明确的3D几何基础和未来几何世界建模对安全高效自动驾驶的有效性。

英文摘要

Autonomous driving requires both safe and efficient planning decisions in dynamic 3D environments. Although recent Vision/Video-Action models learn policies directly from visual observations and scale well with advances in vision transformers and large-scale training data, they often lack explicit geometric grounding and future-aware spatial guidance, limiting their ability to balance collision avoidance and driving progress. In this work, we propose GeoWorldAD, a geometry world action model that grounds trajectory planning in ego-aligned 3D space and anticipates short-horizon scene evolution with latent future geometry tokens. Present geometry provides essential spatial constraints for safe planning, while future geometry reveals how surrounding agents and ego-centric free space may evolve, reducing overly conservative decisions without sacrificing safety. To efficiently exploit these geometric cues, GeoWorldAD progressively aggregates multi-scale present geometry and latent future geometry through iterative trajectory refinement. Experiments on NAVSIM v1 and v2 demonstrate state-of-the-art performance, highlighting the effectiveness of explicit 3D geometry grounding and future geometry world modeling for safe and efficient autonomous driving.

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

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

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

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

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

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

详情
AI中文摘要

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

英文摘要

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

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

Pailitao-MMSearch: Building Native E-Commerce Multimodal Search Foundation

派利淘-多模态搜索:构建原生电子商务多模态搜索基础

Xiaohan Ye, Xu Chen, Zihan Gong, Jian Ding, Lianyu Du, Baicheng Chen, Yunmeng Shu, Jingqian Zhao, Zhixiang Zhao, Shuaiqi Jia, Chong Ma, Shuwen Xiao, Xiangheng Kong, Yuan Gao, Jun Song, Jinsong Lan, Xiaoyong Zhu, Bo Zheng

机构 * Taobao & Tmall Group of Alibaba(阿里巴巴淘宝及天猫集团)

AI总结 针对电子商务多模态搜索问题,提出派利淘-多模态搜索基础模型,通过混合语义ID、两阶段持续预训练策略和混合推理后训练管道,在淘宝派利淘平台实现显著改进,提升了商品交易总额和交易量。

Comments Technical Report: Pailitao-MMSearch

详情
AI中文摘要

电子商务的发展使产品搜索从简单文本关键词查询转变为复杂多模态交互。现有方法面临困境:单模态专家模型孤立运行无法处理跨模态查询,通用视觉语言模型缺乏领域特定知识。本文提出派利淘-多模态搜索基础模型,引入三项关键创新:混合语义ID、两阶段持续预训练策略和混合推理后训练管道。基于文生模型构建并部署在淘宝派利淘平台,在线A/B测试取得显著改进,证明了该模型的有效性。

英文摘要

The evolution of e-commerce has fundamentally transformed how users search for products, shifting from simple text-based keyword queries to complex multimodal interactions that seamlessly combine product images, natural language descriptions, and mixed-intent instructions. However, existing approaches face a critical dilemma: single-modal specialist models, deployed independently for text retrieval, visual search, and voice recognition, operate in isolation and cannot handle cross-modal queries, while general-purpose vision-language models lack the domain-specific knowledge necessary for fine-grained product understanding, user behavior modeling, and commercial intent reasoning. In this work, we present Pailitao-MMSearch, one native e-commerce multimodal search foundation model designed to bridge this gap. Our approach introduces three key innovations: (1)HybSID (Hybrid Semantic ID);(2)a two-stage continual pre-training strategy; and (3)a hybrid reasoning post-training pipeline. Built upon Qwen and deployed on Taobao's Pailitao multimodal search platform, Pailitao-MMSearch achieves substantial improvements in online A/B testing, including up to +13.61\% in Gross Merchandise Volume (GMV) and +8.21\% in transaction volume compared to traditional multi-modal search pipeline, demonstrating the effectiveness of our native e-commerce multimodal search large language models.

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

Test-Time Scaling for World Action Models via Zero-Shot Geometric Evaluation

通过零样本几何评估实现世界行动模型的测试时缩放

Zesen Zhao, Minkyoung Cho, Hui shen, Boyuan Zheng, Kunxiao Gao, Yulong Cao, Z. Morley Mao

机构 * University of Michigan(密歇根大学) NVIDIA(英伟达)

AI总结 研究针对世界行动模型,提出无需训练的选择性测试时缩放框架\methodgated,基于预测未来的跨视图深度重投影一致性排序,经实验验证该方法能提高任务成功率,同时减少额外采样决策点,还识别出相关失败模式。

Comments Extened version of CVPR 2026 EAI workshop

详情
AI中文摘要

测试时缩放通过额外计算改进基础模型推理,但机器人控制需在执行动作前决定额外计算是否有用。世界行动模型(WAMs)使此决策自然化。我们提出了\methodgated,一种用于WAMs的无需训练的选择性测试时缩放框架。首先实例化\method,一个固定预算的最佳N选择器,通过预测未来的跨视图深度重投影一致性对采样的展开进行排序。\methodgated添加了一个轻量级的动作-未来一致性门,仅在初始展开内部不一致时调用\method。在五个基准设置上的实验表明,固定预算的\method在每个设置中都提高了N=8任务的成功率,启用门控后,\methodgated平均恢复了74.8%的始终开启的成功率提升,同时仅在26.2%的决策点触发额外采样。离线诊断表明跨视图重投影是一个强大的无任务标签选择器,我们将错误的低分选择识别为一种失败模式,有助于解释为什么随着N的增加性能会饱和或下降。

英文摘要

Test-time scaling improves foundation-model inference by spending additional computation, but robot control requires deciding whether extra compute is useful before executing an action. World Action Models (WAMs) make this decision natural: each rollout exposes both an action chunk and predicted future observations. We propose \methodgated, a training-free selective test-time scaling framework for WAMs. We first instantiate \method, a fixed-budget Best-of-$N$ selector that ranks sampled rollouts by cross-view depth reprojection consistency of their predicted futures, computed with a frozen geometry foundation model. \methodgated\ adds a lightweight action--future consistency gate that invokes \method\ only when the initial rollout appears internally inconsistent. Across five benchmark--backbone settings on RoboCasa, LIBERO Long, and RoboTwin~2.0, fixed-budget \method\ improves $N{=}8$ task success in every setting, e.g., raising the RoboCasa group average from $66.3\%$ to $68.4\%$ with Cosmos Policy and from $80.8\%$ to $82.5\%$ with X-WAM. With gating enabled, \methodgated\ recovers on average $74.8\%$ of the always-on success gain while triggering additional sampling on only $26.2\%$ of decision points. Offline diagnostics show that cross-view reprojection is a strong task-label-free selector, and we identify false low-score selections as a failure mode that helps explain why performance can saturate or degrade as $N$ increases.

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

Feature-Guided Diffusion for Non-Differentiable Inverse Rendering

用于不可微逆渲染的特征引导扩散

Andrei-Timotei Ardelean, Michael Fischer, Tim Weyrich, Tomáš Iser

机构 * Adobe Research(Adobe研究)

AI总结 研究逆渲染问题,提出完全黑箱框架FIDE,通过特征引导,利用视觉Transformer提取特征训练扩散模型,结合CMA进化策略优化,在多种逆问题上验证,显著提升收敛速度并逃离局部最小值。

详情
AI中文摘要

传统上,逆渲染通过可微渲染器和梯度下降来解决,这需要大量特定问题的工程设计,并且由于模糊性容易陷入局部最小值。无导数方法减轻了工程需求,但通常严重依赖于良好的问题初始化。在这项工作中,我们提出了特征信息扩散进化(FIDE),这是一个完全黑箱的框架,不需要梯度或特定初始化:渲染器被视为一个不透明的函数,唯一的要求是生成图像。我们的关键见解是特征引导:我们不是将每个候选渲染减少到一个标量损失值,而是使用视觉Transformer(ViT)从中提取密集的视觉特征。随后,我们使用这些特征来训练基于扩散的候选提案模型,使网络能够使用视觉线索来预测与目标图像匹配的参数。然后,通过CMA进化策略在闭环中对该扩散模型提出的候选解决方案进行优化,随着优化的进行不断缩小提案区域。我们在路径追踪、向量样条、Voronoi着色器和机器人等各种逆问题上进行了验证,并证明特征引导显著提高了收敛速度,超过了标量损失基线,并可靠地逃离了基于梯度的方法停滞的局部最小值。

英文摘要

Inverse rendering is traditionally solved via differentiable renderers and gradient descent, which requires substantial problem-specific engineering and is prone to getting stuck in local minima due to ambiguities. Derivative-free approaches alleviate engineering requirements, but often heavily depend on a good problem initialization. In this work, we propose Feature-Informed Diffusion Evolution (FIDE), a fully black-box framework that requires no gradients or specific initialization: the renderer is treated as an opaque function whose only requirement is to produce images. Our key insight is feature guiding: rather than reducing each candidate rendering to a scalar loss value, we use a Vision Transformer (ViT) to extract dense visual features from it. We subsequently use these features to train a diffusion-based candidate proposal model, allowing the network to use visual cues to predict parameters that would match the target image. The candidate solutions proposed by this diffusion model are then refined in a closed loop with a CMA evolution strategy, continuously narrowing the proposal region as optimization progresses. We validate across diverse inverse problems from path tracing, vector splines, Voronoi shaders, and robotics, and demonstrate that feature-guiding substantially improves convergence over scalar-loss baselines and reliably escapes local minima where gradient-based methods stall.

URL PDF HTML 收藏
2607.17311 2026-07-21 cs.MA cs.AI cs.CY cs.DC cs.SY eess.SY 新提交

The Optimization Trilemma: Efficiency, Comfort and Fairness in Decentralized Multi-agent Coordination

优化三难困境:去中心化多智能体协调中的效率、舒适度和公平性

Jovan Nikolic, Maciej Krzysztof Zuziak, Evangelos Pournaras

机构 * Google(谷歌) School of Energy Systems, LUT University(能源系统学院,卢托大学)

AI总结 研究去中心化多智能体协调中优化系统效率、个体舒适度和公平性的问题,设计新颖模型,通过实验验证该模型能在无大幅开销下实现更公平优化结果,满足智能体偏好与系统目标。

详情
AI中文摘要

在去中心化环境中进行公平的多智能体协调是构建高效协作系统面临的最紧迫挑战之一。资源分配基于考虑智能体需求的优化集体安排。这种协调不仅要计算高效,还要兼顾公平,即所有智能体产生成本的公平重新分配。近期文献提出了一些算法,能在集中式环境中有效确定平衡系统效率和智能体个体不适的最优计划组合。但这些工作未解决完全去中心化场景下的公平资源优化问题,特别是协调智能体间不适的优化重新分配,以免有智能体不适程度导致激励丧失或极化从而扰乱计划操作。本文研究去中心化多智能体协调中优化三个目标的问题:系统效率、个体舒适度和公平性(即平衡产生的不适成本)。我们设计了一个新颖模型来优化这三个正交目标,且通信和计算开销无大幅增加。通过在两个真实世界数据集上的实验,验证了该模型,表明其能在满足智能体偏好和系统目标的同时实现更公平的优化结果。

英文摘要

The problem of fair multi-agent coordination in decentralized settings is one of the most pressing challenges for building efficient collaborative systems. Resource allocation is based on optimized collective arrangements accounting for agents' needs. Such coordination should not only be computationally efficient but also account for fairness, i.e., equitable redistribution of costs incurred by all agents. Recent literature has proposed several algorithms that efficiently determine optimal plan combinations balancing system-wide efficiency and individual discomfort of agents in a centralized setting. However, these works do not address equitable resource optimization in fully decentralized scenarios, specifically, the optimized redistribution of discomfort among coordinating agents so that none experiences a discomfort level that could lead to loss of incentive or polarization that can disrupt planned operations. In this work, we study the problem of optimizing three objectives: (i) system-wide efficiency, (ii) individuals' comfort and (iii) fairness (i.e., balancing of incurred discomfort costs) in decentralized multi-agent coordination. We design a novel model to optimize those three orthogonal objectives, without any substantial increase in communication and computational overhead. Through experiments on two real-world datasets, we validate the model and demonstrate that it can achieve fairer optimization outcomes, while satisfying agents' preferences and system goals.

URL PDF HTML 收藏