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

大厂专区

JD(京东)

至 收录 36
2607.13940 2026-07-16 cs.AI 新提交

A Self-Evolving Agent for Longitudinal Personal Health Management

一种用于纵向个人健康管理的自我进化智能体

Haoran Li, Jiebi Deng, Tong Jin, Jinghong Han, Yuxin Wang, Zexin Wang, Qingyi Si, Weikang Gong, Xiahai Zhuang, Jia You, Wei Cheng, Jianfeng Feng, Hongcheng Guo

机构 * School of Data Science, Fudan University(复旦大学数据科学学院) School of Life Sciences, Beijing University of Chinese Medicine(北京中医药大学生命科学学院) Institute of Science and Technology for Brain-Inspired Intelligence, Fudan University(复旦大学脑科学与智能技术研究院) School of Computer Science and Technology, Huazhong University of Science and Technology(华中科技大学计算机科学与技术学院) JD.com, Inc.(京东公司) Key Laboratory of Computational Neuroscience and Brain-Inspired Intelligence, Fudan University, Ministry of Education(复旦大学计算神经科学与类脑智能教育部重点实验室) Department of Neurology, Huashan Hospital, Fudan University(复旦大学附属华山医院神经内科)

AI总结 研究针对多数健康AI系统孤立处理请求的问题,开发开源智能体架构HealthClaw,通过自我进化更新支持,经合成基准和生物医学任务评估,在准确率、隐私性及任务指标增益上表现出色,支持纵向个人健康智能体的自我进化记忆。

Comments 20 pages, 4 figures, 6 supplementary tables. Code: https://github.com/HC-Guo/HealthClaw

详情
AI中文摘要

个人健康管理是在反复接触中展开的,但大多数健康人工智能系统孤立地处理每个请求。我们开发了HealthClaw,这是一种开源智能体架构,它会随着个人日常、偏好、测量和风险的变化更新支持。它将共享安全规则和医学知识与包含个人资料事实、可重复使用程序和情景痕迹的私人纵向记忆分开。每次事件后,归纳法决定应更新个人资料、修订程序、保留情景还是排除。我们用合成的一年期基准和九个200例生物医学任务评估了HealthClaw。在900次纵向支持探测中,答案准确率从当前查询提示的0.2%提高到HealthClaw的45.7%,同时提示侧上下文暴露比全历史提示低71.7%。在100次隐私探测中,HealthClaw产生了更高的隐私感知答案质量和更少的不安全披露。在生物医学任务中,特定任务主要指标的平均绝对增益为27.0个百分点,经过错误发现率校正后,七个增益仍然显著。这些离线基准支持纵向个人健康智能体的受治理、自我进化记忆,尽管临床有效性需要前瞻性评估。HealthClaw可在这个https网址公开获取。

英文摘要

Personal health management unfolds over repeated encounters, yet most health AI systems treat each request in isolation. We developed HealthClaw, an open-source agent architecture that updates support as a person's routines, preferences, measurements and risks change. It separates shared safety rules and medical knowledge from private longitudinal memory containing profile facts, reusable procedures and episodic traces. After each episode, induction determines what should update the profile, revise a procedure, remain episodic or be excluded. We evaluated HealthClaw with a synthetic year-long benchmark and nine 200-case biomedical tasks. Across 900 longitudinal support probes, answer accuracy increased from 0.2% with current-query prompting to 45.7% with HealthClaw, while prompt-side context exposure was 71.7% lower than with full-history prompting. In 100 privacy probes, HealthClaw produced higher privacy-aware answer quality and fewer unsafe disclosures than both baselines. Across the biomedical tasks, the mean absolute gain in the task-specific primary metric was 27.0 percentage points, and seven gains remained significant after false-discovery-rate correction. These offline benchmarks support governed, self-evolving memory for longitudinal personal health agents, although clinical effectiveness requires prospective evaluation. HealthClaw is publicly available at https://github.com/HC-Guo/HealthClaw.

URL PDF HTML 收藏
2411.11925 2026-07-02 cs.CV 版本更新

Continuous Speculative Decoding for Autoregressive Image Generation

连续推测解码用于自回归图像生成

Zili Wang, Zheng Zhang, Kun Ding, Qi Yang, Fei Li, Shiming Xiang

机构 * School of Artificial Intelligence, University of Chinese Academy of Sciences(中国科学院大学人工智能学院) MAIS, Institute of Automation, Chinese Academy of Sciences(中国科学院自动化研究所多模态人工智能系统实验室) JD.COM Inc(京东集团股份有限公司) China Tower Corporation Limited(中国铁塔股份有限公司)

AI总结 提出连续推测解码方法,通过近似准则、去噪轨迹对齐和接受-拒绝采样,加速连续视觉自回归模型,实现2倍以上加速且保持生成质量。

Comments ECCV 2026

详情
AI中文摘要

连续视觉自回归模型在图像生成中展现出有前景的性能,但其固有的顺序性质导致推理速度较慢。推测解码作为大型语言模型的一种成功加速技术,已有效加速了离散视觉自回归模型。然而,由于连续分布缺乏类似理论,无法用于加速连续自回归模型。为填补这一空白,本工作提出了连续推测解码,并解决了以下挑战:1) 目标模型和草稿模型输出的分布不一致导致接受率低;2) 复杂积分导致修改后的分布没有解析表达式。针对挑战1),我们通过近似准则、基于重参数化邻近性的新颖去噪轨迹对齐策略以及令牌预填充来解决低接受率问题。针对挑战2),我们引入带有适当上界的接受-拒绝采样算法,从而避免显式计算积分。此外,我们的去噪轨迹对齐也复用于接受-拒绝采样,有效避免了重复的扩散模型推理。在256x256和512x512分辨率的各种模型上的大量实验表明,我们的方法在保持图像生成质量的同时实现了超过2倍的实际加速。代码可在以下网址获取:this https URL

英文摘要

Continuous visual autoregressive (AR) models have demonstrated promising performance in image generation, but their inherently sequential nature results in slow inference speed. Speculative decoding, a successful acceleration technique for large language models (LLMs), has effectively accelerated discrete visual AR models. However, the absence of an analogous theory for continuous distributions precludes its use in accelerating continuous AR models. To fill this gap, this work presents continuous speculative decoding, and addresses challenges from: 1) low acceptance rate, caused by inconsistent output distribution modeled by target and draft models, and 2) modified distribution without analytic expression, caused by a complex integral. For challenge 1), we address low acceptance rates through an approximated criterion, a novel denoising trajectory alignment strategy based on reparameterization proximity, and token pre-filling. For challenge 2), we introduce acceptance-rejection sampling algorithm with an appropriate upper bound, thereby avoiding explicitly calculating the integral. Furthermore, our denoising trajectory alignment is also reused in acceptance-rejection sampling, effectively avoiding repetitive diffusion model inference. Extensive experiments on various models at 256x256 and 512x512 resolutions demonstrate that our approach achieves over 2x wall-time speedup while preserving the image generation quality. Codes is available at: https://github.com/MarkXCloud/CSpD

URL PDF HTML 收藏
2606.29366 2026-06-30 math.OC cs.AI

Solver-Verified Formulation Generation and Selection for Multi-Warehouse Inventory Allocation Using Large Language Models

基于求解器验证的多仓库库存分配公式生成与选择——利用大语言模型

Jintao Xu, Yingzheng Ma, Jiong Dong, Yongzhi Qi, Jianshen Zhang, Dongyang Geng, Anni Zhang

机构 * Supply Chain Tech Team Y, JD.com(京东供应链技术团队Y)

AI总结 提出ORLA框架,利用大语言模型从自然语言需求自动生成运筹学公式,通过求解器反馈验证并选择最优公式,在京东29个生产批次上实现分配准确率提升4.5个百分点。

详情
AI中文摘要

面向平衡的多仓库库存分配是大型电商供应链中反复出现的决策问题,其中固定补货量根据需求预测和异构分配约束在各仓库间分配,以平衡分配后的库存覆盖率。实践中,分配需求通常依赖于场景,并以半结构化或自然语言形式表达,而非现成的运筹学公式。我们提出了一种运筹学引导的大语言模型分配框架(ORLA),该框架利用求解器反馈来生成、验证和选择运筹学公式。ORLA集成了自动的“问题-模型-代码”生成、基于学习的公式选择以及可行性恢复。我们基于偏差最小化、软带约束和背包启发式分配开发了三种互补的混合整数规划公式族,以及求解器就绪的混合整数线性规划重构、模块化约束扩展和针对不可行情况的基于惩罚的松弛机制。大语言模型组件从文本或半结构化规范生成候选公式和可执行的求解器代码,而求解器提供可执行性、可行性和解质量的验证信号。为应对实例异构性,ORLA估计候选公式的预期质量,选择有前景的候选,并通过分数感知聚合组合其输出。在京东29个生产评估批次上的实验结果表明,最佳单一运筹学公式相比现有方法将分配准确率提高了3.4个百分点,而完整的ORLA框架实现了4.5个百分点的整体提升,并在29个评估批次中的26个中提高了分配准确率。

英文摘要

Balance-oriented multi-warehouse inventory allocation is a recurring decision problem in large-scale e-commerce supply chains, in which a fixed replenishment quantity is distributed across warehouses to balance post-allocation inventory coverage while accounting for demand forecasts and heterogeneous allocation constraints. In practice, allocation requirements are often scenario-dependent and expressed in semi-structured or natural-language form rather than as ready-to-solve operations research (OR) formulations. We propose an OR-guided Large Language Model (LLM) for Allocation (ORLA) that uses solver feedback to generate, verify, and select OR formulations. ORLA integrates automatic "Problem-Model-Code (PMC)" generation, learning-based formulation selection, and feasibility restoration. We develop three complementary mixed-integer programming formulation families based on deviation minimization, soft band compliance, and knapsack-inspired allocation, together with solver-ready mixed-integer linear programming reformulations, modular constraint extensions, and a penalty-based relaxation mechanism for infeasible cases. The LLM component generates candidate formulations and executable solver code from textual or semi-structured specifications, while the solver provides verification signals for executability, feasibility, and solution quality. To address instance heterogeneity, ORLA estimates the expected quality of candidate formulations, selects promising candidates, and combines their outputs through score-aware aggregation. Experimental results on 29 production evaluation batches from JD.com show that the best single OR formulation improves allocation accuracy by 3.4 percentage points over the incumbent approach, while the full ORLA framework achieves a 4.5 percentage-point overall improvement and improves allocation accuracy in 26 of the 29 evaluation batches.

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

DiT-Reward: Generative Representations for Text-to-Image Reward Modeling

DiT-Reward:文本到图像奖励建模的生成式表示

Yuanming Yang, Guoqing Ma, Bo Wang, Yuan Zhang, Wei Tang, Chenyi Li, Haoyang Huang, Nan Duan

机构 * JD Explore Academy, JD.com(京东探索研究院,京东) Tsinghua University(清华大学) Beijing Institute of Technology(北京理工大学) Peking University(北京大学)

AI总结 提出DiT-Reward,利用预训练文本到图像扩散Transformer的生成表示进行奖励预测,在多个偏好基准上超越HPSv3,并实现1.65倍推理加速。

详情
AI中文摘要

图像生成所学习的表示能否也用于评估生成的图像?我们研究文本到图像奖励预测作为生成式表示学习的一个下游任务。为此,我们引入DiT-Reward,通过处理近乎干净的图像潜在变量并聚合跨Transformer层的文本条件图像表示,将预训练的文本到图像扩散Transformer转换为奖励模型。在与HPSv3相同的训练数据混合下,DiT-Reward在所有四个评估的偏好基准上均优于HPSv3,在HPDv2上达到85.6%,在HPDv3上达到77.6%。当生成骨干网络被冻结时,一个轻量级的学习头仍能从其表示中提取有意义的偏好预测。跨深度的探测进一步揭示,下游奖励性能在中间到后期层中最强,并且受益于结合不同阶段的表示。我们还观察到与生成骨干网络容量一致的正向缩放。最后,当用于使用Flow-GRPO优化Stable Diffusion 3.5 Large时,DiT-Reward在匹配的训练轨迹上优于HPSv3,在逼真度方面尤其明显。直接潜在评分还实现了比HPSv3快1.65倍的推理速度,且峰值内存相当。这些结果表明,预训练的生成式DiT为奖励建模和策略优化提供了可迁移的表示。

英文摘要

Can representations learned for image generation also support the evaluation of generated images? We study text-to-image reward prediction as a downstream task of generative representation learning. To this end, we introduce DiT-Reward, which converts a pretrained text-to-image Diffusion Transformer into a reward model by processing near-clean image latents and aggregating text-conditioned image representations across transformer layers. Under the same training data mixture as HPSv3, DiT-Reward outperforms HPSv3 on all four evaluated preference benchmarks, reaching 85.6% on HPDv2 and 77.6% on HPDv3. When the generative backbone is frozen, a lightweight learned head can still extract meaningful preference predictions from its representations. Probing across depth further reveals that downstream reward performance is strongest in the middle-to-late layers and benefits from combining representations across different stages. We also observe consistent positive scaling with generative backbone capacity. Finally, when used to optimize Stable Diffusion 3.5 Large with Flow-GRPO, DiT-Reward outperforms HPSv3 along the matched training trajectory, with particularly clear gains in realism. Direct latent scoring also achieves a 1.65x inference speedup over HPSv3 with comparable peak memory. These results show that pretrained generative DiTs provide transferable representations for reward modeling and policy optimization.

URL PDF HTML 收藏
2606.15331 2026-06-16 cs.IR cs.AI 新提交

HoloRec: Holistic Encoding and Interleaved Reasoning for Generative Recommendation

HoloRec:面向生成式推荐的整体编码与交错推理

Shuqi Zhao, Jingsong Su, Xiang Liu, Xingzhi Yao, Yiming Qiu, Huimu Wang, Liang Lin, Pengbo Mo, Mingming Li, Jiao Dai, Jizhong Han, Songlin Hu

机构 * Institute of Information Engineering, Chinese Academy of Sciences(信息工程研究所,中国科学院) School of Artificial Intelligence, Beijing Normal University(北京师范大学人工智能学院) JD.com(京东公司)

AI总结 提出HoloRec,通过多粒度嵌套残差量化构建层次语义编码矩阵,实现内生的思维链推理,无需外部标注,在稀疏场景下显著提升推荐准确率。

详情
AI中文摘要

将任务建模为序列生成的生成式推荐模型克服了传统级联架构的目标碎片化问题,但现有方法仍存在缺乏层次结构用于多步推理的扁平语义表示,以及需要昂贵标注且与生成目标脱节的外部构建思维链(CoT)等问题。我们提出HoloRec,一种内生的思维链推荐机制,通过多粒度嵌套残差量化构建层次语义编码矩阵,并由整体重建损失优化,统一了表示、推理和生成。HoloRec支持两种推理模式:非思考模式使用轻量级多粒度监督对齐进行快速预测,思考模式采用交错推理方案动态生成CoT步骤,将推理直接嵌入生成过程,无需外部数据。在多个公开推荐数据集上的实验表明,HoloRec持续优于基线,在稀疏场景下尤其显著,且思考模式在仅增加适度推理开销的情况下实现了比非思考模式更高的准确率。

英文摘要

Generative recommendation models that formulate the task as sequence generation overcome the objective fragmentation problem of traditional cascade architectures, yet existing approaches still suffer from flat semantic representations lacking hierarchical structure for multi-step reasoning and an externally constructed chain-of-thought (CoT) that requires expensive annotations and remains disconnected from the generation objective. We propose HoloRec, an endogenous chain-of-thought recommendation mechanism that unifies representation, reasoning, and generation by constructing a hierarchical semantic encoding matrix via multi-granularity nested residual quantization optimized by a holistic reconstruction loss. HoloRec supports two inference modes: a non-thinking mode that uses lightweight multi-granularity supervised alignment for fast prediction, and a thinking mode that employs an interleaved reasoning scheme to generate CoT steps on the fly, directly embedding reasoning into the generation process without external data. Experiments on multiple public recommendation datasets demonstrate that HoloRec consistently outperforms baselines, with especially significant gains in sparse scenarios, and the thinking mode achieves better accuracy than the non-thinking mode with only modest inference overhead.

URL PDF HTML 收藏
2606.14777 2026-06-16 cs.CV cs.AI 新提交

JoyAI-VL-Interaction: Real-Time Vision-Language Interaction Intelligence

JoyAI-VL-Interaction: 实时视觉-语言交互智能

Dingyu Yao, Junhao Zhou, Chenxu Yang, Chuanyu Qin, Haowen Hou, Zheming Liang, Congcong Wang, Yuhang Cao, Shenglong Ye, Shuai Xie, Shuhuan Gu, Haoyang Huang, Qingyi Si, Nan Duan, Jiaqi Wang

机构 * JD.com(京东)

AI总结 提出一种持续观察、自主决定是否回应的视觉-语言交互模型,并开源8B规模模型及完整部署系统,在六个真实场景中优于现有方案。

详情
AI中文摘要

现实世界中的许多时刻不会等待用户提问。安全监控上起火,视频通话中表情变化,或直播中观众想要的商品一闪而过。然而,当今的大模型大多仍以轮次式设计:它们只在被召唤时回答,即使是看似交互式的视频通话应用,其运作方式仍是问答系统,仅在轮询或提示时做出反应。我们主张一种不同的范式:一个像人一样存在于世界中的模型。它持续观察当前发生的事件,自行决定是说话还是保持沉默,实时交互,并在问题困难时委托给后台模型。为了推动交互模型及其在各领域的应用,我们做出两项完全开源贡献。首先,我们发布JoyAI-VL-Interaction,一个8B规模的视觉优先VL交互模型。该模型内部做出响应决策,每秒选择保持沉默、回应或委托给后台模型,并在视觉触发响应性和时间感知方面表现出色。我们为其配备了一个可迁移的训练方案,从中涌现出我们从未训练过的能力,例如引导购物者切换应用屏幕或根据幻灯片即兴授课。其次,我们发布了一个围绕该模型构建的完整可部署系统。该系统将任何正在进行的视频流式传输到模型中,使其真正存在于世界中。所有其他组件都是可插拔的,包括ASR/TTS模块、记忆、可视化UI以及可连接任何API或代理的后台大脑。在六个真实场景中,人类评估者以较大优势偏好JoyAI-VL-Interaction而非豆包和Gemini的应用内视频通话助手。据我们所知,这是第一个开源的、视觉驱动的交互模型,同时发布了其训练方案、数据和完整可部署系统。

英文摘要

Many moments in the real world do not wait for a user to ask. A fire starts on a security monitor, an expression flickers across a video call, or a product a viewer wants flashes by in a livestream. Yet today's large models remain mostly turn-based by design: they answer only when addressed, and even video-call apps that appear interactive still operate as question-answer systems, reacting only when polled or prompted. We argue for a different paradigm: a model that is present in the world like a person. It continuously watches what is happening now, decides on its own whether to speak or stay silent, interacts in real time, and delegates to a background model when the problem is hard. To advance interaction models and their adoption across domains, we make two fully open-sourced contributions. First, we release JoyAI-VL-Interaction, an 8B-scale, vision-first VL-interaction model. The model makes the response decision internally, choosing each second to stay silent, respond, or delegate to a background model, and it excels at vision-triggered responsiveness and time awareness. We pair it with a transferable training recipe, from which capabilities we never trained for emerge, such as guiding a shopper through changing app screens or improvising a lecture from a slide deck. Second, we release a complete, deployable system built around that model. The system streams any ongoing video into the model, making it genuinely present in the world. All other components are pluggable, including ASR/TTS modules, memory, visualization UI, and a background brain that can connect to any API or agent. Across six real-world scenarios, human raters prefer JoyAI-VL-Interaction over the in-app video-call assistants of Doubao and Gemini by a wide margin. To our knowledge, this is the first open, vision-driven interaction model released together with its training recipe, data, and complete deployable system.

URL PDF HTML 收藏
2606.08615 2026-06-09 cs.CV cs.CL 新提交

Harnessing Streaming Video in the Wild

利用野外流式视频

Dingyu Yao, Shuhuan Gu, Qingyi Si, Junhao Zhou, Chenxu Yang, Chuanyu Qin, Naibin Gu, Zheng Lin, Weiping Wang, Nan Duan, Jiaqi Wang

机构 * Institute of Information Engineering, Chinese Academy of Sciences(中国科学院信息工程研究所) School of Cyber Security, University of Chinese Academy of Sciences(中国科学院大学网络空间安全学院) JD.COM(京东)

AI总结 提出Streaming Harness系统,通过Streaming-Train-248K数据集和训练目标,使视觉语言模型具备主动交互、长期记忆和实时处理能力,并构建Streaming-Eval基准评估流式视频理解。

详情
AI中文摘要

视觉语言模型(VLM)在视频通话助手、实时评论和具身机器人等应用中越来越需要处理无界视频流。理想的流式系统应支持主动交互、长期记忆和实时处理,同时基于能够处理各种野外流式任务的VLM骨干。然而,现有VLM在离线视频理解方面表现出色,但在流式能力上有所欠缺,并且缺乏用于流式部署的专用基础设施。我们在三个方面解决这一差距。(i) 对于骨干能力,我们构建了\textbf{Streaming-Train-248K},一个流式数据集,配以新颖的训练目标,用于使VLM适应流式交互和理解。(ii) 对于实际部署,我们引入了\textbf{Streaming Harness},一个即插即用系统,赋予任何VLM三种核心能力:主动交互(每秒响应决策)、长期记忆(12小时上下文保留)和实时处理(亚秒级延迟)。(iii) 为了推动社区在流式能力方面的持续进步,我们设计了\textbf{Streaming-Eval},一个反映模型在各种野外场景中能力的基准。大量实验表明,我们的方法在流式视频理解所需的所有核心能力上均取得了一致的提升。我们将开源我们的数据、代码和基准,以推动社区从离线视频理解向可部署的流式智能的转变。

英文摘要

Vision-Language Models (VLMs) are increasingly required to process unbounded video streams in applications such as video-call assistants, live commentary, and embodied robots. An ideal streaming system should support proactive interaction, long-horizon memory, and real-time processing, while resting on a VLM backbone capable of handling diverse in-the-wild streaming tasks. However, existing VLMs excel at offline video understanding but fall short in streaming capabilities and lack dedicated infrastructure for streaming deployment. We address this gap on three fronts. (i) For backbone capability, we construct \textbf{Streaming-Train-248K}, a streaming dataset paired with a novel training objective for adapting VLMs to streaming interaction and understanding. (ii) For real-world deployment, we introduce \textbf{Streaming Harness}, a plug-and-play system that endows any VLM with three core abilities: proactive interaction (per-second response decisions), long-term memory (12-hour context retention), and real-time processing (sub-second latency). (iii) To drive continued community progress on streaming capabilities, we design \textbf{Streaming-Eval}, a benchmark that reflects models' capabilities across diverse in-the-wild scenarios. Extensive experiments demonstrate consistent gains from our approach across all core capabilities required for streaming video understanding. We will open-source our data, code, and benchmark to advance the community's shift from offline video understanding to deployable streaming intelligence.

URL PDF HTML 收藏
2606.08480 2026-06-09 cs.LG cs.AI cs.IR 新提交

Adaptive Loss Balancing for Noise-Robust GRPO in Generative Recommendation

生成式推荐中噪声鲁棒GRPO的自适应损失平衡

Kewei Xu, Junbo Qi, Yanyan Zou, Pengfei Zhang, Xingzhi Yao, Shengjie Li

机构 * JD.com(京东) Waseda University(早稻田大学) University of Electronic Science and Technology of China(电子科技大学)

AI总结 针对生成式推荐中奖励模型因曝光偏差导致噪声的问题,提出AdaGRPO框架,通过策略难度和奖励可区分性诊断动态切换GRPO与监督学习,在电商数据集上提升召回率并抑制幻觉。

详情
AI中文摘要

强化学习为超越监督模仿的生成式推荐提供了有前景的途径,通过利用奖励信号指导策略改进。然而,其有效性关键取决于奖励模型对所评估样本的可信度。实践中,广泛采用的奖励模型——生产级排序器,是在有曝光偏差的日志上训练的,导致样本相关的误差,违反了这一假设。我们的分层分析揭示了一个一致的模式:当策略表现出不确定性且排序器能有效区分真实物品与rollout负样本时,奖励指导最为有益。在其他样本上,奖励信号要么可忽略,要么有害,凸显了统一应用RL的风险。为解决此问题,我们引入AdaGRPO,一种新颖框架,将奖励指导优化视为选择性准入而非统一压力。训练以监督负对数似然为基础,而GRPO目标由基于两个rollout诊断(策略侧难度和奖励可区分性)的逐样本二元裁剪门控。未通过任一诊断的实例退化为纯监督,确保稳定性并减轻噪声梯度的放大。我们在大规模电商数据集上验证了AdaGRPO。在最佳中间检查点,它将HR@10从11.01%提升至12.18%,同时将幻觉限制在0.22%以下,并在最终检查点保持鲁棒性(HR@10 11.63%,幻觉0.27%),在检索-有效性前沿上优于固定NLL-GRPO混合。在生产A/B测试中,AdaGRPO在点击率和停留时间上实现了统计显著的提升,证实了其实用价值。

英文摘要

Reinforcement learning (RL) presents a promising avenue for enhancing generative recommendation beyond supervised imitation, leveraging reward signals to guide policy improvement. However, its efficacy is critically contingent on the trustworthiness of the reward model for the samples it evaluates. In practice, production rankers, the widely adopted reward models, are trained on exposure-biased logs, leading to sample-dependent inaccuracies that violate this assumption. Our stratified analysis uncovers a consistent pattern: reward guidance is most beneficial when the policy exhibits uncertainty and the ranker can effectively discriminate the ground-truth item from rollout negatives. On other samples, the reward signal is either negligible or detrimental, highlighting the risk of uniform RL application. To address such an issue, we introduce AdaGRPO, a novel framework that treats reward-guided optimization as selective admission rather than uniform pressure. Training is anchored in supervised negative log-likelihood, while the GRPO objective is gated by a binary, per-sample clip determined by two rollout diagnostics: policy-side difficulty and reward discriminability. Instances failing either diagnostic default to pure supervision, ensuring stability and mitigating the amplification of noisy gradients. We validate AdaGRPO on a large-scale e-commerce dataset. At the best intermediate checkpoint, it elevates HR@10 from 11.01% to 12.18% while constraining hallucination below 0.22%, and maintains robustness at the final checkpoint (HR@10 11.63%, hallucination 0.27%), outperforming fixed NLL--GRPO mixtures across the retrieval--validity frontier. In production A/B tests, AdaGRPO achieves statistically significant gains in click-through rate and dwell time, confirming its practical utility.

URL PDF HTML 收藏
2606.03328 2026-06-09 cs.LG cs.AI 版本更新

Calibration Data Trade-offs Across Capability Dimensions: Why Multi-Source Mixing Matters for High-Sparsity LLM Pruning

校准数据在能力维度上的权衡:为什么多源混合对高稀疏LLM剪枝至关重要

Hu Xu, Zhaolong Xing, Congcong Liu, Jiaxing Wang, Zhida Jiang, Junshi Huang, Zhen Chen, Jianfeng Xu

机构 * Shanghai Jiao Tong University(上海交通大学) JD.com(京东公司)

AI总结 通过分解后剪枝能力维度并分析15个校准源,发现校准困惑度与通用能力保留正相关但与数学和代码能力保留负相关,提出多源混合校准方法IGSP以平衡各维度性能。

详情
AI中文摘要

训练后剪枝使用小型无标签校准集将大型语言模型压缩至高稀疏度,近期研究认为校准源的选择对平均后剪枝精度影响不大。我们提出疑问:当校准效果分别在不同能力维度上评估而非聚合时,该结论是否仍然成立。将后剪枝能力分解为通用、常识、代码和数学,并通过Spearman相关性分析$n{=}15$个校准源的OIT信息度量与各维度保留率,我们发现一个符号相反的权衡:校准困惑度与通用保留率正相关($ ho{=}{+}0.71$),但与数学和代码保留率负相关($ ho{=}{-}0.53,\,{-}0.59$;$p{<}0.05$),因此单一源无法保留所有能力。我们以多源校准混合作为回应,并提出IGSP,一种信息引导的自校准协议,通过最小化4-gram聚合和平衡各维度困惑度,自动构建多源混合而无需能力对齐的语料库。在LLaMA-3.1-8B上使用SparseGPT 60%稀疏度时,均匀多源混合达到58.8%的总保留率,优于最佳单一源(MetaMath,50.0%)$+8.8$和C4默认(40.0%)$+18.8$;IGSP比Self-Cal提高$+2.4$,比SGS提高$+4.8$。

英文摘要

Post-training pruning compresses large language models to high sparsity using a small unlabelled calibration set, and recent work has concluded that the choice of calibration source has only modest impact on averaged post-pruning accuracy. We ask whether this conclusion survives once calibration impact is evaluated separately across distinct capability dimensions rather than aggregated. Decomposing post-pruning capability into General, Commonsense, Code, and Math, and analysing $n{=}15$ calibration sources via Spearman correlations between OIT information metrics and per-dimension retention, we uncover an opposite-sign trade-off: calibration perplexity correlates positively with General retention ($ρ{=}{+}0.71$) but negatively with Math and Code retention ($ρ{=}{-}0.53,\,{-}0.59$; $p{<}0.05$), so no single source can preserve all capabilities. We respond with multi-source calibration mixing, and propose IGSP, an information-guided self-calibration protocol that automates multi-source construction without capability-aligned corpora by minimising 4-gram aggregation and balancing perplexity across dimensions. On LLaMA-3.1-8B at SparseGPT 60% sparsity, a uniform multi-source mix reaches 58.8% total retention, outperforming the best single source (MetaMath, 50.0%) by $+8.8$ and the C4 default (40.0%) by $+18.8$; IGSP improves over Self-Cal by $+2.4$ and SGS by $+4.8$.

URL PDF HTML 收藏
2605.17333 2026-06-08 cs.LG 版本更新

Leveraging Error Diversity in Group Rollouts for Reinforcement Learning

利用群体回滚中的误差多样性进行强化学习

Wenpu Liu, Yuqi Xu, Weichu Xie, Yongfu Zhu, Shuai Dong, Ziyue Wang, Wenqi Shao, Xiaoying Zhang, Tong Yang, Nan Duan, Jiaqi Wang

机构 * Peking University(北京大学) JD.COM(京东公司) Shanghai Innovation Institute(上海创新研究院)

AI总结 本文提出EDAS方法,通过利用群体回滚中的误差多样性来提升强化学习的效果,通过调整错误回滚的优势信号,鼓励模型保持多样化的推理路径,从而提高训练成功率。

Comments Code available at https://github.com/EDAS-jd/EDAS

详情
AI中文摘要

基于可验证奖励的强化学习(RLVR)通常为每个提示生成多个响应并根据个体正确性分配二元奖励,但群体输出的整体结构,特别是误差分布,通常被忽视。我们发现这是一个被忽视的机会:实证分析表明,群体内部的误差多样性是训练成功的重要预测因素,那些产生多样化错误回答的问题比产生同质性失败的问题更能从RLVR中获益。受此启发,我们提出了误差多样性优势塑造(EDAS),一种轻量、算法无关的技术,通过群体内部误差多样性调节错误回滚的优势信号。EDAS放大对主导、重复性错误的惩罚,减弱对罕见、探索性错误的惩罚,从而鼓励模型保持多样化推理路径,防止错误固着。关键的是,EDAS作为一种简单的后处理调整,可以无缝集成到任何RLVR算法中。我们在多个主流RLVR方法上验证了EDAS,展示了在一系列模型和七个具有挑战性的数学基准测试中的持续改进。值得注意的是,EDAS在七个基准测试中对Qwen3-8B的DAPO平均改进了6.29分,证实了利用群体回滚中的潜在信息是增强RLVR的有效策略。

英文摘要

Reinforcement Learning from Verifiable Rewards (RLVR) typically samples multiple responses per prompt and assigns binary rewards based on individual correctness, yet the collective structure of the group output, specifically the distribution of errors, is largely discarded. We identify this as a missed opportunity: empirical analysis reveals that error diversity within a group is a strong predictor of training success, with problems eliciting diverse wrong answers benefiting substantially more from RLVR than those producing homogeneous failures. Motivated by this observation, we propose Error Diversity Advantage Shaping (EDAS), a lightweight, algorithm-agnostic technique that modulates the advantage signal for incorrect rollouts based on intra-group error diversity. EDAS amplifies penalties for dominant, repeated errors and attenuates penalties for rare, exploratory ones, thereby encouraging the model to maintain diverse reasoning paths and discouraging error perseveration. Crucially, EDAS operates as a simple post-hoc adjustment that can be seamlessly integrated into any RLVR algorithm. We validate EDAS on top of several mainstream RLVR methods across a series of models and seven challenging math benchmarks, demonstrating consistent improvements. Notably, EDAS yields an average improvement of 6.29 points over DAPO on Qwen3-8B across seven benchmarks, confirming that exploiting the latent information in group rollouts is a broadly effective strategy for strengthening RLVR.

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

Evaluating Stochastic Collapse and Implicit Bias in Multimodal Large Language Models

评估多模态大语言模型中的随机坍缩与隐式偏差

Huiyuan Zheng, Houtao Zhang, Boyang Wang, Qingyi Si, Hongcheng Guo

机构 * Fudan University(复旦大学) Beihang University(北航) JD.com(京东)

AI总结 提出RandomBench基准测试,通过熵和分布偏差指标揭示多模态大语言模型在逻辑中性场景下存在随机坍缩现象,即无法维持均匀随机性。

详情
AI中文摘要

当前对多模态大语言模型(MLLMs)的评估 overwhelmingly 关注效用驱动目标,导致模型在逻辑中性场景下的行为 largely 未被探索。在多个行动同样有效的情况下(如推荐旅行路线或日常安排,多个选项具有相似效用),随机性是必要的。在此类设置中,确定性策略可能导致重复行为和有效替代方案的覆盖减少。为弥补这一空白,我们提出RandomBench,一个旨在评估MLLMs在选择等价选项时是否能维持分布中性行为的基准测试。我们进一步引入三个指标,包括RI、BCI、BII,以量化熵和分布偏差。实验揭示了一种普遍现象,称为随机坍缩,即MLLMs在明确的随机指令下无法维持均匀随机性,Claude Sonnet 4.6中top-1概率达到97%(理想为四分之一),RI降至0.068。广泛的消融研究进一步表明,这些偏差在不同语言和表示格式中持续存在,突显了逻辑中性决策设置中分布坍缩的鲁棒性。

英文摘要

Current evaluations for Multimodal Large Language Models (MLLMs) overwhelmingly focus on utility-driven objectives, leaving model behavior under logic-neutral scenarios largely underexplored. Stochasticity is essential in scenarios where multiple actions are equally valid, such as recommending travel itineraries or daily schedules where multiple options have similar utility. In such settings, deterministic policies may lead to repetitive behaviors and reduced coverage of valid alternatives. To bridge this gap, we propose RandomBench, a benchmark designed to evaluate whether MLLMs can maintain distributionally neutral behavior when selecting among equivalent options. We further introduce three metrics, including RI, BCI, BII, to quantify entropy and distributional bias. Experiments reveal a pervasive phenomenon termed Stochastic Collapse, where MLLMs fail to maintain uniform randomness under explicit random instructions, with top-1 probabilities reaching 97% from the ideal one quarter baseline and RI dropping to 0.068 in Claude Sonnet 4.6. Extensive ablation studies further demonstrate that these deviations persist across languages and representation formats, highlighting the robustness of distributional collapse in logic-neutral decision settings.

URL PDF HTML 收藏
2606.04401 2026-06-04 cs.LG

TANDEM: Bi-Level Data Mixture Optimization with Twin Networks

TANDEM: 基于孪生网络的双层数据混合优化

Jiaxing Wang, Deping Xiang, Jin Xu, Mingyang Yi, Guoqiang Gong, Zicheng Zhang, Haoran Li, Pengzhang Liu, Zhen Chen, Ke Zhang, Ju Fan, Qixiang Jiang

机构 * JD.com(京东公司) University of Oxford(牛津大学) Renmin University of China(中国人民大学) University of Chinese Academy of Sciences(中国科学院大学)

AI总结 提出TANDEM方法,通过孪生网络(代理模型和参考模型)的差异衡量数据效用,优化领域混合比例,在数据受限和监督微调等场景中显著提升大语言模型性能。

详情
AI中文摘要

大语言模型(LLM)的能力在很大程度上取决于来自不同领域的训练数据。优化特定领域的混合比例可以建模为一个双层优化问题,我们将其简化为单层惩罚形式,并通过孪生网络求解:一个在主数据上训练的代理模型和一个在额外数据上动态更新的参考模型。我们提出的方法——用于双层数据混合优化的孪生网络(TANDEM),通过孪生模型之间的差异衡量数据效用,并增加从额外数据中受益更多的领域的权重。与先前方法相比,TANDEM提供了理论保证和更广泛的适用性。此外,我们的双层视角提出了研究领域重新加权的新设置,例如数据受限场景和监督微调,其中优化的混合比例显著提升了性能。大量实验验证了TANDEM在所有场景中的有效性。

英文摘要

The capabilities of large language models (LLMs) significantly depend on training data drawn from various domains. Optimizing domain-specific mixture ratios can be modeled as a bi-level optimization problem, which we simplify into a single-level penalized form and solve with twin networks: a proxy model trained on primary data and a dynamically updated reference model trained with additional data. Our proposed method, Twin Networks for bi-level DatA mixturE optiMization (TANDEM), measures the data efficacy through the difference between the twin models and up-weights domains that benefit more from the additional data. TANDEM provides theoretical guarantees and wider applicability, compared to prior approaches. Furthermore, our bi-level perspective suggests new settings to study domain reweighting such as data-restricted scenarios and supervised fine-tuning, where optimized mixture ratios significantly improve the performance. Extensive experiments validate TANDEM's effectiveness in all scenarios.

URL PDF HTML 收藏
2606.03234 2026-06-03 cs.LG

Right Makes Might: Aligning Verified Hidden States Empowers RL Reasoning

正确即力量:对齐验证的隐藏状态增强强化学习推理

Ziyue Wang, Aomufei Yuan, Yongfu Zhu, Shuai Dong, Wenpu Liu, Yiran Yao, Weichu Xie, Yuqi Xu, Caoyuan Ma, Wenqi Shao, Xiaoying Zhang, Nan Duan, Jiaqi Wang

机构 * Peking University(北京大学) JINGDONG(京东) Shanghai Innovation Institute(上海创新研究院) The University of Tokyo(东京大学) Tianjin University(天津大学)

AI总结 提出Hidden-Align辅助损失函数,在强化学习训练中对齐正确rollout在锚点token处的最后一层隐藏状态,提升数学推理性能。

Comments 16 pages, 7 figures

详情
AI中文摘要

基于可验证奖励的强化学习(RLVR)已成为提升大语言模型数学推理的主流方法,但当前方法将每个正确rollout简化为单个奖励比特,忽略了其隐藏状态共享的几何结构。研究这一结构发现,在锚点token(答案标记前的位置)处,正确rollout自然收敛,因为它们必须产生相同答案(余弦相似度约0.84),但每个rollout仍保留其独特推理路径的残余方差。鼓励在该点完全对齐,推动模型提取统一的“正确决策”表示,减少对推理路径的敏感性。基于此观察,我们提出Hidden-Align,一种辅助损失函数,在RL训练中对齐正确rollout在锚点token处的最后一层隐藏状态,训练和推理中零开销。在八个数学推理基准上,Hidden-Align在Qwen3-1.7B、4B和14B上分别比DAPO基线平均提升pass@1 3.8、6.2和5.4个百分点,且在所有三种规模上pass@k一致提升,消融实验支持了损失类型、锚点位置、层深度和损失权重的影响。

英文摘要

Reinforcement Learning from Verifiable Rewards (RLVR) has become the dominant approach for improving mathematical reasoning in large language models, yet current methods reduce each correct rollout to a single reward bit, ignoring the geometric structure shared among their hidden states. Investigating this structure, we find that at the anchor token (the position immediately before the answer marker), correct rollouts converge naturally because they must produce the same answer (cosine similarity ~0.84), yet each retains residual variance from its unique reasoning path. Encouraging full alignment at this point pushes the model to extract a unified "correct decision" representation, reducing sensitivity to which reasoning path was taken. Based on this observation, we propose Hidden-Align, an auxiliary loss function that aligns the last-layer hidden states of correct rollouts at the anchor token during RL training, with zero overhead in both training and inference. On eight mathematical reasoning benchmarks, Hidden-Align improves average pass@1 over the DAPO baseline by 3.8, 6.2, and 5.4 percentage points on Qwen3-1.7B, 4B, and 14B respectively, with consistent pass@k gains across all three scales, supported by ablations on loss type, anchor position, layer depth, and loss weight.

URL PDF HTML 收藏
2606.03087 2026-06-03 cs.LG

Learning to Solve, Forgetting to Retain: Correct-Set Turnover in RLVR

学会解决,忘记保留:RLVR中的正确集更替

Chuanyu Qin, Chenxu Yang, Qingyi Si, Naibin Gu, Peng Fu, Zheng Lin

机构 * Institute of Information Engineering, Chinese Academy of Sciences(中国科学院信息工程研究所) School of Cyber Security, University of Chinese Academy of Sciences(中国科学院大学网络安全学院) JD.COM(京东)

AI总结 针对强化学习可验证奖励(RLVR)中模型遗忘已解决问题的问题,提出正确集更替现象和修复窗口原则,并设计保留感知的回顾机制\method{},通过零额外开销的预部署批量替换提升多模态任务性能。

详情
AI中文摘要

强化学习可验证奖励(RLVR)提升了大型语言模型的能力,然而头条准确率的提升往往掩盖了一个隐藏代价:随着训练进行,先前解决的问题悄然变得无法解决。我们将此现象定义为\emph{正确集更替},代表了在已掌握集上解决方案获取与退化的耦合动态。在此视角下,保留与获取一样成为明确的优化目标。我们分析并实证建立了\emph{修复窗口原则}:恢复退化提示的成本随回顾延迟急剧增加,定义了一个标准RLVR流程未能利用的低成本窗口。为解决此问题,我们提出\method{},一种保留感知的回顾机制,追踪已掌握提示并定期重新引入以\emph{提醒}模型先前的解决方案。通过利用预部署批量替换,\method{}引入零额外部署开销。在涵盖图像-文本、视频和纯文本任务的20个基准上,使用Qwen3-VL和Qwen2.5-Math进行评估,\method{}在GRPO、DAPO和回放基线上持续提升性能,展示了跨模态和算法的稳健泛化能力。

英文摘要

Reinforcement learning with verifiable rewards (RLVR) improves the ability of large language model, yet headline accuracy gains often conceal a hidden cost: previously solved problems quietly become unsolvable as training proceeds. We frame this phenomenon as \emph{correct-set turnover}, representing the coupled dynamics of solution acquisition and regression over the mastered set. Under this view, retention becomes an explicit optimization target alongside acquisition. We analytically and empirically establish the \emph{repair-window principle}: the cost of restoring a regressed prompt grows sharply with review delay, defining a low-cost window that standard RLVR pipelines fail to exploit. To address this, we propose \textbf{\method{}}, a retention-aware review mechanism that tracks mastered prompts and periodically reintroduces them to \textbf{remind} the model of previous solutions. By utilizing pre-rollout batch replacement, \method{} incurs zero additional rollout overhead. Evaluated across 20 benchmarks spanning image-text, video, and text-only tasks with Qwen3-VL and Qwen2.5-Math, \method{} consistently improves performance over GRPO, DAPO, and replay baselines, demonstrating robust generalizability across modalities and algorithms.

URL PDF HTML 收藏
2606.02569 2026-06-02 cs.CV cs.AI cs.CL

AdaCodec: A Predictive Visual Code for Video MLLMs

AdaCodec: 面向视频多模态大语言模型的预测性视觉编码

Haowen Hou, Zhen Huang, Zheming Liang, Qingyi Si, Chenglin Li, Shuai Dong, Kele Shao, Ruilin Li, Dianyi Wang, Nan Duan, Jiaqi Wang

机构 * Shanghai Jiao Tong University(上海交通大学) Shanghai Innovation Institute(上海创新研究院) JD.com(京东公司)

AI总结 针对视频帧间冗余问题,提出预测性视觉编码AdaCodec,通过条件预测代价决定是否发送完整参考帧或紧凑P-令牌,在匹配视觉令牌预算下提升性能,并大幅降低首令牌延迟。

Comments 23 pages

详情
AI中文摘要

视频在时间上是冗余的:相邻帧通常共享大部分物体、背景和布局。然而,现有的视频多模态大语言模型(视频MLLMs)通常将每个采样帧编码为独立的RGB图像,导致视觉令牌重复先前帧中已有的内容。这提示了一种更直接的视频接口:仅当场景无法从先前上下文中良好预测时,才发送完整的参考帧;否则,传输帧间变化的紧凑描述。我们将这种接口称为\emph{预测性视觉编码},并针对视频MLLMs实例化为 extbf{AdaCodec}。AdaCodec仅在条件预测代价高时,为参考帧花费完整的视觉令牌;否则,它将帧间变化(包括运动和预测残差)编码为紧凑的P-令牌。在所有11个基准测试中,在匹配视觉令牌预算下,AdaCodec相比基于Qwen3-VL-8B的逐帧RGB基线有所改进。即使在1/7的预算下,使用32k令牌的AdaCodec在所有长视频基准测试中超越了224k基线;在五个通用视频基准测试中,它提高了平均得分,同时将首令牌时间从9.26秒大幅缩短至1.62秒。

英文摘要

Video is temporally redundant: adjacent frames usually share most objects, background, and layout. Yet existing video multimodal large language models (video MLLMs) usually encode each sampled frame as an independent RGB image, causing visual tokens to repeat content already present in earlier frames. This suggests a more direct video interface: send a full reference frame only when the scene cannot be predicted well from prior context, and otherwise transmit a compact description of inter-frame changes. We call this interface a \emph{predictive visual code}, and instantiate it for video MLLMs as \textbf{AdaCodec}. AdaCodec spends full visual tokens on a reference frame only when its conditional predictive cost is high; otherwise, it encodes inter-frame changes, including motion and prediction residuals, as compact P-tokens. Across all eleven benchmarks, AdaCodec improves over the Qwen3-VL-8B per-frame RGB baseline at a matched visual-token budget. Even at $1/7$ the budget, AdaCodec with 32k tokens surpasses the 224k baseline on all long-video benchmarks; on five general-video benchmarks, it raises the average score while substantially cutting time-to-first-token from 9.26s to 1.62s.

URL PDF HTML 收藏
2606.01016 2026-06-02 cs.CL cs.AI eess.AS

PolySpeech-100: A Large-Scale Benchmark for Speech Understanding Across 100+ Languages and Dialects

PolySpeech-100:面向100多种语言和方言的大规模语音理解基准

Sicheng Yang, Shulan Ruan, Shiwei Wu, Yu Liu, Lu Fan, Zhi Li, You He

机构 * Shenzhen International Graduate School, Tsinghua University(深圳国际研究生院,清华大学) Department of Electronic Engineering, Tsinghua University(清华大学电子工程系) JD AI Research(京东人工智能研究院)

AI总结 为解决现有语音评估基准在资源丰富语言偏向、缺乏语义推理和忽视方言的问题,提出PolySpeech-100基准,通过混合构建管道覆盖110种语言变体,并评估22个模型,发现开源端到端模型在重方言上优于级联系统,而思维链提示在零样本设置下会降低性能。

Comments 19 pages, 13 figures, KDD 2026

详情
AI中文摘要

虽然端到端(E2E)语音大语言模型(Speech-LLMs)正在快速发展,但它们的评估方法仍局限于简单转录的时代。现有基准存在三个关键限制:明显偏向高资源语言、关注低级识别(ASR)而非语义推理,以及忽视区域方言。为弥补这一差距,我们引入了PolySpeech-100,这是一个大规模基准,旨在评估110种语言变体上的“母语级”语音理解。我们采用了一种新颖的混合构建管道,将黄金标准的人类录音与指令驱动的合成语音相结合,从而覆盖了19种不同的中文方言和80多种低资源语言。对22个最先进模型(包括Gemini-3、GPT-Audio和Qwen2.5-Omni)的广泛评估得出了关键见解。首先,我们证明开源端到端模型在重方言上优于级联(ASR+LLM)系统,证明直接音频处理保留了标准转录中经常丢失的关键副语言线索和韵律特征(例如语调、重音)。其次,我们揭示了一个显著的性能差距:虽然商业模型保持稳健,但开源模型在低资源语言上遭受灾难性退化。最后,反直觉的是,我们观察到在标准零样本设置下,思维链提示经常降低大多数评估模型的语音理解性能,揭示了当前架构中潜在的多模态对齐差距。PolySpeech-100为下一代包容性、全能的语音LLM建立了严格标准。数据、演示和代码公开于https://github.com/YoungSeng/PolySpeech-100。

英文摘要

While End-to-End (E2E) Speech-Large Language Models (Speech-LLMs) are rapidly evolving, their evaluation methodologies remain limited to the era of simple transcription. Existing benchmarks suffer from three critical limitations: a pronounced bias towards high-resource languages, a focus on low-level recognition (ASR) rather than semantic reasoning, and a neglect of regional dialects. To bridge this gap, we introduce PolySpeech-100, a massive-scale benchmark designed to assess `native-level' speech comprehension across 110 linguistic variants. We employ a novel hybrid construction pipeline that augments gold-standard human recordings with instruction-driven synthetic speech, allowing us to cover 19 distinct Chinese dialects and over 80 low-resource languages. Extensive evaluation of 22 state-of-the-art models (including Gemini-3, GPT-Audio, and Qwen2.5-Omni) yields pivotal insights. First, we demonstrate that open-source E2E models outperform Cascade (ASR+LLM) systems on heavy dialects, proving that direct audio processing preserves critical paralinguistic cues and prosodic features (e.g., intonation, stress) that are often lost in standard transcription. Second, we reveal a significant performance gap: while commercial models maintain robustness, open-source models suffer catastrophic degradation on low-resource languages. Finally, counter-intuitively, we observe that under standard zero-shot settings, Chain-of-Thought prompting frequently degrades speech understanding performance for most evaluated models, revealing a potential modality alignment gap in current architectures. PolySpeech-100 establishes a rigorous standard for the next generation of inclusive, omni-capable Speech-LLMs. The data, demo, and code are publicly available at https://github.com/YoungSeng/PolySpeech-100.

URL PDF HTML 收藏
2605.26089 2026-06-02 cs.CV cs.AI

Channel-wise Vector Quantization

通道级向量量化

Wei Song, Tianhang Wang, Yitong Chen, Tong Zhang, Zuxuan Wu, Min Li, Jiaqi Wang, Kaicheng Yu

机构 * Shanghai Innovation Institute(上海创新研究院) Westlake University(西湖大学) Zhejiang University(浙江大学) Fudan University(复旦大学) JD.COM(京东公司) University of Chinese Academy of Sciences(中国科学院大学)

AI总结 提出通道级向量量化(CVQ)代替补丁级量化,并基于此设计通道级自回归(CAR)模型,通过逐通道预测实现渐进式细节生成,在图像重建和文本到图像生成中取得优异性能。

详情
AI中文摘要

我们提出了通道级向量量化(CVQ),一种新颖的图像标记化范式,用通道级标记取代补丁级标记。与传统的向量量化(为每个补丁特征向量分配一个离散标记)不同,CVQ 对特征图的每个通道进行量化。这种表示将图像表示为视觉细节的离散层级,而不是空间补丁的网格。基于 CVQ,我们引入了一种新的视觉自回归框架,采用“下一通道预测”。我们的通道级自回归(CAR)模型不是按光栅顺序逐补丁渲染图像,而是顺序预测图像通道,逐步生成更丰富的视觉细节。具体来说,它首先勾勒全局结构,然后细化细粒度属性,类似于人类艺术家的创作流程。实验表明:(1)CVQ 在 16K+ 的码本大小下实现了 100% 的码本利用率,无需任何额外技巧,并且显著提高了传统 VQ 的重建质量;(2)CAR 在 DPG 评分中达到 86.7,在 GenEval 评分中达到 0.79,展示了其在文本到图像生成中的强大有效性。

英文摘要

We present Channel-wise Vector Quantization (CVQ), a novel image tokenization paradigm that replaces patch-wise tokens with channel-wise tokens. Unlike conventional vector quantization, which assigns a discrete token to each patch feature vector, CVQ quantizes each channel of the feature map. This formulation represents an image as discrete levels of visual details, rather than as a grid of spatial patches. Based on CVQ, we introduce a new visual autoregressive framework with "next-channel prediction". Instead of rendering images patch by patch in raster order, our Channel-wise Autoregressive (CAR) model predicts image channels sequentially, producing progressively enriched visual details. Specifically, it first sketches global structure and then refines fine-grained attributes, akin to a human artist's workflow. Empirically, we show that: (1) CVQ achieves 100% codebook utilization with a 16K+ codebook size without any bells and whistles, and substantially improves reconstruction quality over conventional VQ; and (2) CAR attains a DPG score of 86.7 and a GenEval score of 0.79, demonstrating strong effectiveness for text-to-image generation.

URL PDF HTML 收藏
2510.08948 2026-06-02 cs.IR cs.AI

SHERLOCK: Towards Dynamic Knowledge Adaptation in LLM-enhanced E-commerce Risk Management

SHERLOCK:面向LLM增强电商风险管理的动态知识适应

Nan Lu, Yurong Hu, Jiaquan Fang, Yan Liu, Rui Dong, Yiming Wang, Rui Lin, Shaoyi Xu

机构 * Beijing Jiaotong University(北京交通大学) JD.com(京东公司) Southeast University(东南大学) Zhejiang University(浙江大学)

AI总结 提出Sherlock框架,通过构建领域知识库、两阶段检索增强生成和自演化数据飞轮,将结构化知识与LLM推理结合,提升电商风险案例调查的效率和准确性。

详情
AI中文摘要

有效的电商风险管理需要深入案例调查以识别高度对抗环境中的新兴欺诈模式。然而,人工调查通常需要分析多源异构数据之间的关联和耦合,这是一个劳动密集型过程,限制了效率。虽然大型语言模型(LLM)在自动化这些分析方面显示出潜力,但其部署受到风险场景复杂性和长尾领域知识稀疏性的阻碍。为应对这些挑战,我们提出了Sherlock,一个通过三个核心模块将结构化领域知识与基于LLM的推理相结合的框架。首先,我们通过从异构知识源中提取结构化专业知识来构建领域知识库(KB)。其次,我们设计了一种针对案例调查的两阶段检索增强生成策略,该策略将输入上下文增强与反思与细化模块相结合,以充分利用知识库提高分析质量。最后,我们开发了一个用于操作和标注的集成平台,以驱动自演化数据飞轮。通过知识库更新的实时热修复与后训练定期逻辑对齐相结合,我们促进系统持续演化以对抗对抗性漂移。在京东的在线A/B测试表明,Sherlock实现了82%的专家接受率(EAR),日调查吞吐量增加了386.7%。另外90天的评估显示,该飞轮成功从两次因策略变化导致的性能衰减中恢复,通过自主模型更新将EAR上限提高了约3.5%。

英文摘要

Effective e-commerce risk management requires in-depth case investigations to identify emerging fraud patterns in highly adversarial environments. However, manual investigation typically requires analyzing the associations and couplings among multi-source heterogeneous data, a labor-intensive process that limits efficiency. While Large Language Models (LLMs) show promise in automating these analyses, their deployment is hindered by the complexity of risk scenarios and the sparsity of long-tail domain knowledge. To address these challenges, we propose Sherlock, a framework that integrates structured domain knowledge with LLM-based reasoning through three core modules. First, we construct a domain Knowledge Base (KB) by distilling structured expertise from heterogeneous knowledge sources. Second, we design a two-stage retrieval-augmented generation strategy tailored for case investigation, which combines input contextual augmentation with a Reflect & Refine module to fully leverage the KB for improved analysis quality. Finally, we develop an integrated platform for operations and annotation to drive a self-evolving data flywheel. By combining real-time hotfixes through KB updates with periodic logic alignment via post-training, we facilitate continuous system evolution to counteract adversarial drifts. Online A/B tests at JD dot com demonstrate that Sherlock achieves an 82% Expert Acceptance Rate (EAR) and a 386.7% increase in daily investigation throughput. An additional 90-day evaluation shows that the flywheel successfully recovers from performance decay caused by changing tactics twice, raising the EAR ceiling by around 3.5% through autonomous model updates.

URL PDF HTML 收藏
2511.05913 2026-06-02 cs.CL cs.AI

NILC: Discovering New Intents with LLM-assisted Clustering

NILC:利用LLM辅助聚类发现新意图

Hongtao Wang, Renchi Yang, Wenqing Lin

机构 * Hong Kong Baptist University(香港 Baptist 大学) JD.com(京东公司)

AI总结 提出NILC框架,通过迭代聚类结合大语言模型优化质心和文本嵌入,实现无监督和半监督新意图发现。

详情
AI中文摘要

新意图发现(NID)旨在从无标签的用户话语中识别新意图和已知意图,在实际对话系统中广泛应用。现有的NID工作主要采用级联架构,其中第一阶段专注于将话语编码为信息丰富的文本嵌入,而第二阶段通常通过K-Means将相似的嵌入聚类为簇(即意图)。然而,这种级联流程无法利用两个阶段的反馈进行相互优化,同时仅依赖嵌入的聚类忽略了细微的文本语义,导致性能次优。为弥补这一差距,本文提出NILC,一种专门针对有效NID的新型聚类框架。特别地,NILC遵循迭代工作流,通过借助大语言模型(LLM)精心优化不确定话语的聚类质心和文本嵌入,从而审慎地更新聚类分配。具体来说,NILC首先利用LLM为聚类创建额外的语义质心,从而丰富嵌入的欧几里得质心的上下文语义。此外,利用LLM通过重写增强从聚类中识别出的困难样本(模糊或简洁的话语),以便后续的聚类纠正。进一步,我们通过非平凡技术(软种子和软必须链接)注入监督信号,在半监督设置下实现更准确的NID。在无监督和半监督设置下,将NILC与多个近期基线进行大量实验比较,结果表明NILC在六个不同领域的基准数据集上一致地实现了显著的性能提升。

英文摘要

New intent discovery (NID) seeks to recognize both new and known intents from unlabeled user utterances, which finds prevalent use in practical dialogue systems. Existing works towards NID mainly adopt a cascaded architecture, wherein the first stage focuses on encoding the utterances into informative text embeddings beforehand, while the latter is to group similar embeddings into clusters (i.e., intents), typically by K-Means. However, such a cascaded pipeline fails to leverage the feedback from both steps for mutual refinement, and, meanwhile, the embedding-only clustering overlooks nuanced textual semantics, leading to suboptimal performance. To bridge this gap, this paper proposes NILC, a novel clustering framework specially catered for effective NID. Particularly, NILC follows an iterative workflow, in which clustering assignments are judiciously updated by carefully refining cluster centroids and text embeddings of uncertain utterances with the aid of large language models (LLMs). Specifically, NILC first taps into LLMs to create additional semantic centroids for clusters, thereby enriching the contextual semantics of the Euclidean centroids of embeddings. Moreover, LLMs are then harnessed to augment hard samples (ambiguous or terse utterances) identified from clusters via rewriting for subsequent cluster correction. Further, we inject supervision signals through non-trivial techniques seeding and soft must links for more accurate NID in the semi-supervised setting. Extensive experiments comparing NILC against multiple recent baselines under both unsupervised and semi-supervised settings showcase that NILC can achieve significant performance improvements over six benchmark datasets of diverse domains consistently.

URL PDF HTML 收藏
2605.29074 2026-05-29 cs.CV cs.RO

Embodied3DBench: Benchmarking Low-Level Embodied Spatial Intelligence of Vision Language Models

Embodied3DBench: 视觉语言模型低级具身空间智能的基准测试

Jiyao Zhang, Mingxu Zhang, Yitong Peng, Haoxuan Liu, Chenshuo Wang, Yuxing Long, Haoyang Huang, Dongjiang Li, Nan Duan, Hui Shen, Hao Dong

机构 * CFCS, School of CS, PKU(计算机学院CFCS,北京大学) Jingdong Technology Information Technology Co., Ltd(京东科技信息技术有限公司)

AI总结 提出Embodied3DBench基准,通过6类任务(空间结构理解与交互导向感知)系统评估视觉语言模型在3D环境中的低级空间智能,并合成130万QA对训练数据以弥补能力差距。

详情
AI中文摘要

当前的视觉语言模型(VLM)是否准备好理解和推理3D环境中的复杂具身交互?我们引入了Embodied3DBench,一个以机器人为中心的基准,针对具身3D环境中的低级空间智能。为了系统评估这些基础感知能力,该基准包括6个任务类别,分为两个核心组:空间结构理解(定位、空间关系预测和多视图对应)和交互导向感知(可供性预测、抓取点预测和轨迹预测)。该基准涵盖12个子类别,包含超过21k个高质量问答对。我们评估了13个最先进的模型,结果显示,尽管当前模型在高级空间推理(如理解对象间位置关系)方面表现相对较强,但在交互导向感知方面仍然脆弱,突显了缺乏鲁棒的3D感知交互先验。为了积极弥合基准揭示的能力差距,我们进一步合成了一个包含130万问答对的大规模训练数据集。值得注意的是,在该数据集上微调显著提升了低级空间智能。最终,Embodied3DBench通过提供系统评估框架和可扩展的数据解决方案填补了关键空白,为交互感知多模态系统的发展设定了明确目标。

英文摘要

Are current Vision Language Models (VLMs) ready to comprehend and reason about complex embodied interactions in 3D environments? We introduce Embodied3DBench, a robot-centric benchmark targeting low-level spatial intelligence in embodied 3D environments. To systematically evaluate these foundational perceptual capabilities, the benchmark includes 6 task categories divided into two core groups: Spatial Structural Understanding (Grounding, Spatial Relation Prediction, and Multi-view Correspondence) and Interaction-Oriented Perception (Affordance Prediction, Grasp Point Prediction, and Trajectory Prediction). The benchmark spans 12 subcategories and contains over 21k high-quality question-answer pairs. We evaluate 13 state-of-the-art models, and the results show that while current models exhibit relatively strong high-level spatial reasoning, such as understanding object-to-object positional relations, they remain fragile in interaction-oriented perception, highlighting a significant lack of robust 3D-aware interaction priors. To actively bridge this capability gap revealed by our benchmark, we further synthesize a large-scale training dataset comprising 1.3M QA pairs. Notably, fine-tuning on this dataset yields significant improvements in low-level spatial intelligence. Ultimately, Embodied3DBench fills a critical gap by providing both a systematic evaluation framework and a scalable data solution, setting a clear target for the development of interaction-aware multimodal systems.

URL PDF HTML 收藏
2604.00648 2026-05-27 cs.CV

DirectFisheye-GS: Enabling Native Fisheye Input in Gaussian Splatting with Cross-View Joint Optimization

DirectFisheye-GS: 在三维高斯泼溅中通过跨视图联合优化实现原生鱼眼输入

Zhengxian Yang, Fei Xie, Xutao Xue, Rui Zhang, Taicheng Huang, Yang Liu, Mengqi Ji, Tao Yu

机构 * BNRist, Tsinghua University(北京理工大学,清华大学) Beihang University(北航) JD.com, Beijing, China(京东(北京,中国)) Shanghai AI Lab(上海人工智能实验室)

AI总结 针对鱼眼相机输入导致的信息丢失和细节模糊问题,提出将鱼眼相机模型集成到3DGS框架中,并引入基于特征重叠的跨视图联合优化策略,实现无需预处理的原生鱼眼图像训练,提升重建质量。

Comments CVPR 2026 Highlight; Fix NSFC ID

详情
AI中文摘要

三维高斯泼溅(3DGS)实现了从日常图像中进行高效的三维场景重建,具有实时、高保真渲染的特点,极大地推动了VR/AR应用的发展。鱼眼相机凭借其更宽的视场角(FOV),有望从更少的输入中实现高质量重建,近来备受关注。然而,由于3DGS依赖于光栅化,大多数后续涉及鱼眼相机输入的工作在训练前先对图像进行去畸变,这引入了两个问题:1)图像边缘的黑边导致信息丢失,抵消了鱼眼大FOV的优势;2)去畸变的拉伸和插值重采样将每个像素的值扩散到更大区域,稀释了细节密度——导致3DGS过拟合这些低频区域,产生模糊和漂浮伪影。在这项工作中,我们将鱼眼相机模型集成到原始3DGS框架中,实现了无需预处理的原生鱼眼图像输入进行训练。尽管建模正确,我们观察到重建场景在图像边缘仍然存在漂浮物:畸变向边缘增加,而3DGS原始的逐迭代随机选择视图优化忽略了高斯函数的跨视图相关性,导致极端形状(例如过大或拉长)降低了重建质量。为解决此问题,我们引入了一种基于特征重叠的跨视图联合优化策略,该策略在视图之间建立一致的几何和光度约束——该技术同样适用于现有的基于针孔相机的流水线。我们的DirectFisheye-GS在公共数据集上达到或超越了最先进的性能。项目页面:https://yzxqh.github.io/DirectFisheye-GS/ 。

英文摘要

3D Gaussian Splatting (3DGS) has enabled efficient 3D scene reconstruction from everyday images with real-time, high-fidelity rendering, greatly advancing VR/AR applications. Fisheye cameras, with their wider field of view (FOV), promise high-quality reconstructions from fewer inputs and have recently attracted much attention. However, since 3DGS relies on rasterization, most subsequent works involving fisheye camera inputs first undistort images before training, which introduces two problems: 1) Black borders at image edges cause information loss and negate the fisheye's large FOV advantage; 2) Undistortion's stretch-and-interpolate resampling spreads each pixel's value over a larger area, diluting detail density -- causes 3DGS overfitting these low-frequency zones, producing blur and floating artifacts. In this work, we integrate fisheye camera model into the original 3DGS framework, enabling native fisheye image input for training without preprocessing. Despite correct modeling, we observed that the reconstructed scenes still exhibit floaters at image edges: Distortion increases toward the periphery, and 3DGS's original per-iteration random-selecting-view optimization ignores the cross-view correlations of a Gaussian, leading to extreme shapes (e.g., oversized or elongated) that degrade reconstruction quality. To address this, we introduce a feature-overlap-driven cross-view joint optimization strategy that establishes consistent geometric and photometric constraints across views-a technique equally applicable to existing pinhole-camera-based pipelines. Our DirectFisheye-GS matches or surpasses state-of-the-art performance on public datasets. Project Page: https://yzxqh.github.io/DirectFisheye-GS/ .

URL PDF HTML 收藏
2605.19420 2026-05-20 cs.RO

Beyond Waypoints: Dual-Heatmap Grounding for Cross-Embodiment Semantic Navigation

超越航点:双热图接地用于跨具身语义导航

Kaijie Yun, Yue Chen

机构 * Harbin Institute of Technology(哈尔滨工业大学) JD AI Research(京东人工智能研究院)

AI总结 本文提出一种统一的视觉-语言框架,通过双热图表示替代单点回归,以解决语义指令与物理可达性之间的差距,从而提升跨具身语义导航的鲁棒性和性能。

详情
AI中文摘要

将开放式的语义指令接地为可执行的局部目标是人机交互中的基本挑战。尽管现有导航框架通常回归确定性的航点,但这种刚性方法会压缩空间不确定性,并且经常针对不可通行的物体中心,导致严重的执行失败。在本文中,我们专注于在视场内(in-FOV)的语义导航实际场景,其中机器人接收到简短的、交织的多模态(文本和图像)提示。为了弥合抽象语义意图与物理可达性之间的差距,我们提出了一种统一的视觉-语言框架,该框架放弃单点回归,转而采用双热图表示。我们的框架预测一个导航可及性热图,以捕捉连续的可到达区域,并结合一个面向热图用于方向约束。这些密集输出本质上充当可微的语义势场,能够无缝整合到下游的局部规划器中。为了支持这一范式,我们构建了一个完全自动化的、基于基础模型的合成数据管道,并建立了全面的模拟基准。广泛的实验表明,我们的框架在可比的8B基线中实现了最先进的性能。关键的是,通过特征融合研究和在不同机器人具身(Jetbot、H1、Aliengo)上的模拟研究,揭示出显式热图预测显著提高了可及率(AR)。通过将目标可靠地放置在可执行的自由空间中,我们的框架有效缓解了点回归的脆弱性,提供了一种可转移的路径,朝着安全的跨具身语义导航迈进。

英文摘要

Grounding open-ended semantic instructions into physically executable local goals is a fundamental challenge in human-robot interaction. While existing navigation frameworks often regress deterministic waypoints, this rigid formulation collapses spatial uncertainty and frequently targets non-traversable object centers, leading to severe execution failures. In this work, we focus on the practical setting of in-FOV semantic navigation, where a robot receives concise, interleaved multimodal (text and image) prompts. To bridge the gap between abstract semantic intent and physical reachability, we propose a unified Vision-Language framework that abandons single-point regression in favor of a Dual-Heatmap representation. Our framework predicts a navigation affordance heatmap that captures continuous reachable regions, coupled with a facing heatmap for orientation constraints. These dense outputs inherently function as a differentiable semantic potential field, integrating seamlessly with downstream local planners. To support this paradigm, we build a fully automated, foundation-model-assisted synthetic data pipeline and establish a comprehensive simulation benchmark. Extensive experiments demonstrate that our framework achieves state-of-the-art performance among comparable 8B baselines. Crucially, a feature-fusion study and simulation studies across diverse robot embodiments (Jetbot, H1, Aliengo) reveal that explicit heatmap prediction drastically improves the Affordance Rate (AR). By placing targets reliably in executable free space, our framework effectively mitigates the brittleness of point regression, offering a transferable path toward safe cross-embodiment semantic navigation.

URL PDF HTML 收藏
2603.15262 2026-04-30 cs.AI

Probe-then-Plan: Environment-Aware Planning for Industrial E-commerce Search

探测-然后规划:面向工业电商搜索的环境感知规划

Mengxiang Chen, Zhouwei Zhai, Jin Li

机构 * JD.com Beijing China(京东北京中国)

AI总结 本文提出环境感知搜索规划(EASP),通过探测-规划机制解决电商搜索中盲点与延迟的矛盾,通过离线数据合成、规划器训练和在线服务适应性路由提升搜索相关召回率和UCVR、GMV。

详情
AI中文摘要

现代电商搜索正在演变以解决复杂的用户意图。尽管大语言模型(LLMs)具有强大的推理能力,但现有基于LLM的范式面临一个根本性的盲点-延迟矛盾:查询重写对检索能力及实时库存无感知,导致无效计划;反之,深度搜索代理依赖迭代工具调用和反思,造成数秒延迟,无法满足工业次秒预算。为解决这一冲突,我们提出环境感知搜索规划(EASP),将搜索规划重新表述为一种基于现实环境的动态推理过程。EASP引入探测-然后规划机制:轻量级检索探测暴露检索快照,使规划器诊断执行缺口并生成基于现实的搜索计划。该方法包含三个阶段:(1) 离线数据合成:教师代理通过诊断探测环境合成多样、执行验证的计划。(2) 规划器训练和对齐:规划器通过监督微调(SFT)内化诊断能力,再通过强化学习(RL)与业务结果(转化率)对齐。(3) 自适应在线服务:复杂度感知路由机制选择性激活复杂查询的规划,确保最优资源分配。广泛的离线评估和京东(JD.com)的在线A/B测试表明,EASP显著提高了相关召回率,并在UCVR和GMV上实现了显著提升。EASP已成功部署在京东的AI搜索系统中。

英文摘要

Modern e-commerce search is evolving to resolve complex user intents. While Large Language Models (LLMs) offer strong reasoning, existing LLM-based paradigms face a fundamental blindness-latency dilemma: query rewriting is agnostic to retrieval capabilities and real-time inventory, yielding invalid plans; conversely, deep search agents rely on iterative tool calls and reflection, incurring seconds of latency incompatible with industrial sub-second budgets. To resolve this conflict, we propose Environment-Aware Search Planning (EASP), reformulating search planning as a dynamic reasoning process grounded in environmental reality. EASP introduces a Probe-then-Plan mechanism: a lightweight Retrieval Probe exposes the retrieval snapshot, enabling the Planner to diagnose execution gaps and generate grounded search plans. The methodology comprises three stages: (1) Offline Data Synthesis: A Teacher Agent synthesizes diverse, execution-validated plans by diagnosing the probed environment. (2) Planner Training and Alignment: The Planner is initialized via Supervised Fine-Tuning (SFT) to internalize diagnostic capabilities, then aligned with business outcomes (conversion rate) via Reinforcement Learning (RL). (3) Adaptive Online Serving: A complexity-aware routing mechanism selectively activates planning for complex queries, ensuring optimal resource allocation. Extensive offline evaluations and online A/B testing on JD.com demonstrate that EASP significantly improves relevant recall and achieves substantial lifts in UCVR and GMV. EASP has been successfully deployed in JD.com's AI-Search system.

URL PDF HTML 收藏
2604.15777 2026-04-20 cs.CV cs.AI

SegMix:Shuffle-based Feedback Learning for Semantic Segmentation of Pathology Images

SegMix:基于洗牌的反馈学习用于病理图像的语义分割

Zhiling Yan, Sicheng Chen, Tianyi Zhang, Nan Ying, Yanli Lei, Guanglei Zhang

机构 * JD AI Research(京东人工智能研究院) School of Microelectronics, Xi’an Jiaotong University(西安交通大学微电子学院) Beijing Advanced Innovation Center for Biomedical Engineering, School of Biological Science and Medical Engineering, Beihang University(北京生物医学工程先进创新中心,北京航空航天大学生物科学与医学工程学院)

AI总结 本文提出SegMix,一种基于洗牌的反馈学习方法,利用课程学习思想生成高质量伪分割掩码,提升病理图像语义分割性能。

详情
AI中文摘要

语义分割是计算病理学中的关键任务,用于识别疾病或异常生长区域,对诊断和治疗至关重要。然而,获取高质量像素级监督分割数据需要经验丰富的病理科医生大量工作,限制了深度学习的应用。为解决这一挑战,放宽标签条件至图像级分类标签可利用更多数据和场景。一种方法是利用类激活图(CAM)生成伪像素级注释进行语义分割,但此方法未能彻底探索病理图像的本质特征,仅识别小区域,无法生成有效的伪掩码。本文提出一种新颖的基于洗牌的反馈学习方法,受课程学习启发,通过病理图像的片段级洗牌,模型根据先前学习的反馈自适应调整洗牌策略。实验结果表明,所提方法在三个不同数据集上优于现有最先进方法。

英文摘要

Segmentation is a critical task in computational pathology, as it identifies areas affected by disease or abnormal growth and is essential for diagnosis and treatment. However, acquiring high-quality pixel-level supervised segmentation data requires significant workload demands from experienced pathologists, limiting the application of deep learning. To overcome this challenge, relaxing the label conditions to image-level classification labels allows for more data to be used and more scenarios to be enabled. One approach is to leverage Class Activation Map (CAM) to generate pseudo pixel-level annotations for semantic segmentation with only image-level labels. However, this method fails to thoroughly explore the essential characteristics of pathology images, thus identifying only small areas that are insufficient for pseudo masking. In this paper, we propose a novel shuffle-based feedback learning method inspired by curriculum learning to generate higher-quality pseudo-semantic segmentation masks. Specifically, we perform patch level shuffle of pathology images, with the model adaptively adjusting the shuffle strategy based on feedback from previous learning. Experimental results demonstrate that our proposed approach outperforms state-of-the-arts on three different datasets.

URL PDF HTML 收藏
2604.06067 2026-04-08 cs.RO

HiPolicy: Hierarchical Multi-Frequency Action Chunking for Policy Learning

HiPolicy:分层多频动作分块用于策略学习

Jiyao Zhang, Zimu Han, Junhan Wang, Xionghao Wu, Shihong Lin, Jinzhou Li, Hongwei Fan, Ruihai Wu, Dongjiang Li, Hao Dong

机构 * CFCS, School of CS, PKU(北京大学计算机学院计算与金融研究中心) National Key Laboratory for Multimedia Information Processing, School of CS, PKU(北京大学计算机学院多媒体信息处理国家重点实验室) XJTU(西安交通大学) THU(清华大学) BUAA(北京航空航天大学) Jingdong Technology Information Technology Co., Ltd(京东科技信息技术有限公司)

AI总结 HiPolicy通过分层多频动作分块框架,联合预测不同频率的动作序列,以捕捉粗粒度高层次计划和精确的反应动作,提升策略学习的性能和执行效率。

详情
AI中文摘要

机器人模仿学习面临长时间跨度依赖建模与实现细粒度闭环控制之间的根本权衡。现有固定频率动作分块方法难以兼顾两者。基于此洞察,我们提出HiPolicy,一种分层多频动作分块框架,联合预测不同频率的动作序列以捕捉粗粒度高层次计划和精确反应动作。我们从对齐每个频率的历史观测中提取并融合层次特征以生成多频分块,并引入熵引导的执行机制,根据动作不确定性自适应平衡长时间跨度规划与细粒度控制。在多样化的模拟基准和真实世界操作任务中实验表明,HiPolicy可以无缝集成到现有的2D和3D生成策略中,在性能上带来一致的提升,同时显著提高执行效率。

英文摘要

Robotic imitation learning faces a fundamental trade-off between modeling long-horizon dependencies and enabling fine-grained closed-loop control. Existing fixed-frequency action chunking approaches struggle to achieve both. Building on this insight, we propose HiPolicy, a hierarchical multi-frequency action chunking framework that jointly predicts action sequences at different frequencies to capture both coarse high-level plans and precise reactive motions. We extract and fuse hierarchical features from history observations aligned to each frequency for multi-frequency chunk generation, and introduce an entropy-guided execution mechanism that adaptively balances long-horizon planning with fine-grained control based on action uncertainty. Experiments on diverse simulated benchmarks and real-world manipulation tasks show that HiPolicy can be seamlessly integrated into existing 2D and 3D generative policies, delivering consistent improvements in performance while significantly enhancing execution efficiency.

URL PDF HTML 收藏
2201.01984 2026-04-08 cs.CV cs.CL

Image Captioning via Compact Bidirectional Architecture

通过紧凑双向架构实现图像描述

Zijie Song, Yuanen Zhou, Zhenzhen Hu, Daqing Liu, Huixia Ben, Richang Hong, Meng Wang

机构 * School of Big Data and Statistics, Anhui University(安徽大学大数据与统计学院) Institute of Artificial Intelligence, Hefei Comprehensive National Science Center(合肥综合性国家科学中心人工智能研究院) Intelligent Interconnected Systems Laboratory of Anhui Province (Hefei University of Technology)(安徽省智能互联系统实验室(合肥工业大学)) School of Computer Science and Information Engineering, Hefei University of Technology(合肥工业大学计算机与信息学院) JD Explore Academy, JD.com Inc(京东探索研究院) State Key Laboratory of Digital Intelligent Technology for Unmanned Coal Mining, Anhui University of Science and Technology(安徽理工大学深部煤矿采动响应与灾害防控国家重点实验室)

AI总结 本文提出紧凑双向Transformer模型,通过并行解码器隐式和显式利用双向上下文,经消融研究发现其比显式交互机制更重要,结合词级融合进一步提升效果,并扩展至LSTM基座实现新SOTA结果。

详情
AI中文摘要

大多数当前图像描述模型通常从左到右生成描述。这种单向性质使它们只能利用过去的上下文,而不能利用未来的上下文。尽管基于细化的模型可以通过在第二阶段基于预检索或预生成的描述生成新的描述来利用过去和未来的上下文,但这些模型的解码器通常由两个网络(即第一阶段的检索器或描述生成器和第二阶段的描述生成器)组成,只能顺序执行。在本文中,我们介绍了一种紧凑的双向Transformer模型用于图像描述,该模型可以隐式和显式地利用双向上下文,同时解码器可以并行执行。具体而言,它通过紧密耦合从左到右(L2R)和从右到左(R2L)的流到一个紧凑的模型中,作为隐式利用双向上下文的正则化,并可选地允许双向流的显式交互,而最终的描述是从L2R或R2L流在句子层面进行融合后选择的。我们在MSCOCO基准上进行了广泛的消融研究,发现紧凑的双向架构和句子层面的融合比显式交互机制更重要。通过与词级融合无缝结合,句子层面的融合效果进一步扩大。我们进一步将传统的单流自批评训练扩展到双流版本,从而在与非视觉-语言预训练模型的比较中取得了新的SOTA结果。最后,我们通过将此紧凑的双向架构扩展到LSTM基座来验证其通用性。源代码可在https://github.com/YuanEZhou/cbtic上获得。

英文摘要

Most current image captioning models typically generate captions from left-to-right. This unidirectional property makes them can only leverage past context but not future context. Though refinement-based models can exploit both past and future context by generating a new caption in the second stage based on pre-retrieved or pre-generated captions in the first stage, the decoder of these models generally consists of two networks~(i.e. a retriever or captioner in the first stage and a captioner in the second stage), which can only be executed sequentially. In this paper, we introduce a Compact Bidirectional Transformer model for image captioning that can leverage bidirectional context implicitly and explicitly while the decoder can be executed parallelly. Specifically, it is implemented by tightly coupling left-to-right(L2R) and right-to-left(R2L) flows into a single compact model to serve as a regularization for implicitly exploiting bidirectional context and optionally allowing explicit interaction of the bidirectional flows, while the final caption is chosen from either L2R or R2L flow in a sentence-level ensemble manner. We conduct extensive ablation studies on MSCOCO benchmark and find that the compact bidirectional architecture and the sentence-level ensemble play more important roles than the explicit interaction mechanism. By combining with word-level ensemble seamlessly, the effect of sentence-level ensemble is further enlarged. We further extend the conventional one-flow self-critical training to the two-flows version under this architecture and achieve new state-of-the-art results in comparison with non-vision-language-pretraining models. Finally, we verify the generality of this compact bidirectional architecture by extending it to LSTM backbone. Source code is available at https://github.com/YuanEZhou/cbtic.

URL PDF HTML 收藏
2506.19846 2026-04-02 cs.AI

HiMA-Ecom: Enabling Joint Training of Hierarchical Multi-Agent E-commerce Assistants

HiMA-Ecom:面向电商场景的分层多智能体助手联合训练

Junxing Hu, Ai Han, Haolan Zhan, Pu Wei, Zhiqian Zhang, Yuhang Guo, Jiawei Lu, Zhen Chen, Haoran Li, Zicheng Zhang

机构 * JD Retail, JD.com, Inc.(京东零售,京东集团) Faculty of Engineering and Information Technology, The University of Melbourne(墨尔本大学工程与信息技术学院) School of Mathematical Sciences, University of Chinese Academy of Sciences(中国科学院大学数学科学学院)

AI总结 本文提出HiMA-Ecom电商多智能体基准,通过VR-GRPO算法实现多智能体联合训练,基于3B/7B开源模型在电商场景中取得优于DeepSeek-V3的性能。

Comments 39 pages, 10 figures, under review

详情
AI中文摘要

基于大语言模型的分层多智能体系统已成为构建垂直领域AI助手的常见范式,在电商场景中,一个主智能体协调多个专业化子智能体。尽管其实际重要性,训练和评估此类系统的现实基准仍然稀缺,跨功能不同智能体的联合优化仍具挑战性。为解决这一差距,我们引入HiMA-Ecom,这是首个针对电商场景的分层多智能体基准。HiMA-Ecom包含22.8K个实例,包括具有记忆和系统级输入输出对的智能体特定监督微调样本,用于联合多智能体强化学习。在此基础上,提出了一种联合训练方法HiMA-R1,其提出方差减少组相对策略优化(VR-GRPO),通过初始轨迹基于蒙特卡洛采样来缓解指数级联合动作空间,并基于奖励方差选择信息丰富的智能体组进行高效更新。此外,设计了一种自适应记忆进化机制,将GRPO奖励重新利用为无成本监督信号,以消除重复推理并加速收敛。在HiMA-Ecom上的实验表明,基于较小的3B/7B开源模型构建的方法,其性能与较大的LLM如DeepSeek-R1相当,并在平均上超越DeepSeek-V3 6%。

英文摘要

Hierarchical multi-agent systems based on large language models (LLMs) have become a common paradigm for building AI assistants in vertical domains such as e-commerce, where a master agent coordinates multiple specialized sub-agents. Despite their practical importance, realistic benchmarks for training and evaluating such systems remain scarce, and joint optimization across functionally distinct agents is still challenging. To address this gap, we introduce HiMA-Ecom, the first hierarchical multi-agent benchmark tailored for e-commerce scenarios. HiMA-Ecom contains 22.8K instances, including agent-specific supervised fine-tuning samples with memory and system-level input-output pairs for joint multi-agent reinforcement learning. Building upon it, a joint training method named HiMA-R1 is proposed. It presents Variance-Reduction Group Relative Policy Optimization (VR-GRPO), which employs initial trajectory-based Monte Carlo sampling to mitigate the exponential joint action space and selects informative agent groups for efficient updates based on reward variance. Furthermore, an adaptive memory evolution mechanism that repurposes GRPO rewards as cost-free supervisory signals is designed to eliminate repetitive reasoning and accelerate convergence. Experiments on HiMA-Ecom demonstrate that our method, built upon smaller 3B/7B open-source models, achieves performance comparable to that of larger LLMs, such as DeepSeek-R1, and surpasses DeepSeek-V3 by an average of 6\%.

URL PDF HTML 收藏
2603.18697 2026-03-20 cs.LG

OCP: Orthogonal Constrained Projection for Sparse Scaling in Industrial Commodity Recommendation

OCP:正交约束投影用于工业商品推荐的稀疏扩展

Chen Sun, Beilin Xu, Boheng Tan, Jiacheng Wang, Yuefeng Sun, Rite Bo, Ying He, Yaqiang Zang, Pinghua Gong

机构 * JD.com Beijing China(京东北京中国)

AI总结 本文提出OCP方法,通过正交约束投影优化嵌入表示,提升推荐模型的可扩展性和泛化能力,实验证明其在大规模部署中有效提升UCXR和GMV。

Comments 5 pages, 4 figures

详情
AI中文摘要

在工业商品推荐系统中,物品-ID词汇表的表示质量直接影响推荐模型的可扩展性和泛化能力。传统物品-ID词汇表在稀疏扩展时面临低频信息干扰问题,限制了其对大规模物品集的表达能力,导致表示崩溃。为此,本文提出正交约束投影方法,通过强制正交性约束反向传播流形,使学习到的嵌入的奇异值谱与正交基对齐,从而保持高奇异熵,保留各向同性广义特征,同时抑制虚假相关性和对稀有物品的过拟合。实验证明,OCP加速损失收敛并提升模型可扩展性;值得注意的是,其在扩展密集层时也实现一致的性能提升。大规模工业部署在京东进一步验证了其有效性,带来UCXR提升12.97%和GMV提升8.9%,凸显其在扩展稀疏词汇表和密集架构方面的鲁棒性。

英文摘要

In industrial commodity recommendation systems, the representation quality of Item-Id vocabularies directly impacts the scalability and generalization ability of recommendation models. A key challenge is that traditional Item-Id vocabularies, when subjected to sparse scaling, suffer from low-frequency information interference, which restricts their expressive power for massive item sets and leads to representation collapse. To address this issue, we propose an Orthogonal Constrained Projection method to optimize embedding representation. By enforcing orthogonality, the projection constrains the backpropagation manifold, aligning the singular value spectrum of the learned embeddings with the orthogonal basis. This alignment ensures high singular entropy, thereby preserving isotropic generalized features while suppressing spurious correlations and overfitting to rare items. Empirical results demonstrate that OCP accelerates loss convergence and enhances the model's scalability; notably, it enables consistent performance gains when scaling up dense layers. Large-scale industrial deployment on JD.com further confirms its efficacy, yielding a 12.97% increase in UCXR and an 8.9% uplift in GMV, highlighting its robust utility for scaling up both sparse vocabularies and dense architectures.

URL PDF HTML 收藏
2603.05898 2026-03-09 cs.CV

InnoAds-Composer: Efficient Condition Composition for E-Commerce Poster Generation

InnoAds-Composer: 电商海报生成中的高效条件组合

Yuxin Qin, Ke Cao, Haowei Liu, Ao Ma, Fengheng Li, Honghe Zhu, Zheng Zhang, Run Ling, Wei Feng, Xuanhua He, Zhanjie Zhang, Zhen Guo, Haoyi Bian, Jingjing Lv, Junjie Shen, Ching Law

机构 * JD.com, Inc.(京东公司) Chongqing University of Posts and Telecommunications(重庆邮电大学) The Hong Kong University of Science and Technology(香港科学与技术大学) Zhejiang University(浙江大学)

AI总结 InnoAds-Composer通过单阶段框架实现对电商海报生成中主体、文本和风格的高效三条件控制,提升了生成质量并减少了计算开销。

Comments Accepted by CVPR2026

详情
AI中文摘要

电商产品海报生成旨在通过展示主体、文本和设计风格自动合成一张能有效传达产品信息的单一图像。最近的扩散模型在细粒度和高效可控性方面取得了进步,推动了产品海报合成的发展,但这些模型通常依赖多阶段流程,同时控制主体、文本和风格仍处于探索阶段。这种简单的多阶段流程也显示出三个问题:主体保真度差、文本不准确和风格不一致。为了解决这些问题,我们提出了InnoAds-Composer,这是一个单阶段框架,能够实现对主体、字形和风格的高效三条件控制令牌。为了减轻由简单三条件令牌连接引入的二次开销,我们对层和时间步进行了重要性分析,并将每个条件只路由到最响应的位置,从而缩短了活跃令牌序列。此外,为了提高中文文本渲染的准确性,我们设计了一个文本特征增强模块(TFEM),该模块整合了字形图像和字形裁剪的特征。为了支持训练和评估,我们还构建了一个高质量的电商产品海报数据集和基准,这是第一个同时包含主体、文本和风格条件的数据集。广泛的实验表明,InnoAds-Composer在不明显增加推理延迟的情况下,显著优于现有的产品海报方法。

英文摘要

E-commerce product poster generation aims to automatically synthesize a single image that effectively conveys product information by presenting a subject, text, and a designed style. Recent diffusion models with fine-grained and efficient controllability have advanced product poster synthesis, yet they typically rely on multi-stage pipelines, and simultaneous control over subject, text, and style remains underexplored. Such naive multi-stage pipelines also show three issues: poor subject fidelity, inaccurate text, and inconsistent style. To address these issues, we propose InnoAds-Composer, a single-stage framework that enables efficient tri-conditional control tokens over subject, glyph, and style. To alleviate the quadratic overhead introduced by naive tri-conditional token concatenation, we perform importance analysis over layers and timesteps and route each condition only to the most responsive positions, thereby shortening the active token sequence. Besides, to improve the accuracy of Chinese text rendering, we design a Text Feature Enhancement Module (TFEM) that integrates features from both glyph images and glyph crops. To support training and evaluation, we also construct a high-quality e-commerce product poster dataset and benchmark, which is the first dataset that jointly contains subject, text, and style conditions. Extensive experiments demonstrate that InnoAds-Composer significantly outperforms existing product poster methods without obviously increasing inference latency.

URL PDF HTML 收藏
2510.26819 2026-03-03 eess.AS cs.AI cs.CV cs.SD

See the Speaker: Crafting High-Resolution Talking Faces from Speech with Prior Guidance and Region Refinement

看清说话者:通过语音优先引导和区域细化生成高分辨率的说话面孔

Jinting Wang, Jun Wang, Hei Victor Cheng, Li Liu

机构 * Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州)) Speech and Acoustic Laboratory, Joy Future Academy, Jingdong Corporation(语音与声学实验室、Joy Future Academy、京东公司) Aarhus University(阿arhus大学)

AI总结 本研究提出一种通过语音直接生成高分辨率说话面孔的方法,结合扩散模型与统计先验,实现高质量视频生成。

Comments 16 pages,15 figures, accepted by TASLP

Journal ref EEE Transactions on Audio, Speech and Language Processing, vol. 33, pp. 4267-4281, 2025

详情
AI中文摘要

与现有方法依赖源图像作为外观参考并使用源语音生成运动不同,本工作提出了一种新的方法,直接从语音中提取信息,解决语音到说话面孔中的关键挑战。具体来说,我们首先采用语音到面孔肖像生成阶段,利用语音条件扩散模型结合统计面部先验和样本自适应加权模块,实现高质量肖像生成。在随后的语音驱动说话面孔生成阶段,我们将如嘴唇运动、面部表情和眼动等表现动态嵌入扩散模型的潜在空间,并进一步优化嘴唇同步使用区域增强模块。为了生成高分辨率输出,我们整合了预训练的基于Transformer的离散代码本与图像渲染网络,以端到端的方式增强视频帧细节。实验结果表明,我们的方法在HDTF、VoxCeleb和AVSpeech数据集上优于现有方法。值得注意的是,这是首个能够仅从单个语音输入生成高分辨率、高质量说话面孔视频的方法。

英文摘要

Unlike existing methods that rely on source images as appearance references and use source speech to generate motion, this work proposes a novel approach that directly extracts information from the speech, addressing key challenges in speech-to-talking face. Specifically, we first employ a speech-to-face portrait generation stage, utilizing a speech-conditioned diffusion model combined with statistical facial prior and a sample-adaptive weighting module to achieve high-quality portrait generation. In the subsequent speech-driven talking face generation stage, we embed expressive dynamics such as lip movement, facial expressions, and eye movements into the latent space of the diffusion model and further optimize lip synchronization using a region-enhancement module. To generate high-resolution outputs, we integrate a pre-trained Transformer-based discrete codebook with an image rendering network, enhancing video frame details in an end-to-end manner. Experimental results demonstrate that our method outperforms existing approaches on the HDTF, VoxCeleb, and AVSpeech datasets. Notably, this is the first method capable of generating high-resolution, high-quality talking face videos exclusively from a single speech input.

URL PDF HTML 收藏