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

高校专区

Peking University(北京大学)

至 收录 3016
2607.18110 2026-07-21 cs.LG cs.CL 新提交

LLM-as-a-Coach: Experiential Learning for Non-Verifiable Tasks

大语言模型作为教练:不可验证任务的体验式学习

Tianzhu Ye, Li Dong, Guanheng Chen, He Zhu, Xun Wu, Shaohan Huang, Furu Wei

机构 * Microsoft Research(微软研究院) Tsinghua University(清华大学) Peking University(北京大学)

AI总结 研究不可验证任务,提出体验式学习(EL),将LLM反馈模型从评判转为教练,通过提炼体验知识提供密集监督,在开放式任务上表现优于基于规则的RL,泛化性好且减轻奖励作弊。

详情
AI中文摘要

在开放式任务上的强化学习(RL)将基于大语言模型(LLM)的基于规则的评估压缩为标量奖励,丢弃了丰富的文本反馈,并将具有不同质量配置文件的响应混为一谈。我们提出了体验式学习(EL),它将反馈模型从作为评判的LLM重新用作作为教练的LLM。教练将其对每个策略响应的评估提炼为可转移的体验知识,该知识为教师模型提供条件,并通过策略上下文提炼被策略内化。与标量奖励相比,这个更高带宽的反馈通道提供了密集监督,并保留了高质量响应之间的细粒度偏好。在两个策略家族中,有来自策略本身或专有模型的反馈,EL在留出的和未见的开放式任务上始终优于基于规则的RL。值得注意的是,EL在训练分布之外具有更好的泛化能力,并减轻了奖励作弊。这些发现将体验知识确立为用于不可验证任务的训练后更丰富、更可泛化的学习信号。

英文摘要

Reinforcement learning (RL) on open-ended tasks compresses an LLM's rubric-based evaluation into a scalar reward, discarding rich textual feedback and conflating responses with distinct quality profiles. We propose Experiential Learning (EL), which repurposes the feedback model from an LLM-as-a-Judge into an LLM-as-a-Coach. The coach distills its assessment of each on-policy response into transferable experiential knowledge, which conditions a teacher model and is internalized by the policy through on-policy context distillation. Compared with scalar rewards, this higher-bandwidth feedback channel provides dense supervision and preserves fine-grained preferences among high-quality responses. Across two policy families, with feedback from the policy itself or a proprietary model, EL consistently outperforms rubric-based RL on held-out and unseen open-ended tasks. Notably, EL generalizes better beyond the training distribution, and mitigates reward hacking. These findings establish experiential knowledge as a richer and more generalizable learning signal for post-training on non-verifiable tasks.

URL PDF HTML 收藏
2607.18091 2026-07-21 cs.CV cs.GR cs.LG 新提交

SciForma: Structure-Faithful Generation of Scientific Diagrams

SciForma:科学图表的结构忠实生成

Yuxuan Luo, Peng Zhang, Xinjie Zhang, Xun Guo, Zhouhui Lian, Yan Lu

机构 * Wangxuan Institute of Computer Technology, Peking University(北京大学王选计算机技术研究所) State Key Lab of CAD & CG, Zhejiang University(浙江大学CAD&CG国家重点实验室) Microsoft Research Asia(微软亚洲研究院)

AI总结 研究针对科学图表结构保真度问题,提出SciForma框架,分解图表质量为三个结构轴,用M-DPO优化,策划训练和评估数据,实现迭代编辑,使SciForma-9B超越开源基线和GPT-Image-1.5,提升科学图表生成的结构保真度。

Comments 30 pages, 21 figures

详情
AI中文摘要

结构保真度对于科学方法图表至关重要。为传达研究逻辑,此类图表必须如实呈现组件、方向关系和文本注释。由于单个错误(如箭头反向或方程式不可读)会使整个图表无效,结构保真度本质上是联合性的。当前开源模型不满足此标准。监督微调(SFT)学习合理布局但无法可靠确保结构正确性,基于标量奖励的训练后处理会掩盖失败的结构维度。为解决此问题,我们引入SciForma框架。它将图表质量分解为组件、箭头和文本三个结构轴,基于此策划了用于结构化训练的SciFormaData-700K和用于逻辑验证评估的SciFormaBench-2K。我们开发了多维联合偏好优化(M-DPO),在训练后跨所有轴强制同时正确,并将梯度自适应路由到最不足的维度。推理时可进行迭代编辑以纠正残留错误。这使得SciForma-9B在SciFormaBench-2K和AIBench上超越所有开源基线和GPT-Image-1.5,使开放科学图表生成接近专有级别的结构保真度。

英文摘要

Structural fidelity is essential to scientific methodology diagrams. To communicate research logic, these diagrams must faithfully render components, directional relations, and textual annotations. Since a single error, such as a reversed arrow or an unreadable equation, can invalidate the entire figure, structural fidelity is inherently conjunctive: correctness on one axis cannot compensate for failure on another. Current open-source models fail to satisfy this criterion. Supervised fine-tuning (SFT) learns plausible layouts but cannot reliably ensure structural correctness, while scalar reward-based post-training obscures which structural dimension has failed. To address this, we introduce SciForma, a framework for the structure faithful generation of scientific methodology diagrams. Specifically, SciForma decomposes diagram quality into three structural axes: Component, Arrow, and Text, guided by a structural inventory. Built on this foundation, we curate SciFormaData-700K for structured training and SciFormaBench-2K for logic-verified evaluation. To close the gap left by SFT, we develop Multi-Dimensional Conjunctive Preference Optimization (M-DPO), which enforces simultaneous correctness across all axes and adaptively routes gradients to the most deficient dimension in post-training. The same structural inventory also enables iterative editing at inference time to correct residual errors. This combination allows SciForma-9B to exceed all open-source baselines and GPT-Image-1.5 on both SciFormaBench-2K and AIBench, bringing open scientific diagram generation close to proprietary-level structural fidelity. Our code and data will be available at: https://github.com/microsoft/SciForma.

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

UniETP: Unifying Environments for Generalizable Embodied Task Planning

UniETP:统一用于通用具身任务规划的环境

Peiran Xu, Jiaqi Zheng, Ziyou Wang, Yadong Mu

机构 * Peking University(北京大学)

AI总结 针对具身任务规划中模拟器和数据集孤立的问题,提出UniETP统一接口,整合四个常用模拟器,兼具标准化与多样性,构建新数据集,通过实验评估模型具身规划能力并分析瓶颈。

Comments We are actively working on releasing the codes and data

详情
AI中文摘要

本文聚焦具身任务规划问题,即智能体需在交互环境中执行一系列原子动作以完成用户指定任务。此前虽有多种模拟器和数据集,但相互孤立。为此提出UniETP,它整合了四个常用模拟器。其特点是标准化与多样性兼具,一方面规范观察和动作空间并构建评估系统,另一方面提升任务多样性和复杂性,自动构建新数据集。通过实验评估模型具身规划能力并分析瓶颈。

英文摘要

This paper focuses on the problem of Embodied Task Planning, where an agent is required to execute a sequence of atomic actions within an interactive environment to complete a user-specified task. Though a variety of simulators and datasets have previously been built for this task, these efforts are largely isolated, with each using its own observation format, action type, and task domain. This fragmentation complicates comprehensive model evaluation and hinders the scalability of training data. As an effort towards generalizable embodied planning, we propose UniETP, a unified interface integrating four commonly-used simulators (AI2-THOR, VirtualHome, Habitat, BEHAVIOR). UniETP is characterized by both standardization and diversity. On one hand, it formalizes all the simulators into a consistent observation and action space, and builds an evaluation system to support complicated task goal. On the other hand, it enhances task diversity and complexity across dimensions like task logic, instance grounding, and instruction understanding, constructing a new dataset with varied levels of difficulty in an automatic manner. Extensive experiments on the proposed benchmark are conducted to evaluate the embodied planning capabilities of recent models and analyze the performance bottlenecks. Codes and data will be available at https://github.com/woyut/UniETP .

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

SAGE: Subgoal-Conditioned Action Generation for Latent World Model Planning

SAGE:用于潜在世界模型规划的子目标条件动作生成

Letian Cheng, Qi Zhang, Yisen Wang

机构 * Peking University(北京大学)

AI总结 研究潜在世界模型规划中提议质量受限问题,提出先验条件规划器,利用目标条件生成器预测潜在子目标,结合不同时长子目标作先验,实验证明该方法显著提升长期规划性能。

详情
AI中文摘要

潜在世界模型已成为一种强大的规划范式,通过学习动作条件预测动力学并将其用作内部模拟器来想象和评估候选动作序列。然而,随着规划范围的扩大,性能越来越受到提议质量的限制。本文介绍了一种先验条件规划器,用结构化指导取代随机提议初始化。在每个规划阶段,目标条件生成器预测指定持续时间内的下一个可达潜在子目标,用于条件生成候选动作序列。为跨时间尺度捕获语义信息,使用不同持续时间的子目标作为先验。实验表明,耦合潜在子目标分解与先验条件动作生成可显著改善长期规划,同时保持强大的短期性能。

英文摘要

Latent world models have emerged as a powerful planning paradigm by learning action-conditioned predictive dynamics and using them as internal simulators to imagine and evaluate candidate action sequences. However, as the planning horizon grows, performance becomes increasingly constrained by proposal quality: a fixed candidate budget must search an exponentially larger action space, making it difficult to expose the world model to high-quality candidate futures for evaluation. In this paper, we introduce a prior-conditioned planner that replaces random proposal initialization with structured guidance. At each planning stage, a goal-conditioned generator predicts the next reachable latent subgoal for a specified duration, which is then used to condition the generation of candidate action sequences. To capture semantic information across temporal scales, we use subgoals of varying durations as priors, balancing fine-grained local control with higher-level long-horizon progress. Then the frozen world model evaluates and refines these subgoal-conditioned proposals before execution. Experiments on PushT and OGBench Cube show that coupling latent subgoal decomposition with prior-conditioned action generation substantially improves long-horizon planning while preserving strong short-horizon performance. To be specific, when the target offset is $150$, it raises PushT success from $12.7\%$ to $64.7\%$ and OGBench Cube success from $26.7\%$ to $67.3\%$.

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

ProEvent: An Event-centric Benchmark for Proactive Agents

ProEvent:面向主动智能体的以事件为中心的基准测试

Guanzhen Li, Liangming Pan, Leye Wang

机构 * School of Computing, Peking University(北京大学计算机学院)

AI总结 针对主动智能体研究忽视事件中心协助及评估难的问题,引入ProEvent基准测试,基于即时通讯聊天评估智能体维护用户时间表能力,实验发现当前智能体存在过度反应和事件取消处理难等问题,揭示了大语言模型的根本局限。

详情
AI中文摘要

主动智能体需在无明确指令时感知环境来预测用户需求并提供自主协助,识别和跟踪用户即将发生的事件是其基本能力。现有主动智能体研究多忽视以事件为中心的协助,且主动协助的开放性给可靠评估带来挑战。为此,我们引入ProEvent,首个以事件为中心的基准测试,基于即时通讯聊天评估智能体主动维护用户时间表的能力。它提供综合且现实的聊天内容,从响应时间、单步和多步响应正确性等方面评估。实验表明当前智能体常过度反应且难以处理事件取消,定性分析揭示了当前大语言模型作为主动智能体的根本局限。

英文摘要

Proactive agents are expected to anticipate user needs and provide autonomous assistance by perceiving environmental context without explicit instructions. A fundamental capability of such agents is to identify and track users' upcoming events, enabling continuous and event-specific assistance. For example, by recording the time and location of a planned hike, an agent can deliver weather reminders in advance or provide navigation support before departure. However, existing works on proactive agents largely overlook event-centric assistance, and the open-ended nature of proactive assistance poses challenges for reliable evaluation. To bridge these gaps, we introduce ProEvent, the first event-centric benchmark designed to assess an agent's ability to proactively maintain a user's timetable based on ongoing instant messaging chats. ProEvent provides synthesized yet realistic chats that consider the dynamic interaction among users, concurrent chat threads, and noise in the real world, and evaluates proactive agents on response timing, single-step response correctness, and multi-step response correctness. Experiments on eight LLMs and pipelines reveal that current agents frequently overact and struggle with event cancellation. Notably, even GPT-5.1 only reacts correctly in 26.7% of scenarios. Further qualitative analysis reveals fundamental limitations of current LLMs as proactive agents, particularly in detecting implicit events and reasoning from the user's first-person perspective.

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

BMFA: Boundary-Minority Free-Energy Adaptive Screening

BMFA:边界少数自由能自适应筛选

Wenyan Xu, Alizer Wong

机构 * Guangdong University of Technology(广东工业大学) School of Computer Science, Peking University(北京大学计算机科学学院)

AI总结 研究视觉Transformer处理空间冗余令牌的问题,提出边界少数自由能自适应筛选(BMFA)方法,通过构建分层近似并递归细化块来改进,经多项实验验证,该方法能降低低估、缩小差距并保持准确率。

Comments 14 pages. Experiments include synthetic analysis, COCO, LVIS, closed-loop DeiT-Tiny evaluation, and ImageNet-1K classification

详情
AI中文摘要

视觉Transformer只有在粗略的令牌摘要保留指数注意力聚合所需的证据时,才能有效地处理空间冗余令牌。我们识别出一种边界少数低估失败情况,即空间上小的高响应区域贡献了主导的吉布斯质量,而对块均值几乎不可见。我们通过归一化对数平均指数自由能与均值汇总之间的差异来形式化这种失败,证明少数吉布斯质量在其空间支持和均值贡献消失时仍可保持非零,并刻画了有限阶矩校正的局限性。在此分析基础上,我们引入了边界少数自由能自适应筛选(BMFA),它构建了分层分段常数近似,并根据局部自由能的可计算下限增量递归地细化块。通过控制合成测试、COCO和LVIS诊断探针、闭环DeiT-Tiny评估以及ImageNet-1K实验建立了一致的证据链。BMFA在叶比率为5.794%时将平均合成低估从2.582降低到0.261,将COCO图像边缘平均差距从2.254降低到0.526,并在叶比率为55.861%时保持71.520%的ImageNet Top-1准确率。当前原型在全QK计算后评估选择质量;因此报告的叶比率表征的是表示粒度而非验证的稀疏内核加速。

英文摘要

Vision Transformers process spatially redundant tokens efficiently only when coarse token summaries preserve the evidence required by exponential attention aggregation. We identify a boundary-minority underestimation failure in which a spatially small, high-response region contributes dominant Gibbs mass while remaining nearly invisible to a block mean. We formalize the failure through the discrepancy between normalized log-mean-exp free energy and mean summarization, prove that minority Gibbs mass can remain non-vanishing as its spatial support and mean contribution vanish, and characterize the limitations of finite-order moment corrections. Building on the resulting analysis, we introduce Boundary-Minority Free-Energy Adaptive Screening (BMFA), which constructs a hierarchical piecewise-constant approximation and recursively refines blocks according to a computable lower-bound increment of local free energy. Controlled synthetic tests, COCO and LVIS diagnostic probes, closed-loop DeiT-Tiny evaluations, and ImageNet-1K experiments establish a consistent evidence chain. BMFA reduces the mean synthetic underestimate from 2.582 to 0.261 at a 5.794% leaf ratio, lowers the COCO image-edge mean gap from 2.254 to 0.526, and preserves 71.520% ImageNet Top-1 accuracy at a 55.861% leaf ratio. The current prototype evaluates selection quality after full QK computation; the reported leaf ratio therefore characterizes representation granularity rather than verified sparse-kernel speedup.

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

ConsiSpace: Learning Geometric Consistency Matters for Video Spatial Reasoning

ConsiSpace:学习几何一致性对视频空间推理很重要

Ting Huang, Zhenyu Zhang, Wenyuan Huang, Jian Yang, Hao Tang

机构 * School of Intelligent Science and Technology, Nanjing University(南京大学智能科学与技术学院) School of Computer Science, Peking University(北京大学计算机科学学院) Beijing Academy of Artificial Intelligence(北京人工智能研究院)

AI总结 针对视频空间推理中现有模型难以聚合一致空间证据的问题,提出ConsiSpace框架,通过构建几何一致内存及采用统一一致性自监督强化学习,在三个空间推理基准测试上取得成绩提升,平均得分比最强基线高12.6分。

Comments ECCV 2026

详情
AI中文摘要

视频空间推理对导航感知和长视频问答至关重要,模型需在变化视角下推断长距离空间关系。但现有多模态大语言模型以语义为中心,难以可靠聚合冗余视频观测中的一致空间证据。为此提出ConsiSpace,一个几何一致性感知框架,将空间一致性转化为证据组织原则和明确的后SFT学习信号。构建几何一致内存,利用高效组织策略保存空间证据,通过统一一致性自监督强化学习提升跨视图稳定性。在三个基准测试上实验显示成绩提升,比最强基线平均得分提高12.6分。

英文摘要

Video spatial reasoning is essential for navigation-oriented perception and long-video question answering, where models must infer spatial relations across long horizons under changing viewpoints. However, existing multimodal large language models (MLLMs) remain largely semantic-centric, and often fail to reliably aggregate consistent spatial evidence from redundant video observations, leading to inefficient or unstable reasoning. To address these issues, we propose ConsiSpace, a geometry-consistency-aware framework for geometry-sensitive video spatial reasoning that turns spatial consistency into both an evidence organization principle and an explicit post-SFT learning signal. We build a geometry-consistent memory (GCM) including implicit evidence tokens and explicit geometric cues, and leverage efficient organization strategies to compactly preserve task-related spatial evidence. Furthermore, we utilize unified consistency self-supervised reinforcement learning (UC-SSRL) after supervised fine-tuning to improve cross-view stability, with answer-, metric-, and topology-consistency rewards. Extensive experiments on three spatial-reasoning benchmarks, VSI-Bench, OSI-Bench, and MMSI-Video-Bench, show consistent gains, improving the average score by 12.6 points over the strongest baselines.

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

Pixel-Space Diffusion Transformers

像素空间扩散变换器

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

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

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

详情
AI中文摘要

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

英文摘要

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

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

The PanAf-SBR Dataset: Social Behaviour Recognition for Wild Great Apes

泛非社会行为识别数据集:野生大猩猩的社会行为识别

Maciej Braszczok, Otto Brookes, Xiaoxuan Ma, Federico Rossano, Yixin Zhu, Mimi Arandjelovic, Hjalmar Kühl, Majid Mirmehdi, Tilo Burghardt

机构 * University of Bristol(布里斯托大学) Wild Chimpanzee Foundation(野生黑猩猩基金会) Carnegie Mellon University(卡内基梅隆大学) University of California(加利福尼亚大学) Peking University(北京大学) Max Planck Institute for Evolutionary Anthropology(马克斯·普朗克进化人类学研究所) Senckenberg Museum of Natural History(森肯伯格自然历史博物馆)

AI总结 研究旨在解决野生大猩猩社会行为识别数据不足问题,引入PanAf-SBR数据集,结合AlphaChimp架构建立基准,通过双向迁移学习实验发现跨数据集预训练对特定类别有益,还研究了背景上下文在其中的作用。

详情
AI中文摘要

野生大猩猩种群的行为变化,尤其是社会结构的瓦解,可作为种群衰退的早期指标。因此,自动化检测这些行为变化对保护工作至关重要。近期虽有一些用于大猩猩行为自动识别的数据集,但含细粒度社会行为注释的很少,且多在圈养环境或通过无人机等空中平台获取。我们引入了PanAf-SBR,首个标注有社会行为的野生大猩猩相机陷阱数据集,它扩展了PanAf500,包含100个视频及36063帧,还有81096个注释。我们用此数据和AlphaChimp架构建立了首个基于相机陷阱 footage的野生大猩猩细粒度社会行为识别基准。还在PanAf-SBR和圈养的ChimpACT数据集间进行双向迁移学习实验,发现跨数据集预训练对特定类别有益而非普遍有益。最后通过反转分割掩码抑制非猿像素来研究背景上下文的作用。

英文摘要

Behavioural shifts in wild great ape populations, particularly the breakdown of social structures, can serve as an early indicator of population decline. Automating the detection of behaviours indicative of these shifts is therefore a critical task for conservation. Several valuable datasets have recently been introduced for the automated recognition of great ape behaviour, yet few include fine-grained social behaviour annotations, and those that do are captured either in captive settings or via aerial platforms such as UAVs. We address this gap by introducing PanAf-SBR, the first wild great ape camera trap dataset annotated with social behaviours. PanAf-SBR extends PanAf500 with 100 additional videos covering 36,063 frames. These come with 81,096 annotations including bounding boxes, segmentation masks, intra-video identities, and seven social behaviour classes defined under the action giver and receiver convention of ChimpACT. We use this data together with the AlphaChimp architecture to establish the first benchmarks for fine-grained social behaviour recognition in wild great apes from camera trap footage. We further conduct bidirectional transfer learning experiments between PanAf-SBR and the captive ChimpACT dataset, finding that cross-dataset pre-training is highly beneficial for specific classes rather than of uniform benefit. Finally, we examine the role of background context by inverting the segmentation masks to suppress non-ape pixels.

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

SkyVLaM: Multimodal Large Language Model for UAV Video Understanding in Remote Sensing

SkyVLaM:用于遥感中无人机视频理解的多模态大语言模型

Kaiwen Jing, Ruixu Jia, Bingyao Li, Ruizhe Ou, Ming Wu, Chuang Zhang

机构 * Beijing University of Posts and Telecommunications(北京邮电大学) Peking University(北京大学) Beijing Wuzi University(北京物资学院)

AI总结 针对无人机视频理解任务,提出多模态大语言模型SkyVLaM,通过时间基感知器构建稀疏令牌,正则化稀疏基,自适应选择密集段,联合大语言模型处理,还构建SkyVid,实验证明其能有效分配视觉令牌预算,提升语言条件视频分割效果。

Comments Accepted by WAICA 2026

详情
AI中文摘要

多模态大语言模型(MLLMs)的最新进展显著提升了遥感(RS)多模态理解。语言条件分割对无人机(UAV)视频中的细粒度目标理解至关重要。然而,由于小的、视觉上模糊的目标以及动态空中视角的普遍存在,该任务仍具有挑战性。本文提出了SkyVLaM,一种用于无人机视频理解的多模态大语言模型。它通过时间基感知器直接从补丁级视频表示构建稀疏令牌,对稀疏基进行正则化以鼓励互补时间线索,并自适应选择时间连贯的密集段进行高分辨率检查。生成的稀疏和密集令牌由大语言模型联合处理以进行查询条件分割。还构建了SkyVid,包括SkyVid-VGCG和SkyVid-RVOS分别用于视频基础对话生成和引用视频对象分割。SkyVid包含101个视频、33.6K帧和153万个像素级对象实例。实验表明SkyVLaM在无人机场景中能更有效地分配视觉令牌预算并改善语言条件视频分割。

英文摘要

Recent advances in Multimodal Large Language Models (MLLMs) have significantly improved remote sensing (RS) multimodal understanding. Language-conditioned segmentation is crucial for fine-grained target understanding in Unmanned Aerial Vehicle (UAV) videos. However, this task remains challenging due to the prevalence of small, visually ambiguous targets and dynamic aerial perspectives. In this paper, we propose SkyVLaM, a multimodal large language model for UAV video understanding. SkyVLaM constructs sparse tokens directly from patch-level video representations through a temporal basis perceiver, regularizes the sparse basis to encourage complementary temporal cues, and adaptively selects a temporally coherent dense segment for high-resolution inspection. The resulting sparse and dense tokens are jointly processed by a large language model for query-conditioned segmentation. We further build SkyVid, consisting of SkyVid-VGCG and SkyVid-RVOS for video grounded conversation generation and referring video object segmentation, respectively. SkyVid contains 101 videos, 33.6K frames, and 1.53M pixel-level object instances. Experiments show that SkyVLaM provides a more effective allocation of the visual token budget and improves language-conditioned video segmentation in UAV scenarios.

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

STAR: Skeletal Token Alignment and Rearrangement for Interaction Recognition

STAR:用于交互识别的骨骼令牌对齐与重排

Yuhang Wen, Mengyuan Liu, Zixuan Tang, Junsong Yuan, Sirui Li, Beichen Ding

机构 * State Key Laboratory of General Artificial Intelligence, Peking University, Shenzhen Graduate School(北京大学深圳研究生院通用人工智能国家重点实验室) University at Buffalo SUNY(纽约州立大学布法罗分校) Department of Computer and Information Science, University of Pennsylvania(宾夕法尼亚大学计算机与信息科学系)

AI总结 针对人机和人与人交互识别,提出STAR方法,通过骨骼令牌对齐与重排,利用实体重排、交互式时空令牌及视觉交互编码等组件,结合骨骼与RGB视频数据学习特征,经对比学习对齐表示,实验验证其性能优于现有方法。

Comments Accepted for publication in IEEE Transactions on Multimedia (IEEE TMM)

Journal ref IEEE Transactions on Multimedia, vol. 28, pp. 4652-4665, 2026

详情
AI中文摘要

理解人机和人与人之间的物理交互是3D视觉中一个具有挑战性但正在兴起的主题。大多数现有方法依赖骨骼序列,虽在低光和隐私敏感环境中有效,但面临两大挑战:从骨骼数据学习并有效利用交互线索,以及弥补仅骨骼中缺乏的视觉信息。为应对这些挑战,我们提出用于人机和人与人交互识别的骨骼令牌对齐与重排(STAR)。它学习特定于交互的骨骼特征,并通过在共享潜在空间中对齐骨骼和RGB视频表示,利用视觉线索丰富这些特征。具体而言,STAR由三个关键组件组成。首先,设计一个使用实体重排(ER)和交互式时空令牌(IST)捕获细粒度相互依赖关系的骨骼编码器。其次,提出视觉交互编码,引入关注交互(FoI)策略以关注RGB视频中与交互相关的时空区域。最后,通过对比学习目标对齐这些表示,并使用细化头进一步细化预测。在训练期间,STAR利用骨骼和RGB视频数据学习强大的、有区分力的交互表示。在推理时,它仅在骨骼上运行,保留视觉信息带来的好处,同时保持仅骨骼的效率。在Chico、HARPER、NTU Mutual 11和26数据集上的大量实验通过展示优于现有方法的性能,一致验证了我们的方法。我们的代码可在这个https URL上公开获取。

英文摘要

Understanding physical human-robot and human-human interactions is a challenging yet emerging topic in 3D vision. While most existing methods rely on skeleton sequences--effective in low-light and privacy-sensitive environment--they face two major challenges: 1) learning and effectively exploiting interaction cues from skeletal data, and 2) compensating for the lack of visual information absent in skeletons alone. To address these challenges, we propose skeletal token alignment and rearrangement (STAR) for human-robot and human-human interaction recognition. It learns interaction-specific skeleton features and enriches them using visual cues by aligning skeleton and RGB video representations in a shared latent space. Specifically, STAR consists of three key components. First, we design a skeleton encoder that captures fine-grained interdependencies using Entity Rearrangement (ER) and Interactive Spatiotemporal Tokens (ISTs). Second, we present Visual Interaction Encoding that introduces a Focus on Interactions (FoI) strategy to attend to spatiotemporal regions relevant to interactions in RGB videos. Finally, these representations are aligned via a contrastive learning objective, with a refinement head further refines predictions. During training, STAR leverages both skeleton and RGB video data to learn robust, discriminative interaction representations. At inference time, it operates on skeletons alone, retaining visual-informed benefits while preserving skeleton-only efficiency. Extensive experiments on Chico, HARPER, NTU Mutual 11 and 26 datasets consistently validate our approach by demonstrating superior performance over state-of-the-art methods. Our code is publicly available at https://github.com/Necolizer/STAR.

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

VecFontLLM: Anchor-Guided Direct Synthesis of Chinese Vector Fonts

VecFontLLM:基于锚点引导的中文矢量字体直接合成

Hao Yuan, Yuxuan Luo, Xing Chen, Zhouhui Lian

机构 * Fuzhou University(福州大学) Peking University(北京大学)

AI总结 研究旨在解决直接生成中文矢量字体的难题,提出VecFontLLM这一基于锚点引导的多模态大语言模型,通过锚点预测、细化及贝塞尔控制点完成来合成矢量字形,实现高质量少样本合成,实验显示其相比现有方法有显著优势。

Comments 12 pages

详情
AI中文摘要

直接生成中文矢量字体是一个具有挑战性且仍在研究的问题。中文矢量字形包含复杂的组件结构、锚点布局和贝塞尔曲线细节,不同尺度下工作,但标准矢量序列将它们写在一个长序列中,使矢量字体合成具有挑战性。现有直接矢量生成器在复杂字符上常失败,而光栅域方法需后续矢量化合成字形图像。本文提出VecFontLLM,一种基于锚点引导的多模态大语言模型,用于直接少样本合成中文矢量字体。关键思想是通过锚点生成矢量字形。具体而言,先预测并细化锚点框架以固定组件和轮廓的粗略布局,然后完成贝塞尔控制点以恢复局部曲率和样式。测试时,置信度引导生成链采样多个组件候选并从最高置信度的开始继续合成,提高复杂字形的稳定性。首次在矢量域直接高质量少样本合成复杂中文矢量字形,无需光栅生成或矢量化。在多个中文字体数据集上的实验表明,相对于现有矢量字体合成方法有显著改进,与光栅域基线相比字形渲染质量有竞争力,且矢量命令分布接近真实字体。

英文摘要

Direct generation of Chinese vector fonts is a challenging and ongoing problem. A Chinese vector glyph contains complex component structure, anchor layout, and Bézier curve details, which work at different scales, but a standard vector sequence writes them together in one long sequence, making the task of vector font synthesis challenging. Existing direct vector generators often fail on complex characters, while raster-domain methods must vectorize the synthesized glyph images afterward. To address the above-mentioned problem, this paper proposes VecFontLLM, an anchor-guided multimodal large language model for direct few-shot synthesis of Chinese vector fonts. Our key idea is to generate vector glyphs through anchors rather than a standard vector sequence. Specifically, the proposed VecFontLLM first predicts and refines an anchor scaffold that fixes the coarse layout of components and contours, and then completes Bézier control points to recover local curvature and style. At test time, a confidence-guided generation chain samples multiple component candidates and continues synthesis from the highest-confidence one, improving stability for complex glyphs. This work demonstrates, for the first time, high-quality few-shot synthesis of complex Chinese vector glyphs directly in the vector domain, without raster generation or vectorization. Experiments on several Chinese font datasets show substantial improvements over existing vector font synthesis methods, competitive glyph rendering quality against raster-domain baselines, and vector command distributions close to real fonts.

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

VLA-ReID: Video-Level Association for Re-Identification in Multi-Object Tracking with Highly Similar Objects

VLA-ReID:具有高度相似对象的多目标跟踪中用于重新识别的视频级关联

Yanrong Qin, Xiaoyan Cao, Yao Yao

机构 * Glasgow College, University of Electronic Science and Technology of China(电子科技大学格拉斯哥学院) Key Laboratory for Urban Habitat Environmental Science and Technology, School of Environment and Energy, Peking University Shenzhen Graduate School(北京大学深圳研究生院环境与能源学院城市人居环境科学与技术重点实验室) School of Management Science and Real Estate, Chongqing University(重庆大学管理科学与房地产学院)

AI总结 针对多目标跟踪中对象外观相似时身份保持难的问题,提出VLA-ReID方法,将重新识别建模为视频级关联,通过聚合历史轨迹特征等进行全局关联优化,实验显示该方法有效提升多项指标并减少身份切换。

Comments 11 pages, 8 figures, 2 tables

详情
AI中文摘要

多目标跟踪旨在在视频中定位多个对象并随时间保持其身份。在诸如蜂群场景中,当对象小、密集分布且外观高度相似时,长期身份保持仍然困难。现有跟踪器依赖通过单实例分配训练的重新识别模型。然而,在推理时,多目标跟踪需要多个轨迹和检测之间的全局分配,这导致训练与推理不匹配,会造成视觉相似对象间的身份切换。现有方法还常需大量额外注释。我们提出视频级关联重新识别(VLA-ReID),将重新识别重新表述为视频级关联建模。它使用聚合的历史轨迹特征作为查询,当前帧的所有检测作为候选,在每一帧直接优化全局关联。此外,帧共同外观估计(FCAE)从当前帧检测中估计共同外观方向,共同外观抑制(CAS)从轨迹和检测特征中去除沿此方向的相应分量,无需额外注释放大高度相似对象间的差异。在BEE24上的实验表明,VLA-ReID比现有跟踪器在HOTA上提高1.1、MOTA提高0.3、AssR提高2.6、AssA提高0.7、IDF1提高0.8,同时身份切换减少28%。这些结果证明了视频级重新识别建模在基于外观的多目标跟踪关联中的有效性。

英文摘要

Multi-object tracking (MOT) aims to localize multiple objects in videos while preserving their identities over time. Long-term identity preservation remains difficult when objects are small, densely distributed, and highly similar in appearance, as in bee swarm scenes. Existing trackers rely on re-identification (re-ID) models trained through single-instance assignment (instance-level querying). At inference, however, MOT requires global assignment between multiple trajectories and detections, corresponding to video-level querying. This training-inference mismatch can cause identity switches among visually similar objects. Existing approaches also often require substantial additional annotations to enhance appearance discrimination. We propose Video-Level Association re-ID (VLA-ReID), which reformulates re-ID as video-level association modeling. It uses aggregated historical trajectory features as queries and all current-frame detections as candidates, enabling direct optimization of their global association at each frame. In addition, Frame-Common Appearance Estimation (FCAE) estimates a common appearance direction from current-frame detections, while Common-Appearance Suppression (CAS) removes the corresponding component along this direction from trajectory and detection features. This amplifies discriminative differences among highly similar objects without additional annotations. Experiments on BEE24 show that VLA-ReID improves HOTA by 1.1, MOTA by 0.3, AssR by 2.6, AssA by 0.7, and IDF1 by 0.8 over state-of-the-art trackers, while reducing identity switches by 28%. These results demonstrate the effectiveness of video-level re-ID modeling for appearance-based association in MOT.

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

InfoDense: Density-Aware Regional Decisive Replay for Memory-Efficient Incremental Face Forgery Detection

InfoDense:用于内存高效增量式人脸伪造检测的密度感知区域决定性重放

Jikang Cheng, Hao Shen, Xueyi Zhang, Guangcheng Wang, Zhongyuan Wang, Renye Yan, Baojin Huang

机构 * Huazhong Agricultural University(华中农业大学) Peking University(北京大学) National University of Singapore(新加坡国立大学) Nantong University(南通大学) Wuhan University(武汉大学)

AI总结 针对人脸伪造技术发展带来的检测挑战及传统方法的问题,提出密度感知区域决定性重放策略InfoDense,通过定位决定性补丁、排序候选片段、自适应合并样本等步骤,有效减轻灾难性遗忘,提升跨域泛化能力。

详情
AI中文摘要

人脸伪造技术的快速发展带来了越来越多的操纵手段。增量式人脸伪造检测(IFFD)作为一种应对不断演变的伪造威胁的有前途的方法应运而生,它通过增量添加新的伪造数据来微调先前训练的模型。然而,传统的基于重放的IFFD方法存在灾难性遗忘问题。在有限内存下存储完整历史图像往往无法保留细微的伪造线索或引入域偏差,降低了模型学习内在和可转移操纵特征的能力。本文提出了一种密度感知区域决定性重放策略InfoDense来应对这些挑战。InfoDense优先考虑伪影密集和伪造关键区域,在保持高保真伪造证据的同时显著降低存储需求。首先引入InfoDense Cut使用基于CLIP的嵌入定位决定性补丁,然后InfoDense Select通过结合潜在空间代表性和决定性补丁数量对候选片段进行排序,确保重放缓冲区的多样性和信息密度,最后InfoDense Fuse通过将存储的片段与当前任务样本自适应合并来重建无偏训练输入,增强知识保留和泛化能力。在具有挑战性的增量深度伪造基准上的大量实验表明,InfoDense有效地减轻了灾难性遗忘,同时提高了跨域泛化能力。

英文摘要

The rapid evolution of face forgery techniques has introduced an increasing variety of manipulations. Incremental Face Forgery Detection (IFFD), which incrementally adds new forgery data to fine-tune previously trained models, has emerged as a promising approach to handle evolving forgery threats. However, conventional replay-based IFFD methods suffer from catastrophic forgetting. Storing full historical images under limited memory often either fails to preserve subtle forgery cues or introduces domain bias, reducing the model's ability to learn intrinsic and transferable manipulation characteristics. In this paper, we propose a Density-Aware Regional Decisive replay strategy, termed InfoDense, to address these challenges. InfoDense prioritizes artifact-dense and forgery-critical regions, significantly reducing storage requirements while maintaining high-fidelity forgery evidence. We first introduce InfoDense Cut to localize decisive patches using CLIP-based embeddings. Then, InfoDense Select ranks candidate segments by combining latent-space representativeness and decisive patch counts, ensuring both diversity and information density in the replay buffer. Finally, InfoDense Fuse reconstructs unbiased training inputs by adaptively merging stored segments with current-task samples, enhancing knowledge retention and generalization. Extensive experiments on challenging incremental deepfake benchmarks demonstrate that InfoDense effectively mitigates catastrophic forgetting while improving cross-domain generalization.

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

Robust Losses from Univariate Base Functions for Noisy-Label Learning

用于噪声标签学习的单变量基函数鲁棒损失

Peng Hu, Jianwei Ma

机构 * School of Mathematics, Harbin Institute of Technology(哈尔滨工业大学数学学院) School of Earth and Space Sciences, Peking University(北京大学地球与空间科学学院)

AI总结 针对噪声标签学习问题,提出从单变量基函数构建鲁棒多类损失的框架,开发两种方案并分析其性质,推导理论标准,所提损失在多噪声设置下经实验验证有竞争力或更优。

详情
AI中文摘要

有噪声标签学习是训练可靠深度神经网络的基本问题。鲁棒损失函数是减轻标签噪声负面影响的直接有效方法。但现有多数鲁棒损失直接针对最终多类目标设计,难以系统表征和扩展其鲁棒性。本文提出从单变量基函数构建鲁棒多类损失的通用框架,通过定义映射算子,可根据基函数简单性质表征诱导损失的鲁棒性。开发了两种互补构建方案,分析了其对称和不对称性质并推导充分条件,为噪声鲁棒损失设计提供理论标准。该框架还为构建对称损失提供新途径。在合成和真实世界噪声标签基准上的大量实验表明,所提损失在各种噪声设置下具有竞争力或更优性能。

英文摘要

Learning with noisy labels is a fundamental problem in training reliable deep neural networks. Robust loss functions provide a direct and effective way to mitigate the adverse effects of label noise. However, most existing robust losses are designed directly at the level of the final multiclass objective, which makes it difficult to systematically characterize and extend their robustness properties. In this paper, we propose a general framework that constructs robust multiclass losses from univariate base functions. By defining mapping operators from base functions to multiclass losses, the robustness of the induced losses can be characterized through simple properties of the base functions. We develop two complementary construction schemes, Target Separation and Binary Reduction, corresponding to inter-class independent and inter-class dependent formulations, respectively. For both schemes, we analyze their symmetry and asymmetry properties and derive corresponding sufficient conditions, which provide theoretical criteria for noise-robust loss design. The proposed framework also provides a new route to constructing symmetric losses, serving as a complement to normalization-based symmetric loss designs. Extensive experiments on synthetic and real-world noisy-label benchmarks demonstrate that the proposed losses achieve competitive or superior performance under various noise settings.

URL PDF HTML 收藏
2607.16692 2026-07-21 cs.SE cs.CL 新提交

Dependency-Guided Code Generation: Structured Matrix Decomposition and Consistency-Guided Refinement

依赖引导的代码生成:结构化矩阵分解与一致性引导的细化

Mingqiao Mo, Yangchen Zeng, Zikai Xiao, Xin Xiao, Wenhua Nie, Zhaolu Kang, Guangyuan Dong, Kai Shu, Hao Zhang, Xiaodong Fan

机构 * University of the Chinese Academy of Sciences(中国科学院大学) ByteDance Inc.(字节跳动公司) Zhejiang University(浙江大学) National Taiwan University(台湾国立大学) Peking University(北京大学) Alibaba Group(阿里巴巴集团) Tsinghua University(清华大学) Liaoning Technical University(辽宁技术大学)

AI总结 针对现有代码生成方法无法充分捕捉代码实体依赖关系的问题,提出依赖感知代码生成框架,通过结构化矩阵分解和一致性引导细化生成代码,经实验验证该方法能生成语义对齐和结构保真度更高的代码。

Comments 12 pages

详情
AI中文摘要

现代软件系统日益复杂,使自动代码生成成为软件工程中的一项基本任务。然而,现有方法往往无法充分捕捉代码实体间复杂的多层次依赖关系,导致生成的代码逻辑不完整或难以集成到实际系统中。为解决此局限,我们提出一个依赖感知代码生成框架,通过基于图的表示明确建模代码实体间的交互。我们将依赖分解为两个互补组件:一个捕获强显式关系的量化矩阵和一个对弱隐式交互建模的稀疏低秩分解。通过交替优化过程有效学习分解。在代码生成期间,将学习到的依赖结构作为约束纳入,确保生成代码的语义连贯和结构一致。此外,我们为强依赖引入稀疏三元组表示,显著提高存储效率和计算可扩展性。大量实验表明,与现有方法相比,我们的方法始终能生成具有更高语义对齐和结构保真度的代码。

英文摘要

The increasing complexity of modern software systems has made automated code generation a fundamental task in software engineering. However, existing approaches often fail to adequately capture the intricate, multi-level dependencies among code entities, leading to generated code that is logically incomplete or difficult to integrate into real-world systems. To address this limitation, we propose a dependency-aware code generation framework that explicitly models interactions among code entities through a graph-based representation. We decompose dependencies into two complementary components: a quantized matrix that captures strong, explicit relations, and a sparse low-rank factorization that models weaker, implicit interactions. The decomposition is efficiently learned via an alternating optimization procedure. During code generation, the learned dependency structure is incorporated as a constraint, ensuring both semantic coherence and structural consistency of the generated code. Furthermore, we introduce a sparse triplet representation for strong dependencies, significantly improving storage efficiency and computational scalability. Extensive experiments demonstrate that our approach consistently produces code with superior semantic alignment and structural fidelity compared to existing methods.

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

DataFlow-Harness: A Grounded Code-Agent Platform for Constructing Editable LLM Data Pipelines

DataFlow-Harness:用于构建可编辑大语言模型数据管道的基础代码代理平台

Runming He, Zhen Hao Wong, Hao Liang, Zimo Meng, Chengyu Shen, Xiaochen Ma, Wentao Zhang

机构 * Peking University(北京大学) Institute for Advanced Algorithms Research(先进算法研究所) Zhongguancun Academy(中关村学院)

AI总结 研究针对大语言模型数据处理工作流中编码代理脚本无法自动转化为可编辑工件的问题,提出DataFlow-Harness平台,通过类型化增量突变引导构建DAG,结合多种技术,在数据工程基准测试中取得高通过率,降低成本和延迟。

Comments 13 pages, 2 figures, and 5 tables. Technical report

详情
AI中文摘要

大语言模型(LLMs)越来越多地用于自动化数据处理工作流程,但编码代理通常生成的脚本不会自动作为持久、可编辑的平台工件实现。我们称这种脱节为“NL2Pipeline差距”。为了弥合这一差距,我们引入了DataFlow-Harness平台,该平台通过类型化、增量式突变引导大语言模型代理构建平台原生有向无环图(DAG),而非自由形式脚本。该平台结合了用于过程指导的DataFlow-Skills、暴露实时运算符注册表和当前管道状态的模型上下文协议(MCP)层,以及将对话式创作与可视化DAG编辑器同步的DataFlow-WebUI。在12任务数据工程基准测试中,DataFlow-Harness实现了93.3%的观察到的端到端通过率。相对于Vanilla Claude Code,它将测量的货币成本降低了72.5%,生成延迟降低了49.9%;其观察到的通过率与上下文感知Claude Code基线相差0.9个百分点以内,而成本低42.8%。每项任务分析表明,当构建依赖于隐式过程知识时,技能最有用。这些结果表明,实时平台基础可以产生持久、可编辑的工作流工件,观察到的可靠性接近脚本生成基线,且测量的构建成本和延迟更低。

英文摘要

Large language models (LLMs) are increasingly used to automate data-processing workflows, yet coding agents typically produce scripts that are not automatically materialized as persistent, editable platform artifacts. We call this disconnect the \textit{NL2Pipeline gap}. To bridge it, we introduce \textsc{DataFlow-Harness}, a platform that guides an LLM agent to construct platform-native directed acyclic graphs (DAGs) through typed, incremental mutations rather than free-form scripts. The platform combines \textsc{DataFlow-Skills} for procedural guidance, a Model Context Protocol (MCP) layer that exposes the live operator registry and current pipeline state, and \textsc{DataFlow-WebUI}, which synchronizes conversational authoring with a visual DAG editor. On a 12-task data-engineering benchmark, \textsc{DataFlow-Harness} achieves a 93.3\% observed end-to-end pass rate. Relative to Vanilla Claude Code, it reduces measured monetary cost by 72.5\% and generation latency by 49.9\%; its observed pass rate is within 0.9 percentage points of the Context-Aware Claude Code baseline while its cost is 42.8\% lower. Per-task analysis indicates that Skills are most useful when construction depends on implicit procedural knowledge. These results show that live platform grounding can produce persistent, editable workflow artifacts with an observed reliability close to script-generation baselines and with lower measured construction cost and latency.

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

Think, Plan, Paint: Layout-Aware Reasoning for Controllable Image Generation in Unified Models

思考、规划、绘制:统一模型中用于可控图像生成的布局感知推理

Junhao Liu, Jian-Wei Zhang, Tao Huang, Miles Yang, Zhao Zhong, Liefeng Bo

机构 * Tencent(腾讯) Peking University(北京大学)

AI总结 研究针对统一多模态大语言模型在可控图像生成中难以遵循复杂空间指令的问题,提出ATLAS框架,采用“思考、规划、绘制”范式及布局共享表示,经强化学习提升性能,在图像生成等任务中效果显著,还支持相关编辑与多模态基础,并引入评估基准。

Comments 22 pages, 12 figures, 9 tables

详情
AI中文摘要

统一多模态大语言模型(MLLMs)为统一视觉理解和生成提供了有前景的范式,但在可控图像生成中难以遵循复杂空间指令和逻辑约束。为解决此差距,我们提出ATLAS,一个为MLLMs配备类人“思考、规划、绘制”范式的统一框架。采用布局作为连接三个阶段的共享表示,使模型能推理空间需求、规划明确物体排列并渲染最终图像。通过基于强化学习的布局对齐进一步提高规划到图像的保真度。我们在7B和80B规模实例化ATLAS,在图像生成基准测试中取得MLLMs的最优性能,并比现有基于布局的统一MLLMs平均提高65.31%。在空间相关任务上,ATLAS比基础模型平均提升23.06%。通过相同布局接口,ATLAS还支持指令引导编辑和多模态基础。我们还引入ATLAS-Reasoning,一个用于评估复杂空间指令下生成的基准。

英文摘要

Unified Multimodal Large Language Models (MLLMs) offer a promising paradigm for unifying visual understanding and generation, yet they still struggle to follow complex spatial instructions and logical constraints in controllable image generation. To address this gap, we present ATLAS, a unified framework that equips MLLMs with a human-like "Think, Plan, and Paint" paradigm. We adopt layout as the shared representation that connects the three stages, enabling the model to reason about spatial requirements, plan explicit object arrangements, and render the final image. We further improve plan-to-image fidelity with reinforcement-learning-based layout alignment. We instantiate ATLAS at 7B and 80B scales, achieving state-of-the-art performance among MLLMs on image generation benchmarks and an average 65.31% improvement over existing layout-based unified MLLMs. On spatially related tasks, ATLAS obtains an average 23.06% gain over the base models. Through the same layout interface, ATLAS also supports instruction-guided editing and multimodal grounding. We further introduce ATLAS-Reasoning, a benchmark for evaluating generation under complex spatial instructions.

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

Dual-Domain Self-Supervised Artifact Removal Framework for Photoacoustic Computed Tomography

用于光声计算机断层扫描的双域自监督伪影去除框架

Yucheng Zhou, Shuang Li, Yu Zhang, Yibing Wang, Chulhong Kim, Seongwook Choi, Changhui Li

机构 * College of Future Technology, Peking University(北京大学未来技术学院) Pohang University of Science and Technology(浦项科技大学)

AI总结 针对光声计算机断层扫描因检测条件稀疏产生的重建伪影问题,提出用轻量级暹罗神经网络及复合损失函数的自监督伪影去除框架,能有效抑制伪影并提升计算效率。

Comments 13 pages, 9 figures

详情
AI中文摘要

光声计算机断层扫描(PACT)由于检测条件稀疏,在重建伪影方面常面临严峻挑战。基于基于反投影和基于傅里叶的重建算法在伪影模式上的明显差异,提出一种自监督伪影去除框架,采用轻量级暹罗神经网络和集成跨域保真度与不确定性加权一致性的复合损失函数,有效解耦双域特征并过滤伪影。通过模拟、体模、体内大鼠和人体实验数据的综合验证表明,该方法能显著抑制图像伪影,且因空间域和频域逆算子的加速,实现了卓越的计算效率。

英文摘要

Photoacoustic Computed Tomography (PACT) often faces severe challenges from reconstruction artifacts due to sparse detection conditions. In this work, based on the distinct differences in artifact patterns between back-projection-based and Fourier-based reconstruction algorithms, we propose a self-supervised artifact removal framework that employs a lightweight Siamese Neural Network and a composite loss function integrating cross-domain fidelity and uncertainty-weighted consistency, effectively decoupling dual-domain features and filtering artifacts. Comprehensive validations using simulations, phantoms, in vivo rat and human experimental data demonstrate that the proposed method can significantly suppress image artifacts. Furthermore, enabled by the acceleration of the spatial-domain and frequency-domain inverse operator, this end-to-end approach also achieves exceptional computational efficiency.

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

Rethinking Feature Reliance Evaluation with Semantically Matched Suppression

用语义匹配抑制重新思考特征依赖评估

Ning Jiang, Tianyi Luo, Zhengyong Huang, Yao Sui

机构 * Institute of Medical Technology, Peking University Health Science Center(北京大学医学部医学技术研究所) National Institute of Health Data Science, Peking University(北京大学国家卫生数据科学研究院) Institute for Artificial Intelligence, Peking University(北京大学人工智能研究院) School of Computer Science and Engineering, Sun Yat-sen University(中山大学计算机科学与工程学院)

AI总结 该研究重新审视视觉识别模型特征依赖问题,引入语义匹配评估框架,通过比较不同抑制下性能,发现卷积神经网络更依赖纹理,视觉Transformer更具鲁棒性,指出语义可比性对解释特征依赖很关键,其优势或与人类视觉皮层表征有关。

详情
AI中文摘要

理解视觉识别模型是否依赖形状、纹理或颜色对于解释其行为至关重要。先前的线索冲突研究强烈影响了人们认为卷积神经网络偏向纹理的观点,但此类测试是在人为冲突下测量线索偏好,而非自然识别过程中的特征依赖。我们通过可控特征抑制重新审视这一问题,发现除非不同抑制操作造成可比的类别级损害,否则性能下降难以解释。我们引入语义匹配评估框架,比较在类别可分性损失匹配水平下的形状和纹理抑制。在此框架下,在ImageNet上训练的卷积神经网络在纹理抑制下比形状抑制下降更明显,揭示出比不匹配抑制分析所显示的更强的纹理依赖性。跨架构比较发现,视觉Transformer在形状和纹理抑制下都比卷积神经网络保持更高准确率。大脑编码进一步表明,在测试抑制设置下,视觉Transformer的表征在神经预测性能上受抑制引起的下降更小。这些发现表明语义可比性对于从抑制实验解释特征依赖至关重要,并表明视觉Transformer的鲁棒性优势可能与更符合人类视觉皮层的表征有关。

英文摘要

Understanding whether visual recognition models rely on shape, texture, or color is central to interpreting their behavior. Prior cue-conflict studies have strongly influenced the view that CNNs are texture-biased, yet such tests measure cue preference under artificial conflicts rather than feature reliance during natural recognition. We revisit this question through controlled feature suppression and show that performance drops are difficult to interpret unless different suppression operations impose comparable category-level damage. We introduce a semantically matched evaluation framework that compares shape and texture suppression at matched levels of category separability loss. Under this framework, ImageNet-trained CNNs show stronger degradation under texture suppression than under shape suppression, revealing greater texture reliance than suggested by unmatched suppression analyses. Extending the comparison across architectures, we find that Vision Transformers retain higher accuracy than CNNs under both shape and texture suppression. Brain encoding further shows that ViT representations exhibit smaller suppression-induced decreases in neural prediction performance under the tested suppression settings. These findings indicate that semantic comparability is essential for interpreting feature reliance from suppression experiments, and suggest that the robustness advantage of ViTs may be related to representations more compatible with human visual cortex.

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

Semantic Anchoring for Robotic Action Representations

用于机器人动作表示的语义锚定

Yuan Xu, Youheng Shi, Chengyang Li, Wentao Zhu, Yizhou Wang

机构 * Peking University(北京大学) Eastern Institute of Technology, Ningbo(宁波东方理工大学) Shanghai Jiao Tong University(上海交通大学)

AI总结 研究VLA模型微调后动作表示结构受损问题,受镜像神经元理论启发,通过系统探测证实结构变化与任务表现相关。提出即插即用方法,将动作表示锚定到语义流形并分解通道,经多基准测试验证,有效提升了模型在真实世界任务中的表现。

Comments Project Page: https://xy02-05.github.io/SemanticMN

详情
AI中文摘要

视觉-语言-动作(VLA)模型从预训练的视觉-语言模型继承了丰富的语义表示,但在有限的机器人演示上进行微调会破坏这种结构并削弱泛化能力。由此产生一个基本问题:什么构成良好的动作表示?受镜像神经元理论启发,研究机器人动作表示是否保留预训练编码器捕获的语义结构。系统探测证实微调期间该结构会受损,其质量与任务成功和分布外泛化同步。还引入一种即插即用方法,将动作表示锚定到语义流形,同时将表示分解为共享语义通道和私有通道,推理时丢弃这些通道,使部署模型不变。在不同VLA主干上通过模拟和真实世界基准测试验证,该方法在真实世界分布内任务上提高了18.7%,在分布外泛化上提高了21.5%。

英文摘要

Vision-Language-Action (VLA) models inherit rich semantic representations from pretrained Vision-Language Models, yet fine-tuning on limited robot demonstrations degrades this structure and undermines generalization. A fundamental question therefore arises: what constitutes a good action representation? Inspired by the mirror neuron theory's insight that observation and execution share an intention-level encoding, we examine whether a robot's action representations preserve the semantic structure captured by pretrained encoders. Systematic probing confirms that this structure erodes during finetuning, and that its quality synchronizes with both task success and out-of-distribution generalization. We further introduce a plug-and-play method that anchors action representations to a semantic manifold while decomposing representations into a shared semantic channel and a private channel, all discarded at inference, leaving the deployed model unchanged. Validated on different VLA backbones across simulation and real-world benchmarks, our method yields up to +18.7% on real-world in-distribution tasks and +21.5% on out-of-distribution generalization.

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

Jetson-PI: Towards Onboard Real-Time Robot Control via Foresight-Aligned Asynchronous Inference

Jetson-PI:通过前瞻对齐异步推理实现机载实时机器人控制

Zebin Yang, Qi Wang, Yunhe Wang, Xiurui Guo, Bo Yu, Shaoshan Liu, Jiafeng Xu, Hao Dong, Meng Li

机构 * Peking University(北京大学) AIRS(无合适中文名,保留英文) PrimeBot Research Institute(PrimeBot 研究院)

AI总结 研究针对低功耗机载设备部署VLA模型的挑战,提出Jetson-PI方法。通过训练轻量级未来校正模块解决感知-执行未对齐,引入基于置信度的调度优化减少反应时间,辅以系统级加速,实验显示其显著提升控制频率和成功率。

Comments 16 pages, 10 figures

详情
AI中文摘要

视觉-语言-动作(VLA)模型在各种具体任务中取得了令人瞩目的性能。然而,由于其高计算复杂度,在如Jetson Orin这样的低功耗机载设备上部署VLA模型仍具有挑战性,会导致显著的推理延迟和低控制频率。异步推理可通过并行化动作执行和后续推理部分掩盖此延迟,但引入了感知-执行未对齐和长反应时间两个关键问题。本文提出Jetson-PI,一种通过前瞻对齐异步校正实现机载设备上高效VLA部署的方法。为解决未对齐问题,训练了一个轻量级未来校正模块,以预测基于已执行动作的未来环境表示,使动作专家能直接从未来时间步预测动作。为减少反应时间,引入基于置信度的调度优化,自适应平衡VLM和动作专家调用,并辅以系统级加速,包括CUDA图重用、GPU驻留中间缓冲和流展开。大量实验表明,Jetson-PI在NVIDIA Jetson Orin上的控制频率比朴素PyTorch和另一方法分别提高了8.66倍和5.41倍,在LIBERO基准测试中的平均成功率比VLASH高14.8%。

英文摘要

Vision-Language-Action (VLA) models have achieved impressive performance on diverse embodied tasks. However, deploying VLA models on low-power onboard devices, such as the Jetson Orin, remains challenging due to their high computational complexity, which leads to substantial inference latency and low control frequency. Asynchronous inference can partially mask this latency by parallelizing action execution and subsequent inference, but it introduces two critical issues: perception-execution misalignment and long reaction time. In this paper, we propose Jetson-PI, a method for efficient VLA deployment on onboard devices via Foresight-Aligned Asynchronous Correction. To address misalignment, we train a lightweight future correction module that predicts future environment representation conditioned on committed actions, enabling the action expert to directly predict actions from the future time step. To reduce reaction time, we introduce confidence-based scheduling optimization that adaptively balances VLM and action expert invocations, complemented by system-level accelerations including CUDA graph reuse, GPU-resident intermediate buffering, and flow unrolling. Extensive experiments demonstrate that Jetson-PI achieves 8.66x and 5.41x improvements in control frequency compared with naive PyTorch and vla.cpp on NVIDIA Jetson Orin, while outperforming VLASH by 14.8\% in average success rate on the LIBERO benchmark. The code of our asynchronous algorithm is available on https://github.com/PKU-SEC-Lab/Jetson-PI, and our efficient llama.cpp-based inference engine is available on https://github.com/PKU-SEC-Lab/Jetson-PI-Edge.

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

Beyond Parallel Tracking: Interactive Multi-Feature Fusion Drives Semantic Reconstruction from Non-invasive Brain Recordings

超越并行跟踪:交互式多特征融合驱动非侵入性脑记录的语义重建

Boda Xiao, Xiran Xu, Songyi Li, Yujie Yan, Xihong Wu, Heping Cheng, Jing Chen

机构 * Center for BioMed-X Research, Academy for Advanced Interdisciplinary Studies,Peking University(北京大学生物医学前沿创新中心、前沿交叉学科研究院) Speech and Hearing Research Center, School of Intelligence Science and Technology,Peking University(北京大学智能科学与技术学院言语听觉研究中心) State Key Laboratory of General Artificial Intelligence(通用人工智能国家重点实验室) National Biomedical Imaging Center, State Key Laboratory of Membrane Biology, Institute of Molecular Medicine, Peking-Tsinghua Center for Life Sciences, College of Future Technology, Peking University(国家生物医学成像中心、膜生物学国家重点实验室、分子医学研究所、北京大学生命科学联合中心、未来技术学院)

AI总结 研究针对非侵入性脑记录语义重建中表征不匹配问题,引入多特征融合框架,通过交互式门控机制结合静态与动态表征,经实验对比线性连接和非线性交叉注意力等方法,证明交叉注意力融合性能最佳,提供了新的脑到文本解码方法。

详情
AI中文摘要

从非侵入性神经记录进行连续语义重建仍然受到语义特征空间与神经编码模式之间表征不匹配的限制,严重阻碍了高噪声神经信号与目标语义特征之间的跨模态对齐。先前的语义解码器主要单独依赖静态词汇表征或动态上下文表征。这种单维方法不可避免地导致严重信息丢失。为弥合差距,本研究引入用于非侵入性语义重建的多特征融合框架,系统地对线性朴素连接和非线性多头交叉注意力这两种整合方法进行基准测试。通过广泛的语义重建和文本生成实验,揭示了强大的性能层次:交叉注意力>连接>GPT>词向量。关键的是,非线性交叉注意力融合方法实现了最先进的性能,证明神经语言解码受益于模拟上下文信息与核心词汇属性之间的协作调制,而非依赖孤立的个体特征,还提供了可行的非侵入性脑到文本解码方法。

英文摘要

Continuous semantic reconstruction from non-invasive neural recordings remains limited by the representational mismatch between semantic feature spaces and neural coding patterns, which severely impedes cross-modal alignment between high-noise neural signals and target semantic features. Prior semantic decoders have predominantly relied on static lexical representations or dynamic contextualized representations in isolation. This single-dimension approach inevitably leads to severe information loss, as it fails to account for the human brain's capacity to integrate stable word attributes and dynamic contexts simultaneously. To bridge this gap, this study introduces a multi-feature fusion framework for non-invasive semantic reconstruction, systematically benchmarking two integration approaches: linear Naive Concatenation and non-linear Multi-Head Cross-Attention. Within this framework, our approach complements static lexical representations (W2V) with dynamic contextual representations (GPT) via an interactive gating mechanism to facilitate cooperative processing during language comprehension. Evaluated through extensive semantic reconstruction and text generation experiments, our framework reveals a robust performance hierarchy: Cross-Att > Concat > GPT > W2V. Crucially, the non-linear cross-attention fusion method achieves state-of-the-art performance, demonstrating that neural language decoding benefits from simulating the collaborative modulation between contextual information and core lexical attributes rather than depending on isolated individual features, while also offering a viable non-invasive brain-to-text decoding method.

URL PDF HTML 收藏
2607.04438 2026-07-21 cs.CV cs.AI cs.HC cs.MA cs.MM 版本更新

ResearchStudio-Reel: Automate the Last Mile of Research from Paper to Poster, Video, and Blog

ResearchStudio-Reel:实现从论文到海报、视频和博客的研究最后一公里自动化

Lingao Xiao, Yalun Dai, Yangyu Huang, Qihao Zhao, Wenshan Wu, Hugo He, Ruishuo Chen, Jin Jiang, Qianli Ma, Jiahuan Zhang, Xin Zhang, Ying Xin, Yang Ou, Yan Xia, Scarlett Li, Longbo Huang, Zhipeng Zhang, Yang He, Yap Kim Hui, Yan Lu

机构 * Microsoft Research(微软研究院) National University of Singapore(新加坡国立大学) Nanyang Technological University(南洋理工大学) Tsinghua University(清华大学) Peking University(北京大学) Shanghai Jiao Tong University(上海交通大学) Westlake University(西湖大学) CFAR, A*STAR(计算科学与工程研究所,新加坡科技研究局)

AI总结 研究传播自动化困难,以往方法有局限。该研究提出将最后一公里构建为技能组合,实例化ResearchStudio-Reel,包括共享提取器、可编辑生成器和交互式收敛层,能产出多种可编辑工件,效果优于现有系统。

详情
AI中文摘要

研究传播,即将论文转化为海报、演讲视频和博客文章,仍然是手动的最后一公里。以前的自动化方法孤立地处理每个工件,每个都从头重新提取论文,通常提供单向渲染,作者无法在PowerPoint或Word中重新打开,并且根据软VLM偏好分数来评估质量,而在承载部分仍为空时分数会趋于平稳。我们认为这最后一公里最好构建为技能组合:瘦代理可读契约,共享一个上游提取器,并在测量填充循环中包装确定性原语,其出口是硬通过/失败渲染门。我们将其实例化为ResearchStudio-Reel,五个Claude代码和Codex技能组织成一个共享提取器(Paper2Assets)、三个可编辑生成器(Paper2Poster、Paper2Video、Paper2Blog)和一个交互式收敛层(Paper2Reel)。Paper2Assets将每篇论文提取一次到一个共享包中,供每个下游技能重用;三个生成器生成一个可打印的海报、一个同步的演讲视频和一个双语博客,它们在事实层面上保持一致,并能通过PowerPoint或Word进行往返;Paper2Reel然后将这三个绑定到一个独立的HTML查看器中,其部分级点击会使视频、幻灯片、字幕和博客跳转到匹配的内容。在Paper2Poster基准测试中,我们的海报在美学和信息子标准方面领先于先前的自动化系统和单镜头前沿语言模型,在两名外部VLM评委的评估下,在美学方面超过了作者自己的海报,并在84%至93%的论文中总体获胜;能力审计进一步表明,通过将与叙述对齐的幻灯片亮点与由布局感知DOCX修复控制的双语博客独特配对,ResearchStudio-Reel是唯一能够提供所有三个可编辑工件的管道。项目可在此https URL上获取

英文摘要

Despite growing automation, turning a paper into a coherent poster, talk video, and blog piece often remains a labor-intensive last mile. Recent systems increasingly generate multiple dissemination formats, but a practical workflow must also keep the outputs editable in native tools and bound into one navigable deliverable for revision and reuse. We present ResearchStudio-Reel, a native-editable dissemination workspace that binds its three artifacts into one interactive deliverable at the experience level, implemented as five skills executable in Claude Code and Codex: one shared extractor, three editable artifact generators, and one interactive convergence layer. A shared asset bundle feeds a PowerPoint poster and video deck, plus a bilingual Word blog; rather than re-rendering the paper into a fourth format, Paper2Reel converges these already-produced artifacts at the experience level, binding poster regions, video segments, and blog passages into one interactive viewer. Artifact-specific release checks make this delivery contract testable, and Paper2Poster additionally uses a measured-fill loop. On the Paper2Poster benchmark, our Claude Code configuration achieves the best scores among automated systems on all three aesthetic sub-criteria and the best or tied-best scores on two of three information sub-criteria. Under two VLMjudges, it exceeds the authors' posters in average aesthetics (3.56 vs. 3.03) and wins on overall quality on 74 and 95 of the 100 papers under the two judges. The full pipeline additionally packages the native-editable source artifacts and their aligned viewer. Project is available at https://aka.ms/ResearchStudio

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

Lil: Less is Less When Applying Post-Training Sparse-Attention Algorithms in Long-Decode Stage

Lil: 在长解码阶段应用后训练稀疏注意力算法时,少即是少

Junhao Hu, Fangze Li, Mingtao Xu, Feifan Meng, Shiju Zhao, Tiancheng Hu, Ting Peng, Anmin Liu, Wenrui Huang, Chenxu Liu, Ziyue Hua, Tao Xie

机构 * SCS, Peking University, Beijing, China(北京大学信息科学与技术学院,北京,中国) Key Lab of HCST (PKU), MOE, Beijing, China(高等教育出版社HCST重点实验室(PKU),北京,中国) State Key Laboratory for Novel Software Technology, Nanjing University, China(南京大学新型软件技术国家重点实验室,中国) Tencent, Shenzhen, China(腾讯,深圳,中国) Beijing Tongming Lake Information Technology Application Innovation Center, Beijing, China(北京 Tongming Lake 信息技术应用创新中心,北京,中国)

AI总结 本文研究了在长解码阶段应用稀疏注意力算法时,信息丢失导致序列变长的问题,提出早停算法减少token消耗并降低精度损失。

详情
AI中文摘要

大型语言模型(LLMs)在广泛复杂任务中表现出强大的能力,并且正在大规模部署,这对推理效率提出了显著要求。先前的工作通常将推理分解为prefill和decode阶段,其中decode阶段主导总延迟。为了减少解码阶段的时间和内存复杂度,一系列工作引入了稀疏注意力算法。在本文中,我们通过实证和理论证明,稀疏注意力可能反常地增加端到端复杂度:信息丢失往往导致显著更长的序列,这种现象我们称为“Less is Less”(Lil)。为缓解Lil问题,我们提出了一种早停算法,该算法检测稀疏解码过程中信息损失超过信息增益的阈值。我们的早停算法在推理密集型基准上将token消耗减少了高达90%,同时精度损失低于2%。

英文摘要

Large language models (LLMs) demonstrate strong capabilities across a wide range of complex tasks and are increasingly deployed at scale, placing significant demands on inference efficiency. Prior work typically decomposes inference into prefill and decode stages, with the decode stage dominating total latency. To reduce time and memory complexity in the decode stage, a line of work introduces sparse-attention algorithms. In this paper, we show, both empirically and theoretically, that sparse attention can paradoxically increase end-to-end complexity: information loss often induces significantly longer sequences, a phenomenon we term ``Less is Less'' (Lil). To mitigate the Lil problem, we propose an early-stopping algorithm that detects the threshold where information loss exceeds information gain during sparse decoding. Our early-stopping algorithm reduces token consumption by up to 90% with a marginal accuracy degradation of less than 2% across reasoning-intensive benchmarks.

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

GAP-MLLM: Geometry-Aligned Pre-training for Activating 3D Spatial Perception in Multimodal Large Language Models

GAP-MLLM:几何对齐预训练以激活多模态大语言模型中的3D空间感知

Jiaxin Zhang, Junjun Jiang, Haijie Li, Youyu Chen, Kui Jiang, Dave Zhenyu Chen

机构 * Harbin Institute of Technology(哈尔滨工业大学) School of Electronic and Computer Engineering, Peking University(北京大学电子与计算机工程学院) Huawei(华为)

AI总结 本文提出GAP-MLLM,通过几何对齐预训练激活多模态大语言模型中的3D空间感知,改进了传统方法在3D空间感知上的不足。

Comments Accepted by ECCV 2026. Project page: https://gapmllm.github.io/

详情
AI中文摘要

多模态大语言模型(MLLMs)在语义推理方面表现出色,但在纯RGB输入限制下难以实现3D空间感知。尽管利用了3D重建模型的隐式几何先验,基于图像的方法在性能上仍逊于使用显式3D数据的方法。我们认为,这种差距并非源于几何先验不足,而是训练范式不匹配:以文本为主的微调未能激活MLLMs中的几何表示。现有方法通常采用简单的特征拼接并直接优化下游任务,缺乏几何特定的监督。为此,我们提出GAP-MLLM,一种几何对齐的预训练范式,旨在在下游适应前显式激活结构感知。具体而言,我们引入了一个视觉提示的联合任务,迫使MLLMs预测稀疏点云图并同时预测语义标签,从而强制几何意识。此外,我们设计了多级渐进融合模块,具有令牌级门控机制,使几何先验能够自适应地整合而不抑制语义推理。大量实验表明,GAP-MLLM显著增强了几何特征融合,并在3D视觉定位、3D密集标注和3D视频目标检测任务中持续提升了性能。

英文摘要

Multimodal Large Language Models (MLLMs) demonstrate exceptional semantic reasoning but struggle with 3D spatial perception when restricted to pure RGB inputs. Despite leveraging implicit geometric priors from 3D reconstruction models, image-based methods still exhibit a notable performance gap compared to methods using explicit 3D data. We argue that this gap does not arise from insufficient geometric priors, but from a misalignment in the training paradigm: text-dominated fine-tuning fails to activate geometric representations within MLLMs. Existing approaches typically resort to naive feature concatenation and optimize directly for downstream tasks without geometry-specific supervision, leading to suboptimal structural utilization. To address this limitation, we propose GAP-MLLM, a Geometry-Aligned Pre-training paradigm that explicitly activates structural perception before downstream adaptation. Specifically, we introduce a visual-prompted joint task that compels the MLLMs to predict sparse pointmaps alongside semantic labels, thereby enforcing geometric awareness. Furthermore, we design a multi-level progressive fusion module with a token-level gating mechanism, enabling adaptive integration of geometric priors without suppressing semantic reasoning. Extensive experiments demonstrate that GAP-MLLM significantly enhances geometric feature fusion and consistently enhances performance across 3D visual grounding, 3D dense captioning, and 3D video object detection tasks.

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

When Generative Replay Meets Evolving Deepfakes: Dual Confusion-Aware Regularization for Incremental Face Forgery Detection

当生成式重放遇上不断演变的深度伪造:用于增量式人脸伪造检测的双混淆感知正则化

Hao Shen, Jikang Cheng, Renye Yan, Zhongyuan Wang, Wei Peng, Baojin Huang

机构 * Huazhong Agricultural University(华中农业大学) Peking University(北京大学) Wuhan University(武汉大学) Stanford University(斯坦福大学)

AI总结 研究人脸生成技术发展下的增量式深度伪造检测问题,提出双混淆感知正则化策略双CARE,通过引入域感知混淆分数量化域混淆,对重放生成器和检测器进行双调制,有效利用生成式重放改进检测效果。

详情
AI中文摘要

人脸生成技术的快速发展带来了越来越多的伪造方法,使得增量式深度伪造检测对于维持强大的检测器至关重要。虽然生成式重放为缓解灾难性遗忘且无需存储历史数据提供了一个有前景的解决方案,但其有效性受到生成样本与真实数据之间的“域混淆”阻碍。我们观察到重放样本分为两类:当重放生成器与新引入的伪造模型非常相似时,生成的真实样本与伪造域重叠并变得“域有风险”;当生成器差异很大时,生成的样本保持更清晰的域分离,可被视为“域安全”。为应对这一挑战,我们提出了一种双混淆感知正则化策略,称为双CARE。引入了一个域感知混淆分数(DC分数)来量化域混淆,并对重放生成器和增量检测器的优化进行“双调制”。在DC分数的指导下,更新重放生成器以更好地逼近先前任务的分布,而检测器采用不同的监督策略:对域安全样本直接监督,对域有风险的样本使用相对分离损失进行调节以平衡监督和混淆。大量实验表明,双CARE有效地利用了生成式重放,并在不断演变的伪造场景下改进了增量式深度伪造检测。

英文摘要

The rapid advancement of face generation techniques has introduced an increasing variety of forgery methods, making incremental deepfake detection essential for maintaining robust detectors. While generative replay provides a promising solution to alleviate catastrophic forgetting without storing historical data, its effectiveness is hindered by \textbf{domain confusion} between generated samples and real data. We observe that replay samples fall into two categories: when the replay generator closely resembles the newly introduced forgery model, generated real samples overlap with the fake domain and become \textbf{domain-risky}; when the generator differs significantly, generated samples maintain clearer domain separation and can be treated as \textbf{domain-safe}. To address this challenge, we propose a Dual \textbf{C}onfusion-\textbf{A}ware \textbf{RE}gularization strategy, termed \textbf{Dual-CARE}. A Domain-aware Confusion Score (DC Score) is introduced to quantify domain confusion and \textbf{dual-modulate} the optimization of both replay generators and the incremental detector. Guided by DC Score, replay generators are updated to better approximate previous-task distributions, while the detector adopts different supervision strategies: domain-safe samples are directly supervised, whereas domain-risky samples are regulated using a Relative Separation Loss to balance supervision and confusion. Extensive experiments demonstrate that Dual-CARE effectively exploits generative replay and improves incremental deepfake detection under evolving forgery scenarios.

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

GRIP: In-Parameter Graph Reasoning through Fine-Tuning Large Language Models

GRIP:通过微调大语言模型进行参数内图推理

Jiarui Feng, Donghong Cai, Yixin Chen, Muhan Zhang

机构 * Washington University in Saint Louis(华盛顿大学圣路易斯分校) Institute for Artificial Intelligence, Peking University(北京大学人工智能研究院) State Key Laboratory of General Artificial Intelligence, BIGAI(通用人工智能国家重点实验室,BIGAI)

AI总结 研究如何让大语言模型适应结构数据,提出GRIP方法,通过微调任务将图关系知识内化到模型参数,存储于轻量级LoRA模块,实验表明该方法在处理大图时优于基线,处理小图时以低推理成本达可比性能。

详情
AI中文摘要

大语言模型(LLMs)在建模顺序文本数据和跨不同任务泛化方面展现出卓越能力。但有效使LLMs适应结构数据仍是挑战。一些方法将图转换为文本序列,存在令牌开销大等问题;另一些引入模块编码图。本文提出GRIP,通过精心设计的微调任务将图的复杂关系知识直接内化到LLM参数中,知识存储在轻量级LoRA模块。实验验证了该方法,对于超出LLMs上下文窗口的图,GRIP利用内化知识优于基线,对于小规模图,以更低推理成本实现可比性能。

英文摘要

Large Language Models (LLMs) have demonstrated remarkable capabilities in modeling sequential textual data and generalizing across diverse tasks. However, effectively adapting LLMs to structural data, such as knowledge graphs or web graphs, remains a fundamental challenge. Some approaches adopt complex strategies to convert graphs into text sequences, resulting in significant token overhead and rendering them impractical for large-scale graphs. Others introduce additional modules to encode graphs into fixed-size token representations for LLMs. However, these methods typically require large-scale post-training on graph-text corpus and complex alignment procedures, yet often yield sub-optimal results due to poor modality alignment. In this work, we propose GRIP. Instead of relying on heavy graph serialization or specialized graph encoding modules, GRIP directly internalizes complex relational knowledge from graphs into the parameters of LLM through carefully designed fine-tuning tasks. The acquired structural knowledge is compactly stored in lightweight LoRA modules, enabling the fine-tuned LLM to perform a wide range of tasks over the internalized graph without requiring access to the original graph as context at inference time. Extensive experiments validate our approach. For graphs that cannot fit within the LLMs context window, GRIP consistently outperforms LLM baselines by leveraging internalized graph knowledge, while for small-scale graphs, it achieves comparable performance with substantially lower inference cost.

URL PDF HTML 收藏
2509.09371 2026-07-21 stat.ME cs.LG 版本更新

Representation-Aware Distributionally Robust Optimization: A Knowledge Transfer Framework

表示感知分布鲁棒优化:一种知识转移框架

Zitao Wang, Nian Si, Molei Liu

机构 * Department of Statistics, Columbia University(哥伦比亚大学统计系) Department of Industrial Engineering and Decision Analytics, Hong Kong University of Science and Technology(香港科技大学工业工程与决策分析系) Department of Biostatistics, Peking University Health Science Center(北京大学北京医科大学生物统计学系) Beijing International Center for Mathematical Research, Peking University(北京大学北京国际数学研究中心)

AI总结 研究提出表示感知分布鲁棒估计(READ)框架,利用外部表示指导鲁棒性几何,增加改变表示坐标扰动的运输成本。在当前目标推断和未来总体部署中研究READ,模拟和应用证明其在多源多任务转移学习中有优势。

详情
AI中文摘要

分布鲁棒优化(DRO)通过在一组扰动分布上优化最坏情况性能来保护统计学习免受分布变化影响。然而,标准DRO公式通常平等对待所有特征扰动。当外部知识表明预测信号嵌入协变量的低维表示中时,这可能过于保守。我们提出了表示感知分布鲁棒估计(READ),这是一个Wasserstein DRO框架,使用外部表示来指导鲁棒性几何。READ增加改变表示坐标的扰动的运输成本,同时保持对与表示正交的变化的保护。我们在两种情况下研究READ。首先,对于当前目标的推断,我们渐近地刻画估计器,并开发一种Wasserstein轮廓推断方法来构建表示对齐的置信区域,同时实现自动超参数调整。其次,对于部署到与当前目标不同但由相同表示不变随机系数模型生成的未来总体,我们表明所得区域比标准方法实现更高的未来模型参数覆盖率。模拟和单细胞多组学应用证明了READ在多源和多任务转移学习设置中的优势。

英文摘要

Distributionally robust optimization (DRO) protects statistical learning against distributional shifts by optimizing the worst-case performance over a set of perturbed distributions. However, standard DRO formulations often treat all feature perturbations equally. This can be unnecessarily conservative when external knowledge suggests that the predictive signal is embedded in a low-dimensional representation of covariates. We propose REpresentation-Aware Distributionally robust estimation (READ), a Wasserstein DRO framework that uses external representations to guide the geometry of robustness. Rather than uniformly perturbing all covariate directions, READ increases the transport cost of perturbations that change representation coordinates, thereby reshaping the dual regularization toward the representation subspace. Meanwhile, it preserves protection against variations orthogonal to the representation. We study READ in two regimes. First, for inference on the current target, we characterize our estimator asymptotically and develop a Wasserstein profile inference approach to construct representation-aligned confidence regions while enabling automatic hyperparameter tuning. Second, for deployment to future populations that differ from the current target but are generated from the same representation-invariant random-coefficient model, we show that the resulting regions achieve higher coverage of future model parameters than standard methods. Simulations and a single-cell multi-omics application demonstrate the advantages of READ in multi-source and multitask transfer learning settings.

URL PDF HTML 收藏
2607.16190 2026-07-20 cs.CV 新提交

FVAttn: Adaptive Sparse Attention with Runtime Load Balancing for Video Generation

FVAttn:用于视频生成的具有运行时负载均衡的自适应稀疏注意力

Hao Liu, Chenghuan Huang, Ye Huang, Zhiying Wen, Hao Liu, Mohan Zhang, Chen Li, Ziyang Ma, Jing Lyu, Jiangsu Du

机构 * Tencent Inc.(腾讯公司) Peking University(北京大学)

AI总结 研究视频生成中自注意力瓶颈问题,提出FVAttn方法,通过Top-$p$路由等技术及运行时负载均衡等策略,提升自适应稀疏注意力分布式执行效率,降低负载不平衡,实现注意力和推理加速,且视频质量有竞争力。

详情
AI中文摘要

视频扩散变换器处理长时空序列,使自注意力成为高分辨率视频生成的主要瓶颈。无需训练的稀疏注意力降低了成本,但在多 GPU 序列并行下,自适应 Top-$p$ 路由会导致每个头的工作量不均衡。由此产生的工作负载异质性将稀疏注意力变成了秩级掉队者问题。我们提出了 \method{},这是一个无需训练的稀疏注意力系统,可提高多 GPU 序列并行下自适应稀疏注意力的分布式执行效率。\method{} 使用 Top-$p$ 路由、Top-$k$ 安全下限和视频感知块组织作为稀疏路由前端,然后在运行时修复物化掩码。运行时负载均衡通过 P2P 通信迁移少量重负载头以缩短当前关键路径。松弛感知稀疏增强用额外的高价值块填充剩余的非关键秩松弛,而重叠则将调度和迁移开销隐藏在现有计算之后。在逐步提炼的 Wan2.2 I2V 上,\method{} 将平均负载不平衡从 1.34 降低到 1.08,并比 FlashAttention 实现了 4.41 倍的注意力加速,同时在具有竞争力的视频质量下实现了 2.02 至 2.11 倍的 DiT 推理加速。

英文摘要

Video Diffusion Transformers process long spatio-temporal sequences, making self-attention the main bottleneck in high-resolution video generation. Training-free sparse attention reduces this cost, but adaptive Top-$p$ routing creates uneven per-head workloads under multi-GPU sequence parallelism. The resulting workload heterogeneity turns sparse attention into a rank-level straggler problem. We present \method{}, a training-free sparse-attention system that improves the distributed execution efficiency of adaptive sparse attention under multi-GPU sequence parallelism. \method{} uses Top-$p$ routing, a Top-$k$ safety floor, and video-aware block organization as the sparse-routing frontend, then repairs the materialized mask at runtime. Runtime Load Balancing migrates a small number of heavy heads via P2P communication to shorten the current critical path. Slack-Aware Sparse Augmentation fills residual non-critical-rank slack with additional high-value blocks, while overlap hides scheduling and migration overhead behind existing computation. On step-distilled Wan2.2 I2V, \method{} reduces average load imbalance from 1.34 to 1.08 and delivers a $4.41\times$ attention speedup over FlashAttention, while achieving a $2.02$--$2.11\times$ DiT inference speedup with competitive video quality.

URL PDF HTML 收藏