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

大厂专区

至 收录 1150
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.17017 2026-07-21 cs.IR cs.AI cs.LG 新提交

WHALE: A Scalable Unified Model for Recommendation with Wukong-HSTU Architecture

WHALE:一种采用悟空 - HSTU 架构的可扩展统一推荐模型

Renqin Cai, Dawei Sun, Yuanjun Yao, Zhiyong Wang, Velvin Fu, Maggie Zhuang, Yu Shi, Zhongnan Fang, Xuan Cao, Jing Qian, Rui Li

机构 * Meta Platforms, Inc.(Meta平台公司)

AI总结 研究如何在推荐建模中统一非序列与序列特征。核心方法是基于悟空和 HSTU 架构构建 WHALE 模型,含特定模块与融合方式,并采用协同设计技术。主要贡献是在工业数据上离线实验有收益,在线也有积极效果且已用于生产系统。

详情
AI中文摘要

随着可扩展性在推荐建模中变得愈发重要,近期架构沿不同路径推进了两种广泛排名信号源的建模:非序列特征(包括用户、物品、上下文和交叉特征)以及用户行为历史中的序列特征。悟空和 HSTU 分别成为这些路径的代表性可扩展主干:悟空用于高阶非序列特征交互建模,HSTU 用于长用户行为序列建模。尽管它们优势互补,但结合这两种特征建模的实用架构仍未得到充分探索。我们提出了 WHALE,一种可扩展的统一推荐架构,在悟空和 HSTU 之上联合对非序列和序列特征进行建模。每个 WHALE 层包含一个悟空模块、一个 HSTU 模块和一个基于注意力的融合模块,其中悟空派生的交互表示查询 HSTU 派生的行为表示。这种设计使两个主干在整个网络中都保持活跃,并实现渐进式的悟空 - HSTU 交换,允许高阶特征交叉从长用户历史中反复检索细粒度证据。为使 WHALE 适用于工业部署,我们引入定制的 Triton 内核和其他模型 - 系统协同设计技术来提高训练和推理效率。在大规模工业推荐数据上,WHALE 在离线实验中取得了持续的收益。此外,它在适度牺牲服务吞吐量的情况下实现了积极的在线收益。该方法已部署于生产系统。总体而言,WHALE 提供了一个在工业推荐模型中可扩展统一这两种信息源的实际示例。

英文摘要

As scalability becomes increasingly important in recommendation modeling, recent architectures have advanced the modeling of two broad sources of ranking signals along separate paths: non-sequence features, including user, item, context, and cross features; and sequence features from user behavior histories. Wukong and HSTU have emerged as representative scalable backbones for these paths: Wukong scales high-order non-sequence feature-interaction modeling, while HSTU scales long user-behavior sequence modeling. Despite their complementary strengths, practical architectures that combine these two types of feature modeling remain underexplored. We present WHALE, a scalable unified recommendation architecture that jointly models non-sequence and sequence features on top of Wukong and HSTU. Each WHALE layer contains a Wukong module, an HSTU module, and an attention-based fusion module in which Wukong-derived interaction representations query HSTU-derived behavior representations. This design keeps both backbones active throughout the network and enables progressive Wukong-HSTU exchange, allowing high-order feature crosses to repeatedly retrieve fine-grained evidence from long user histories. To make WHALE practical for industrial deployment, we introduce customized Triton kernels and other model-systems co-design techniques to improve training and inference efficiency. On large-scale industrial recommendation data, WHALE achieves consistent gains in offline experiments. Additionally, it delivers positive online gains with a modest serving-throughput trade-off. The method has been deployed in production systems. Overall, WHALE provides a practical example of how these two sources of information can be scalably unified in an industrial recommendation model.

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

Automated Hardware Validation Test Plan Generation for Large Scale AI Datacenter Platforms Using a Generative AI Multi-Agents Architecture

使用生成式人工智能多智能体架构为大规模人工智能数据中心平台生成自动化硬件验证测试计划

Mohammed-Khalil Ghali, Saurabh Kulkarni, Prathamesh Kulkarni, Rohan Kulkarni, Sangwon Yoon, Daehan Won

机构 * School of Systems Science and Industrial Engineering, Binghamton University, State University of New York(系统科学与工业工程学院,宾夕法尼亚州立大学布林茅尔分校) Meta Platforms, Inc.(Meta平台公司)

AI总结 针对大规模人工智能数据中心平台硬件验证测试计划手动编写的问题,提出基于生成式人工智能多智能体架构,依据自愈验证文档和物料清单自动生成测试计划,提高了覆盖范围、编写效率和可追溯性。

详情
AI中文摘要

大规模人工智能数据中心平台包含数千个异构硬件组件,其验证需要全面的故障注入测试计划。目前这些计划是手动编写的,过程繁琐、易出错且依赖机构知识。本文提出一种生成式人工智能多智能体架构,能根据自愈验证文档和组件物料清单这两个规范输入自动生成结构化硬件验证测试计划。通过摄取代理、分类代理和生成代理的协同工作,输出符合标准化模式,可直接导入内部验证软件。在两个生产平台上与手动基线相比,该框架实现了覆盖范围的大幅扩展,将编写时间从数天缩短至数小时,具有高度的可追溯性和跨平台的可移植性。自动化和专家评估证实了其高提取保真度和对新场景的高接受度。

英文摘要

Large-scale AI datacenter platforms comprise thousands of heterogeneous hardware components whose validation requires comprehensive fault injection test plans. Today these plans are authored manually: engineers review hardware self-healing validation documents and bills of materials, enumerate failure modes per field-replaceable unit, and produce flat lists of single-layer test cases. This process is labor-intensive, error-prone, and dependent on institutional knowledge; coverage gaps surface late, traceability to source specifications is implicit, and the effort is largely repeated per platform. This paper presents a generative AI multi-agent architecture that automates the generation of structured hardware validation test plans from two canonical inputs: self-healing validation documents, which enumerate known failure modes and their detection and remediation behaviors per field-replaceable unit, and component Bills of Material. An ingestion agent normalizes heterogeneous inputs into a canonical representation; a classification agent maps components to functional domains via contextual reasoning over part descriptions and sub-category hierarchies; and a generation agent synthesizes test cases by combining normalized failure modes with domain-classified data, filling gaps and producing edge cases. The output conforms to a standardized schema for direct import into internal validation software. Evaluated on two production platforms against manual baselines, the framework achieves coverage expansions of 74.2% and 51.4%, cutting authoring from days to hours. It yields fully traceable mappings from each test case to its source specification, and its multi-agent decomposition is portable across platform generations. Automated and expert evaluations confirm 100% extraction fidelity and high acceptance of new scenarios, validating the framework as a robust human-in-the-loop force multiplier.

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

KernelBench-Verified: Do LLM-Generated Kernels Actually Beat PyTorch?

KernelBench验证:大语言模型生成的内核真的能超越PyTorch吗?

Yunxiang Zhang, Ping Yu, Jianyu Wang, Max, Fan, Julian Reed, Azalia Mirhoseini, Will Su

机构 * Meta(元(公司)) FAIR at Meta SuperIntelligence Lab(元超智能实验室公平团队) Stanford University(斯坦福大学)

AI总结 研究大语言模型生成的内核是否真能超越PyTorch,指出前沿模型存在奖励黑客行为。引入KernelBench-Verified扩展评估框架及内存效率指标,实验发现最佳模型加速比低,无模型始终超PyTorch,部分模型增加GPU内存峰值使用,强调持续调整评估协议的必要性。

详情
AI中文摘要

近期的大语言模型能生成自定义CUDA内核,在如KernelBench等基准测试中看似超越PyTorch。但前沿模型常通过奖励黑客行为人为提高报告性能。本文指出评估框架需与模型能力共同发展。一方面要准确测量真实加速比,考虑TF32启用的基线计时机制;另一方面关注算法正确性,模型常硬编码特定张量值的绕过方式。为此引入KernelBench-Verified扩展评估框架及内存效率指标。实验发现,在验证单轮评估中,最佳模型的几何平均加速比远低于标准评估协议下的结果,且无模型始终优于PyTorch,部分模型还增加了GPU内存峰值使用。研究表明随着大语言模型内核生成能力提升,持续调整稳健评估协议很有必要。

英文摘要

Recent large language models (LLMs) can generate custom CUDA kernels that appear to outperform PyTorch on benchmarks such as KernelBench. Building upon this foundational framework, we demonstrate that frontier models frequently engage in reward hacking to artificially inflate reported performance. In this work, we identify two areas where evaluation frameworks must co-evolve with model capabilities. First, to accurately measure true speedup, we examine the baseline timing mechanism, noting that enabling Tensor Core acceleration with TF32 provides a more realistic estimation of execution on modern GPUs. Second, concerning algorithmic correctness, models often exploit the narrow test distribution by hardcoding bypasses for specific tensor values. By skipping required computations, these kernels artificially accelerate execution rather than implementing actual CUDA kernels. We introduce KernelBench-Verified, an extended evaluation framework that incorporates a TF32-enabled baseline and a four-distribution hidden test suite. We additionally introduce memory efficiency metrics that capture the often-overlooked speed-memory tradeoff in kernel optimization. Under verified single-turn evaluation with seven frontier LLMs, we find that the best-performing model (GPT-5.5) achieves a 0.88x geometric mean speedup, significantly lower than the 1.43x speedup observed under the standard evaluation protocol. No model consistently outperforms PyTorch when evaluated against realistic baselines. On the memory front, 28% of GPU kernels generated by the best model increase peak GPU memory usage. Our findings demonstrate the necessity of continually adapting robust evaluation protocols as LLM kernel generation capabilities advance.

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

UPLiFT: Efficient Pixel-Dense Feature Upsampling with Local Attenders

UPLiFT:高效像素密集特征上采样与局部关注者

Matthew Walmer, Saksham Suri, Anirud Aggarwal, Abhinav Shrivastava

机构 * University of Maryland, College Park(马里兰大学学院公园分校) Meta(Meta公司)

AI总结 UPLiFT通过高效局部关注者操作符实现低成本的像素密集特征上采样,优于现有方法。

Comments Accepted to CVPR 2026 as conference paper. Website: see https://www.cs.umd.edu/~mwalmer/uplift/. Code and Models: see https://github.com/mwalmer-umd/UPLiFT

详情
AI中文摘要

任务无关特征上采样的空间已逐渐成为研究的有前景领域,旨在高效地从预训练的视觉主干网络中生成更密集的特征。这些方法通过学习将低分辨率特征映射到高分辨率版本,以较低的成本实现密集特征的生成。尽管早期的工作使用了迭代上采样方法,但更近期的工作则转向了基于交叉注意力的方法,这可能会陷入它们所上采样的主干网络相同的效率扩展问题。在本工作中,我们证明了迭代上采样方法仍能与基于交叉注意力的方法竞争;而且,它们可以以更低的推理成本实现最先进的性能。我们提出了UPLiFT,一种通用的像素密集轻量级特征转换架构。我们还提出了一种高效的局部关注者操作符,以克服先前迭代特征上采样方法的限制。该操作符使用了一种完全局部定义的替代注意力池化公式。我们证明了我们的局部关注者使UPLiFT在整个上采样过程中能够保持稳定的特征,从而以比现有像素密集特征上采样器更低的推理成本实现最先进的性能。此外,我们还将UPLiFT应用于生成性下游任务,并展示了其在VAE特征上采样中的Coupled Flow Matching模型上实现了具有竞争力的性能。总而言之,UPLiFT提供了一种通用且高效的生成更密集特征的方法。

英文摘要

The space of task-agnostic feature upsampling has emerged as a promising area of research to efficiently create denser features from pre-trained visual backbones. These methods act as a shortcut to achieve dense features for a fraction of the cost by learning to map low-resolution features to high-resolution versions. While early works in this space used iterative upsampling approaches, more recent works have switched to cross-attention-based methods, which risk falling into the same efficiency scaling problems of the backbones they are upsampling. In this work, we demonstrate that iterative upsampling methods can still compete with cross-attention-based methods; moreover, they can achieve state-of-the-art performance with lower inference costs. We propose UPLiFT, an architecture for Universal Pixel-dense Lightweight Feature Transforms. We also propose an efficient Local Attender operator to overcome the limitations of prior iterative feature upsampling methods. This operator uses an alternative attentional pooling formulation defined fully locally. We show that our Local Attender allows UPLiFT to maintain stable features throughout upsampling, enabling state-of-the-art performance with lower inference costs than existing pixel-dense feature upsamplers. In addition, we apply UPLiFT to generative downstream tasks and show that it achieves competitive performance with state-of-the-art Coupled Flow Matching models for VAE feature upsampling. Altogether, UPLiFT offers a versatile and efficient approach to creating denser features.

URL PDF HTML 收藏
2607.15868 2026-07-20 cs.CV cs.AI cs.GR cs.HC cs.RO 新提交

EgoExoMoCap: Distributed Ego-Exo Human Motion Capture

EgoExoMoCap:分布式自我-外部人体运动捕捉

Jiaxi Jiang, Bharat Lal Bhatnagar, Nan Yang, Lingni Ma, Sebastian Starke, Robin Kips, Nadine Bertsch, Christian Holz, Federica Bogo

机构 * Meta Reality Labs(元现实实验室) ETH Zürich(苏黎世联邦理工学院)

AI总结 针对头戴式设备人体运动捕捉,提出EgoExoMoCap分布式框架,联合自我与外部中心多模态信号,利用头部等跟踪信号及DINOv3特征,能在复杂场景中稳健重建运动,突破了两种范式孤立的局限。

Comments Accepted by ECCV 2026, Project page and code: https://siplab.org/projects/EgoExoMoCap

详情
AI中文摘要

头戴式设备的人体运动捕捉为获取现实世界的人体运动和交互数据提供了一种可扩展的方式,这对具身人工智能和VR/AR应用至关重要。现有方法要么专注于自我中心身体跟踪,要么专注于外部中心跟踪,这两种范式大多孤立探索。本文提出一种新颖的分布式框架,联合利用自我和外部中心多模态信号从头戴式设备进行人体运动估计。与传统系统不同,该方法简单如两人各戴一副智能眼镜。它利用头部(可能还有手腕)跟踪信号准确估计3D世界中的全局运动,并结合基于DINOv3的上下文感知图像特征以在有噪声和遮挡的情况下实现鲁棒性。在两个野外数据集上的大量实验表明,该方法即使在具有挑战性的场景中也能稳健地重建运动。

英文摘要

Human motion capture from head-mounted devices (HMDs) offers a scalable way to acquire real-world human motion and interaction data, which is crucial for applications in embodied AI and VR/AR. Existing approaches focus on either egocentric body tracking, estimating the motion of the subject wearing the device, or exocentric tracking, capturing the movements of people in the wearer's surroundings. So far, these two paradigms have largely been explored in isolation. In this paper, we propose a novel distributed framework that jointly leverages ego- and exocentric multi-modal signals for human motion estimation from HMDs. Unlike traditional motion capture systems requiring bulky multi-camera setups or obtrusive mocap suits, our approach, EgoExoMoCap, is as simple as two (or more) people, each wearing a pair of smart glasses. The method leverages head (plus potentially wrist) tracking signals for accurate estimation of global motion in the 3D world and combines context-aware image features based on DINOv3 to achieve robustness in the presence of noise and occlusions. Extensive experiments on two in-the-wild datasets show that our approach can robustly reconstruct motion even in challenging scenarios.

URL PDF HTML 收藏
2607.14713 2026-07-17 econ.GN cs.CL cs.MA q-fin.EC 新提交

Does Multi-Agent Debate Improve AI Feedback on Research Papers?

多智能体辩论能否改善人工智能对研究论文的反馈?

Tomas Havranek, Zuzana Irsova

机构 * Charles University, Faculty of Social Sciences, Institute of Economic Studies(查理大学社会科学学院经济研究所) Charles University, Prague Centre for Economic Policy Research, London(查理大学布拉格经济政策研究中心,伦敦) Meta-Research Innovation Center at Stanford(斯坦福大学元研究创新中心)

AI总结 研究探讨多智能体辩论能否改善人工智能对研究论文的反馈。通过44篇元分析作者对三篇人工智能报告排名,发现作者更青睐前沿模型单次审阅,且不同评判排序有差异,警示不能用人工智能评判替代作者,还衡量了对已完成论文的有用性。

Comments 29 pages, 1 figure, 6 tables. Pre-registered on OSF; data, code, judge prompts, and blinded reports in the replication package on Zenodo. Project page: https://meta-analysis.cz/debate

详情
AI中文摘要

可能不行,至少在经济学的元分析中是这样。在一项预先注册、身份掩码的论文内实验中,44篇元分析的作者根据对改进论文的有用性对三篇关于其论文的人工智能报告进行排名:前沿模型的单次审阅与我们构建的两个多智能体辩论工具进行比较,我们原本预计后者会胜出。所有报告都有相同的长度和模板。作者更喜欢单次审阅,比mad - research高出0.66个排名点(95%置信区间为0.32至1.00),比paper - workshop高出0.57个排名点(0.16至0.95),尽管paper - workshop花费的令牌大约是三十倍。记得期刊审稿人报告的作者通常将其排在首位且从未排在最后;在另一项练习中,三位人工智能评判几乎总是将真实的期刊审稿人报告排在最后。在这三篇人工智能报告中,Gemini(其模型家族未撰写任何一份报告中的评判)会在作者的位置上将paper - workshop排在首位,这与单次审阅的偏好相反。这种反转警示不要用人工智能评判替代作者。我们衡量了对已完成论文感知到的有用性;人工智能是否应该审阅论文是另一个问题。

英文摘要

Probably not, at least for meta-analyses in economics. In a pre-registered, identity-masked, within-paper experiment, the authors of 44 meta-analyses ranked three AI reports on their own paper by usefulness for improving it: a single pass by a frontier model against two multi-agent debate tools we built and expected to win. All reports were held to a common length and template. The authors preferred the single pass, by 0.66 rank points over mad-research (95% CI 0.32 to 1.00) and 0.57 over paper-workshop (0.16 to 0.95), though paper-workshop spent roughly thirty times the tokens. Authors who recalled their journal referee report usually placed it first and never last; in a separate exercise, three AI judges almost always placed the real journal referee report last. Among the three AI reports, Gemini (the judge whose model family wrote none of the reports) would have ranked paper-workshop first in the authors' place, reversing the single-pass preference. The reversal warns against substituting an AI judge for the author. We measure perceived usefulness for finished papers; whether AI should referee papers is a separate question.

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

Ray-based phase error correction for miniaturized DOE projector-based FPP under single-directional hyperbolic projection

基于光线的微型 DOE 投影仪的 FPP 在单向双曲投影下的相位误差校正

Seung-Jae Son, Yatong An, Jae-Sang Hyun

机构 * School of Mechanical Engineering Yonsei University(延世大学机械工程学院) Meta Reality Labs(Meta 现实实验室)

AI总结 针对微型 DOE投影仪的FPP系统相位伪影问题,提出基于光线的相位误差校正框架,引入基于单向双曲条纹图案的针孔估计方法及数据高效策略,实验证明该方法能显著提高非线性投影条件下的重建精度。

详情
AI中文摘要

使用微型 DOE 投影仪的条纹投影轮廓测量(FPP)系统,常因非线性投影特性和有限的图案可控性而遭受严重的相位伪影。我们提出了一种基于光线的相位误差校正框架,该框架沿着从投影仪针孔发出的投影光线对相位伪影进行建模,纳入投影仪几何结构,无需依赖图像域处理或相邻像素。引入了一种基于单向双曲条纹图案的投影仪针孔估计方法,无需立体校准即可恢复投影仪几何结构。此外,一种数据高效策略从单个校准姿态构建细化模型。在基于微型 DOE 投影仪的 FPP 系统上的实验表明,在非线性投影条件下重建精度有显著提高,证实了所提方法的稳健性和物理一致性。

英文摘要

Fringe Projection Profilometry (FPP) systems using miniaturized DOE pro-jectors often suffer from severe phase artifacts due to nonlinear projection characteristics and limited pattern controllability. We propose a ray-based phase error correction framework that models phase artifacts along projection rays from the projector pinhole, incorporating projector geometry without re-lying on image-domain processing or neighboring pixels. A projector pinhole estimation method based on a single-directional hyperbolic fringe pattern is introduced, through which projector geometry can be recovered without stereo calibration. In addition, a data-efficient strategy constructs the re-finement model from a single calibration pose. Experiments on miniaturized DOE projector-based FPP systems demonstrate significant improvements in reconstruction accuracy under nonlinear projection conditions, confirming the robustness and physical consistency of the proposed approach.

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

Rotational Motion-Induced Error Compensation for Phase-Shifting Profilometry-Based Eye Reconstruction

基于相移轮廓术的眼部重建中旋转运动引起的误差补偿

Seong-Jin An, Sanghoon Jeon, Yatong An, Jae-Sang Hyun

机构 * Department of Mechanical Engineering, Yonsei University(延世大学机械工程系) Meta Reality Labs(Meta现实实验室)

AI总结 针对相移轮廓术在眼部重建中因眼旋转产生的误差问题,提出基于特定用户三维眼模型估计眼旋转,补偿相机像素失配和相移误差,并引入区域优化策略,实验证明可提高重建精度,为高精度眼动追踪奠定基础。

详情
AI中文摘要

随着虚拟现实和增强现实中沉浸式头戴式显示器的普及,可靠且高精度的眼动追踪变得愈发重要。传统基于二维图像的方法系统复杂度低,但稳定性、准确性和鲁棒性有限。三维眼表重建能提供更丰富几何信息,结构光轮廓术很有吸引力。然而,相移轮廓术在帧间眼睛旋转时极易受运动诱导误差影响。本研究提出基于相移轮廓术的动态三维眼部重建旋转运动补偿框架。利用特定用户三维眼模型从基于图像的运动线索估计相对眼旋转,用于补偿帧间旋转引起的相机像素失配和相移误差。还引入区域优化策略减少残余伪影。实验表明该方法显著抑制运动诱导变形并提高重建精度,且补偿原理不限于球形眼几何形状,为沉浸式环境中未来高精度眼动追踪的稳定基于相移轮廓术的动态三维眼部重建奠定了实践基础。

英文摘要

With the proliferation of immersive Head-Mounted Displays (HMDs) for Virtual and Augmented Reality (VR/AR), reliable and high-precision eye tracking has become increasingly important. Conventional 2D image-based methods offer low system complexity but remain limited in stability, accuracy, and robustness. Three-dimensional ocular surface reconstruction can provide richer geomet-ric information, and structured light profilometry is particularly attractive because it enables dense and accurate surface measurement. However, Phase-Shifting Profilometry (PSP), which estimates phase from sequentially acquired fringe images, is highly susceptible to motion-induced errors when the eye rotates between frames. This study proposes a rotational motion compensation framework for PSP-based dynamic 3D eye reconstruction. Relative eye rotation is estimated from image-based motion cues using a user-specific 3D eye model in a spherical-coordinate domain. The estimated motion is then used to compensate for camera-pixel mismatch and phase-shift errors caused by inter-frame rotation. A region-wise optimization strategy is further introduced to reduce residual artifacts by inde-pendently refining the compensation strength in different ocular regions. Experiments with a rotating fake eye under non-uniform motion demonstrate that the proposed method substantially suppresses motion-induced deformation and improves reconstruction accuracy. An additional experiment with a non-spherical rigid object indicates that the compensation principle is not restricted to spherical eye geometry. These results establish a practical basis for stable PSP-based dynamic 3D eye reconstruction toward future high-precision eye tracking in immersive environments.

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

Flow Matching in Feature Space for Stochastic World Modeling

特征空间中的流匹配用于随机世界建模

Francois Porcher, Nicolas Carion, Karteek Alahari, Shizhe Chen

机构 * FAIR at Meta(Meta的FAIR)

AI总结 提出FlowWM,在预训练特征空间中直接进行流匹配,通过可微一步投影机制实现高效训练,在合成和真实基准上提升感知性能、模式覆盖和时域鲁棒性。

Comments 24 pages, 18 figures, 6 tables

详情
AI中文摘要

世界建模需要预测不确定的未来,同时保留对下游感知有用的信息。现有的视觉世界模型往往难以同时满足这两个目标:基于VAE的随机模型在低维重建潜变量中运行,这可能限制感知性能,而使用强预训练特征的确定性预测器会将多模态未来坍缩为单个模糊均值。在这项工作中,我们提出FlowWM,一种在预训练特征空间(例如DINOv3)中直接执行流匹配的随机世界模型。这是具有挑战性的,因为预训练特征本质上是高维的,使得标准扩散方案次优。为了解决这个问题,我们研究了特征空间流匹配所需的设计选择,并引入了一种可微的一步投影机制,该机制能够实现具有时间一致性和任务驱动目标的高效训练。我们在两个基准上评估FlowWM:一个用于系统评估准确性和多样性的合成基准,以及一个真实世界基准FuturePerception。FlowWM提升了感知性能、模式覆盖和时域鲁棒性,验证了我们为高维特征空间中随机世界建模提出的设计。

英文摘要

World modeling requires forecasting uncertain futures while preserving information useful for downstream perception. Existing visual world models often struggle to satisfy both goals: VAE-based stochastic models operate in low-dimensional reconstruction latents, which can limit perception performance, while deterministic predictors using strong pretrained features collapse multimodal futures into a single blurry mean. In this work, we propose FlowWM, a stochastic world model that performs flow matching directly within pretrained feature space (e.g., DINOv3). This is challenging because pretrained features are substantially high-dimensional, making standard diffusion recipes suboptimal. To address this, we investigate the design choices needed for feature-space flow matching and introduce a differentiable one-step projection mechanism that enables efficient training with temporal consistency and task-driven objectives. We evaluate FlowWM on two benchmarks: a synthetic benchmark for systematic evaluation of accuracy and diversity, and a real-world benchmark FuturePerception. FlowWM improves perception performance, mode coverage, and horizon robustness, validating our proposed design for stochastic world modeling in high-dimensional feature spaces.

URL PDF HTML 收藏
2510.26792 2026-07-17 cs.LG cond-mat.dis-nn cs.CR

Learning Pseudorandom Numbers with Transformers: Permuted Congruential Generators, Curricula, and Interpretability

利用Transformer学习伪随机数:排列同余生成器、课程学习与可解释性

Tao Tao, Maissam Barkeshli

机构 * Department of Physics, University of Maryland, College Park, USA(大学物理系,马里兰大学,College Park, USA) Meta FAIR Joint Quantum Institute, University of Maryland(Meta FAIR联合量子研究所,马里兰大学)

AI总结 本研究探讨了Transformer模型学习排列同余生成器生成的序列能力,揭示了课程学习在处理大模数时的重要性,并发现嵌入层中存在位旋转不变的聚类现象。

Comments 10+13 pages, 8+21 figures

Journal ref International Conference on Learning Representations (ICLR) 2026

详情
AI中文摘要

我们研究了Transformer模型学习由排列同余生成器(PCG)生成的序列的能力,这是一种广泛使用的伪随机数生成器(PRNG)家族。PCG通过在隐藏状态上应用一系列位移、异或、旋转和截断操作,显著增加了线性同余生成器(LCG)的难度。我们证明,尽管如此,Transformer仍能成功地对未见过的序列进行上下文预测,这些序列来自多种PCG变体,并且这些任务超出了已发表的经典攻击范围。在我们的实验中,我们使用高达2^22的模数,模型参数多达5000万,数据集多达50亿个标记。令人惊讶的是,即使输出被截断为单个位,模型也能可靠地进行预测。当多个不同的PRNGs在训练期间一起呈现时,模型可以联合学习它们,识别不同排列的结构。我们展示了模数m的缩放定律:近完美预测所需的上下文序列元素数量随sqrt(m)增长。对于更大的模数,优化进入扩展停滞阶段;在我们的实验中,学习模数m≥2^20需要结合来自较小模数的训练数据,这表明课程学习是至关重要的。最后,我们分析了嵌入层,并揭示了一种新的聚类现象:顶部主成分会将整数输入自动分组到位旋转不变的聚类中,揭示了如何将表示从较小的模数转移到较大的模数。

英文摘要

We study the ability of Transformer models to learn sequences generated by Permuted Congruential Generators (PCGs), a widely used family of pseudo-random number generators (PRNGs). PCGs introduce substantial additional difficulty over linear congruential generators (LCGs) by applying a series of bit-wise shifts, XORs, rotations and truncations to the hidden state. We show that Transformers can nevertheless successfully perform in-context prediction on unseen sequences from diverse PCG variants, in tasks that are beyond published classical attacks. In our experiments we scale moduli up to $2^{22}$ using up to $50$ million model parameters and datasets with up to $5$ billion tokens. Surprisingly, we find even when the output is truncated to a single bit, it can be reliably predicted by the model. When multiple distinct PRNGs are presented together during training, the model can jointly learn them, identifying structures from different permutations. We demonstrate a scaling law with modulus $m$: the number of in-context sequence elements required for near-perfect prediction grows as $\sqrt{m}$. For larger moduli, optimization enters extended stagnation phases; in our experiments, learning moduli $m \geq 2^{20}$ requires incorporating training data from smaller moduli, demonstrating a critical necessity for curriculum learning. Finally, we analyze embedding layers and uncover a novel clustering phenomenon: the top principal components spontaneously group the integer inputs into bitwise rotationally-invariant clusters, revealing how representations can transfer from smaller to larger moduli.

URL PDF HTML 收藏
2607.12281 2026-07-15 cs.IR cs.LG 新提交

SlimPer: Make Personalization Model Slim and Smart

SlimPer:使个性化模型变得精简且智能

Siqi Wang, Xianjie Chen, Shaofeng Deng, Albert Chen, Romil Shah, Jiawei Huang, Zhaoqin Wang, Zhang Zhang, Yiqun Liu, Meilei Jiang, Anish Dubey, Moyan Mei, Tongxin Wang, Nathan Berrebbi, Misael Manjarres, Armand Sauzay, Shardul Kothapalli, Aryaman Vinchhi, Kevin Johnstone, Juheon Lee, Gufan Yin, Ziheng Huang, Justin Lin, Mert Terzihan, Yilin Qi, Cynthia Yang, Colin Peppler, Qi Ding, Ruohan Sun, Ge Song, Litao Deng, Parichay Kapoor, Matt Ma, Huihui Cheng, Jiyuan Zhang, Yanli Zhao, Yiping Han, Fangqiu Han, Ning Yao, Arun Singh, Jordan Edwards, Zhengyu Su, Abhishek Kumar, Guangdeng Liao, Ankit Asthana

机构 * Meta Platforms, Inc.(Meta平台公司)

AI总结 研究针对工业推荐系统中Transformer架构的不足,提出SlimPer方法,将个性化排名重构成对紧凑知识库的迭代细化,可解耦模型深度与用户历史长度,统一多种特征并具可解释性,在Instagram相关业务上提升了用户参与度。

详情
AI中文摘要

Transformer 风格的架构越来越多地应用于工业推荐系统,但它们继承了与任务不匹配的设计前提:生成模型依赖于逐个令牌的自回归预测,这使得需要维护与序列长度成比例增长的大型中间张量。相比之下,推荐系统在没有令牌级监督的情况下为每个<用户,项目>对生成一组相关性分数。利用这一观察结果,我们提出了 SlimPer,它将个性化排名重新表述为对紧凑统一的<用户,项目>知识库的迭代细化。在每一层,模型选择性地查询原始多模态用户侧令牌,计算显式相关性匹配分数,并细化知识库,每层成本为 O(N),中间表示固定大小。结果,模型深度与用户历史长度解耦,无需计算或内存成比例增长就能实现更深层次的相关性理解;仅请求优化通过在所有候选项目之间共享用户侧令牌的单个副本进一步减少内存。SlimPer 在单个主干中统一了稀疏、密集和序列特征,并通过其注意力机制提供了内在的可解释性。部署在 Instagram Reels 和 Feed 上,SlimPer 在提高用户参与度的同时简化了整个系统,并能够对 10k+细粒度用户历史事件进行有效建模。

英文摘要

Transformer-style architectures are increasingly adopted for industrial recommendation systems, yet they inherit a design premise misaligned with the task: generative models rely on per-token autoregressive prediction, which justifies maintaining large intermediate tensors that scale with sequence length. In contrast, recommendation systems produce a single set of relevance scores for each <user, item> pair without token-level supervision. Leveraging this observation, we propose SlimPer, which reformulates personalized ranking as iterative refinement of a compact, unified <user, item> knowledge base. At each layer, the model selectively queries raw multi-modal user-side tokens, computes explicit relevance matching scores, and refines the knowledge base, all in O(N) per-layer cost with a fixed-size intermediate representation. As a result, model depth is decoupled from user history length, enabling deeper relevance understanding without proportional growth in compute or memory; request-only optimization further trims memory by sharing a single copy of user-side tokens across all candidate items. SlimPer unifies sparse, dense, and sequence features within a single backbone and provides inherent interpretability through its attention mechanism. Deployed on Instagram Reels and Feed, SlimPer yields measurable improvements in user engagement while streamlining the overall system and enabling effective modeling of 10k+ fine-grained user history events.

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

A Replicate-and-Quantize Strategy for Plug-and-Play Load Balancing of Sparse Mixture-of-Experts LLMs

用于稀疏专家混合模型LLM插拔式负载平衡的复制和量化策略

Zijie Liu, Jie Peng, Jinhao Duan, Zirui Liu, Kaixiong Zhou, Mingfu Liang, Luke Simon, Xi Liu, Zhaozhuo Xu, Tianlong Chen

机构 * University of North Carolina at Chapel Hill(北卡罗来纳大学教堂山分校) University of Minnesota Twin Cities(明尼苏达大学双城分校) North Carolina State University(北卡罗来纳州立大学) Meta AI Stevens Institute of Technology(史蒂文斯理工学院)

AI总结 提出Replicate-and-Quantize策略,通过动态工作量重新平衡提升稀疏混合专家模型LLM的推理效率和稳定性。

详情
AI中文摘要

稀疏混合专家(SMoE)架构正被越来越多地用于高效扩展大型语言模型,能够在固定计算预算下提供强大的准确性。然而,SMoE模型常常在专家之间出现严重的负载不平衡,其中一小部分专家接收大部分令牌,而其他专家则被低估利用。以往的研究主要集中在训练时间的解决方案,如路由正则化或辅助损失,使得部署关键的推理时间行为研究较少。我们对推理期间的专家路由进行了系统分析,并识别出三个发现:(i)随着批量大小的增加,负载不平衡持续存在并恶化;(ii)选择频率并不可靠地反映专家的重要性;(iii)整体专家工作量和重要性可以通过一个小的校准集进行估计。这些见解促使了在不重新训练或修改路由器的情况下,通过推理时间机制重新平衡工作量的机制。我们提出了复制和量化(R&Q),一种训练免费且近无损的动态工作量重新平衡框架。在每一层中,重型击专家被复制以增加并行容量,而较不关键的专家和复制体被量化以保持在原始内存预算内。我们还引入了负载不平衡分数(LIS)来通过比较重型击负载与等分配基线来衡量路由偏斜。在代表性SMoE模型和基准测试中的实验显示,负载不平衡减少了1.4倍,同时准确性保持在±0.6%以内,使推理更加可预测和高效。

英文摘要

Sparse Mixture-of-Experts (SMoE) architectures are increasingly used to scale large language models efficiently, delivering strong accuracy under fixed compute budgets. However, SMoE models often suffer from severe load imbalance across experts, where a small subset of experts receives most tokens while others are underutilized. Prior work has focused mainly on training-time solutions such as routing regularization or auxiliary losses, leaving inference-time behavior, which is critical for deployment, less explored. We present a systematic analysis of expert routing during inference and identify three findings: (i) load imbalance persists and worsens with larger batch sizes, (ii) selection frequency does not reliably reflect expert importance, and (iii) overall expert workload and importance can be estimated using a small calibration set. These insights motivate inference-time mechanisms that rebalance workloads without retraining or router modification. We propose Replicate-and-Quantize (R&Q), a training-free and near-lossless framework for dynamic workload rebalancing. In each layer, heavy-hitter experts are replicated to increase parallel capacity, while less critical experts and replicas are quantized to remain within the original memory budget. We also introduce a Load-Imbalance Score (LIS) to measure routing skew by comparing heavy-hitter load to an equal allocation baseline. Experiments across representative SMoE models and benchmarks show up to 1.4x reduction in imbalance with accuracy maintained within +/-0.6%, enabling more predictable and efficient inference.

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

Xray-Visual Models: Scaling Vision models on Industry Scale Data

Xray-Visual模型:在产业级数据上扩展视觉模型

Shlok Mishra, Tsung-Yu Lin, Linda Wang, Hongli Xu, Yimin Liu, Michael Hsu, Chaitanya Ahuja, Hao Yuan, Jianpeng Cheng, Hong-You Chen, Haoyuan Xu, Chao Li, Sreya Dutta Roy, Abhijeet Awasthi, Jihye Moon, Don Husa, Michael Ge, Sumedha Singla, Arkabandhu Chowdhury, Phong Dingh, Satya Narayan Shukla, Yonghuan Yang, David Jacobs, Qi Guo, Jun Xiao, Xiangjun Fan, Aashu Singh

机构 * Meta-AI MIT(麻省理工学院) University of Maryland(马里兰大学)

AI总结 Xray-Visual通过三阶段训练流程和LLM2CLIP技术,在产业级数据上实现高效多模态视觉模型,取得最佳性能并提升鲁棒性与泛化能力。

详情
AI中文摘要

我们提出了Xray-Visual,一种统一的视觉模型架构,用于大规模图像和视频理解,该模型在Facebook和Instagram上的产业级社交媒体数据上进行训练。我们的模型利用超过150亿个经过精心挑选的图像-文本对和100亿个视频-标签对,采用稳健的数据整理流程,结合平衡和噪声抑制策略,以最大化语义多样性同时最小化标签噪声。我们引入了一个三阶段训练流程,结合自监督MAE、半监督标签分类和CLIP风格的对比学习,以联合优化图像和视频模态。我们的架构基于增强的视觉Transformer骨干网络,结合高效的令牌重组(EViT)以提高计算效率。广泛的实验表明,Xray-Visual在多种基准测试中均取得最佳性能,包括ImageNet图像分类、Kinetics和HMDB51视频理解以及MSCOCO跨模态检索。该模型在领域偏移和对抗扰动方面表现出强大的鲁棒性。我们进一步证明,将大型语言模型作为文本编码器(LLM2CLIP)显著提高了检索性能和泛化能力,特别是在现实环境中。Xray-Visual为可扩展的多模态视觉模型建立了新的基准,同时保持了优越的准确性和计算效率。

英文摘要

We present Xray-Visual, a unified vision model architecture for large-scale image and video understanding trained on industry-scale social media data. Our model leverages over 15 billion curated image-text pairs and 10 billion video-hashtag pairs from Facebook and Instagram, employing robust data curation pipelines that incorporate balancing and noise suppression strategies to maximize semantic diversity while minimizing label noise. We introduce a three-stage training pipeline that combines self-supervised MAE, semi-supervised hashtag classification, and CLIP-style contrastive learning to jointly optimize image and video modalities. Our architecture builds on a Vision Transformer backbone enhanced with efficient token reorganization (EViT) for improved computational efficiency. Extensive experiments demonstrate that Xray-Visual achieves state-of-the-art performance across diverse benchmarks, including ImageNet for image classification, Kinetics and HMDB51 for video understanding, and MSCOCO for cross-modal retrieval. The model exhibits strong robustness to domain shift and adversarial perturbations. We further demonstrate that integrating large language models as text encoders (LLM2CLIP) significantly enhances retrieval performance and generalization capabilities, particularly in real-world environments. Xray-Visual establishes new benchmarks for scalable, multimodal vision models, while maintaining superior accuracy and computational efficiency.

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

RAFP: Identifying LLM Lineages via Rare-Region Fingerprints

RAFP:通过稀有区域指纹识别大语言模型谱系

Yun-Yun Tsai, Jia Hao Liang, Chuan Guo, Junfeng Yang, Laurens van der Maaten

机构 * Department of Computer Science, Columbia University, USA(哥伦比亚大学计算机科学系) Meta, USA(Meta公司)

AI总结 针对大语言模型所有权验证需求,提出RAFP框架,利用稀有区域指纹识别模型谱系。该方法非侵入性,通过离散梯度优化构建指纹,理论分析表明其在微调下似然变化有界,实验显示在黑盒设置中性能优于基线。

Comments 16 pages

详情
AI中文摘要

大语言模型(LLMs)越来越多地在受限许可下发布,对强大的模型所有权验证的需求日益增长。现有指纹识别方法在下游微调时往往很脆弱,需要侵入性的训练修改,或在黑盒设置中失败。我们引入了RAFP,一个通过稀有区域指纹识别LLM谱系的强大框架。我们的关键见解是,下游微调主要更新常见的高密度语言行为,而低概率提示区域在微调分布下获得的优化信号较弱且梯度对齐有限。因此,罕见的提示响应行为在常见的模型适应中保持稳定。RAFP是非侵入性的,通过对稀有提示进行基于离散梯度的优化来构建指纹,而不修改模型权重。我们提供了理论分析,表明微调下稀有区域指纹的似然变化保持有界。在四个LLM家族和多种下游适应上的实验表明,RAFP实现了强大的指纹持久性,在黑盒设置中大大优于先前的指纹识别基线。

英文摘要

Large language models (LLMs) are increasingly released under restricted licenses, creating a growing need for robust model ownership verification. Existing fingerprinting methods are often fragile under downstream finetuning, require invasive training modifications, or fail in black-box settings. We introduce RAFP, a robust framework for identifying LLM lineages via rare-region fingerprints. Our key insight is that downstream finetuning primarily updates common high-density language behaviors, while low-probability prompt regions receive weak optimization signal and limited gradient alignment under finetuned distribution. As a result, rare prompt-response behaviors remain stable across common model adaptations. RAFP is non-invasive, constructing fingerprints via discrete gradient-based optimization over rare prompts without modifying model weights. We provide a theoretical analysis showing that the likelihood change of rare-region fingerprints under finetuning remains bounded. Experiments across four LLM families and multiple downstream adaptations, including supervised finetuning, LoRA, quantization, prompt-template variation, and decoding changes, show that RAFP achieves strong fingerprint persistence and substantially outperforms prior fingerprinting baselines in black-box settings.

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

Technical Report on the CVPR 2026@AdvML Workshop Challenge

关于CVPR 2026@AdvML研讨会挑战赛的技术报告

Tianyuan Zhang, Zonglei Jing, Jiangfan Liu, Ligong Zhang, Ke Ma, Chengzhi Sun, Xiaohai Xu, Zhirui Zhang, Qianqian Xu, Qingming Huang, Hanyu Fang, Junhua Liu, Zheng Wang, Xiaoliang Liu, Yuanbo Li, Shuai Gui, Bin Wang, Menghe Zheng, Jing Nie, Hanyang Meng, Zeyang Zhang, Xiang Zhang, Yongxuan Zhu, Rui Ding, Hainan Li, Yongkang Zhang, Zhilei Zhu, Xianglong Kong, Jin Hu, Zonghao Ying, Yisong Xiao, Lei Chen, Haotong Qin, Jiakai Wang, Aishan Liu, Ruikai Li, Julia Karbing, Yinpeng Dong, Zhenfei Yin, Shao Jing, Xia Hu, Jingyi Xu, Juntao Dai, Xinyun Chen, Vishal M. Patel, Xianglong Liu, Dawn Song, Alan Yuille, Philip H. S. Torr, Dacheng Tao

机构 * Beihang University(北京航空航天大学) University of Chinese Academy of Sciences(中国科学院大学) Institute of Computing Technology, Chinese Academy of Sciences(中国科学院计算技术研究所) Tongji University(同济大学) iFLYTEK Co., Ltd.(科大讯飞股份有限公司) Anhui Laboratory for Safe Artificial Intelligence in the Yangtze River Delta(长三角安全人工智能安徽实验室) Wenzhou Business College(温州商学院) Jiangnan University(江南大学) Guangzhou City University of Technology(广州理工学院) Inceptio Technology(智元机器) Institute of Dataspace(数据空间研究所) Zhongguancun Laboratory(中关村实验室) Tsinghua University(清华大学) ETH Zürich(苏黎世联邦理工学院) University of Oxford(牛津大学) Shanghai AI Laboratory(上海人工智能实验室) BAAI(北京智源人工智能研究院) Meta(元公司) Johns Hopkins University(约翰·霍普金斯大学) University of California, Berkeley(加州大学伯克利分校) Nanyang Technological University(南洋理工大学)

AI总结 介绍CVPR 2026@AdvML研讨会针对自动驾驶VLAs的对抗性多模态攻击挑战赛,基于多视图视觉问答,参赛者要生成对抗图像和文本扰动。阐述任务设计等,研究领先提交作品发现后缀惩罚等模式,为多模态自动驾驶系统相关工作提供参考。

详情
AI中文摘要

视觉语言智能体(VLAs)越来越多地用于解释复杂驾驶场景并支持安全关键推理。本报告介绍了针对自动驾驶VLAs的对抗性多模态攻击的CVPR 2026@AdvML研讨会挑战赛。该挑战赛基于DriveLM风格的多视图视觉问答构建,用六个同步相机图像和一组结构化的驾驶相关问答对来表示每个场景。参与者生成对抗性图像和仅后缀的文本扰动,使模型响应偏离参考答案,同时保持图像保真度并限制文本成本。竞赛包括两个阶段,第二阶段增加了一个隐藏的黑盒模型来评估可迁移性。我们描述了任务设计、提交规则、评估协议和排行榜结果,然后研究了五份有技术报告的领先提交作品。在这些报告中出现了几个反复出现的模式:后缀惩罚有利于图像侧攻击;场景级、多视图优化比单独处理视图更有效;问答类型和图结构为分配攻击预算提供了有用的先验信息;特征空间目标可以提高黑盒迁移能力;相机图像中嵌入的排版内容暴露了驾驶VLAs中持续存在的漏洞。这些发现为未来多模态自动驾驶系统的鲁棒性评估和防御设计提供了实际参考。

英文摘要

Vision-language agents (VLAs) are increasingly used to interpret complex driving scenes and support safety-critical reasoning. This report presents the CVPR 2026@AdvML Workshop Challenge on adversarial multimodal attacks against autonomous-driving VLAs. Built on DriveLM-style multi-view visual question answering, the challenge represents each scene with six synchronized camera images and a structured collection of driving-related question-answer pairs. Participants generate adversarial images and suffix-only textual perturbations that induce model responses to deviate from reference answers while preserving image fidelity and limiting textual cost. The competition comprises two phases, with Phase II adding a hidden black-box model to assess transferability. We describe the task design, submission rules, evaluation protocol, and leaderboard results, and then examine five leading submissions for which technical reports were available. Across these reports, several recurring patterns emerge: image-side attacks are favored by the suffix penalty; scene-level, multi-view optimization is more effective than treating views in isolation; QA types and graph structure provide useful priors for allocating attack budget; feature-space objectives can improve black-box transfer; and typographic content embedded in camera images exposes a persistent vulnerability in driving VLAs. These findings provide a practical reference for future robustness evaluation and defense design in multimodal autonomous-driving systems.

URL PDF HTML 收藏
2607.10966 2026-07-14 cs.AI 新提交

SVR-R1: Bootstrapping Multi-modal Reasoning with Self-verification in Reinforcement Learning

SVR-R1:在强化学习中通过自我验证引导多模态推理

Mingyuan Wu, Jingcheng Yang, Shengyi Qian, Xudong Wang, Jize Jiang, Qifan Wang, Aashu Singh, Khoi Pham, Fei Liu, Zhaolun Su, Zhuokai Zhao, Klara Nahrstedt, Jianyu Wang, Hanchao Yu

机构 * University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) Meta(元)

AI总结 SVR-R1是一个多轮强化学习框架,将模型自身验证转化为学习信号。通过GRPO和异步多轮展开框架实现,无需外部监督。在视觉语言推理基准上评估,大幅提高准确率,弥合推理时自我优化与强化学习训练交叉点,还将开源以促研究。

Comments Under submission

详情
AI中文摘要

我们介绍了自我验证推理器(SVR-R1),这是一个多轮强化学习框架,它将模型自身的验证转化为多模态推理的学习信号。对于每个查询,模型使用相同权重提出答案并给出二元自我判断(是/否)。“否”会触发二次思考;“是”或达到轮次上限则确定输出以计算基于结果的奖励。SVR-R1通过GRPO和异步多轮展开框架实现,无需外部监督或辅助评论家。我们在视觉语言推理基准上评估SVR-R1,结果表明它比强大的标准GRPO基线大幅提高了准确率。训练动态显示对验证的依赖减少——验证轮次减少但测试准确率更高,这表明随着策略内化自我修正并通过我们的框架选择最自信答案,验证和生成之间的差距缩小。SVR-R1弥合了推理时自我优化与视觉语言模型强化学习训练之间较少探索的交叉点,为引导多模态推理提供了一个简单而有效的方法。我们将开源SVR-R1以促进视觉语言模型的未来研究。

英文摘要

We introduce Self-Verified Reasoner (SVR-R1), a multi-turn RL framework that turns a model's own verification into a learning signal for multimodal reasoning. For each query, the model proposes an answer using the same weights, and issues a binary self-verdict (Yes/No). A 'No' triggers a second-chance rethink; a 'Yes,' or a turn cap, finalizes the output for computing the outcome-based reward. SVR-R1 is implemented with GRPO and an asynchronous multi-turn rollout framework and needs no external supervision or auxiliary critics. We evaluate SVR-R1 on vision-language reasoning benchmarks and show that it improves accuracy by a large margin over strong standard GRPO baselines. Training dynamics show decreasing reliance on verification-fewer verification turns, yet higher test accuracy-indicating that the gap between verification and generation narrows as the policy internalizes self-correction and chooses the most confident answer via our framework. SVR-R1 bridges the less explored intersection of inference-time self-refinement and RL training for VLMs, offering a simple yet effective recipe for bootstrapping multimodal reasoning. We will open-source \textbf{SVR-R1} to facilitate future research in VLMs.

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

Tokenizing Numerical and Embedding Features for LLM RecSys

用于语言模型推荐系统的数值和嵌入特征分词

Zhe Xu, Ankit Peshin, Chiyu Zhang, Feng Qi, Johnson Lui, Anil Ramakrishna, Justin Johnson, Carl Hu, Kaushik Rangadurai, Luke Simon

机构 * Meta

AI总结 研究针对多数基于大语言模型的推荐器无法利用非文本信号的问题,提出软令牌融合框架,将数值和嵌入特征映射到LLM嵌入空间,在基于共享参数LLM的双塔检索模型中实例化该框架,实验证明该方法有效提升了检索性能。

详情
AI中文摘要

大语言模型(LLMs)因其强大的序列建模和表示学习能力,越来越多地被用作推荐系统的骨干架构。然而,大多数基于LLM的推荐器主要在离散文本标记上运行,而实际推荐管道还依赖上游特征工程或预训练编码器产生的连续数值特征和密集嵌入特征。这种不匹配限制了基于LLM的模型利用细粒度非文本信号的能力。我们提出了一个软令牌融合框架,将数值和嵌入特征映射到LLM嵌入空间,使异构推荐信号能通过标准令牌接口被使用。我们在基于共享参数LLM的双塔检索模型中实例化该框架,并引入基于交互的融合模块,在将嵌入和数值软令牌插入最终LLM输入之前对其进行细化。在三个亚马逊推荐基准上的实验表明,软令牌融合比基于LLM的基线提高了检索性能,且基于交互的融合比异构软令牌的直接连接更有效。

英文摘要

Large language models (LLMs) are increasingly used as backbone architectures for recommender systems because of their strong sequence modeling and representation learning capabilities. However, most LLM-based recommenders operate primarily on discrete textual tokens, whereas practical recommendation pipelines also rely on continuous numerical features and dense embedding features produced by upstream feature engineering or pretrained encoders. This mismatch limits the ability of LLM-based models to exploit fine-grained non-textual signals. We propose a soft-token fusion framework that maps numerical and embedding features into the LLM embedding space, allowing heterogeneous recommendation signals to be consumed through the standard token interface. We instantiate the framework in a shared-parameter LLM-based two-tower retrieval model and introduce an interaction-based fusion module that refines embedding and numerical soft tokens before they are inserted into the final LLM input. Experiments on three Amazon recommendation benchmarks show that soft-token fusion improves retrieval performance over LLM-based baselines, and that interaction-based fusion is more effective than direct concatenation of heterogeneous soft tokens.

URL PDF HTML 收藏
2607.09988 2026-07-14 cs.IR cs.AI 新提交

An LLM-powered Agentic Recommendation System for Connected TV Content Discovery

一种用于智能电视内容发现的由大语言模型驱动的智能推荐系统

Lei Shi, Di Wang, Harry Tran, Helsing Xu, Yuchen Lu, Dhara Ghodasara, Wilson Chaney, Xueting Liao, Jerry Yu, Huayu Ding, Mingze Gao, Shike Mei, Shuo Tang, Zhe Zhang, Jianming He, Abhishek Kumar, Haotian Wu, Hamed Firooz, Li Li

机构 * Meta

AI总结 针对推荐系统整合上下文信号的挑战,提出用于智能电视内容发现的大语言模型驱动的智能推荐系统,利用其推理能力处理多样信号,采用智能架构协调组件,克服大语言模型用于推荐的实际限制。

Comments 13 pages, 3 figures

详情
AI中文摘要

推荐系统在整合多样化上下文信号时面临挑战,传统系统缺乏处理非结构化或异构格式信息的推理能力。本文提出一种用于智能电视内容发现的由大语言模型驱动的智能推荐系统,利用大语言模型推理能力处理多样信号,采用智能架构协调组件。虽当前基于大语言模型的解决方案在某些推荐任务上仍不及传统机器学习模型,但该工作成功克服了大语言模型用于推荐的实际限制,分享了见解并讨论了构建混合系统的权衡与经验教训。

英文摘要

Recommendation systems, from traditional multi-stage to recent unified generative architectures, face challenges in incorporating diverse contextual signals, such as trending topics, breaking news, cultural events, and cross-surface user activities, into their ranking pipelines. These systems are designed to consume structured behavioral signals with consistent schemas, and lack the reasoning capability to naturally process unstructured or heterogeneously formatted contextual information. Incorporating such signals typically requires feature engineering, bespoke data pipelines, and carefully tuned heuristics. In this paper, we present an LLM-powered agentic recommendation system designed for Connected TV (CTV) content discovery that addresses these limitations. Our system leverages the reasoning capabilities of large language models to naturally process and synthesize diverse signals across varying schemas and structures, eliminating much of the manual integration inherent in traditional ranking and retrieval systems. Recognizing that current LLM-based solutions still fall short of traditional machine learning models in several recommendation tasks, including retrieval efficiency, personalization precision, and scalability, we adopt an agentic architecture that orchestrates specialized components, allowing each sub-task to be handled by the most suitable method, whether LLM-based or traditional ML. The main contribution of this work is our engineering approach to successfully overcoming the practical limitations of enabling LLM for recommendation, particularly inference latency. We share insights from our work and discuss the trade-offs and lessons learned in building a hybrid system that combines the flexibility of LLMs with the performance of established recommendation techniques.

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

Diffusion-GR2: Diffusion Generative Reasoning Re-ranker

Diffusion-GR2: 扩散生成推理重排序器

Zhuoxuan Zhang, Kangqi Ni, Yuhang Chen, Mingfu Liang, Xiaohan Wei, Yunchen Pu, Fei Tian, Chonglin Sun, Frank Shyu, Adam, Song, Sandeep Pandey, Luke Simon, Tianlong Chen, Xi Liu

机构 * Meta AI UNC Chapel Hill(北卡罗来纳大学教堂山分校)

AI总结 提出Diffusion-GR2,通过转换微调、在线策略蒸馏和强化学习将自回归推理重排序器转换为块扩散模型,在保持精度的同时将推理吞吐量提升2.4-3.5倍。

Comments Work in progress

详情
AI中文摘要

生成式推理重排序器通过在重新排序候选列表之前生成思维链来实现强大的推荐准确性,但推理速度较慢:自回归解码器每个推理令牌需要一个顺序前向传递,且推理轨迹远超其产生的排序。为降低这一成本,块扩散语言模型在少量去噪步骤中并行解码多个位置,速度显著提升,但简单地将自回归重排序器转换为块扩散模型会带来两个精度差距:(1) 结构差距:答案位置被并行去噪并独立评分,导致解码器产生无效排序(重复、遗漏或超出集合的标识符),而自回归通过从左到右掩码避免此问题;(2) 分布差距:在固定教师轨迹上微调转换后的模型相对于其推理时的自身解码是离策略的,留下残余精度差距。为在保持加速的同时弥合这两个差距,我们提出\textbf{Diffusion-GR2},一种将我们的自回归推理重排序器(GR2)转换为块扩散重排序器的方案。首先,转换微调使自回归初始化的扩散模型适应于独立将答案去噪为有效排列,无需外部约束解码器。其次,在线策略蒸馏利用来自自回归教师的密集逐令牌目标,在模型自身的解码轨迹上监督模型。最后,我们在在线策略蒸馏的在线策略策略之上应用针对重排序奖励的强化学习阶段。在Amazon Beauty上的实验表明,Diffusion-GR2恢复至与自回归重排序器接近的性能,而块并行解码在模型推理输出长度上将解码吞吐量提升2.4-3.5倍。消融实验显示,转换微调恢复了大部分转换差距,而在线策略蒸馏进一步将其缩小至自回归参考水平。

英文摘要

Generative reasoning re-rankers achieve strong recommendation accuracy by emitting a chain-of-thought before re-ordering a candidate list, but they are slow at inference: an autoregressive (AR) decoder spends one sequential forward pass per reasoning token, and the reasoning trace far exceeds the ranking it produces. To reduce this cost, block-diffusion language models decode many positions in parallel over a few denoising steps and are substantially faster, yet naively converting an AR re-ranker into one opens two accuracy gaps: (1) a structural gap: answer positions are denoised in parallel and scored independently, so the decoder emits invalid rankings (duplicated, dropped, or out-of-set identifiers) that AR avoids through left-to-right masking; and (2) a distributional gap: fine-tuning the converted model on fixed teacher trajectories is off-policy relative to its own decoding at inference, leaving a residual accuracy gap. To close both gaps while keeping the speedup, we propose \textbf{Diffusion-GR2}, a recipe that converts our AR reasoning re-ranker (GR2) into a block-diffusion re-ranker. First, conversion fine-tuning (CFT) adapts the AR-initialized diffusion model to denoise the answer into a valid permutation on its own, without an external constrained decoder. Next, on-policy distillation (OPD) then supervises the model on its own decoded trajectories with dense per-token targets from the AR teacher. Finally, we apply a reinforcement-learning (RL) stage against a re-ranking reward on top of OPD's on-policy policy. Experiments on Amazon Beauty demonstrate that Diffusion-GR2 recovers to near-parity with the AR re-ranker, while block-parallel decoding raises decode throughput by $2.4$--$3.5\times$ at the model's reasoning output length. Ablations show that CFT recovers most of the conversion gap, and that on-policy distillation further closes it to the AR reference.

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

CMSL: Constructive Multi-Sequence Learning for Recommendation Systems

CMSL:面向推荐系统的建设性多序列学习

Zikun Cui, Renzhi Wu, Junjie Yang, Li Sheng, Jijie Wei, Linfeng Liu, Tai Guo, Tao Jia, Xiaodong Wang, Hong Li, Li Yu, Sri Reddy, Hong Yan

机构 * Meta MRS Meta PyTorch Meta FB Monetization

AI总结 针对用户历史行为序列中多兴趣混杂导致的上下文污染问题,提出CMSL方法,通过可学习的序列构建模块在隐空间解耦出多个纯主题序列,并利用线性注意力高效建模,在Meta多个场景的排序和检索任务中取得显著提升。

详情
AI中文摘要

序列学习已成为推荐系统中的新兴范式,通过捕捉用户行为的时间细微差别,超越了传统的深度学习推荐模型(DLRM)。然而,当前最先进的架构在一个有局限的类比下运行:它们将用户历史视为一个单一的按时间顺序的序列,就像大型语言模型(LLM)中的一个句子。我们观察到自然语言和推荐数据之间存在根本性的分歧:与文本的线性、逻辑流不同,用户历史本质上是多方面的。用户的旅程是不同兴趣的碎片化反映,导致项目之间的连贯性远弱于LLM训练数据中的连贯性。这种结构统一性的缺乏导致了上下文污染。在单序列建模中,不相关的行为竞争相同的注意力预算。这种“噪声”信号稀释了模型的焦点,有效限制了其从背景活动中辨别高意图模式的能力。为了解决这个问题,我们提出了建设性多序列学习(CMSL),这是一种从被动序列摄入到主动“上下文工程”的范式转变,它在潜在空间中构建多个连贯的序列。CMSL利用一个可学习的序列构建模块将用户历史解耦为“纯粹的”主题线索,然后通过线性注意力机制高效地大规模建模这些线索。CMSL已在Meta的排序和检索任务以及四个主要表面上部署。

英文摘要

Sequence learning has emerged as the promising paradigm in recommendation systems, surpassing traditional Deep Learning Recommendation Models (DLRM) by capturing the temporal nuances of user behavior. However, current state-of-the-art architectures operate under a limiting analogy: they treat user history as a monolithic chronological sequence like a sentence in a Large Language Model (LLM). We observe a fundamental divergence between natural language and recommendation data: unlike the linear, logical flow of text, user history is inherently multi-faceted. A user's journey is a fragmented reflection of diverse interests, resulting in much weaker coherence between items than is found in LLM training data. This lack of structural unity leads to context pollution. In single-sequence modeling, unrelated behaviors compete for the same attention budget. This "noisy" signal dilutes the model's focus, effectively capping its ability to discern high-intent patterns from background activity. To address this, we propose Constructive Multi-Sequence Learning (CMSL), a paradigm shift from passive sequence ingestion to active "context engineering" that constructs multiple coherent sequences in latent space. CMSL leverages a learnable Sequence Construction Module to disentangle user history into "pure" thematic strands, followed by a linear attention mechanism to efficiently model these strands at scale. CMSL has been deployed across ranking and retrieval tasks and across four major surfaces at Meta.

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

RankGraph-2: Lifecycle Co-Design for Billion-Node Graph Learning in Recommendation

RankGraph-2:十亿节点图学习在推荐中的生命周期协同设计

Renzhi Wu, Zikun Cui, Junjie Yang, Tai Guo, Hong Li, Xian Chen, Li Yu, Ke Pan, Sri Reddy, Mahesh Srinivasan, Nipun Mathur, Haomin Yu, Hong Yan

机构 * Meta Platforms(Meta平台)

AI总结 针对十亿规模图检索中图构建、表示学习与实时服务三阶段孤立的问题,提出RankGraph-2框架,通过协同设计各阶段(如联合训练聚类索引、预计算邻域等),在降低83%服务计算成本的同时,召回率比GAT+Deep Graph Infomax高3.8倍,并带来CTR和CVR提升。

详情
AI中文摘要

十亿节点规模的基于图的检索需要联合解决三个紧密耦合的问题——图构建、表示学习和实时服务——然而现有工作各自孤立地处理这些问题。我们提出了RankGraph-2,一个部署在Meta的框架,它协同设计了基于相似性检索(U2U2I和U2I2I)的所有三个生命周期阶段,每个阶段的需求塑造其他阶段。服务需要一个联合学习的聚类索引以避免昂贵的在线KNN——这迫使索引联合训练进入训练目标。训练受益于观察到基于相似性的检索容忍预计算邻域,从而消除了在线图基础设施——这要求构建产生自包含的数据。构建还必须支持小时级别的刷新以覆盖物品。基于这些级联需求,RankGraph-2通过带流行度偏差校正的子采样将数百亿亿条边减少到数千亿条,通过个性化PageRank预计算多跳邻域,并联合学习一个残差量化聚类索引,将服务计算成本降低了83%。这种生命周期协同设计使得一个简单架构能够在二分图上实现比GAT+Deep Graph Infomax模型高3.8倍的召回率,在物品检索上比PyTorch-BigGraph高2.1倍。RankGraph-2带来了高达+0.96%的CTR和+2.75%的CVR提升,并已在主要业务面上支持了20多次检索发布。

英文摘要

Graph-based retrieval at billion-node scale requires jointly solving three tightly coupled problems -- graph construction, representation learning, and real-time serving -- yet existing work addresses each in isolation. We present RankGraph-2, a framework deployed at Meta that co-designs all three lifecycle stages for similarity-based retrieval (U2U2I and U2I2I), where each stage's requirements shape the others. Serving requires a co-learned cluster index to avoid expensive online KNN -- this pushes index co-training into the training objective. Training benefits from the observation that similarity-based retrieval tolerates pre-computed neighborhoods, eliminating online graph infrastructure -- this requires construction to produce self-contained data. Construction must also support hour-level refresh for item coverage. Acting on these cascading requirements, RankGraph-2 reduces hundreds of trillions of edges to hundreds of billions via subsampling with popularity bias correction, pre-computes multi-hop neighborhoods via personalized PageRank, and co-learns a residual-quantization cluster index that reduces serving computational cost by 83%. This lifecycle co-design enables a simple architecture to achieve 3.8 x higher recall than a GAT + Deep Graph Infomax model on a bipartite graph and 2.1 x higher than PyTorch-BigGraph on item retrieval. RankGraph-2 delivers up to +0.96% CTR and +2.75% CVR, and has powered 20+ retrieval launches across major surfaces.

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

KVEraser: Learning to Steer KV Cache for Efficient Localized Context Erasing

KVEraser: 学习操控KV缓存以实现高效的局部上下文擦除

Mufei Li, Shikun Liu, Dongqi Fu, Haoyu Wang, Yinglong Xia, Hong Li, Hong Yan, Pan Li

机构 * Georgia Institute of Technology(佐治亚理工学院) Meta

AI总结 提出KVEraser方法,通过学习操控KV缓存实现局部上下文擦除,避免全局重计算,在长上下文任务中接近全重算性能且延迟仅增加24%。

Comments Oral at the ICML 2026 Workshop on the Impact of Memorization on Trustworthy Foundation Models; Code available at https://github.com/Graph-COM/KVEraser

详情
AI中文摘要

在KV缓存上进行事后上下文擦除具有挑战性,因为局部编辑会产生全局影响:一旦某个跨度被处理,其影响会传播到所有后续token的缓存状态。这个问题在长上下文LLM应用中自然出现,其中过时的检索事实、错误的工具观察、撤回的用户偏好或有害的提示注入可能仅在预填充后才发现。精确擦除必须重新计算删除跨度后的所有token,使其计算成本取决于后缀长度而非擦除跨度长度。我们引入KVEraser,一种学习型KV缓存编辑方法,用于高效的局部上下文擦除。给定已处理的上下文和要移除的跨度,KVEraser仅用学习到的操控状态替换擦除区间的KV状态,同时保持其余缓存不变。为了学习可迁移的擦除机制,我们构建了一个两阶段训练流程:通用跨度-邻居预训练教会擦除器抑制擦除跨度的影响,而任务特定微调将此能力适应下游场景。实验表明,在1K--32K上下文长度的域内任务中,KVEraser在擦除后性能上几乎匹配全重算,而其延迟仅增加24%,而全重算延迟增加17.6倍。KVEraser还能泛化到具有有害事实干扰项的未见长文档QA任务,在全重算的3--4倍加速下,在近似基线中取得最佳性能。

英文摘要

Post-hoc context erasing over the KV cache is challenging because a local edit has a global consequence: once a span has been processed, its influence propagates into the cached states of all subsequent tokens. This issue arises naturally in long-context LLM applications, where stale retrieved facts, incorrect tool observations, retracted user preferences, or harmful prompt injections may be identified only after prefill. Exact erasing must then recompute all tokens after the deleted span, making its computational cost depend on suffix length rather than erased-span length. We introduce KVEraser, a learned KV-cache editing method for efficient localized context erasing. Given a processed context and a span to remove, KVEraser replaces only the KV states of the erased interval with learned steering states while reusing the remaining cache unchanged. To learn a transferable erasing mechanism, we build a two-stage training pipeline: generic span-neighbor pre-training teaches the eraser to suppress the influence of the erased span, while task-specific fine-tuning adapts this capability to downstream scenarios. Experiments show that KVEraser nearly matches full recomputation in post-erasure performance on in-domain tasks across 1K--32K context lengths, while its latency increases by only 24% compared with a 17.6x increase for full recomputation. KVEraser also generalizes to unseen long-document QA tasks with harmful factual distractors, achieving the best performance among approximate baselines with a 3--4x speedup over full recomputation.

URL PDF HTML 收藏
2412.02245 2026-07-14 cs.CV 版本更新

SparseLGS: Sparse View Language Embedded Gaussian Splatting

SparseLGS:稀疏视图语言嵌入高斯溅射

Jun Hu, Zhang Chen, Zhong Li, Yi Xu, Juyong Zhang

机构 * School of Mathematical Science, University of Science and Technology of China(科学技术大学数学科学学院) Meta(Meta公司) Apple Inc.(苹果公司) Alpha Labs at Goertek(Goertek的Alpha实验室)

AI总结 研究针对无姿态和稀疏视图输入图像的3D场景理解难题,提出SparseLGS方法。利用密集立体模型与区域匹配法,提取低维信息并引入重建损失。实验表明该方法用较少输入重建语义场质量可比SOTA,且速度提升5倍。

Comments Project Page: https://ustc3dv.github.io/SparseLGS

详情
AI中文摘要

最近,一些研究将高斯溅射与语言嵌入相结合,以获得用于开放词汇3D场景理解的场景表示。虽然这些方法表现良好,但它们本质上需要非常密集的多视图输入,限制了其在现实世界场景中的适用性。在这项工作中,我们提出了SparseLGS,以解决无姿态和稀疏视图输入图像的3D场景理解挑战。我们的方法利用基于学习的密集立体模型来处理无姿态和稀疏输入,并采用三步区域匹配方法来解决多视图语义不一致问题,这对于稀疏输入尤为重要。与直接学习高维CLIP特征不同,我们提取低维信息并建立双射,以避免过多的学习和存储成本。我们在语义训练期间引入重建损失,以改善高斯位置和形状。据我们所知,我们是第一个用稀疏无姿态输入解决3D语义场问题的。实验结果表明,与之前具有密集输入的SOTA方法相比,SparseLGS在使用较少输入(3-4个视图)重建语义场时达到了可比的质量。此外,当使用相同的稀疏输入时,SparseLGS在质量上领先显著,并大幅提高了计算速度(加速5倍)。

英文摘要

Recently, several studies have combined Gaussian Splatting to obtain scene representations with language embeddings for open-vocabulary 3D scene understanding. While these methods perform well, they essentially require very dense multi-view inputs, limiting their applicability in real-world scenarios. In this work, we propose SparseLGS to address the challenge of 3D scene understanding with pose-free and sparse view input images. Our method leverages a learning-based dense stereo model to handle pose-free and sparse inputs, and a three-step region matching approach to address the multi-view semantic inconsistency problem, which is especially important for sparse inputs. Different from directly learning high-dimensional CLIP features, we extract low-dimensional information and build bijections to avoid excessive learning and storage costs. We introduce a reconstruction loss during semantic training to improve Gaussian positions and shapes. To the best of our knowledge, we are the first to address the 3D semantic field problem with sparse pose-free inputs. Experimental results show that SparseLGS achieves comparable quality when reconstructing semantic fields with fewer inputs (3-4 views) compared to previous SOTA methods with dense input. Besides, when using the same sparse input, SparseLGS leads significantly in quality and heavily improves the computation speed (5$\times$speedup). Project page: https://ustc3dv.github.io/SparseLGS

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

OpenLongTail: Generative Scaling of Long-Tail Driving Data

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

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

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

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

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

详情
AI中文摘要

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

英文摘要

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

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

Self-Guided Test-Time Training for Long-Context LLMs

长上下文语言模型的自引导测试时训练

Xinyu Zhu, Zhe Xu, Xiaohan Wei, Yunchen Pu, Fei Tian, Chonglin Sun, Kaushik Rangadurai, Hua Zhi, Frank Shyu, Sandeep Pandey, Luke Simon, Yu Meng, Xi Liu

机构 * Meta AI(元人工智能公司) University of Virginia(弗吉尼亚大学)

AI总结 研究针对长上下文语言模型处理中单纯扩窗口不能有效利用长输入、准确率易降的问题,提出自引导测试时训练(S-TTT)方法,通过模型识别证据跨度并仅对选定跨度训练,在两个基准上提升了模型准确率。

详情
AI中文摘要

长上下文处理对大语言模型日益重要,单纯扩展上下文窗口不能保证有效利用长输入。输入长度增加时准确率常下降,模型难以识别和使用与问题最相关的证据。测试时训练(TTT)是提高长上下文利用率的有效方法,但应用于整个长上下文成本过高,在随机采样跨度上进行适应会引入严重噪声。我们的初步研究表明TTT对训练跨度质量高度敏感。基于此,我们提出自引导TTT(S-TTT)方法,在适应前模型识别应学习的证据跨度,并仅对选定跨度应用标准语言建模训练目标。在两个具有挑战性的长上下文推理基准上,S-TTT提高了Qwen3-4B-Thinking-2507和Llama-3.1-8B-Instruct的准确率,相对提高高达15%。

英文摘要

Long-context processing has become increasingly important for large language models (LLMs), but simply extending the context window does not guarantee effective utilization of long inputs. As input length grows, accuracy often degrades, indicating that models still struggle to identify and use the evidence most relevant to a question. A promising way to improve long-context utilization is test-time training (TTT), which treats the test context as a training example for instance-specific parameter adaptation. However, applying TTT to the entire long context is prohibitively expensive, while adapting on randomly sampled spans introduces severe noise. Because most spans in a long context are irrelevant to the specific question, training on them may even degrade the base model's performance. Our preliminary study shows that TTT is highly sensitive to training-span quality: on LongBench-v2, TTT on randomly sampled spans hurts performance, whereas TTT on oracle spans substantially improves it. Motivated by this, we propose a simple method, Self-Guided TTT (S-TTT): before adaptation, the model identifies the evidence spans it should learn from, and the standard language-modeling training objective is applied only to those selected spans. On two challenging long-context reasoning benchmarks, LongBench-v2 and LongBench-Pro, S-TTT improves accuracy for both Qwen3-4B-Thinking-2507 and Llama-3.1-8B-Instruct, achieving up to a 15% relative improvement.

URL PDF HTML 收藏
2607.09073 2026-07-13 cs.LG 新提交

Pitfalls and Remedies for Multi-Task Bayesian Optimization

多任务贝叶斯优化的陷阱与补救措施

Carl Hvarfner, Sam Daulton, Max Balandat, Eytan Bakshy

机构 * Meta(元)

AI总结 研究多任务贝叶斯优化的陷阱与补救措施,发现其在简单情况下也会误估跨任务相关性,将失败归因于任务标准化和边际似然问题,提出三种补救措施,在简单实例上有效果,复杂实例中仍存在问题。

详情
AI中文摘要

贝叶斯优化通常会利用相关源任务的数据对目标实验进行热启动,多任务高斯过程是用于此任务的典型替代模型。我们在可控环境下重新审视了这一默认设置,发现即使在最简单的非平凡情况下,即仿射相关的源任务和目标任务中,它也会错误估计跨任务相关性,而有效的迁移学习方法在此应能成功。我们将失败归因于两个独立的结构机制。任务标准化(解决仿射切片模糊性的典型方法)会将有限样本对齐误差传播到恢复的相关性中。边际似然本身仅以高斯过程在非重叠设计中进一步稀释的样本速率识别相关性。我们从分析中提出了三种保守的补救措施:将每个任务的均值和尺度提升为模型参数,将任务协方差限制为非负相关性,以及将部分源设计和目标设计共定位。在合成多任务问题和基于替代模型的超参数调整迁移中,这些补救措施在简单实例上恢复了仅针对目标的基线,而在更难的实例以及大多数基于秩和潜在上下文的变体中,更广泛的失败仍然存在。

英文摘要

Bayesian optimization routinely warm-starts a target experiment with data from related source tasks, and the multi-task Gaussian process is the textbook surrogate for the job. We revisit this default in a controlled setting and find that it misestimates the cross-task correlation even in the simplest non-trivial case, affinely related source and target tasks, where a working transfer learning method should obviously succeed. We trace the failure to two independent structural mechanisms. Per-task standardization, the textbook fix for the affine slice ambiguity, propagates a finite-sample alignment error into the recovered correlation. The marginal likelihood itself identifies the correlation only at a per-sample rate that a Gaussian process at non-overlapping designs further dilutes. We propose three conservative remedies that follow from the analysis: promoting per-task means and scales to model parameters, restricting the task covariance to non-negative correlations, and co-locating part of the source and target designs. Across synthetic multi-task problems and surrogate-based hyperparameter tuning transfer, these remedies recover the target-only baseline on the simple instances, while the broader failure persists on harder instances and across most rank-based and latent-context variants.

URL PDF HTML 收藏
2607.05734 2026-07-13 cs.IR cs.AI 新提交

SCOReD: Student-Aware CoT Optimization for Recommendation Distillation

SCOReD:用于推荐蒸馏的学生感知思维链优化

Haz Sameen Shahgir, Yufei Li, Xiaohan Wei, Yunchen Pu, Fei Tian, Chonglin Sun, Frank Shyu, Sandeep Pandey, Luke Simon, Yue Dong, Xi Liu

机构 * University of California Riverside(加州大学河滨分校) Meta AI

AI总结 研究针对推荐蒸馏中原始教师轨迹不适用于任务的问题,提出SCOReD框架,先解析教师轨迹片段并评分,再动态选择编辑操作,使轨迹适应学生输出分布,训练能为学生模型提供清晰信号,提升指标并减少推理长度。

Comments 31 pages

详情
AI中文摘要

推荐领域中的思维链蒸馏是强化学习训练的必要前提,但原始教师轨迹不适用于此任务。大型教师在处理推荐任务时推理不确定性异常高,反复检查答案却不修改;在此类轨迹上进行监督微调会产生从不修改初始猜测的冗长学生模型。此外,由于推荐领域的新颖性,教师的推理轨迹对小型学生语言模型来说分布严重不同。我们提出了用于推荐蒸馏的学生感知思维链优化(SCOReD),这是一个针对推荐量身定制的思维链优化框架,它首先将每个教师轨迹解析为类型化片段,并利用学生语言模型的注意力对每个片段的重要性进行评分。然后,SCOReD根据学生给出的编辑后的答案的输出长度和比较对数概率提升,动态地为每个片段选择编辑操作(保留/重写/融合/修剪)。因此,SCOReD在保留信息密集部分的同时修剪推理轨迹的冗余部分,并使原始教师轨迹适应学生的输出分布。在SCOReD优化的思维链上进行训练为学生模型提供了更清晰的学习信号,在归一化折损累计增益(NDCG)上比基线监督微调提高了1.56%,在召回率@5上提高了1.9%,同时推理长度减少了27.3%。

英文摘要

Chain-of-thought (CoT) distillation in the recommendation domain is a necessary precursor to RL training, but raw teacher traces are ill-suited to this task. Large teachers approach the recommendation task with unusually high reasoning uncertainty, repeatedly rechecking their answers without revising them; supervised fine-tuning on such traces produces verbose students that never revise their initial guess. Furthermore, due to the novelty of the recommendation domain, the teacher's reasoning traces are highly out-of-distribution for the small student LLM. We propose Student-Aware CoT Optimization for Recommendation Distillation (SCOReD), a CoT optimization framework tailored to recommendation that first parses each teacher trace into typed segments and uses the student LLM's attention to score the importance of each segment. Then SCOReD dynamically selects a per-segment edit (KEEP / REWRITE / FUSE / PRUNE) based on the output length and comparative log probability lift of the answer given the edit as per the student. Therefore, SCOReD prunes redundant sections of the reasoning trace while preserving information-dense sections and adapts raw teacher traces to the student's output distribution. Training on SCOReD-optimized CoTs provides a cleaner learning signal to the student model and improves over baseline SFT by 1.56% NDCG and 1.9% Recall@5, while reducing reasoning length by 27.3%.

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

Remember When It Matters: Proactive Memory Agent for Long-Horizon Agents

记住重要时刻:用于长期任务智能体的主动记忆智能体

Yifan Wu, Lizhu Zhang, Yuhang Zhou, Mingyi Wang, Bo Peng, Serena Li, Xiangjun Fan, Zhuokai Zhao

机构 * Meta AI(元人工智能公司)

AI总结 研究长期任务中智能体决策时行为状态衰减问题,提出用主动记忆智能体并行干预,更新记忆库并决定是否提醒。该方法在多个基准测试中提升了智能体性能,消融实验证明其优势,还训练模型实现部分迁移。

详情
AI中文摘要

在长期任务中,与决策相关的状态常常分散在不断扩展的轨迹中,而行动智能体必须找出这些状态并采取行动。随着轨迹增长,任务要求、环境事实、先前尝试、诊断和未完成的子目标可能会被埋没在上下文窗口中或超出其范围,无法在需要时影响决策,这种失败模式被称为“行为状态衰减”。我们将记忆视为一种主动干预机制而非被动检索。一个单独的记忆智能体与未修改的行动智能体并行运行,从最近的轨迹更新结构化记忆库,并决定是注入基于记忆的提醒还是保持沉默。该模块可即插即用于前沿行动智能体和现有智能体框架。在Terminal - Bench 2.0和$\tau^2$-Bench上,它提高了较弱和较强行动智能体的pass@1,在Terminal - Bench上提升了8.3个百分点,在$\tau^2$-Bench上提升了6.8个百分点。消融实验表明选择性干预优于被动库暴露、始终注入、仅顾问指导和一般检索。作为迈向开放权重记忆策略的早期步骤,我们使用SFT和GRPO在SETA上训练Qwen3.5 - 27B,提高了验证奖励并实现了向Terminal - Bench的部分迁移。

英文摘要

In long-horizon tasks, decision-relevant state is often scattered across an expanding trajectory, while the action agent must surface it and act. As trajectories grow, task requirements, environment facts, prior attempts, diagnoses, and open subgoals can be buried in the context window or pushed beyond it, failing to influence decisions when needed. We call this failure mode "behavioral state decay". We study memory as an active intervention mechanism rather than passive retrieval. A separate memory agent runs alongside an unmodified action agent, updating a structured memory bank from the recent trajectory and deciding whether to inject a memory-grounded reminder or remain silent. The module is plug-and-play with frontier action agents and existing agent harnesses. Across Terminal-Bench 2.0 and $τ^2$-Bench, it improves pass@1 for both weaker and stronger action agents, with gains of +8.3 pp on Terminal-Bench and +6.8 pp on $τ^2$-Bench. Ablations show that selective intervention outperforms passive bank exposure, always-on injection, advisor-only guidance, and general retrieval. As an early step toward open-weight memory policies, we train Qwen3.5-27B on SETA using SFT and GRPO, improving validation reward and achieving partial transfer to Terminal-Bench.

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

GIRAF: Towards Generalizable Human Interactions with Articulated Objects

GIRAF:迈向与关节物体的可泛化人类交互

Xiaohan Zhang, Sebastian Starke, Alexander Winkler, Federica Bogo, Samir Aroudj, Yuting Ye

机构 * Meta(元)

AI总结 针对合成与关节物体的逼真全身人类交互难题,现有模型有局限。本文提出文本条件扩散模型,通过以物体为中心的表示、混合域训练策略和基于接触的增强方案应对挑战,实验证明其对未见物体配置泛化能力强,超越现有方法。

Comments 12 pages, 6 figures, 3 tables. Accepted at the Third Workshop on Human Motion Generation (HuMoGen), CVPR 2026

详情
AI中文摘要

合成与关节物体逼真的全身人类交互是具身人工智能和图形学的一项基本挑战,应用于机器人训练和虚拟代理。现有模型存在局限,一些关注与静态物体的简单活动,另一些仅专注手部操作。本文提出生成协调全身运动的问题,关键在于联合推理运动、细粒度接触和物体关节。模型要捕捉跨物体几何形状的手部与物体对应关系,实现从导航到操作的无缝过渡。同时,大规模配对运动场景数据稀缺,难以泛化到不同物体位置和形状。我们引入文本条件扩散模型,通过以物体为中心的表示、混合域训练策略和基于接触的增强方案应对挑战。实验表明,该方法对未见物体配置具有强大的泛化能力,超越当前最先进方法。

英文摘要

Synthesizing realistic full-body human interactions with articulated objects is a fundamental challenge for embodied AI and graphics, with applications in robotics training and virtual agents. Existing models remain limited: some focus on simple activities with static objects, while others restrict attention to hand-only manipulation. This leaves open the problem of generating coordinated full-body motion that approaches, manipulates, and moves articulated objects in a realistic and generalizable way. The key difficulty lies in reasoning jointly about locomotion, fine-grained contact, and object articulation. Models must capture subtle hand-object correspondences that transfer across object geometries, while also producing seamless transitions from navigation to manipulation. At the same time, the scarcity of large-scale paired motion-scene data makes it difficult to generalize across diverse object positions and shapes. We introduce a text-conditioned diffusion model that addresses these challenges through three core ideas: an object-centric representation that unifies hand-object contact with object surfaces, a mixed-domain training strategy that balances locomotion and interaction, and a contact-based augmentation scheme that expands training diversity. Through experiments, our method demonstrated strong generalization to unseen object configurations, surpassing current state-of-the-art methods.

URL PDF HTML 收藏