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

大厂专区

iFLYTEK(科大讯飞)

至 收录 86
2607.11560 2026-07-14 cs.CV cs.AI 新提交

Technical Report on the CVPR 2026@AdvML Workshop Challenge

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

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

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

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

详情
AI中文摘要

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

英文摘要

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

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

Hierarchical Evidence-Driven Reasoning for Long Document Understanding

用于长文档理解的分层证据驱动推理

Junyu Xiong, Yonghui Wang, Rongjian Gu, Chenyu Liu, Bing Yin, Wengang Zhou, Houqiang Li

机构 * University of Science and Technology of China(中国科学技术大学) iFLYTEK Research(科大讯飞研究院)

AI总结 针对现有多模态RAG管道面临的问题,提出分层证据驱动的多模态RAG框架HIEVI-RAG,通过四阶段管道,包括分层问题分解、粗视觉页面检索、细粒度页面验证和内存引导迭代生成,提升长文档理解,效果显著优于现有基线。

详情
AI中文摘要

检索增强生成(RAG)通过检索机制简化长文档理解,但现有多模态RAG管道面临挑战。我们引入HIEVI-RAG,一种用于封闭域文档理解的分层、证据驱动的多模态RAG框架,将复杂查询分解为四阶段管道,经评估其效果显著优于现有开源基线。

英文摘要

Retrieval-Augmented Generation (RAG) streamlines long-document understanding by leveraging retrieval mechanisms to restrict input images to a highly curated subset. However, existing multimodal RAG pipelines primarily face two critical challenges: first, standard semantic similarity retrievers frequently fetch topically overlapping yet answer-void distractor pages that mislead downstream generation; second, rigid single-pass pipelines heavily depend on initial retrieval success, where any omission of core evidence inevitably causes cascading errors. To address these challenges, we introduce HIEVI-RAG, a hierarchical, evidence-driven multimodal RAG framework for closed-domain document understanding. HIEVI-RAG systematically factorizes complex queries into a cooperative four-stage pipeline: (1) hierarchical question decomposition to break multi-hop root queries into atomic child questions; (2) coarse visual page retrieval leveraging a multimodal retriever to fetch candidate pages based on semantic similarity; (3) fine-grained page verification via EVIAGENT, a specialized multi-page verifier trained with GRPO to execute cross-page reasoning over multi-image blocks; and (4) memory-guided iterative generation that leverages accumulated sub-question context to execute multi-round, dynamic reasoning over the prioritized sequence. Extensive evaluations across four benchmarks demonstrate the robust efficacy and synergy of our framework, which significantly outperforms existing open-source baselines and exceeds the strongest reported baseline by an average of 8.05% in accuracy.

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

iFLYTEK-Embodied-Omni Technical Report

科大讯飞-具身全能技术报告

Yuan Zhang, Jingfei Ni, Guanchen Lu, Shiqi Zhang, Qingshan Xu, Chi Liu, Xin Nie, Wenjie Xu, Lin Gao, Zhiyuan Cheng, Mingxin Zhou, Jiajia Wu, Diyuan Liu, Jia Pan, Chao Ji

机构 * iFLYTEK LindenBot University of Science and Technology of China(中国科学技术大学)

AI总结 研究通用具身智能体,提出统一多模态基础模型iFLYTEK-Embodied-Omni,通过共享多模态自注意力联合建模视觉、语言和动作,结合多种数据构建数据集并采用四阶段策略训练,实现脑-小脑协作。

详情
AI中文摘要

通用具身智能体需理解多模态指令、预测环境演变并产生精确控制动作。现有方法有局限,本文提出iFLYTEK-Embodied-Omni统一多模态基础模型,通过共享多模态自注意力联合建模视觉、语言和动作,构建数据集并采用四阶段策略训练,实现脑-小脑协作。

英文摘要

General-purpose embodied agents must understand multimodal instructions, anticipate how their environment will evolve, and produce precise control actions over extended horizons. Existing approaches typically specialize in visual-language reasoning, video-based world modeling, or action generation, while cascaded pipelines that first synthesize future observations and then infer actions can introduce interface bottlenecks and compound prediction errors. We present iFLYTEK-Embodied-Omni, a unified multimodal foundation model that jointly models vision(videos and images), language, and action within a single Omni framework. Its modality-specific visual-language, video-generation, and action-generation components communicate through shared multimodal self-attention. This design establishes brain-cerebellum collaboration: the vision-language modeland video generation model form a high-level brain for instruction understanding, task planning, progress tracking, and future visual-state prediction, whereas the action generation modelserves as a low-level cerebellum that directly converts planned subgoals and shared multimodal context into executable action chunks. To develop these capabilities, we combine action-annotated and action-free embodied videos from human demonstrations and robot interactions with embodied reasoning, embodied perception, and general-purpose image-text data to construct a comprehensive dataset. We further adopt a four-stage strategy that progressively trains the VLM, VGM, and AGM before jointly fine-tuning the complete model.

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

MCLMR: A Model-Agnostic Causal Learning Framework for Multi-Behavior Recommendation

MCLMR:一种多行为推荐的模型无关因果学习框架

Ranxu Zhang, Junjie Meng, Ying Sun, Ziqi Xu, Bing Yin, Hao Li, Yanyong Zhang, Chao Wang

机构 * School of Artificial Intelligence and Data Science, University of Science and Technology of China(中国科学技术大学人工智能与数据科学学院) Artificial Intelligence Thrust, The Hong Kong University of Science and Technology (Guangzhou)(香港科技大学(广州)人工智能学域) RMIT University(皇家墨尔本理工大学) State Key Laboratory of Cognitive Intelligence(认知智能国家重点实验室) iFLYTEK Research, iFLYTEK(科大讯飞研究院)

AI总结 MCLMR提出一种模型无关的因果学习框架,解决多行为推荐中因果效应建模、辅助行为聚合和语义对齐的问题,通过因果图和混合专家模块提升推荐性能。

Comments Accepted by WWW 2026(oral)

详情
AI中文摘要

多行为推荐(MBR)利用多种用户交互类型(如浏览、点击、购买)来丰富偏好建模并缓解传统单一行为方法的数据稀疏问题。然而,现有MBR方法面临根本性挑战:缺乏系统性框架建模用户行为习惯和物品多行为分布的复杂混淆效应,难以有效聚合异构辅助行为,且无法在考虑偏差扭曲的情况下对齐行为表示。为解决这些限制,我们提出了MCLMR,一种新的模型无关因果学习框架,可无缝集成到各种MBR架构中。MCLMR首先构建因果图以建模混淆效应并进行无偏偏好估计。在此因果框架下,它采用基于混合专家的自适应聚合模块动态融合辅助行为信息,并采用偏见意识对比学习模块以偏见意识的方式对齐跨行为表示。在三个真实世界数据集上的广泛实验表明,MCLMR在各种基线模型上实现了显著的性能提升,验证了其有效性和通用性。所有数据和代码将公开发布。为了匿名评审,我们的代码可在以下链接获得:https://github.com/gitrxh/MCLMR。

英文摘要

Multi-Behavior Recommendation (MBR) leverages multiple user interaction types (e.g., views, clicks, purchases) to enrich preference modeling and alleviate data sparsity issues in traditional single-behavior approaches. However, existing MBR methods face fundamental challenges: they lack principled frameworks to model complex confounding effects from user behavioral habits and item multi-behavior distributions, struggle with effective aggregation of heterogeneous auxiliary behaviors, and fail to align behavioral representations across semantic gaps while accounting for bias distortions. To address these limitations, we propose MCLMR, a novel model-agnostic causal learning framework that can be seamlessly integrated into various MBR architectures. MCLMR first constructs a causal graph to model confounding effects and performs interventions for unbiased preference estimation. Under this causal framework, it employs an Adaptive Aggregation module based on Mixture-of-Experts to dynamically fuse auxiliary behavior information and a Bias-aware Contrastive Learning module to align cross-behavior representations in a bias-aware manner. Extensive experiments on three real-world datasets demonstrate that MCLMR achieves significant performance improvements across various baseline models, validating its effectiveness and generality. All data and code will be made publicly available. For anonymous review, our code is available at the following the link: https://github.com/gitrxh/MCLMR.

URL PDF HTML 收藏
2502.11491 2026-06-30 cs.CL cs.AI

Ontology-Guided Reverse Thinking Makes Large Language Models Stronger on Knowledge Graph Question Answering

本体引导的反向思维使大语言模型在知识图谱问答中更强

Runxuan Liu, Bei Luo, Jiaqi Li, Baoxin Wang, Ming Liu, Dayong Wu, Shijin Wang, Bing Qin

机构 * Harbin Institute of Technology(哈尔滨工业大学) Beijing University of Posts and Telecommunications(北京邮电大学) Joint Laboratory of HIT and iFLYTEK(哈工大与科大讯飞联合实验室) University of Science and Technology of China(中国科学技术大学) Pengcheng Laboratory(鹏城实验室)

AI总结 本文提出Ontology-Guided Reverse Thinking框架,通过反向推理构建路径,提升大语言模型在知识图谱问答中的表现,实验表明其在WebQSP和CWQ数据集上达到最佳性能。

Comments We now public our source codes

详情
AI中文摘要

大语言模型(LLMs)在自然语言处理中展现出显著能力,但在知识图谱问答(KGQA)任务中,多跳推理问题仍存在挑战。现有方法依赖实体向量匹配,但问题目的抽象且难以与具体实体匹配。为此,受人类反向思维启发,本文提出Ontology-Guided Reverse Thinking(ORT)框架,通过从目的反向构建推理路径,利用KG本体构建标签推理路径,并引导知识检索。实验表明,ORT在WebQSP和CWQ数据集上取得最佳性能,显著提升LLMs在KGQA中的能力。

英文摘要

Large language models (LLMs) have shown remarkable capabilities in natural language processing. However, in knowledge graph question answering tasks (KGQA), there remains the issue of answering questions that require multi-hop reasoning. Existing methods rely on entity vector matching, but the purpose of the question is abstract and difficult to match with specific entities. As a result, it is difficult to establish reasoning paths to the purpose, which leads to information loss and redundancy. To address this issue, inspired by human reverse thinking, we propose Ontology-Guided Reverse Thinking (ORT), a novel framework that constructs reasoning paths from purposes back to conditions. ORT operates in three key phases: (1) using LLM to extract purpose labels and condition labels, (2) constructing label reasoning paths based on the KG ontology, and (3) using the label reasoning paths to guide knowledge retrieval. Experiments on the WebQSP and CWQ datasets show that ORT achieves state-of-the-art performance and significantly enhances the capability of LLMs for KGQA.

URL PDF HTML 收藏
2606.20650 2026-06-23 cs.CL cs.AI cs.SD eess.AS 新提交

EmoInstruct-TTS: Dual-Path Instruction-Guided Emotional Speech Synthesis

EmoInstruct-TTS:双路径指令引导的情感语音合成

Minghui Wu, Ganjun Liu, Zikun Fang, Ting Meng, Hongchuan Wu, Bingao Xu, Yonglong Cai, Jiasheng Chen, Jun Du

机构 * University of Science and Technology of China(中国科学技术大学) iFLYTEK Research(科大讯飞研究院) Huawei Technologies Co., Ltd.(华为技术有限公司)

AI总结 提出EmoInstruct-TTS双路径框架,通过情感嵌入和指令条件情感流模型实现细粒度情感控制,提升语音情感可控性和自然度。

Comments 5 pages, 3 figures, 4 tables. Submitted to Interspeech 2026. Audio demos: https://huanyu-lab.github.io/EMOINSTRUCT-TTS

详情
AI中文摘要

基于指令的可控语音合成使用户能够通过自然语言指定情感。然而,现有方法通常依赖粗略的情感标签,缺乏对细粒度强度的显式建模。我们提出EmoInstruct-TTS,一种双路径指令引导的情感语音合成框架。我们引入Emotion2embed,一种监督式语义-声学情感嵌入,覆盖48种情感状态,包括细粒度类别和强度级别。为了从自由形式指令中推断嵌入,我们设计了指令条件情感流模型(ICE-Flow),生成基于声学的情感表示。推断的嵌入被集成到基于LLM的合成流水线中,在保留语义规划的同时提供显式情感控制。实验表明,与强基线相比,该方法在情感可控性和语音自然度方面均有提升。

英文摘要

Instruction-based controllable speech synthesis enables users to specify emotions through natural language. However, existing approaches often rely on coarse emotion labels and lack explicit modeling of fine-grained intensity. We propose EmoInstruct-TTS, a dual-path instruction-guided framework for emotional speech synthesis. We introduce Emotion2embed, a supervised semantic-acoustic emotion embedding covering 48 emotional states, including fine-grained categories and intensity levels. To infer embeddings from free-form instructions, we design an Instruction-Conditioned Emotion Flow Model (ICE-Flow) that generates acoustically grounded emotion representations. The inferred embeddings are integrated into an LLM-based synthesis pipeline to provide explicit emotional control while preserving semantic planning. Experiments show improved emotional controllability and speech naturalness over strong baselines.

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

EquivPruner: Boosting Efficiency and Quality in LLM-Based Search via Action Pruning

EquivPruner:通过动作剪枝提升基于LLM的搜索效率与质量

Jiawei Liu, Qisi Chen, Jianshu Zhang, Quan Liu, Defu Lian

机构 * School of Computer Science and Technology, University of Science and Technology of China(中国科学技术大学计算机科学与技术学院) Department of Data Science, City University of Hong Kong(香港城市大学数据科学系) iFLYTEK Research(iFLYTEK研究院)

AI总结 针对LLM搜索中语义等价步骤导致的大量冗余消耗,提出EquivPruner方法,通过剪枝等价动作提升效率,并创建数学等价数据集MathEquiv训练轻量检测器,在多种任务中显著减少token消耗并提高准确性。

Comments Accepted by ACL 2026

详情
AI中文摘要

大型语言模型(LLM)通过搜索算法在复杂推理中表现出色,但当前策略常因对语义等价步骤的冗余探索而消耗大量token。现有的语义相似性方法难以在数学推理等特定领域准确识别此类等价性。为此,我们提出EquivPruner,一种简单而有效的方法,在LLM推理搜索过程中识别并剪枝语义等价的动作。我们还引入了MathEquiv,这是首个为数学语句等价性创建的数据集,能够训练轻量级的等价性检测器。跨多种模型和任务的大量实验表明,EquivPruner显著减少了token消耗,提高了搜索效率,并常常提升推理准确性。例如,在GSM8K上应用于Qwen2.5-Math-7B-Instruct时,EquivPruner将token消耗减少了48.1%,同时提高了准确性。我们的代码可在该https URL获取。

英文摘要

Large Language Models (LLMs) excel at complex reasoning through search algorithms, yet current strategies often suffer from massive token consumption due to redundant exploration of semantically equivalent steps. Existing semantic similarity methods struggle to accurately identify such equivalence in domain-specific contexts like mathematical reasoning. To address this, we propose EquivPruner, a simple yet effective approach that identifies and prunes semantically equivalent actions during LLM reasoning search. We also introduce MathEquiv, the first dataset we created for mathematical statement equivalence, which enables the training of a lightweight equivalence detector. Extensive experiments across various models and tasks demonstrate that EquivPruner significantly reduces token consumption, improving searching efficiency and often bolstering reasoning accuracy. For instance, when applied to Qwen2.5-Math-7B-Instruct on GSM8K, EquivPruner reduced token consumption by 48.1\% while also improving accuracy. Our code is available at https://github.com/Lolo1222/EquivPruner.

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

From Values to Tokens: An LLM-Driven Framework for Context-aware Time Series Forecasting via Symbolic Discretization

从数值到标记:一种基于符号离散化的LLM驱动上下文感知时间序列预测框架

Xiaoyu Tao, Shilong Zhang, Mingyue Cheng, Daoyu Wang, Tingyue Pan, Bokai Pan, Changqing Zhang, Shijin Wang

机构 * State Key Laboratory of Cognitive Intelligence(认知智能国家重点实验室) University of Science and Technology of China(中国科学技术大学) College of Intelligence and Computing(智能科学与计算学院) iFLYTEK Research(iFLYTEK研究院)

AI总结 提出TokenCast框架,利用大语言模型通过符号离散化将连续时间序列转化为标记,与上下文文本对齐,实现上下文感知的预测,实验证明有效。

详情
AI中文摘要

时间序列预测在能源、医疗和金融等关键应用领域支持决策中起着重要作用。尽管近期取得了进展,但由于将历史数值序列与通常包含非结构化文本数据的上下文特征整合的挑战,预测精度仍然有限。为了解决这一挑战,我们提出了TokenCast,一个由大语言模型(LLM)驱动的框架,利用基于语言的符号表示作为上下文感知时间序列预测的统一中介。具体来说,TokenCast采用离散分词器将连续数值序列转化为时间标记,实现与基于语言输入的结构对齐。为了有效弥合模态之间的语义差距,时间和上下文标记通过预训练的LLM嵌入到共享表示空间中,并通过生成目标进一步优化。基于这一统一语义空间,对齐的LLM随后以监督方式进行微调,以预测未来的时间标记,然后解码回原始数值空间。在真实世界数据集上的大量实验证明了我们框架的有效性,并突显了其作为上下文感知时间序列预测生成框架的潜力。代码可从此https URL获取。

英文摘要

Time series forecasting plays a vital role in supporting decision-making across a wide range of critical applications, including energy, healthcare, and finance. Despite recent advances, forecasting accuracy remains limited due to the challenge of integrating historical numerical sequences with contextual features, which often comprise unstructured textual data. To address this challenge, we propose TokenCast, a large language model (LLM) driven framework that leverages language-based symbolic representations as a unified intermediary for context-aware time series forecasting. Specifically, TokenCast employs a discrete tokenizer to transform continuous numerical sequences into temporal tokens, enabling structural alignment with language-based inputs. To effectively bridge the semantic gap between modalities, both temporal and contextual tokens are embedded into a shared representation space via a pre-trained LLM, further optimized with generative objectives. Building upon this unified semantic space, the aligned LLM is subsequently fine-tuned in a supervised manner to predict future temporal tokens, which are then decoded back into the original numerical space. Extensive experiments on real-world datasets demonstrate the effectiveness of our framework and highlight its potential as a generative framework for context-aware time series forecasting. The code is available at https://github.com/Xiaoyu-Tao/TokenCast.

URL PDF HTML 收藏
2606.16602 2026-06-16 cs.LG cs.NA math.NA physics.comp-ph 新提交

PhysGuard: Fisher-Guided Gradient Projection for Sim-to-Real Neural PDE Surrogates

PhysGuard: 面向仿真到现实神经PDE代理的Fisher引导梯度投影

Changjian Zhou, Junfeng Fang, Negin Yousefpour, Peng Wu, Bin Yan, Guillermo A Narsilio

机构 * Faculty of Engineering and IT, University of Melbourne(墨尔本大学工程与信息技术学院) School of Computing, National University of Singapore(新加坡国立大学计算机学院) Artificial Intelligence Research Institute, IFLYTEK Co., Ltd.(科大讯飞股份有限公司人工智能研究院)

AI总结 针对神经算子模型从仿真到现实迁移时的精度下降问题,提出PhysGuard框架,利用仿真数据的Fisher信息矩阵保护物理关键参数,限制微调更新方向,在严重域偏移下将低频误差降低32%。

详情
AI中文摘要

在仿真数据上训练的神经算子模型由于仿真到现实的差距,应用于实验测量时往往失去精度。使用有限真实数据的标准微调可以缩小这一差距,但可能损害预训练期间学到的核心物理相关表示。尽管知识保留自适应在视觉或语言任务中已被广泛研究,但对于架构和受保护知识根本不同的神经算子,这些方法是否适用仍不清楚。神经算子需要保留核心尺度的物理结构,而非语义或视觉特征。我们提出PhysGuard,一个用于神经算子精确仿真到现实自适应的物理保留框架。具体来说,PhysGuard利用在仿真数据上计算的实证Fisher信息矩阵来识别物理关键参数方向,然后将微调更新限制在不干扰这些方向的方向上。逐层的Gram矩阵公式使其对具有数百万参数的模型高效,而自适应阈值自动确定受保护子空间大小。频谱探测实验表明,主导Fisher方向与低频输出结构强相关。在四个神经算子架构和不同物理系统的基准实验表明,与基线相比,PhysGuard在大多数评估指标上表现强劲。在严重域偏移下优势最为明显,与标准微调相比,低频误差降低高达32%,同时保持适应性。我们的代码可在https://github.com/ZhouChaunge/PhysGuard获取。

英文摘要

Neural operator models trained on simulation data often lose accuracy when applied to experimental measurements due to the sim-to-real gap. Standard fine-tuning with limited real data can reduce this gap, but it may also damage the core physics-relevant representations learned during pretraining. Although knowledge-preserving adaptation has been widely investigated in vision or language tasks, it remains unclear whether these methods are suitable for neural operators whose architectures and protected knowledge are fundamentally different. Neural operators need to preserve core-scale physical structures rather than semantic or visual features. We propose PhysGuard, a physics-preserving framework for accurate sim-to-real adaptation of neural operators. Specifically, PhysGuard uses the empirical Fisher Information Matrix computed on simulation data to identify physics-critical parameter directions, then restricts fine-tuning updates to directions that do not interfere with them. A layer-wise Gram-matrix formulation makes this efficient for models with millions of parameters, while an adaptive threshold automatically determines the protected subspace size. A spectral probe experiment shows that the dominant Fisher directions are strongly associated with low-frequency output structures. Experiments on benchmark across four neural operator architectures and different physical systems show that PhysGuard performs strongly on most evaluation metrics compared to baselines. The benefits are most evident under severe domain shift, where it reduces low-frequency error by up to 32\% compared to standard fine-tuning while maintaining adaptability. Our code is available at https://github.com/ZhouChaunge/PhysGuard.

URL PDF HTML 收藏
2606.15267 2026-06-16 eess.AS cs.SD 新提交

Dynamic Prosody Prediction in LLM-based TTS for Improving Speaker Similarity

基于LLM的TTS中的动态韵律预测以提高说话人相似度

Zhenwei Mou, Liping Chen, Yajun Hu, Zhen-Hua Ling, Xin Fang, Jianqing Gao

机构 * University of Science and Technology of China(中国科学技术大学) iFLYTEK

AI总结 针对LLM-based TTS忽略风格特定韵律模式导致说话人相似度不足的问题,提出基于先前预测语音的动态音节韵律预测方法,显著提升韵律学习能力和说话人相似度。

Comments Accepted to INTERSPEECH 2026. 5 pages, 2 figures. Audio samples: https://muzw.github.io/dynapros/

详情
AI中文摘要

个性化文本到语音(TTS)旨在合成语音中克隆目标说话人,模仿其声音和说话风格。当前基于大型语言模型(LLM)的TTS方法忽略了生成语音中风格特定的韵律模式,导致风格学习不足,从而限制了合成语音中的说话人相似度。为此,我们研究了基于合成语音的韵律学习,并提出基于先前预测语音来预测当前音节的韵律。在三个数据集上获得的实验结果表明,所提出的动态韵律预测方法在增强韵律学习能力方面有效,从而提高了生成语音的说话人相似度。音频样本可在 https://muzw.github.io/dynapros/ 获取。

英文摘要

Personalized text-to-speech (TTS) aims to clone the target speaker in the synthesized speech, imitating both the voice and speaking style. Current large language model (LLM)-based TTS methods ignore the style-specific prosodic patterns in generated speech, resulting in deficient style learning and thus limiting speaker similarity in synthesized speech. To this end, we investigate the prosody learning conditioned on the synthesized speech, and propose to predict the prosody of the current syllable based on previously predicted speech. Experimental results obtained on three datasets demonstrated the efficacy of the proposed dynamic prosody prediction method in enhancing the prosody learning capability, thereby improving the speaker similarity of the generated speech. Audio samples are available at https://muzw.github.io/dynapros/.

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

Edu-Theater: A Data-Efficient Agent Framework for Scalable Learner Behavior Simulation through Staging Roll-Call

Edu-Theater: 一种通过点名排演实现可扩展学习者行为模拟的数据高效智能体框架

Weibo Gao, Qi Liu, Linan Yue, Zheng Zhang, Yichao Du, Fangzhou Yao, Ao Yu, Zhenya Huang, Shijin Wang

机构 * University of Science and Technology of China(中国科学技术大学) State Key Laboratory of Cognitive Intelligence(认知智能国家重点实验室) Southeast University(东南大学) Alibaba Group(阿里巴巴集团) iFLYTEK Co., Ltd.(科大讯飞股份有限公司)

AI总结 提出Edu-Theater框架,通过构建群体水平能力先验和少量诊断查询,利用LLM智能体模拟学习者行为,在减少数据需求的同时提高模拟精度,并增强下游自适应测试等应用。

Comments LLM Agent, Educational Data Mining, Data Synthesis, Human Simulation

详情
AI中文摘要

大规模学习者-任务交互数据对智能教育系统至关重要,但收集成本高且受隐私和学习者参与度限制。学习模拟器在无需真实学习者持续参与的情况下,对模拟可扩展的学习者行为起着关键作用。然而,现有方法主要是**以个体为中心**,为每个学习者配对模拟器,从密集的交互历史中迭代推断潜在知识状态,这既数据密集又计算密集,且在冷启动场景中脆弱。我们提出一种**群体感知的点名模拟范式**,首先构建群体水平的能力先验,然后通过少量有针对性的诊断查询细化个体学习者状态。基于该范式,我们引入**Edu-Theater**,一个由LLM驱动的智能体系统,通过教师智能体和基于学习者日志的回顾性点名探测执行群体感知的学习者模拟。Edu-Theater无需每个学习者的密集历史即可实现可扩展的未来行为模拟。在两个真实世界数据集上的实验表明,Edu-Theater以显著更少的LLM调用实现了更高的模拟精度,生成的合成数据增强了自适应测试等下游应用。

英文摘要

Large-scale learner-task interaction data are crucial for intelligent educational systems but are costly to collect and constrained by privacy and learner engagement. Learner simulators play a critical role in simulating scalable learner behavior without the need for continuous involvement of real learners. However, existing methods are predominantly \textbf{individual-centric}, pairing a simulator with each learner to iteratively infer latent knowledge states from dense interaction histories, which is both data- and computation-intensive, and fragile in cold-start scenarios. We propose a \textbf{cohort-aware roll-call simulation paradigm} that first constructs cohort-level proficiency priors and refines individual learner states through a small number of targeted diagnostic queries. Based on this paradigm, we introduce \textbf{Edu-Theater}, an LLM-powered agent system that performs cohort-aware learner simulation via a teacher agent and retrospective roll-call probing over learner logs. Edu-Theater enables scalable future behavior simulation without the need for dense per-learner histories. Experiments on two real-world datasets demonstrate that Edu-Theater achieves higher simulation accuracy with significantly fewer LLM calls, producing synthetic data that enhances downstream applications such as adaptive testing.

URL PDF HTML 收藏
2606.08530 2026-06-11 cs.RO cs.AI 版本更新

GEAR-VLA: Learning Geometry-Aware Action Representations for Generalizable Robotic Manipulation

GEAR-VLA:学习几何感知的动作表示以实现可泛化的机器人操作

Yuan Zhang, Shiqi Zhang, Yedong Shen, Shuai Dong, Jiajun Deng, Xin Zhang, Yuxuan Gao, Jiajia Wu, Xin Nie, Zhiyuan Cheng, Jianmin Ji, Yanyong Zhang, Xingyi Zhang, Jia Pan

机构 * Anhui University(安徽大学) University of Science and Technology of China(中国科学技术大学) iFLYTEK(科大讯飞)

AI总结 提出GEAR-VLA框架,通过粗到细的动作学习、语义对齐的3D集成和具身规范化,学习统一的几何感知动作表示,实现跨物体、背景和机器人的泛化操作。

详情
AI中文摘要

视觉-语言-动作(VLA)模型在基准测试中表现强劲,但在实际部署中仍难以应对未见过的物体、背景变化和不同的机器人本体。我们认为这源于缺乏统一的几何感知操作表示,使得现有VLA容易受到低级轨迹监督、不对齐的3D特征和本体差异的影响。为此,我们提出GEAR-VLA,一个用于学习统一几何感知动作表示以实现可泛化机器人操作的VLA框架。GEAR-VLA采用粗到细的动作学习,其中多源具身预训练赋予VLM具身推理和离散动作理解能力,随后潜在动作标记将动作语义连接到梯度解耦的DiT连续动作专家。它通过将可训练的3D空间骨干与VLA表示对齐,同时冻结原始VLM对齐的视觉通路,进一步执行语义对齐的3D集成。为了跨机器人共享该表示,GEAR-VLA使用具身规范化,其中具身感知状态和具身不变动作将机器人差异限制在低级接口。大量的仿真和真实实验证明了强大的泛化能力:GEAR-VLA在LIBERO、零样本LIBERO-Plus和RoboTwin 2.0上达到了最先进的性能,在AgileX上达到85.9%的成功率,在预训练未见过的LDT-01本体上达到81.0%,并在包含212个未见物体的6,360次试验通用抓取基准上获得90.1%的成功率。代码和模型将在https://github.com/babynabeauty/GEAR-VLA发布。

英文摘要

Vision-Language-Action (VLA) models achieve strong benchmark performance but still struggle in real-world deployment with unseen objects, background shifts, and different robot embodiments. We argue that this stems from the lack of a unified geometry-aware manipulation representation, leaving existing VLAs vulnerable to low-level trajectory supervision, misaligned 3D features, and embodiment differences. To address this, we propose GEAR-VLA, a VLA framework for learning unified geometry-aware action representations for generalizable robotic manipulation. GEAR-VLA adopts coarse-to-fine action learning, where multi-source embodied pretraining equips the VLM with embodied reasoning and discrete action understanding before latent action tokens connect action semantics to a gradient-decoupled DiT continuous action expert. It further performs semantic-aligned 3D integration by aligning a trainable 3D spatial backbone with the VLA representation while freezing the original VLM-aligned visual pathway. To share this representation across robots, GEAR-VLA uses embodiment canonicalization, where embodiment-aware states and embodiment-invariant actions confine robot differences to the low-level interface. Extensive simulation and real-world experiments demonstrate strong generalization: GEAR-VLA achieves state-of-the-art performance on LIBERO, zero-shot LIBERO-Plus, and RoboTwin 2.0, reaches 85.9% success on AgileX and 81.0% on the pretraining-unseen LDT-01 embodiment, and obtains 90.1% success on a 6,360-trial universal grasping benchmark with 212 unseen objects. Code and models will be released at https://github.com/babynabeauty/GEAR-VLA.

URL PDF HTML 收藏
2606.09887 2026-06-10 cs.LG cs.AI cs.CL 新提交

SocraticPO: Policy Optimization via Interactive Guidance

SocraticPO: 通过交互式指导进行策略优化

Zirui Liu, Jie Ouyang, Qi Liu, Xianquan Wang, Jiayu Liu, Tingyue Pan, Qingchuan Li, Jing Sha, Zhenya Huang, Shijin Wang, Enhong Chen

机构 * State Key Laboratory of Cognitive Intelligence, University of Science and Technology of China(认知智能国家重点实验室,中国科学技术大学) iFLYTEK AI Research (Central China), iFLYTEK Co., Ltd(iFLYTEK中央中国AI研究院,iFLYTEK公司)

AI总结 提出SocraticPO框架,在强化学习中使用自然语言指导辅助推理,并通过奖励衰减防止模型依赖教师帮助,提升科学推理任务性能。

详情
AI中文摘要

用于大语言模型的强化学习通常使用标量结果奖励(如二元正确性)来监督推理。这种奖励提供了优化方向,但很少解释模型应如何修正其错误推理,这可能鼓励捷径学习和脆弱的策略。我们提出\textbf{SocraticPO}(苏格拉底式策略优化),一种策略优化框架,用苏格拉底式的自然语言指导增强强化学习展开。在展开过程中,学生首先独立回答;如果答案错误,教师诊断尝试并提供简洁的纠正性指导,之后学生在扩展的上下文下继续。关键的是,这种指导与奖励衰减配对:在教师干预后获得的正确答案只得到衰减的奖励,防止策略将教师帮助视为获取奖励的免费途径。由于SocraticPO只修改展开过程,而保持标准期望奖励目标不变,它可以插入到现有的策略梯度后端(如Reinforce++)中。此外,由于教师只提供文本级指导,SocraticPO可以利用更强的黑盒教师模型,而无需访问logits或分布匹配。在来自SciKnowEval的本科水平科学推理基准上,SocraticPO优于强强化学习和自蒸馏基线。消融实验表明,目标指导和奖励衰减都是必要的,奖励衰减减轻了对辅助纠正的依赖。

英文摘要

Reinforcement learning (RL) for large language models usually supervises reasoning with scalar outcome rewards, such as binary correctness. Such rewards provide an optimization direction but rarely explain how a model should revise its mistaken reasoning, which can encourage shortcut learning and brittle policies. We propose \textbf{SocraticPO} (Socratic Policy Optimization), a policy-optimization framework that augments RL rollouts with Socratic-style natural-language guidance. During rollout, the student first answers independently; if the answer is incorrect, a teacher diagnoses the attempt and provides concise corrective guidance, after which the student continues under the expanded context. Crucially, this guidance is paired with reward decay: correct answers obtained after teacher intervention only receive decayed rewards, preventing the policy from treating teacher help as a free path to reward. Since SocraticPO only modifies the rollout process while leaving the standard expected-reward objective intact, it can be plugged into existing policy-gradient backends such as Reinforce++. Moreover, because the teacher provides only text-level guidance, SocraticPO can leverage stronger black-box teacher models without requiring access to logits or distribution matching. On undergraduate-level scientific reasoning benchmarks from SciKnowEval, SocraticPO improves over strong RL and self-distillation baselines. Ablations show that both targeted guidance and reward decay are necessary, with reward decay mitigating reliance on assisted correction.

URL PDF HTML 收藏
2606.05909 2026-06-05 cs.SD eess.AS

Beyond WER: A Paired Acoustic Stress Test for Ambient Clinical Scribes

超越WER:面向环境临床记录员的配对声学压力测试

Xiao-Hang Jiang, Han-Jie Guo, Ying-Si Liang, Yang Ai, Zhen-Hua Ling, Lei Jiang, Zhi-Yang He

机构 * University of Science and Technology of China(中国科学技术大学) iFLYTEK Co., Ltd.(iFLYTEK公司)

AI总结 提出配对声学压力测试方法,通过注入噪声并冻结下游模型,揭示噪声对临床推理的安全影响,发现轻微声学扰动可逆转临床意义而不显著增加词错误率,并展示轻量级缓解策略。

Comments Accepted to INTERSPEECH 2026

详情
AI中文摘要

环境临床记录员越来越多地将自动语音识别与大型语言模型结合以自动化文档记录。然而,词错误率等传统指标掩盖了系统性的安全性退化。我们提出了一种配对声学压力测试,以隔离噪声对临床推理的因果影响。对于相同的对话,我们在保持下游模型配置不变的情况下注入多种噪声类型。关键的是,我们发现信号保真度与临床安全性之间存在危险的脱节。平稳环境噪声使词错误率仅增加了微不足道的0.71个百分点,但几乎使不安全输出的比例翻倍。我们的分析表明,轻微的声学扰动可以在不显著增加错误率的情况下逆转临床含义。此外,我们展示了一种轻量级缓解策略,该策略在噪声条件下减轻安全性退化,而无需进行模型微调。

英文摘要

Ambient clinical scribes increasingly combine Automatic Speech Recognition with Large Language Models to automate documentation. However, traditional metrics like Word Error Rate mask systemic safety degradation. We present a paired acoustic stress test to isolate the causal impact of noise on clinical reasoning. For the same dialogues, we inject diverse noise types while keeping the downstream model configuration frozen. Crucially, we uncover a dangerous disconnect between signal fidelity and clinical safety. Stationary ambient noise increased the Word Error Rate by a negligible 0.71 percentage points yet nearly doubled the rate of unsafe outputs. Our analysis reveals that minor acoustic perturbations can invert clinical meaning without substantially inflating error rates. Furthermore, we demonstrate a lightweight mitigation strategy that mitigates safety degradation under noisy conditions without requiring model fine tuning.

URL PDF HTML 收藏
2310.10322 2026-06-03 cs.CL

Evaluating the Reversal Curse in Model Editing

评估模型编辑中的逆转诅咒

Hao-Xiang Xu, Jun-Yu Ma, Zhen-Hua Ling, Quan Liu, Cong Liu, Jia-Chen Gu

机构 * National Engineering Research Center of Speech and Language Information Processing(语音与语言信息处理国家级工程研究中心) University of Science and Technology of China(中国科学技术大学) iFLYTEK Research(iFLYTEK研究院) University of California, Los Angeles(美国加州大学洛杉矶分校)

AI总结 本文研究双向语言模型编辑,提出反向泛化指标并构建BAKE基准,发现多数编辑方法在反向评估中存在系统性缺陷,并分析逆转诅咒的成因及缓解策略。

Comments Accepted by TMLR

详情
AI中文摘要

大型语言模型(LLMs)由于错误或过时的知识容易产生不期望的文本幻觉。由于重新训练LLMs资源密集,模型编辑日益受到关注。尽管出现了基准和方法,现有的单向编辑和评估范式未能探索逆转诅咒。在本文中,我们研究双向语言模型编辑,旨在提供严格的评估,以判断编辑后的LLMs能否双向回忆编辑知识。引入了反向泛化指标,并构建了名为BAKE(双向知识编辑评估)的基准,用于评估编辑后的模型能否在编辑的反向方向上回忆编辑知识。我们使用多种编辑方法和LLMs进行了大量实验。结果表明,尽管大多数编辑方法能够沿着修改方向准确回忆编辑事实,但在反向方向评估时,它们表现出显著的系统性缺陷。为了进一步研究逆转诅咒的根本原因并探索潜在的缓解策略,我们从三个角度进行了详细分析。我们的发现表明,尽管上下文学习(ICL)可以在一定程度上缓解逆转诅咒,但它缺乏连续性,受输入长度限制,并可能引入幻觉。因此,结合ICL和其他编辑方法的优势是开发新编辑范式的一个有前景的方向。

英文摘要

Large language models (LLMs) are prone to hallucinate unintended text due to false or outdated knowledge. Since retraining LLMs is resource intensive, there has been a growing interest in model editing. Despite the emergence of benchmarks and approaches, existing unidirectional editing and evaluation paradigms have failed to explore the reversal curse. In this paper, we study bidirectional language model editing, aiming to provide a rigorous evaluation to assess if edited LLMs can recall the editing knowledge bidirectionally. A metric of reverse generalization is introduced and a benchmark dubbed Bidirectional Assessment for Knowledge Editing (BAKE) is constructed to evaluate if post-edited models can recall the edited knowledge in the reverse direction of editing. We conduct extensive experiments using a variety of editing methods and LLMs. The results show that while most editing methods are able to accurately recall editing facts along the modification direction, they exhibit substantial systematic deficiencies when evaluating in the reverse direction. To further investigate the underlying causes of reversal curse and to explore potential strategies for mitigation, a detailed analysis is conducted from three perspectives. Our findings reveal that although In-Context Learning (ICL) can mitigate the reversal curse to a certain extent, it lacks continuity, is limited by the input length, and may introduce hallucinations. Therefore, combining the advantages of ICL and other editing methods is a promising direction for developing new editing paradigms.

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

ASAP: Advancing Medical Volumetric Representation Learning with Anatomy-aware Semantically-adaptive Pre-training

ASAP: 基于解剖感知语义自适应预训练的医学体素表示学习

Rongsheng Wang, Fenghe Tang, Zihang Jiang, Yingtai Li, Xu Zhang, Haoran Lai, Wenxin Ma, Wei Wei, Zhiyang He, Xiaodong Tao, Rui Yan, Qingsong Yao, Shaohua Kevin Zhou

机构 * School of Biomedical Engineering, Division of Life Sciences and Medicine, University of Science and Technology of China(生物医学工程学院,生命科学与医学系,中国科学技术大学) Medical Imaging, Robotics, Analytic Computing & Learning (MIRACLE) Lab, YRD-RIGHT, USTC Suzhou Institute for Advanced Research(医学影像、机器人、分析计算与学习(MIRACLE)实验室,YRD-RIGHT,中国科学技术大学苏州研究院) Jiangsu Provincial Key Laboratory of Multimodal Digital Twin Technology(江苏省多模态数字孪生技术重点实验室) Biomedical Basic Research Center (BBRC) of Jiangsu Province(江苏省生物医学基础研究中心) Department of Radiology, The First Affiliated Hospital of USTC, Division of Life Sciences and Medicine, USTC(放射科,中国科学技术大学第一附属医院,生命科学与医学系,中国科学技术大学) Anhui IFLYTEK CO., Ltd(安徽科大讯飞股份有限公司) School of Medicine, Stanford University(医学院,斯坦福大学) State Key Laboratory of Precision and Intelligent Chemistry, Hefei, Anhui, China(安徽省精密与智能化学重点实验室,合肥,安徽,中国)

AI总结 提出ASAP框架,通过解剖感知知识注入、语义自适应对齐与融合,从胸部CT扫描和放射学报告中学习可迁移且可解释的体素表示,在15个数据集和22个下游任务上取得最先进性能。

Comments MICCAI2025 extention

详情
AI中文摘要

从医学体素扫描中学习可迁移和可解释的表示仍然具有挑战性,因为存在复杂的解剖结构和放射学报告提供的弱、异质监督。在本文中,我们提出了解剖感知语义自适应预训练(ASAP),一个用于从大规模胸部CT扫描及其对应放射学报告中进行细粒度医学体素表示学习的原理性视觉-语言预训练框架。ASAP集成了三个关键组件:(1)解剖感知知识注入模块,通过现成的分割工具融入器官级结构先验,以促进解剖上一致的表示;(2)语义自适应选择性对齐机制,动态地将句子级别的发现与局部体素区域关联;(3)语义自适应融合模块,在双模态掩码建模范式下,实现解剖信息视觉特征与基于文本线索之间的有效交互。除了方法论贡献外,我们还为胸部CT上的医学体素视觉-语言预训练建立了一个全面的基准,涵盖15个数据集和22个下游任务,包括异常分类、分割、疾病预后预测、报告生成、词汇分类、跨模态检索和视觉问答。该基准提供了标准化的评估协议,以系统评估在不同临床设置和数据制度下的表示质量。大量实验表明,ASAP在跨任务和数据集上一致地实现了最先进的性能,在有限监督和分布偏移下尤其显著,验证了其在学习可迁移和临床有意义的体素表示方面的有效性。

英文摘要

Learning transferable and interpretable representations from medical volumetric scans remains challenging due to complex anatomical structures and weak, heterogeneous supervision provided by radiology reports. In this paper, we propose Anatomy-aware Semantically-Adaptive Pre-training (ASAP), a principled vision-language pre-training framework for fine-grained medical volumetric representation learning from large-scale chest CT scans and their corresponding radiology reports. ASAP integrates three key components: (1) an anatomy-aware knowledge injection module that incorporates organ-level structural priors via off-the-shelf segmentation tool to encourage anatomically coherent representations; (2) a semantically-adaptive selective alignment mechanism that dynamically associates sentence-level findings with localized volumetric regions; and (3) a semantically-adaptive fusion module for effective interaction between anatomically informed visual features and grounded textual cues under dual-modal masked modeling paradigm. Beyond methodological contributions, we establish a comprehensive benchmark for medical volumetric vision-language pre-training on chest CT, covering 15 datasets and 22 downstream tasks spanning abnormality classification, segmentation, disease prognosis prediction, report generation, vocabulary classification, cross-modal retrieval and visual question answering. This benchmark provides standardized evaluation protocols to systematically assess representation quality under diverse clinical settings and data regimes. Extensive experiments demonstrate that ASAP consistently achieves state-of-the-art performance across tasks and datasets, with particularly pronounced gains under limited supervision and distribution shift, validating its effectiveness in learning transferable and clinically meaningful volumetric representations.

URL PDF HTML 收藏
2605.29582 2026-05-29 cs.LG cs.CL

PEARL: Training Socratic Tutors with Pedagogically Aligned Reinforcement Learning

PEARL: 使用教学对齐强化学习训练苏格拉底式导师

Qikai Chang, Zhenrong Zhang, Linbo Chen, Pengfei Hu, Jianshu Zhang, Youhui Guo, Jun Du

机构 * University of Science and Technology of China(中国科学技术大学) iFLYTEK Research(iFLYTEK研究院)

AI总结 提出PEARL框架,通过可控学生模拟器、生成式奖励模型和稳定多目标强化学习,训练苏格拉底式教学代理,在多个基准上达到开源模型最佳性能并与专有模型竞争。

Comments 16 pages, 7 figures

详情
AI中文摘要

大型语言模型(LLM)在教育辅导方面展现出潜力,但有效的辅导不仅仅是解决问题:它必须提供渐进的苏格拉底式引导,并在多轮交互中平衡多个教学目标。然而,由于学生模拟的保真度有限且可控性弱、教学奖励建模不明确以及多目标优化不稳定,训练这样的导师仍然具有挑战性。为克服这些限制,我们提出了PEARL,一个教学对齐的强化学习框架,用于训练苏格拉底式教学代理,包含三个关键组件。首先,我们引入了一个可控的学生模拟器,将潜在认知状态与响应生成解耦,以模拟多样的能力和误解。其次,我们开发了一个生成式奖励模型,联合评估教学质量和目标正确性以进行策略优化。最后,我们提出了一种稳定的多目标强化学习方案,在每个维度内离散化奖励并跨维度聚合归一化优势,防止高方差目标主导更新。在多个基准上的实验表明,尽管仅使用30B策略模型,PEARL在开源模型中取得了最佳性能,并与领先的专有LLM保持竞争力。

英文摘要

Large Language Models (LLMs) have shown promise as educational tutors, yet effective tutoring requires more than solving problems: it must provide progressive Socratic guidance and balance multiple pedagogical objectives across multi-turn interactions. However, training such tutors remains challenging due to limited-fidelity and weakly controllable student simulation, under-specified pedagogical reward modeling, and unstable multi-objective optimization. To overcome these limitations, we propose PEARL, a pedagogically aligned reinforcement learning framework for training Socratic tutoring agents, consisting of three key components. First, we introduce a controllable student simulator that decouples latent cognitive states from response generation to model diverse abilities and misconceptions. Second, we develop a generative reward model that jointly evaluates pedagogical quality and objective correctness for policy optimization. Finally, we propose a stable multi-objective RL scheme that discretizes rewards within each dimension and aggregates normalized advantages across dimensions, preventing high-variance objectives from dominating updates. Experiments on multiple benchmarks show that PEARL achieves the best performance among open-source models and remains competitive with leading proprietary LLMs, despite using only a 30B policy model.

URL PDF HTML 收藏
2605.28123 2026-05-28 cs.CL

Risk-aware Selective Prompting for Hallucination Mitigation in Large Vision-Language Models

风险感知的选择性提示用于大型视觉-语言模型中的幻觉缓解

Yuang Huang, Yafeng Zhang, Yu Zilan

机构 * Shanghai Jiao Tong University(上海交通大学) iFLYTEK Tsinghua University(清华大学)

AI总结 本文系统研究提示验证在大型视觉-语言模型中的风险,发现其效果依赖输入难度,并提出基于预生成不确定性信号的选择性提示方法RSP以平衡性能。

Comments 7 pages, 1 figures, submitted to ACL ARR 2026 May (EMNLP)

详情
AI中文摘要

基于提示的验证被广泛用于缓解大型视觉-语言模型(LVLMs)中的幻觉,但其何时有效仍不清楚。我们系统研究了两种代表性LVLM架构和幻觉基准上的验证提示,发现它是一种有风险的干预:其纠正随输入难度增加,而新引入的错误在不同难度级别持续存在。因此,始终开启的提示在困难输入上有帮助,但在简单输入上益处甚微甚至有害。我们的分析进一步表明,这种行为与保守的输出偏移相关。验证提示将注意力从视觉令牌重新分配到指令令牌,并诱导出中性提示控制中不存在的中层熵模式,这表明是指令条件化的注意力重新分配而非统一的视觉基础改善。受这种输入依赖风险的启发,我们提出了风险感知的选择性提示(RSP),一种无需训练的方法,利用预生成不确定性信号选择性地触发验证。RSP减轻了始终开启提示的性能下降,同时保持基线性能,并揭示了有效的选择信号因架构而异。

英文摘要

Prompt-based verification is widely used to mitigate hallucinations in large vision-language models (LVLMs), yet when it helps remains poorly understood. We systematically study verification prompting across two representative LVLM architectures and hallucination benchmarks, and find that it is a risk-bearing intervention: its corrections increase with input difficulty, while newly introduced errors persist across difficulty levels. As a result, always-on prompting helps on hard inputs but offers little benefit -- and can harm -- easier ones. Our analysis further shows that this behavior is associated with a conservative output shift. Verification prompts redistribute attention from visual tokens toward instruction tokens and induce a distinct middle-layer entropy pattern absent in a neutral-prompt control, suggesting instruction-conditioned attention redistribution rather than uniformly improved visual grounding. Motivated by this input-dependent risk, we propose Risk-aware Selective Prompting (RSP), a training-free approach that uses pre-generation uncertainty signals to trigger verification selectively. RSP mitigates the degradation of always-on prompting while preserving baseline performance, and reveals that effective selection signals vary across architectures.

URL PDF HTML 收藏
2605.28077 2026-05-28 cs.AI

MACReD: A Multi-Agent Collaborative Reasoning Framework for Reaction Diagram Parsing

MACReD:一种用于反应图解解析的多智能体协作推理框架

Chuang Tang, Chenhao Lin, Yin Xu, Hao Wang, Jinrui Zhou, Xin Li, Mingjun Xiao, Enhong Chen

机构 * University of Science Technology of China \& iFLYTEK Co., Ltd. Hefei China Technology of China \& iFLYTEK Co., Ltd.

AI总结 提出MACReD分层多智能体框架,通过协调分子感知、箭头理解、文本提取和反应重建等专用智能体,在统一VLM引导架构下实现化学图解解析,在RxnScribe基准上达到最优性能。

Comments Preprint. Code is available at https://github.com/TC9905/MACReD

详情
AI中文摘要

由于异构布局、交错的视觉元素以及识别与推理整合的困难,从科学文献中解析化学反应图解具有挑战性。现有的视觉语言模型虽然推进了多模态理解,但在复杂图解上仍然失败,难以在推理过程中保持空间连贯性和整合多维信息。为解决这些问题,我们提出了MACReD,一个分层多智能体框架,在统一的VLM引导架构中协调专用智能体进行分子感知、箭头理解、文本提取和反应重建。规划和感知层使用灵活、细粒度的检测来处理视觉复杂性,而推理层使用多图融合机制来整合异构线索并强制执行化学一致的全局推理。在RxnScribe基准上的实验表明,MACReD达到了最先进的性能,在硬匹配和软匹配标准下F1分数分别为75.2%和84.6%,优于RxnScribe基线的69.1%和80.0%。这些结果证明了MACReD在不同图解布局(包括多步和树状结构反应)中的鲁棒性。

英文摘要

Parsing chemical reaction diagrams from scientific literature is challenging due to heterogeneous layouts, intertwined visual elements, and the difficulty of integrating recognition and reasoning. Existing vision-language models advance multimodal understanding but still fail on complex diagrams, struggling to maintain spatial coherence and to integrate multidimensional information during reasoning. To address these issues, we propose MACReD, a hierarchical multi-agent framework that coordinates specialized agents for molecular perception, arrow understanding, text extraction, and reaction reconstruction within a unified VLM-guided architecture. The planning and perception layers use flexible, fine-grained detection to handle visual complexity, while the reasoning layer uses a multigraph fusion mechanism to integrate heterogeneous cues and enforce chemically consistent global reasoning. Experiments on the RxnScribe benchmark show that MACReD achieves state-of-the-art performance, with F1 scores of 75.2% and 84.6% under hard and soft match criteria, outperforming the RxnScribe baseline, which obtains 69.1% and 80.0%, respectively. These results demonstrate the robustness of MACReD across diverse diagram layouts, including multi-step and tree-structured reactions.

URL PDF HTML 收藏
2605.01480 2026-05-05 cs.CV

AttnRouter: Per-Category Attention Routing for Training-Free Image Editing on MMDiT

AttnRouter:基于MMDiT的无训练图像编辑的类别级注意力路由

Guandong Li, Mengxia Ye

机构 * iFLYTEK Aegon THTF

AI总结 本文提出AttnRouter,通过类别级路由表优化MMDiT的无训练图像编辑,实验显示其在CLIP-T+DINO-I复合指标上提升6.4%,且自动分类器在仅55%类别准确率下关闭98%的差距。

Comments 11 pages, 7 figures

详情
AI中文摘要

我们研究了Qwen-Image-Edit-2511上的无训练图像编辑,这是一个60层多模态扩散变换器(MMDiT),在单一注意力流中将噪声和源图像标记拼接。我们有三个贡献:(i)引入KVInject,一种单次前向注意力操作,将源半部分的键/值投影以alpha混合的方式注入到噪声半部分中,该方法比经典两步MasaCtrl配方更简单,并避免了在MMDiT上禁用MasaCtrl的提示不匹配失败模式(复合得分下降31% vs 基线)。(ii)我们表明没有单一的注意力操作在所有编辑类型中占主导地位,这促使了AttnRouter,一个按类别路由的表格,将编辑分配到最适合保持源结构的操作。在真实类别下,路由将CLIP-T+DINO-I复合指标提高了6.4%超过编辑基线;自动CLIP零样本分类器在仅55%类别准确率下关闭了98%的差距。 (iii)通过层、步和alpha带的消融实验,我们本地化了编辑有效的注意力子电路:在早期去噪步骤(S0-7)中的K/V注入恢复了完整步骤注入的几乎全部增益,而早期(L0-15)或晚期(L45-60)层带的注入无法驱动编辑;alpha在[0.3, 0.5]范围内是一个稳定的甜点。我们还报告了负面结果,突显了从UNet传统中无法转移的内容:简单的K/V缩放从未超过基线,而激进的变体完全崩溃生成(复合0.084)。我们发布了代码、预计算的路由表以及用于所有消融实验的ImgEdit-Bench的100样本分层子集。

英文摘要

We study training-free image editing on Qwen-Image-Edit-2511, a 60-block multi-modal diffusion transformer (MMDiT) that concatenates noise and source-image tokens within a single attention stream. We make three contributions. (i) We introduce KVInject, a single-forward attention manipulation that alpha-blends source-half key/value projections into the noise-half within a localized layer/step band. KVInject is simpler than the classical two-pass MasaCtrl recipe and avoids the prompt-mismatch failure mode that disables MasaCtrl on MMDiT (composite score drops 31% versus baseline). (ii) We show that no single attention operation dominates across edit types, motivating AttnRouter, a per-category routing table that dispatches edits to the operation that best preserves source structure for that type. With ground-truth categories the router improves the CLIP-T+DINO-I composite by 6.4% over the editing baseline; an automatic CLIP zero-shot classifier closes 98% of this gap despite only 55% category accuracy. (iii) Through layer-, step-, and alpha-band ablations we localize the editing-effective attention sub-circuit: K/V injection in early denoising steps (S0-7) recovers nearly all of the gain of full-step injection, while injection in early (L0-15) or late (L45-60) layer bands fails to drive editing entirely; alpha in [0.3, 0.5] is a stable sweet spot. We also report negative results that highlight what does not transfer from the UNet folklore: simple K/V rescaling never beats baseline and aggressive variants collapse generation entirely (composite 0.084). We release code, pre-computed routing tables, and a 100-sample stratified subset of ImgEdit-Bench used in all ablations.

URL PDF HTML 收藏
2605.00707 2026-05-04 cs.CV

PhysEdit: Physically-Consistent Region-Aware Image Editing via Adaptive Spatio-Temporal Reasoning

PhysEdit: 一种通过自适应时空推理实现物理一致的区域感知图像编辑

Guandong Li, Mengxia Ye

机构 * iFLYTEK Aegon THTF

AI总结 PhysEdit通过自适应时空推理实现物理一致的区域感知图像编辑,提升编辑效率和准确性,适用于不同复杂度的图像编辑任务。

Comments 11 pages, 7 figures

详情
AI中文摘要

图像编辑指令具有异质性:颜色交换、对象插入和物理动作编辑需要不同的空间覆盖和推理深度,但现有基于推理的编辑器对每条指令应用单一固定推理配方。我们主张在空间和时间轴上都具有适应性是缺失的自由度,我们提出了PhysEdit,一种围绕这一原则构建的编辑框架。PhysEdit引入了两个推理时间模块,这些模块无需重新训练骨干网络即可组合。其核心是(1)复杂度自适应推理深度(CARD)直接从指令和参考图像预测编辑复杂度,并分配推理步骤数N_r和推理令牌长度r每样本--将之前固定的推理计划转换为条件计算问题。CARD由(2)空间推理掩码(SRM)支持,该掩码从交叉注意力中提取指令条件空间先验,将推理限制在语义上需要的区域。在完整的737个ImgEdit Basic-Edit套件上,PhysEdit在强推理基线上实现了1.18倍的墙钟加速(64.3秒 vs. 76.1秒每样本),同时略微提高了指令遵循度(CLIP-T 0.2283 vs. 0.2266,+0.7%)并在噪声中匹配了身份保持(CLIP-I 0.8246 vs. 0.8280)。加速是类别依赖的,达到外观级编辑时达到1.52倍,验证了CARD的自适应分配作为效率增益的主要来源。30个样本的试点与完整消融实验隔离了每个模块的贡献。

英文摘要

Image editing instructions are heterogeneous: a color swap, an object insertion, and a physical-action edit all demand different spatial coverage and different reasoning depth, yet existing reasoning-based editors apply a single fixed inference recipe to every instruction. We argue that adaptivity along both the spatial and temporal axes is the missing degree of freedom, and we present PhysEdit, an editing framework built around this principle. PhysEdit introduces two inference-time modules that compose without retraining the backbone. At its core, (1) Complexity-Adaptive Reasoning Depth (CARD) predicts edit complexity directly from the instruction and reference image and allocates the reasoning step count N_r and reasoning-token length r per sample -- turning a previously fixed inference schedule into a conditional-computation problem. CARD is supported by (2) a Spatial Reasoning Mask (SRM) that extracts an instruction-conditioned spatial prior from cross-attention to confine reasoning to regions that semantically require it. On the full 737-case ImgEdit Basic-Edit Suite, PhysEdit delivers a 1.18x wall-clock speedup (64.3s vs. 76.1s per sample) over a strong reasoning baseline while slightly improving instruction adherence (CLIP-T 0.2283 vs. 0.2266, +0.7%) and matching identity preservation within noise (CLIP-I 0.8246 vs. 0.8280). The speedup is category-dependent and reaches 1.52x on appearance-level edits, validating CARD's adaptive allocation as the principal source of efficiency gain. A 30-sample pilot with full ablations isolates the contribution of each module.

URL PDF HTML 收藏
2604.03540 2026-04-22 cs.RO

Drift-Based Policy Optimization: Native One-Step Policy Learning for Online Robot Control

基于漂移的策略优化:面向在线机器人控制的原生一步生成策略

Yuxuan Gao, Yedong Shen, Shiqi Zhang, Wenhao Yu, Yifan Duan, Jia pan, Jiajia Wu, Jiajun Deng, Yanyong Zhang

机构 * University of Science and Technology of China(中国科学技术大学) iFLYTEK

AI总结 本文提出一种原生一步生成策略框架,通过将迭代细化移至训练阶段,提升在线机器人控制的效率与稳定性,实验显示其在推理速度和性能上优于多步扩散策略。

详情
AI中文摘要

尽管多步生成策略在机器人操作中表现出色,但其在推理时需要多步迭代去噪,导致计算成本高。为此,本文提出一种两阶段框架,通过引入基于漂移的策略(DBP)和基于漂移的策略优化(DBPO),将迭代细化内化到模型参数中,实现原生一步生成策略,同时保持多模态动作建模能力。DBPO框架通过预训练的骨干网络和兼容的随机接口,实现在线强化学习中的稳定更新。实验表明,该框架在离线模仿学习、在线微调和现实世界控制中均表现出色,推理速度提升达100倍,且在挑战性操作基准上优于现有一步基线。

英文摘要

Although multi-step generative policies achieve strong performance in robotic manipulation by modeling multimodal action distributions, they require multi-step iterative denoising at inference time. Each action therefore needs tens to hundreds of network function evaluations (NFEs), making them costly for high-frequency closed-loop control and online reinforcement learning (RL). To address this limitation, we propose a two-stage framework for native one-step generative policies that shifts refinement from inference to training. First, we introduce the Drift-Based Policy (DBP), which leverages fixed-point drifting objectives to internalize iterative refinement into the model parameters, yielding a one-step generative backbone by design while preserving multimodal action modeling capacity. Second, we develop Drift-Based Policy Optimization (DBPO), an online RL framework that equips the pretrained backbone with a compatible stochastic interface, enabling stable on-policy updates without sacrificing the one-step deployment property. Extensive experiments demonstrate the effectiveness of the proposed framework across offline imitation learning, online fine-tuning, and real-world control scenarios. DBP matches or exceeds the performance of multi-step diffusion policies while achieving up to $100\times$ faster inference. It also consistently outperforms existing one-step baselines on challenging manipulation benchmarks. Moreover, DBPO enables effective and stable policy improvement in online settings. Experiments on a real-world dual-arm robot demonstrate reliable high-frequency control at 105.2 Hz.

URL PDF HTML 收藏
2604.17500 2026-04-21 cs.CV

Edit Fidelity Field: Semantics-Aware Region Isolation for Training-Free Scene Text Editing

编辑保真场:面向免训练场景文本编辑的语义感知区域隔离

Guandong Li, Mengxia Ye

机构 * iFLYTEK Aegon THTF

AI总结 本文提出Edit Fidelity Field,通过语义感知的连续场控制每个像素的编辑保真度,解决场景文本编辑中非目标区域的编辑溢出问题,实验显示保真度提升显著。

详情
AI中文摘要

场景文本编辑(STE)通过扩散方法实现了目标文本的高精度渲染。然而,我们发现一个关键但被忽视的问题:编辑溢出——在编辑目标文本区域时,现有方法会意外修改非目标区域,尤其是邻近文本。通过系统评估50个真实场景中的四个类别,我们发现最先进的扩散编辑模型表现出94%的溢出率,意味着几乎所有非目标文本区域在编辑过程中被修改。为此,我们提出了Edit Fidelity Field(EFF),一个语义感知的连续场,用于控制每个像素的编辑保真度。与二进制掩码不同,EFF利用OCR检测到的文本区域构建一个四区场:编辑核心(完全可编辑)、过渡区(平滑衰减)、保护区(非目标文本,明确锁定)和背景(严格保留)。EFF作为免训练、模型无关的后处理模块,适用于任何基于扩散的STE方法。我们进一步提出了区域溢出量化,一种新的评估协议,用于测量每个非目标文本区域的编辑泄漏。实验显示,EFF将溢出率从94%降至25%,同时提高非目标区域的保真度+91.4 dB PSNR。

英文摘要

Scene text editing (STE) has achieved remarkable progress in accurately rendering target text through diffusion-based methods. However, we identify a critical yet overlooked problem: edit spillover -- when editing a target text region, existing methods inadvertently modify non-target regions, particularly neighboring text. Through systematic evaluation on 50 real-world scenes across four categories, we reveal that state-of-the-art diffusion editing models exhibit a spillover rate of 94%, meaning nearly all non-target text regions are altered during editing. To address this, we propose the Edit Fidelity Field (EFF), a semantics-aware continuous field that controls per-pixel editing fidelity. Unlike binary masks, EFF leverages OCR-detected text regions to construct a four-zone field: Edit Core (fully editable), Transition Zone (smooth decay), Protected Zone (non-target text, explicitly locked), and Background (strictly preserved). EFF operates as a training-free, model-agnostic post-processing module applicable to any diffusion-based STE method. We further propose per-region spillover quantification, a novel evaluation protocol that measures edit leakage at each non-target text region individually. Experiments demonstrate that EFF reduces spillover rate from 94% to 25% while improving non-target region preservation by +91.4 dB PSNR.

URL PDF HTML 收藏
2604.16492 2026-04-21 cs.CV cs.AI

LayerCache: Exploiting Layer-wise Velocity Heterogeneity for Efficient Flow Matching Inference

LayerCache: 利用层间速度异质性实现高效的流匹配推理

Guandong Li

机构 * iFLYTEK

AI总结 本文提出LayerCache,通过分层缓存框架优化Transformer中不同层的速度异质性,提升流匹配推理效率,实现PSNR、SSIM和LPIPS指标的显著提升。

详情
AI中文摘要

流匹配模型在图像生成质量上达到最先进的水平,但由于通过大型Transformer网络进行迭代去噪,导致推理成本显著增加。我们观察到Transformer中不同层组表现出明显异质的速度动态:浅层高度稳定且适合 aggressive caching,而深层经历大幅速度变化,需要完整计算。现有缓存方法却将整个Transformer视为单一单元,每个时间步应用单一缓存决策,无法利用这种异质性。基于此发现,我们提出LayerCache,一种层感知的缓存框架,将Transformer划分为层组,并在每个去噪步骤中对每个组做出独立缓存决策。LayerCache引入了一种自适应JVP跨度K选择机制,利用各组稳定性测量来平衡估计精度和计算节省。我们制定了一个三维调度问题,涵盖时间步、层组和JVP跨度,并通过贪心预算分配算法解决。在Qwen-Image(1024x1024,50步)上,LayerCache在1.37倍加速下实现了PSNR 37.46 dB(比MeanCache高5.38 dB)、SSIM 0.9834和LPIPS 0.0178(比MeanCache减少70%)。

英文摘要

Flow Matching models achieve state-of-the-art image generation quality but incur substantial inference cost due to iterative denoising through large Transformer networks. We observe that different layer groups within a Transformer exhibit markedly heterogeneous velocity dynamics: shallow layers are highly stable and amenable to aggressive caching, while deep layers undergo large velocity changes that demand full computation. Existing caching methods, however, treat the entire Transformer as a monolithic unit, applying a single caching decision per timestep and thus failing to exploit this heterogeneity. Based on this finding, we propose LayerCache, a layer-aware caching framework that partitions the Transformer into layer groups and makes independent, per-group caching decisions at each denoising step. LayerCache introduces an adaptive JVP span K selection mechanism that leverages per-group stability measurements to balance estimation accuracy and computational savings. We formulate a three-dimensional scheduling problem over timesteps, layer groups, and JVP span, and solve it with a greedy budget allocation algorithm. On Qwen-Image (1024x1024, 50 steps), LayerCache achieves PSNR 37.46 dB (+5.38 dB over MeanCache), SSIM 0.9834, and LPIPS 0.0178 (a 70% reduction over MeanCache) at 1.37x speedup, dominating all prior caching methods on the quality-speed Pareto frontier.

URL PDF HTML 收藏
2602.07069 2026-04-17 cs.CV cs.AI

Bird-SR: Bidirectional Reward-Guided Diffusion for Real-World Image Super-Resolution

Bird-SR:双向奖励引导扩散用于现实世界图像超分辨率

Zihao Fan, Xin Lu, Yidi Liu, Jie Huang, Dong Li, Xueyang Fu, Baocai Yin

机构 * MoE Key Laboratory of Brain-inspired Intelligent Perception and Cognition, School of Information Science and Technology, University of Science and Technology of China(脑启发智能感知与认知MoE实验室,信息科学与技术学院,中国科学技术大学) iFlytek Research, iFlytek Co., Ltd., Hefei, China(科大讯飞研究院,科大讯飞股份有限公司,合肥,中国)

AI总结 Bird-SR通过双向奖励引导扩散框架,结合合成和真实图像数据,提升现实世界超分辨率的结构一致性与感知质量。

详情
AI中文摘要

受多模态文本到图像先验推动,基于扩散的超分辨率在合成复杂细节方面表现优异;然而,训练于合成低分辨率(LR)和高分辨率(HR)图像对的模型在应用于现实世界LR图像时常因显著分布偏移而退化。我们提出Bird-SR,一种双向奖励引导扩散框架,通过奖励反馈学习(ReFL)将超分辨率建模为轨迹级偏好优化,同时利用合成LR-HR对和真实世界LR图像。为应对ReFL中结构保真度易受影响的问题,模型在早期扩散步骤直接优化合成对,从而在结构层面较小的分布偏移下保持真实世界输入的结构一致性。为提升感知质量,质量引导奖励在后期轨迹阶段应用于合成和真实LR图像。为缓解奖励黑客问题,合成结果的奖励在相对优势空间中限定于其真实对应物,而真实世界优化通过语义对齐约束进行正则化。此外,为平衡结构和感知学习,我们引入动态保真度-感知度加权策略,在早期阶段强调结构保持,后期逐步转向感知优化。在现实世界超分辨率基准上的大量实验表明,Bird-SR在感知质量上优于现有最先进方法,同时保持结构一致性,验证了其在现实世界超分辨率中的有效性。我们的代码可在https://github.com/fanzh03/Bird-SR获取。

英文摘要

Powered by multimodal text-to-image priors, diffusion-based super-resolution excels at synthesizing intricate details; however, models trained on synthetic low-resolution (LR) and high-resolution (HR) image pairs often degrade when applied to real-world LR images due to significant distribution shifts. We propose Bird-SR, a bidirectional reward-guided diffusion framework that formulates super-resolution as trajectory-level preference optimization via reward feedback learning (ReFL), jointly leveraging synthetic LR-HR pairs and real-world LR images. For structural fidelity easily affected in ReFL, the model is directly optimized on synthetic pairs at early diffusion steps, which also facilitates structure preservation for real-world inputs under smaller distribution gap in structure levels. For perceptual enhancement, quality-guided rewards are applied to both synthetic and real LR images at the later trajectory phase. To mitigate reward hacking, the rewards for synthetic results are formulated in a relative advantage space bounded by their ground-truth counterparts, while real-world optimization is regularized via a semantic alignment constraint. Furthermore, to balance structural and perceptual learning, we introduce a dynamic fidelity-perception weighting strategy that emphasizes structure preservation at early stages and progressively shifts focus toward perceptual optimization at later diffusion steps. Extensive experiments on real-world SR benchmarks demonstrate that Bird-SR consistently outperforms state-of-the-art methods in perceptual quality while preserving structural consistency, validating its effectiveness for real-world super-resolution. Our code can be obtained at https://github.com/fanzh03/Bird-SR.

URL PDF HTML 收藏
2604.10367 2026-04-14 cs.AI cs.SD

Beyond Monologue: Interactive Talking-Listening Avatar Generation with Conversational Audio Context-Aware Kernels

超越独白:基于对话音频上下文感知核的交互式谈话-倾听虚拟角色生成

Yuzhe Weng, Haotian Wang, Xinyi Yu, Xiaoyan Wu, Haoran Xu, Shan He, Jun Du

机构 * University of Science and Technology of China(中国科学技术大学) iFLYTEK(科大讯飞)

AI总结 本文提出基于对话音频上下文感知核的交互式虚拟角色生成方法,通过引入多头高斯核解决谈话与倾听行为的时间尺度差异问题,构建了能同时处理双流音频输入的全双工虚拟代理,并在VoxHear数据集上验证了其在生成自然响应的全双工数字人类方面的优越性。

详情
AI中文摘要

基于音频驱动的人类视频生成在独白场景中取得了显著成功,主要得益于强大视频生成基础模型的进步。超越独白,真实的人类交流本质上是全双工交互过程,要求虚拟代理不仅能够表达自己的言语,还必须自然响应输入的对话音频。大多数现有方法仅将传统音频驱动范式扩展到倾听场景。然而,依赖严格的帧到帧对齐使模型对长程对话动态的响应变得僵化,而直接引入全局注意力会严重破坏嘴唇同步。认识到谈话与倾听行为之间独特的时序尺度差异,我们引入多头高斯核,将这种物理直觉显式注入模型作为渐进的时间归纳偏置。在此基础上,我们构建了一个能够同时处理谈话和倾听双流音频输入的全双工虚拟代理。此外,我们引入了一个严格清洗的谈话-倾听数据集VoxHear,包含完美解耦的语音和背景音频轨道。广泛实验表明,我们的方法成功融合了强时间对齐与深层语义上下文,为生成高度自然和响应的全双工交互数字人类设定了新的状态-of-the-art。项目页面可在https://warmcongee.github.io/beyond-monologue/上找到。

英文摘要

Audio-driven human video generation has achieved remarkable success in monologue scenarios, largely driven by advancements in powerful video generation foundation models. Moving beyond monologues, authentic human communication is inherently a full-duplex interactive process, requiring virtual agents not only to articulate their own speech but also to react naturally to incoming conversational audio. Most existing methods simply extend conventional audio-driven paradigms to listening scenarios. However, relying on strict frame-to-frame alignment renders the model's response to long-range conversational dynamics rigid, whereas directly introducing global attention catastrophically degrades lip synchronization. Recognizing the unique temporal Scale Discrepancy between talking and listening behaviors, we introduce a multi-head Gaussian kernel to explicitly inject this physical intuition into the model as a progressive temporal inductive bias. Building upon this, we construct a full-duplex interactive virtual agent capable of simultaneously processing dual-stream audio inputs for both talking and listening. Furthermore, we introduce a rigorously cleaned Talking-Listening dataset VoxHear featuring perfectly decoupled speech and background audio tracks. Extensive experiments demonstrate that our approach successfully fuses strong temporal alignment with deep contextual semantics, setting a new state-of-the-art for generating highly natural and responsive full-duplex interactive digital humans. The project page is available at https://warmcongee.github.io/beyond-monologue/ .

URL PDF HTML 收藏
2604.08669 2026-04-13 cond-mat.quant-gas cs.LG quant-ph

An Algorithm for Fast Assembling Large-Scale Defect-Free Atom Arrays

一种快速组装大规模无缺陷原子阵列的算法

Tao Zhang, Xiaodi Li, Hui Zhai, Linghui Chen

机构 * Institute for Advanced Study, Tsinghua University(清华大学高等研究院) Intelligent Quantum Inception Inc.(智能量子启创公司) iFLYTEK Research(科大讯飞研究院)

AI总结 本文提出一种统一框架,通过监督学习和改进的拍卖解码器进行路径规划,结合相位和轮廓感知的加权Gerchberg-Saxton算法,实现快速组装10^4个量子比特的无缺陷原子阵列。

详情
AI中文摘要

人们普遍认为需要数万物理量子比特才能构建实用的量子计算机。由光学镊子形成的原子阵列是实现这一目标的最有前途的平台,因为原子量子比特具有优异的可扩展性和移动性。然而,组装包含约10^4个量子比特的无缺陷原子阵列仍然在算法上具有挑战性,与其他硬件限制相结合。这归因于计算上困难的路径规划问题以及通过空间光调制器(SLM)生成足够平滑的光学镊子势能轨迹的时间消耗。在这里,我们提出一个包含两个创新组件的统一框架,以完全解决这些算法挑战:(1)一个使用图神经网络结合改进拍卖解码器的路径规划模块;(2)一个称为相位和轮廓感知加权Gerchberg-Saxton算法的势能生成模块。第一个模块的推理时间接近大小无关的常数开销,约为5毫秒,第二个模块生成一个势能框架,大约需要0.5毫秒,比当前商业SLM刷新时间快。总体而言,我们的算法使在比被捕获原子典型真空寿命短得多的时间尺度上组装具有10^4个量子比特的原子阵列成为可能。

英文摘要

It is widely believed that tens of thousands of physical qubits are needed to build a practically useful quantum computer. Atom arrays formed by optical tweezers are among the most promising platforms for achieving this goal, owing to the excellent scalability and mobility of atomic qubits. However, assembling a defect-free atom array with ~ 10^4 qubits remains algorithmically challenging, alongside other hardware limitations. This is due to the computationally hard path-planning problems and the time-consuming generation of suffciently smooth trajectories for optical tweezer potentials by spatial light modulators (SLM). Here, we present a unified framework comprising two innovative components to fully address these algorithmic challenges: (1) a path-planning module that employs a supervised learning approach using a graph neural network combined with a modified auction decoder, and (2) a potential-generation module called the phase and profile-aware Weighted Gerchberg-Saxton algorithm. The inference time for the first module is nearly a size-independent constant overhead of ~ 5 ms, and the second module generates a potential frame with about 0.5 ms, a timescale shorter than the current commercial SLM refresh time. Altogether, our algorithm enables the assembly of an atom array with 10^4 qubits on a timescale much shorter than the typical vacuum lifetime of the trapped atoms.

URL PDF HTML 收藏
2603.23840 2026-03-26 cs.AI cs.CL

VehicleMemBench: An Executable Benchmark for Multi-User Long-Term Memory in In-Vehicle Agents

VehicleMemBench:多用户长期记忆的可执行基准

Yuhao Chen, Yi Xu, Xinyun Ding, Xiang Fang, Shuochen Liu, Luxi Lin, Qingyu Zhang, Ya Li, Quan Liu, Tong Xu

机构 * University of Science and Technology of China(中国科学技术大学) iFLYTEK Research(iFLYTEK研究院) Xiamen University(厦门大学) University of Chinese Academy of Sciences(中国科学院大学)

AI总结 本文提出VehicleMemBench,用于评估车载代理的多用户长期记忆能力,通过可执行仿真环境比较行动后环境状态与目标状态,揭示强大模型在动态偏好变化场景中的不足,强调需更 robust 的记忆管理机制。

详情
AI中文摘要

随着对智能车载体验需求的增长,基于车辆的代理正从简单助手演变为长期伴侣。这一演变要求代理持续建模多用户偏好,并在面对用户偏好冲突和随时间变化的习惯时做出可靠决策。然而,现有基准主要局限于单用户、静态问答设置,无法捕捉偏好的时间演变和真实车载环境的多用户、工具交互性质。为填补这一空白,我们引入VehicleMemBench,一个基于可执行车载仿真环境的多用户长上下文记忆基准。该基准通过比较行动后环境状态与预定义目标状态来评估工具使用和记忆,使客观且可重复的评估成为可能,无需LLM或人工评分。VehicleMemBench包含23个工具模块,每个样本包含超过80个历史记忆事件。实验表明,强大模型在直接指令任务中表现良好,但在涉及记忆演变的场景中,尤其是当用户偏好动态变化时,表现不佳。即使高级记忆系统也难以处理领域特定的记忆需求。这些发现强调了需要更 robust 和专门化的记忆管理机制,以支持现实世界车载系统中的长期适应性决策。为促进未来研究,我们发布了数据和代码。

英文摘要

With the growing demand for intelligent in-vehicle experiences, vehicle-based agents are evolving from simple assistants to long-term companions. This evolution requires agents to continuously model multi-user preferences and make reliable decisions in the face of inter-user preference conflicts and changing habits over time. However, existing benchmarks are largely limited to single-user, static question-answer settings, failing to capture the temporal evolution of preferences and the multi-user, tool-interactive nature of real vehicle environments. To address this gap, we introduce VehicleMemBench, a multi-user long-context memory benchmark built on an executable in-vehicle simulation environment. The benchmark evaluates tool use and memory by comparing the post-action environment state with a predefined target state, enabling objective and reproducible evaluation without LLM-based or human scoring. VehicleMemBench includes 23 tool modules, and each sample contains over 80 historical memory events. Experiments show that powerful models perform well on direct instruction tasks but struggle in scenarios involving memory evolution, particularly when user preferences change dynamically. Even advanced memory systems struggle to handle domain-specific memory requirements in this environment. These findings highlight the need for more robust and specialized memory management mechanisms to support long-term adaptive decision-making in real-world in-vehicle systems. To facilitate future research, we release the data and code.

URL PDF HTML 收藏
2509.22460 2026-03-26 cs.AI

GeoSketch: A Neural-Symbolic Approach to Geometric Multimodal Reasoning with Auxiliary Line Construction and Affine Transformation

GeoSketch: 一种基于神经符号的方法,用于几何多模态推理中的辅助线构造与仿射变换

Shichao Weng, Zhiqiang Wang, Yuhua Zhou, Rui Lu, Ting Liu, Zhiyang Teng, Xiaozhang Liu, Hanmeng Liu

机构 * Fudan University(复旦大学) IFLYTEK CO.LTD(若lytek有限公司) Zhejiang University(浙江大学) The Hong Kong University of Science and Technology(香港科学与技术大学) National University of Defense Technology(国防科技大学) Hainan University(海南大学)

AI总结 GeoSketch通过整合感知、符号推理和绘图动作模块,实现动态几何推理,提升多模态推理的准确性和解决问题的成功率。

详情
AI中文摘要

几何问题求解(GPS)对多模态大语言模型(MLLMs)提出了独特挑战,要求不仅联合解读文本和图表,还需迭代的视觉空间推理。尽管现有方法将图表视为静态图像,但缺乏动态操作能力,这是人类几何推理的核心部分,涉及辅助线构造和仿射变换。我们提出了GeoSketch,一种神经符号框架,将几何推理视为交互的感知-推理-行动循环。GeoSketch整合:(1)感知模块将图表抽象为结构化的逻辑形式;(2)符号推理模块应用几何定理以决定下一步推理步骤;(3)绘图动作模块执行绘制辅助线或应用变换等操作,从而在闭环中更新图表。为训练此代理,我们开发了两阶段流程:在2000个符号化校准轨迹上进行监督微调,随后通过密集的符号奖励强化学习以增强鲁棒性和战略探索。为评估此范式,我们引入GeoSketch基准,一个高质量的390个几何问题集,要求辅助构造或仿射变换。在强MLLM基线上的实验表明,GeoSketch在逐步推理准确性和问题解决成功率方面显著优于静态感知方法。通过统一分层决策、可执行的视觉动作和符号验证,GeoSketch将多模态推理从静态解读推进到动态、可验证的交互,为解决复杂视觉空间问题建立了新基础。

英文摘要

Geometric Problem Solving (GPS) poses a unique challenge for Multimodal Large Language Models (MLLMs), requiring not only the joint interpretation of text and diagrams but also iterative visuospatial reasoning. While existing approaches process diagrams as static images, they lack the capacity for dynamic manipulation - a core aspect of human geometric reasoning involving auxiliary line construction and affine transformations. We present GeoSketch, a neural-symbolic framework that recasts geometric reasoning as an interactive perception-reasoning-action loop. GeoSketch integrates: (1) a Perception module that abstracts diagrams into structured logic forms, (2) a Symbolic Reasoning module that applies geometric theorems to decide the next deductive step, and (3) a Sketch Action module that executes operations such as drawing auxiliary lines or applying transformations, thereby updating the diagram in a closed loop. To train this agent, we develop a two-stage pipeline: supervised fine-tuning on 2,000 symbolic-curated trajectories followed by reinforcement learning with dense, symbolic rewards to enhance robustness and strategic exploration. To evaluate this paradigm, we introduce the GeoSketch Benchmark, a high-quality set of 390 geometry problems requiring auxiliary construction or affine transformations. Experiments on strong MLLM baselines demonstrate that GeoSketch significantly improves stepwise reasoning accuracy and problem-solving success over static perception methods. By unifying hierarchical decision-making, executable visual actions, and symbolic verification, GeoSketch advances multimodal reasoning from static interpretation to dynamic, verifiable interaction, establishing a new foundation for solving complex visuospatial problems.

URL PDF HTML 收藏
2603.22819 2026-03-25 cs.CV cs.AI

TDATR: Improving End-to-End Table Recognition via Table Detail-Aware Learning and Cell-Level Visual Alignment

TDATR:通过表格细节感知学习和单元级视觉对齐改进端到端表格识别

Chunxia Qin, Chenyu Liu, Pengcheng Xia, Jun Du, Baocai Yin, Bing Yin, Cong Liu

机构 * University of Science and Technology of China(中国科学技术大学) iFLYTEK Research(iFLYTEK研究院)

AI总结 TDATR通过表格细节感知学习和单元级视觉对齐改进端到端表格识别,采用感知-融合策略,提升模型鲁棒性和识别精度,无需数据集特定微调即可在七个基准上取得领先性能。

Comments Acceptd by CVPR 2026. Project Page: https://github.com/Chunchunwumu/TDATR.git

详情
AI中文摘要

TDATR通过表格细节感知学习和单元级视觉对齐改进端到端表格识别,采用感知-融合策略,提升模型鲁棒性和识别精度,无需数据集特定微调即可在七个基准上取得领先性能。

英文摘要

Tables are pervasive in diverse documents, making table recognition (TR) a fundamental task in document analysis. Existing modular TR pipelines separately model table structure and content, leading to suboptimal integration and complex workflows. End-to-end approaches rely heavily on large-scale TR data and struggle in data-constrained scenarios. To address these issues, we propose TDATR (Table Detail-Aware Table Recognition) improves end-to-end TR through table detail-aware learning and cell-level visual alignment. TDATR adopts a ``perceive-then-fuse'' strategy. The model first performs table detail-aware learning to jointly perceive table structure and content through multiple structure understanding and content recognition tasks designed under a language modeling paradigm. These tasks can naturally leverage document data from diverse scenarios to enhance model robustness. The model then integrates implicit table details to generate structured HTML outputs, enabling more efficient TR modeling when trained with limited data. Furthermore, we design a structure-guided cell localization module integrated into the end-to-end TR framework, which efficiently locates cell and strengthens vision-language alignment. It enhances the interpretability and accuracy of TR. We achieve state-of-the-art or highly competitive performance on seven benchmarks without dataset-specific fine-tuning.

URL PDF HTML 收藏