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

高校专区

Cornell University(康奈尔大学)

至 收录 804
2607.17585 2026-07-21 cs.CV 新提交

Pixel-Space Diffusion Transformers

像素空间扩散变换器

Renye Yan, Jikang Cheng, You Wu, Ling Liang, Wei Peng, Athanasios V. Vasilakos, Qingyu Zhao, Yu Zhang, Ehsan Adeli, Kilian M. Pohl, Guoying Zhao

机构 * Peking University(北京大学) Nanjing University(南京大学) Stanford University(斯坦福大学) Cornell University(康奈尔大学) University of Oulu(奥卢大学)

AI总结 本文探讨像素空间扩散变换器,针对潜在扩散模型的局限,研究直接对原始像素建模的像素空间扩散方法,介绍其在高维建模中的挑战与多模态建模优势,从多方面回顾pDiTs,总结方法、识别挑战并展望未来方向。

详情
AI中文摘要

潜在扩散模型(LDMs)通过在VAE压缩的潜在空间中去噪来实现高效的高分辨率图像合成。然而,固定视觉tokenizer会丢弃精细纹理和结构细节,且单独的表示和扩散训练会导致重建与生成目标不匹配。这些限制使人们重新关注像素空间扩散,它直接对原始像素建模,消除VAE瓶颈并支持端到端优化。这虽更符合高保真生成需求,但在高维建模中带来挑战。像素空间建模也为统一多模态系统提供了基础。本文从模型架构、连续生成机制和统一多模态建模角度回顾像素空间扩散变换器(pDiTs),总结方法、识别挑战并探讨未来方向。

英文摘要

Latent diffusion models (LDMs) enable efficient high-resolution image synthesis by denoising in a VAE-compressed latent space. However, fixed visual tokenizers can discard fine textures and structural details, while separate representation and diffusion training creates a mismatch between reconstruction and generation objectives. These limitations have renewed interest in pixel-space diffusion, which models raw pixels directly, removes the VAE bottleneck, and supports end-to-end optimization. This formulation better matches the demands of high-fidelity generation but introduces challenges in high-dimensional modeling, including noise scheduling, loss weighting, token efficiency, and scalable architecture design. Pixel-space modeling also offers a promising basis for unified multimodal systems: raw pixels, text, and task conditions can be represented in a shared token space and jointly processed by a single Transformer, narrowing the gap between visual understanding and generation. This paper reviews Pixel-Space Diffusion Transformers (pDiTs) from the perspectives of model architecture, continuous generative mechanisms, and unified multimodal modeling. We summarize representative methods, identify key technical challenges, and discuss future directions toward high-fidelity, end-to-end vision foundation models that integrate generation and understanding.

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

The generator is the tracker: Multi-object tracking by painting persistent identity colours

生成器即跟踪器:通过绘制持久身份颜色进行多目标跟踪

Haiyu Yang, Miel Hostens

机构 * Cornell University(康奈尔大学)

AI总结 研究多目标跟踪问题,核心方法是用轻量级LoRA微调文本到视频扩散模型生成带持久身份颜色的视频,无需传统跟踪组件。主要贡献是在DanceTrack测试服务器上达到40.3 HOTA,有独特错误分布,颜色分配可在遮挡后重新识别身份。

详情
AI中文摘要

多目标跟踪(MOT)传统上分解为检测后关联,对象身份作为外部状态维护,如跟踪缓冲区、运动模型和外观嵌入。本文探讨视频生成器能否在像素中维护该状态。通过用轻量级上下文LoRA微调22B文本到视频扩散模型(LTX - 2.3),将RGB视频转换为ID映射视频,每个人被赋予持续不变的独特颜色。长视频按链式窗口生成,每个窗口以上一个窗口的清理尾部为条件。简短的延续微调使模型扩展给定颜色,之后身份无需跟踪器、运动模型和重新识别模块即可在链中流动。在DanceTrack测试服务器上,该系统达到40.3 HOTA,虽低于当前专业水平,但具有独特的错误分布:关联分数(AssA 44.1)超过原始基准套件中的所有跟踪器,检测是唯一不足。控制比较表明机制很重要:经典事后关联得分将相同生成窗口链接起来效果差2倍(18.2 HOTA),帧到帧IoU关联会分割跟踪,而生成器的颜色能保持跟踪完整。在383个挖掘的遮挡事件中,生成器在间隙后以42%的条件率重新获取身份,而外观嵌入基线得分为零,包括长于其时间上下文的间隙,证明生成器的颜色分配起到了紧急重新识别信号的作用。最后作者发布了代码、检查点和完整的预注册实验日志。

英文摘要

Multi-object tracking (MOT) is conventionally decomposed into detection followed by association, with object identity maintained as external state: track buffers, motion models, and appearance embeddings. We ask whether a video generator can maintain that state in pixels. We fine-tune a 22B text-to-video diffusion model (LTX-2.3) with a lightweight in-context LoRA to translate an RGB clip into an ID-map clip, a video in which every person is painted a flat, distinct color that persists over time: same color, same identity. Long videos are generated as chained windows, where each window is conditioned on the cleaned tail of the previous one. A brief continuation fine-tune teaches the model to extend a given coloring, after which identity flows through the chain with no tracker, no motion model, and no re-identification module. On the DanceTrack test server, our system, to our knowledge the first generative tracker evaluated there and the only entry with no detector and no tracking stack, reaches 40.3 HOTA. This is well below today's specialist state of the art (>=70 HOTA), but with a unique, inverted error profile: its association score (AssA 44.1) exceeds every tracker of the original benchmark suite while detection remains the sole deficit. Controlled comparisons show the mechanism matters: the same generated windows linked by classical post-hoc association score 2x worse (18.2 HOTA), and frame-to-frame IoU association fragments tracks that the generator's colors keep whole. On 383 mined occlusion events, the generator re-acquires identities after gaps at a 42% conditional rate where appearance-embedding baselines score zero, including gaps longer than its temporal context, evidence that the generator's color assignment functions as an emergent re-identification signal. We release code, checkpoints, and the full pre-registered experimental log.

URL PDF HTML 收藏
2603.16011 2026-07-21 cs.SE cs.AI cs.CL 版本更新

FormulaCode: Evaluating Agentic Optimization on Large Codebases

FormulaCode: 评估在大规模代码库上进行代理优化

Atharva Sehgal, James Hou, Akanksha Sarkar, Ishaan Mantripragada, Swarat Chaudhuri, Jennifer J. Sun, Yisong Yue

机构 * The University of Texas at Austin(德克萨斯大学奥斯汀分校) California Institute of Technology(加州理工学院) Cornell University(康奈尔大学)

AI总结 FormulaCode是一个评估大型真实代码库上代理优化能力的基准,包含957个从科学Python仓库挖掘出的性能瓶颈,配以专家撰写的补丁和平均264.6个社区维护的性能工作负载,揭示了前沿LLM代理在多目标优化上的重大挑战。

Comments ICML Camera Ready Version

详情
AI中文摘要

大型语言模型(LLM)编码代理越来越多地在仓库层面运作,这促使了评估其在现实约束下优化整个代码库能力的基准。现有代码基准大多依赖合成任务、二进制正确性信号或单目标评估,限制了其评估整体优化行为的能力。我们介绍了FormulaCode,这是一个评估在大规模真实代码库上进行代理优化的基准,包含从GitHub上科学Python仓库挖掘出的957个性能瓶颈,每个瓶颈配以专家撰写的补丁,并平均每个任务有264.6个社区维护的性能工作负载,使LLM代理能够在现实的正确性和性能约束下全面优化代码库的能力。我们的评估揭示了在仓库级、多目标优化上仍然是前沿LLM代理的主要挑战。项目网站:https://formula-code.github.io

英文摘要

Large language model (LLM) coding agents increasingly operate at the repository level, motivating benchmarks that evaluate their ability to optimize entire codebases under realistic constraints. Existing code benchmarks largely rely on synthetic tasks, binary correctness signals, or single-objective evaluation, limiting their ability to assess holistic optimization behavior. We introduce FormulaCode, a benchmark for evaluating agentic optimization on large, real-world codebases with fine-grained, multi-objective performance metrics. FormulaCode comprises 957 performance bottlenecks mined from scientific Python repositories on GitHub, each paired with expert-authored patches and, on average, 264.6 community-maintained performance workloads per task, enabling the holistic ability of LLM agents to optimize codebases under realistic correctness and performance constraints. Our evaluations reveal that repository-scale, multi-objective optimization remains a major challenge for frontier LLM agents. Project website at: https://formula-code.github.io

URL PDF HTML 收藏
2505.12546 2026-07-21 cs.CL cs.CY cs.LG

Extracting memorized pieces of (copyrighted) books from open-weight language models

从开放式语言模型中提取记忆中的(受版权保护)书籍

A. Feder Cooper, Mark A. Lemley, Allison Casasola, Ahmed Ahmed, Aaron Gokaslan, Amy B. Cyphert, Christopher De Sa, Daniel E. Ho, Percy Liang

机构 * Stanford University(斯坦福大学) Yale University(耶鲁大学) Cornell University(康奈尔大学) West Virginia University(西弗吉尼亚大学)

AI总结 研究通过测量书籍在语言模型中的记忆程度,发现大多数模型不完整记忆书籍,但部分模型如Llama 3.1 70B能完整记忆某些书籍,对版权案件有重要影响。

Comments COLM 2026

详情
AI中文摘要

版权诉讼中,原告和被告常对立争论大型语言模型(LLMs)是否记忆受保护的书籍内容。本文开发了一种测量书籍记忆程度的技术,应用于200本书和14个开放式语言模型,通过3000多项实验显示记忆程度因模型和书籍而异。研究发现大多数LLM不完整记忆书籍,但某些模型如Llama 3.1 70B能完整记忆某些书籍,如《哈利波特与魔法石》,可利用书籍开头几词作为提示词确定性提取整本书。结果对版权案件有重要影响,但不明确偏向任何一方。

英文摘要

Plaintiffs and defendants in copyright lawsuits over generative AI often make sweeping, opposing claims about the extent to which large language models (LLMs) memorize protected expression from books in their training data. We show that these polarized positions dramatically oversimplify the relationship between memorization and copyright. To do so, we develop a technique to measure memorization of books, which we apply to 200 books and 14 open-weight LLMs. Through over 3000 experiments, we show that memorization varies both by model and book. With respect to our specific extraction methodology, we find that most LLMs do not memorize most books -- either in whole or in part; however, there are notable exceptions. For instance, Llama 3.1 70B entirely memorizes some books, like Harry Potter and the Sorcerer's Stone; memorization is so extensive that one can deterministically extract the whole book almost verbatim using the book's first few words as an initial prompt. We discuss why our results have significant implications for copyright cases, though not ones that unambiguously favor either side.

URL PDF HTML 收藏
2512.10279 2026-07-21 cs.GT cs.AI cs.MA econ.TH q-bio.PE 版本更新

Computing Evolutionarily Stable Strategies in Imperfect-Information Games

不完全信息博弈中的进化稳定策略计算

Sam Ganzfried

机构 * Ganzfried Research, Cornell University(甘兹弗里德研究,康奈尔大学)

AI总结 提出一种算法计算对称完美回忆不完全信息扩展式博弈中的进化稳定策略,适用于两人及多人博弈,能处理退化与非退化情形,并具有任意时间特性。

详情
AI中文摘要

我们提出了一种算法,用于计算对称完美回忆不完全信息扩展式博弈中的进化稳定策略(ESSs)。我们的主要算法针对两人博弈,并描述了如何将其扩展到多人博弈。该算法是可靠的,能够计算非退化博弈中的所有ESSs,以及在包含无限连续对称纳什均衡的退化博弈中的一部分ESSs。该算法是任意时间的,可以提前停止以找到一个或多个ESSs。我们在一个不完全信息癌症信号博弈以及随机博弈上进行了实验,以展示其可扩展性。

英文摘要

We present an algorithm for computing evolutionarily stable strategies (ESSs) in symmetric perfect-recall extensive-form games of imperfect information. Our main algorithm is for two-player games, and we describe how it can be extended to multiplayer games. The algorithm is sound and computes all ESSs in nondegenerate games and a subset of them in degenerate games which contain an infinite continuum of symmetric Nash equilibria. The algorithm is anytime and can be stopped early to find one or more ESSs. We experiment on an imperfect-information cancer signaling game as well as random games to demonstrate scalability.

URL PDF HTML 收藏
2509.23185 2026-07-21 cs.RO 版本更新

Physically-Feasible Reactive Synthesis for Terrain-Adaptive Locomotion

用于地形自适应运动的物理可行反应式合成

Ziyi Zhou, Qian Meng, Hadas Kress-Gazit, Ye Zhao

机构 * Georgia Institute of Technology(佐治亚理工学院) Cornell University(康奈尔大学)

AI总结 针对四足动物在动态变化地形的运动规划问题,提出综合规划框架,结合反应式合成与混合整数凸规划,采用符号修复机制,经实验验证该框架能识别缺失技能并在关键环境有效响应。

详情
AI中文摘要

我们提出了一个用于四足动物在动态变化、不可预见地形上运动的综合规划框架。现有方法在实时立足点选择上常依赖启发式方法,限制了鲁棒性和适应性,或依赖复杂地形和长视野上计算密集的轨迹优化。相比之下,我们的方法将用于生成构造正确的符号级控制器的反应式合成与用于每个符号转换期间动态且物理可行的脚步规划的混合整数凸规划相结合。为减少对昂贵的混合整数凸规划求解的依赖并适应因物理不可行可能违反的规范,我们采用一种符号修复机制,仅选择性地生成所需的符号转换。在执行过程中,基于实际地形数据的实时混合整数凸规划重新规划,结合运行时符号修复和延迟感知协调,实现离线合成与在线操作之间的无缝衔接。通过广泛的模拟和硬件实验,我们验证了该框架识别缺失运动技能并在安全关键环境中有效响应的能力,包括散落的踏脚石和钢筋场景。

英文摘要

We present an integrated planning framework for quadrupedal locomotion over dynamically changing, unforeseen terrains. Existing methods often depend on heuristics for real-time foothold selection-limiting robustness and adaptability-or rely on computationally intensive trajectory optimization across complex terrains and long horizons. In contrast, our approach combines reactive synthesis for generating correct-by-construction symbolic-level controllers with mixed-integer convex programming (MICP) for dynamic and physically feasible footstep planning during each symbolic transition. To reduce the reliance on costly MICP solves and accommodate specifications that may be violated due to physical infeasibility, we adopt a symbolic repair mechanism that selectively generates only the required symbolic transitions. During execution, real-time MICP replanning based on actual terrain data, combined with runtime symbolic repair and delay-aware coordination, enables seamless bridging between offline synthesis and online operation. Through extensive simulation and hardware experiments, we validate the framework's ability to identify missing locomotion skills and respond effectively in safety-critical environments, including scattered stepping stones and rebar scenarios.

URL PDF HTML 收藏
2607.15528 2026-07-20 cs.LG cs.CR cs.DS 新提交

Publicly-Verifiable Certificates for Statistical Algorithms

统计算法的公开可验证证书

Michael Ngo, Michael P. Kim

机构 * MIT(麻省理工学院) Cornell University(康奈尔大学)

AI总结 本文在Goldwasser等人的交互式学习证明框架基础上,定义公开可验证统计有效性证书(pvCSV),在自适应统计查询算法中构建pvCSV,认证k次自适应查询的SQ算法,样本复杂度为O(log k),并研究了SQ模型中的学习证明系统。

详情
AI中文摘要

继Goldwasser、Rothblum、Shafer和Yehudayoff定义交互式学习证明框架后,本文开启非交互式学习证明研究。定义并研究公开可验证统计有效性证书(pvCSV),学习者发布假设h和对应证书π,用户据此高效判定假设有效性。在自适应统计查询(SQ)算法中构建pvCSV,认证k次自适应查询的SQ算法,其样本复杂度为O(log k),而最佳学习算法为Õ(√k)。还研究了SQ模型中的学习证明系统,展示其优缺点。

英文摘要

Following Goldwasser, Rothblum, Shafer, and Yehudayoff, who defined a framework for interactive proofs of learning [ITCS'21], we initiate the study of non-interactive proofs of learning. We define and study a new notion: Publicly-Verifiable Certificates of Statistical Validity (pvCSVs), which allow for public, distributionally-robust certification that the result of a learning algorithm is valid. In a pvCSV, a learner publishes a hypothesis $h$ and corresponding certificate $π$; then, any user, who holds a user-specific distribution, can read the pair $(h,π)$ and determine efficiently whether the hypothesis is valid according to the user-specific distribution. We construct pvCSVs in the context of Adaptive Statistical Query (SQ) Algorithms. To certify SQ algorithms that makes $k$ adaptive queries, we construct pvCSVs where the sample complexity scales with $O(\log k)$, whereas the sample complexity of the best learning algorithms scale with $\tilde{O}(\sqrt{k})$. More generally, we study proof systems for learning in the SQ model, demonstrating the model's strengths as well as its limitations.

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

A zero-one law for one-shot system identification

一次性系统识别的零一律

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

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

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

Comments 8 pages, 2 figures

详情
AI中文摘要

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

英文摘要

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

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

NAMESAKES: Probing Identity Memorization in Text-to-Image Models

NAMESAKES: 探究文本到图像模型中的身份记忆

Morris Alper, Vasudha Varadarajan, Moran Yanuka, Angelina Wang, Hadar Averbuch-Elor

机构 * Carnegie Mellon University(卡内基梅隆大学) Tel Aviv University(特拉维夫大学) Cornell University(康奈尔大学)

AI总结 提出一种黑盒行为探针,无需参考照片或训练数据,即可区分文本到图像模型生成的图像是记忆还是虚构,并在NAMESAKES数据集上验证其有效性。

Comments Project page: https://namesakes-web.github.io

详情
AI中文摘要

文本到图像(T2I)模型在提示其姓名时,会生成某些个体的逼真肖像,这引发了隐私问题。然而,区分生成的面孔是记忆还是虚构的,目前需要真实照片、训练数据访问权限或模型内部的白盒访问,限制了适用性。我们引入了一种完全黑盒的行为探针,可以在无需参考照片或事先了解训练数据的情况下区分这两种情况。为了基准测试这一任务,我们提出了NAMESAKES数据集,包含一千多个不同知名度水平的公众人物的姓名和面孔,以及经过扰动的、知名度较低的姓名。对最先进的T2I模型的实验表明,我们的探针能够显著预测身份记忆,并将记忆的姓名与未识别的姓名区分开来,并进一步揭示了不同模型系列之间的差异。

英文摘要

Text-to-image (T2I) models generate realistic likenesses of some individuals when prompted with their names, raising privacy concerns. However, distinguishing whether a generated face is memorized or fabricated currently requires ground-truth photos, access to training data, or white-box access to model internals, limiting applicability. We introduce a fully black-box behavioral probe that distinguishes between memorized and unrecognized names, while requiring no reference photos or prior knowledge of training data. To benchmark this task, we present the NAMESAKES dataset of over one thousand names and faces of public figures spanning a wide range of fame levels, along with perturbed, less famous names. Experiments on state-of-the-art T2I models show that our probe substantially predicts identity memorization and separates memorized from unrecognized names, with further insights into differences across model families.

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

Dysco: Dynamic Subspace Boosting to Mitigate LoRA Interference in Federated Learning

Dysco:动态子空间增强以减轻联邦学习中的LoRA干扰

Haobo Zhang, Jiankun Wang, Suraj Rajendran, Weishen Pan, Lam Tsoi, Yong Chen, Fei Wang, Jiayu Zhou

机构 * University of Michigan(密歇根大学) Cornell University(康奈尔大学) University of Pennsylvania(宾夕法尼亚大学)

AI总结 研究针对联邦学习中异构客户端使LoRA聚合不稳定的问题,提出动态子空间增强方法Dysco,通过联邦动态分配特定客户端LoRA子空间,经实验验证其能减少干扰、降低训练损失、提升算法性能且开销小。

Comments 33 pages, 10 figures, 11 tables

详情
AI中文摘要

大型预训练模型的联邦微调越来越依赖低秩适应(LoRA)来减少通信和计算,但异构客户端会使适配器聚合不稳定。我们将数据参数干扰识别为这种不稳定性的几何根源。这种干扰由LoRA更新子空间与客户端激活之间的对齐控制,这表明联邦LoRA聚合不仅应视为参数平均,还应视为子空间分配。我们提出了动态子空间增强(Dysco),这是一种插件方法,以联邦和动态的方式分配特定于客户端的LoRA子空间。在每一轮中,客户端从本地表示中计算对激活不敏感的子空间,并仅传输所得的基;服务器然后通过一个封闭形式的解决方案构建特定于客户端的合并子空间,该解决方案最大化与其他客户端不敏感方向的兼容性。为了处理表示漂移,Dysco执行多轮子空间增强,以保留过去的更新方向,同时适应未来的表示。我们提供了一种收敛分析,将数据参数干扰作为聚合误差项嵌入标准联邦优化界,并证明Dysco的服务器固定合并子空间对该误差产生更紧的上界。在受控的合成联邦任务以及使用Llama-3.2-1B进行的MIMIC-IV临床笔记分类实验表明,Dysco大大减少了干扰,相对于理论确定的正交子空间划分下的基线,最终轮合成训练损失降低了多达9倍,在MIMIC上对所有五种测试的联邦学习算法提高了多达4.3%,优于最近的联邦LoRA方法,并且仅增加了0.9%的挂钟开销。我们的代码可在此https URL上获取。

英文摘要

Federated fine-tuning of large pre-trained models increasingly relies on Low-Rank Adaptation (LoRA) to reduce communication and computation, but heterogeneous clients can make adapter aggregation unstable. We identify the data-parameter interference as a geometric source of this instability. This interference is controlled by the alignment between LoRA update subspaces and client activations, suggesting that federated LoRA aggregation should be viewed not only as parameter averaging but also as subspace allocation. We propose Dynamic Subspace Boosting (Dysco), a plug-in method that allocates client-specific LoRA subspaces in a federated and dynamic manner. In each round, clients compute activation-insensitive subspaces from local representations and transmit only the resulting bases; the server then constructs client-specific merged subspaces through a closed-form solution that maximizes compatibility with other clients' insensitive directions. To handle representation drift, Dysco performs multi-round subspace boosting to preserve past update directions while adapting to future representations. We provide a convergence analysis that embeds the data-parameter interference as an aggregation-error term in a standard federated optimization bound, and prove that Dysco's server-fixed merged subspaces yield a tighter upper bound on this error. Experiments on controlled synthetic federated tasks and on MIMIC-IV clinical-note classification with Llama-3.2-1B show that Dysco substantially reduces interference, reduces the final-round synthetic training loss by up to 9 times relative to baselines under the orthogonal-subspace partition the theory identifies, improves all five tested FL algorithms by up to 4.3% on MIMIC, outperforms recent federated LoRA methods, and adds only 0.9% wall-clock overhead. Our code is available at https://github.com/illidanlab/Dysco.

URL PDF HTML 收藏
2607.14338 2026-07-17 cs.CV cs.AI cs.LG 新提交

Beyond scalar losses: calibrating segmentation models via gradient vector field surgery

超越标量损失:通过梯度向量场手术校准分割模型

Laurin Lux, Alexander H. Berger, Moritz Knolle, Daniel Rückert, Johannes C. Paetzold

机构 * School of Computation, Information and Technology, TUM(慕尼黑工业大学计算、信息与技术学院) Munich Center for Machine Learning(慕尼黑机器学习中心) Department of Radiology, Weill Cornell Medicine(威尔康乃尔医学院放射科) School of Medicine and Health, TUM University Hospital(慕尼黑工业大学医院医学与健康学院) Cornell Tech(康奈尔科技学院) Department of Computing, Imperial College London(伦敦帝国理工学院计算系)

AI总结 研究针对基于区域损失函数训练的分割模型校准不佳问题,提出对梯度向量场进行“手术”,即给损失偏导数添加因子,依预测误差线性缩放梯度大小,经2D和3D医学分割任务验证该方法有效且能保持高预测准确性。

Comments MIDL 2026. Published version: https://proceedings.mlr.press/v315/lux26a.html

Journal ref Proceedings of Machine Learning Research 315:3397-3423, 2026

详情
AI中文摘要

基于区域的损失函数,如骰子损失,已成为高度类别和区域不平衡分割任务的事实上的标准。然而,使用基于区域的损失函数训练的模型校准不佳,通常会产生过度自信的预测。在医学成像应用中,这种校准错误阻碍了临床应用。在这项工作中,我们概述了一种关于这种过度自信的新梯度观点,并展示了它如何影响基于区域的损失函数。我们提出对梯度向量场进行“手术”,作为一种简单而有效的干预措施来减轻校准问题。这种手术在损失的偏导数中添加一个因子,根据预测误差线性缩放梯度的大小。在2D和3D医学分割任务的实证评估中,我们证明了这种干预的有效性,同时当与任何基于区域的损失函数结合使用时保持高预测准确性。

英文摘要

Region-based loss functions, such as the Dice loss, have established themselves as the de facto standard for highly class- and region-imbalanced segmentation tasks. However, models trained using region-based loss functions are notoriously miscalibrated and typically yield over-confident predictions. In medical imaging applications, such as defining tumor resection margins, this miscalibration is hindering clinical adoption. In this work, we outline a novel gradient perspective on this overconfidence and show how it affects region-based loss functions. We propose a "surgery" on the gradient vector field as a simple, yet effective intervention to mitigate calibration issues. This surgery adds a factor to the loss's partial derivative, scaling the gradient's magnitude linearly with the prediction error. In empirical evaluations across 2D and 3D medical segmentation tasks, we demonstrate the effectiveness of this intervention while maintaining high prediction accuracy when used in conjunction with any region-based loss function.

URL PDF HTML 收藏
2607.14047 2026-07-17 cs.RO cs.HC cs.SY eess.SY 版本更新

Zero2Skill: Bootstrapping Robot Skills through Autonomous Data Collection, Training, and Deployment

PhysClaw-0:一种通过语言修正实现机器人自主的共生智能体系统

Boyuan Wang, Zhenyuan Zhang, Zhiqin Yang, Peijun Gu, Shuya Wang, Xiaofeng Wang, Xianghui Ze, Yifan Chang, Guosheng Zhao, Jiangnan Shao, Guan Huang, Hengyu Liu, Yonggang Zhang, Wei Xue, Chunyuan Guan, Chenglin Pu, Yike Guo, Xingang Wang, Zheng Zhu

机构 * GigaAI(字节跳动人工智能实验室) University of Chinese Academy of Sciences(中国科学院大学) Hong Kong University of Science and Technology(香港科技大学) University of Leeds(利兹大学) Cornell University(康奈尔大学) Tsinghua University(清华大学) Nanjing University of Science and Technology(南京理工大学) The Chinese University of Hong Kong(香港中文大学) FAWTD(一汽技术开发部)

AI总结 研究针对自主数据收集问题,提出PhysClaw-0共生智能体系统,通过跨轮保留和重用修正、自主收集验证等方式,在真实机器人测试中减少人力时间,提高成功率,并提升验证者与人类一致性。

Comments WebPage: https://open-gigaai.github.io/Zero2Skill

详情
AI中文摘要

自主数据收集决定了用于操作策略学习的真实世界轨迹的数量和质量。现有流程通过自我重置、VLM验证或语言引导修正来减少人力,但相同故障复发时需重新进行情节范围内的修复,监督成本随会话长度而非不同问题数量增长。我们提出PhysClaw-0,这是一种人机共生智能体系统,修正可跨轮保留和重用。收集循环自主收集、验证和重置,仅在阶段耗尽明确重试预算时暂停以等待远程操作员。LLM解析器将自然语言话语映射到存储在纠正记忆中的结构化调整,因此相同条件下已解决的故障模式通常无需再次修正。在真实机器人桌面清理测试平台上,PhysClaw-0在将人类工作时间减少到16%的同时,达到了遥操作情节成功率。语言修正提高了所有四种评估设置下验证者与人类的一致性,并将平均单次尝试成功率从12.5%提高到47.5%(手臂选择方面从20.)

英文摘要

Autonomous data collection governs the volume and quality of real-world trajectories for manipulation policy learning. Existing pipelines reduce human effort via self-resetting, VLM verification, or language-guided correction, yet episode-scoped fixes must be reissued whenever the same failure recurs, so oversight cost grows with session length rather than with the number of distinct problems. We present Zero2Skill, a human-robot symbiotic agentic system in which corrections are retained and reused across rounds. The collection loop collects, verifies, and resets autonomously, pausing for a remote operator only when a phase exhausts an explicit retry budget. An LLM parser maps each natural-language utterance to a structured adjustment stored in Corrective Memory, so addressed failure modes typically need not be corrected again under the same conditions. On a real-robot desktop-clearing testbed, Zero2Skill matches teleoperation episode success while reducing human working time to 16%. Language corrections improve verifier-human agreement in all four evaluated settings and raise average single-attempt success from 12.5% to 47.5% (arm-selection: 20.0% to 50.0%). Policies fine-tuned on Zero2Skill data match teleoperation-trained policy success at a fraction of collection human cost.

URL PDF HTML 收藏
2601.05050 2026-07-17 cs.AI econ.GN q-fin.EC 版本更新

Large language models can effectively convince people to believe conspiracies

大语言模型能够有效地说服人们相信阴谋论

Thomas H. Costello, Kellin Pelrine, Matthew Kowal, Jasper Timm, Antonio A. Arechar, Jean-François Godbout, Adam Gleave, David Rand, Gordon Pennycook

机构 * Carnegie Mellon University(卡内基梅隆大学) York University(约克大学) Center for Research and Teaching in Economics(经济研究中心) MIT(麻省理工学院) Université de Montréal(蒙特利尔大学) Mila Cornell University(康奈尔大学) University of Regina(Regina大学)

AI总结 研究大语言模型能否有效说服人们相信阴谋论,通过四项实验发现其既能增加也能降低阴谋信念,反驳效果更佳,特定提示可降低支持阴谋论有效性,还存在信息分享上的真理不对称,有潜在技术方案减轻风险。

详情
AI中文摘要

大语言模型(LLMs)在多种情境下已被证明具有说服力。但尚不清楚这种说服力是否有利于准确性,或者不良行为者是否能同样轻易地利用大语言模型来传播错误信念。在此,我们通过四项实验来研究这个问题,3996名美国参与者与按要求反驳或支持阴谋论的大语言模型讨论他们不确定的阴谋论。在几个前沿模型中,我们没有发现真理优势的一致证据:大语言模型既能大幅增加也能降低平均阴谋信念,支持阴谋论的参与者认为大语言模型更有信息价值和协作性,且对人工智能的信任度更高。不过,反驳能引起信念的更大变化,后续的纠正能够扭转支持阴谋论的效果。此外,简单地促使模型只提供准确信息会大幅降低支持阴谋论的有效性,一个强大的前沿模型几乎完全拒绝支持阴谋论。最后,在信息分享方面存在明显的真理不对称:反驳对参与者撰写的模拟社交媒体帖子有很大的积极影响,而支持阴谋论则几乎没有效果。总体而言,我们的研究结果表明,人们并非天生就更不易受误导性人工智能的影响,而不是信息性人工智能的影响,但存在潜在的技术解决方案来减轻这种风险。

英文摘要

Large language models (LLMs) have been shown to be persuasive across a variety of contexts. But it remains unclear whether this persuasive power advantages accuracy, or if bad actors can just as easily use LLMs to promote misbeliefs. Here, we investigate this question across four experiments in which participants (N = 3996 Americans) discussed a conspiracy theory they were uncertain about with an LLM we instructed to either argue against ("debunking") or for ("bunking") that conspiracy. Across several frontier models (with standard guardrails but prompted to allow lying), we did not find consistent evidence of a truth advantage: the LLMs were able to both substantially increase and decrease average conspiracy belief, and participants in the bunking condition rated the LLM as more informative and collaborative, and reported greater trust in AI, than those who were in the debunking condition. More encouragingly, however, debunking induced more large changes in belief, and subsequent corrections were able to reverse the bunking effect. Furthermore, simply prompting the model to only provide accurate information dramatically reduced bunking effectiveness, and one powerful frontier model (GPT 5.2) almost entirely refused to promote conspiracies, suggesting that it is possible for the right guardrails to favor accurate beliefs. Finally, we did find a stark truth asymmetry in the context of information sharing: debunking had a large positive impact on mock social media posts composed by participants, while bunking had little effect. Overall, our findings show that people are not inherently less susceptible to AI that misleads than to AI that informs, but that potential technical solutions exist to mitigate this risk.

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

EMAGN: Efficient Multi-Attention Graph Network via Learned Clustering for Scalable Traffic Forecasting

EMAGN:基于学习聚类的高效多注意力图网络用于可扩展交通流量预测

Mingxing Xu, Rakesh Chowdary Machineni, Ke Liu, Xi Cheng, Chengqi Lu, Xin Hu, Lyuhao Chen, Xiangyu Li, Junwei You, Oliver Gao

机构 * Shanghai Jiao Tong University(上海交通大学) University of Michigan, Ann Arbor(密歇根大学安娜堡分校) University of California, Berkeley(加利福尼亚大学伯克利分校) Cornell University(康奈尔大学) Technische Universität Dresden(德累斯顿工业大学) Carnegie Mellon University(卡内基梅隆大学) The University of Texas at Austin(德克萨斯大学奥斯汀分校) University of Wisconsin–Madison(威斯康星大学麦迪逊分校)

AI总结 针对交通流量预测中自注意力机制扩展性有限的问题,提出EMAGN,通过学习聚类矩阵将空间注意力机制线性化,降低复杂度,实验表明其在准确性和效率上优于其他模型,扩展了可行模型配置。

详情
AI中文摘要

交通流量预测因复杂的时空依赖性而极具挑战。自注意力机制虽被广泛采用以建模动态和长距离依赖性并取得了先进性能,但因二次计算和内存复杂度而扩展性有限。为此,我们提出了高效多注意力图网络(EMAGN),受快速高维高斯滤波理论启发,将空间注意力机制线性化。两个学习聚类矩阵C_k和C_v将键值向量自适应分组为M个超级聚类,把复杂度从O(N^2 d)降至O(NMd),且不牺牲动态依赖性建模的注意力灵活性。在PEMS - BAY和METR - LA上的实验结果表明,EMAGN在MAE上比全注意力GMAN低2.7 - 3.2%,同时训练时间减少32%,推理时间减少38%,GPU内存减少58%。在K = 16个注意力头时,全注意力GMAN在标准11GB GPU上完全耗尽内存,而EMAGN仍可运行,展示了可行模型配置的显著扩展。由于其交通网络感知的自适应聚类,EMAGN在相同骨干网络下在准确性和效率上也超过了Linformer和Performer。

英文摘要

Traffic forecasting is highly challenging due to complex and nonlinear spatial and temporal dependencies. Self-attention mechanisms have been widely adopted to model dynamic and long-range dependencies, achieving state-of-the-art performance, but suffer from limited scalability due to quadratic computational and memory complexity. To address this, we propose an Efficient Multi-Attention Graph Network (EMAGN) that linearises the spatial attention mechanism itself, inspired by the theory of fast high-dimensional Gaussian filtering. Two learned clustering matrices C_k and C_v adaptively group key and value vectors into M super-clusters, reducing complexity from O(N^2 d) to O(NMd) without sacrificing the flexibility of attention for dynamic dependency modelling. Experimental results on PEMS-BAY and METR-LA show that EMAGN achieves accuracy within 2.7-3.2% MAE of full-attention GMAN while reducing training time by 32%, inference time by 38%, and GPU memory by 58%. Critically, at K=16 attention heads, full-attention GMAN runs out of memory on a standard 11 GB GPU entirely while EMAGN continues to operate, demonstrating a categorical expansion of feasible model configurations. EMAGN also surpasses Linformer and Performer in both accuracy and efficiency within the same backbone, owing to its traffic-network-aware adaptive clustering.

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

Cost-Optimal Foundation Model Deployment Portfolio for Transportation Management

用于交通管理的成本最优基础模型部署组合

Xi Cheng, Ke Liu, Siyuan Feng, Jane Lin, H. Oliver Gao

机构 * Cornell University(康奈尔大学) University of California, Berkeley(加州大学伯克利分校) The Hong Kong Polytechnic University(香港理工大学) University of Illinois Chicago(伊利诺伊大学芝加哥分校)

AI总结 研究交通管理中基础模型部署组合问题,提出FMDP混合整数规划,证明其NP难,给出多项式时间贪婪启发式算法,通过案例研究确定低成本组合,经盈亏平衡分析得出本地GPU投资合理的条件。

Comments Accepted at IEEE ITSC 2026

详情
AI中文摘要

基础模型,包括大语言模型(LLMs)和视觉语言模型(VLMs),越来越多地用于交通管理中心(TMC)任务,如异常检测、事件报告和旅行者信息。在TMC功能中部署多个此类模型会引发一个组合问题:每个功能应由哪个模型以何种部署模式在何种共享硬件预算下提供服务?我们将此表述为基础模型部署组合(FMDP)问题,这是一个混合整数规划问题,在共享GPU容量上,使总拥有成本(TCO)最小化,同时满足每个功能的质量、延迟和安全约束。我们通过从0-1背包问题归约证明该问题为NP难问题,并提出一种多项式时间贪婪启发式算法。在一个具有五个TMC功能和19个候选(模型,模式)对的案例研究中,FMDP通过将四个功能路由到开源API,将一个没有开源模型能满足其质量底线的功能路由到封闭API,确定了一个每月成本为34美元的混合组合(比最便宜的可行全封闭API基线低97%)。盈亏平衡分析表明,只有当每小时视觉查询量约高于309次或API价格翻倍时,本地GPU投资才变得合理。

英文摘要

Foundation models, including large language models (LLMs) and vision-language models (VLMs), are increasingly used for transportation management center (TMC) tasks such as anomaly detection, incident reporting, and traveler information. Deploying multiple such models across TMC functions raises a portfolio question: which model should serve each function, in which deployment mode, and under what shared hardware budget? We formulate this as the Foundation Model Deployment Portfolio (FMDP) problem, a mixed-integer program minimizing total cost of ownership (TCO) subject to per-function quality, latency, and safety constraints over shared GPU capacity. We prove the problem NP-hard by reduction from the 0-1 knapsack problem and propose a polynomial-time greedy heuristic. In an illustrative case study with five TMC functions and 19 candidate (model, mode) pairs, FMDP identifies a mixed portfolio costing $34/mo (97% below the cheapest feasible all-closed-API baseline) by routing four functions to open-source APIs and the one function whose quality floor no open-source model meets to a closed API. Break-even analysis shows that on-premise GPU investment becomes reasonable only above approximately 309 vision queries/hour or if API prices double.

URL PDF HTML 收藏
2607.13058 2026-07-16 cs.RO cs.ET 新提交

Power from Potential: A Survey of Electrostatic Actuators for Haptics

源于电势的动力:用于触觉的静电致动器综述

Ahad M. Rauf, Ran Zhou, Eric Acome, Madeline Balaam, Sean Follmer, Teng Han, Craig Shultz, Daniel Leithinger

机构 * Stanford University(斯坦福大学) KTH Royal Institute of Technology(瑞典皇家理工学院) Artimus Robotics(阿蒂姆斯机器人公司) Chinese Academy of Science(中国科学院) Fluid Reality, Inc.(流体现实公司) Cornell University(康奈尔大学)

AI总结 该文综述用于触觉的高压静电致动器,考察静电可切换粘合剂等四类,描述其触觉输出机制、表征相关性能,通过跨技术分析确定设计限制与新兴策略,指出其在推动触觉交互上的独特定位及关键研究方向。

Comments Copyright 2026 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising or promotional purposes, creating new collective works, for resale or redistribution to servers or lists, or reuse of any copyrighted component of this work in other works

详情
AI中文摘要

随着触觉接口更无缝地集成到可穿戴设备和日常环境中,它们越来越需要柔软、轻薄、静音且节能的致动器。然而,传统电机和温度响应聚合物因其体积庞大和功耗高,难以具备这些特性。高压静电致动器(HVEAs)通过高电压和超低电流对局部电荷浓度施加电场来产生力,因其在高度可定制和柔顺外形因素内快速、静音且低功耗的运行,成为了一种有吸引力的替代方案。本文对用于触觉的HVEAs进行了重点综述,考察了四大类:静电可切换粘合剂、介电弹性体致动器、软电液致动器和电动泵。对于每一类,我们描述了其实现触觉输出的机制;表征了它们的带宽、力密度和空间可扩展性;并评估了它们在可穿戴和基于地面的接口上呈现皮肤和动觉反馈的通用性。通过这种跨技术分析,我们确定了常见的设计限制以及改善人体工程学、简化制造和集成自感应的新兴策略。我们通过概述HVEAs在推动触觉交互方面的独特定位以及突出将这些技术转化为实际系统所需的关键研究方向来得出结论。

英文摘要

As haptic interfaces integrate more seamlessly into wearables and everyday environments, they increasingly require actuators that are soft, thin, silent, and energy efficient. However, conventional motors and temperature-responsive polymers often struggle to deliver these properties due to their bulky form factors and high power consumption. High-Voltage Electrostatic Actuators (HVEAs), which generate force by applying an electric field to localized charge concentrations using high voltages and ultra-low currents, have recently emerged as a compelling alternative due to their fast, silent, and low-power operation within highly customizable and compliant form factors. This paper presents a focused review of HVEAs for haptics, examining four major classes: electrostatic switchable adhesives, dielectric elastomer actuators, soft electrohydraulic actuators, and electrokinetic pumps. For each class, we describe their mechanisms that enable haptic output; characterize their bandwidths, force densities, and spatial scalability; and evaluate their versatility for rendering cutaneous and kinesthetic feedback across wearable and world-grounded interfaces. Through this cross-technology analysis, we identify common design constraints and emerging strategies for improving ergonomics, streamlining fabrication, and integrating self-sensing. We conclude by outlining where HVEAs are uniquely positioned to advance haptic interaction and highlighting key research directions needed to translate these technologies into practical systems.

URL PDF HTML 收藏
2607.13174 2026-07-16 physics.comp-ph cs.CE cs.RO 新提交

Towards end-to-end optimization in multimaterial 3D printing

迈向多材料3D打印中的端到端优化

Xue-Ling Luo, Steven Yang, Jingye Tan, Robert F. Shepherd, Noy Cohen, Nikolaos Bouklas

机构 * addressline= Sibley School of Mechanical Aerospace Engineering, Cornell University , city= Ithaca , state= NY , country= USA addressline= Department of Aerospace \& Mechanical Engineering, University of Southern California , city= Los Angeles , state= CA , country= USA addressline= Department of Materials Science Engineering, Technion - Israel Institute of Technology , city= Haifa , country= Israel addressline= Pasteur Labs , city= Brooklyn , state= NY , country= USA

AI总结 针对多材料3D打印中优化空间材料分布与结构拓扑的难题,提出将稀疏物理增强神经网络与有限元拓扑优化集成的端到端框架,通过提取本构定律实现精确微分,应用于软机器人抓手,可取代经验原型制作,建立实用的机器学习设计模型。

详情
AI中文摘要

多材料3D打印能够制造功能梯度部件,但由于高维设计空间和复杂的本构建模,在优化其空间材料分布和结构拓扑方面仍然是一个巨大挑战。本文提出了一个端到端计算框架,将稀疏物理增强神经网络与基于有限元的拓扑优化相结合。通过从实验数据中提取封闭形式、成分感知的超弹性本构定律,该方法借助FEniCSx实现的伴随状态法促进精确符号微分,有效规避应用神经网络本构模型的瓶颈。该流程应用于软机器人抓手应用,展示了针对高度各向异性接触响应的连续成分优化,以及在非失效拉伸约束下宏观拓扑和材料分布的协同优化。这种方法可以取代费力的经验原型制作,将可解释的机器学习模型确立为先进多材料增材制造实用、稳健的设计原语。

英文摘要

Multimaterial 3D printing enables the fabrication of functionally graded components, but optimizing their spatial material distribution alongside structural topology remains a formidable challenge due to high-dimensional design spaces and complex constitutive modeling. This paper presents an end-to-end computational framework integrating sparsified physics-augmented neural networks with finite-element-based topology optimization. By extracting closed-form, composition-aware hyperelastic constitutive laws from experimental data, this approach facilitates exact symbolic differentiation via the adjoint state method implemented with FEniCSx, efficiently circumventing the bottlenecks of applying neural network constitutive models. This pipeline is deployed on soft robotic gripper applications, demonstrating continuous composition optimization for highly anisotropic contact responses, and the concurrent optimization of macroscopic topology and material distribution under non-failure stretch constraints. This methodology could replace laborious empirical prototyping, establishing interpretable machine-learning models as practical, robust design primitives for advanced multimaterial additive manufacturing.

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

GameEngineBench: Evaluating Coding Agents on Real C++ Runtime Environments

GameEngineBench:在真实C++运行时环境中评估编码智能体

Brian La, Sejoon Chang, Ben Kim, Junyoung Bae, Aamish Ahmad Beg, Sei Chang, Gonzalo Gonzalez-Pumariega, Kanav Goyal

机构 * Nitrode Nexon Intelligence Labs Dartmouth University(达特茅斯大学) Columbia University(哥伦比亚大学) Cornell University(康奈尔大学)

AI总结 研究利用GameEngineBench在虚幻引擎5项目中评估编码智能体,核心方法是构建来自九个真实游戏仓库的基准测试集,主要贡献是揭示智能体在实时交互软件的C++开发中面临挑战,凸显游戏引擎基准测试的价值。

详情
AI中文摘要

游戏引擎提供实时模拟、渲染、物理、交互、网络和资产管道等功能,不仅对游戏有价值,对医疗、机器人、建筑、制造等领域的3D应用也有价值。游戏开发是这些系统最成熟且公开可用的领域,为评估编码智能体提供了实用测试平台。我们展示了GameEngineBench,这是一个用于评估虚幻引擎5项目中作用域C++实现任务的编码智能体的基准测试,它由九个真实世界游戏仓库构建而成。评估集包含110个任务,涵盖游戏玩法机制、多人行为、人工智能和世界编排、动画和移动、用户界面和会话代码、加载行为、在线服务集成、持久性、数据序列化、扩展现实行为和面向渲染的插件等。这些任务要求模型进行原生C++更改,以便在可执行的虚幻引擎项目中编译并满足行为测试。在十二个评估配置中,最强的模型达到了55.5%的pass@1,而31个任务在每个配置中都未解决。我们的结果表明,前沿编码智能体在实时交互软件的深度集成C++开发方面仍然面临困难,突出了游戏引擎基准测试作为现有软件工程评估的宝贵补充。

英文摘要

Game engines provide real-time simulation, rendering, physics, interaction, networking, and asset pipelines, making them valuable not only for games but also for 3D applications in healthcare, robotics, architecture, manufacturing, and related domains. Because game development is where these systems are most mature and publicly available, it offers a practical testbed for evaluating coding agents that must modify C++ code within stateful, interactive, real-time systems. We present GameEngineBench, a benchmark for evaluating coding agents on scoped C++ implementation tasks inside Unreal Engine 5 projects, built from nine real-world game repositories. The evaluation set consists of 110 tasks spanning gameplay mechanics, multiplayer behavior, AI and world orchestration, animation and movement, UI and session code, loading behavior, online-service integration, persistence, data serialization, XR behavior, and rendering-oriented plugins. These tasks require models to make native C++ changes that compile and satisfy behavioral tests within executable Unreal Engine projects. Across twelve evaluated configurations, the strongest model reaches 55.5\% pass@1, while 31 tasks remain unsolved by every configuration. Our results demonstrate that frontier coding agents continue to struggle with deeply integrated C++ development for real-time interactive software, highlighting game-engine benchmarks as a valuable complement to existing software engineering evaluations.

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

The One-Word Census: Answer-Choice Conformity Across 44 Language Models

单字普查:44种语言模型中的答案选择一致性

Tapan Parikh

机构 * Cornell Tech(康奈尔科技)

AI总结 研究44种语言模型在单字选择上的一致性,用31个单轮提示词刻画,通过答案选择惊讶度评分,发现一致性程度高但模型间有差异且有结构,还对比了与人类规范差异,所有数据公开。

Comments 19 pages, 5 figures. Data, prompts, and code: https://github.com/tap2k/modelun

详情
AI中文摘要

当语言模型必须从大量同样有效的选项中选择一个答案时,它会选择哪个,其他模型选择相同答案的频率是多少?要求44个模型“选一个词,随便什么词”时,“serendipity”被选中的概率为41%。我们用31个单轮提示词来刻画这种一致性,每个提示词命名一个有多个有效单字答案的类别,每个模型无系统提示下问4次。分析基于标准化令牌的精确匹配,不使用嵌入和评判,每个模型成本约一美元。模型的一致性已有记录,我们的贡献在于普查工具本身及其揭示的一致性结构。我们通过答案选择惊讶度对每个模型评分,发现一致性程度很高,但模型间一致性差异超过四倍且有结构。角色和社区调整模型差异最大,最新主流旗舰模型最一致。在四个系列中,一致性随代际上升,但最新旗舰模型出现反转。排名对模型组成稳健。与人类类别生成规范相比,该领域在20个共享类别中的18个比人类更集中。所有提示词、记录和代码均公开。

英文摘要

When a language model must pick one answer from a large space of equally valid options, which does it pick -- and how often is it the same answer every other model picks? Asked to "pick a word -- any word," 44 models chose "serendipity" 41% of the time. We characterize this convergence with a deliberately minimal instrument: 31 single-turn prompts, each naming a category with many valid one-word answers ("Name a tree."), asked four times per model with no system prompt. Analysis is exact-match on normalized tokens -- no embeddings, no judge -- at about a dollar per model. That models converge is well documented; our contribution is the instrument itself -- the One-Word Census -- and what it reveals about the structure of the convergence. We score each model by answer-choice surprisal: the average $-\log2$ probability of its answers under the pooled answers of all other models, leave-one-out. Convergence is extreme -- in 7 of 31 categories one answer takes over 80% of all answers -- yet conformity varies more than fourfold across models, and the variation is structured. Persona- and community-tuned models are the most divergent; the newest mainline flagships are the most conformist, producing almost no answer no other model gave. Within four lineages (Claude, GPT, Qwen, Grok) conformity rises with each generation -- but reverses for the latest flagship Claude and GPT models, a possible early signal of repositioning at the top tier. Rankings are robust to roster composition (leave-one-family-out rho = 0.985). Against human category-production norms, the field is more concentrated than people in 18 of 20 shared categories. All prompts, transcripts, and code are public.

URL PDF HTML 收藏
2607.12443 2026-07-15 cs.CL cs.DS cs.LG 新提交

Language Identification with Succinct Machine-Independent Traces

基于简洁的与机器无关的迹进行语言识别

Moses Charikar, Jon Kleinberg, Chirag Pabbaraju

机构 * Stanford University(斯坦福大学) Cornell University(康奈尔大学)

AI总结 本文受大语言模型启发,针对语言识别的Gold-Angluin模型相关问题,解决能否用小字母表迹及能否直接从语言定义迹的问题,给出肯定答案,展示了如何定义计算迹实现极限识别,所用字母表与语言定义字母表大小成线性关系且与语言其他属性无关。

详情
AI中文摘要

受大语言模型的启发,人们对极限情况下语言识别的Gold-Angluin模型重新产生兴趣,希望找到能克服其原始公式负面结果的变体。近期相关论文提出将训练字符串的计算迹和注释作为学习者额外能力的来源。此前工作虽有积极成果,但迹来自显式自动机理论机器模型,其底层令牌词汇量很大。本文解决了两个基本问题:能否用仅小字母表的迹取得积极成果,以及能否直接从语言本身定义迹而无需生成它的底层机器模型。我们对这两个问题都给出了肯定答案:对于任意语言集合,展示了如何定义计算迹以实现极限识别,所用令牌字母表大小与语言定义的字母表大小成线性关系且与语言的其他属性无关。

英文摘要

Motivated by the power of large language models, there has been renewed interest in the Gold-Angluin model of language identification in the limit, with an eye toward variants of the model that might overcome the negative results for its original formulation. Recent papers on this question have proposed looking at computational traces and annotations of training strings as a source of additional power for a learner, reflecting empirical regularities such as the way that commented source code is easier to learn from than arbitrary source code, and text annotated with algorithmically generated chain-of-thought tokens can be easier to learn from than the raw text itself. This recent work has shown positive results for language identification in the presence of such computational traces, but the traces in these positive results come from explicit automata-theoretic machine models that generate the language, where the underlying vocabulary of tokens for the traces is very large. In this paper, we address two fundamental issues left open by this line of work: can we achieve positive results with traces that use only a small alphabet, and can we define traces directly from the language itself, without requiring an underlying machine model that generates it? We establish positive results for both of these questions: for an arbitrary collection of languages, we show how to define computational traces that enable identification in the limit, using an alphabet of tokens that is linear in the size of the alphabet that the languages are defined over, and independent of any other properties of the languages.

URL PDF HTML 收藏
2604.10925 2026-07-15 cs.HC cs.CL 交叉投稿

From Words to Widgets for Controllable LLM Generation

从词语到小部件:可控制的LLM生成

Chao Zhang, Yiren Liu, Lunyiu Nie, Jeffrey M. Rzeszotarski, Yun Huang, Tal August

机构 * Cornell University(康奈尔大学) University of Illinois Urbana-Champaign(伊利诺伊大学厄巴纳-香槟分校) The University of Texas at Austin(德克萨斯大学奥斯汀分校) Loyola University Maryland(路易斯安那大学马里兰分校)

AI总结 本文提出Malleable Prompting技术,通过将自然语言提示中的偏好转化为可视化的小部件,使用户能更精确地控制LLM生成,提升可控性和透明度。

Comments The first three authors contributed equally to this work

详情
AI中文摘要

自然语言仍是人们与大型语言模型(LLMs)交互的主要方式。然而,用户往往难以通过提示精确表达和控制主观偏好(如语气、风格和强调)。我们提出了Malleable Prompting,一种新的交互式提示技术,用于可控的LLM生成。它将自然语言提示中的偏好表达转化为GUI小部件(如滑块、下拉菜单和切换按钮),用户可以直接配置以引导生成,同时可视化每个控制对输出的影响,以支持属性归因和跨迭代比较。为了实现这种交互,我们引入了一种LLM解码算法,根据偏好表达及其小部件值调节生成过程中的token概率分布。通过用户研究,我们证明Malleable Prompting帮助参与者更精确地实现目标偏好,并被感知为比纯自然语言提示更可控和透明。

英文摘要

Natural language remains the predominant way people interact with large language models (LLMs). However, users often struggle to precisely express and control subjective preferences (e.g., tone, style, and emphasis) through prompting. We propose Malleable Prompting, a new interactive prompting technique for controllable LLM generation. It reifies preference expressions in natural language prompts into GUI widgets (e.g., sliders, dropdowns, and toggles) that users can directly configure to steer generation, while visualizing each control's influence on the output to support attribution and comparison across iterations. To enable this interaction, we introduce an LLM decoding algorithm that modulates the token probability distribution during generation based on preference expressions and their widget values. Through a user study, we show that Malleable Prompting helps participants achieve target preferences more precisely and is perceived as more controllable and transparent than natural language prompting alone.

URL PDF HTML 收藏
2510.03529 2026-07-15 cs.RO 版本更新

LapSurgie: Humanoid Robots Performing Surgery via Teleoperated Handheld Laparoscopy

LapSurgie: 人形机器人通过远程操控手持腹腔镜进行手术

Zekai Liang, Xiao Liang, Soofiyan Atar, Sreyan Das, Zoe Chiu, Peihan Zhang, Calvin Joyce, Florian Richter, Shanglei Liu, Michael C. Yip

机构 * Department of Electrical and Computer Engineering, University of California San Diego(加州大学圣地亚哥分校电气与计算机工程系) School of Electrical and Computer Engineering, Cornell University(康奈尔大学电气与计算机工程学院) UC San Diego Health(加州大学圣地亚哥医学中心)

AI总结 LapSurgie是一种基于人形机器人的腹腔镜远程操控框架,通过逆映射策略实现精准手到工具控制,并通过用户研究验证了其在微创手术中的可行性。

详情
AI中文摘要

机器人腹腔手术近年来因其在微创手术中可能提供更高效和精确的治疗而受到越来越多的关注。然而,外科机器人平台的采用仍然主要局限于高资源医疗中心,加剧了农村和低资源地区在医疗方面的不平等。为缩小这一差距,已探索了多种解决方案,从远程导师制到完全远程的远程手术。然而,将外科机器人系统实际部署到欠发达社区仍是一个未解决的挑战。人形系统提供了一条有希望的途径,因为它们可以直接在为人类设计的环境中操作,而无需进行广泛的基础设施修改,包括手术室。在本工作中,我们介绍了LapSurgie,第一个基于人形机器人的腹腔镜远程操控框架。该系统利用逆映射策略来操控手动腕部的腹腔镜工具,该策略遵循远程运动中心约束,使无需额外设置即可实现精确的手到工具控制。一个配备立体视觉系统的控制台提供实时视觉反馈。最后,跨平台的全面用户研究展示了所提出框架的有效性,并提供了在腹腔手术中部署人形机器人可行性的初步证据。

英文摘要

Robotic laparoscopic surgery has gained increasing attention in recent years for its potential to deliver more efficient and precise minimally invasive procedures. However, adoption of surgical robotic platforms remains largely confined to high-resource medical centers, exacerbating healthcare disparities in rural and low-resource regions. To close this gap, a range of solutions has been explored, from remote mentorship to fully remote telesurgery. Yet, the practical deployment of surgical robotic systems to underserved communities remains an unsolved challenge. Humanoid systems offer a promising path toward deployability, as they can directly operate in environments designed for humans without extensive infrastructure modifications -- including operating rooms. In this work, we introduce LapSurgie, the first humanoid-robot-based laparoscopic teleoperation framework. The system leverages an inverse-mapping strategy for manual-wristed laparoscopic instruments that abides to remote center-of-motion constraints, enabling precise hand-to-tool control of off-the-shelf surgical laparoscopic tools without additional setup requirements. A control console equipped with a stereo vision system provides real-time visual feedback. Finally, a comprehensive user study across platforms demonstrates the effectiveness of the proposed framework and provides initial evidence for the feasibility of deploying humanoid robots in laparoscopic procedures.

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

Higher Embedding Dimension Creates a Stronger World Model for a Simple Sorting Task

更高的嵌入维度为简单排序任务创建更强的世界模型

Brady Bhalla, Honglu Fan, Nancy Chen, Tony Yue YU

机构 * California Institute of Technology(加利福尼亚理工学院) Google DeepMind(谷歌DeepMind) Cornell University(康奈尔大学)

AI总结 研究在强化学习训练的变压器中嵌入维度对内部“世界模型”的影响,发现更高维度能产生更好的内部表示,经数百实验观察到两种机制,结果证明变压器构建结构化内部世界模型且模型大小可提升表示质量。

详情
AI中文摘要

我们研究了在通过强化学习训练以执行冒泡排序式相邻交换的变压器中,嵌入维度如何影响内部“世界模型”的出现。即使嵌入维度非常小,模型也能达到高精度,但更大的维度会产生更忠实、一致和稳健的内部表示。特别是,更高的嵌入维度加强了结构化内部表示的形成并带来更好的可解释性。经过数百次实验,我们观察到两种一致的机制:(1)注意力权重矩阵的最后一行单调地编码令牌的全局排序;(2)所选的换位与这些编码值的最大相邻差异对齐。我们的结果提供了定量证据,证明变压器构建了结构化的内部世界模型,并且模型大小除了最终性能外还提高了表示质量。我们发布了我们的指标和分析,可用于探究类似的算法任务。

英文摘要

We investigate how embedding dimension affects the emergence of an internal "world model" in a transformer trained with reinforcement learning to perform bubble-sort-style adjacent swaps. Models achieve high accuracy even with very small embedding dimensions, but larger dimensions yield more faithful, consistent, and robust internal representations. In particular, higher embedding dimensions strengthen the formation of structured internal representation and lead to better interpretability. After hundreds of experiments, we observe two consistent mechanisms: (1) the last row of the attention weight matrix monotonically encodes the global ordering of tokens; and (2) the selected transposition aligns with the largest adjacent difference of these encoded values. Our results provide quantitative evidence that transformers build structured internal world models and that model size improves representation quality in addition to end performance. We release our metrics and analyses, which can be used to probe similar algorithmic tasks.

URL PDF HTML 收藏
2312.17670 2026-07-15 cs.CV cs.LG q-bio.QM q-bio.TO 版本更新

The TopCoW Challenge -- Topology-Aware Circle of Willis Segmentation for CT and MR Angiography

TopCoW挑战——用于CT和MR血管造影的拓扑感知Willis环分割

Kaiyuan Yang, Fabio Musio, Yihui Ma, Norman Juchler, Johannes C. Paetzold, Rami Al-Maskari, Luciano Höher, Hongwei Bran Li, Ibrahim Ethem Hamamci, Anjany Sekuboyina, Suprosanna Shit, Houjing Huang, Chinmay Prabhakar, Ezequiel de la Rosa, Bastian Wittmann, Diana Waldmannstetter, Florian Kofler, Fernando Navarro, Martin J. Menten, Ivan Ezhov, Daniel Rueckert, Iris N. Vos, Ynte M. Ruigrok, Birgitta K. Velthuis, Hugo J. Kuijf, Pengcheng Shi, Wei Liu, Ting Ma, Maximilian R. Rokuss, Yannick Kirchhoff, Fabian Isensee, Klaus Maier-Hein, Chengcheng Zhu, Huilin Zhao, Philippe Bijlenga, Julien Hämmerli, Catherine Wurster, Laura Westphal, Jeroen Bisschop, Elisa Colombo, Hakim Baazaoui, Hannah-Lea Handelsmann, Andrew Makmur, James Hallinan, Amrish Soundararajan, Benedikt Wiestler, Jan S. Kirschke, Evamaria O. Riedel, Roland Wiest, Emmanuel Montagnon, Laurent Letourneau-Guillon, Kwanseok Oh, Dahye Lee, Orhun Utku Aydin, Adam Hilbert, Jana Rieger, Dimitrios Rallios, Satoru Tanioka, Alexander Koch, Dietmar Frey, Abdul Qayyum, Moona Mazher, Steven Niederer, Nico Disch, Julius C. Holzschuh, Dominic LaBella, Francesco Galati, Daniele Falcetta, Maria A. Zuluaga, Chaolong Lin, Haoran Zhao, Zehan Zhang, Minghui Zhang, Xin You, Hanxiao Zhang, Guang-Zhong Yang, Yun Gu, Sinyoung Ra, Jongyun Hwang, Hyunjin Park, Junqiang Chen, Marek Wodzinski, Henning Müller, Nesrin Mansouri, Florent Autrusseau, Cansu Yalcin, Rachika E. Hamadache, Clara Lisazo, Joaquim Salvi, Adrià Casamitjana, Xavier Lladó, Uma Maria Lal-Trehan Estrada, Valeriia Abramova, Luca Giancardo, Arnau Oliver, Paula Casademunt, Adrian Galdran, Matteo Delucchi, Oscar Camara, Jialu Liu, Haibin Huang, Yue Cui, Zehang Lin, Yusheng Liu, Shunzhi Zhu, Tatsat R. Patel, Adnan H. Siddiqui, Vincent M. Tutino, Maysam Orouskhani, Huayu Wang, Mahmud Mossa-Basha, Yuki Sato, Sven Hirsch, Susanne Wegener, Bjoern Menze

机构 * Department of Quantitative Biomedicine, University of Zurich, Zurich, Switzerland Institute of Computational Life Sciences, Zurich University of Applied Sciences (ZHAW), Waedenswil, Switzerland Department of Neuroradiology, University Hospital of Zurich, Zurich, Switzerland Department of Neurosurgery, Zhongnan Hospital of Wuhan University, Wuhan, China Department of Radiology at Weill Cornell Medicine, Cornell University, New York, USA Institute for Tissue Engineering School of Computation, Information Technology, Technical University of Munich, Germany Athinoula A. Martinos Center for Biomedical Imaging, Harvard Medical School, Boston, USA School of Medicine Health, TUM Klinikum, Technical University of Munich, Germany Munich Center for Machine Learning, Munich, Germany Department of Computing, Imperial College London, London, UK Image Sciences Institute, UMC Utrecht, Utrecht, The Netherlands Department of Neurology Neurosurgery, University Medical Center Utrecht, Utrecht, The Netherlands Department of Radiology, University Medical Center Utrecht, Utrecht, The Netherlands Electronic \& Information Engineering School, Harbin Institute of Technology (Shenzhen), China Peng Cheng Laboratory, Shenzhen, China Division of Medical Image Computing, German Cancer Research Center (DKFZ), Heidelberg, Germany Faculty of Mathematics Computer Science, Heidelberg University, Germany Helmholtz Imaging, German Cancer Research Center, Heidelberg, Germany Data Science School for Health, Karlsruhe/Heidelberg, Germany Learning Group, Department of Radiation Oncology, Heidelberg University Hospital Department of Radiology, University of Washington, Seattle, WA, USA Department of Radiology, Ren Ji Hospital, Shanghai Jiao Tong University School of Medicine, Shanghai, China Department of Clinical Neurosciences, Division of Neurosurgery, Geneva University Hospitals, Geneva, Switzerland Department of Neurology, University Hospital of Zurich, Zurich, Switzerland Department of Physiology, University of Toronto, Canada Department of Neurosurgery, University Hospital of Zurich, Zurich, Switzerland Department of Diagnostic Imaging, National University Hospital, Singapore University of Chicago, USA Department of Diagnostic Interventional Neuroradiology, University Hospital Berne University of Berne, Berne, Switzerland Centre de Recherche du Centre Hospitalier de l’Université de Montréal (CRCHUM), Montréal, Québec, Canada DEEPNOID Inc., Seoul, South Korea Department of Artificial Intelligence, Korea University, Seoul, South Korea Charité Lab for AI in Medicine (CLAIM), Charité Universitätsmedizin Berlin, Berlin, Germany Lung Institute, Faculty of Medicine, Imperial College London, London, UK Centre for Medical Image Computing, Department of Computer Science, University College London, London, UK Department of Radiation Oncology, Duke University Medical Center, Durham, NC, USA Institute of Medical Technology, Peking University Health Science Center, Beijing, China Hangzhou Genlight MedTech Co., Ltd., China Institute of Medical Robotics, Shanghai Jiao Tong University, Shanghai, China Department of Automation, Shanghai Jiao Tong University, Shanghai, China Department of Artificial Intelligence, Sungkyunkwan University, Seoul, South Korea Department of Electrical Computer Engineering, Sungkyunkwan University, Seoul, South Korea Shanghai MediWorks Precision Instruments Co., Ltd., China Institute of Informatics, HES-SO Valais-Wallis, Switzerland Department of Measurement Electronics, AGH University of Krakow, Poland Laboratoire de Thermique et Energie de Nantes (LTeN), Université Nantes, Polytech’Nantes, Nantes, France Research Institute of Computer Vision Center for Precision Health, McWilliams School of Biomedical Informatics, University of Texas Health Science Center at Houston, USA Physense, BCN-Medtech, Department of Communication Information Technologies, Universitat Pompeu Fabra, Barcelona, Spain Department of Mathematical Modeling Machine Learning, University of Zurich, Zurich, Switzerland Laboratory of Brain Atlas Brain-inspired Intelligence, Institute of Automation, Chinese Academy of Sciences, Beijing, China School of Artificial Intelligence, University of Chinese Academy of Sciences, Beijing, China School of Computer Information Engineering, Xiamen University of Technology, Xiamen, China Vascular Research Center, University at Buffalo, NY, USA Department of Pathology Anatomical Sciences, University at Buffalo, NY, USA Department of Neurosurgery, University at Buffalo, NY, USA LPIXEL Inc., Tokyo, Japan

AI总结 组织TopCoW基准挑战,发布含125对MRA和CTA扫描的注释数据集,参与者提交CoW分割和变体分类算法,经评估,最佳算法在多任务中表现出色,证明CoW分割算法对下游临床应用有可解释性效用。

Comments Summary paper for the TopCoW Challenge: 4 figures, 1 table, and supplementary material in appendix. Accepted for publication in NEJM AI. Datasets and best-performing algorithm Dockers are available at https://zenodo.org/records/15692630 and https://zenodo.org/records/15665435

详情
AI中文摘要

Willis环(CoW)是连接大脑主要循环的重要动脉网络。其血管结构被认为会影响严重神经血管疾病的风险、严重程度和结果。然而,表征高度可变的CoW解剖结构仍然是一项人工且耗时的专家任务。CoW通常通过磁共振血管造影(MRA)和计算机断层血管造影(CTA)这两种非侵入性血管造影成像方式进行成像,但带注释的CoW解剖结构数据集很少,也没有用于比较CoW分割算法的既定基准。我们组织了TopCoW基准挑战,并发布了一个带注释的CoW数据集,其中包含来自同一患者的125对MRA和CTA扫描。使用虚拟现实技术创建了13个血管成分的体素级注释,并由临床专家进行了验证。参与者提交了CoW分割和变体分类算法,我们在包含来自五个以上中心的226次扫描的内部和外部测试集上进行了评估。该基准包括体素级分割、CoW成分检测、CoW变体分类和两个临床应用任务。我们收到了来自六大洲250多名参与者的提交。表现最佳的团队在几乎所有测试集中,CoW分割的Dice分数超过90%,关键血管成分检测的F1分数超过80%,CoW变体分类中的平衡准确率超过70%。最佳算法还通过准确分类胎儿型大脑后动脉并定位与CoW解剖结构相关的动脉瘤,支持了临床相关的下游任务。这个基准证明了CoW分割算法在一些具有可解释性的下游临床应用中的效用。

英文摘要

The Circle of Willis (CoW) is an important network of arteries connecting major circulations of the brain. Its vascular architecture is believed to influence the risk, severity, and outcome of serious neurovascular diseases. However, characterizing the highly variable CoW anatomy remains a manual and time-consuming expert task. The CoW is commonly imaged by two non-invasive angiographic imaging modalities, magnetic resonance angiography (MRA) and computed tomography angiography (CTA), yet few datasets with annotated CoW anatomy exist, and there have been no established benchmarks for comparing CoW segmentation algorithms. We organized the TopCoW benchmark challenge alongside the release of an annotated CoW dataset with 125 paired MRA and CTA scans from the same patients. Voxel-level annotations for 13 vessel components were created using virtual reality technology and verified by clinical experts. Participants submitted algorithms for CoW segmentation and variant classification, which we evaluated on internal and external test sets comprising 226 scans from over five centers. The benchmark includes voxel-level segmentation, CoW component detection, CoW variant classification, and two clinical application tasks. We received submissions from over 250 participants across six continents. Top-performing teams achieved over 90% Dice scores for CoW segmentation, over 80% F1 scores for detecting key vessel components, and over 70% balanced accuracy in CoW variant classification across nearly all test sets. The best algorithms also supported clinically relevant downstream tasks by accurately classifying fetal-type posterior cerebral arteries and localizing aneurysms in relation to CoW anatomy. This benchmark demonstrated the utility of CoW segmentation algorithms for some downstream clinical applications with explainability.

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

SheetMind: An End-to-End LLM-Powered Multi-Agent Framework for Spreadsheet Automation

SheetMind:一个由端到端大语言模型驱动的用于电子表格自动化的多智能体框架

Xi Cheng, Ruiyan Zhu, Ke Liu, Rakesh Chowdary Machineni, Lyuhao Chen, Brian Zhu, Daniel Jin, Zheng Qi, Neeraj Parihar, Zhoutian Xu, Oliver Gao

机构 * Cornell University(康奈尔大学) University of California, Berkeley(加州大学伯克利分校) University of Michigan(密歇根大学) Carnegie Mellon University(卡内基梅隆大学) Hong Kong University of Science and Technology (GZ)(香港科学与技术大学)

AI总结 介绍由大语言模型驱动的多智能体框架SheetMind用于电子表格自动化,其分层系统含三个智能体,经评估在SheetCopilot基准测试中执行成功率达100%、功能正确性54.8%超对手,消融研究验证配置优势,还集成到谷歌表格。

详情
AI中文摘要

我们展示了SheetMind,这是一个由大语言模型驱动的模块化多智能体框架,用于通过自然语言指令实现电子表格自动化。本文介绍了一个分层智能体系统,它由三个专门的智能体组成:负责将复杂用户指令分解为子任务的管理智能体;使用巴科斯范式(BNF)语法将这些指令转换为结构化命令的行动智能体;以及验证生成动作与用户原始意图之间一致性的反思智能体。我们使用GPT-3.5-Turbo在221个任务的SheetCopilot基准测试中对SheetMind进行评估。SheetMind实现了100%的执行成功率和54.8%的功能正确性,超过了SheetCopilot(44.3%),同时保持了完美的执行可靠性。我们还在一个单独策划的数据集上进行了消融研究,以确认完整的三智能体配置始终优于所有部分变体。最后,我们通过Workspace扩展将我们的系统集成到谷歌表格中。

英文摘要

We present SheetMind, a modular multi-agent framework powered by large language models (LLMs) for spreadsheet automation via natural language instructions. In this paper, we introduce a hierarchical agentic system consisting of three specialized agents: Manager Agent that decomposes complex user instructions into subtasks; an Action Agent that translates these into structured commands using a Backus-Naur Form (BNF) grammar; and a Reflection Agent that validates alignment between generated actions and the user's original intent. We evaluate SheetMind on the 221-task SheetCopilot Benchmark with GPT-3.5-Turbo. SheetMind achieved 100% execution success and 54.8% functional correctness, exceeding SheetCopilot (44.3%) while maintaining perfect execution reliability. We also conduct ablation study on a separately curated dataset to confirm that the full three-agent configuration consistently outperforms all partial variants. Lastly, we integrate our system into Google Sheets via a Workspace extension.

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

Latent-Identity Tuning in Text-to-Image Personalization Models

文本到图像个性化模型中的潜在身份调整

Daniel Garibi, Ronen Kamenetsky, Hadar Averbuch-Elor, Daniel Cohen-Or, Or Patashnik

机构 * Tel Aviv University(特拉维夫大学) Cornell University(康奈尔大学)

AI总结 研究文本到图像个性化模型中细粒度身份调整问题,利用预训练冻结编码器潜在空间,无需额外训练,通过揭示潜在语义方向实现局部、细粒度且语义连贯的面部编辑,经实验验证有效。

Comments Project page at: https://garibida.github.io/IdentityTuning/

详情
AI中文摘要

生成和编辑人脸需要高精度,因为即使是细微修改也可能显著改变人物身份。当前基于通用文本到图像模型的个性化和编辑方法往往缺乏细粒度面部编辑所需的精度。我们提出一种文本到图像个性化模型中的细粒度身份调整方法。与在给定图像上操作的标准图像编辑不同,身份调整修改特定身份的潜在表示,能生成一致描绘相同编辑身份的多样图像。为实现细粒度潜在身份调整,我们探索预训练、冻结编码器的潜在空间。该方法无需额外训练,利用冻结编码器现有架构揭示潜在语义方向。此空间由一组潜在令牌组成,它们在捕捉身份不同方面发挥不同作用,常对应特定空间或语义面部区域。我们表明可在此空间及所选令牌定义的子空间内识别有意义的方向,实现局部、细粒度且语义连贯的编辑。通过定性和定量实验验证了该方法,展示了多样的局部面部编辑,同时保持跨图像身份一致性。

英文摘要

Generating and editing a person's face demands high precision, as even minor modifications can significantly alter a subject's perceived identity. Current personalization and editing methods built on general-purpose text-to-image models, however, often lack the precision required for fine-grained facial edits. We present a method for fine-grained identity tuning in text-to-image personalization models. Unlike standard image editing, which operates on a given image, identity tuning modifies the latent representation of a specific identity, enabling the generation of diverse images that consistently depict the same edited identity. To enable fine-grained latent identity tuning, we explore the latent space of a pre-trained, frozen encoder for text-to-image personalization. Our approach requires no additional training. Instead, it leverages the existing architecture of a frozen encoder to uncover latent semantic directions. This space consists of a set of latent tokens that play distinct roles in capturing different aspects of an identity and often correspond to specific spatial or semantic facial regions. We show that meaningful directions can be identified within this space and within subspaces defined by selected tokens, enabling localized, fine-grained, and semantically coherent edits. We validate our approach through qualitative and quantitative experiments that demonstrate diverse localized facial edits while preserving cross-image identity consistency. Project page at: https://garibida.github.io/IdentityTuning/

URL PDF HTML 收藏
2607.11874 2026-07-14 cs.RO cs.AI cs.LG 新提交

A Minimalist Retargeting-Guided Reinforcement Learning Recipe for Dexterous Manipulation

一种用于灵巧操作的极简重定向引导强化学习方法

Yunhai Feng, Natalie Leung, Jiaxuan Wang, Lujie Yang, Haozhi Qi, Preston Culbertson

机构 * Cornell University(康奈尔大学) Amazon FAR(亚马逊FAR)

AI总结 研究如何将重定向引导强化学习用于灵巧操作,提出REGRIND方法,从单人演示学习策略,经重定向、模拟训练、零样本转移到硬件,在丰富接触任务中产生类人行为,还分析了模拟到现实转移的关键因素。

Comments Website: https://yunhaifeng.com/REGRIND

详情
AI中文摘要

近期人形机器人全身控制的工作通过简单方法取得成功:将人类运动重定向到机器人运动学参考,然后通过强化学习训练策略来跟踪。但该方法在灵巧操作中如何应用并不明确,因操作涉及复杂动力学。我们提出REGRIND,一种极简重定向引导强化学习流程,从单人演示中学习灵巧操作策略。它将人类手部与物体运动重定向到保留手部与物体空间及接触关系的机器人参考,在模拟中训练残差强化学习策略以跟踪沿该参考的以物体为中心的关键点,并通过仔细的系统识别将策略零样本转移到硬件。在丰富接触的工具使用任务中,该策略在两种不同多指手上产生流畅、类人行为。通过系统硬件实验,识别并分析了灵巧操作中模拟到现实转移的关键因素,为丰富接触场景下基于重定向的学习提供实用指导。

英文摘要

Recent work in humanoid whole-body control has found success with a simple recipe: retarget human motion to robot kinematic references, then train policies via reinforcement learning (RL) to track them. But how does this recipe transfer to dexterous manipulation? The answer is not obvious, as manipulation involves complex, contact-rich dynamics and requires delicate regulation of contact modes and forces. We present REGRIND, a minimalist retargeting-guided RL pipeline that learns dexterous manipulation policies from a single human demonstration. REGRIND retargets human hand-object motion to a robot reference that preserves hand-object spatial and contact relationships, trains a residual RL policy in simulation to track object-centric keypoints along that reference, and transfers the resulting policy zero-shot to hardware with careful system identification. The resulting policies produce fluid, human-like behavior on two different multi-fingered hands across contact-rich tool-use tasks, including operating a pair of scissors and turning a screwdriver. Through systematic hardware experiments, we identify and analyze the key factors that govern sim-to-real transfer in dexterous manipulation, offering practical guidance for retargeting-based learning in contact-rich settings. Videos and code are available at https://yunhaifeng.com/REGRIND.

URL PDF HTML 收藏
2607.11606 2026-07-14 cs.CL cs.DS cs.LG 新提交

Globally Consistent Coloring Schemes for Language Identification

用于语言识别的全局一致着色方案

Moses Charikar, Jon Kleinberg, Chirag Pabbaraju

机构 * Stanford University(斯坦福大学) Cornell University(康奈尔大学)

AI总结 研究对抗性语言学习所需额外信息,探讨终端着色能否替代整个颜色序列用于语言识别,证明每个字符串只需一个终端位,全局构造用超限递归,还表明有限颜色的博雷尔映射终端着色不能识别所有可数子集合。

Comments Abstract shortened to fit arxiv limit

详情
AI中文摘要

我们研究了进行对抗性语言学习所需的额外信息有多少。在戈德的极限语言识别模型中,学习者会得到来自可数语言集合中一种未知语言的字符串枚举。学习者在枚举过程中猜测语言的身份,若最终所有猜测都是正确语言则成功。经典结果表明许多自然集合无法以此方式学习。近期关于追踪着色的工作克服了这一障碍。我们探讨学习者是否真的需要整个颜色序列,还是每个字符串末尾的一种颜色(终端着色)就足以进行语言识别。我们证明每个可数的无限语言集合,每个字符串只需一个终端位就足够。实际上,着色可以独立于集合选择:有一种对每个无限语言的双色终端着色的单一分配方式,使得相同的预先分配的着色能识别每个可数子集合。我们的全局构造使用超限递归,并且证明对于任何有限数量的颜色,这种非构造性是不可避免的。作为一种构造性概念,我们使用博雷尔映射的形式主义;我们表明由博雷尔映射定义的具有有限数量颜色的全局终端着色不能识别所有可数子集合。相比之下,已知的追踪着色构造编码为终端着色时是博雷尔的,但需要无限多种颜色。

英文摘要

We study how little extra information is needed to make adversarial language learning possible. In Gold's model of language identification in the limit, a learner is given an enumeration of the strings from an unknown language chosen from a countable language collection. The learner guesses the identity of the language over the course of the enumeration, and it succeeds if, eventually, all of its guesses are the correct language. Classical results of Gold and Angluin show that many natural collections cannot be learned in this way. Recent work on trace colorings, motivated by the success of thinking-trace strategies in language learning, overcomes this obstruction by annotating every symbol of every string with a color. We ask whether the learner really needs this whole sequence of colors, or whether one color at the end of each string (a terminal coloring) is enough for language identification. We show that just one terminal bit per string is enough for every countable collection of infinite languages. In fact, the colorings can be chosen collection-independently: there is a single assignment of a two-color terminal coloring to every infinite language such that the same preassigned colorings identify every countable subcollection. Thus, in this model, an entire color trace can be compressed to one bit attached to the end of each example. Our global construction uses transfinite recursion, and we prove that this kind of nonconstructivity is unavoidable for any bounded number of colors. As a notion of constructivity, we use the formalism of Borel maps (a regularity condition satisfied by natural explicit constructions); we show that no global terminal coloring with a finite number of colors defined by a Borel map can identify all countable subcollections. By contrast, known trace-coloring constructions are Borel when encoded as terminal colorings, but require infinitely many colors.

URL PDF HTML 收藏
2607.11570 2026-07-14 cs.RO cs.HC 新提交

ERR@HRI 3.0 Challenge: Multimodal Detection of Errors and Anticipation in Human-Robot Interactions

ERR@HRI 3.0 挑战赛:人机交互中错误与预期的多模态检测

Maria Teresa Parreira, Micol Spitale, Maia Stiber, Shiye Cao, Amama Mahmood, Chien-Ming Huang, Hatice Gunes, Wendy Ju

机构 * Cornell University(康奈尔大学) Microsoft Research(微软研究院) Johns Hopkins University(约翰霍普金斯大学) University of Cambridge(剑桥大学)

AI总结 ERR@HRI 3.0 挑战赛提供自然场景视频数据集,供研究者开发多模态机器学习模型检测人机交互错误与预期,三个团队提交的有效模型超卷积神经网络基线,为构建相关检测系统提供了数据、任务、基线及结果等参考。

详情
AI中文摘要

随着机器人越来越融入人类环境,其检测和应对错误的能力对于维持用户信任和交互质量至关重要。尽管机器学习的最新进展提高了错误检测能力,但大多数方法仅限于特定上下文、受控设置或预提取特征,限制了其在现实世界条件下的通用性和适用性。为应对这一挑战,ERR@HRI 3.0 挑战赛为研究人员提供了两个互补数据集,以实现人机交互中错误检测和预防方法的端到端创新。挑战赛提供了来自自然场景的原始、非匿名视频数据:(1)旁观者影响检测(BAD)数据集,包含 45 名参与者对机器人和人类失败场景的自发反应的网络摄像头记录;(2)坏主意数据集,包含 29 名参与者在预测失败发生前的行动结果时的预期面部反应。两个数据集均通过众包收集,捕捉了现实世界条件的固有变异性。这种自然变异性虽然具有挑战性,但为开发强大的错误检测系统提供了一个真实的测试平台。参与者开发了用于旁观者反应检测(赛道 1)和预期结果预测(赛道 2)的多模态机器学习模型,以及一个可选的跨数据集泛化赛道(赛道 3)。三个团队提交了有效模型,所有模型均超过了我们的卷积神经网络基线。本文描述了 ERR@HRI 3.0 的数据集、任务、基线和结果,并讨论了对构建用于人机交互的通用、上下文感知和预期错误检测系统的意义。

英文摘要

As robots become increasingly integrated into human environments, their ability to detect and respond to errors remains critical for maintaining user trust and interaction quality. While recent advances in machine learning have improved error detection capabilities, most approaches are limited to specific contexts, controlled settings, or pre-extracted features, limiting their generalizability and applicability to real-world conditions. To address this challenge, the third edition of the ERR@HRI Challenge (ERR@HRI 3.0) provided researchers with two complementary datasets that enable end-to-end innovation in methods for both detecting and preventing errors in human-robot interaction. The challenge offered raw, non-anonymized video data from naturalistic settings: (1) the Bystander Affect Detection (BAD) dataset, containing webcam recordings of 45 participants' spontaneous reactions to robot and human failure scenarios; and (2) the Bad Idea dataset, featuring 29 participants' anticipatory facial responses while predicting action outcomes before failures occur. Both datasets were collected via crowdsourcing, capturing the inherent variability of real-world conditions. This naturalistic variability, while challenging, provides an authentic testbed for developing robust error detection systems. Participants developed multimodal machine learning models for bystander reaction detection (Track 1) and anticipatory outcome prediction (Track 2), with an optional cross-dataset generalization track (Track 3). Three teams submitted valid models, all of which surpassed our convolutional neural network baselines. This paper describes the datasets, tasks, baselines, and results of ERR@HRI 3.0, and discusses implications for building generalizable, context-aware, and anticipatory error detection systems for human-robot interaction.

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

SensorPerch: Sense Wherever and Whenever it Matters

SensorPerch:随时随地感知重要之处

Zhanxin Wu, Ruofei Tong, Tapomayukh Bhattacharjee

机构 * Cornell University(康奈尔大学)

AI总结 针对机器人感知视角受限问题,提出SensorPerch,通过将传感器视为独立实体实现主动感知。它由可重构传感器平台和视角选择框架组成,能按需构建与任务相关的视角。在对象耦合和策略耦合感知任务中验证了该范式的有效性。

详情
AI中文摘要

现有的机器人感知受限于安装在机器人上或固定在环境中的传感器,将感知局限于有限的视角。随着机器人执行任务日益多样,最佳信息视角不断变化,现有方式难以满足。为此提出SensorPerch,将传感器视为独立物理实体,使其与机器人及环境解耦,实现主动感知。它包括可附着不同表面的轻量级、无线、可重构传感器平台及视角选择框架。在对象耦合感知和策略耦合感知两类任务中验证了该范式,能在机器人当前位置之外持续检测对象状态,还能为不同策略构建特定视角,成功率与使用预言视角相当。

英文摘要

Existing robotic perception is constrained by sensors that are either robot-mounted or permanently fixed in the environment, locking perception to a limited set of viewpoints. Yet as robots perform increasingly diverse tasks, the most informative viewpoint shifts from one task to the next-often somewhere onboard sensor and static infrastructure can not readily satisfy. To address this gap, we propose SensorPerch, a novel realization of active perception that decouples sensing from both the robot embodiment and the environment by treating sensors as independent physical entities that the robot can autonomously detach and re-attach within the environment. SensorPerch presents one realization of this paradigm: a lightweight, wireless, reconfigurable sensor platform that can perch on diverse surfaces, paired with a viewpoint-selection framework that determines task-optimal sensor placements. Together, these enable robots to construct task-relevant viewpoints on demand, independent of the robot's current position and available fixed infrastructure. We demonstrate the paradigm on two task classes: (i) object-coupled perception, where SensorPerch enables persistent object-state detection beyond the robot's current position, achieving successful event detection even when the robot is not nearby; and (ii) policy-coupled perception, where SensorPerch allows robots to construct diverse, policy-specific viewpoints for various policies, achieving success rates comparable to those obtained using oracle viewpoints.

URL PDF HTML 收藏