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

大厂专区

StepFun(阶跃星辰)

至 收录 76
2607.12252 2026-07-16 cs.CL 版本更新

FinResearchBench II: A Deep Research Benchmark with Consensus-Derived Gold Rubrics for Distinguishing Financial Report Quality

金融研究基准II:一个具有共识衍生黄金标准的深度研究基准,用于区分财务报告质量

Beidi Luan, Rui Sun, Sinuo Wang, Yan Gu, Chao Li, Zhenliang Xiong, Jing Li, Zuo Bai

机构 * StepFun(步趣) FinStep(鳍步) University of Adelaide(阿德莱德大学) Shanghai Jiao Tong University(上海交通大学)

AI总结 该研究针对深度研究代理生成财务报告的大规模评估瓶颈,提出可扩展管道生成高质量标准。通过构建基准、合成候选标准、比较大语言模型与人类评估,经两个过滤器得出黄金标准集,用于评估10个深度研究系统,实现可扩展的基准评估等研究。

详情
AI中文摘要

深度研究代理越来越多地用于生成长篇财务报告,但大规模评估仍受限于需要人类专家来定义和执行高质量标准。我们通过提出一个可扩展的管道来解决这个问题,该管道在最后环节无需人类专家即可生成高质量标准。我们从104个实际用户查询构建了一个金融深度研究基准,并从模型生成的报告中自动合成了14,450个特定查询的候选标准。为了证明在标准执行中无需人类专家的合理性,我们在一个抽样子集上比较了三位人类专家和一个由三个大语言模型组成的评审小组的标准判断,结果表明基于大语言模型的评估与人类评估足够一致,可用于大规模标准筛选,包括在共同一致的项目上98.67%的标签级一致性。然后,我们通过两个过滤器得出共识衍生的黄金标准:一个严格一致性过滤器,只有当三个大语言模型评审员对同一查询下的每份报告都一致同意时,才保留一个标准;一个区分性过滤器,只有当一个标准在所有评估系统中至少分配一个多数为“是”和至少一个多数为“否”的标签时,才保留该标准。这个过程保留了3,687个通过一致性的标准,其中2,600个仍然具有区分性,形成了最终的共识衍生黄金标准集。使用这个最终标准集,我们在10个深度研究系统中获得了明显不同的排名,项目级通过率从58.58%到22.23%不等。更广泛地说,由于该管道在标准生成和评估中消除了人类专家的执行,它自然可扩展用于基准评估、自动系统比较以及评估驱动的系统改进的未来研究。

英文摘要

Deep research agents are increasingly used to produce long-form financial reports, yet large-scale evaluation remains bottlenecked by the need for human experts to define and execute high-quality rubrics. We address this problem by proposing a scalable pipeline for generating high-quality rubrics without human experts in the final loop. We build a financial deep research benchmark from 104 real-world user queries and automatically synthesize 14,450 query-specific candidate rubrics from model-generated reports. To justify removing human experts from rubric execution, we compare rubric judgments from three human experts with those from a three-LLM judge panel on a sampled subset, and show that LLM-based evaluation is sufficiently consistent with human evaluation to replace it for large-scale rubric screening, including 98.67\% label-level agreement on jointly unanimous items. We then derive consensus-derived gold rubrics through two filters: a strict consistency filter, which keeps a rubric only if the three LLM judges unanimously agree on every report under the same query, and a distinguishability filter, which keeps a rubric only if it assigns at least one majority-yes and at least one majority-no label across the evaluated systems. This process retains 3,687 consistency-passed rubrics, of which 2,600 remain distinguishable and form the final set of consensus-derived gold rubrics. Using this final rubric set, we obtain clearly differentiated rankings across 10 deep research systems, with item-level pass rates ranging from 58.58\% to 22.23\%. More broadly, because the pipeline removes human-expert execution from rubric generation and evaluation, it is naturally scalable for benchmark evaluation, automatic system comparison, and future studies of evaluation-driven system improvement.

URL PDF HTML 收藏
2508.00554 2026-07-09 q-fin.TR cs.CL q-fin.CP 版本更新

ContestTrade: A Multi-Agent Trading System Based on Internal Contest Mechanism

ContestTrade:一种基于内部竞争机制的多智能体交易系统

Rui Sun, Li Zhao, Zuoyou Jiang, Bo Yang, Yuxiao Bai, Mengting Chen, Jing Li, Zuo Bai

机构 * Stepfun FinStep

AI总结 针对基于LLM的智能体在金融交易中决策受市场信息影响的问题,提出ContestTrade多智能体交易系统,通过“量化 - 预测 - 分配”竞争机制及两个专业团队协作,在A股回测中取得较好收益和风险调整绩效。

详情
AI中文摘要

在金融交易中,基于大语言模型(LLM)的智能体展现出巨大潜力,但其决策易受噪声和非平稳市场信息影响。我们提出ContestTrade,这是一个受机构投资工作流程启发的具有内部竞争机制的多智能体交易系统。该系统由两个专业团队组成:数据团队将海量市场数据处理并浓缩为针对受限LLM上下文窗口优化的多样化文本因素;研究团队通过工具增强的深度研究产生并行多路径交易决策。核心设计是每个团队内的“量化 - 预测 - 分配”竞争机制。在2024年后的A股回测中,ContestTrade取得了高于评估基准的回测收益和风险调整绩效。我们还描述了时间协议、实现选择和局限性。

英文摘要

In financial trading, large language model (LLM)-based agents demonstrate significant potential, but their decisions can be sensitive to noisy and non-stationary market information. We propose ContestTrade, a multi-agent trading system with an internal competitive mechanism inspired by institutional investment workflows. The system consists of two specialized teams: (1) a Data Team that processes and condenses massive market data into diversified textual factors optimized for constrained LLM context windows, and (2) a Research Team that produces parallelized multipath trading decisions via tool-augmented deep research. The core design is a "Quantify-Predict-Allocate" contest mechanism within each team: agent outputs are scored only after market outcomes become observable, future utility is predicted from historical scores, and resources are allocated to agents with positive predicted utility. In a post-2024 A-share backtest, ContestTrade achieves higher backtested return and risk-adjusted performance than the evaluated baselines. We further describe the temporal protocol, implementation choices, and limitations to clarify the scope of these results.

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

BabyVision: Visual Reasoning Beyond Language

BabyVision:超越语言的视觉推理

Liang Chen, Weichu Xie, Yiyan Liang, Hongfeng He, Hans Zhao, Zhibo Yang, Zhiqi Huang, Haoning Wu, Haoyu Lu, Y. charles, Yiping Bao, Yuantao Fan, Guopeng Li, Haiyang Shen, Xuanzhong Chen, Wendong Xu, Shuzheng Si, Zefan Cai, Wenhao Chai, Ziqi Huang, Fangfu Liu, Tianyu Liu, Baobao Chang, Ming Wu, Xiaobo Hu, Kaiyuan Chen, Yixin Ren, Yang Liu, Yuan Gong, Kuan Li

机构 * UniPat AI xbench Alibaba Group(阿里巴巴集团) MoonShot AI StepFun Peking University(北京大学) Tsinghua University(清华大学) University of Wisconsin–Madison(威斯康星大学麦迪逊分校) Princeton University(普林斯顿大学) Nanyang Technological University(南洋理工大学) G Labs Equal Core Contributors(0G Labs 等核心贡献者)

AI总结 研究发现当代多模态语言模型依赖语言先验,在基本视觉任务上表现差。为此引入BabyVision基准评估其核心视觉能力,涵盖多任务。结果显示模型缺乏基本视觉原语,BabyVision的进展迈向人类水平视觉能力,还探索了用生成模型解决视觉推理的方法。

Comments 26 pages, Homepage at https://unipat.ai/blog/BabyVision

详情
AI中文摘要

虽然人类在获得语言之前很久就发展出了核心视觉技能,但当代多模态语言模型(MLLMs)仍然严重依赖语言先验来弥补其脆弱的视觉理解能力。我们发现了一个关键事实:最先进的MLLMs在人类(甚至3岁儿童)能轻松解决的基本视觉任务上持续失败。为系统研究这一差距,我们引入了BabyVision,一个旨在评估MLLMs独立于语言知识的核心视觉能力的基准。BabyVision涵盖广泛任务,有388个项目分为四个关键类别的22个子类。实证结果和人工评估表明,领先的MLLMs表现显著低于人类基线。Gemini3 - Pro - Preview得分为49.7,落后于6岁儿童,远低于成人平均得分94.1。这些结果表明,尽管在知识密集型评估中表现出色,但当前MLLMs仍缺乏基本视觉原语。BabyVision的进展代表了向人类水平视觉感知和推理能力迈出的一步。我们还通过提出BabyVision - Gen和自动评估工具包探索用生成模型解决视觉推理问题。我们的代码和基准数据在该https网址发布以供复制。

英文摘要

While humans develop core visual skills long before acquiring language, contemporary Multimodal LLMs (MLLMs) still rely heavily on linguistic priors to compensate for their fragile visual understanding. We uncovered a crucial fact: state-of-the-art MLLMs consistently fail on basic visual tasks that humans, even 3-year-olds, can solve effortlessly. To systematically investigate this gap, we introduce BabyVision, a benchmark designed to assess core visual abilities independent of linguistic knowledge for MLLMs. BabyVision spans a wide range of tasks, with 388 items divided into 22 subclasses across four key categories. Empirical results and human evaluation reveal that leading MLLMs perform significantly below human baselines. Gemini3-Pro-Preview scores 49.7, lagging behind 6-year-old humans and falling well behind the average adult score of 94.1. These results show despite excelling in knowledge-heavy evaluations, current MLLMs still lack fundamental visual primitives. Progress in BabyVision represents a step toward human-level visual perception and reasoning capabilities. We also explore solving visual reasoning with generation models by proposing BabyVision-Gen and automatic evaluation toolkit. Our code and benchmark data are released at https://github.com/UniPat-AI/BabyVision for reproduction.

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

PerceptionRubrics: Calibrating Multimodal Evaluation to Human Perception

PerceptionRubrics:将多模态评估校准至人类感知

Yana Wei, Hongbo Peng, Yanlin Lai, Liang Zhao, Kangheng Lin, En Yu, Keyu Lv, Han Zhou, Yin Tang, Haodong Li, Mitt Huang, Hangyu Guo, Jianjian Sun, Zheng Ge, Xiangyu Zhang, Daxin Jiang, Vishal M. Patel

机构 * Johns Hopkins University(约翰霍普金斯大学) StepFun Tsinghua University(清华大学) Independent Researcher(独立研究者)

AI总结 提出基于准则的评估框架PerceptionRubrics,通过双流准则和门控评分机制,解决基准分数饱和而实际脆弱性问题,揭示可靠性差距、开源与闭源感知差异,并实现与人类感知的高度对齐。

Comments ICML 2026. Project page: https://weiyana.github.io/PerceptionRubrics

详情
AI中文摘要

我们引入了PerceptionRubrics,一个基于准则的评估框架,解决了基准分数饱和与现实世界脆弱性之间的差距。该评估从整体语义匹配转向严格的原子审计,PerceptionRubrics将1,038张信息密集的图像与超过12,000个实例特定的准则配对。这些准则通过新颖的循环同行评审共识流程从黄金描述中推导出来,然后蒸馏成双流系统:必须正确(基本事实)和易错(细粒度细节)准则。关键的是,PerceptionRubrics实现了门控评分机制:与线性平均值不同,对强制性视觉事实的失败会触发尖锐的二元惩罚。广泛的评估产生了关键见解:(1)可靠性差距:模型通常能正确验证碎片化元素,但在严格的合取约束下失败,暴露了密集领域的脆弱性;(2)开源与闭源分层:与推理趋势相反,我们揭示了开源和闭源前沿之间持续存在的8%感知差距;(3)人类对齐的严格性:我们的门控指标在实质上优于传统基准的对齐性,验证了严格的感知保真度是可靠生成的前提。

英文摘要

We introduce PerceptionRubrics, a rubric-based evaluation framework that addresses the gap between saturated benchmark scores and real-world brittleness. Shifting evaluation from holistic semantic matching to rigorous atomic auditing, PerceptionRubrics pairs 1,038 information-dense images with over 10,000 instance-specific rubrics. These criteria are derived from golden captions constructed via a novel Circular Peer-Review consensus pipeline and then distilled into a dual-stream system of Must-Right (essential facts) and Easy-Wrong (fine-grained details) rubrics. Crucially, PerceptionRubrics implements a Gated Scoring mechanism: unlike linear averages, failure on mandatory visual facts triggers sharp binary penalties. Extensive evaluation yields critical insights: (1) The Reliability Gap: models often verify fragmented elements correctly yet fail strict conjunctive constraints, exposing brittleness in dense domains; (2) Open-Closed Stratification: contrary to reasoning trends, we reveal a persistent 8% perception deficit between open-source and proprietary frontiers; and (3) Human-Aligned Rigor: our gated metrics substantially out-align conventional benchmarks, validating that strict perceptual fidelity is the prerequisite for reliable generation.

URL PDF HTML 收藏
2606.18394 2026-06-26 cs.CL 新提交

JetSpec: Breaking the Scaling Ceiling of Speculative Decoding with Parallel Tree Drafting

JetFlow: 通过并行树草稿突破推测解码的缩放上限

Lanxiang Hu, Zhaoxiang Feng, Yulun Wu, Haoran Yuan, Yujie Zhao, Yu-Yang Qian, Bojun Wang, Peng Zhao, Daxin Jiang, Yibo Zhu, Tajana Rosing, Hao Zhang

机构 * UC San Diego(加州大学圣地亚哥分校) Zhejiang University(浙江大学) UIUC(伊利诺伊大学厄巴纳-香槟分校) Nanjing University(南京大学) StepFun(阶跃星辰)

AI总结 提出JetFlow框架,通过因果并行草稿头结合树推测解码,将更大草稿预算转化为更长接受前缀和更高端到端加速,在Qwen3模型上实现最高9.64倍加速。

详情
AI中文摘要

推测解码(SD)通过草拟多个令牌并并行验证来加速自回归大语言模型(LLM),但面临缩放限制:仅当接受率保持较高且草拟开销较低时,增加草稿预算才能提高速度。这一上限难以突破,因为先前基于头的SD方法面临因果-效率困境。自回归草稿器生成路径条件候选,适用于树推测解码且接受长度更高,但其草拟成本随树深度增长。双向块扩散草稿器一次性生成所有位置,但其分支无关的边缘分布可能形成个体合理但相互不一致的树,浪费预算并降低接受率。我们提出JetFlow,一种基于头的SD框架,结合单次前向草拟效率与分支级因果条件。JetFlow在冻结目标模型的融合隐藏状态上训练因果并行草稿头,生成与目标模型自回归分解对齐的候选树。这使得JetFlow能够将更大的草稿预算转换为更长的接受前缀和更高的端到端加速。在密集和MoE Qwen3模型上的数学、编码和聊天基准测试中,JetFlow始终优于双向头和基于树的SD基线。在H100 GPU上,JetFlow在MATH-500上实现高达9.64倍加速,在开放式对话工作负载上实现4.58倍加速,并通过vLLM集成在实际服务负载下进一步降低延迟。我们的代码和模型可在该https URL获取。

英文摘要

Speculative decoding (SD) accelerates autoregressive Large Language Models (LLMs) by drafting multiple tokens and verifying them in parallel, but it faces a scaling limitation: increasing the draft budget improves speed only when acceptance remains high and drafting overhead stays low. This ceiling has been difficult to break because prior head-based SD methods face a causality-efficiency dilemma. Autoregressive drafters produce path-conditioned candidates that are effective for tree speculative decoding with higher acceptance length, but their drafting cost grows with tree depth. Bidirectional block-diffusion drafters generate all positions in one pass, but their branch-agnostic marginals can form individually plausible yet mutually inconsistent trees, wasting budget and reducing acceptance. We propose JetSpec, a head-based SD framework that combines one-forward drafting efficiency with branch-wise causal conditioning. JetSpec trains a causal parallel draft head over fused hidden states from the frozen target model, producing candidate trees whose scores align with the target model's autoregressive factorization. This enables JetSpec to convert larger draft budgets into longer accepted prefixes and higher end-to-end speedup. Across math, coding, and chat benchmarks on dense and MoE Qwen3 models, JetSpec consistently outperforms bidirectional-head and tree-based SD baselines. On H100 GPUs, JetSpec achieves up to 9.64x speedup on MATH-500 and 4.58x on open-ended conversational workloads, with further latency gains demonstrated through vLLM integration under realistic serving loads. Our code and models are available at https://github.com/hao-ai-lab/JetSpec.

URL PDF HTML 收藏
2506.07031 2026-06-26 cs.CR cs.AI cs.CL 版本更新

HauntAttack: When Attack Follows Reasoning as a Shadow

HauntAttack:当攻击如影随形地跟随推理

Jingyuan Ma, Rui Li, Zheng Li, Junfeng Liu, Heming Xia, Lei Sha, Zhifang Sui

机构 * State Key Laboratory for Multimedia Information Processing, School of Computer Science, Peking University(北京大学计算机学院多媒体信息处理国家重点实验室) StepFun Department of Computing, The Hong Kong Polytechnic University(香港理工大学计算机系) Institute of Artificial Intelligence, Beihang University(北航人工智能研究院)

AI总结 提出HauntAttack黑盒对抗攻击框架,通过将有害指令嵌入推理问题,引导大型推理模型逐步产生不安全输出,在11个模型上平均攻击成功率超70%。

详情
AI中文摘要

新兴的大型推理模型(LRMs)在数学和推理任务中持续表现出色,展现出卓越的能力。然而,推理能力的增强和内部推理过程的暴露引入了新的安全漏洞。一个关键问题出现了:当推理与有害性交织在一起时,LRMs在推理模式下是否更容易受到越狱攻击?为了研究这一点,我们引入了HauntAttack,一种新颖且通用的黑盒对抗攻击框架,该系统地将有害指令嵌入到推理问题中。具体来说,我们用有害指令修改现有问题中的关键推理条件,从而构建一个引导模型逐步走向不安全输出的推理路径。我们在11个LRMs上评估了HauntAttack,观察到平均攻击成功率超过70%,比之前最强的基线实现了高达13个百分点的绝对改进。我们的进一步分析表明,即使是先进的安全对齐模型仍然高度容易受到基于推理的攻击,这为未来模型开发中平衡推理能力和安全性的紧迫挑战提供了见解。

英文摘要

Emerging Large Reasoning Models (LRMs) consistently excel in mathematical and reasoning tasks, showcasing remarkable capabilities. However, the enhancement of reasoning abilities and the exposure of internal reasoning processes introduce new safety vulnerabilities. A critical question arises: when reasoning becomes intertwined with harmfulness, will LRMs become more vulnerable to jailbreaks in reasoning mode? To investigate this, we introduce HauntAttack, a novel and general-purpose black-box adversarial attack framework that systematically embeds harmful instructions into reasoning questions. Specifically, we modify key reasoning conditions in existing questions with harmful instructions, thereby constructing a reasoning pathway that guides the model step by step toward unsafe outputs. We evaluate HauntAttack on 11 LRMs and observe an average attack success rate of over 70\%, achieving up to 13 percentage points of absolute improvement over the strongest prior baseline. Our further analysis reveals that even advanced safety-aligned models remain highly susceptible to reasoning-based attacks, offering insights into the urgent challenge of balancing reasoning capability and safety in future model development.

URL PDF HTML 收藏
2606.25763 2026-06-25 cs.CV 新提交

ShutterMuse: Capture-Time Photography Guidance with MLLMs

ShutterMuse: 基于多模态大语言模型的拍摄时刻摄影指导

Jiayu Li, Yixiao Fang, Tianyu Hu, Wei Cheng, Ping Huang, Zheheng Fan, Gang Yu, Xingjun Ma

机构 * Fudan University(复旦大学) StepFun

AI总结 提出CaptureGuide-Bench基准测试,评估MLLM在摄影师构图与主体姿态推荐方面的能力,并构建ShutterMuse统一模型,通过监督与强化微调实现最佳综合性能。

Comments Project Page:https://lijayutnt.github.io/ShutterMuse

详情
AI中文摘要

现实世界中的摄影需要在拍摄时刻对相机构图和主体姿态进行指导。然而,现有的美学裁剪基准主要评估事后裁剪预测,忽略了主体侧建议,导致多模态大语言模型(MLLM)的拍摄时刻指导能力尚未得到充分探索。为填补这一空白,我们引入了CaptureGuide-Bench,一个包含两个互补任务的基准:摄影师侧构图决策与优化,以及主体侧场景条件姿态推荐。我们的评估揭示了局限性:通用MLLM能够做出构图决策但缺乏精确的优化定位,而专门的美学裁剪模型能有效定位裁剪但仅限于优化;两者均无法提供可操作的姿态指导。为支持模型开发,我们进一步构建了CaptureGuide-Dataset,包含13万个带有文本理由和结构化视觉标注的样本,并开发了ShutterMuse,一个经过监督和强化微调的统一MLLM。在CaptureGuide-Bench上的实验表明,ShutterMuse在评估基线中取得了最佳的整体摄影师侧性能,并以显著更低的推理成本实现了有竞争力的主体侧姿态推荐,展示了MLLM作为拍摄过程中交互式助手的潜力。

英文摘要

Real-world photography requires capture-time guidance for both camera framing and subject pose. Yet existing aesthetic cropping benchmarks mainly evaluate post-hoc crop prediction and overlook subject-side recommendations, leaving the capture-time guidance capabilities of multimodal large language models (MLLMs) underexplored. To address this gap, we introduce CaptureGuide-Bench, a benchmark with two complementary tasks: photographer-side composition decision and refinement, and subject-side scene-conditioned pose recommendation. Our evaluation reveals limitations: general-purpose MLLMs can make composition decisions but lack precise refinement localization, while specialized aesthetic cropping models localize crops effectively but are limited to refinement; neither provides actionable pose guidance. To support model development, we further construct CaptureGuide-Dataset, comprising 130K samples with textual rationales and structured visual annotations, and develop ShutterMuse, a unified MLLM trained with supervised and reinforcement fine-tuning. Experiments on CaptureGuide-Bench show that ShutterMuse achieves the best overall photographer-side performance among evaluated baselines and competitive subject-side pose recommendation with substantially lower inference cost, demonstrating the potential of MLLMs as interactive assistants for photography during image capture.

URL PDF HTML 收藏
2606.22883 2026-06-23 cs.AI 新提交

CLI-Universe: Towards Verifiable Task Synthesis Engine for Terminal Agents

CLI-Universe:面向终端代理的可验证任务合成引擎

Zhanbo Hua, Yifan Yao, Weihao Xie, Yongchi Zhao, Minghao Liu, Ruizhi Qiu, Zhewei Huang, Zun Wang, Yiyan Ji, Yunhai Ye, Letian Zhu, Xinping Lei, Han Li, Zhiyuan Ma, Zili Wang, Zhaoxiang Zhang, Jiaheng Liu

机构 * Nanjing University(南京大学) StepFun(阶跃星辰) ZODA Shanghai AI Lab(上海人工智能实验室) Huazhong University of Science and Technology(华中科技大学)

AI总结 提出CLI-Universe引擎,通过多维能力分类采样和证据引导研究生成终端代理任务,经多阶段可执行验证流水线筛选,构建高质量数据集CLI-Universe-6K,微调Qwen3-32B在Terminal-Bench 2.0上达到33.4%的SOTA。

Comments 20 pages, 5 figures, 3 tables. Preprint

详情
AI中文摘要

尽管近期基于LLM的终端代理展现出有前景的能力,但高质量、可执行的训练数据的稀缺性仍然是一个关键瓶颈。现有的合成流水线通常通过将表面级伪影改造为任务来扩展规模,这常常导致模糊的指令、浅层的执行路径和脆弱的测试,从而提供微弱的学习信号。为克服这一问题,我们引入了CLI-Universe,一个构建终端代理任务的原则性合成引擎。CLI-Universe通过跨多维能力分类(领域、技能类型、能力和工程支柱)采样组合生成候选任务,然后通过基于真实世界技术材料的证据引导深度研究来具体化每个候选任务。为确保严格的监督,经过验证的蓝图被实例化为Docker化环境,并经受多阶段可执行验证流水线,该流水线具有基于评分准则的测试构建、提示条件过滤和严格的失败到通过检查。在整个流水线中,从候选生成到验证,大约三分之二的候选被丢弃,仅保留那些真实、可验证且具有非平凡挑战性的任务。为验证我们的框架,我们实例化了一个高度精炼的数据集,包含6000条轨迹,称为CLI-Universe-6K。值得注意的是,在CLI-Universe-6K上微调Qwen3-32B在Terminal-Bench 2.0上达到了33.4%的准确率。这为在开源数据上训练的、参数规模不超过32B的模型设立了新的最先进水平,并且优于多个规模大一个数量级的模型,展示了结构化、高保真合成的深刻数据效率。

英文摘要

While recent LLM-based terminal agents have demonstrated promising capabilities, the scarcity of high-quality, executable training data remains a critical bottleneck. Existing synthesis pipelines typically scale by retrofitting surface-level artifacts into tasks, frequently yielding ambiguous instructions, shallow execution paths, and brittle tests that provide weak learning signals. To overcome this, we introduce CLI-Universe, a principled synthesis engine that constructs terminal-agent tasks. CLI-Universe generates candidate tasks by sampling combinations across a multi-dimensional capability taxonomy (domain, skill type, capability, and engineering pillar), then grounds each candidate through evidence-guided deep research over real-world technical materials. To ensure rigorous supervision, validated blueprints are instantiated into Dockerized environments and subjected to a multi-stage executable verification pipeline featuring rubric-gated test construction, hint-conditional filtering, and strict fail-to-pass checking. Across the full pipeline, from candidate generation to verification, approximately two-thirds of candidates are discarded, retaining only those that are genuine, verifiable, and non-trivially challenging. To validate our framework, we instantiate a highly distilled dataset of 6,000 trajectories called CLI-Universe-6K. Remarkably, fine-tuning Qwen3-32B on CLI-Universe-6K achieves 33.4% on Terminal-Bench 2.0. This sets a new state-of-the-art for models trained on open-source data at or below 32B parameters, and outperforms several models an order of magnitude larger, demonstrating the profound data efficiency of structured, high-fidelity synthesis.

URL PDF HTML 收藏
2606.20506 2026-06-19 cs.CV cs.AI 新提交

FreeStyle: Free Control of Style-Content Dual-Reference Generation from Community LoRA Mining

FreeStyle: 从社区LoRA挖掘中实现风格-内容双参考生成的自由控制

Jinghong Lan, Wei Cheng, Yunuo Chen, Ziqi Ye, Peng Xing, Yixiao Fang, Rui Wang, Yufeng Yang, Xuanyang Zhang, Xianfang Zeng, Difan Zou, Gang Yu, Chi Zhang

机构 * Fudan University(复旦大学) StepFun Westlake University(西湖大学) University of Hong Kong(香港大学)

AI总结 提出FreeStyle框架,利用社区LoRA作为锚点,通过两阶段课程学习(注意力级约束和频率感知RoPE调制)解决双参考生成中的内容泄露问题,并引入新基准和评估指标,实现风格对齐、内容保持与泄露抑制的平衡。

Comments 35 pages, 26figures. Project page: https://github.com/Blue2Giant/FreeStyle

详情
AI中文摘要

风格-内容双参考生成旨在合成一张图像,该图像保留内容参考的结构和语义,同时采用单独风格参考的风格。尽管近期有所进展,但这一设置仍然具有挑战性,因为模型必须平衡内容保真度、风格对齐和指令遵循,同时避免风格参考的语义泄露。一个关键瓶颈是缺乏大规模的三元组数据,这些数据具有清晰的内容-风格分离和广泛的长尾风格。在这项工作中,我们提出了FreeStyle,一个基于社区LoRA的可扩展双参考生成框架。我们将社区LoRA视为风格和内容的组合锚点,并设计了一个严格的生成和过滤流水线,以在多个基础模型上构建大规模的风格参考和内容参考三元组。为了解决内容泄露,我们采用了两阶段课程学习,并设计了特定阶段的解耦机制:在风格迁移阶段,采用注意力级增强约束来抑制风格参考泄露;在更困难的双参考阶段,采用频率感知的RoPE调制策略来针对基于位置对应的泄露。我们还引入了一个基准,涵盖风格参考和双参考生成,并在风格相似性、内容保持、美学质量、指令遵循和泄露拒绝方面进行评估。该基准包含一个风格不变的内容对齐分数(CAS),并引入了一个基于校准的VLM的拒绝分数,用于评估生成可靠性和泄露。大量实验表明,我们的模型在风格对齐、内容保持和泄露抑制之间实现了强平衡。

英文摘要

Style-content dual-reference generation aims to synthesize an image that preserves the structure and semantics of a content reference while adopting the style of a separate style reference.Despite recent progress, this setting remains challenging because models must balance content fidelity, style alignment, and instruction following avoiding semantic leakage from the style reference.A key bottleneck is the lack of large-scale triplet data with clean content-style separation and broad long-tail style coverage.In this work, we propose FreeStyle, a scalable dual-reference generation framework based on community LoRA mining.We treat community LoRAs as compositional anchors for style and content, and design a rigorous generation and filtering pipeline to construct large-scale Style-Reference and Content-Reference triplets across multiple base models.To address content leakage, we adopt a two-stage curriculum with stage-specific disentanglement mechanisms: an attention-level enrichment constraint that suppresses style-reference leakage in the style-transfer stage, and a frequency-aware RoPE modulation strategy that targets positional-correspondence-based leakage in the harder dual-reference stage.We also introduce a benchmark covering both style-reference and dual-reference generation, with evaluations on style similarity, content preservation, aesthetics, instruction following, and leakage rejection. The benchmark incorporates a style-invariant Content Alignment Score (CAS) and introduces a calibrated VLM-based Rejection Score for evaluating generation reliability and leakage suppression.Extensive experiments show that our model achieves a strong balance among style alignment, content preservation, and leakage suppression.

URL PDF HTML 收藏
2606.18890 2026-06-18 cs.AI 新提交

Skill-Guided Continuation Distillation for GUI Agents

面向GUI代理的技能引导延续蒸馏

Zhimin Fan, Hongwei Yu, Yeqing Shen, Haolong Yan, Guozhen Peng, Tianhao Peng, Yudong Zhang, Xiaowen Zhang, Kaijun Tan, Zheng Ge, Xiangyu Zhang, Daxin Jiang

机构 * StepFun University of Science and Technology Beijing(北京科技大学) Tsinghua University(清华大学) Nanyang Technological University(南洋理工大学)

AI总结 提出技能引导延续蒸馏(SGCD)框架,通过技能引导策略生成成功延续轨迹,弥补专家轨迹中未覆盖的状态监督缺失,在OSWorld-Verified上将三个基础模型成功率从30%左右提升至50%以上。

详情
AI中文摘要

改进GUI代理通常依赖于在专家轨迹上的行为克隆。然而,当当前策略偏离专家策略时,在闭环执行过程中不可避免地会遇到策略导致的偏离轨迹状态,即超出专家轨迹的状态。由于专家轨迹未对这些未见状态提供演示,这些状态得不到有效监督,导致策略无法选择正确动作。为弥补这一监督缺口,我们提出技能引导延续蒸馏(SGCD),一种迭代式自我改进框架。SGCD首先在没有技能引导的情况下运行简单策略若干步,以到达真实的偏离轨迹状态。从这些状态出发,技能引导策略完成任务并生成成功的延续轨迹,这些轨迹与专家轨迹混合,为策略导致的偏离轨迹状态提供监督。技能从成功和失败的轨迹中提取,包括延续计划、关键目标、失败陷阱和成功标准。在OSWorld-Verified上,SGCD将三个基础模型的成功率从30%左右提升至超过50%,证明了其有效性和通用性。

英文摘要

Improving GUI agents typically relies on behavior cloning on expert trajectories. However, as the current policy deviates from the expert policy, it inevitably encounters policy-induced off-trajectory states during closed-loop execution, i.e., states that fall outside the expert trajectories. Since expert trajectories provide no demonstrations for these unseen states, such states receive no effective supervision, leaving the policy unable to select the correct action. To close this supervision gap, we propose Skill-Guided Continuation Distillation (SGCD), an iterative self-improvement framework. SGCD first runs the plain policy without skill guidance for a few steps to reach realistic off-trajectory states. From these states, a skill-guided policy then completes the task and produces successful continuations, which are mixed with expert trajectories to supply supervision over policy-induced off-trajectory states. The skills are extracted from both successful and failed rollouts, consisting of Continuation Plans, Critical Targets, Failure Traps, and Success Criteria. On OSWorld-Verified, SGCD improves the success rate of three base models from the low-30\% range to over 50\%, demonstrating its effectiveness and generality.

URL PDF HTML 收藏
2605.21312 2026-06-16 cs.DC cs.AI cs.LG 版本更新

Frontier: Towards Comprehensive and Accurate LLM Inference Simulation

Frontier: 向全面且准确的LLM推理模拟迈进

Yicheng Feng, Xin Tan, Yangtao Deng, Yimin Jiang, Yibo Zhu, Hong Xu

机构 * The Chinese University of Hong Kong(香港中文大学) Anuttacon StepFun

AI总结 本文提出Frontier,一种用于现代LLM推理服务的离散事件模拟器,通过离散化抽象和对关键运行时优化的建模,实现了对复杂工作负载的准确预测,从而在不同服务场景中提供更精确的计算、通信和内存成本预测。

详情
AI中文摘要

现代LLM服务已不再是单一或整体的。生产系统现在结合了解耦执行、复杂并行性、运行时优化和状态化工作负载,如推理、代理和RL展开。模拟对于探索这个快速增长的设计空间具有吸引力,但现有模拟器缺乏所需的架构完整性和决策级精度。它们的单体-副本抽象不适合解耦服务,而平均情况分析代理可能会扭曲SLA预测甚至逆转优化结论。我们提出了Frontier,一种用于现代LLM推理服务的离散事件模拟器。Frontier具有解耦抽象。它通过建模共置、预填解码解耦(PDD)和注意力-前馈网络解耦(AFD)与角色特定的集群工作者,捕捉现代服务系统的结构和动态。它在调度器-批次引擎循环中整合关键运行时优化(例如CUDA图、推测解码),并支持新兴工作负载的状态请求。它进一步提供了在多样化服务场景中对计算、通信和内存成本的准确且可推广的预测。在16-H800 GPU测试平台上,Frontier实现了平均吞吐量误差低于4%。与最先进的模拟器相比,它在共置情况下将端到端延迟误差从44.9%降低到6.4%,在解耦情况下从51.7%降低到2.6%。它扩展到超过1000个GPU在商用CPU上,并启用了新的用例,如依赖SLA的帕累托前沿探索、异构解耦分配、代理推理调度验证和RL后训练重配置。

英文摘要

Modern LLM serving is no longer homogeneous or monolithic. Production systems now combine disaggregated execution, complex parallelism, runtime optimizations, and stateful workloads such as reasoning, agents, and RL rollouts. Simulation is attractive for exploring this growing design space, yet existing simulators lack the architectural completeness and decision-grade fidelity it demands. Their monolithic-replica abstractions are ill-suited to disaggregated serving, while average-case analytical proxies can distort SLA predictions and even reverse optimization conclusions. We present Frontier, a discrete-event simulator for modern LLM inference serving. Frontier features a disaggregated abstraction. It captures the structure and dynamics of modern serving systems by modeling co-location, Prefill-Decode Disaggregation (PDD), and Attention-FFN Disaggregation (AFD) with role-specific cluster workers, incorporating key runtime optimizations (e.g., CUDA Graphs, speculative decoding) within the scheduler-batch-engine loop, and supporting stateful requests for emerging workloads. It further provides accurate and generalizable predictions of computation, communication, and memory costs across diverse serving scenarios with complex workload compositions. On 16-H800 GPU testbed, Frontier achieves an average throughput error below 4%. Compared with state-of-the-art simulators, it reduces end-to-end latency error from 44.9% to 6.4% under co-location and from 51.7% to 2.6% under disaggregation. It scales to over 1K GPUs on commodity CPUs and enables new use cases such as SLA-dependent Pareto frontier exploration, heterogeneous disaggregated allocation, agentic reasoning scheduling validation, and RL post-training reconfiguration. We release Frontier at https://github.com/NetX-lab/Frontier.

URL PDF HTML 收藏
2604.28185 2026-06-16 cs.CV 版本更新

Visual Generation in the New Era: An Evolution from Atomic Mapping to Agentic World Modeling

新时代的视觉生成:从原子映射到智能世界建模的演进

Keming Wu, Zuhao Yang, Kaichen Zhang, Shizun Wang, Haowei Zhu, Sicong Leng, Zhongyu Yang, Qijie Wang, Sudong Wang, Ziting Wang, Zili Wang, Hui Zhang, Haonan Wang, Hang Zhou, Yifan Pu, Xingxuan Li, Fangneng Zhan, Bo Li, Lidong Bing, Yuxin Song, Ziwei Liu, Wenhu Chen, Jingdong Wang, Xinchao Wang, Xiaojuan Qi, Shijian Lu, Bin Wang

机构 * Tsinghua University(清华大学) Nanyang Technological University(南洋理工大学) University of Hong Kong(香港大学) National University of Singapore(新加坡国立大学) University of Waterloo(滑铁卢大学) StepFun MiroMind Baidu(百度) Fudan University(复旦大学) Hong Kong University of Science and Technology(香港科技大学) Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州)) LMMs-Lab(LMMs实验室)

AI总结 提出五级分类法(原子生成、条件生成、上下文生成、智能生成、世界建模生成),分析流匹配、统一理解与生成模型等关键技术,并指出现有评估高估感知质量而忽视结构、时序和因果缺陷。

Comments Project Page: https://github.com/EvolvingLMMs-Lab/Evolving-Visual-Generation

详情
AI中文摘要

最近的视觉生成模型在照片级真实感、排版、指令遵循和交互式编辑方面取得了重大进展,但在空间推理、持久状态、长期一致性和因果理解方面仍然存在困难。我们认为,该领域应超越外观合成,转向智能视觉生成:基于结构、动态、领域知识和因果关系的合理视觉内容。为构建这一转变,我们引入了一个五级分类法:原子生成、条件生成、上下文生成、智能生成和世界建模生成,从被动渲染器逐步演进到交互式、智能、世界感知的生成器。我们分析了关键技术驱动因素,包括流匹配、统一理解与生成模型、改进的视觉表示、后训练、奖励建模、数据整理、合成数据蒸馏和采样加速。我们进一步表明,当前的评估往往通过强调感知质量而高估了进展,却忽略了结构、时序和因果缺陷。通过结合基准测试回顾、野外压力测试和专家约束案例研究,本路线图提供了一个以能力为中心的视角,用于理解、评估和推进下一代智能视觉生成系统。

英文摘要

Recent visual generation models have made major progress in photorealism, typography, instruction following, and interactive editing, yet they still struggle with spatial reasoning, persistent state, long-horizon consistency, and causal understanding. We argue that the field should move beyond appearance synthesis toward intelligent visual generation: plausible visuals grounded in structure, dynamics, domain knowledge, and causal relations. To frame this shift, we introduce a five-level taxonomy: Atomic Generation, Conditional Generation, In-Context Generation, Agentic Generation, and World-Modeling Generation, progressing from passive renderers to interactive, agentic, world-aware generators. We analyze key technical drivers, including flow matching, unified understanding-and-generation models, improved visual representations, post-training, reward modeling, data curation, synthetic data distillation, and sampling acceleration. We further show that current evaluations often overestimate progress by emphasizing perceptual quality while missing structural, temporal, and causal failures. By combining benchmark review, in-the-wild stress tests, and expert-constrained case studies, this roadmap offers a capability-centered lens for understanding, evaluating, and advancing the next generation of intelligent visual generation systems.

URL PDF HTML 收藏
2510.05150 2026-06-15 cs.CL cs.AI 版本更新

Chronological Thinking in Full-Duplex Spoken Dialogue Language Models

全双工口语对话语言模型中的时间顺序思考

Donghang Wu, Haoyang Zhang, Chen Chen, Tianyu Zhang, Fei Tian, Xuerui Yang, Gang Yu, Hexin Liu, Nana Hou, Yuchen Hu, Eng Siong Chng

机构 * Nanyang Technological University(南洋理工大学) StepFun Mila

AI总结 提出Chronological Thinking机制,让全双工对话模型在听用户说话时增量推理,不增加延迟,提升响应质量。

Comments Accepted by SIGDIAL 2026

详情
AI中文摘要

近期口语对话语言模型(SDLMs)的进展反映了从轮次式向全双工系统转变的日益增长的兴趣,其中模型在生成响应的同时持续感知用户语音流。这种同时听和说的设计实现了实时交互,并且智能体可以处理动态对话行为,如用户插话。然而,在听阶段,现有系统通过重复预测静默标记使智能体保持空闲,这偏离了人类行为:我们在对话中通常进行轻量级思考,而不是心不在焉。受此启发,我们提出了Chronological Thinking,一种即时对话思考机制,旨在提高全双工SDLMs的响应质量。具体来说,Chronological Thinking从传统的LLM思考方法(如思维链)中进行了范式转变,专为流式声学输入而设计。(1)严格因果:智能体在听的同时增量推理,仅从过去的音频更新内部假设,无前瞻。(2)无额外延迟:推理在听窗口期间分摊;一旦用户停止说话,智能体停止思考并立即开始说话,无进一步延迟。实验通过客观指标和人工评估证明了Chronological Thinking的有效性,在响应质量上表现出一致的改进。此外,Chronological Thinking稳健地处理对话动态,并在全双工交互指标上取得了竞争性性能。

英文摘要

Recent advances in spoken dialogue language models (SDLMs) reflect growing interest in shifting from turn-based to full-duplex systems, where the models continuously perceive user speech streams while generating responses. This simultaneous listening and speaking design enables real-time interaction and the agent can handle dynamic conversational behaviors like user barge-in. However, during the listening phase, existing systems keep the agent idle by repeatedly predicting the silence token, which departs from human behavior: we usually engage in lightweight thinking during conversation rather than remaining absent-minded. Inspired by this, we propose Chronological Thinking, an on-the-fly conversational thinking mechanism that aims to improve response quality in full-duplex SDLMs. Specifically, chronological thinking presents a paradigm shift from conventional LLM thinking approaches, such as Chain-of-Thought, purpose-built for streaming acoustic input. (1) Strictly causal: the agent reasons incrementally while listening, updating internal hypotheses only from past audio with no lookahead. (2) No additional latency: reasoning is amortized during the listening window; once the user stops speaking, the agent halts thinking and begins speaking without further delay. Experiments demonstrate the effectiveness of chronological thinking through both objective metrics and human evaluations show consistent improvements in response quality. Furthermore, chronological thinking robustly handles conversational dynamics and attains competitive performance on full-duplex interaction metrics.

URL PDF HTML 收藏
2606.09827 2026-06-09 cs.RO cs.CV 新提交

MemoryVLA++: Temporal Modeling via Memory and Imagination in Vision-Language-Action Models

MemoryVLA++:通过记忆与想象在视觉-语言-动作模型中进行时间建模

Hao Shi, Weiye Li, Bin Xie, Yulin Wang, Renping Zhou, Tiancai Wang, Xiangyu Zhang, Ping Luo, Gao Huang

机构 * Tsinghua University(清华大学) The University of Hong Kong(香港大学) Dexmal StepFun

AI总结 提出MemoryVLA++框架,通过工作记忆、感知-认知记忆库和想象未来状态的世界模型,实现完整时间建模,在模拟和真实机器人任务上显著提升长时域和依赖记忆与想象的任务性能。

Comments The project is available at https://shihao1895.github.io/MemoryVLA-PP-Web

详情
AI中文摘要

时间建模对于机器人操作至关重要,因为有效控制既需要过去交互的记忆,也需要对未来状态的想象。然而,大多数VLA模型主要依赖当前观测,因此在长时域和时间依赖任务上表现不佳。认知科学表明,人类依赖工作记忆缓冲短期上下文,海马系统保存过去经历的情景记忆,以及内部模型想象可能的未来状态演化。受这些机制启发,我们提出MemoryVLA++,一个完整的时序建模框架,为VLA模型配备记忆和想象能力以进行机器人操作。预训练的VLM将当前观测编码为感知和认知标记,形成工作记忆。这些标记查询感知-认知记忆库以检索相关历史上下文。该记忆库存储来自过去交互的低级细节和高级语义,并通过冗余感知合并进行更新。一个世界模型在去噪潜在空间中想象未来状态,并在记忆引导下整合想象的潜在表示,形成完整的时间感知标记。生成的标记条件化一个扩散动作专家,以预测时间一致的动作序列。我们在5个模拟基准和3类真实机器人任务(涵盖3种机器人)上进行了广泛实验,包括通用操作、长时域时间任务、鲁棒性和泛化性。我们的方法在Libero、SimplerEnv、Mikasa-Robo、Calvin、Libero-Plus以及多样化的真实机器人任务上取得了强劲性能,验证了具有记忆和想象的完整时间建模的有效性。例如,在真实机器人上,在通用、依赖记忆和依赖想象的任务上分别获得了+9%、+26%和+28%的提升。项目页面:https://shihao1895.github.io/MemoryVLA-PP-Web

英文摘要

Temporal modeling is essential for robotic manipulation, as effective control requires both memory of past interactions and imagination of future states. However, most VLA models rely primarily on the current observation and therefore struggle with long-horizon, temporally dependent tasks. Cognitive science suggests that humans rely on working memory to buffer short-lived context, the hippocampal system to preserve episodic memory of past experience, and internal models to imagine possible future state evolution. Inspired by these mechanisms, we propose MemoryVLA++, a full temporal modeling framework that equips VLA models with memory and imagination for robotic manipulation. A pretrained VLM encodes the current observation into perceptual and cognitive tokens, forming working memory. These tokens query a Perceptual-Cognitive Memory Bank to retrieve relevant historical context. This bank stores low-level details and high-level semantics from past interactions, and is updated through redundancy-aware consolidation. A world model imagines future states in a denoising latent space, and the imagined latents are integrated under memory guidance to form full temporal-aware tokens. The resulting tokens condition a diffusion action expert to predict temporally consistent action sequences. We conduct extensive experiments on 5 simulation benchmarks and 3 categories of real-robot tasks across 3 robots, covering general manipulation, long-horizon temporal tasks, robustness, and generalization. Our method achieves strong performance across Libero, SimplerEnv, Mikasa-Robo, Calvin, Libero-Plus, and diverse real-robot tasks, validating the effectiveness of full temporal modeling with memory and imagination. For example, on real robots, it achieves +9%, +26%, +28% gains on general, memory-dependent, and imagination-dependent tasks. Project Page: https://shihao1895.github.io/MemoryVLA-PP-Web

URL PDF HTML 收藏
2606.03189 2026-06-05 cs.CL

SenseJudge: Human-Centric Preference-Driven Judgment Framework

SenseJudge: 以人为中心的偏好驱动判断框架

Rui Li, Junfeng Liu, Xiangwen Kong, Linhai Xu, Zhifang Sui

机构 * State Key Laboratory for Multimedia Information Processing, School of Computer Science, Peking University(信息处理国家重点实验室,计算机学院,北京大学) StepFun Xi’an Jiaotong University(西安交通大学)

AI总结 提出SenseJudge框架和SenseBench基准,通过融入用户偏好实现个性化判断和模型排名,实验证明其优于现有方法。

Comments ACL 2026 Findings

详情
AI中文摘要

大型语言模型(LLMs)作为判断器在评估模型响应等各种场景中正成为一种日益被接受的范式。然而,现有的判断方法通常依赖于使用固定偏好数据训练的评判器,这往往忽视了多样化的用户偏好,难以适应真实的人机对话场景。为了解决这些局限性,我们提出了SenseJudge,一个由人类偏好驱动的可定制判断框架,以及SenseBench,一个源自真实世界多轮交互的多样且具有挑战性的指令遵循基准。我们将自动判断框架和基准应用于两个任务:(1)LLMs作为个性化判断器,以及(2)模型排名。我们进行了大量实验,结果表明SenseJudge框架在LLMs作为个性化判断器任务中超越了其他判断方法和模型,并实现了与真实人类感知一致的模型排名。此外,我们对位置偏差和一致性进行了分析,并进行了消融研究,证实了SenseJudge的鲁棒性。

英文摘要

Large Language Models (LLMs) as judges across various scenarios such as assessing model responses is becoming an increasingly accepted paradigm. However, existing judgment approaches often rely on trained judgers using fixed preference data, which tend to overlook diverse user preferences and struggle to adapt to real-world human-AI dialogue scenarios. To address these limitations, we propose SenseJudge, a customizable judgment framework driven by human preferences and SenseBench, a diverse and challenging instruction-following benchmark derived from real-world multi-turn interactions. We applied the automatic judgment framework and benchmark to two tasks: (1) LLMs as personalized judges, and (2) model ranking. We conducted extensive experiments, and the results demonstrate that the SenseJudge framework surpasses other judgment methods and models in the LLMs-as-personalized-judges task and achieves model ranking that aligns with real human sense. Additionally, we conducted analyses on position bias and consistency, alongside ablation studies, which affirmed the robustness of SenseJudge.

URL PDF HTML 收藏
2603.02697 2026-06-04 cs.CV cs.AI

ShareVerse: Multi-Agent Consistent Video Generation for Shared World Modeling

ShareVerse:面向共享世界建模的多智能体一致视频生成

Jiayi Zhu, Jianing Zhang, Yiying Yang, Wei Cheng, Xiaoyun Yuan

机构 * Shanghai Jiao Tong University China(上海交通大学中国) Fudan University China(复旦大学中国) StepFun China(StepFun中国)

AI总结 提出ShareVerse框架,通过构建多智能体交互数据集、空间拼接策略和跨智能体注意力机制,实现多智能体共享世界的一致视频生成。

详情
AI中文摘要

本文提出ShareVerse,一个视频生成框架,支持多智能体共享世界建模,解决了现有工作缺乏统一共享世界构建和多智能体交互支持的问题。ShareVerse利用大型视频模型的生成能力,并整合了三个关键创新:1)在CARLA仿真平台上构建了大规模多智能体交互世界建模数据集,包含多样场景、天气条件和交互轨迹,以及配对的每智能体四视角视频(前/后/左/右视图)和相机数据。2)我们提出了一种针对独立智能体四视角视频的空间拼接策略,以建模更广泛的环境并确保内部多视角几何一致性。3)我们将跨智能体注意力模块集成到预训练视频模型中,实现跨智能体时空信息的交互传递,保证重叠区域的共享世界一致性和非重叠区域的合理生成。支持49帧大规模视频生成的ShareVerse能够准确感知动态智能体的位置,实现一致的共享世界建模。

英文摘要

This paper presents ShareVerse, a video generation framework enabling multi-agent shared world modeling, addressing the gap in existing works that lack support for unified shared world construction with multi-agent interaction. ShareVerse leverages the generation capability of large video models and integrates three key innovations: 1) A dataset for large-scale multi-agent interactive world modeling is built on the CARLA simulation platform, featuring diverse scenes, weather conditions, and interactive trajectories with paired multi-view videos (front/ rear/ left/ right views per agent) and camera data. 2) We propose a spatial concatenation strategy for four-view videos of independent agents to model a broader environment and to ensure internal multi-view geometric consistency. 3) We integrate cross-agent attention blocks into the pretrained video model, which enable interactive transmission of spatial-temporal information across agents, guaranteeing shared world consistency in overlapping regions and reasonable generation in non-overlapping regions. ShareVerse, which supports 49-frame large-scale video generation, accurately perceives the position of dynamic agents and achieves consistent shared world modeling.

URL PDF HTML 收藏
2605.28359 2026-05-28 cs.AI q-fin.TR

From Knowing to Doing: A Memory-Controlled Benchmark for LLM Trading Agents on Stock Markets

从知道到做到:面向LLM股票市场交易智能体的记忆控制基准

Taojie Zhu, Wentao Zhao, Rui Sun, Beidi Luan, Jiacheng Lu, Sinuo Wang, Jing Li, Daxin Jiang, Yonghong He, Zuo Bai

机构 * Tsinghua University(清华大学) Stepfun FinStep Shanghai Jiao Tong University(上海交通大学) Adelaide University(阿德莱德大学)

AI总结 针对LLM交易智能体评估中的知识泄露和收益归因问题,提出KTD-Fin基准,通过数据掩码和Barra风格归因框架,分离市场记忆与投资决策,并揭示收益主要来自被动市场暴露而非选股能力。

详情
AI中文摘要

评估大语言模型(LLM)智能体能否在资本市场盈利,越来越被框架化为端到端交易:将智能体置于历史市场中,让其交易,并衡量投资组合收益。这种设置容易导致两种评估失败。首先,长时间的回测往往与前沿LLM的知识截止日期重叠,使得记忆的股票代码、日期、价格和市场叙事替代了投资推理。其次,原始收益是选股能力的一个嘈杂代理,因为正收益可能来自市场贝塔、风格暴露或有利的市场环境,而非真正的阿尔法。我们引入了KTD-Fin(知道-做到金融基准),一个端到端的股票市场交易基准,解决了这两个问题。KTD-Fin使用数据侧掩码协议,在提示和工具中一致地匿名化关键标识符和日历信息,将历史市场记忆与投资决策分离。它还整合了Barra风格的表现归因框架,将投资组合收益分解为市场、风格和选股阿尔法成分。在2024-2026年窗口内对中国沪深300指数评估的十个前沿LLM智能体中,掩码显著改变了智能体的推理过程,推动其转向匿名化的因子推理。归因分析进一步表明,在泄露控制评估下,LLM智能体的累积收益主要由被动的市场和风格暴露解释,而持续选股阿尔法的证据有限。这些发现表明,金融LLM基准不仅应评估智能体是否赚钱,还应评估收益来源是否反映了可转移的投资技能。我们发布KTD-Fin作为LLM交易智能体泄露控制和归因感知评估的可复现模板。

英文摘要

Evaluating whether large language model (LLM) agents can profit in capital markets is increasingly framed as end-to-end trading: place an agent in a historical market, let it trade, and measure portfolio returns. This setup is vulnerable to two evaluation failures. First, long backtests often overlap with the knowledge cutoffs of frontier LLMs, allowing memorized tickers, dates, prices, and market narratives to substitute for investment reasoning. Second, raw returns are a noisy proxy for stock-selection ability, since positive performance may come from market beta, style exposure, or favorable regimes rather than genuine alpha. We introduce KTD-Fin (Knowing-To-Doing Financial Benchmark), an end-to-end stock-market trading benchmark that addresses both issues. KTD-Fin uses a data-side masking protocol to anonymize key identifiers and calendar information consistently across prompts and tools, separating historical market memory from investment decision-making. It also incorporates a Barra-style performance attribution framework that decomposes portfolio returns into market, style, and stock-selection alpha components. Across ten frontier LLM agents evaluated on the Chinese CSI300 over a 2024--2026 window, masking substantially changes agent rationales, pushing them towards anonymized factor-based reasoning. Attribution analysis further shows that LLM agents' cumulative returns under leakage-controlled evaluation are largely explained by passive market and style exposure, with limited evidence of persistent stock-selection alpha. These findings suggest that financial LLM benchmarks should evaluate not only whether an agent makes money, but also whether the source of returns reflects transferable investment skill. We release KTD-Fin as a reproducible template for leakage-controlled and attribution-aware evaluation of LLM trading agents.

URL PDF HTML 收藏
2605.27761 2026-05-28 cs.CV cs.SE

AndroidDaily: A Verifiable Benchmark for Mobile GUI Agents on Real-World Closed-Source Applications

AndroidDaily: 面向真实世界闭源应用的可验证移动GUI智能体基准

Yifan Sui, Xin Huang, Hongbing Li, Fang Xu, Jiahe Lv, Haolong Yan, Yeqing Shen, Litao Liu, Zhimin Fan, Ziyang Meng, Jia Wang, Junbo Qi, Kaijun Tan, Zheng Ge, Xiangyu Zhang, Daxin Jiang, Osamu Yoshie

机构 * Beijing University of Posts and Telecommunications(北京邮电大学) StepFun Waseda University(早稻田大学)

AI总结 针对闭源应用无法获取内部状态导致自动验证困难的问题,提出AndroidDaily基准(350个日常任务)和GRADE评估器(基于可观察外部指南的三层系统),实现无需内部状态的可验证评估,最强模型成功率为62.0%。

Comments 11 pages, 6 figures. Preprint

详情
AI中文摘要

GUI基础模型和移动GUI智能体的快速发展催生了众多评估基准,但大多数依赖于模拟环境或开源应用,真实世界的闭源应用在很大程度上未得到评估。核心困难在于闭源应用不暴露内部状态,使得传统的自动验证不适用。为弥合这一差距,我们引入了AndroidDaily,一个大规模基准,包含跨94个高频Android应用的350个现实日常任务,涵盖交通、购物、本地服务、娱乐、内容创作、社交媒体和日常实用工具。为了在这些不透明环境中实现自动且可验证的评估,我们提出了基于指南的自动诊断评估评审器(GRADE),这是一个基于三层可观察外部指南系统构建的过程感知评估器:操作义务、输出质量和负面约束。GRADE根据这些标准跟踪智能体的视觉轨迹,并产生步骤级诊断判断,将长期、开放式的移动交互转化为可验证的评估,而无需依赖隐藏的内部状态。实验表明,GRADE与人类评估者的一致性达到87.37%。最强模型在AndroidDaily上的成功率为62.0%,凸显了当前推理能力与现实移动工作流实际执行之间的巨大差距。

英文摘要

The rapid development of GUI foundation models and mobile GUI agents has spurred numerous evaluation benchmarks, yet most rely on simulated environments or open-source applications, leaving real-world closed-source applications largely unevaluated. The core difficulty is that closed-source applications do not expose internal states, making traditional automatic verification inapplicable. To bridge this gap, we introduce AndroidDaily, a large-scale benchmark comprising 350 realistic daily-use tasks across 94 high-frequency Android applications spanning transportation, shopping, local services, entertainment, content creation, social media, and everyday utilities. To enable automatic and verifiable assessment in these opaque environments, we propose Guideline-grounded Reviewer for Automatic Diagnostic Evaluation (GRADE), a process-aware evaluator built on a three-tiered system of observable external guidelines: operational obligations, output quality, and negative constraints. GRADE tracks the agent's visual trajectory against these criteria and produces step-level diagnostic judgments, turning long-horizon, open-ended mobile interactions into verifiable evaluation without relying on hidden internal states. Experiments show that GRADE achieves 87.37\% agreement with human evaluators. The strongest model reaches a 62.0\% success rate on AndroidDaily, highlighting a substantial gap between current reasoning capabilities and practical execution in realistic mobile workflows.

URL PDF HTML 收藏
2605.18390 2026-05-19 cs.CV

Vision Foundation Models as Generalist Tokenizers for Image Generation

视见过滤模型作为图像生成的通用标记器

Anlin Zheng, Qi Han, Xin Wen, Chuofan Ma, Lanxi Gong, Gang Yu, Xiangyu Zhang, Xiaojuan Qi

机构 * University of Hong Kong(香港大学) StepFun

AI总结 本文提出了一种基于冻结视见过滤模型(VFM)的通用图像标记器VFMTok,通过区域自适应量化框架和语义重建目标,提升了图像生成的质量和效率,同时在离散和连续潜在空间中实现了高保真度的类别条件合成。

Comments 4 figures and 14 tables

详情
AI中文摘要

在本文中,我们探索了构建一个通用图像标记器的全新方向,该标记器直接建立在冻结的视见过滤模型(VFM)之上。为了构建此标记器,我们利用冻结的VFM作为编码器,并引入两个关键创新:(1)区域自适应量化框架,用于消除标准2D网格特征中的空间冗余;(2)语义重建目标,使解码输出与VFM的表示对齐,以保持语义保真度。基于这些设计,我们提出了VFMTok,一种能够无缝在离散和连续潜在空间中运行的通用视觉标记器。VFMTok在合成质量上取得了显著提升,同时大幅提高了标记效率。对于离散自回归(AR)生成,它通过3倍加速模型收敛,并在ImageNet条件合成上实现了最先进的gFID值1.36。同样,对于连续空间生成,将VFMTok与去噪模型结合,可获得极佳的gFID值1.25。此外,由于潜在空间本身捕捉了丰富的空间语义,VFMTok能够在两种生成范式中无需分类器自由指导(w/o CFG)下实现高保真度的类别条件合成,显著加快了推理速度。除了这些显著的实证结果外,我们还系统地研究了我们方法的底层机制。我们发现,在VFM预训练过程中使用的特定自监督学习目标决定了其作为标记器的有效性。具体来说,一个联合优化全局对比学习和潜在掩码图像建模的VFM提供了最佳的图像标记表示。这些见解为未来图像标记器的设计奠定了坚实的基础,并提供了有价值的指导。

英文摘要

In this work, we explore the largely unexplored direction of building a generalist image tokenizer directly on top of a frozen vision foundation model (VFM). To build this tokenizer, we utilize a frozen VFM as the encoder and introduce two key innovations: (1) a region-adaptive quantization framework to eliminate spatial redundancy in standard 2D grid features, and (2) a semantic reconstruction objective that aligns the decoded outputs with the VFM's representations to preserve semantic fidelity. Grounded in these designs, we propose VFMTok, a generalist visual tokenizer capable of operating seamlessly in both discrete and continuous latent spaces. VFMTok achieves substantial improvements in synthesis quality while drastically enhancing token efficiency. For discrete autoregressive (AR) generation, it accelerates model convergence by \textbf{3 times} and achieves a state-of-the-art gFID of \textbf{1.36} on ImageNet class-conditional synthesis. Similarly, for continuous-space generation, integrating VFMTok with a denoising model yields an exceptional gFID of \textbf{1.25}. Furthermore, because the latent space inherently captures rich spatial semantics, VFMTok enables high-fidelity class-conditional synthesis without classifier-free guidance (\textbf{w/o CFG}) across both generative paradigms, significantly accelerating inference speed. Beyond these remarkable empirical results, we systematically investigate the underlying mechanisms of our approach. We discover that the specific self-supervised learning objectives utilized during VFM pre-training dictate its effectiveness as a tokenizer. Specifically, a VFM jointly optimized with global contrastive learning and latent masked image modeling provides the optimal representations for image tokenization. These insights establish a strong foundation and offer valuable guidance for the design of future image tokenizers.

URL PDF HTML 收藏
2506.12119 2026-05-19 cs.CL cs.AI

Mixture-of-Experts Can Surpass Dense LLMs Under Strictly Equal Resource

专家混合模型可在严格相等资源下超越密集语言模型

Houyi Li, Ka Man Lo, Shijie Xuyang, Ziqi Wang, Wenzhen Zheng, Haocheng Zhang, Zhao Li, Shuigeng Zhou, Xiangyu Zhang, Daxin Jiang

机构 * Fudan University(复旦大学) StepFun University of Science and Technology of China(中国科学技术大学) Zhejiang University(浙江大学)

AI总结 本文研究在资源相等条件下MoE模型是否能超越密集模型,提出优化框架并验证了在最优激活率下MoE模型性能更优,且该区域在不同模型规模下一致,通过数据重用解决数据量增加的权衡问题。

Comments Published as a conference paper at ICLR 2026

详情
AI中文摘要

专家混合(MoE)语言模型显著扩展了模型容量,并在不增加每token计算量的情况下实现了显著性能提升。然而,在严格相等的资源约束下,即总参数量、训练计算和数据预算完全相同的情况下,MoE能否超越密集架构?尽管其具有重要的实际价值和潜力,这一问题仍缺乏深入研究。本文提出了一种新的视角和方法论框架,系统研究这一问题。首先,我们全面调查了MoE的架构并实现了最优模型设计以最大化性能。基于此,我们发现,在最优区域内的MoE模型在相同总参数、训练计算和数据资源下能够超越其密集 counterpart。更重要的是,这一最优区域在不同模型规模下保持一致。虽然增加的数据量会带来性能的权衡,但我们通过重用数据解决了这一问题。我们通过广泛的实验验证了我们的发现,训练了近200个20亿参数规模的语言模型和超过50个70亿参数规模的语言模型,累计处理了50万亿token。所有模型检查点均已公开。

英文摘要

Mixture-of-Experts (MoE) language models dramatically expand model capacity and achieve remarkable performance without increasing per-token compute. However, can MoEs surpass dense architectures under strictly equal resource constraints -- that is, when the total parameter count, training compute, and data budget are identical? This question remains under-explored despite its significant practical value and potential. In this paper, we propose a novel perspective and methodological framework to study this question thoroughly. First, we comprehensively investigate the architecture of MoEs and achieve an optimal model design that maximizes the performance. Based on this, we subsequently find that an MoE model with activation rate in an optimal region is able to outperform its dense counterpart under the same total parameter, training compute and data resource. More importantly, this optimal region remains consistent across different model sizes. Although additional amount of data turns out to be a trade-off for enhanced performance, we show that this can be resolved via reusing data. We validate our findings through extensive experiments, training nearly 200 language models at 2B scale and over 50 at 7B scale, cumulatively processing 50 trillion tokens. All model checkpoints are publicly available.

URL PDF HTML 收藏
2605.14487 2026-05-15 cs.CV cs.AI

Head Forcing: Long Autoregressive Video Generation via Head Heterogeneity

强制头部:通过头部异质性实现长自回归视频生成

Jiahao Tian, Yiwei Wang, Gang Yu, Chi Zhang

机构 * AGI Lab, Westlake University University of California at Merced StepFun

AI总结 本文提出Head Forcing框架,通过差异化分配KV缓存策略提升长视频生成质量,实现分钟级生成并支持多提示交互。

详情
AI中文摘要

自回归视频扩散模型支持实时合成但存在长时域误差累积和上下文丢失问题。我们发现AR视频扩散变换器中的注意力头部在功能上扮演着局部头部用于细节细化、锚头用于结构稳定化以及记忆头部用于长程上下文聚合的不同角色,但现有方法将其统一处理,导致KV缓存分配不优。我们提出Head Forcing,一种无需训练的框架,为每个头部类型分配定制化的KV缓存策略:局部和锚头仅保留必要token,而记忆头采用分层记忆系统,通过动态事件更新实现长程一致性。头部级RoPE重编码方案进一步确保位置编码保持在预训练范围内。无需额外训练,Head Forcing将生成时间从5秒扩展到分钟级,支持多提示交互合成,并一致优于现有基线。项目页面:https://jiahaotian-sjtu.github.io/headforcing.github.io/.

英文摘要

Autoregressive video diffusion models support real-time synthesis but suffer from error accumulation and context loss over long horizons. We discover that attention heads in AR video diffusion transformers serve functionally distinct roles as local heads for detail refinement, anchor heads for structural stabilization, and memory heads for long-range context aggregation, yet existing methods treat them uniformly, leading to suboptimal KV cache allocation. We propose Head Forcing, a training-free framework that assigns each head type a tailored KV cache strategy: local and anchor heads retain only essential tokens, while memory heads employ a hierarchical memory system with dynamic episodic updates for long-range consistency. A head-wise RoPE re-encoding scheme further ensures positional encodings remain within the pretrained range. Without additional training, Head Forcing extends generation from 5 seconds to minute-level duration, supports multi-prompt interactive synthesis, and consistently outperforms existing baselines. Project Page: https://jiahaotian-sjtu.github.io/headforcing.github.io/.

URL PDF HTML 收藏
2605.12034 2026-05-15 cs.MM cs.AI cs.CV

Boosting Omni-Modal Language Models: Staged Post-Training with Visually Debiased Evaluation

提升多模态语言模型:带有视觉偏见评估的分阶段训练

Che Liu, Lichao Ma, Xiangyu Tony Zhang, Yuxin Zhang, Haoyang Zhang, Xuerui Yang, Fei Tian

机构 * StepFun-Audio Team(StepFun-Audio团队)

AI总结 本文研究了多模态基准在视觉偏见评估下的表现,提出OmniBoost三阶段训练方法,通过混合双模SFT、混合模态RLVR和自蒸馏数据SFT提升模型性能,验证了小模型在分阶段训练下的有效性。

Comments Project page: https://cheliu-computation.github.io/omni/

详情
AI中文摘要

多模态语言模型旨在联合理解音频、视觉输入和语言,但基准提升可能在仅依赖视觉证据时被夸大。本文研究当前多模态基准是否区分了视觉捷径与真正的音频-视觉-语言证据整合,并探讨在视觉偏见评估设置下的训练行为。我们通过视觉-only 探测审计了九个多模态基准,移除可由视觉解决的查询,并在过滤未定义或使比较不稳定时保留完整子集。这产生了OmniClean,一个包含8,551个保留查询的清洁评估视图,来自16,968个审计查询。在OmniClean上,我们评估了OmniBoost,一种基于Qwen2.5-Omni-3B的三阶段训练方法:混合双模SFT、混合模态RLVR和在自蒸馏数据上的SFT。平衡的双模SFT带来有限且不均的提升,RLVR提供首次广泛的改进,而自蒸馏重塑了基准轮廓。在自蒸馏数据上的SFT后,3B模型达到与Qwen3-Omni-30B-A3B-Instruct相当的性能,总体略高。这些结果表明,当评估控制视觉泄漏时,多模态进步更容易解释,并且小多模态模型可通过带有自蒸馏多模态监督的分阶段训练获益。项目页面:https://cheliu-computation.github.io/omni/

英文摘要

Omni-modal language models are intended to jointly understand audio, visual inputs, and language, but benchmark gains can be inflated when visual evidence alone is enough to answer a query. We study whether current omni-modal benchmarks separate visual shortcuts from genuine audio-visual-language evidence integration, and how post-training behaves under a visually debiased evaluation setting. We audit nine omni-modal benchmarks with visual-only probing, remove visually solvable queries, and retain full subsets when filtering is undefined or would make comparisons unstable. This yields OmniClean, a cleaned evaluation view with 8,551 retained queries from 16,968 audited queries. On OmniClean, we evaluate OmniBoost, a three-stage post-training recipe based on Qwen2.5-Omni-3B: mixed bi-modal SFT, mixed-modality RLVR, and SFT on self-distilled data. Balanced bi-modal SFT gives limited and uneven gains, RLVR provides the first broad improvement, and self-distillation reshapes the benchmark profile. After SFT on self-distilled data, the 3B model reaches performance comparable to, and in aggregate slightly above, Qwen3-Omni-30B-A3B-Instruct without using a stronger omni-modal teacher. These results show that omni-modal progress is easier to interpret when evaluation controls visual leakage, and that small omni-modal models can benefit from staged post-training with self-distilled omni-query supervision. Project page: https://cheliu-computation.github.io/omni/

URL PDF HTML 收藏
2510.09592 2026-05-12 cs.CL

Mind-Paced Speaking: A Dual-Brain Approach to Real-Time Reasoning in Spoken Language Models

有意识说话:一种双脑方法用于语音语言模型中的实时推理

Donghang Wu, Haoyang Zhang, Jun Chen, Xiangyu, Zhang, Hexin Liu, Eng Siong Chng, Fei Tian, Xuerui Yang, Xiangyu Zhang, Daxin Jiang, Gang Yu

机构 * StepFun Nanyang Technological University(南洋理工大学) University of New South Wales(新南威尔士大学)

AI总结 本文提出Mind-Paced Speaking方法,通过双脑架构实现语音语言模型的实时推理,显著提升推理性能并降低延迟。

详情
AI中文摘要

实时语音语言模型(SLMs)在利用链式思维(CoT)推理时面临生成整个推理过程的高延迟问题。本文首次提出Mind-Paced Speaking(MPS)方法,受大脑启发,采用双脑架构,通过'构思大脑'进行高层次推理以引导'表达大脑'生成流畅语音。该方法消除了模式切换,保持推理过程的完整性。实验表明,MPS显著优于现有的思考-说话方法,并在数学推理任务Spoken-MQA上达到92.8%的准确率,在语音对话任务URO-Bench上获得82.5分。MPS是Step-Audio R1.1系统的核心方法,有效弥合了高质量推理与实时交互之间的差距。

英文摘要

Real-time Spoken Language Models (SLMs) struggle to leverage Chain-of-Thought (CoT) reasoning due to the prohibitive latency of generating the entire thought process sequentially. Enabling SLMs to think while speaking, similar to humans, is attracting increasing attention. We present, for the first time, Mind-Paced Speaking (MPS), a brain-inspired framework that enables high-fidelity, real-time reasoning. Similar to how humans utilize distinct brain regions for thinking and responding, we propose a novel dual-brain approach, employing a "Formulation Brain" for high-level reasoning to pace and guide a separate "Articulation Brain" for fluent speech generation. This division of labor eliminates mode-switching, preserving the integrity of the reasoning process. Experiments show that MPS significantly outperforms existing think-while-speaking methods and achieves reasoning performance comparable to models that pre-compute the full CoT before speaking, while drastically reducing latency. Under a zero-latency configuration, the proposed method achieves an accuracy of 92.8% on the mathematical reasoning task Spoken-MQA and attains a score of 82.5 on the speech conversation task URO-Bench. MPS is the methodology underlying our released Step-Audio R1.1 system, effectively bridging the gap between high-quality reasoning and real-time interaction.

URL PDF HTML 收藏
2510.10959 2026-04-20 cs.LG cs.AI cs.CL stat.ML

Revisiting Entropy Regularization: Adaptive Coefficient Unlocks Its Potential for LLM Reinforcement Learning

重新审视熵正则化:自适应系数解锁其在大语言模型强化学习中的潜力

Xiaoyun Zhang, Xiaojian Yuan, Di Huang, Wang You, Chen Hu, Jingqing Ruan, Ai Jian, Kejiang Chen, Xing Hu

机构 * State Key Lab of Processors, Institute of Computing Technology, CAS(处理器国家重点实验室,计算技术研究所,中国科学院) University of Science and Technology of China(中国科学技术大学) University of Chinese Academy of Sciences(中国科学院大学) StepFun Inc(StepFun公司)

AI总结 本文重新审视熵正则化在强化学习中的应用,提出自适应熵正则化框架,通过动态平衡探索与利用提升数学推理性能。

Comments 16 pages, 4 figures

详情
AI中文摘要

推理能力已成为大语言模型的核心能力,强化学习可验证奖励(RLVR)是增强其的关键范式。然而,RLVR训练常面临策略熵崩溃问题,策略过于确定性阻碍探索并限制推理性能。尽管熵正则化是常见解决方案,但其效果对固定系数敏感,导致任务和模型间稳定性差。本文重新审视熵正则化在RLVR中的应用,认为其潜力被低估。分析表明,不同难度的任务需要不同的探索强度,平衡探索可能需要策略熵维持在初始水平以下的适度范围。因此,我们提出自适应熵正则化(AER)框架,通过三个组件动态平衡探索与利用:难度感知系数分配、初始锚定目标熵和动态全局系数调整。在多个数学推理基准测试中,AER一致优于基线,提升推理准确性和探索能力。

英文摘要

Reasoning ability has become a defining capability of Large Language Models (LLMs), with Reinforcement Learning with Verifiable Rewards (RLVR) emerging as a key paradigm to enhance it. However, RLVR training often suffers from policy entropy collapse, where the policy becomes overly deterministic, hindering exploration and limiting reasoning performance. While entropy regularization is a common remedy, its effectiveness is highly sensitive to the fixed coefficient, making it unstable across tasks and models. In this work, we revisit entropy regularization in RLVR and argue that its potential has been largely underestimated. Our analysis shows that (i) tasks of varying difficulty demand distinct exploration intensities, and (ii) balanced exploration may require the policy entropy to be maintained within a moderate range below its initial level. Therefore, we propose Adaptive Entropy Regularization (AER)--a framework that dynamically balances exploration and exploitation via three components: difficulty-aware coefficient allocation, initial-anchored target entropy, and dynamic global coefficient adjustment. Experiments on multiple mathematical reasoning benchmarks show that AER consistently outperforms baselines, improving both reasoning accuracy and exploration capability.

URL PDF HTML 收藏
2604.02817 2026-04-06 cs.CV

MMPhysVideo: Scaling Physical Plausibility in Video Generation via Joint Multimodal Modeling

MMPhysVideo: 通过联合多模态建模提升视频生成的物理合理性

Shubo Lin, Xuanyang Zhang, Wei Cheng, Weiming Hu, Gang Yu, Jin Gao

机构 * State Key Laboratory of Multimodal Artificial Intelligence Systems, CASIA(中国科学院自动化研究所多模态人工智能系统国家重点实验室) School of Artificial Intelligence, University of Chinese Academy of Sciences(中国科学院大学人工智能学院) StepFun(阶跃星辰) Beijing Key Laboratory of Super Intelligent Security of Multi-Modal Information(多模态信息超级智能安全北京市重点实验室) School of Information Science and Technology, Shanghai Tech University(上海科技大学信息科学与技术学院)

AI总结 MMPhysVideo通过联合多模态建模提升视频生成的物理合理性,将感知线索统一为伪RGB格式,提出双向控制教师架构以减少跨模态干扰,并通过MMPhysPipe构建物理丰富的多模态数据集,提升物理合理性和视觉质量。

Comments Project Page: https://shubolin028.github.io/MMPhysVideo-Page

详情
AI中文摘要

尽管在生成视觉逼真内容方面取得进展,视频扩散模型(VDMs)由于仅像素重建往往产生物理不一致的结果。为此,我们提出了MMPhysVideo,首个通过联合多模态建模提升视频生成物理合理性的框架。我们将感知线索,特别是语义、几何和时空轨迹,转换为统一的伪RGB格式,使VDMs能够直接捕捉复杂的物理动态。为减轻跨模态干扰,我们提出双向控制教师架构,利用并行分支完全解耦RGB和感知处理,并采用两个零初始化控制链接逐步学习像素一致性。为提高推理效率,教师的物理先验通过表征对齐浓缩为单流学生模型。此外,我们展示了MMPhysPipe,一个可扩展的数据整理和注释管道,专门用于构建物理丰富的多模态数据集。MMPhysPipe利用由视觉证据链规则引导的视觉语言模型(VLM)定位物理主体,使专家模型能够提取多粒度的感知信息。无需额外推理成本,MMPhysVideo在各种基准上一致提升了物理合理性和视觉质量,优于先进模型,并在现有方法中取得了最先进的性能。

英文摘要

Despite advancements in generating visually stunning content, video diffusion models (VDMs) often yield physically inconsistent results due to pixel-only reconstruction. To address this, we propose MMPhysVideo, the first framework to scale physical plausibility in video generation through joint multimodal modeling. We recast perceptual cues, specifically semantics, geometry, and spatio-temporal trajectory, into a unified pseudo-RGB format, enabling VDMs to directly capture complex physical dynamics. To mitigate cross-modal interference, we propose a Bidirectionally Controlled Teacher architecture, which utilizes parallel branches to fully decouple RGB and perception processing and adopts two zero-initialized control links to gradually learn pixel-wise consistency. For inference efficiency, the teacher's physical prior is distilled into a single-stream student model via representation alignment. Furthermore, we present MMPhysPipe, a scalable data curation and annotation pipeline tailored for constructing physics-rich multimodal datasets. MMPhysPipe employs a vision-language model (VLM) guided by a chain-of-visual-evidence rule to pinpoint physical subjects, enabling expert models to extract multi-granular perceptual information. Without additional inference costs, MMPhysVideo consistently improves physical plausibility and visual quality over advanced models across various benchmarks and achieves state-of-the-art performance compared to existing methods.

URL PDF HTML 收藏
2603.28547 2026-03-31 cs.CV

GEditBench v2: A Human-Aligned Benchmark for General Image Editing

GEditBench v2:一个对齐人类的通用图像编辑基准

Zhangqi Jiang, Zheng Sun, Xianfang Zeng, Yufeng Yang, Xuanyang Zhang, Yongliang Wu, Wei Cheng, Gang Yu, Xu Yang, Bihan Wen

机构 * Nanyang Technological University(南洋理工大学) StepFun Southeast University(东南大学)

AI总结 本文提出GEditBench v2,包含1200个真实用户查询,涵盖23项任务,引入PVC-Judge模型评估视觉一致性,实验表明其在开放源模型中表现优异,揭示当前模型局限性。

Comments 30 pages, 24 figures

详情
AI中文摘要

近期图像编辑技术的进步使模型能处理复杂指令并产生逼真结果。然而,现有评估框架滞后:现有基准任务覆盖狭窄,标准指标无法充分捕捉视觉一致性,即编辑与原始图像之间身份、结构和语义一致性。为解决这些限制,我们引入GEditBench v2,包含1200个真实用户查询,涵盖23项任务,包括一个专门的开放集类别,用于处理超出预定义任务的非约束编辑指令。此外,我们提出PVC-Judge,一个开源的成对评估模型,通过两种新的区域解耦偏好数据合成管道进行训练。此外,我们构建VCReward-Bench,使用专家标注的偏好对来评估PVC-Judge与人类判断在视觉一致性评估上的对齐程度。实验表明,我们的PVC-Judge在开放源模型中实现了最先进的评估性能,甚至在平均上超过了GPT-5.1。最后,通过基准测试16个前沿编辑模型,我们证明GEditBench v2能够实现更符合人类的评估,揭示当前模型的关键限制,并提供一个可靠的基座,以推进精确图像编辑技术的发展。

英文摘要

Recent advances in image editing have enabled models to handle complex instructions with impressive realism. However, existing evaluation frameworks lag behind: current benchmarks suffer from narrow task coverage, while standard metrics fail to adequately capture visual consistency, i.e., the preservation of identity, structure and semantic coherence between edited and original images. To address these limitations, we introduce GEditBench v2, a comprehensive benchmark with 1,200 real-world user queries spanning 23 tasks, including a dedicated open-set category for unconstrained, out-of-distribution editing instructions beyond predefined tasks. Furthermore, we propose PVC-Judge, an open-source pairwise assessment model for visual consistency, trained via two novel region-decoupled preference data synthesis pipelines. Besides, we construct VCReward-Bench using expert-annotated preference pairs to assess the alignment of PVC-Judge with human judgments on visual consistency evaluation. Experiments show that our PVC-Judge achieves state-of-the-art evaluation performance among open-source models and even surpasses GPT-5.1 on average. Finally, by benchmarking 16 frontier editing models, we show that GEditBench v2 enables more human-aligned evaluation, revealing critical limitations of current models, and providing a reliable foundation for advancing precise image editing.

URL PDF HTML 收藏
2505.24862 2026-03-31 cs.CV

ViStoryBench: Comprehensive Benchmark Suite for Story Visualization

ViStoryBench:故事可视化全面评估基准套件

Cailin Zhuang, Ailin Huang, Yaoqi Hu, Jingwei Wu, Wei Cheng, Jiaqi Liao, Hongyuan Wang, Xinyao Liao, Weiwei Cai, Hengyuan Xu, Xuanyang Zhang, Xianfang Zeng, Zhewei Huang, Gang Yu, Chi Zhang

机构 * ShanghaiTech University(上海科技大学) StepFun AIGC Research(AIGC研究院) AGI Lab, Westlake University(西湖大学AGI实验室)

AI总结 本文提出ViStoryBench,一个全面评估故事可视化模型的基准套件,通过多维度指标评估叙事结构、视觉风格和角色设定,结合人类验证确保一致性与真实性,推动视觉叙事技术发展。

Comments Accepted by CVPR 2026. 44 Pages, Project Page: https://vistorybench.github.io, Code: https://github.com/vistorybench/vistorybench, Dataset: https://huggingface.co/datasets/ViStoryBench/ViStoryBench

详情
AI中文摘要

故事可视化旨在生成连贯的图像序列,以忠实表达叙述并匹配给定角色参考。尽管生成模型取得进展,现有基准仍范围狭窄,常局限于短提示、缺乏角色参考或单张图像案例,无法反映真实世界叙述复杂性。本文引入ViStoryBench,一个综合基准,用于评估故事可视化模型在多种叙事结构、视觉风格和角色设定下的表现。它包含从文学、电影和民间传说中精选的丰富注释多镜头脚本。大型语言模型协助故事摘要和脚本生成,所有输出由人类验证以确保连贯性和准确性。角色参考经过精心挑选,以保持不同艺术风格间的一致性。ViStoryBench提出一套多维自动化指标,用于评估角色一致性、风格相似性、提示对齐、审美质量和如复制粘贴行为等瑕疵。这些指标通过人类研究验证,并用于评估广泛开源和商业模型,从而实现系统分析并推动视觉叙事技术进步。

英文摘要

Story visualization aims to generate coherent image sequences that faithfully represent a narrative and match given character references. Despite progress in generative models, existing benchmarks remain narrow in scope, often limited to short prompts, lacking character references, or single-image cases, failing to reflect real-world narrative complexity and obscuring true model performance.We introduce ViStoryBench, a comprehensive benchmark designed to evaluate story visualization models across varied narrative structures, visual styles, and character settings. It features richly annotated multi-shot scripts derived from curated stories spanning literature, film, and folklore. Large language models assist in story summarization and script generation, with all outputs verified by humans for coherence and fidelity. Character references are carefully curated to maintain consistency across different artistic styles. ViStoryBench proposes a suite of multi-dimensional automated metrics to evaluate character consistency, style similarity, prompt alignment, aesthetic quality, and artifacts like copy-paste behavior. These metrics are validated through human studies and used to assess a broad range of open-source and commercial models, enabling systematic analysis and encouraging advances in visual storytelling.

URL PDF HTML 收藏
2603.25728 2026-03-27 cs.CV cs.AI

PixelSmile: Toward Fine-Grained Facial Expression Editing

PixelSmile:迈向细粒度面部表情编辑

Jiabin Hua, Hengyuan Xu, Aojie Li, Wei Cheng, Gang Yu, Xingjun Ma, Yu-Gang Jiang

机构 * Fudan University(复旦大学) StepFun(阶跃星辰)

AI总结 本文提出PixelSmile框架,通过全对称联合训练解耦表情语义,结合强度监督与对比学习实现更清晰可辨的表情生成,提升线性表达控制精度与稳定性,验证了其在连续可控细粒度表情编辑中的有效性。

Comments 21 Pages; Project Page: https://ammmob.github.io/PixelSmile/ Code: https://github.com/Ammmob/PixelSmile

详情
AI中文摘要

细粒度面部表情编辑长期受限于内在语义重叠。为此,我们构建了具有连续情感标注的Flex Facial Expression (FFE)数据集,并建立FFE-Bench评估结构混淆、编辑准确性、线性可控性及表情编辑与身份保持的权衡。我们提出PixelSmile,一种扩散框架,通过全对称联合训练解耦表情语义。PixelSmile结合强度监督与对比学习生成更清晰可辨的表情,通过文本潜在插值实现精确稳定的线性表达控制。大量实验表明,PixelSmile实现了更优的解耦和稳健的身份保持,证实了其在连续、可控、细粒度表情编辑中的有效性,同时自然支持平滑的表情融合。

英文摘要

Fine-grained facial expression editing has long been limited by intrinsic semantic overlap. To address this, we construct the Flex Facial Expression (FFE) dataset with continuous affective annotations and establish FFE-Bench to evaluate structural confusion, editing accuracy, linear controllability, and the trade-off between expression editing and identity preservation. We propose PixelSmile, a diffusion framework that disentangles expression semantics via fully symmetric joint training. PixelSmile combines intensity supervision with contrastive learning to produce stronger and more distinguishable expressions, achieving precise and stable linear expression control through textual latent interpolation. Extensive experiments demonstrate that PixelSmile achieves superior disentanglement and robust identity preservation, confirming its effectiveness for continuous, controllable, and fine-grained expression editing, while naturally supporting smooth expression blending.

URL PDF HTML 收藏
2603.25502 2026-03-27 cs.CV

RealRestorer: Towards Generalizable Real-World Image Restoration with Large-Scale Image Editing Models

RealRestorer:迈向通用的现实世界图像修复的大型图像编辑模型

Yufeng Yang, Xianfang Zeng, Zhangqi Jiang, Fukun Yin, Jianzhuang Liu, Wei Cheng, jinghong lan, Shiyu Liu, Yuqi Peng, Gang YU, Shifeng Chen

机构 * Southern University of Science and Technology(南方科技大学) StepFun Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences(中国科学院深圳先进技术研究院) Shenzhen University of Advanced Technology(深圳理工大学)

AI总结 本文提出RealRestorer,通过构建大规模数据集和训练先进开源模型,提升现实世界图像修复的泛化能力,并引入RealIR-Bench评估基准,实验表明其在开源方法中表现最佳。

Comments 27 pages, 15 figures, Project homepage: https://yfyang007.github.io/RealRestorer/

详情
AI中文摘要

现实世界退化图像修复对于自动驾驶和目标检测等下游任务至关重要。然而,现有修复模型往往受限于训练数据的规模和分布,导致在现实场景中泛化能力差。最近,大规模图像编辑模型在修复任务中表现出强大的泛化能力,尤其是闭源模型如Nano Banana Pro,能够在修复图像的同时保持一致性。然而,要实现这种性能,使用这些大规模通用模型需要大量的数据和计算成本。为了解决这个问题,我们构建了一个涵盖九种常见现实世界退化类型的大型数据集,并训练了一个最先进的开源模型,以缩小与闭源替代品之间的差距。此外,我们引入了RealIR-Bench,其中包含464张现实世界退化的图像和定制的评估指标,重点在于退化去除和一致性保持。广泛实验表明,我们的模型在开源方法中排名第一,实现了最先进的性能。

英文摘要

Image restoration under real-world degradations is critical for downstream tasks such as autonomous driving and object detection. However, existing restoration models are often limited by the scale and distribution of their training data, resulting in poor generalization to real-world scenarios. Recently, large-scale image editing models have shown strong generalization ability in restoration tasks, especially for closed-source models like Nano Banana Pro, which can restore images while preserving consistency. Nevertheless, achieving such performance with those large universal models requires substantial data and computational costs. To address this issue, we construct a large-scale dataset covering nine common real-world degradation types and train a state-of-the-art open-source model to narrow the gap with closed-source alternatives. Furthermore, we introduce RealIR-Bench, which contains 464 real-world degraded images and tailored evaluation metrics focusing on degradation removal and consistency preservation. Extensive experiments demonstrate our model ranks first among open-source methods, achieving state-of-the-art performance.

URL PDF HTML 收藏
2603.20422 2026-03-24 cs.CV cs.AI cs.IR

PEARL: Personalized Streaming Video Understanding Model

PEARL:个性化流视频理解模型

Yuanhong Zheng, Ruichuan An, Xiaopeng Lin, Yuxing Liu, Sihan Yang, Huanyu Zhang, Haodong Li, Qintong Zhang, Renrui Zhang, Guopeng Li, Yifan Zhang, Yuheng Li, Wentao Zhang

机构 * Peking University(北京大学) Adobe CASIA Stepfun CUHK(香港中文大学) Zhongguancun Academy(中关村学院)

AI总结 本文提出个性化流视频理解任务PSVU,并引入PEARL-Bench基准测试,通过帧级和视频级两种模式评估模型对个性化概念的响应能力,提出无需训练的PEARL策略,实现先进性能。

Comments Arxiv Submission

详情
AI中文摘要

人类对新概念的认知本质上是一个连续过程:我们持续识别新对象或身份并随时间更新记忆。然而,当前多模态个性化方法主要局限于静态图像或离线视频。这种断开连续视觉输入与即时现实反馈,限制了其提供实时、互动个性化响应的能力,这对未来AI助手至关重要。为此,我们首先提出并正式定义新的任务:个性化流视频理解(PSVU)。为促进该方向的研究,我们引入PEARL-Bench,首个专门评估此挑战性设置的基准。它评估模型在精确时间戳下对个性化概念的响应能力,分为帧级(聚焦特定人物或对象)和视频级(聚焦个性化动作)。PEARL-Bench包含132个独特视频和2,173个精细标注,时间戳精确。概念多样性和标注质量通过自动化生成和人工验证结合的流程严格保证。为解决此挑战性设置,我们进一步提出PEARL,一种插件式、无需训练的策略,作为强基线。在8个离线和在线模型上的广泛评估显示,PEARL实现最先进的性能。值得注意的是,当应用于3种不同架构时,PEARL带来一致的PSVU改进,证明其高度有效且稳健。我们希望此工作推动视觉-语言模型(VLM)个性化,并激励进一步研究流个性化AI助手。代码可在https://github.com/Yuanhong-Zheng/PEARL获取。

英文摘要

Human cognition of new concepts is inherently a streaming process: we continuously recognize new objects or identities and update our memories over time. However, current multimodal personalization methods are largely limited to static images or offline videos. This disconnects continuous visual input from instant real-world feedback, limiting their ability to provide the real-time, interactive personalized responses essential for future AI assistants. To bridge this gap, we first propose and formally define the novel task of Personalized Streaming Video Understanding (PSVU). To facilitate research in this new direction, we introduce PEARL-Bench, the first comprehensive benchmark designed specifically to evaluate this challenging setting. It evaluates a model's ability to respond to personalized concepts at exact timestamps under two modes: (1) Frame-level, focusing on a specific person or object in discrete frames, and (2) a novel Video-level, focusing on personalized actions unfolding across continuous frames. PEARL-Bench comprises 132 unique videos and 2,173 fine-grained annotations with precise timestamps. Concept diversity and annotation quality are strictly ensured through a combined pipeline of automated generation and human verification. To tackle this challenging new setting, we further propose PEARL, a plug-and-play, training-free strategy that serves as a strong baseline. Extensive evaluations across 8 offline and online models demonstrate that PEARL achieves state-of-the-art performance. Notably, it brings consistent PSVU improvements when applied to 3 distinct architectures, proving to be a highly effective and robust strategy. We hope this work advances vision-language model (VLM) personalization and inspires further research into streaming personalized AI assistants. Code is available at https://github.com/Yuanhong-Zheng/PEARL.

URL PDF HTML 收藏