Table of Contents

cs.CL [Back]

[1] Do LLMs Need Architectural Changes for Simultaneous Speech Translation? A Prefix-to-Prefix Data Driven Approach cs.CLPDF

Junkun Chen, Jian Xue, Ming Tang, Abdel Heba, Hoda Gholami

TL;DR: 本文提出了一种数据驱动的方法CSSEL-P2P,用于提升仅解码器LLM在同步语音翻译任务中的性能。该方法通过固定长度分块的累积流式解码、基于回退的已提交前缀机制,以及教师标注的前缀到前缀监督进行微调,实现了在不改变LLM架构的情况下有效提升流式翻译质量。

Details

Motivation: 同步语音翻译在严格延迟约束下进行增量翻译,对仅解码器LLM具有挑战性,现有方法常引入架构修改或显式读写策略,在对话语音等边界模糊场景中可能不够鲁棒。

Result: 在内部对话语音评估中,CSSEL-P2P在可比延迟下(平均滞后增加0.15秒),相比CSSEL流式基线将流式质量提升了+1.54 COMETKiwi分数。

Insight: 创新点在于提出了一种纯粹数据驱动的P2P监督方法,通过前缀到前缀的标注和微调策略,使标准LLM无需架构改动即可适应同步翻译,简化了系统设计并提升了在模糊边界场景下的鲁棒性。

Abstract: Simultaneous speech translation (SimulST) requires incremental translation under strict latency constraints, yet remains challenging for decoder-only LLM systems due to limited context and cross-lingual reordering. Recent approaches often introduce architectural changes or explicit read/write policies to control output timing, which can be brittle in conversational speech where segmentation boundaries are ambiguous. We present a simple data-driven alternative: fixed-length chunks for cumulative streaming decoding with a rewind-based committed prefix, and teacher-labeled prefix-to-prefix (P2P) targets with bounded waiting for fine-tuning, yielding CSSEL-P2P, where CSSEL is our proposed chunked streaming speech encoder LLM. In our in-house conversational speech evaluation, CSSEL-P2P improves streaming quality by +1.54 COMETKiwi over the CSSEL streaming baseline at comparable latency (+0.15s Average Lagging), suggesting effective SimulST without architectural changes via P2P supervision.


[2] Text2Sign: A Single-GPU Diffusion Baseline for Text-to-Sign Language Video Generation cs.CL | cs.CV | cs.LGPDF

Ruize Xia

TL;DR: 本文提出了Text2Sign,一种基于扩散模型的文本到手语视频生成方法,旨在降低训练和推理成本,使其能在单个NVIDIA L4 GPU上运行。该方法结合了冻结的视觉语言文本编码器、3D编码器-解码器以及分解的时空注意力机制,以在保持运动连贯性的同时减少全视频注意力的计算开销。

Details

Motivation: 手语是数百万聋人和听力障碍者的主要沟通方式,但文本到手语视频生成通常成本高昂,因为视频扩散模型的训练和评估开销大。本文旨在开发一个低成本的基线模型,使研究更易进行。

Result: 在How2Sign数据集的手语者不相交划分上,最佳短周期消融实验的验证损失为0.0648,长周期检查点达到0.00999。在紧凑评估切片上,后者使用8步DDIM采样和引导尺度5.0,实现了SSIM为0.2403±0.0238,PSNR为15.11±0.42 dB,时间一致性为1.0000±0.0000。模型以2.54帧/秒的速度生成32帧64×64分辨率视频,峰值推理内存为3.12 GB。

Insight: 创新点包括使用冻结的预训练文本编码器与3D架构结合,以及分解的时空注意力机制来平衡计算成本与视频质量。这为低成本手语视频生成提供了一个可行的研究基线,但模型仅限于低分辨率短片段,且缺乏语言学专家评估。

Abstract: Sign language is a primary communication channel for millions of Deaf and hard-of-hearing people, yet text-to-signer video generation remains costly because video diffusion models are expensive to train and evaluate. This paper presents Text2Sign, a text-conditioned diffusion model for short sign-language clips that runs on a single NVIDIA L4 GPU. It combines a frozen vision-language text encoder with a 3D encoder-decoder and factorized spatiotemporal attention to reduce the cost of full-video attention while preserving motion coherence. We compare convolution-only and transformer-style backbones, frozen pretrained and task-specific text encoders, and factorized versus full attention. On a signer-disjoint How2Sign split, the best short-run ablation reaches a validation loss of 0.0648, while a longer-run checkpoint reaches 0.00999. On a compact evaluation slice, the latter achieves an SSIM of $0.2403 \pm 0.0238$, a PSNR of $15.11 \pm 0.42$ dB, and temporal consistency of $1.0000 \pm 0.0000$ using 8-step DDIM sampling with a guidance scale of 5.0. It generates a 32-frame, $64 \times 64$ clip in 12.60 seconds, or 2.54 frames per second, with peak inference memory of 3.12 GB. A held-out denoising audit shows only weak prompt sensitivity: removing text increases late-timestep loss from 0.9875 to 0.9891, while shuffled prompts perform similarly to correct prompts. Frozen text conditioning therefore improves short-budget validation loss, but prompt-specific separation remains limited. The system is restricted to low-resolution, short clips and lacks expert linguistic evaluation, so it should be viewed as a single-GPU research baseline rather than a complete sign-language production system. Code is available at https://github.com/xiaruize0911/text2sign.


[3] Discourse-Aware Policy Analysis with Argumentation: A Hybrid LLM-Symbolic Framework for Disaster Governance cs.CL | cs.AIPDF

Stylianos Loukas Vasileiou, Olga Derendiaeva

TL;DR: 本文提出了一种名为Apaf的混合LLM-符号化框架,用于分析政策文本中的话语结构,特别关注灾害治理领域。该框架将批判性话语分析操作化为基于政策文本的定量双极论证框架,通过LLM提取特征并结合确定性规则来识别论证框架(审议型与管理型)及四种框架中介关系子类型。

Details

Motivation: 现有计算政策话语分析方法无法表达驱动政策文本中隐性张力(如参与式承诺与管理控制并存)的框架中介关系,而端到端的LLM摘要虽流畅但缺乏领域专家可审查或质疑的结构。

Result: 作者发布了一个包含美、英、加、澳四国100份灾害风险减少政策子文档的新数据集,并证明生成的论证图在不同司法管辖区中具有准确性、可解释性和稳定性。

Insight: 创新点在于将批判性话语分析与形式论证理论结合,通过混合LLM(用于特征提取)和符号化规则(用于关系构建)的管道,实现了对政策文本中隐含推理的结构化、可量化分析,为政策分析提供了可检验的框架。

Abstract: Policy documents shape governance outcomes, but their reasoning is often implicit. Participatory commitments and managerial control routinely coexist in the same text, and the tensions between them are rarely stated directly. Existing computational approaches to policy discourse cannot express the frame-mediated relations that drive these tensions, where one argument narrows or instrumentalizes another rather than rejecting it. End-to-end summarization by large language models produces fluent text but offers little structure that domain experts can inspect or contest. We present Apaf, a hybrid LLM–symbolic pipeline that operationalizes critical discourse analysis as a quantitative bipolar argumentation framework over policy text. Arguments are first classified into deliberative or managerial frames. Four frame-mediated relation subtypes (agency reduction, agenda shift, instrumental support, and normative support) are then produced by deterministic rules over LLM-extracted features. We release a novel dataset of 100 sub-documents of disaster-risk-reduction policy from the USA, UK, Canada, and Australia, and show that the resulting argument graphs are accurate, interpretable, and stable across jurisdictions.


[4] GSM-Plus-BN: A Perturbation-Based Benchmark for Bangla Mathematical Reasoning in Large Language Models cs.CLPDF

Bidyarthi Paul, Nahida Jannat Mayouree, Md. Asif Karim, Sagar Chandra Nath, Swastika Kundu

TL;DR: 该论文针对孟加拉语数学推理评估的缺失,提出了GSM-Plus-BN基准数据集,该数据集源自英语GSM-Plus基准并经过人工翻译和扰动处理。研究评估了六个开源大语言模型在标准提示和思维链提示下的表现,发现模型在孟加拉语扰动文本上存在显著性能差距,为未来孟加拉语数学推理研究提供了资源和基线。

Details

Motivation: 当前大语言模型的数学推理评估主要集中于英语等高资源语言,导致在孟加拉语等语言多样化地区存在评估空白,无法公平评估模型的鲁棒性和真实理解能力。

Result: 实验结果显示,在标准提示下,GPT-OSS-20B在种子问题上取得了96.08%的最高准确率;而Llama-3.3-70B和GPT-OSS-120B等更大模型在多种扰动类型上表现出更强的鲁棒性。思维链提示显著提升了大多数模型的推理能力,但所有模型在孟加拉语扰动文本上的表现均明显落后于其英语基准水平。

Insight: 论文的主要创新点在于构建了首个系统性的、经过扰动的孟加拉语数学推理基准数据集GSM-Plus-BN,填补了该语言领域的评估空白。从客观角度看,其通过扰动测试来评估模型鲁棒性(超越模式识别)的方法,以及对多模型在标准与思维链提示下的系统性对比,为低资源语言模型的评估提供了可借鉴的范式。

Abstract: The evaluation of mathematical reasoning in large language models (LLMs) has predominantly focused on high-resource languages like English. This has created a significant barrier to the equitable development and deployment of AI in linguistically diverse regions such as Bangladesh, where over 230 million people speak Bengali. Despite this global significance, there has been minimal prior work on mathematical reasoning in Bengali and no existing research that systematically benchmarks a perturbated Bengali mathematical dataset, leaving a critical void in assessing model robustness and true comprehension beyond pattern recognition. This study addresses this gap by introducing GSM-Plus-BN, a novel perturbated Bengali mathematical dataset derived from the English GSM-Plus benchmark and verified by human translators. We evaluate six open-source LLMs Qwen3-32B, Llama-3.1-8B-Instant, Llama-3.3-70B-Versatile, Llama-4-Scout-17B-16E-Instruct, GPT-OSS-120B, and GPT-OSS-20B using a benchmark of 9,000 evaluation samples comprising 1,000 seed questions and 8,000 perturbed variants under both Standard Prompting and Chain-of-Thought (CoT) Prompting. Experimental results show that GPT-OSS-20B achieves the highest seed question accuracy of 96.08% under Standard Prompting, while larger models such as Llama-3.3-70B and GPT-OSS-120B demonstrate superior robustness across perturbation types. Furthermore, CoT prompting substantially improves reasoning for most models compared to Standard Prompting, yet a notable performance gap persists across all models relative to their English benchmarks, underscoring the inherent difficulty of perturbed Bengali text. This research makes a foundational contribution by providing GSM-PLUS-BN as a new resource and baseline for future Bengali mathematical reasoning research.


[5] Meta-Learning Preferences for Multilingual LLM Alignment cs.CLPDF

Jiaying Lin, Seongho Son, Nam Phuong Tran, Long Tran-thanh, Ilija Bogunovic

TL;DR: 本文提出了一种基于元学习的多语言大语言模型对齐框架,旨在解决低资源语言偏好数据不足的问题。该框架通过利用其他语言的偏好数据,学习可迁移的初始化参数,从而能够用极少量目标语言数据实现有效对齐。

Details

Motivation: 动机在于多语言环境中,人类偏好数据在不同语言间分布不均,导致低资源语言对齐面临数据稀缺的挑战。

Result: 在仅使用100个目标语言偏好样本的极低资源设置下,该方法在多项多语言基准测试中相比基线方法实现了高达28%的胜率提升,并在不同目标语言和模型规模上均表现更优。

Insight: 创新点在于将元学习框架应用于人类反馈强化学习和直接偏好优化,实现了跨语言偏好知识的迁移,为低资源语言对齐提供了数据高效的解决方案。

Abstract: Unequal availability of human preference data across languages poses a significant challenge for aligning large language models in multilingual settings. To address the lack of sufficient data in low-resource language alignment, we propose a meta-learning framework for Reinforcement Learning from Human Feedback and Direct Preference Optimization. By leveraging preference data from other languages, our framework learns a transferable initialization that enables effective adaptation to a target language with minimal data. We provide theoretical guarantees for both the meta-reward modeling and meta-policy optimization settings, and empirically demonstrate the effectiveness of our approach on multilingual benchmarks. In an extremely low-resource setting with only 100 target-language preference samples, our approach achieves up to $28%$ win-rate improvements over baseline methods, and consistently outperforms baselines across multiple target languages and model scales. Our approaches retain these advantages across different combinations of meta-training languages and varying linguistic distances from the target languages.


[6] GFlowRL: Scaling Distribution-Matching RL to Large Language Models cs.CL | cs.LGPDF

Xiaodong Liu, Michael Xu, Jack W. Stokes, Paul Smolensky, Doug Burger

TL;DR: 本文提出了GFlowRL算法,这是一种针对大型语言模型的简化版生成流网络强化学习方法。它通过移除辅助分区网络、引入重要性采样校正和非对称流间隙裁剪等稳定技术,实现了在数学、代码和对抗性红队测试等多个基准上的优异性能,并能稳定扩展到高达2350亿参数的密集和稀疏混合专家模型。

Details

Motivation: 生成流网络作为一种替代传统奖励最大化强化学习的方法,旨在匹配奖励分布以鼓励多样化的推理路径,但将其扩展到现代后训练流程时,由于模型规模、轨迹长度、奖励噪声和分布式系统复杂性的增加,学习到的提示条件分区函数会导致梯度不稳定和工程开销。

Result: GFlowRL在数学、代码和对抗性红队测试基准上均超越了所有对比方法,在140亿参数规模下达到了2048的Codeforces评分(与o3-mini仅差25 Elo),并在AdvBench和HarmBench上获得了最高的平均ASR@1,同时能稳定扩展到2350亿参数的混合专家模型,而先前的FlowRL方法在这些设置下会发散。

Insight: 创新点在于发现并移除了传统生成流网络中视为必需的学习分区函数,代之以基于训练所需轨迹组的批量蒙特卡洛估计,并通过重要性采样校正和不对称流间隙裁剪来稳定训练,从而实现了算法的大规模稳定扩展,首次在密集和稀疏架构上均能有效工作。

Abstract: Generative Flow Networks (GFlowNets) offer a promising alternative to reward-maximizing reinforcement learning (RL) for large reasoning models, encouraging diverse reasoning paths by matching reward distributions rather than collapsing to dominant modes. Recent work shows promise on math and code, but scaling GFlowNet-style RL to modern post-training pipelines remains difficult: as model size, rollout horizon, reward noise, and distributed-systems complexity grow together, a learned prompt-conditional partition function becomes a source of gradient instability and engineering overhead rather than a useful normalizer. Through systematic analysis, we find that the learned partition function, previously treated as essential, can be replaced by an in-batch Monte Carlo estimate computed from the rollout group already required for training. We propose GFlowRL, a streamlined GFlowNet-style RL algorithm that removes the auxiliary partition network entirely while preserving the reward-distribution-matching objective, completed by two stabilizers: importance-sampling correction for rollout/trainer drift and asymmetric flow-gap clipping for outlier residuals. GFlowRL exceeds all counterparts on math, code, and adversarial red-teaming benchmarks, reaching a Codeforces rating of 2048 at the 14B scale (within 25 Elo of o3-mini) and attaining the highest average ASR@1 on AdvBench and HarmBench, outperforming the previous SOTA multi-turn attacker in a regime where FlowRL, a prior GFlowNet-style method, diverges. The same recipe transfers to all evaluated MoE configurations up to 235B parameters, where FlowRL again fails to converge. To our knowledge, GFlowRL is the first GFlowNet-style RL algorithm to scale stably across both dense and sparse architectures. Code will be at: https://github.com/microsoft/gflowrl


[7] Demystifying On-Policy Distillation: Roles, Pathologies, and Regulations cs.CL | cs.LGPDF

Rui Wang, Hongru Wang, Yi Chen, Boyang Xue, Tianqing Fang

TL;DR: 本文系统研究了LLM后训练中的在线策略蒸馏(OPD),阐明了其作为探索催化剂的作用:通过密集的令牌级指导引导学生模型走向正确的推理路径,但不提升能力上限。研究发现OPD的有效性完全依赖于其指导信号的质量,并揭示了两种导致探索失败的病理现象:师生分布不匹配和长度利用。为抑制这些病理,论文提出了轻量级的信号调节方法(优势裁剪和对数尺度压缩),实验表明这些调节能缓解长度利用问题,在七个基准测试上稳定超越OPD变体和RLVR基线。

Details

Motivation: 尽管在线策略蒸馏已成为LLM后训练的关键范式,但其训练动态仍缺乏深入理解。本文旨在系统性地研究OPD的作用、病理现象及其调节机制,以解决其训练不稳定和效果不佳的问题。

Result: 在七个基准测试上的实验表明,所提出的信号调节方法(优势裁剪和对数尺度压缩)能有效缓解长度利用问题,实现有效的蒸馏,性能稳定超越了OPD变体和RLVR基线。

Insight: 论文的核心创新点在于澄清了OPD作为探索催化剂而非能力提升器的角色,并首次系统识别了两种关键的训练病理(师生不匹配和长度利用)。从客观角度看,其提出的轻量级信号调节机制(优势裁剪和对数尺度压缩)为解决这些病理提供了简单有效的方案,强调了指导信号质量而非教师模型规模对成功探索的决定性作用,这对理解和改进基于蒸馏的LLM训练具有重要借鉴意义。

Abstract: On-policy distillation (OPD) has become a key paradigm in LLM post-training, yet its training dynamics remain poorly understood. We present a systematic study examining the role, pathologies, and regulations of OPD. We first clarify the role of OPD as an exploration catalyst: it steers the student toward correct reasoning paths via dense token-level guidance, without expanding capability ceiling. We confirm this by showing that prompt diversity matters more than per-problem sampling numbers, and critically, that the effectiveness of OPD hinges entirely on the quality of its guiding signal. This dependency exposes two pathologies that derail exploration. The Student-Teacher Mismatch occurs when a large teacher-student distributional gap causes the guiding signal to misalign with task correctness, steering exploration in counterproductive directions. Length Exploitation arises when the aggregated token-level objective creates length-dependent shortcuts, allowing the student to game the reward landscape through response truncation or redundant padding, exploring degenerate length modes rather than reasoning strategies. To tame these pathologies, we investigate lightweight signal regulations: advantage clipping and log-scale compression, ensuring exploration is guided by faithful signals. Experiments across seven benchmarks demonstrate that these regulations alleviate length exploitation and enable effective distillation, stably surpassing OPD variants and RLVR baselines, thereby confirming that well-regulated signal quality, rather than mere teacher scale, governs successful exploration in OPD.


[8] When Rubrics Change: Cross-Rubric Generalization for Critical Thinking Essay Scoring cs.CL | cs.CYPDF

Nischal Ashok Kumar, Payu Wittawatolarn, Sana Kang, Marisa C. Peczuh, Blair Lehman

TL;DR: 本文研究了自动作文评分中的跨评分标准泛化问题,即训练模型时使用一套评分标准,而在评估时应用于未见过的、针对作文不同方面的新评分标准。作者提出了一种基于大语言模型的微调框架,该框架包含两个核心组件:与评分标准无关的中间表示(称为特质)以及在训练过程中对已知评分标准下目标作文的监督。

Details

Motivation: 现有自动作文评分研究主要关注跨题目泛化,即评分标准保持不变。然而,在实际教育场景中,评分标准可能会被修订或引入新的标准以评估作文的不同方面,因此需要研究模型如何泛化到未见过的评分标准。

Result: 在一个包含学生批判性思维技能多评分标准标签的数据集上,在目标评分标准和目标作文均未见的困难设定下,使用特质的模型比不使用特质的基线在宏观F1分数上提升了5.0%。最佳微调的开源Llama模型在宏观F1上比GPT-5-mini提示方法高出2.1%,仅比GPT-5落后1.9%。

Insight: 论文的创新点在于引入了“特质”作为与评分标准无关的中间表示层,并结合目标作文监督,这有助于模型学习更通用的作文特征,从而更好地泛化到全新的评分标准。这为处理评分标准动态变化的实际应用场景提供了有效思路。

Abstract: Automated essay scoring (AES) research has largely focused on cross-prompt generalization, where essays from unseen prompts are scored while the scoring criteria are typically held constant. In practice, however, educators may revise or even introduce new rubrics in their scoring task, to evaluate different aspects of essays. We study cross-rubric generalization: training on essays labeled under one set of rubrics and evaluating on previously unseen rubrics, which target different aspects of the essay. We use a Large Language Model (LLM) fine-tuning framework with two components: rubric-agnostic intermediate representations, called traits, and target-essay supervision under seen rubrics during training. On an AES dataset augmented with multiple rubric-defined labels of student critical thinking skills, we find that traits improve macro F1 by 5.0% over a baseline without traits in the hardest setting, where both target rubrics and target essays are unseen during training. We further find that increasing target-essay supervision improves performance, with our best fine-tuned open-source Llama-based model outperforming GPT-5-mini prompting by 2.1% macro F1 and trailing GPT-5 by 1.9%. These results show that trait-based intermediate structure and controlled supervision improve generalization to unseen rubrics.


[9] Self-supervised Speech Comparison for L2 Phone, Rhythm, and Intonation Scoring cs.CL | eess.ASPDF

Stephen McIntosh, Reuben Smit, Daisuke Saito, Nobuaki Minematsu, Herman Kamper

TL;DR: 本文提出了一种基于自监督WavLM表示和动态时间规整(DTW)的无文本框架,用于评估英语和日语作为第二语言(L2)的语音在音素、节奏和语调三个方面的表现。该方法通过将学习者语音与母语者模板进行比较,无需标注的L2语音数据进行训练,尤其适用于资源匮乏的场景。

Details

Motivation: 传统L2语音评估主要关注音素,对节奏和语调等超音段特征的评分研究不足,且现有方法通常依赖带标签的L2数据,难以在低资源环境下应用。

Result: 在音素评分上,基于DTW的基本方法在整体和句子级别超过了人类评分者间的一致性。对于节奏评估,通过测量DTW对齐路径的扭曲程度,最佳方法接近人类水平。在语调评估上,结合了韵律残差的DTW距离以及音高和强度特征,但在某些任务上表现较为有限。

Insight: 创新点在于利用自监督语音表示(WavLM)构建了一个统一的无文本多维度发音评估框架,并通过DTW路径分析(如扭曲度测量)和特征组合(如韵律残差)来分别量化节奏和语调,为低资源场景下的全面语音评估提供了新思路。

Abstract: L2 speech assessment has traditionally focused on phonetic assessment, leaving the scoring of suprasegmental features such as rhythm and intonation underexplored. Moreover, assessment methods often require training with labeled L2 speech data, making them difficult to apply in low-resource settings. We investigate whether DTW over self-supervised WavLM representations can provide a text-free framework for assessing phonetic accuracy, rhythm, and intonation in English and Japanese L2 speech. Results show that a basic DTW-based approach that compares learner speech to native templates exceeds human agreement on holistic and sentence-level phonetic scoring. For rhythm, we introduce methods that measure the degree of warping in the DTW alignment path; our best method approaches human-level performance. For intonation, we combine DTW distance over prosodic residuals with pitch and intensity features, but performance remains more modest on some tasks. Our results point to self-supervised representations as a promising, text-free basis for multi-aspect pronunciation assessment.


[10] Post-Training Shifts Confidence: A Three-Stage Analysis of How SFT, RL, and OPD Shape Pre-, Intra-, and Post-CoT Calibration cs.CLPDF

Shuhao Li, Guodong Du, Anhao Zhao, Wanyu Lin, Tianyu Yuan

TL;DR: 本文研究了监督微调、强化学习和策略蒸馏三种后训练方法如何重塑大语言模型在推理过程中的置信度,提出了一个三阶段校准框架来评估思维链生成前、中、后的置信度,并发现不同方法在不同阶段提供最有效的置信信号。基于置信度可靠性具有位置依赖性的观察,作者提出了PosConf策略,该策略通过仅使用可靠相对位置区间的置信度,显著提升了答案聚合和早期终止的性能。

Details

Motivation: 现有研究通常仅通过最终答案准确率来评估监督微调、强化学习和策略蒸馏等后训练方法,而忽略了它们如何重塑模型在推理过程中的置信度。本文旨在填补这一空白,研究这些方法如何影响模型在思维链推理不同阶段的置信度校准。

Result: 在数学推理基准测试上的受控比较表明,策略蒸馏提供了最有用的推理前置信度,监督微调为早期终止提供了最强的在线信号,而强化学习产生了最可靠的轨迹级信号用于答案聚合。提出的PosConf策略在答案聚合上比多数投票提升了6.1个百分点,并在严格的token预算下将策略蒸馏的早期终止性能持续提升了最多4.3个百分点。

Insight: 核心创新在于提出了一个三阶段校准分析框架,并揭示了置信度可靠性具有位置依赖性这一关键洞察。基于此提出的PosConf策略,通过阶段化和位置感知地使用置信度,有效提升了模型性能,表明在推理模型中应结合阶段和位置信息来利用置信度信号。

Abstract: Large language models have made strong reasoning gains through supervised fine-tuning, reinforcement learning, and on-policy distillation, yet these post-training methods are usually evaluated only by final-answer accuracy. We study how they reshape confidence during reasoning. We introduce a three-stage calibration framework that evaluates confidence before, during, and after chain-of-thought generation, corresponding to difficulty estimation, early termination, and answer aggregation. Through a controlled comparison on mathematical reasoning benchmarks, we find that OPD provides the most useful pre-reasoning confidence, SFT gives the strongest online signal for early stopping, and RL produces the most reliable trace-level signal for aggregation. We further show that confidence reliability is position-dependent: RL confidence becomes informative after a path-commitment phase, while OPD confidence is useful early but can become inversely calibrated later. Based on this observation, we propose PosConf, a position-aware confidence strategy that uses confidence only from reliable relative-position intervals. PosConf improves RL answer aggregation by 6.1 points over majority voting and consistently improves OPD early stopping under tight token budgets, with gains up to 4.3 points by avoiding its later inverse-calibration region, showing that \emph{confidence in reasoning models should be used both stage-wise and position-awarely}. Our code is available at https://github.com/EIT-NLP/Post-Training-Calibration.


[11] SPyCE: Skill-Policy Co-evolution for Multimodal Agents cs.CLPDF

Ru Zhang, Weijie Qiu

TL;DR: 本文提出了SPyCE(技能-策略协同进化)框架,用于构建多模态智能体。该框架的核心思想是将多模态推理轨迹提炼为可重用的技能,并在强化学习训练过程中让技能库与策略模型协同进化,而非仅将轨迹简化为标量奖励或静态检索。

Details

Motivation: 现有强化学习方法将多步轨迹简化为标量奖励,迫使策略在每个新任务上从头发现可重用的工具使用模式;而基于记忆的方法虽然保留经验,但依赖测试时检索,未能更新策略以从经验中吸收可重用模式。

Result: 在八个基准测试上的实验表明,SPyCE在性能上持续优于基于强化学习和基于记忆的基线方法。

Insight: 主要创新点在于提出了技能与策略协同进化的闭环框架,将轨迹提炼为分层技能库(包含执行技能和工作流技能),并通过协同进化机制使策略改进与技能库优化相互促进。这为构建强大的多模态智能体提供了一个有前景的联合优化范式。

Abstract: Multimodal agents that think with images iteratively manipulate visual evidence and invoke tools across many steps. Existing reinforcement learning methods reduce trajectories to scalar rewards, forcing the policy to discover reusable tool-use patterns from scratch on every new task; memory-based alternatives retain past experience, yet they rely on test-time retrieval, without updating the policy to absorb reusable patterns from that experience. Our key insight is that multimodal reasoning trajectories should be distilled into reusable skills that co-evolve with the policy during training, rather than being consumed as rewards or retrieved from a static store. To this end, we propose SPyCE (Skill-Policy Co-evolution), a framework that distills trajectories into a hierarchical skill library and updates it throughout reinforcement learning. Execution skills capture local visual operations, while workflow skills encode high-level priors that orchestrate tool use. During training, the policy model conditions on retrieved skills to guide its rollouts, while the skill library evolves using valuable rollouts generated by the policy. This creates a closed loop in which improved policies yield better skills, and the evolving skill library, in turn, provides stronger priors for policy rollouts. Experiments across eight benchmarks demonstrate that SPyCE consistently outperforms both RL-based and memory-based baselines. Further analysis reveals that both the hierarchical skill design and the co-evolution mechanism are critical to our design. These results suggest joint skill-policy optimization as a promising paradigm for building capable multimodal agents.


[12] High-Order Question Generation in a Multilingual Educational Context cs.CLPDF

Suna-Şeyma Uçar, Itziar Aldabe, Nora Aranberri, Orphée De Clercq

TL;DR: 本研究探讨了在多语言教育背景下(巴斯克语、西班牙语和英语)使用大型语言模型生成高阶问题,以替代传统的布鲁姆分类法。通过引入基于Claim-Evidence-Reasoning和Divergent Questioning框架的提示词,研究发现开源和专有模型能有效生成三种语言的问题,但仅约一半可回答的问题被教师识别为高阶问题。结果表明,这些替代框架能产生结构和概念上多样化的问题,可作为布鲁姆分类法的补充。

Details

Motivation: 解决教育中高阶问题生成不足的挑战,现有研究主要依赖布鲁姆分类法且仅关注英语,本研究旨在通过替代框架和多语言环境扩展高阶问题生成的多样性和适用性。

Result: 在巴斯克语、西班牙语和英语的多语言基准测试中,开源和专有模型均能有效生成问题,但仅约50%的可回答问题被教师评估为高阶;替代框架产生的问題在结构和概念上更具多样性,表明它们可作为布鲁姆分类法的可行替代方案。

Insight: 创新点在于将Claim-Evidence-Reasoning和Divergent Questioning框架引入多语言高阶问题生成,突破了传统布鲁姆分类法的局限,提供了更丰富的问题类型,有助于促进批判性思维发展,并展示了大型语言模型在教育领域的跨语言应用潜力。

Abstract: Critical thinking is a fundamental skill that helps learners move beyond simple memorization. One way to develop this skill is through high-order questioning. However, crafting such questions remains a challenge for educators, and classroom practices tend to rely on low-order questions. Large Language Models have demonstrated strong capabilities in generating high-order questions, especially when guided by prompts based on Bloom’s Taxonomy. Yet, existing research has largely centered on this framework and focused only on English. This study addresses these gaps by introducing prompts grounded in two alternative frameworks: Claim-Evidence-Reasoning and Divergent Questioning within a multilingual context using Basque, Spanish, and English. Results indicate that while both an open-source and a proprietary model rather effectively generate questions in all three languages, only about half of the answerable questions are recognized by teachers as high-order. A positive finding is that the alternative frameworks produce structurally and conceptually varied questions, suggesting they could complement each other and provide viable alternatives to Bloom’s Taxonomy.


[13] Constraint-Aware Counterfactual Editing for Aspect-Based Sentiment Analysis cs.CLPDF

S M Rafiuddin, Vamsi Krishna Pavuluri, Atriya Sen

TL;DR: 本文提出了一种名为CAVE-ABSA的约束感知验证编辑框架,用于为基于方面的情感分析(ABSA)生成和验证方面级别的反事实样本。该框架通过定位目标方面的意见跨度、执行受控重写、修复候选样本,并利用多方面验证进行过滤,旨在构建高质量的反事实数据集,用于模型鲁棒性评估和数据增强。

Details

Motivation: 现有反事实生成方法通常关注句子级别的标签翻转,可能产生流畅但方面无效、语义漂移或矛盾的编辑,无法满足ABSA任务中需要精确翻转特定方面情感并保持其他方面不变的需求。

Result: 论文提出的CAVE-ABSA框架通过结合方面级验证、语义相似性、AMR引导的结构保持、编辑最小化、流畅性和矛盾检测等多重约束,能够生成经过验证的有效反事实样本,为评估ABSA模型是否真正基于方面进行情感推理提供了原则性方法。

Insight: 创新点在于将反事实的生成与验证过程明确分离,并引入了一个综合性的、约束感知的验证流程,确保了生成的反事实在方面级别上的有效性和一致性。这为构建可靠的ABSA评估基准和增强数据提供了系统化的解决方案。

Abstract: Aspect-Based Sentiment Analysis (ABSA) requires models to identify sentiment toward specific aspects rather than relying on the global polarity of a sentence. This makes counterfactual evaluation especially challenging: a valid counterfactual should flip the sentiment of one target aspect while preserving the sentiment of all non-target aspects, semantic meaning, fluency, and factual consistency. Existing counterfactual generation methods often focus on sentence-level label flipping and may produce edits that are fluent but aspect-invalid, semantically drifting, or contradictory. To address this limitation, we propose CAVE-ABSA, a Constraint-Aware Validated Editing framework for generating and validating aspect-level counterfactuals. CAVE-ABSA localizes the opinion span associated with the target aspect, performs controlled counterfactual rewriting, refines candidates through a repair module, and filters them using aspect-level verification, semantic similarity, AMR-guided structural preservation, edit minimality, fluency, and contradiction detection. The framework is designed to construct validated counterfactual ABSA datasets for robustness evaluation and data augmentation. By explicitly separating generation from validation, CAVE-ABSA provides a principled approach for producing meaningful aspect-local counterfactuals and for testing whether ABSA models truly rely on aspect-grounded sentiment reasoning.


cs.CV [Back]

[14] Self-Supervised Visual Representation Learning: Pretrain-Finetuning or Joint Training? cs.CVPDF

Nusrat Munia, Tyler Ward, Nishat Nayla, Matthew A. Massey, Abdullah-Al-Zubaer Imran

TL;DR: 这篇论文系统地比较了自监督视觉表示学习中两种训练范式:预训练后微调(PFT)和联合训练(JT)。通过评估八种代表性自监督方法在多种视觉任务和数据上的表现,研究发现两种范式的相对有效性高度依赖于具体任务、标签数据可用性和领域复杂性。

Details

Motivation: 现有自监督学习主要采用两阶段(预训练+微调)方法,但其与监督学习目标之间的交互关系尚未被充分理解。本文旨在探究在训练中联合优化自监督和监督目标是否是一个更好的替代方案。

Result: 在自然、医学、危机响应和遥感数据上的实验表明,JT在低标签设置下更稳健,能持续提升数据和训练效率;而PFT在更专业的领域中更可靠。研究为基于自监督的半监督学习建立了一个全面的经验基准。

Insight: 创新点在于首次系统性地比较了PFT与JT范式,揭示了其性能差异的关键影响因素(任务、标签数据量、领域)。客观来看,该研究提供了关于自监督与监督目标在优化过程中如何交互的新见解,并为不同视觉应用场景选择训练策略提供了实用指导。

Abstract: Self-supervision is a powerful technique for learning visual representations from unlabeled data. Existing techniques primarily adopt a two-stage approach for self-supervised learning (SSL): a pretraining stage on unlabeled data followed by a finetuning stage on labeled data. While this pipeline has demonstrated extreme effectiveness, the interaction between self-supervised and supervised learning objectives remains insufficiently understood. In this work, we systematically investigate whether jointly optimizing the self-supervised and supervised objectives during training provides a better alternative. We compare two training paradigms: (1) the aforementioned pretraining followed by finetuning (PFT) and (2) joint training (JT), where self-supervised and supervised losses are optimized simultaneously in the same network. Across eight representative SSL methods and diverse computer vision tasks on natural, medical, crisis response, and remote sensing data, we evaluate performance under varying percentages of labeled data. Our results reveal that the relative effectiveness of PFT and JT depends strongly on the task at hand, the availability of labeled data, and the complexity of the domain. We find that JT consistently improves data and training efficiency while being robust in low-label settings, while PFT is more reliable in more specialized domains. We further analyze representation quality, robustness, and cross-domain generalization, providing new insights into how self-supervised and supervised objectives interact during optimization. We establish a comprehensive empirical benchmark for hybrid SSL-based semi-supervised learning and offer practical guidance for selecting appropriate training strategies across diverse vision applications.


[15] Boogu-Image-0.1: Boosting Open-Source Unified Multimodal Understanding and Generation cs.CV | cs.AIPDF

Guoxuan Chen, Chufeng Xiao, Haoran Yang, Siyue Xie, Binxiao Huang

TL;DR: Boogu-Image-0.1是一个开源的多模态理解与生成模型家族,包含Base、Turbo、Edit和Edit-Turbo变体。它在高质量文生图、快速推理、指令编辑和中英双语文本渲染方面具有竞争力,并通过在模型理解、数据质量和训练流程上的针对性改进,在有限计算预算下实现了性能的显著提升。

Details

Motivation: 当前领先的闭源多模态系统(如Nano-Banana-Pro和GPT-Image-2)依赖系统级集成且内部实践不公开,该研究旨在证明通过开源方式,在受限计算资源下,也能构建性能接近闭源系统的统一多模态模型。

Result: 在标准基准测试中,Boogu-Image-0.1持续匹配或超越其他开源模型,并取得了接近领先闭源系统的结果。其基础模型的理论训练成本仅约40万美元,仅使用了2.086亿张独特图像。

Insight: 创新点在于将模型理解、数据质量和训练流程的针对性改进与智能推理时扩展(agentic inference-time scaling)相结合,以极低的计算和数据成本实现高性能。这为开源社区提供了可复现的、成本效益高的多模态模型构建方案,并公开了完整的权重、代码和配方。

Abstract: We introduce Boogu-Image-0.1, an open-source unified multimodal understanding and generation model family, comprising Base, Turbo, Edit, and Edit-Turbo variants. It delivers competitive performance in high-quality text-to-image generation, fast inference, instruction-based editing, and bilingual (Chinese-English) text rendering. Closed-source multimodal systems like Nano-Banana-Pro and GPT-Image-2 achieve strong performance through system-level integration rather than a single model, yet their internal practices remain largely undisclosed. In this work, we demonstrate that targeted improvements in model understanding, data quality, and training pipelines, coupled with agentic inference-time scaling, can substantially enhance generation and editing performance even under highly constrained compute budgets. Comprehensive evaluations show that Boogu-Image-0.1 consistently matches or surpasses other open-source models across standard benchmarks, and achieves results approaching leading closed-source systems. Notably, this is accomplished with only 208.62 million unique images. The base model’s theoretical training cost is only approximately $400K. We share practical discussions that we believe are valuable to the broader research community, and release weights, code, and recipes under Apache 2.0 to advance the open ecosystem for unified multimodal understanding and generation. Our code is available here: https://github.com/Boogu-Project/Boogu-Image.


[16] Active Learning for Efficient Annotation of Surgical Videos with Weak Supervision cs.CV | cs.LGPDF

Manasa Dendukuri, Matjaz Jogan, Daniel A. Hashimoto, Guiqiu Liao

TL;DR: 本文提出了一种结合主动学习和双损失优化的人机协同知识获取框架,旨在高效标注手术视频。该方法利用基础模型生成时间一致的类激活图,通过视频级弱监督损失和图像级掩码损失进行训练,并迭代地提出伪掩码引导专家修正,从而显著减少标注工作量。

Details

Motivation: 腹腔镜视频的精确时空标注耗时且需要专业知识,因此需要一种方法减少自动定位和分割手术场景中物体所需的标注工作量。

Result: 实验表明,该框架在训练结束时相比全手动标注减少了50%的标注工作量,无需从一开始就依赖大型全标注数据集,支持手术工具分割模型的可扩展开发。

Insight: 创新点在于将主动学习与双损失优化结合,利用弱监督和主动学习获取的人类修正标注进行训练,通过迭代伪掩码引导实现高效知识获取,为扩展到更大、更多样化数据集和真实临床环境提供了实用策略。

Abstract: Precise spatial-temporal annotation of laparoscopic videos is time-consuming and requires expert knowledge. We propose a human-in-the-loop knowledge acquisition framework that combines active learning with dual-loss optimization to significantly reduce the annotation effort needed for automatic localization and segmentation of objects in the surgical field. Our method employs a foundation model to generate temporally consistent class activation maps (CAMs) from video using two complementary training objectives: a weak supervision loss on video-level tool presence labels for weakly annotated data, and an image-level mask loss on human-corrected annotations obtained through active learning. Rather than requiring dense pixel-level annotation upfront, our pipeline iteratively proposes pseudo-masks that guide the expert annotator to refine the knowledge previously captured by the model. We demonstrate that our framework reduces the effort of surgical video annotation by 50% by the end of training in comparison to fully manual annotation. Through eliminating the need for large, fully annotated datasets from the start, this framework enables scalability to the development of surgical tool segmentation models. This iterative human-in-the-loop refinement supports efficient knowledge acquisition with minimal expert input, providing a practical and deployable strategy for expanding tool segmentation to larger, more diverse datasets and real-world clinical settings.


[17] Continuously Evolving Deepfake Detection: An Architecture and Public-Benchmark Evaluation of a Dynamic Detection System cs.CV | cs.AIPDF

Ken Jon Miyachi, Dylan Uys

TL;DR: 本文提出了BitMind Forensics (BMF),一个通过Bittensor SN34开放对抗竞赛持续训练的深度伪造检测系统,旨在解决静态检测器在真实世界内容上性能骤降的问题。论文在19个公共数据集上进行了全面评估,结果显示BMF在图像和视频检测任务上均达到了与最佳商业检测器相当或更优的性能,并显著超越了开源模型。

Details

Motivation: 现有深度伪造检测器在学术基准上表现优异,但在真实世界内容上性能大幅下降(AUC下降45-50%),其根本原因在于静态检测器是针对固定的生成前沿进行一次性训练,无法适应快速演变的生成技术。

Result: BMF在Sumsub原始图像上达到0.936 AUC,在其完整的四种篡改条件下(140万张图像)的汇总AUC为0.872,在扰动下保持稳健(JPEG压缩0.855,下采样0.799)。在Deepfake-Eval-2024基准上,其图像检测性能(0.915 AUC)与最佳商业检测器(0.90)相当,视频检测(0.822 AUC)则超越了后者(0.79),并远优于最佳开源检测器(0.56和0.63)。在DFDC和Celeb-DF v2等数据集上,BMF也显著超越了基于FF++训练的先进模型。时间序列研究显示,连续更新的模型版本在静态基线未训练过的生成器所生成的媒体上性能持续提升。

Insight: 论文的核心创新在于提出了一种动态、持续演进的检测架构,通过开放的对抗性竞赛(Bittensor SN34)不断刷新训练数据分布,从而系统性地弥合了学术基准与真实世界性能之间的差距。这种‘以动制动’的范式为解决生成模型快速演进带来的检测挑战提供了可借鉴的思路,即检测系统本身需要具备持续学习和适应能力。

Abstract: Deepfake detectors that achieve near-perfect scores on academic benchmarks collapse on real-world content: recent in-the-wild evaluations report AUC drops of 45-50% for state-of-the-art open-source models. We argue this gap is structural: static detectors are trained once against a moving generative frontier. We present BitMind Forensics (BMF), trained through Bittensor SN34, an open adversarial competition that continually refreshes the training distribution. We evaluate one dated export comprising image, general-video, and human-video checkpoints across nineteen public datasets: the canonical face-swap suites (FaceForensics++, Celeb-DF v1/v2/++, DFDC, DFD, UADFV, DF40) and recent in-the-wild and AI-generated-media benchmarks (Sumsub, Deepfake-Eval-2024, WildRF, Community Forensics, AIGCDetectBench, GenImage, AI-GenBench, AIGIBench, RAID, GenVidBench, GenVideo-100K). BMF reaches 0.936 AUC on Sumsub’s original images and 0.872 pooled AUC over its full four-condition manipulation battery (1.4M images), staying robust under perturbation (0.855 JPEG, 0.799 downscaled), while GPEN enhancement improves detection (0.996). On Deepfake-Eval-2024, it matches the best commercial detector on images (0.915 vs 0.90) and exceeds it on video (0.822 vs 0.79), far above the best open-source detectors (0.56 and 0.63). It reaches 0.991 AUC on a 21-generator AI-image panel and 0.918 on GenVidBench, and exceeds the FF++-trained frontier on DFDC (0.947 vs 0.843) and Celeb-DF v2 (0.9985 vs 0.956), both contamination-audited, with statistical parity on Celeb-DF++. In a temporal study, successive dated exports improve on held-out media from generators absent from the static baseline’s training (image 0.842 to 0.902; video 0.864 to 0.936). Our evaluation harness is public, and at publication the production API serves the exact evaluated snapshot for independent verification.


[18] Just-In-Time Scene Graph Growth: Combating Perceptual Saturation in Long-Horizon Robotics cs.CV | cs.ROPDF

Yue Chang, Rufeng Chen, Yifan Tian, Dazhi Huang, Zhaofan Zhang

TL;DR: 本文提出了JITOMA框架,用于解决传统3D场景图构建方法在边缘平台上因实时性不足和观测冗余导致的感知饱和问题。该框架将任务推理、感知和记忆统一为按需激活的即时增长过程,通过任务热图过滤观测并维护低成本休眠锚点,仅在认知查询时动态激活相关子图进行密集计算。

Details

Motivation: 传统3D场景图构建采用预先构建再过滤的流水线,无法满足边缘平台的实时低延迟需求,且因观测冗余导致感知饱和效应。

Result: 在提出的JITOMA-Bench基准测试中,JITOMA显著减少了活跃图规模和标注延迟,并在长时程任务切换下保持稳定的处理时间。

Insight: 创新点在于将任务驱动的按需激活机制引入3D场景图构建,通过前端任务热图过滤与后端LLM意图解析的动态协作,实现计算资源的精准分配,有效平衡感知完整性与实时性。

Abstract: While 3D Scene Graphs (3DSGs) provide crucial structured representations for embodied agents, conventional Ahead-of-Time, build-everything-then-filter pipelines conflict with the real-time, low-latency demands of edge platforms, inducing a perceptual saturation effect via severe observation redundancy. To resolve this, we present JITOMA (Just-In-Time On-demand Memory Activation), a closed-loop framework that unifies task reasoning, perception, and memory into a just-in-time growth process. Instead of exhaustively mapping the entire environment, JITOMA leverages a top-down task heatmap at the frontend to filter continuous observations, routing minimal streams to maintain a global foundation of low-cost, dormant anchors. Upon a cognitive query, the backend Large Language Model (LLM) parses the robotic intent to dynamically awaken task-relevant anchors, triggering resource-intensive operations – such as dense node captioning and functional inference – exclusively within the activated local subgraph. To evaluate these dynamic capabilities and study perceptual saturation trade-offs, we introduce JITOMA-Bench, a comprehensive suite for long-horizon multi-tasking and complex multi-step reasoning. Extensive experiments demonstrate that JITOMA substantially reduces active graph size and captioning latency, while maintaining stable processing time under long-horizon task switching.


[19] FOLIO: Focused Semantic Memory for Streaming Video Understanding cs.CVPDF

Haoyang Fan, Dhruv Parikh, Anvitha Ramachandran, Sameh Gobriel, Nilesh Jain

TL;DR: 本文提出了FOLIO,一种免训练的聚焦语义记忆系统,用于在线流式视频理解。该系统通过动态焦点状态引导,在片段级别更新记忆,结合短期视觉缓冲区和围绕观测实体组织的长期语义记忆,并链接到视觉证据缓存。在查询时,采用轻量级混合检索,结合结构化记忆的直接匹配和语义查询扩展。

Details

Motivation: 解决在线流式视频理解中,由于视频流无限增长,系统必须持续压缩和保留已观测视频前缀的信息,同时未来帧和查询未知的挑战。核心难点在于决定保留哪些信息以及如何组织历史记录,以避免内存成本增加和冗余视觉细节的保留。

Result: FOLIO在OVO-Bench上使用Qwen3-VL-8B达到了82.0/69.1的Perception/Backward准确率,在StreamingBench上达到了74.5的整体准确率,实现了最先进的性能,同时通过为聚焦实体保留详细记录并紧凑存储周围上下文,显著降低了维护流式记忆的成本。

Insight: 创新点在于引入动态焦点状态指导的聚焦语义记忆机制,将记忆更新与实体中心的结构化组织相结合,以及轻量级混合检索方法。这提供了一种高效平衡记忆细节与上下文压缩的流式视频理解框架。

Abstract: In online streaming video understanding, a video stream continues to arrive and queries may be issued at any time. Because streaming frames grow without bound, the system must continuously compress and retain information from the observed video prefix while future frames and future queries remain unknown. The core challenge is deciding what information to retain and how to organize the maintained history: as this history grows with the stream, memory cost increases and many redundant visual details are retained, whereas later queries often depend on specific entities, actions, and their temporal changes. To address this challenge, we introduce FOLIO, a training-free focused semantic memory system that records important parts of the stream in higher detail while keeping surrounding context compact. As the stream arrives, FOLIO updates memory at the segment level, guided by a dynamic focus state, combining a short-term visual buffer with a long-term semantic memory organized around observed entities and linked to a visual-evidence cache. At query time, lightweight hybrid retrieval combines direct matching over the structured memory with semantic query expansion. FOLIO achieves state-of-the-art performance, reaching 82.0/69.1 Perception/Backward accuracy on OVO-Bench with Qwen3-VL-8B and 74.5 overall accuracy on StreamingBench, while substantially reducing the cost of maintaining streaming memory by reserving detailed records for focused entities and storing surrounding context compactly.


[20] Reflecting Process Expertise in Procedural Material Generation cs.CVPDF

Kunal Gupta, Gaurav Joshi, Yen-Ru Chen, Seemandhar Jain, Ishit Mehta

TL;DR: 本文提出了一种基于专家演示过程推理的程序化材质生成方法,将专家工作流程表示为包含构建步骤、参数和设计意图的文本化过程轨迹,并利用预训练的LLM模型(ProcessSynthesizer和Compiler)合成过程轨迹并编译为可执行的Blender材质图。该方法利用教程视频作为过程知识来源,通过自动化视频分析提取文本化轨迹,在专家和用户研究中均显示出优于现有方法的生成和编辑性能。

Details

Motivation: 程序化材质创建在数字内容创作等领域至关重要,但现有方法仅关注节点图复制,缺乏对专家构建过程的理解,导致生成结果质量受限。

Result: 在专家研究中,五位Blender艺术家(平均7.5年经验)评估表明,该方法生成的材质工作流所需编辑更少,且更接近专业设计策略;用户研究(150名参与者)进一步证实,其在生成和编辑性能上优于先前的程序化系统。

Insight: 创新点在于将过程提升为一级表示,通过文本化过程轨迹捕捉专家工作流,并利用LLM进行过程推理与编译,实现了从静态节点图合成到动态过程建模的转变,为基于演示的知识迁移提供了新范式。

Abstract: Procedural material creation underpins applications in digital content creation, visual effects, and 3D asset design. Achieving high-quality results requires more than reproducing node graphs – it demands understanding the process by which experts construct materials. We formulate procedural material generation as retrieval-time process reasoning over expert demonstrations, elevating process to a first-class representation beyond graph-only synthesis. Concretely, we represent expert workflows as process traces: textual records of construction steps, parameters, and design intent. To instantiate this idea, we use a pretrained LLM-based ProcessSynthesizer to synthesize a process trace aligned with a user’s intent and a pretrained LLM-based Compiler to ground the process trace into an executable Blender material graph. Because procedural expertise is most naturally conveyed through demonstrations, we leverage tutorial videos as a source of process knowledge and extract textual, LLM-compatible traces using automated video analysis tools. In an expert study with five Blender artists (avg. 7.5 years of experience), materials generated by reflecting expert demonstrations were found to produce workflows requiring fewer edits, and more closely match professional design strategies than methods operating solely on static artifacts. A user study with 150 participants further shows that our approach achieves superior generation and editing performance compared to prior procedural systems. All code, models, and data will be available at https://materialapprentice.github.io


[21] Accuracy Without Grounding: Diagnosing Visual Dependency Dissociation in Video LLM Benchmarks cs.CV | cs.AI | cs.MMPDF

Jae Joong Lee

TL;DR: 这篇论文通过引入视觉依赖差距(VDG)这一诊断指标,对视频大语言模型(Video LLMs)的基准测试准确性进行了审计。研究发现,模型在原始视频和黑屏条件下的表现差异显著,表明基准测试的准确率并不总是反映真实的视觉理解能力。具体而言,帧多样性对模型性能贡献最大,而时间顺序的贡献几乎为零,且稳定聚合的准确率掩盖了问题级别的答案翻转。

Details

Motivation: 动机在于质疑当前视频大语言模型基准测试中将准确率等同于视觉理解的普遍假设,旨在诊断模型是否真正依赖视觉信息,还是主要利用语言先验知识来回答问题。

Result: 在MVBench基准上,对20个参数规模从2B到78B的模型进行测试,发现模型在原始视频条件下的表现差异显著(p = 0.0003),但在黑屏条件下无显著差异(p = 0.53)。任务类型排名稳定,例如属性感知任务具有强视觉依赖性,而时序推理任务接近纯语言基线。诊断阶梯实验显示,帧多样性贡献了大部分视觉收益,时间顺序贡献近乎为零,且H.264实验揭示了双向问题级答案翻转。

Insight: 创新点在于提出了视觉依赖差距(VDG)作为标准审计工具,用于量化模型在视频基准测试中对视觉信息的实际依赖程度,揭示了当前基准测试可能高估模型视觉理解能力的问题。从客观角度看,该研究提供了一种可推广的诊断方法,有助于更准确地评估视频LLMs的核心能力,并强调了在基准设计中区分语言先验和视觉依赖的重要性。

Abstract: Benchmark accuracy in video large language models (LLMs) is often treated as evidence of visual understanding. We audit this assumption across twenty models spanning 2-78B parameters and ten architecture families. We introduce the Visual Dependency Gap (VDG), the difference in per-question correctness between original-video and black-screen conditions. Paired McNemar tests on MVBench show that accuracy and visual dependency are separable: models differ on original video (p = 0.0003) but not on black screens (p = 0.53). Across models, task-type rankings are stable: Attribute Perception is strongly visual, whereas Temporal Reasoning approaches the language-only baseline. A diagnostic ladder from black screen to single frame, shuffled frames, and original video reveals that frame diversity supplies most of the visual benefit, while temporal order contributes near-zero accuracy across sixteen open-weight models. An ablation from 0.5 to 24 FPS rules out sparse sampling as the cause. H.264 experiments further show that stable aggregate accuracy conceals bidirectional question-level answer flips. The diagnostic also generalizes to four API-accessed models, whose VDG values range from 0.025 to 0.315. These results motivate VDG as a standard audit for whether video benchmarks measure visually grounded capability. Code is available at https://github.com/JaeLee18/accuracy-without-grounding.


[22] Delving into the Temporal Challenges of Unified Video Protection Against Image-to-Video and Fine-Tuning-based Customization cs.CV | cs.CR | cs.LGPDF

Yuxin Huang, Ziming Hong, Mingming Gong, Wanyu Wang, Jing Zhang

TL;DR: 本文提出了一种名为TC-UAP(时序一致通用对抗扰动)的方法,旨在保护视频内容免受基于参考(如图像到视频生成)和基于微调的视频定制模型的侵犯。该方法通过优化一个身份级别的多帧通用对抗扰动,并引入内在时序建模和外部代理时序攻击损失,解决了现有图像级保护方法在视频时序压缩、编辑和攻击下的脆弱性问题。

Details

Motivation: 随着基于扩散模型的视频生成技术发展,基于微调和基于参考的视频定制能力引发了严重的隐私、身份所有权和知识产权保护担忧。现有反定制工作主要集中于图像保护,而针对视频、同时抵御两种定制方式的保护方法尚待探索。

Result: 实验的定量和定性结果表明,与现有方法相比,TC-UAP在基于参考和基于微调的视频定制场景下均实现了最强的身份保护效果,并且在多种未见过的时序攻击下保持了鲁棒性。

Insight: 创新点在于首次针对视频同时防御参考式和微调式定制,通过优化身份级多帧滑动窗口扰动来应对视频VAE的时序压缩,并利用内在时序建模和外部代理损失确保扰动的时序一致性,从而实现对未知视频和时序攻击的泛化保护。

Abstract: Recent diffusion-based video generation models have enabled high-quality personalized video customization through both tuning-based pipelines, which fine-tune a video diffusion model, and reference-based pipelines such as image-to-video generation. However, these capabilities raise serious concerns about personal privacy, identity ownership and intellectual property protection. Existing anti-customization works focus on protecting images, while protection for videos against both reference- and tuning-based customization remains largely underexplored. Protecting videos in this setting raises three challenges: (i) Image-level perturbations, optimized frame by frame, cannot survive temporal compression by 3D video VAE. (ii) A video-level perturbation optimized on a single video is vulnerable to temporal editing and fails to protect unseen videos. (iii) Temporally inconsistent perturbations are not robust to temporal attacks. To address these challenges, we propose Temporally Consistent Universal Adversarial Perturbations (TC-UAP), the first protection method against both reference- and tuning-based video customization. TC-UAP optimizes an identity-level multi-frame UAP over sliding windows from multiple videos, accounting for local temporal dependencies induced by temporal compression in video VAE and enabling a single perturbation to protect unseen videos of varying lengths. Moreover, we introduce intrinsic temporal modeling and an extrinsic surrogate temporal-attack loss, which make the perturbation temporally consistent and robust to unseen temporal attacks. Empirically, quantitative and qualitative results show that TC-UAP achieves the strongest identity protection compared with existing methods under both reference- and tuning-based video customization, and remains robust under multiple unseen temporal attacks.


[23] Audio-Text Cross-Attention with Psycholinguistic Support Features for Ambivalence/Hesitancy Recognition cs.CVPDF

Luiz F. B. F. Martins, Rodrigo W. Pisaia, Matheus M. Girardi, Isabella Berkembrock, João A. Almeida

TL;DR: 本文提出了一种音频-文本系统,用于第11届ABAW竞赛中的矛盾/犹豫视频识别挑战。该方法排除视觉帧,将每个视频表示为与转录时间戳对齐的重叠5秒窗口,每个窗口结合了320维韵律音频描述符、768维情感导向的RoBERTa嵌入以及74个手工特征(捕捉不确定性、模糊表达和态度冲突)。音频和文本通过时序交叉注意力融合,支持特征在门控多实例学习(MIL)池化前注入以调节窗口重要性,最后对五个独立初始化模型的预测进行平均。

Details

Motivation: 解决在视频中识别说话者的矛盾或犹豫情绪的问题,特别是在ABAW竞赛的挑战背景下,专注于音频和文本模态的融合,以提升识别性能。

Result: 在标记的公共开发集上,集成模型实现了0.875的平均精度和0.72的宏F1分数,表明该方法在矛盾/犹豫识别任务上具有较高的有效性。

Insight: 创新点包括结合韵律音频、情感文本嵌入和手工心理语言学特征的多模态融合,以及通过时序交叉注意力和门控MIL池化来调制窗口重要性;从客观角度看,该方法强调了音频-文本交叉注意力和支持特征注入在情绪识别中的潜力,可借鉴于其他多模态任务。

Abstract: We present an audio-text system for the Ambivalence/Hesitancy Video Recognition Challenge of the 11th ABAW Competition. The method excludes visual frames and represents each video as overlapping 5-second windows aligned with transcript timestamps. Each window combines a 320-dimensional prosodic audio descriptor, a 768-dimensional emotion-oriented RoBERTa embedding, and 74 handcrafted features capturing uncertainty, hedging, and attitudinal conflict. Audio and text are fused via temporal cross-attention, while support features are injected prior to gated multiple-instance learning (MIL) pooling to modulate the window’s importance. Predictions from five independently initialized models are averaged. On the labeled public development set, the ensemble achieved an average precision of 0.875 and a macro-F1 of 0.72. Our source code is publicly available at https://github.com/Liga-de-IA-PUCPR/abaw-11-ah-challenge/.


[24] AnomExpert: Identifying and Selecting Anatomical Planes for Prenatal Ultrasound Anomaly Diagnosis cs.CVPDF

Jian Wang, Yang Yang, Ziheng Pan, Xiliang Zhu, Yuhan Zhang

TL;DR: 本文提出了AnomExpert框架,用于产前超声异常诊断,仅需病例级监督。该框架通过可学习的平面原型将无序图像组织成对应解剖平面的隐式表示,并引入疾病感知稀疏选择机制为每种异常选择诊断相关平面。

Details

Motivation: 解决产前超声异常诊断中依赖解剖平面识别与选择的问题,现有方法要么需要平面级标注,要么未显式建模这些诊断能力,因此提出仅用病例级监督的弱监督方法。

Result: 在多中心3,654例数据集上,AnomExpert在九种代表性多示例学习方法中表现最佳,使用ViT-small骨干网络达到86.9%准确率和84.2% F1分数,且参数高效。

Insight: 创新点包括引入可学习平面原型实现无平面标注的解剖平面组织,以及疾病感知稀疏选择机制;客观分析认为该方法通过显式建模解剖平面识别与疾病特定平面选择,提升了弱监督多平面超声异常分类性能。

Abstract: Life-limiting congenital anomalies require accurate prenatal diagnosis for appropriate clinical decision-making. Prenatal ultrasound (US) examinations involve multiple anatomical planes, and diagnosis depends on identifying anatomical planes and selecting diagnostically relevant planes for each anomaly. Existing automated methods either rely on plane-level annotations or aggregate heterogeneous images without explicitly modeling these diagnostic capabilities. We propose AnomExpert, a prototype-driven framework for prenatal US anomaly diagnosis using only case-level supervision. AnomExpert introduces learnable plane prototypes to organize unordered images into latent representations corresponding to anatomical planes without requiring plane annotations. A disease-aware sparse selection mechanism further selects diagnostically relevant planes for each anomaly. Experiments on a multi-center dataset of 3,654 cases show that AnomExpert consistently outperforms nine representative multi-instance learning methods. Using a ViT-small backbone, it achieves 86.9% accuracy and 84.2% F1-score while maintaining parameter efficiency. These findings indicate that modeling anatomical plane identification and disease-specific plane selection improves weakly supervised multi-plane prenatal US anomaly classification. The code is available at https://github.com/TIanCat/AnomExpert.


[25] Detector Confidence Signals Presence Rather Than Occlusion in Cluttered Manipulation cs.CVPDF

Yuanzhi He

TL;DR: 该论文通过实验发现,开放词汇检测器(如Grounding DINO、OWLv2、SAM3)的置信度并不反映目标物体的可见性(即是否被遮挡),而是主要表示该物体类别是否存在于场景中的某个地方。即使目标物体被严重遮挡(仅剩约1/8可见)或被同类物体干扰,检测器的置信度也几乎保持不变,导致其无法作为可靠的遮挡信号。

Details

Motivation: 当前,检测器的置信度被广泛解读为物体可见性的信号,用于阈值化检测结果、评估开放词汇检测器、进行语言接地、实例检索以及控制主动感知系统。然而,这种解读可能存在问题,因为置信度可能并不真正反映目标物体是否被遮挡。

Result: 在模拟和真实视频实验中,当目标物体的真实可见度从完全可见下降到仅剩约1/8时,检测器的置信度几乎保持恒定且与可见度不相关。在真实视频中,检测器在99%的被遮挡帧中仍报告目标存在(实际是同类干扰物)。基于置信度的指标严重低估了解决遮挡的价值(在主动感知设置中,8分对比88分),且基于置信度的门控机制恰好在物体被隐藏时触发。

Insight: 论文的核心创新在于通过几何分割真值系统性地审计了检测器置信度与物体可见性之间的关系,揭示了其作为“存在信号”而非“可见性信号”的本质。这挑战了当前对检测器置信度的普遍解读和使用方式。作者建议在评估和门控机制中使用基于目标接地的信号,并发布了受控基准数据集。这一发现也与检测器校准错误和物体幻觉问题相关联。

Abstract: Occlude a named object until about an eighth of it remains visible, and an open-vocabulary detector’s confidence that the object is present barely changes; as the clutter around it grows the confidence can even rise. On real video the detector still reports the object present in 99% of occluded frames, on another instance of the same category. This matters because that confidence is widely read as a visibility signal, used to threshold detections, evaluate open-vocabulary detectors, ground language, retrieve instances, and gate active perception. We audit whether it reflects occlusion by pairing every view with a geometry-segmentation oracle that gives detector-free ground-truth visibility. As true visibility falls from every scene to one in eight, the confidence stays nearly constant and uncorrelated with visibility, and the detector reports the target present in about nine of ten scenes, firing on same-category distractors: it signals that the category is present somewhere, not that the specific target is visible. The failure holds across three detectors (Grounding DINO, OWLv2, and Segment Anything Model 3), nine object categories, two simulators with different renderers and object sets, built and natural occlusion, and real video. Two consequences follow: a confidence-based metric understates the value of resolving occlusion by about ten times (8 against 88 points in our active-perception setting), and a confidence-based gate fires exactly when the object is hidden. No single-view signal we tried, including a realizable localization check, flags the occlusion, because the occluders sit where the target is. We connect the effect to detector miscalibration and object hallucination, release the controlled benchmark, and recommend target-grounded signals for gating and evaluation.


[26] FM$^2$: Unified Federated Foundation Models for Heterogeneous Multimodal Medical Imaging cs.CVPDF

Shengchao Chen, Ting Shu

TL;DR: 本文提出FM$^2$,一个统一的联邦基础模型框架,旨在解决异构多模态医学影像数据在隐私保护下的协同训练难题。该框架通过从零开始训练核心骨干网络以保持医学领域保真度,并引入双混合专家模块(类别级MoE和领域级MoE)以及异构模态对齐正则化器来处理客户端间重叠与非重叠模态的异构性。此外,通过Caption-Enhanced Learning利用本地生成的文本描述作为语义桥梁,促进跨客户端的表示迁移,并展示了在联邦医学视觉问答任务上的可扩展性。

Details

Motivation: 构建医学影像基础模型需要跨机构数据汇集,但隐私法规禁止集中式聚合。现有联邦基础模型要么微调自然图像模型导致医学领域迁移效果差,要么仅在单一模态内从头训练,缺乏统一多任务的灵活性。本文特别关注一个未被充分探索的挑战——成像模态异构性,即客户端在重叠(共享模态但标签分布异构)和非重叠(各客户端模态完全不相交)两种结构机制下运行。

Result: 在提出的MIMH基准测试(分类和CEL任务)以及真实世界医学VQA数据集上的实验表明,FM$^2$在所有三个任务上均一致优于最先进的联邦基线方法,并展现出强大的跨模态泛化能力。

Insight: 创新点包括:1) 提出一个统一框架,通过从零开始训练核心骨干来保持医学领域保真度,并可选择性地整合生物医学预训练编码器进行视觉-语言对齐;2) 为每个客户端配备双混合专家模块(类别级MoE用于个性化类别知识,领域级MoE用于共享跨模态表示),并结合异构模态对齐正则化器,明确对齐模态特定专家参数,提供了可证明的O(1/√T)收敛和泛化保证;3) 引入Caption-Enhanced Learning,利用本地保留的GPT-4o生成的描述作为文本语义桥梁,实现跨不相交模态客户端的表示迁移,并展示了向联邦医学VQA的可扩展性。

Abstract: Building foundation models for medical imaging requires pooling data across institutions, yet privacy regulations prohibit centralized aggregation. Existing Federated Foundation Models either fine-tune natural-image models with poor medical-domain transfer, or train from scratch within a single modality, lacking the flexibility to unify tasks. We identify an under-explored challenge, Imaging Modality Heterogeneity, where clients operate under two structural regimes: Overlapped (shared modalities with heterogeneous label distributions) and Non-overlapped (fully disjoint modalities per client). We propose FM$^2$, a unified framework that trains the core backbone from scratch to preserve medical domain fidelity while optionally incorporating biomedical pretrained encoders for vision-language alignment. FM$^2$ equips each client with dual Mixture-of-Experts modules (a Class-wise MoE for personalized category knowledge and a Domain-wise MoE for shared cross-modality representations), coupled with a Heterogeneous Modality Alignment (HMA) regularizer that explicitly aligns modality-specific expert parameters, admitting provable $O(1/\sqrt{T})$ convergence and generalization guarantees. FM$^2$ further incorporates Caption-Enhanced Learning (CEL), where locally retained GPT-4o-generated captions serve as a textual semantic bridge enabling representation transfer across clients with disjoint modalities, and demonstrates extensibility to Federated Medical VQA. Experiments on our MIMH benchmark (classification and CEL) and real-world medical VQA datasets confirm consistent superiority over state-of-the-art federated baselines and strong out-of-modality generalization across all three tasks.


[27] ScanFocus: A Coarse-to-Fine Framework for Spatio-Temporal Video Grounding cs.CV | cs.AIPDF

Kai Chen, Ming Dai, Wenxuan Cheng, Wankou Yang

TL;DR: 本文提出了ScanFocus,一种用于时空视频定位(STVG)的由粗到精框架。该框架将任务解耦为全局时空扫描和局部边界聚焦,通过统一的视觉-语言融合编码器和轻量级可变形语义-运动融合模块生成粗粒度候选区域,并利用语义引导的时间聚合器(SGTA)在细化阶段恢复被抑制的细粒度细节,以实现精确的边界定位。

Details

Motivation: 现有先进的STVG方法在处理长视频时,由于计算成本过高,通常采用低速率的时间下采样和隐式运动建模,这抑制了高频边界线索并忽略了精确边界描绘所需的显式帧间依赖关系。本文旨在解决全局上下文建模与精确边界定位之间的平衡问题。

Result: 在三个广泛使用的基准测试上进行的广泛实验表明,所提方法的性能优于先前的方法。

Insight: 主要创新点在于将STVG任务解耦为粗粒度扫描和细粒度聚焦的两阶段框架,并引入了可变形语义-运动融合模块进行高效的多模态特征对齐,以及语义引导的时间聚合器(SGTA)来显式建模短期时间交互以捕获快速运动变化,从而实现更精确的时间戳回归。

Abstract: Spatio-Temporal Video Grounding (STVG) aims to retrieve the visual trajectory of a specific object from a video stream as described by a natural language expression. However, most advanced methods struggle to balance global context modeling with precise boundary localization. Due to the prohibitive computational costs of processing long videos, these approaches typically resort to low-rate temporal downsampling and implicit motion modeling. This inevitably suppresses high-frequency boundary cues and neglects the explicit inter-frame dependencies required for precise boundary delineation. To address these limitations, we present \textbf{ScanFocus}, a novel coarse-to-fine framework that decouples the STVG task into a global spatio-temporal scan and a local boundary focus. Specifically, we utilize a unified vision-language fusion encoder combined with a lightweight Deformable Semantic-Motion Fusion module to efficiently align multimodal features and generate coarse proposals. To recover the suppressed fine-grained details, we introduce the Semantic-Guided Temporal Aggregator (SGTA) in the refinement stage. By densely sampling around coarse boundaries, SGTA explicitly models short-term temporal interactions under semantic guidance, capturing rapid motion changes for precise timestamp regression. Extensive experiments on three widely used benchmarks demonstrate the performance superiority of our proposed method over previous approaches. Code will be released at https://github.com/TenMinutes209/ScanFocus.


[28] CLIP-Guided Label-Free Discriminative Region Scoring for Fine-Grained Classification cs.CVPDF

Yujie Zhu

TL;DR: 本文提出了一种基于CLIP的无标签判别性区域评分框架,用于细粒度分类任务。该框架系统评估了基于余弦相似度、边界和熵的评分策略,并比较了SAM生成掩码与随机裁剪两种区域生成方法,同时引入了基于全局和局部嵌入的无标签伪标签变体。实验表明,软负边界评分表现最佳,且随机裁剪结合伪标签评分在多个数据集上优于基于SAM的方法。

Details

Motivation: 现有方法利用CLIP和SAM进行无训练分割与语义编码,但不同局部区域和CLIP评分策略对判别性证据选择的影响尚不明确,尤其是在缺乏真实标签的情况下。

Result: 在五个细粒度分类数据集上的实验结果显示,软负边界评分策略性能最强,伪标签评分接近真实标签性能;随机裁剪的伪标签评分在所有数据集上均优于基于SAM的评分。

Insight: 创新点在于统一的无标签区域评分框架与伪标签变体设计;客观分析表明,随机裁剪能保留周围信息并在伪标签噪声下提供更稳定的语义上下文,而SAM掩码则受益于所有区域嵌入的聚合。

Abstract: Recent vision models such as CLIP and SAM enable training-free segmentation and semantic encoding for fine-grained classification. A common approach is to compare the representations of segmented image regions with the text prompt embeddings of the corresponding labels. However, it remains unclear how different local regions and CLIP-based scoring strategies affect the selection of discriminative evidence, especially when ground-truth labels are unavailable. In this paper, we propose a unified CLIP-guided label-free region scoring framework for fine-grained classification. The framework evaluates cosine similarity-based, margin-based, and entropy-based scoring strategies using both SAM-generated masks and random crops, and introduces two label-free pseudo-label variants based on global image embeddings and local region embeddings. We conduct experiments on five fine-grained classification datasets to systematically compare different region generation methods and scoring strategies. The results show that Soft Negative Margin scoring achieves the strongest performance, and pseudo-label scoring closely approximates true-label performance. Although SAM produces semantically meaningful masks, random-crop-based pseudo-label scoring consistently outperforms SAM-based scoring across all datasets, suggesting that random crops preserve surrounding information and provide more stable semantic context when pseudo-labels are noisy. In addition, SAM masks benefit from aggregating embeddings from all regions, whereas random crops tend to perform better with a smaller top-k subset. These findings provide new insights for fine-grained classification.


[29] DreamSat-Pose: Spacecraft Pose Estimation from Single-View 3D Reconstructions and Learned 2D-3D Feature Matching cs.CV | cs.LGPDF

Josiane Uwumukiza, Jocelyn Zhao, Giovanni Lavezzi, Giacomo Battaglia, Paolo Panicucci

TL;DR: 本文提出了一种名为DreamSat-Pose的新框架,用于从单张图像中同时估计未知航天器的3D形状和6自由度姿态。该方法首先从单视图重建目标的3D点云模型,然后通过一个学习密集2D-3D特征匹配的流程来估计姿态。

Details

Motivation: 解决在目标航天器形状模型未知的情况下,自主交会与接近操作中单次拍摄同时完成形状重建和姿态估计的挑战性问题。

Result: 在SPE3R数据集上进行了评估,以FoundationPose作为当前SOTA能力的代表基线。结果表明,仅使用单张图像和重建的几何模型,该方法实现了0.157度的平均指向误差,对未见过的航天器展现出强大的泛化能力。

Insight: 创新点在于将单视图3D重建与学习式密集2D-3D特征匹配相结合,形成一个端到端的单次拍摄形状与姿态估计框架。具体技术亮点包括:使用冻结的DINOv3 ViT提取图像特征,可训练的DGCNN编码器处理点云几何特征,以及通过双流Transformer匹配器(交替自注意力和交叉注意力)来细化描述符并生成软对应关系,最后交由PnP求解器恢复姿态。

Abstract: 6-DoF pose estimation is a critical task in autonomous rendezvous and proximity operations. In the case of an unknown target, this task becomes challenging as it shall be paired with the reconstruction of the target shape model. In this article, we propose a novel framework for single-shot shape and pose estimation of unknown spacecraft objects. Given a single image, we first reconstruct a 3D shape model of the target, then estimate the relative six-degrees-of-freedom pose by learning dense 2D-3D correspondences. The image features are extracted using a frozen DINOv3 vision transformer, while the geometric features are computed from the reconstructed point cloud using a trainable dynamic graph convolutional neural network encoder. A dual-stream transformer matcher refines descriptors through alternating self- and cross-attention, producing soft correspondences that are passed to a Perspective-$n$-Point solver for pose recovery. We evaluate the method on the SPE3R dataset and consider FoundationPose as a representative baseline for current state-of-the-art capabilities. Results show reliable pose estimates achieving 0.157 degrees mean pointing error using only a single image and reconstructed geometry, demonstrating strong generalization to unseen spacecraft.


[30] Symbiosis-Inspired Knowledge Distillation for Incremental Object Detection cs.CV | cs.AIPDF

Mingyue Zeng, De Cheng, Zhipeng Xu, Huaijie Wang, Nannan Wang

TL;DR: 本文提出了一种受共生关系启发的知识蒸馏方法(SIKD),用于增量目标检测任务。该方法通过空间共生蒸馏(SpSD)和语义共生蒸馏(SeSD)两个互补层面,利用新旧类别物体间的空间共存与语义依赖关系,以缓解灾难性遗忘问题。

Details

Motivation: 现有增量目标检测方法多采用类别增量学习的视角,通过分离特征空间来锐化决策边界,但这可能忽视了检测任务中物体间的共生关系(如共现和遮挡带来的空间与语义依赖)。忽略这些依赖会扭曲共享表示,加剧新旧类别的混淆,加速灾难性遗忘。

Result: 广泛的实验证明了所提方法的有效性和优越性,但摘要中未具体说明在哪些基准数据集上取得了何种定量结果(如是否达到SOTA水平)。

Insight: 创新点在于将物体共生关系(空间与语义依赖)显式地引入知识蒸馏过程,通过SpSD保留可泛化的旧类别线索并抑制类别特异性偏差,通过SeSD维持旧类别的语义拓扑结构,从而在适应新任务时更好地稳定共享表示。

Abstract: Incremental object detection (IOD) aims to extend detectors to new categories while retaining previously acquired knowledge. Existing methods often adopt a class incremental learning perspective, separating feature spaces to sharpen decision boundaries. However, this separation-oriented paradigm may overlook object symbiosis in detection, where co-occurrence and occlusion introduce spatial and semantic dependencies that benefit from shared representations. Ignoring these dependencies distorts the shared representations, exacerbates confusion between old and new classes, and accelerates catastrophic forgetting. To address this, we propose Symbiosis-Inspired Knowledge Distillation (SIKD), which explicitly leverages object symbiosis at two complementary levels. Spatial Symbiosis Distillation (SpSD) focuses on symbiotic regions where the old model responds with high overlap to objects in the new task. It preserves generalizable old class cues, suppresses class-specific bias and redundancy, and distills the refined evidence to the new model at matched spatial locations with slot-aligned supervision. Semantic Symbiosis Distillation (SeSD) maintains class level structure by forming confidence weighted prototypes for old classes and aligning their inter class soft ranks over the old class logits, which stabilizes the semantic topology during adaptation. Extensive experiments demonstrate the effectiveness and superiority of the proposed method.


[31] GeoAnchor: Collaborative Reasoning via Latent Decomposition for 3D Spatial Understanding cs.CV | cs.AIPDF

Hao Li, Han Fang, Zixin Pan, Xin Wei, Hongbo Sun

TL;DR: 本文提出GeoAnchor,一种用于3D空间理解的多模态大语言模型框架。该框架通过将3D空间信息分解为位置、方向和几何三种互补的潜在表示,并以交错文本-潜在的方式进行推理,以解决现有方法在从2D图像理解3D空间关系时存在的几何信息保真度不足和任务适应性差的问题。

Details

Motivation: 现有MLLM主要依赖符号文本标记来表示3D空间信息,这本质上缺乏表示连续几何信息的保真度。而依赖单一潜在表示的方法无法适应多样化空间任务的需求,导致在复杂几何场景中出现错位。

Result: 在多样且复杂的3D推理任务上进行的大量实验表明,GeoAnchor的性能超越了当前最先进的方法(SOTA),验证了其有效性和泛化能力。

Insight: 核心创新点在于将3D空间信息分解为三种互补的潜在组件(位置、方向、几何),并在结构化空间中重组它们,以构建局部证据并捕获全局上下文,从而实现动态且可解释的推理。此外,提出的从局部空间感知到全面3D理解的协作训练策略也是一个关键贡献。

Abstract: Although multimodal large language models (MLLMs) have achieved remarkable progress, understanding 3D spatial relationships from 2D images remains a critical challenge. Existing methods primarily rely on symbolic text tokens, which inherently lack the fidelity to represent continuous geometric information. While recent methods use latent representations to enhance reasoning, relying on a single latent type cannot adapt to the diversity of spatial tasks, leading to misalignment in complex geometric scenarios. To address these limitations, we propose GeoAnchor, an interleaved text-latent reasoning framework. GeoAnchor decomposes 3D spatial information into three complementary components: position latents for object grounding, direction latents for relational orientation, and geometry latents for scene structure. These components are recombined in a structured space to construct local evidence while capturing global context, enabling dynamic and interpretable reasoning. Furthermore, we introduce a collaborative training strategy that guides the model from local spatial perception to comprehensive 3D understanding. Extensive experiments on diverse and complex 3D reasoning tasks demonstrate that GeoAnchor outperforms the state of the art, validating its effectiveness and generalization capabilities.


[32] LPM: Industrial-Scale Generative Video Restoration cs.CVPDF

Bichuan Zhu, Fulin Li, Jiachao Gong, Jinhua Hao, Kai Zhao

TL;DR: 本文提出了LPM(Large Processing Model),一个基于扩散模型的生成式视频修复框架,旨在处理真实世界中复杂且多样的视频退化问题。LPM是首个实现工业级部署的生成式视频修复模型,通过统一的大规模数据工程、基础模型训练和高效推理系统,对用户生成内容(UGC)进行高保真、时序一致的修复。该模型已在快手平台部署,处理了约45%的观看时长视频,在提升感知质量的同时,相比内部编码器降低了20%的码率,实现了显著的系统级效益和成本节约。

Details

Motivation: 解决用户生成内容(UGC)中存在的复杂、多样的真实世界视频退化问题,并首次将生成式视频修复模型推向工业级应用规模。

Result: 模型在快手平台部署,处理视频约占平台总观看时长的45%,在关键体验质量指标上持续提升;在感知质量相当的情况下,相比快手内部编码器降低了20%的码率,每年节省数亿级别的带宽成本。

Insight: 创新点在于构建了一个统一的工业级生成式视频修复系统,结合了大规模数据工程、增强的模型架构、渐进式训练策略和时序金字塔推理机制,实现了对任意长度视频的高质量、高效修复,并证明了生成式修复在大规模视频处理中具有实用性、可扩展性和成本效益。

Abstract: We present the Large Processing Model (LPM), a diffusion-based generative framework for photorealistic video restoration under complex, in-the-wild degradations. To our knowledge, LPM is the first generative video restoration model deployed at industrial scale. LPM addresses the diverse degradations in user-generated content (UGC) through a unified system encompassing large-scale data engineering, foundation-model training, and efficient inference. Its enhanced architecture, progressive training strategy, and temporal-pyramid inference mechanism jointly enable high-fidelity, temporally consistent restoration of arbitrarily long videos across the broad content distribution encountered on UGC platforms. LPM has been deployed in production at Kuaishou, where videos processed by the model account for approximately 45% of total viewing time, delivering consistent improvements across key quality-of-experience metrics. Beyond perceptual enhancement, LPM delivers substantial system-level benefits: at comparable perceptual quality, it reduces bitrate by 20% relative to Kuaishou’s in-house codec, yielding annual bandwidth cost savings on the order of hundreds of millions. Its low serving cost also enables integration into products such as Kling, demonstrating that generative restoration can be practical, scalable, and cost-effective for large-scale video processing.


[33] 2D Rotary Position Embedding for Scene Text Recognition with Transformers cs.CVPDF

Zobeir Raisi

TL;DR: 本文提出了一种名为2D-RoPE-STR的二维旋转位置编码方法,用于解决场景文本识别(STR)中因文本外观多样性(如弯曲、旋转和透视变形)带来的挑战。该方法通过适应文本图像的各向异性长宽比,并将旋转耦合扩展到编码器-解码器交叉注意力中,使解码器能够根据编码器token的二维空间布局进行关注,从而提升了模型对不规则文本布局的处理能力。

Details

Motivation: 现有基于Transformer的STR方法通常依赖一维位置编码,忽略了文本图像的二维空间结构,而现有的轴向2D-RoPE扩展主要针对编码器自注意力,且假设图像内容大致为正方形和各向同性,这与STR中文本图像的各向异性裁剪以及编码器-解码器架构不匹配。

Result: 在六个标准基准测试(IIIT5K, SVT, ICDAR 2013, ICDAR 2015, CUTE80, SVTP)上,该方法在不规则文本布局(如弯曲、旋转和透视变形)上取得了显著提升,通过消融实验验证了其相对于一维RoPE、二维正弦和可学习位置编码的优势。

Insight: 创新点在于将轴向2D-RoPE适配到STR的编码器-解码器架构中,通过各向异性的行列维度分配匹配文本长宽比,并将旋转耦合扩展到交叉注意力,使解码器能基于二维布局关注编码器token。这些改进几乎无需额外参数,且无需重新设计架构,为处理不规则文本提供了有效的相对位置信息建模方法。

Abstract: Scene Text Recognition (STR) remains challenging due to the diversity of text appearances, including curvature, rotation, and perspective distortion. Recent Transformer-based approaches perform well but usually rely on one-dimensional positional encodings that ignore the 2D spatial structure of text images. Axial 2D extensions of Rotary Position Embedding (RoPE) exist for vision Transformers, but they assume roughly square, isotropic image content and apply the rotation only within encoder self-attention. Scene text violates both assumptions: crops are markedly anisotropic, and STR models are encoder-decoder, so the decoder must relate its queries to the encoder’s 2D layout through cross-attention. We introduce 2D-RoPE-STR, which adapts axial 2D-RoPE to this setting through (1) an anisotropic row/column dimension allocation matched to the aspect ratio of text, and (2) an extension of the rotary coupling into encoder-decoder cross-attention, letting autoregressive decoding steps attend to encoder tokens by their 2D layout, a setting not addressed by prior encoder-only formulations. Both changes are essentially parameter-free and require no architectural redesign beyond the positional-encoding module. We further introduce a diagnostic protocol (a controlled ablation pair isolating only the positional encoding, an image-level net-win disagreement analysis, and encoder attention visualization) that identifies where and why relative 2D position helps: curved, rotated, and perspective-distorted layouts where reading order departs from a straight horizontal line. On six standard benchmarks (IIIT5K, SVT, ICDAR 2013, ICDAR 2015, CUTE80, SVTP), gains concentrate on exactly these irregular layouts, with ablations isolating each design choice against 1D RoPE and 2D sinusoidal and learnable alternatives.


[34] Bring Music The Horizon: Music-Driven 360$^\circ$ Video Generation cs.CV | cs.MM | cs.SD | eess.AS | eess.IVPDF

Kai Hsu Tsai, Yong Wei Fu, Hung I Yang, Yu-Chih Chen

TL;DR: 本文提出了一种名为Bring Music The Horizon的情感感知流水线,用于音乐驱动的360度视频生成。该方法首先通过预测每四小节的效价-唤醒值来估计输入歌曲的情感轨迹,然后利用EmotiCrafter将其转换为情感感知的视觉引导,并通过SEGA框架进行细粒度语义控制以生成关键帧,最后应用图像到视频模型合成时间连续的360度沉浸式音乐可视化视频。

Details

Motivation: 现有音乐可视化方法要么严重依赖歌词,要么生成类似传统音乐视频的平面、非沉浸式视频,限制了其传达音乐情感动态和提供沉浸式聆听体验的能力。

Result: 论文在项目页面上提供了与代表性音频到视觉生成基线From-Sound-To-Sight的定性比较,展示了其处理不同流派歌曲的能力,生成的360度视频能反映输入歌曲的情感进程和时间结构。

Insight: 创新点在于将音乐情感轨迹(效价-唤醒)估计与细粒度语义控制(SEGA)相结合,驱动360度沉浸式视频生成,实现了对音乐动态情感更准确、更具沉浸感的视觉映射,而非依赖歌词或生成平面视频。

Abstract: Music visualization offers a powerful way to enhance listeners’ understanding and experience of music by translating auditory signals into visual forms. However, most existing approaches either rely heavily on lyrics or generate flat, non-immersive videos similar to conventional music videos, which limits their ability to convey the emotional dynamics of music and provide an immersive listening experience. We propose Bring Music The Horizon, an emotion-aware pipeline for music-driven 360$^\circ$ video generation. Given an input song, our work first estimates its emotional trajectory by predicting valence-arousal values at the level of every four bars. These values are then converted into emotion-aware visual guidance using EmotiCrafter, and these guidance vectors can be manipulated by the SEGA framework, which provides fine-grained semantic control for keyframe generation. Finally, image-to-video models are applied to the generated keyframes to synthesize temporally continuous 360$^\circ$ videos for immersive music visualization. Our pipeline generates 360$^\circ$ music visualization videos that reflect the emotional progression and temporal structure of the input song. We demonstrate its capability using songs from different genres and provide qualitative comparisons with From-Sound-To-Sight, a representative audio-to-visual generation baseline, on our project page at https://etoile-et-toi-mp3.github.io/BMTH_Project_Page/.


[35] GPOcc++: Unified Sparse Gaussian Occupancy Prediction with Visual Geometry Priors cs.CVPDF

Changqing Zhou, Yueru Luo, Yulan Guo, Bing Wang, Jie Qin

TL;DR: 本文提出了GPOcc和GPOcc++方法,用于从视觉观测中预测3D场景占用。GPOcc将视觉几何先验转化为稀疏高斯表示来建模体积场景。GPOcc++在此基础上,在一个统一框架内处理多视角观测和时间序列,并将其应用从室内扩展到室外场景。

Details

Motivation: 从视觉观测中恢复完整的3D体积表示(包括物体、结构和自由空间)具有挑战性,尤其是在被遮挡和未观测区域。视觉几何先验提供了强大的几何线索,但其输出本质上是面向表面的,与需要推理体积内部和自由空间的占用预测存在差距。

Result: 在室内和室外基准测试上的大量实验表明,该方法在多视角和时间序列设置下均表现出持续强劲的性能,同时具有良好的效率和泛化能力。

Insight: 核心创新在于将视觉几何先验转化为用于体积场景建模的、占用感知的稀疏高斯表示,并构建了一个统一框架来融合空间(多视角)和时间证据。这为利用表面几何线索进行体积推理提供了一种新颖且高效的途径。

Abstract: Accurate 3D scene understanding is fundamental to embodied intelligence and autonomous driving, where 3D occupancy provides a unified representation of objects, structures, and free space. However, recovering such a complete volumetric representation from visual observations remains challenging, particularly in occluded and unobserved regions. Visual geometry priors offer strong and generalizable geometric cues for addressing this challenge, but their outputs are inherently surface-centric, whereas occupancy prediction requires reasoning about volumetric interiors and free space. To bridge this gap, we introduce GPOcc, which transforms visual geometry priors into occupancy-aware sparse Gaussian representations for efficient and expressive volumetric scene modeling. Building on GPOcc, GPOcc++ models multi-view observations and temporal sequences within a unified framework, allowing spatial and temporal evidence to be handled through the same representation. We further extend GPOcc++ from indoor scenes to outdoor occupancy prediction. Extensive experiments on both indoor and outdoor benchmarks demonstrate consistently strong performance across both multi-view and temporal settings, together with favorable efficiency and generalization. Code will be released at https://github.com/JuIvyy/GPOcc.


[36] CASA-SDF: Curriculum-Aware Spatial Adaptation with Curvature-Guided Density for Neural Implicit Surface Reconstruction cs.CV | cs.GRPDF

Lei Yang, Weiqing Li, Zhiyong Su, Liang Xiao

TL;DR: CASA-SDF提出了一种用于神经隐式表面重建的统一框架,通过结合课程感知的空间监督适应和曲率引导的局部密度变换,来解决室内场景几何异质性带来的挑战。该方法在保持平面区域平滑性的同时,增强了对薄结构等高频细节的恢复能力。

Details

Motivation: 室内场景存在显著的几何异质性,大块无纹理平面区域需要强正则化抑制伪影,而薄结构则需要更锐利、自适应的表示以避免MLP的频谱偏差和过度平滑。现有方法依赖空间无差别的先验监督和全局SDF-to-density变换,难以平衡平面平滑性与细节保留。

Result: 在基准室内数据集上的大量实验表明,CASA-SDF提高了高频结构上的表面完整性和细节恢复能力,同时没有损害平面表面的稳定性。

Insight: 创新点在于提出了混合空间自适应不确定性退火(SAUA)来构建像素级课程以指导单目先验监督,以及曲率感知的局部自适应密度变换(CALADT)来渐进调制SDF到密度映射的锐度。这实现了监督和表示能力的互补性空间自适应。

Abstract: Neural implicit representations have emerged as a powerful paradigm for 3D reconstruction. However, high-fidelity indoor surface reconstruction remains a significant challenge, primarily due to the pronounced \emph{geometric heterogeneity} of indoor scenes. Large texture-less planar regions typically require stronger regularization to suppress high-frequency artifacts, while thin structures demand sharper, more adaptive representations to mitigate the spectral bias of multi-layer perceptrons (MLPs) and prevent over-smoothing. Existing approaches often rely on spatially indiscriminate prior supervision and a scene-global SDF-to-density transformation, which constrains their ability to balance planar smoothness and detail preservation. In this paper, we propose CASA-SDF (Curriculum-Aware Spatial Adaptation for SDF), a unified framework that addresses this challenge via complementary adaptations of supervision and representation capacity. Specifically, Hybrid Spatially-Adaptive Uncertainty Annealing (SAUA) fuses semantic and photometric uncertainties to construct a pixel-wise curriculum for monocular prior supervision. This strategy maintains regularization in reliable regions while attenuating unreliable supervision early in training to enable data-driven photometric refinement. Meanwhile, Curvature-Aware Locally Adaptive Density Transformation (CALADT) progressively modulates the sharpness of the SDF-to-density mapping via a curvature proxy to enhance the representation of thin structures. Extensive experiments on benchmark indoor datasets demonstrate that CASA-SDF improves surface completeness and detail recovery on high-frequency structures, without compromising the stability of planar surfaces.


[37] M2P-AD: Memory-to-Prototype Learning with Boundary-aware Score Refinement for 3D Anomaly Detection cs.CVPDF

Seyoung Jeong, Jong Pil Yun, Sang Jun Lee

TL;DR: 本文提出了一种名为M2P-AD的新型3D异常检测模型,旨在解决现有方法在正常区域产生过度异常响应以及在物体边界附近出现误报的问题。该方法通过Memory-to-Prototype模块学习正常特征的典型原型以保留物体结构信息,并结合边界提取模块与边界感知的分数细化策略来重新校准异常分数。

Details

Motivation: 现有3D异常检测方法在正常区域和物体边界附近存在过度响应和误报问题,影响了检测的准确性和可靠性,需要一种能更精确建模正常特征分布并抑制这些错误的方法。

Result: 在Real3D-AD、Anomaly-ShapeNet和MulSen-AD三个基准数据集上评估,该方法达到了最先进的性能(SOTA),定性结果显示正常区域的过度异常分数减少,边界附近的误报得到抑制,实现了更准确稳定的异常定位。

Insight: 创新点在于引入Memory-to-Prototype学习来建模正常特征分布,并结合边界感知的分数细化策略,这提供了一种通过原型学习和边界信息整合来提升3D异常检测鲁棒性的新思路,适用于实际工业环境。

Abstract: 3D anomaly detection has recently emerged as an important research topic in computer vision. Although existing methods have achieved high performance, excessive anomaly responses in normal regions and false positives near object boundaries remain unresolved challenges. To address these challenges, we propose a novel 3D anomaly detection model, Memory-to-Prototype Anomaly Detection (M2P-AD), which effectively models the distribution of normal features while suppressing excessive anomaly scores in normal regions and false positives near object boundaries. Specifically, we introduce a Memory-to-Prototype (M2P) module that learns representative prototypes from normal feature embeddings to preserve important structural information of objects. In addition, a Boundary extraction (BE) module is integrated to identify object boundaries, and a Boundary-aware score refinement (BSR) strategy is applied to recalibrate anomaly scores by incorporating boundary characteristics. The proposed method is evaluated on Real3D-AD, Anomaly-ShapeNet, and MulSen-AD, achieving state-of-the-art performance. Qualitative results demonstrate that excessive anomaly scores in normal regions are reduced and false positives near object boundaries are suppressed, resulting in more accurate and stable anomaly localization. The results indicate that the proposed approach enables more reliable 3D anomaly detection and provides a robust solution applicable to real-world industrial environments.


[38] Attention-Free and Lightweight Token Reduction for Efficient Vision-Language Models cs.CVPDF

Xuanyi Hao, Zuoyuan Zhang, Zhibo Wang, Xiaoyi Pang, Jiahui Hu

TL;DR: 本文提出了一种无需注意力机制且轻量化的视觉令牌缩减框架,用于加速视觉语言模型(VLMs)的推理。该框架通过信息熵准则评估令牌重要性,并利用变换诱导一致性信号实现轻量化的多样性覆盖,从而在保持性能的同时显著降低计算开销。

Details

Motivation: 现有视觉语言模型在处理大量视觉令牌时计算开销巨大,难以部署在资源受限的边缘设备上;而现有的令牌缩减方法要么依赖与加速框架不兼容的注意力图,要么需要进行计算密集的成对相似性比较,限制了其可扩展性和实际部署效益。

Result: 在多个VLMs基准测试上的广泛实验表明,该框架在积极压缩条件下实现了良好的精度-效率权衡,保持了有竞争力的性能。

Insight: 创新点在于从信息论角度提出基于熵的令牌重要性评估准则,避免了注意力依赖;并引入变换诱导一致性信号进行轻量化的多样性选择,实现了即插即用的高效令牌缩减。

Abstract: Vision-Language Models (VLMs) have achieved strong performance in multimodal understanding, yet remain challenging to deploy on resource-constrained edge devices due to the substantial computational overhead of processing numerous visual tokens. Token reduction is a promising direction for accelerating VLMs inference, but existing approaches either rely on attention maps that are incompatible with modern acceleration frameworks or depend on computationally intensive pairwise similarity comparisons, which undermine scalability and negate their practical benefits in deployment. In this paper, we propose an attention-free and lightweight token reduction framework as a plug-and-play module for VLMs, which preserves both important and diverse tokens to produce a compact visual representation. First, to enable attention-free importance estimation, we adopt an information-theoretic perspective and quantify token information using a novel entropy-based criterion, retaining those with more expressive and less degenerate feature representations. Second, to ensure diverse visual coverage in a lightweight manner, we introduce a transformation-induced consistency signal where similar tokens yield similar signals, such that sorting by this signal places similar tokens close to each other and enables stride-based selection to produce a diverse token set. Extensive experiments across multiple VLMs benchmarks demonstrate that our framework achieves a favorable accuracy-efficiency trade-off, maintaining competitive performance under aggressive compression.


[39] DriveFace: A Cross-Spectral Through-Glass Face Dataset for On-the-Move Vehicular Border Control cs.CVPDF

Anjith George, Luis Luevano, Alain Komaty, Zeina Al Amine, Vidit Vidit

TL;DR: 论文提出了一个名为DriveFace的跨光谱车载人脸数据集,用于支持移动边境控制场景下的生物特征识别。该数据集包含近红外车辆通过视频和基于智能手机的预注册数据,旨在解决现有数据集在真实车载环境下缺乏代表性的问题。

Details

Motivation: 现有边境控制基础设施面临跨境流动性增长的压力,需要开发在移动车辆内直接识别旅行者的生物认证技术。人脸识别适合此场景,但缺乏能捕捉车载采集挑战(如运动模糊、光照变化、遮挡和跨光谱注册)的代表性数据集。

Result: 使用最先进模型进行的基线评估显示,在这些真实条件下性能存在明显局限,表明需要专门的方法来推动该领域发展。

Insight: 创新点在于引入首个针对车载边境控制场景的跨光谱人脸数据集,结合近红外视频和智能手机预注册数据,模拟真实挑战如运动模糊和光照变化,为开发鲁棒的车载人脸识别方法提供了基准。

Abstract: The continuous growth in cross-border mobility places increasing pressure on existing border control infrastructures, motivating on-the-move biometric authentication, in which travellers are identified directly inside their vehicles at checkpoints. Face recognition is well-suited to this setting, as it can be acquired passively and at a distance. Its development, however, is hindered by the lack of representative datasets: existing benchmarks are collected in controlled environments and do not capture the challenges inherent to vehicular acquisition, including motion blur, variable illumination, occlusions, and cross-spectral enrollment. To address this gap, we introduce a dataset for on-the-move face recognition in border-control scenarios, comprising NIR vehicle-crossing videos paired with smartphone-based pre-enrollment data. Baseline evaluations with state-of-the-art models show clear performance limitations under these realistic conditions, highlighting the need for dedicated methods to advance the field.


[40] TRACE-PCa: Predicting Prostate Cancer Progression from Longitudinal MRI During Active Surveillance cs.CVPDF

Hongye Zeng, Shreeram Athreya, Dingyuan Dai, Steve Raman, Leonard Marks

TL;DR: 该研究提出了一种名为TRACE-PCa的端到端时序多模态模型,用于预测主动监测(AS)期间前列腺癌的病理进展。该方法无需病灶分割,通过预训练的3D MRI基础模型编码连续扫描序列,并使用时序注意力门机制重新校准多访视特征以放大与进展相关的局部影像变化,最后与临床变量在多模态框架中融合以估计进展概率。

Details

Motivation: 当前主动监测(AS)方案依赖定期重复活检,但多数活检显示无进展且不必要;现有风险分层工具基于单时间点成像或依赖显式病灶分割,无法有效捕捉纵向变化且排除了无MRI可见病灶的患者。

Result: 在纵向AS队列上验证,该方法持续优于基线模型,其性能与代表当前临床实践的放射科医生评估相当;在保持高阴性预测值的同时实现了更高的阳性预测值。

Insight: 创新点在于无需病灶分割的端到端时序建模,通过预训练基础模型结合时序注意力门机制来放大与进展相关的纵向影像变化,并与临床变量多模态融合;客观来看,该方法避免了分割依赖,直接利用原始序列数据捕捉动态特征,有望安全减少不必要的活检。

Abstract: Active surveillance (AS) is the preferred strategy for favorable-risk prostate cancer, yet current protocols rely on scheduled repeat biopsies, most of which reveal no progression and are unnecessary. Existing risk-stratification tools operate on single time-point imaging or depend on explicit lesion segmentation, limiting their ability to capture longitudinal change and excluding patients without an MRI-visible lesion. In this study, we propose an end-to-end temporal and multimodal model for predicting pathological progression during AS without lesion segmentation. We encode each serial scan with a pretrained 3D MRI foundation model and introduce a temporal attention gate that recalibrates the multi-visit features to amplify focal imaging changes associated with progression. The gated imaging representation is then fused with clinical variables in a multimodal framework to estimate the probability of progression. Validated on a longitudinal AS cohort, our approach consistently outperforms competing baselines and performs comparably to the radiologist assessment representing current clinical practice. It maintains high negative predictive value while achieving higher positive predictive value, demonstrating its potential to safely reduce unnecessary biopsies during surveillance.


[41] VGIF-Score: Interpretable and Diagnostic Evaluation of Spatio-Temporal Instruction Following in Video Generation cs.CVPDF

Songyu Xu, Xin Wang, Qiang Chen, Xinran Wang, Muxi Diao

TL;DR: 本文提出了VGIF-Score,一个用于评估视频生成模型遵循时空指令能力的自动化、可解释框架。该框架包含客观完成度分支和主观满意度分支,前者通过时空有向无环图(ST-DAG)和依赖感知QA进行诊断,后者利用指令条件化AutoRubric评估视频质量。作者在包含223个长指令的VGIF-Bench基准上验证了其有效性。

Details

Motivation: 现有视频生成模型评估方法存在不足:依赖简短、语义浅显的提示词,时空约束有限;常需昂贵的人工评估或手工视觉流程,且缺乏对指令约束成功或失败的具体诊断洞察。

Result: 在VGIF-Bench基准(包含约4.3K细粒度评估项)上,对14个专有和开源视频生成模型生成的超过3K个视频进行实验,结果表明VGIF-Score提供了可靠、可解释且具有诊断价值的评估。

Insight: 创新点在于将复杂指令解析为时空有向无环图(ST-DAG)进行结构化评估,并结合了客观完成度(依赖感知QA与短路诊断)与主观满意度(指令条件化多维度评估)的互补评估框架,实现了自动化、可解释的诊断性评测。

Abstract: Recent video generation models (VGMs) have made substantial progress in visual fidelity, yet their ability to follow long, compositional instructions remains insufficiently evaluated. Existing evaluation protocols often rely on prompts that are short and semantically shallow, with limited atomic constraints and weak spatio-temporal dependencies. They also frequently depend on costly human evaluation or handcrafted vision pipelines, while providing little diagnostic insight into which instruction constraints succeed or fail. To address this gap, we propose VGIF-Score, a highly automated and interpretable framework for evaluating instruction following in video generation. VGIF-Score consists of two complementary components: an objective completion branch that parses prompts into a Spatio-Temporal Directed Acyclic Graph (ST-DAG) and performs dependency-aware QA with short-circuit diagnostics, and a subjective satisfaction branch that uses instruction-conditioned AutoRubric to assess cinematography, visual purity, motion smoothness, and physics adherence. Together, these components produce a unified score that captures both objective completion and perceptual satisfaction. We instantiate this framework on VGIF-Bench, a benchmark of 223 long, structurally entangled prompts paired with approximately 4.3K fine-grained evaluation items. Experiments on 14 proprietary and open-source VGMs across more than 3K generated videos show that VGIF-Score provides reliable, interpretable, and diagnostically useful evaluation of video generation instruction following. The code will be available at https://github.com/PRIS-CV/VGIF-SCORE.


[42] ThinkBLOX: 3D Indoor Scene Generation with Progressive Reasoning cs.CV | cs.GRPDF

Yuan Xiao, Can Wang, Xiangyu Kong, Jing Liao

TL;DR: 本文提出了ThinkBLOX,一个基于视觉语言模型(VLM)的渐进式推理框架,用于迭代设计和优化3D室内场景生成。该方法将布局生成视为一个状态条件化的逐步推理-行动过程,并通过构建大规模数据集ThinkBLOX-Data-200K进行监督微调,同时引入分层解耦的GDPO强化学习方案以解决多解任务中的奖励冲突问题。

Details

Motivation: 针对当前基于VLM的单次生成方法在交互编辑(如插入或移动物体)时需要进行全局重新优化或完全重建,且容易导致物理或语义上组织不良的问题,旨在开发一种能够逐步推理和细化的场景生成框架。

Result: 大量实验表明,ThinkBLOX在物理合理性、语义对齐和交互可编辑性方面显著优于最新的单次生成和迭代基线方法,并支持包括全局/局部生成和重新排列在内的多样化3D场景应用。

Insight: 核心创新在于将场景生成建模为渐进式推理-行动过程,并构建了包含详细思维链(CoT)标注的大规模数据集以弥合推理与行动间的差距;同时,为解决多解任务中的奖励冲突,提出了分层解耦的GDPO强化学习方案来稳定策略优化。

Abstract: While traditional graphics methods often synthesize 3D indoor scenes autoregressively or hierarchically, recent vision-language model (VLM)-based generators predominantly adopt a one-shot paradigm where the full layout is planned at once. This one-shot approach often requires global re-optimization or complete reconstruction during interactive editing (e.g., inserting or moving objects) and can lead to physically or semantically poorly organized arrangements. To address these challenges, we propose ThinkBLOX, a VLM-based progressive reasoning framework that iteratively designs and refines 3D scenes. ThinkBLOX treats layout generation as a state-conditioned, step-by-step reasoningand-action process. To power this, we construct the ThinkBLOX-Data-200K dataset, containing 224,757 procedural placement pairs annotated with multi-view scene context, explicit Chain-of-Thought (CoT) rationales, and structured JSON layouts. Through supervised fine-tuning (SFT) on this dataset, the VLM learns to bridge the reasoning-action gap under incremental updates. Furthermore, recognizing that scene synthesis is inherently a multisolution task where SFT suffers from reward conflict, we introduce Tier-Decoupled GDPO. This reinforcement learning scheme organizes heterogeneous rewards into distinct tiers, stabilizing policy optimization across physical validity, semantic plausibility, and reasoning-action consistency. Extensive experiments show that ThinkBLOX significantly outperforms recent one-shot and iterative baselines in physical plausibility, semantic alignment, and interactive editability. Additionally, we show that it supports diverse applications, including both global and local generation and rearrangement of 3D scenes.


[43] GHR-VLM: Making Zero-Shot Transit Video Analytics Realizable with Grounded Hybrid Reasoning cs.CV | cs.AIPDF

Kaicong Huang, Weiheng Oh, Ruimin Ke

TL;DR: 论文提出了GHR-VLM,一个基于视觉接地混合推理的零样本公交视频分析框架。该框架采用边缘-云协同设计,通过轻量级边缘监控跟踪车门状态并分割乘客片段,后端视觉语言模型(VLM)则利用时空证据进行两阶段粗到细推理,以识别上车乘客并分类支付行为。

Details

Motivation: 为了解决监督视频模型需要任务特定标注,而直接应用视觉语言模型(VLM)处理长时车载视频不可靠且成本高的问题,旨在结合两者的优势,实现零样本的公交视频分析。

Result: 在486分钟的真实世界公交监控视频上进行评估,展示了接地边缘-云推理在乘客级支付分析方面的潜力,同时也指出了视频质量下降带来的挑战。

Insight: 核心创新在于通过显式的视觉接地(如跟踪车门、分割乘客片段)将长监控流转化为紧凑的、以乘客为中心的时空证据,从而提升VLM推理的可靠性和效率,避免了针对支付行为的特定训练数据需求,并减少了云端的推理开销。

Abstract: Transit video understanding can provide valuable fine-grained data that conventional passenger counters and fare systems cannot capture. However, supervised video models require task-specific annotations, while applying vision-language models (VLMs) directly to long onboard videos is unreliable and costly. To leverage the complementary strengths of both approaches, we propose GHR-VLM, a visual grounded hybrid reasoning framework for zero-shot transit-bus video analytics. It is motivated by the observation that explicit visual grounding can improve VLM reasoning by converting long surveillance streams into compact, passenger-centered spatiotemporal evidence. Specifically, we propose an edge-cloud design in which a lightweight edge-based monitor continuously tracks door status and segments passenger clips. A backend VLM then identifies boarding passengers and classifies payment behavior through a two-stage coarse-to-fine refinement of spatiotemporal evidence. By invoking the VLM only on grounded passenger clips and contact sheets, GHR-VLM reduces cloud inference, avoids payment-specific training data, and supplies the localized evidence that VLMs otherwise struggle to identify. Evaluation on 486 minutes of real-world bus surveillance video demonstrates the potential of grounded edge-cloud reasoning for passenger-level payment analytics while highlighting the challenges posed by degraded video conditions.


[44] OvisOCR2 Technical Report cs.CV | cs.AIPDF

Shiyin Lu, Yinglun Li, Yu Xia, Yuhui Chen, An-Yang Ji

TL;DR: 本文介绍了OvisOCR2,一个0.8B参数的端到端文档解析模型。它能够将文档页面图像直接转换为包含文本、公式、表格和视觉区域的Markdown表示。通过结合真实文档标注和合成数据的数据引擎,以及包含监督微调、强化学习和模型融合的训练方案,该模型在多个基准测试中取得了最先进的性能。

Details

Motivation: 旨在开发一个端到端的文档解析模型,以克服传统流水线方法的局限性,直接从文档图像生成结构化的Markdown输出,覆盖多种元素类型。

Result: 在OmniDocBench v1.6上取得了96.58的SOTA总分,在PureDocBench上取得了75.06的最高Avg3分数,并在内部基准测试中获得了最佳整体性能,证明了其泛化能力和鲁棒性。

Insight: 创新点在于端到端的解析架构、结合真实与合成数据的数据引擎,以及包含强化学习和蒸馏的复杂训练方案。这展示了端到端方法在文档解析任务上超越传统流水线方法的潜力。

Abstract: We introduce OvisOCR2, a 0.8B document parsing model. OvisOCR2 is designed as an end-to-end parser: given a document page image, it generates a Markdown representation in natural reading order, covering text, formulas, tables, and visual regions. We build a data engine that combines filtered real-document annotations with synthetic pages whose rendered images and Markdown targets are derived from the same HTML source. The training recipe includes supervised fine-tuning, reinforcement learning on a 4B branch with a multi-component reward design, on-policy distillation into the 0.8B model, and model fusion. On OmniDocBench v1.6, OvisOCR2 achieves a state-of-the-art overall score of 96.58, placing an end-to-end model at the top of this leaderboard previously dominated by pipeline methods and highlighting the potential of end-to-end document parsing. On PureDocBench, OvisOCR2 also achieves the highest Avg3 score of 75.06. Beyond these two public benchmarks, we evaluate OvisOCR2 on an in-house benchmark designed to cover a broader set of long-tail and challenging scenarios. OvisOCR2 obtains the best overall performance among the compared methods, providing further evidence of its generalization and robustness. OvisOCR2 is available at https://huggingface.co/ATH-MaaS/OvisOCR2.


[45] Groc-PO: Grounded Context Preference Optimization for Truthful Multimodal LLMs cs.CV | cs.AI | cs.CL | cs.MMPDF

Zhixiao Zheng, Zheren Fu, Zhiyuan Yao, Chunxiao Liu, Dongming Zhang

TL;DR: 本文提出了一种名为Groc-PO(Grounded Context Preference Optimization)的框架,用于解决多模态大语言模型(MLLMs)中的不真实性问题,如视觉幻觉、内容捏造和不忠实的推理。该方法通过构建一个分阶段(物体定位、上下文定位和基于定位的推理)的偏好数据集(GCPD),并在多个定位阶段引入更明确的偏好监督,以抑制跨阶段的错误传播。

Details

Motivation: 现有的基于人类偏好的对齐方法(如DPO)通常在最终答案层面进行优化,而多模态推理中的错误往往在早期定位阶段就已产生并传播,导致对早期阶段的监督是间接的,难以有效抑制由定位漂移和上下文不一致引起的错误传播。

Result: 大量实验表明,与标准DPO和其他强基线相比,Groc-PO在减轻幻觉、实现忠实推理和提升整体可靠性方面取得了更好的性能。

Insight: 核心创新在于将偏好优化从单一的最终答案层面,细化为针对多模态推理中多个定位阶段(物体定位、上下文定位、基于定位的推理)的显式监督,通过构建分阶段的偏好数据集来捕获定位上下文的形成、整合和利用过程,从而更有效地强化上下文依赖的推理并缓解跨阶段错误传播。

Abstract: Despite the rapid progress of Multimodal Large Language Models (MLLMs), they still suffer from untruthfulness issues, such as visual hallucinations, content fabrication, and unfaithful reasoning, which substantially undermine their faithfulness and practical utility. Alignment methods based on human preference, such as Direct Preference Optimization (DPO), have been widely adopted to address these issues. However, multimodal reasoning errors often propagate across stages, and final-answer errors can often be traced to mistakes in early grounding stages, yet standard DPO typically applies preference optimization at the final-answer level. This credit-assignment challenge means that supervision for early grounding stages is indirect rather than stage-specific, making it difficult to suppress error propagation arising from grounding drift and context inconsistency. To address this, we propose Grounded Context Preference Optimization (Groc-PO), a grounded preference optimization framework for MLLMs. We further construct the Grounded Context Preference Dataset (GCPD), organizing multi-stage preference samples around three stages of Object Grounding, Contextual Grounding, and Grounded Reasoning, to capture the formation, integration, and utilization of grounded context. By introducing more explicit preference supervision over multiple grounded stages, Groc-PO strengthens context-dependent reasoning and mitigates cross-stage error propagation. Extensive experiments show that, compared with standard DPO and other strong baselines, Groc-PO achieves improved performance in hallucination mitigation, faithful reasoning, and overall reliability, supporting the value of more explicit grounded supervision for trustworthy multimodal reasoning.


[46] Beyond Color Geometry: Evaluating Human-Like Color Representations in Vision Models cs.CV | cs.AIPDF

Ayan Igali, Pakizar Shamoi

TL;DR: 该论文提出了一种超越传统颜色几何空间(如CIELAB)的评估框架,用于衡量视觉模型是否以类似人类的方式感知颜色。该框架基于包含86个模糊颜色类别的人类调查数据,评估图像编码器在类别边界、类别紧致性和分级对齐三个互补属性上的表现。研究发现,在十一种Vision Transformer编码器中,Masked Autoencoders(MAE)在分级对齐方面表现最佳,且与语言监督模型在自然图像上的颜色编码方式存在差异。

Details

Motivation: 现有颜色表示评估通常依赖于几何空间(如CIELAB)或离散颜色标签,这些方法无法捕捉人类组织颜色的分级特性。论文旨在解决这一问题,通过引入基于人类模糊感知模型的评估框架,更全面地检验视觉模型是否具有类人的颜色表征能力。

Result: 在十一种Vision Transformer编码器的评估中,类别边界和紧致性结果相似,但分级对齐差异显著。Masked Autoencoders(MAE)在分级对齐方面表现最强,其置信区间与其他编码器无重叠,达到SOTA水平。层分析表明,掩码重建在输出层保留了这种结构;在自然图像上,MAE全局表征表面颜色,而语言监督模型更强调前景对象的颜色编码。

Insight: 创新点在于提出了一个基于人类模糊颜色类别的多维度评估框架,超越了单一几何距离或离散标签的局限性。客观分析认为,该框架揭示了颜色表征的多个独立方面(如分级对齐),并首次系统比较了不同预训练策略(如掩码重建与语言监督)对颜色编码的影响,为模型感知对齐研究提供了新工具。

Abstract: Do vision models see colors the way humans do? Existing evaluations of color representations usually compare them with geometric spaces such as CIELAB or with discrete color labels. These references capture perceptual distance or category membership, but not the graded way in which people organize colors. We evaluate color grounding against a fuzzy perceptual model with 86 graded categories fitted to human survey data. The framework can be applied to any image encoder and measures three complementary properties: category boundaries, category compactness, and graded alignment beyond what color geometry alone can explain. Across eleven Vision Transformer encoders, the category-level results are broadly similar, whereas graded alignment differs substantially. Masked Autoencoders achieve the strongest beyond-geometry alignment, with confidence intervals that do not overlap those of the other encoders. A layer-wise analysis further shows that masked reconstruction preserves this structure toward the output. On natural images, MAE represents surface color globally, while language-supervised models encode color more strongly in relation to the foreground object. These results show that human-like color grounding has several distinct aspects that should not be reduced to a single score.


[47] Exploratory, Communicative, and Deployable: Vision-Driven Embodied Agents for Open-World Mobile Manipulation cs.CV | cs.ROPDF

Boyu Mi, Mengchen Ma, Yifei Yao, Xing Gao, Junting Chen

TL;DR: 本文提出了REAL框架,一个用于开放世界移动操作的具身智能体框架。该框架通过建立模拟到现实一致的环境API、集成模拟用户进行人机交互,并设计了多样化的任务组合来驱动数据收集和监督微调与在线强化学习。

Details

Motivation: 现有具身智能体框架通常依赖模拟器的特权状态或假设完整的指令,绕过了现实部署中的挑战,如主动探索、视觉接地和交互式意图消歧。本文旨在弥合这一差距,构建一个能在开放世界中进行移动操作的实用智能体。

Result: 在交互任务上,训练出的智能体以56.9%的成功率超越了领先的商业闭源视觉语言模型。在物理双臂移动机器人上的部署评估中,在60个真实世界片段中实现了78.3%的端到端成功率,并展示了对未见家庭场景的零样本迁移能力。

Insight: 创新点在于提出了一个模拟到现实一致的框架设计,通过分层训练流程(监督微调和在线强化学习)来对齐模型的工具使用能力,并在长期探索中保持稳健的开放词汇推理,从而有效弥合了现实差距。

Abstract: Real-world deployment of embodied agents requires active exploration, visual grounding, and interactive intent disambiguation. However, existing frameworks often rely on privileged simulator states or assume complete instructions, bypassing realistic deployment challenges. To bridge this gap, we present REAL, an agentic framework for open-world mobile manipulation. REAL establishes sim-to-real-consistent environment APIs without oracle perception and integrates a simulated user to enable human-in-the-loop interaction. Within this environment, we design diverse task compositions to drive data collection, supervised fine-tuning, and online reinforcement learning, systematically optimizing agent performance. To comprehensively evaluate this approach, we introduce REAL-Bench, a benchmark spanning 241 tasks across active exploration, visual distraction, articulated manipulation, and interactive disambiguation. Experimental results demonstrate that our trained agent outperforms leading commercial closed-source VLMs on interactive tasks with a 56.9% success rate. Further empirical analysis reveals that our hierarchical training pipeline successfully aligns the model’s tool-use capabilities while maintaining robust open-vocabulary reasoning under extended exploration horizons. Finally, we deploy and evaluate our framework on a physical dual-arm mobile robot, where it achieves a 78.3% end-to-end success rate over 60 real-world episodes. These physical trials demonstrate robust zero-shot transferability to unseen household scenarios, validating that our sim-to-real-consistent design successfully bridges the reality gap for long-horizon mobile manipulation. Code is available at https://github.com/InternRobotics/REAL.


[48] Fine-grained CLIP fine-tuning with self-annotated region alignment cs.CVPDF

Chenyang Zhao, Wei Lin, Antoni B. Chan, Janet H. Hsiao

TL;DR: 本文提出SFF-CLIP方法,通过一种运行时区域-短语对齐方案,仅使用图像-文本对进行微调,以增强CLIP的细粒度密集特征表示能力,同时保持其全局视觉-语义一致性。该方法从输入句子中提取概念短语,并利用文本特定热图将其与提取的区域特征对齐,避免了额外区域标注的需求。

Details

Motivation: CLIP在细粒度密集特征表示方面存在局限性,因为其预训练侧重于整个图像与文本描述的匹配。现有微调方法通常需要额外的区域标注,这限制了语义多样性,且可能牺牲CLIP原有的全局表示能力。

Result: 大量实验表明,SFF-CLIP在细粒度密集特征表示任务上带来显著的性能提升,同时在图像级任务上保持了原始CLIP的性能。

Insight: 创新点在于提出了一种无需额外标注的运行时区域-短语对齐机制,通过文本特定热图实现细粒度对齐,在增强局部特征的同时保持了全局语义一致性,为视觉-语言模型的细粒度微调提供了高效且通用的解决方案。

Abstract: Contrastive Language-Image Pre-training (CLIP) has been shown to have limitations in its fine-grained dense feature representation, due to its pre-training focusing on matching the whole image to a text description. Considering the large data and computational burden in pre-training a vision-language model from scratch, a series of works aim to enhance the fine-grained ability of CLIP through a fine-tuning scheme. However, existing works suffer from a variety of limitations: additional region annotations are usually required, which limits the semantic diversity due to the predefined categories and leads to a large effort to process the training data; and they usually sacrifice CLIP’s original ability for global visual representation. To bypass these limitations, we propose SFF-CLIP (Self-annotated Fine-grained Fine-tuning for CLIP), which only uses image-text pairs as input to boost the fine-grained representation ability in the CLIP fine-tuning, while maintaining the global visual-semantic consistency. Concretely, a run-time region-phrase alignment scheme is designed, which obtains concept phrases from the input sentence, and aligns them with corresponding extracted region-based features using text-specific heat maps. Extensive experiments demonstrate that SFF-CLIP leads to significant performance improvements on fine-grained dense feature representation, as well as maintaining the performance of the original CLIP on image-level tasks. Code will be released later.


[49] FreeLit: Paired-Free Indoor Relighting via Physics-Guided Diffusion cs.CVPDF

Chi-En Yen, Duy-Khanh Ngo, Wen-Wei Tang, Huu-Phu Do, Wen-Hsiao Peng

TL;DR: FreeLit提出了一种无需配对数据的室内场景重光照框架,通过物理引导的扩散模型实现光源位置、颜色和强度的可控重光照。该方法利用场景固有属性构建物理引导的光照先验,生成结构化光照图与伪重光照图像来指导扩散合成,并引入重光照引导的固有属性稳定策略以提升低光场景下的鲁棒性。

Details

Motivation: 解决基于图像的室内场景重光照中因复杂几何与局部光照交互带来的挑战,避免现有数据驱动方法对昂贵配对数据的依赖,以及逆渲染方法在困难条件下固有属性估计缺乏鲁棒性的问题。

Result: 实验结果表明,FreeLit在无需配对监督的情况下,实现了稳定、物理一致且可控的重光照,在低光室内场景中表现出更强的鲁棒性。

Insight: 创新点在于构建物理引导的光照先验来替代配对监督,以及通过重光照引导的固有属性稳定策略(结合结构感知蒸馏和一致性约束)来提升低光场景下的估计稳定性;从客观角度看,该方法将物理先验与扩散模型结合,为无配对数据的可控重光照提供了新思路。

Abstract: Image-based indoor scene relighting remains challenging due to the complex interplay between cluttered geometry and local illumination, requiring precise modeling of light position, color, and intensity. Existing data-driven methods implicitly learn this relationship via paired multi-illumination datasets. Nevertheless, this data is costly and fails to scale, which is essential for accurate light-source-level control. Conversely, inverse-rendering methods reduce the data dependency by incorporating physical priors; however, they lack the robustness of intrinsic estimation in challenging conditions. In this paper, we present FreeLit, a paired-free framework for controllable indoor relighting that explicitly manipulates light-source location, color, and intensity. Instead of relying on paired supervision, we construct a physics-guided illumination prior from intrinsic scene properties, generating a structured lightmap along with a pseudo-relit image to guide diffusion-based synthesis. To address instability in intrinsic estimation, especially in low-light scenes, we introduce a relighting-guided intrinsic stabilization strategy that enforces illumination-invariant reflectance through structure-aware distillation and consistency constraints. Furthermore, we propose controllability-oriented evaluation metrics to quantify alignment with user-specified illumination color and intensity. Experimental results demonstrate that FreeLit achieves stable, physically consistent, and controllable relighting, with improved robustness in low-light indoor scenes, without requiring paired supervision.


[50] Learning Speaker Identity Beyond Language and Modality Constraints: Insights from the POLY-SIM 2026 Challenge cs.CVPDF

Marta Moscati, Muhammad Saad Saeed, Marina Zanoni, Mubashir Noman, Rohan Kumar Das

TL;DR: 本文介绍了POLY-SIM 2026挑战赛,旨在解决多模态说话人识别系统在实际应用中面临的挑战,包括模态缺失(如音频或视觉信息不完整)和多语言说话人带来的语言变异性问题,以提升系统的鲁棒性和泛化能力。

Details

Motivation: 现实世界中,多模态说话人识别系统常面临训练与测试时模态不完整或不一致(如遮挡、设备故障、隐私限制导致信息缺失)以及说话人多语言性的挑战,现有系统对此假设过于理想,限制了其实际应用。

Result: 论文未在摘要中提供具体实验结果,但介绍了POLY-SIM 2026挑战赛的目标是建立一个标准化评估框架,以比较不同解决方案在应对这些挑战时的性能。

Insight: 创新点在于关注多模态说话人识别在非理想条件下的鲁棒性问题,特别是模态缺失和多语言变异性,通过挑战赛形式推动该领域研究向更实际场景发展,强调系统需超越单一语言和完整模态的约束。

Abstract: Multimodal speaker identification systems typically assume the availability of complete and homogeneous audio-visual modalities during both training and testing, and assume each speaker only speaks a single language. However, in real-world applications, such assumptions often do not hold. Visual or audio information may be missing due to occlusions, camera or microphone failures, or privacy constraints. Multilingual speakers introduce additional complexity due to linguistic variability across languages. These situations constitute substantial challenges for the robustness and generalization capabilities of multimodal speaker identification systems. Aim of the POLY-SIM 2026 challenge is to address these aspects of speaker identification and to provide a standardized setup for the comparison of the proposed solutions.


[51] Towards Spatial Supersensing in the Wild cs.CVPDF

Tianjun Gu, Tianyu Xin, Kuan Zhang, Bowen Yang, Kok-Chung Chua

TL;DR: 该论文提出了一个名为VSI-Super-Wild的大规模基准测试,用于评估多模态模型在多样化真实世界场景中长期时空跨度下的空间超感知能力。研究发现,尽管模型在静态图像理解上有所进步,但在需要随时间推移进行连贯世界状态跟踪的任务上普遍失败,并诊断了四种具体的失败模式。

Details

Motivation: 现有空间超感知基准测试依赖合成长视频且场景局限于家庭环境,无法充分探索真实世界的连续性和多样性,因此需要构建一个更贴近真实、多样化的评估基准。

Result: 在提出的VSI-Super-Wild基准(包含6980个人工验证的问答对,源自442个跨8类场景的真实世界视频)上测试表明,模型性能随着世界状态复杂性和时间跨度的增加而显著下降,暴露了其在连贯世界建模上的根本缺陷。

Insight: 创新点在于受人类认知结构启发,系统地探测了世界状态的完整三元组(智能体、对象、环境),并诊断出模型缺乏将这三者绑定为统一空间世界模型的机制,这为未来研究指明了方向。

Abstract: Humans can efficiently parse continuous sensory streams, from hours to years, scaffolding an internal world model that grounds spatial reasoning and prediction. To mimic this capacity, spatial supersensing challenges multimodal models to move beyond linguistic understanding toward true world modeling. However, their benchmark relies on synthetic long videos, formed by concatenating random short clips, and is mostly limited to household scenes, leaving real-world continuity and diversity underexplored. To address the gap, we introduce $\textbf{VSI-Super-Wild}$, a large-scale benchmark for evaluating spatial supersensing over long temporal horizons in diverse in-the-wild scenes. Notably, inspired by cognitive studies on how humans structure experience, we systematically probe the full triad of world state: the agent (observer), objects (scene items), and the environment (places and global layout). In total, VSI-Super-Wild contains $\textbf{6,980}$ human-verified question-answer pairs derived from $\textbf{442}$ real-world videos spanning 8 scene categories, including long-form recordings exceeding 4 hours. Results on VSI-Super-Wild expose a fundamental disconnect: despite advances in static image understanding, models consistently fail at tasks that require coherent world-state tracking over time. We characterize how performance degrades with world-state complexity and temporal horizon, and diagnose four failure modes: spatial collapse, semantic shortcuts, insufficient update, and instance confusion. This taxonomy reveals that models lack mechanisms to bind objects, agents, and environments into a unified spatial world model, a fundamental gap that defines the path forward for spatial supersensing.


[52] EgoProceVQA: A Novel Egocentric Procedural Understanding Task with Self-Skill-Exploration Agent cs.CVPDF

Junlong Li, Junxi Li, Yuxiang Yang, Wenbin Zou, Lap-Pui Chau

TL;DR: 本文提出了EgoProceVQA任务,旨在系统评估多模态大语言模型在自我中心视频中的程序性理解能力。作者构建了包含3600个问题的基准数据集,并开发了数据生成平台EgoProceGen。针对现有模型在该任务上的不足,进一步提出了自我技能探索智能体框架EgoProceAgent,通过设计通用工具库和子技能库,实现了无需真实监督的有效策略发现,并在多个任务上达到了开源模型中的最先进性能。

Details

Motivation: 现有自我中心视频理解评估大多忽视程序性理解,特别是关键步骤级别的复杂推理,而这对于构建可部署在可穿戴设备上的程序性AI助手至关重要。

Result: 在EgoProceVQA基准上的评估表明,现有MLLM和智能体在程序性理解方面仍有很大提升空间。提出的EgoProceAgent框架在多个任务上达到了开源模型中的最先进(SOTA)性能。

Insight: 创新点在于系统性地定义了以关键步骤为中心的程序性理解VQA任务,并构建了配套的数据生成平台和基准。提出的智能体框架通过设计共享的子技能库和工具库,实现了无需真实监督的自我技能探索,为程序性理解提供了一个统一的解决方案。

Abstract: Most daily activities are inherently procedural. However, existing evaluations for egocentric video understanding seldom address procedural understanding and largely overlook complex key-step-level reasoning under the widely used video question answering (VQA) paradigm for MLLMs. Such capabilities are crucial for building procedural AI assistants deployable on wearable devices. To bridge this gap, we introduce the Egocentric Procedural Understanding VQA task (EgoProceVQA), which systematically evaluates egocentric procedural reasoning abilities of current MLLMs and agents through six types of key-step-centric questions. Furthermore, we develop EgoProceGen, a data generation platform that efficiently constructs QA data tailored to different question types. Based on this platform, we build a benchmark with 3,600 questions, four common procedural scenarios, and 31 everyday procedural tasks. Evaluations on EgoProceVQA show that existing MLLMs and agents still have substantial room for improvement in procedural understanding. Therefore, we further propose EgoProceAgent, a self-skill-exploration agentic framework. We design a generic tool library for procedural understanding and a standardized sub-skill library shared across tools and models, enabling self-exploration without ground-truth supervision. By exploring how to compose and select sub-skills, the agent discovers effective skill strategies for diverse problems, and attains state-of-the-art performance among open-source models on multiple tasks. Together, our benchmark, generation platform, and agentic framework establish a unified foundation for EgoProceVQA. Project page: https://z1oong.github.io/EgoProceVQA/.


[53] Anatomically Faithful but Temporally Blind: Auditing Attribution for Left-Ventricular Ejection-Fraction Estimation from Echocardiography cs.CV | cs.AIPDF

Hyunkyung Han, Min Jung Kim

TL;DR: 该论文对基于超声心动图视频的深度学习模型进行左心室射血分数(EF)估计的归因方法进行了审计,发现模型在空间上能准确定位左心室,但在时间上无法识别关键的收缩末期和舒张末期帧,揭示了当前归因方法在时间维度上的局限性。

Details

Motivation: 尽管深度学习模型在EF估计上已达到接近专家的准确度,且常使用后验归因方法来验证模型是否关注正确区域,但这些解释在空间和时间上的忠实性尚未得到系统审计。由于EF的定义依赖于收缩末期和舒张末期帧,因此需要评估归因方法是否能同时准确定位左心室和关键时间帧。

Result: 在EchoNet-Dynamic数据集上,VideoMAE和R(2+1)D模型在空间定位上显著优于随机水平(IoR分别为2.91倍和1.98倍),但在时间定位上与随机归因无差异(0.97-1.00)。遮挡实验进一步证实模型并未优先依赖关键帧(0.90倍随机水平)。

Insight: 论文揭示了空间忠实性并不保证时间忠实性,归因方法可能掩盖模型忽略临床关键时间帧的问题。这警示了基于XAI的视频诊断模型验证的局限性,并呼吁开发时间感知的训练和评估方法。

Abstract: Background and Objective: Deep video models estimate left-ventricular ejection fraction (EF) from echocardiography with near-expert accuracy, and post-hoc attribution (Chefer relevance for transformers, Grad-CAM for CNNs) is increasingly used to certify that models “look at the right place.” Yet whether these explanations are faithful both spatially and temporally is unaudited. Because EF is defined by the end-systolic (ES) and end-diastolic (ED) frames, a faithful explanation must localize the left ventricle (space) and the decisive frames (time). Methods: We fine-tune two distinct EF regressors on EchoNet-Dynamic – a self-supervised VideoMAE transformer and a Kinetics-pretrained R(2+1)D CNN – and audit each with architecture-matched attribution along three axes: intersection-over-relevance (IoR) against LV masks, deletion AUC, and a temporal localization index on ES/ED frames, each relative to chance with per-case 95% CIs over 50 studies. A tubelet-occlusion probe separates attribution failure from model behavior. Results: Both models are anatomically faithful – IoR 2.91x (VideoMAE) and 1.98x (R(2+1)D) above chance – yet temporally blind: temporal localization is indistinguishable from chance (0.97–1.00) and no better than random attribution. Occlusion shows the models do not preferentially rely on ES/ED (0.90x chance), so temporal blindness reflects model behavior, not an attribution artifact. Conclusions: Spatial faithfulness does not imply temporal faithfulness. Attribution can certify anatomical grounding while masking that a model ignores the clinically decisive frames – a caution for XAI-based validation of video diagnostic models and a call for temporally-aware training and evaluation.


[54] RainDancer: RGB-Event Video Deraining with Rain-Oriented Spiking Dynamics cs.CVPDF

Kui Jiang, Runzhe Li, Zhaocheng Yu, Guanglu Sun, Junjun Jiang

TL;DR: RainDancer是一个用于RGB-Event视频去雨的渐进式框架,其核心是基于‘交互前分解’的范式。该方法首先在RGB和事件模态内部分解出雨纹和背景成分,然后通过雨导向的脉冲神经网络捕捉事件流中的雨运动动态,最后在语义对齐的成分层面进行跨模态融合,以实现结构保持和雨纹抑制。

Details

Motivation: 现有视频去雨方法主要依赖RGB序列和时间冗余,但在动态雨景中,雨纹、纹理、边界和运动可能具有相似的视觉模式,导致RGB单模态恢复存在模糊性。事件相机提供了高时间分辨率的运动敏感线索,但其数据流包含传感器噪声和背景触发响应,直接进行RGB-Event融合可能引入跨模态干扰。

Result: 在合成和真实的RGB-Event视频去雨数据集上的实验表明,该方法在定量性能、视觉质量和下游感知鲁棒性方面均表现出优越性。

Insight: 创新点在于提出了‘交互前分解’的范式,即在跨模态交互前先在各自模态内部分离雨和背景成分,并设计了雨导向的脉冲神经网络模块来捕捉事件流中与雨运动相关的稀疏、突发动态。此外,引入事件域监督来正则化稀疏事件重建、结构一致性和梯度方向,也是一个重要的技术贡献。

Abstract: Video deraining aims to recover clean visual content from rainy videos for reliable perception under adverse weather. Existing methods mainly rely on RGB sequences and temporal redundancy, but RGB-only restoration remains ambiguous in dynamic rainy scenes, where rain streaks, textures, boundaries, motion, and occlusions may share similar visual patterns. Event cameras provide complementary motion-sensitive cues with high temporal resolution, but event streams also contain sensor noise and background-triggered responses, so direct RGB-Event fusion may introduce cross-modal interference. To address this issue, we propose RainDancer, a progressive RGB-Event video deraining framework based on a decompose-before-interact paradigm. The core idea is to separate rain and background components within each modality before cross-modal interaction. In the RGB branch, frame features are progressively decomposed into rain and background representations. In the event branch, a rain-oriented spiking neural network module captures sparse and bursty event dynamics associated with rain motion. Component-level fusion is then performed between semantically aligned representations for structure preservation and rain suppression. We further introduce event-domain supervision to regularize sparse event reconstruction, structural consistency, and gradient orientation. Experiments on synthetic and real RGB-Event video deraining datasets demonstrate superior quantitative performance, visual quality, and downstream perception robustness. Code is available at https://github.com/AE86-plus/RainDancer.


[55] Multimodal Assessment of Pancreatic Cancer Resectability Using Deep Learning cs.CV | cs.AI | cs.IR | cs.LGPDF

Vincent Ochs, Christoph Kuemmerli, Florentin Bieder, Julia Wolleb, Joel L. Lavanchy

TL;DR: 本文提出了一种全自动多模态深度学习框架,用于评估胰腺导管腺癌(PDAC)的可切除性。该框架联合分析3D增强CT图像和结构化临床信息,将患者分类为NCCN定义的三种可切除性类别(可直接切除、临界可切除、局部晚期)。方法采用Swin-UNETR骨干网络,通过辅助分割胰腺、肿瘤和血管结构来获取解剖感知的图像表征,并与临床特征融合,通过动态多任务目标进行训练。

Details

Motivation: 准确评估胰腺癌可切除性依赖于CT影像中肿瘤与主要胰周血管的交互关系,但专家评估常存在显著差异,需要自动化、客观的评估工具以减少变异性。

Result: 方法在内部数据集上进行了评估,通过动态多任务目标平衡分割与分类任务,提升了特征的表征能力,旨在实现与专家评估相当或更一致的分类性能。

Insight: 创新点在于将解剖感知的深度图像特征(通过辅助分割获得)与紧凑的临床嵌入进行多模态融合,并采用动态调整权重的多任务学习策略,使模型特征同时具备解剖信息性和分类判别性。

Abstract: Accurate determination of pancreatic ductal adenocarcinoma (PDAC) resectability relies on evaluating how the tumor interacts with major peripancreatic vessels on CT imaging, yet expert assessment often shows substantial variability. We introduce a fully automated multimodal deep learning framework that jointly analyzes 3D contrast enhanced CT and structured clinical information to classify patients into the three National Comprehensive Cancer Network (NCCN) resectability categories (upfront resectable, borderline resectable, locally advanced). The approach uses a Swin-UNETR backbone to obtain anatomy aware image representations through auxiliary segmentation of pancreas, tumor, and vascular structures. These features are fused with a compact clinical embedding derived from 17 routinely collected variables and processed by a lightweight classification head. Model training is guided by a dynamic multitask objective that adapts the balance between segmentation and classification based on current tumor Dice performance, promoting feature representations that remain both anatomically informed and discriminative.


[56] Towards Enhancing 3D Spatial Reasoning in Medical Multimodal Large Language Models cs.CVPDF

Zhuoyuan Fu, Zeshang Li, Yiqiong Zhang, Hangui Lin, Yan Shu

TL;DR: 本文提出了一种通过切片级数据合成范式构建的大规模结构化推理数据集,以增强医学多模态大语言模型在3D空间推理方面的能力。该方法模拟放射科医生的诊断流程,将复杂的3D阅读过程分解为细粒度的切片观察,并合成为可解释的思维链,从而在无需昂贵3D预训练的情况下提升模型对体数据(volumetric data)的理解。

Details

Motivation: 当前多模态大语言模型在2D医学图像理解上已取得显著成功,但扩展到3D体成像仍受限于高昂的标注成本和数据集不透明性;现有数据格式(如僵化的视觉问答对或非结构化临床报告)通常无法捕捉明确的临床推理过程。

Result: 在多个3D医学基准测试上的综合评估表明,该方法相比2D基线模型带来了显著的性能提升;所得模型展现出鲁棒的空间推理能力,并与资源密集型的原生3D架构性能相当,有效弥合了性能差距。

Insight: 创新点在于提出了一种受真实放射诊断工作流启发的切片级数据合成范式,将全局临床先验转化为细粒度的切片观察并合成为可解释的思维链,从而以数据为中心的策略实现了深度体数据理解和高度可解释的临床逻辑,无需计算昂贵的3D特定预训练。

Abstract: While Multimodal Large Language Models (MLLMs) have demonstrated remarkable success in 2D medical image understanding, their extension to 3D volumetric imaging remains hindered by prohibitive annotation costs and dataset opacity. Current data formats, predominantly consisting of rigid Visual Question Answering (VQA) pairs or unstructured final clinical reports, typically fail to capture explicit clinical reasoning. To address this limitation, we introduce a large-scale structured reasoning dataset constructed via a novel slice-wise data synthesis paradigm. Inspired by the genuine diagnostic workflow of radiologists, this paradigm models visual cognition by decomposing the complex 3D reading process, translating global clinical priors into fine-grained, per-slice observations that are subsequently synthesized into an interpretable Chain-of-Thought (CoT). Crucially, this synthesized reasoning framework enforces essential clinical principles: sequential spatial tracking, multi-slice spatial awareness for artifact mitigation, and differential exclusion. To validate this approach, we instruction-tune a standard 2D-pretrained MLLM baseline using the synthesized data to enhance its volumetric comprehension. Comprehensive evaluations across multiple 3D medical benchmarks demonstrate that our method yields significant performance improvements over the 2D baseline. Furthermore, the resulting model exhibits robust spatial reasoning capabilities and rivals resource-intensive native 3D architectures, effectively bridging the performance gap. Ultimately, this data-centric strategy unlocks deep volumetric understanding and highly interpretable clinical logic without requiring computationally expensive 3D-specific pre-training. The complete repository, including datasets and training workflows, is publicly available at https://github.com/2020420145009/hounsfield.


[57] Cyclone: Diffusion Model for Cycle-Consistent Weather Editing from Unpaired Driving Data cs.CVPDF

Thang-Anh-Quan Nguyen, Moussab Bennehar, Luis Guillermo Roldao Jimenez, Nathan Piasco, Dzmitry Tsishkou

TL;DR: 本文提出Cyclone,一种基于潜在扩散模型的统一天气编辑框架,用于从非配对驾驶数据中生成多种天气条件。该框架结合循环一致性约束和图像-文本模型知识,无需配对数据即可生成逼真且保持场景结构的天气效果,并可蒸馏为视频扩散模型以实现时间一致的天气编辑。

Details

Motivation: 解决自动驾驶系统在多样化天气条件下感知鲁棒性不足的问题,现有方法依赖合成数据增强或基于物理的配对数据模型,难以生成逼真天气效果或泛化至域外场景。

Result: 实验表明,Cyclone在多个下游驾驶感知任务中相比现有基线生成更逼真、结构保持的输出,并带来一致性能提升。

Insight: 创新点在于将潜在扩散模型与循环一致性约束结合,利用图像-文本模型知识实现非配对数据的多天气条件生成,并可扩展至视频编辑,为天气合成与去除提供统一框架。

Abstract: Reliable perception under diverse weather conditions remains a major challenge for autonomous driving systems. A common strategy to improve robustness is either to synthesize adverse weather conditions for training perception models or to apply weather-removal techniques to recover clean inputs. However, existing approaches typically rely on synthetic data augmentation or physics-based, task-specific models that require paired training data and often struggle to generate realistic weather effects or generalize robustly to out-of-domain scenarios. Toward this problem, we present Cyclone, a unified framework for weather editing based on latent diffusion, equipped with cycle-consistent constraints and knowledge from image-text models. Cyclone enables the generation of multiple weather conditions across diverse scenes while eliminating the need for paired data. Experimental results show that our approach produces more realistic, structure-preserving outputs than existing baselines and leads to consistent improvements across several downstream driving perception tasks. Furthermore, we demonstrate that Cyclone can be distilled to a video diffusion model for temporally consistent weather editing.


[58] Unleashing Multimodal Large Language Models for Training-free HOI Detection in the Wild cs.CV | cs.AIPDF

Ting Lei, Jialin Liu, Zhu Xu, Yuxin Peng, Yang Liu

TL;DR: 本文提出AgentHOI,一种无需训练的、基于智能体框架的方法,将基础模型的多模态推理能力迁移到开放世界的人-物交互检测任务中。该方法通过协调多个视觉基础模块进行开放式语义推理和空间定位,解决了传统监督方法在开放世界和组合场景中泛化能力不足的问题。

Details

Motivation: 传统的人-物交互检测方法依赖于预定义交互类别的监督训练,其性能受限于封闭数据集,难以泛化到开放世界和组合场景。现有的基于提示的方法未能充分利用多模态大模型的内在推理能力,在模糊和开放世界场景中缺乏信息丰富的上下文推理。

Result: 大量实验表明,AgentHOI在真实世界场景中,无需任何HOID数据训练,其性能优于最先进的监督和弱监督方法。

Insight: 创新点在于提出了一个无需训练的智能体框架,通过模块化协调互补的视觉基础模型进行推理和定位。具体引入了两个关键机制:上下文感知的多轮推理以逐步细化交互假设,确保全面和组合式的HOI发现;以及多方面的交互定位,通过生成融合语义、空间和外观线索的实例特定描述来提升定位精度。这有效利用了基础模型的通用多模态推理能力,而非仅仅提取判别性表示。

Abstract: Human-object interaction detection (HOID) has traditionally been formulated as a supervised detection problem over predefined interaction categories. While such paradigms achieve strong performance on closed-set benchmarks, they fundamentally entangle interaction understanding with dataset-specific supervision, limiting their ability to generalize to open-world and compositional scenarios. Recent HOI detectors attempt to leverage MLLMs through prompting strategies to transfer interaction-specific knowledge. However, such prompt-based approaches primarily focus on extracting discriminative representations from pretrained models, while underexploring their inherent multimodal reasoning capabilities. As a result, they struggle to provide informative contextual reasoning for ambiguous and open-world interaction scenarios. In this work, we present AgentHOI, a training-free, agentic framework that transfers the generalist multimodal reasoning capabilities of foundation models to HOI detection in the wild. Instead of learning interaction classifiers, AgentHOI modularly orchestrates complementary vision foundation modules to perform open-ended semantic reasoning and spatial grounding in a coordinated manner. To address the challenges of incomplete interaction discovery and ambiguous localization in complex scenes, we introduce two key mechanisms: (1) Context-aware Multi-round Reasoning, which progressively refines interaction hypotheses to ensure exhaustive and compositional HOI discovery, and (2) Multifaceted Interaction Localization, which enhances grounding precision by generating instance-specific descriptions that integrate semantic, spatial, and appearance cues. Extensive experiments demonstrate that AgentHOI achieves superior performance over state-of-the-art supervised and weakly supervised methods in real-world settings, despite requiring no HOID data for training.


[59] Fine-Grained Vision-Language Pretraining with Organ-Conditioned Pattern Tokens for CT Understanding cs.CVPDF

Guoliang You, Xiaomeng Chu

TL;DR: 本文提出OCP-CT,一种用于CT影像-语言预训练的器官条件化模式令牌对齐框架。该框架在保持全局CT-报告对比分支的同时,引入器官模式接口,通过稀疏专家混合路由、可学习槽位查询和配对令牌对比,实现影像与文本模式令牌的细粒度对齐。

Details

Motivation: 现有CT影像-语言预训练方法通常采用全局扫描-报告对比,虽可扩展但掩盖了异质性器官证据;而直接的器官级对齐又过于粗糙,因为同一解剖结构可能呈现多种不同的放射学表现。因此,需要一种更精细的对齐单元:器官条件化的放射学模式。

Result: 在公开可用的CT-RATE和RAD-ChestCT基准测试中,OCP-CT在零样本异常诊断任务上分别实现了84.5%和69.9%的平均AUROC。与先前报告的最强结果相比,这些结果分别带来了6.7和0.8个百分点的绝对AUROC提升,达到了新的SOTA水平。

Insight: 创新点在于提出了器官条件化模式令牌作为细粒度对齐单元,并设计了包含稀疏MoE路由、可学习槽位查询和结构化软目标对比的器官模式接口。这实现了从全局到器官模式的层次化对齐,有效捕捉了同一器官内不同的放射学表现模式。

Abstract: Computed tomography (CT) vision-language pretraining from paired volumes and radiology reports is a scalable yet challenging task. Existing methods commonly adopt global scan-report contrast, which is scalable but obscures heterogeneous organ evidence. Meanwhile, direct organ-level alignment remains coarse, since the same anatomy can exhibit multiple distinct radiological appearances. Therefore, pretraining requires a finer alignment unit: the organ-conditioned radiological pattern. In this work, we propose OCP-CT, an organ-conditioned pattern-token alignment framework for CT vision-language pretraining. Specifically, OCP-CT preserves a stable global CT-report contrastive branch and introduces an organ pattern interface: sparse Mixture-of-Experts (MoE) routes image and text tokens according to latent radiological patterns, learnable slots query the routed tokens into continuous pattern tokens, and paired token contrast aligns image-text pattern tokens with structured soft targets built from report-derived clinical similarity. On the publicly available CT-RATE and RAD-ChestCT benchmarks, OCP-CT achieves average AUROCs of 84.5% and 69.9% for zero-shot abnormality diagnosis, respectively. Compared with the strongest prior reported results, these results yield absolute AUROC gains of 6.7 and 0.8 percentage points.


[60] SIVA-RL: Sensitivity-Invariance Visual Alignment for Multimodal Reinforcement Learning cs.CVPDF

Cheng Tang, Junzhi Ning, Min Cen, Wei Li, Xinyi Zeng

TL;DR: 本文提出了SIVA-RL框架,用于解决多模态强化学习中视觉语言模型预测未充分基于视觉证据的问题。该框架通过基于样本干预效果(而非干预类型)的监督,将干预构建与监督分配解耦,并采用敏感性与不变性对齐策略。

Details

Motivation: 现有基于视觉干预的方法仅根据干预类型分配监督,而忽略了相同操作在不同样本上产生的异质性效果,这无法保证模型将其预测真正基于视觉证据。

Result: 在涵盖数学、逻辑和视觉依赖任务的九个多模态推理基准测试中,SIVA-RL在所有设置下均优于匹配的RL基线,在视觉依赖推理上获得8.79个百分点的提升,并在所有四种基于GRPO和DAPO的配置上实现高达14.9%的相对整体改进。

Insight: 核心创新在于用样本级、基于干预效果(奖励下降程度)的监督取代了操作符条件化的正则化,并通过奖励下降值作为软路由权重,动态驱动敏感性与不变性对齐,从而更精确地引导模型关注视觉证据。

Abstract: Reinforcement learning with verifiable rewards (RLVR) drives multimodal reasoning, but answer-level correctness does not guarantee that a vision-language model grounds its predictions in visual evidence. Existing visual-intervention methods contrast policy behavior on original and modified images, yet assign supervision by the type of intervention rather than its observed effect. This assumption fails: identical operators produce heterogeneous outcomes across samples. We propose SIVA-RL, a Sensitivity-Invariance Visual Alignment framework that replaces operator-conditioned regularization with sample-wise, outcome-conditioned supervision. SIVA-RL constructs localized interventions through token-aligned, distance-constrained within-image PatchSwap. A frozen audit policy then scores each clean-intervention pair, and the observed reward drop becomes soft routing weights. Large-drop pairs drive sensitivity alignment, low-drop pairs drive clean-anchored invariance alignment, and ambiguous pairs are down-weighted. This design decouples intervention construction from supervision assignment and is compatible with both GRPO and DAPO backbones. Across nine multimodal reasoning benchmarks spanning mathematical, logical, and vision-dependent tasks, SIVA-RL improves 3B and 7B models over matched RL baselines in every setting. It yields an 8.79 percentage-point gain on vision-dependent reasoning and up to 14.9% relative overall improvement across all four GRPO- and DAPO-based configurations.


[61] Screening Is Effective for Visual Recognition cs.CVPDF

Shunya Shimomura, Kazuhiro Hotta

TL;DR: 本文提出了一种名为VisionScreen的新型视觉模型,将语言建模中的Screening机制扩展到视觉识别任务中。该模型通过基于查询-键相似度的绝对相关性评估,在二维空间域中独立筛选图像块,从而显式排除低相关性背景或冗余块,改进了传统ViT中基于softmax注意力的相对特征聚合方式。

Details

Motivation: 传统Vision Transformer(ViT)的自注意力机制通过softmax归一化分配相对权重,难以独立评估图像块之间的相关性,且无法显式拒绝背景或冗余块,可能引入不必要信息。

Result: 在图像分类基准测试上的实验表明,所提方法优于传统ViT模型。

Insight: 创新点在于将语言建模中的Screening机制(基于阈值独立评估并排除低相关性标记)引入视觉领域,扩展至二维空间以进行内容与空间相关的选择性聚合,为基于softmax注意力的相对特征聚合提供了有效替代方案。

Abstract: Vision Transformer (ViT) has been widely used as a powerful framework for modeling global dependencies among image patches. However, its core component, self-attention assigns softmax-normalized relative weights to all patches, making it difficult to evaluate the relevance between patches independently. In visual recognition, images often contain many background or redundant patches, yet self-attention cannot explicitly reject such irrelevant patches, which may introduce unnecessary information into feature aggregation. To address this limitation, Screening has been proposed in the field of language modeling, where the relevance of each token is independently evaluated based on query-key similarity and low-relevance tokens are explicitly excluded through thresholding. In this work, we propose VisionScreen, a new vision model that extends Screening mechanism to visual recognition. VisionScreen treats image patches as tokens arranged on a two-dimensional grid and extends absolute relevance estimation based on query-key similarity to the two-dimensional spatial domain. This allows each patch to selectively aggregate only content-wise and spatially relevant patches without relying on competition among patches. Experiments on image classification benchmarks demonstrate that the proposed method outperforms conventional ViT. These results suggest that Screening can be effective for visual recognition, offering an alternative to relative feature aggregation based on softmax attention.


[62] Peak-End-Net: A Peak-End Rule Inspired Framework for Generalizable Video Aesthetic Assessment cs.CVPDF

Geng Li, Haiwen Li, Rui Chen, Jing Tang, Lei Sun

TL;DR: 本文提出Peak-End-Net,一个受心理学峰终定律启发的轻量级可解释框架,用于视频美学评估。该方法通过预训练图像美学评估头获取逐帧美学先验来识别显著时刻,并结合美学节奏编码器建模时间演进,通过动态门控融合提升分布偏移下的鲁棒性。

Details

Motivation: 视频美学评估因大规模基准稀缺和美学判断的主观性而进展缓慢,本文从心理学视角重新审视该问题,旨在利用峰终定律模拟人类对时序体验的判断方式。

Result: 在VADB和DIVIDE-3K两个基准上的实验表明,该方法实现了最先进的性能,尤其在跨域测试中表现出色。

Insight: 创新点在于将心理学原理(峰终定律)与计算机视觉任务结合,通过图像美学知识迁移、美学节奏建模和动态融合机制,构建了一个参数高效且可解释的通用视频美学评估框架。

Abstract: Video aesthetic assessment (VAA) aims to predict how aesthetically pleasing a video is, yet remains far less explored than other visual assessment tasks. Its progress is hindered not only by the scarcity of large-scale benchmarks, but also by the intrinsic subjectivity of aesthetic judgment, which is shaped by human perception. In this paper, we revisit VAA from a psychological perspective and propose \textit{Peak-End-Net}, a lightweight and interpretable framework inspired by the \textit{peak-end rule}, which suggests that people tend to judge a temporal experience mainly according to its salient moments and the ending. Building on this intuition, we first transfer knowledge from image aesthetic assessment (IAA) to VAA by introducing a pretrained IAA head to produce frame-wise aesthetic priors, which serve as surrogate signals for identifying aesthetically salient moments and guiding \textit{peak-end rule}-based temporal aggregation. To further capture how a video evolves aesthetically over time, we design an aesthetic rhythm encoder that models temporal progression beyond isolated moments. Additionally, we refine the overall assessment through a dynamic gated fusion mechanism to improve robustness under distribution shift. Our method is built on a frozen vision transformer (ViT) and requires only a small number of trainable parameters, making it scalable and parameter-efficient. Extensive experiments on two existing VAA benchmarks, including in-domain evaluation on VADB and cross-domain testing on DIVIDE-3K, demonstrate that our approach achieves state-of-the-art performance, affirming the value of psychologically grounded modeling for VAA. Our code and models are available at https://github.com/AMAP-ML/Peak-End-Net.


[63] A novel unsupervised machine learning strategy to handle multimodal cardiac PET/MRI data cs.CV | cs.LG | physics.med-phPDF

Brunnhilde Ponsi, Thomas Carlier, Lara Marteau, Aurélien Monnet, Thomas Eugène

TL;DR: 本研究提出了一种无监督机器学习策略,用于处理多模态心脏PET/MRI数据,以辅助诊断致心律失常性左心室心肌病。该方法通过两步聚类(超体素生成和谱聚类)整合T1/T2图、LGE和18F-FDG-PET图像,生成异常评分和可视化报告,并与心脏影像专家评估进行对比验证。

Details

Motivation: 致心律失常性左心室心肌病缺乏金标准诊断依据,本研究旨在利用同步PET/MR成像和多参数定量分析,通过无监督学习方法更系统地表征心肌异质性,以识别与疾病表型和进展相关的不同特征。

Result: 在99名患者数据上,聚类生成的报告与心脏影像专家评估的平衡准确度达到0.76±0.04(重复嵌套交叉验证);在167个数值体模上的验证中平衡准确度≥0.8,表明方法能有效识别异常区域(如纤维化或炎症)。

Insight: 创新点在于提出了一种整合多模态影像的无监督两步聚类框架(患者内z-score标准化与超体素生成、患者间谱聚类),实现了异常区域的自动量化评分和可视化报告生成,为心肌异质性分析提供了系统化工具。

Abstract: Arrhythmogenic left ventricular cardiomyopathy is a genetic myocardial disease difficult to diagnose due to the lack of gold standard criteria. Simultaneous PET/MR imaging, combined with multiparametric quantitative analysis, could facilitate the identification of different profiles related to the phenotype and progression of cardiomyopathy. This preliminary study focuses on a methodological strategy for dealing with PET/MRI data, including inter-patient data linkage and regional analysis. Two-step clustering was applied to T1 and T2 maps, LGE, and 18F-FDG-PET images of 99 patients genetically diagnosed with arrhythmogenic left ventricular cardiomyopathy. Each patient’s images were independently z-scored and summed into a single volume, which was clustered into supervoxels. Thirty-two inter-patient groups of supervoxels were obtained by spectral clustering. An “abnormality” score was assigned to each cluster and modality, and used to visualise abnormal regions likely associated with disease. They enabled the generation of automated textual and bullseye health reports for each patient, which were compared with cardiac imager assessments using balanced accuracy in repeated nested cross-validation. This approach was further validated on a larger cohort of 167 numerical phantoms. The reports generated by clustering accurately identified most of the cardiac physicians’ observations (BA = 0.76 $\pm$ 0.04 in repeated nested cross-validation on patients, and BA $\ge$ 0.8 on phantoms). Furthermore, the identified abnormal clusters closely matched their visual observations, facilitating the identification of varying degrees of fibrosis or inflammation on the images. This approach enables a more systematic handling of multimodal PET/MRI data to characterise myocardial heterogeneity in arrhythmogenic left ventricular cardiomyopathy patients.


[64] CF-Net: Conflict Fusion with Speaker Normalisation and Certainty Weighting for Ambivalence/Hesitancy Recognition cs.CVPDF

Tung Hung Bui, Hong Hai Nguyen, Van Thong Huynh

TL;DR: 本文提出了CF-Net,一个用于识别视频中矛盾/犹豫(AH)的深度多模态网络。该网络使用冻结的SigLIP2、HuBERT和DistilBERT骨干网络分别编码视觉、音频和文本流,通过说话者归一化减少身份信息泄露,并利用一个显式计算跨模态不一致性的ConflictFusion模块进行融合。

Details

Motivation: 在无约束视频中检测矛盾/犹豫(AH)具有挑战性,因为目标信号本身具有模糊性,且通过细微的跨模态不一致性而非典型情感来表达。

Result: 在BAH验证集上,CF-Net的Macro F1得分为0.7155;在挑战赛的私有测试集上,Macro F1为0.7364(AP = 0.7492)。

Insight: 创新点包括:1)说话者归一化以减少身份信息对任务特征的干扰;2)显式建模跨模态不一致性的ConflictFusion模块;3)结合确定性加权焦点损失、流形混合和数据模态丢弃的训练策略;4)利用模糊性标注的辅助确定性回归头来稳定边界样本的学习。

Abstract: Detecting ambivalence and hesitancy (AH) in unconstrained video is challenging because the target signal is inherently ambiguous and expressed through subtle cross-modal incongruence rather than prototypical affect. We present CF-Net, a deep multimodal network submitted to the 3rd Edition of the AH Video Recognition Challenge (ABAW 11th, ECCV 2026), targeting the BAH dataset. CF-Net encodes visual, audio, and transcript streams with frozen SigLIP2, HuBERT, and DistilBERT backbones, normalises backbone features per speaker to reduce identity leakage, and fuses them via a ConflictFusion module that explicitly computes pairwise cross-modal incongruence. Training combines certainty-weighted focal loss, manifold mixup, and modality dropout; an auxiliary certainty-regression head leverages ambiguity annotations to stabilise learning on genuinely borderline samples. CF-Net achieves a Macro F1 of 0.7155 on the BAH validation set and 0.7364 (AP = 0.7492) on the private challenge test set.


[65] M$^\text{4}$World: A Multi-view Multimodal Driving World Model for Interactive Object Manipulation and Minute-long Streaming cs.CV | cs.ROPDF

Ke Cheng, Hanqiao Ye, Lei Shi, Yahui Liu, Yunhan Shen

TL;DR: M$^\text{4}$World是一个多视角多模态的生成式驾驶世界模型,能够合成未来的环视视频流和同步的激光雷达扫描数据。它支持细粒度的交互式物体操控和稳定的分钟级长序列生成,旨在为可扩展的自动驾驶仿真提供核心能力。

Details

Motivation: 现有的驾驶世界生成方法在物体级可控性和长时程稳定性方面存在局限,无法满足自动驾驶仿真对可控性和可扩展性的需求。

Result: 综合实验表明,M$^\text{4}$World在生成质量、精确可控性和稳定的分钟级流式生成方面表现一致出色。其下游应用如长尾数据增强和场景编辑也验证了其潜力。

Insight: 创新点包括:1)通过灵活的调节接口实现细粒度物体操控(空间布局和视觉外观);2)采用多阶段训练框架实现仅需四步去噪的在线因果生成,确保长序列中的世界动态一致性;3)引入基于VLM的自动化评估流程,从场景条件遵循、视角物体可控性和跨视角物体一致性等方面评估可控性。

Abstract: Driving-world generation has emerged as a core capability for scalable autonomous-driving simulation, yet existing methods remain limited in object-level controllability and long-horizon stability. We present M$^\text{4}$World, a Multi-view and Multimodal generative driving world model that synthesizes future surround-view video streams and synchronized LiDAR scans while supporting interactive object Manipulation and stable Minute-long streaming. Fine-grained object manipulation is realized through a flexible conditioning interface that supports explicit control over both the spatial layout and visual appearance of individual objects. Stable minute-long streaming, on the other hand, is achieved through a multi-stage training framework that enables online causal generation in only four denoising steps while maintaining coherent world dynamics throughout extended rollouts. Building on these components, we introduce an efficient few-clip post-training as well as a suite of visual reference-conditioned generation models, preserving general generation ability while allowing rare-case customization for long-tail controllability. To assess controllability beyond realism, we further introduce an automated VLM-based judging pipeline that evaluates scene-level condition adherence, view-wise object controllability, and cross-view object consistency. Comprehensive experiments show that M$^\text{4}$World consistently delivers high generation quality, precise controllability, and stable minute-long streaming. Together with downstream long-tail augmentation and scene editing, these results demonstrate the potential of M$^\text{4}$World for controllable, scalable driving simulation.


[66] From Pixels to States: Rethinking Interactive World Models as Game Engines cs.CVPDF

Zhen Li, Zian Meng, Shuwei Shi, Mingliang Zhai, Jiaming Tan

TL;DR: 本文提出将交互式世界模型重新构想为游戏引擎,通过分析玩家动作控制、游戏状态动态、状态-观测持久性和实时交互生成四个维度,系统梳理了现有方法的优缺点,并构建了《黑神话:悟空》的大规模数据集以支持状态感知的游戏世界建模研究。

Details

Motivation: 构建能对玩家动作做出连贯响应的交互世界是计算机图形学、游戏和人工智能的共同目标,当前视频生成模型被视为潜在的新一代游戏引擎,但实现真正交互性需满足规则遵循、长期持续性和实时性等要求。

Result: 论文未在摘要中报告具体定量结果,但构建了包含超过90小时游戏过程、帧对齐玩家动作、真实游戏状态、视觉观测及结构化语义标注的《黑神话:悟空》数据集,为相关研究提供了资源。

Insight: 创新性地将传统游戏引擎的’动作-状态-观测’循环作为分析框架,系统化评估交互世界建模的关键维度;通过构建大规模、多模态标注的游戏数据集,为数据驱动的状态感知模型发展提供了重要基础设施。

Abstract: Building interactive worlds that respond coherently to player actions has long been a shared goal of computer graphics, games, and artificial intelligence. Recent video generative models provide a data-driven route toward this goal by predicting future observations conditioned on user actions, and are increasingly regarded as potential next-generation game engines. Realizing a genuinely interactive game world, however, requires interaction outcomes that follow rules over evolving game conditions, consequences that persist over long horizons, and a generation loop that operates in real time. Conventional game engines realize these properties through a recurrent action-state-observation loop, in which player actions update an explicit game state according to predefined rules and observations are rendered from the resulting state. Taking this loop as an organizing lens, this paper examines interactive game world modeling along four dimensions: player action control, game state dynamics, state-observation persistence, and real-time interactive generation. For each dimension, we start from the capabilities required by an interactive game world, group existing approaches into representative families, and discuss the strengths and trade-offs of each family. Complementing this analysis, we present a scalable data engine for Black Myth: Wukong that collects over 90 hours of gameplay with frame-aligned player actions, ground-truth game states, and visual observations, together with structured and semantic annotations, as a resource for state-aware game world modeling. We hope this paper offers a clear picture of where the field stands and fosters progress toward interactive game worlds.


[67] VideoRAE: Taming Video Foundation Models for Generative Modeling via Representation Autoencoders cs.CVPDF

Zhihao Xie, Junfeng Wu, Xinting Hu, Junchao Huang, Li Jiang

TL;DR: VideoRAE是一种利用冻结视频基础模型(VFMs)表征的表示自编码器,通过轻量级1D自注意力投影器压缩多尺度层次特征,支持连续潜在空间用于扩散变换器和离散令牌用于自回归模型,无需KL正则化训练,在视频生成任务中实现了高效重建和生成。

Details

Motivation: 传统3D-VAEs主要优化像素级重建,可能限制其潜在空间捕获语义和时空结构的能力;而视频基础模型(VFMs)具有强大的视频理解能力,但尚未探索其冻结表征是否能转化为紧凑、可重建且适合生成的视频潜在表示。

Result: 在UCF-101数据集上,VideoRAE与自回归和扩散变换器生成器结合,分别实现了40和93的类到视频gFVDs(生成Fréchet视频距离),达到最先进水平,且收敛速度比竞争自编码器基线快约5倍;在20亿规模文本到视频研究中,替换LTX-VAE为VideoRAE在可比设置下带来更快收敛。

Insight: 创新点包括利用冻结VFM的多尺度特征构建生成友好潜在空间,通过局部-全局表征对齐目标提升语义保留并避免KL正则化,以及支持连续和离散潜在表示的统一框架,验证了冻结VFM表征作为通用视频潜在表示的潜力。

Abstract: Video generative models commonly rely on latent spaces learned by 3D Variational Autoencoders (3D-VAEs). However, conventional 3D-VAEs are mainly optimized for pixel-level reconstruction, which can limit the semantic and spatio-temporal structure captured by their latents. Meanwhile, Video Foundation Models (VFMs) such as V-JEPA 2 and VideoMAEv2 show strong video understanding capabilities, yet whether their frozen representations can be transformed into compact, reconstruction-capable, and generation-friendly video latents remains largely unexplored. We answer this question with VideoRAE, a representation autoencoder that leverages multi-scale hierarchical features from a frozen video foundation encoder and compresses them with a lightweight 1D self-attention projector. VideoRAE supports both continuous latents for Diffusion Transformers and discrete tokens for autoregressive models via multi-codebook high-dimensional quantization. During decoding, a local-and-global representation alignment objective with the frozen VFM teacher improves semantic preservation and enables training without KL regularization. Experiments show that VideoRAE achieves strong reconstruction in both continuous and discrete regimes. On UCF-101, it obtains state-of-the-art class-to-video gFVDs of 40 and 93 with AR and DiT generators, respectively, while converging approximately 5x faster than competing autoencoder baselines. In a controlled 2B-scale text-to-video study, replacing LTX-VAE with VideoRAE leads to faster convergence under comparable settings. These results validate frozen VFM representations as versatile and generation-friendly video latents. The model and code will be released on https://zhxie0117.github.io/VideoRAE.


quant-ph [Back]

[68] Quantum Circuit Vision: Cost-Aware Evaluation of Visual AI Agents for Quantum Code Generation quant-ph | cs.AI | cs.CV | cs.LGPDF

Dongping Liu, Aoyu Zhang, Luyao Zhang

TL;DR: 本文提出了Quantum Circuit Vision(QCV),一个成本感知的多模态AI代理评估框架,用于评估AI代理在量子电路图视觉理解与可执行代码生成方面的能力。通过构建包含132个电路、覆盖13个类别(1-10量子比特)的基准测试集,并利用Amazon Braket代码和保真度验证,评估了Claude系列三个不同能力-成本层级的模型。研究发现,中层级模型(Sonnet 4.6)在成本-准确率边界上提供了最佳平衡,其核心子集通过率达到91%,而成本仅为最强模型(Opus 4.6)的18%,且后者在统计上无显著准确率优势。研究还表明电路深度(而非量子比特数)是失败的主要预测因子,思维链提示无显著效果,并提出了级联路由策略以显著降低成本。

Details

Motivation: 解决AI代理能否视觉理解量子电路图并生成已验证的可执行代码,以及其成本效益如何的问题,旨在为多模态AI在量子计算领域的应用提供成本感知的评估框架。

Result: 在构建的132电路基准上评估了Claude系列模型,中层级模型Sonnet 4.6在核心子集达到91%通过率,成本仅为最强模型Opus 4.6的18%,且两者准确率差异无统计显著性(p=0.083)。级联路由策略实现了84%准确率,成本仅为单模型成本的38%。电路深度是失败的主要预测因子(p<0.001)。

Insight: 创新点在于提出了首个成本感知的量子电路视觉理解评估框架QCV,并构建了包含多模态数据的公开数据集;关键发现是电路深度(而非量子比特数)是性能的主要影响因素,且视觉模式识别比显式推理策略更重要;提出的级联模型路由策略被证明是比提示工程更有效的成本杠杆。

Abstract: Can AI agents visually comprehend quantum circuit diagrams and generate verified executable code–and at what cost? We present Quantum Circuit Vision, a cost-aware evaluation framework for multimodal AI agents on quantum circuit visual understanding. We construct a 132-circuit benchmark spanning 13 categories ($1$–$10$ qubits) with executable Amazon Braket code and unitary-fidelity verification. Evaluating three frontier Claude-family models at different capability-cost tiers with $n=5$ repeated trials, we find that the mid-tier model (Sonnet 4.6, $1.30\times$ credits) offers the most favorable balance on the cost-accuracy frontier: 91% pass rate on the core subset at 18% of the per-call cost of the strongest model (Opus 4.6), whose accuracy advantage is not statistically significant (paired $t$: $p=0.083$). Logistic regression confirms that circuit depth–not qubit count–is the primary predictor of failure ($p<0.001$). Chain-of-thought prompting shows no statistically significant effect (all $p>0.18$, $n=5$), suggesting that visual pattern recognition outweighs explicit reasoning strategy for structurally coupled diagrams. We propose a cascade routing strategy (cheap $\rightarrow$ expensive models) that achieves 84% accuracy at 38% of single-model cost, demonstrating that model routing dominates prompt engineering as a cost lever. We release QCV-Dataset (132 circuits, 5 modalities, 1,931 files) on Hugging Face Hub as an open evaluation infrastructure with structured metadata for discoverability, interoperability, and responsible AI documentation, and all evaluation code, cost logs, and verification scripts on GitHub for full reproducibility.


eess.AS [Back]

[69] Improving Text-to-Audio Instruction Following via Fine-Grained Feedback from Audio-Aware Large Language Models eess.AS | cs.AI | cs.CL | cs.LG | cs.SDPDF

Chun-Yi Kuan, Siwon Kim, Byeonggeun Kim, Suyoun Kim, Bo-Ru Lu

TL;DR: 本文提出了一种利用音频感知大语言模型(ALLM)作为细粒度评判者来提升文本到音频模型指令遵循能力的框架。该方法通过ALLM验证生成音频中目标声音事件的存在性和时序关系,并利用其反馈构建偏好对进行直接偏好优化,从而改善多事件时序指令的遵循效果。

Details

Motivation: 现有文本到音频模型在生成高质量音频时,往往难以遵循涉及多个声音事件及其时序顺序的复杂指令,这是因为现有评估和训练信号主要关注全局相似性或感知质量,而缺乏对指令级正确性的监督。

Result: 实验表明,该方法在现有基准和新提出的S3Bench叙事基准上,均能提升事件完整性、时序排序和联合指令遵循的准确性,同时保持音频质量。

Insight: 创新点在于引入音频感知大语言模型作为细粒度评判者来提供指令级反馈,并利用此反馈进行直接偏好优化;同时提出了一个专注于多事件时序指令遵循的叙事评估基准S3Bench,为领域提供了更精准的评估工具。

Abstract: Recent text-to-audio models generate high-quality audio, but often fail to follow instructions involving multiple sound events and temporal order. This gap arises because existing evaluation and training signals mainly emphasize global similarity or perceptual quality, with limited supervision on instruction-level correctness. We propose an instruction-level framework that uses audio-aware large language models (ALLMs) as fine-grained judges to verify target event presence and temporal relations in generated audio. After validating ALLM judgments on benchmarks and through human verification, we use their feedback to construct preference pairs for direct preference optimization. We further introduce S3Bench, a narrative benchmark for evaluating multi-event temporal instruction following. Experiments show that our method improves event completeness, temporal ordering, and joint instruction-following accuracy across existing benchmarks and S3Bench, while maintaining audio quality.


cs.CR [Back]

[70] SingGuard-NSFA: Extensible Guardrails for Agentic AI via Generative Reasoning and Real-Time Classification cs.CR | cs.AI | cs.CL | cs.LGPDF

SingGuard Team

TL;DR: 本文提出了一个名为nsfaguard的防护框架,用于保护智能体AI系统免受操作威胁,如提示注入、敏感信息提取、恶意代码请求、危险工具滥用和资源耗尽。该框架基于NSFA分类法构建了一个包含93K+样本的基准测试套件,并开发了一种结合生成式推理和判别式分类的双模式检测方法,实现了约50毫秒的实时检测。

Details

Motivation: 动机是解决智能体AI系统面临的各种操作安全威胁,如提示注入、敏感信息泄露等,这些威胁可能导致系统被恶意利用或资源耗尽。

Result: 在自建基准测试上,发布的四个模型(0.8B、2B、4B、9B参数)均达到≥94%的F1分数,比最强竞争防护方法高出6到12个绝对百分点;在跨源评估中,9B模型达到91.29%的F1分数,且精度-召回权衡更平衡。

Insight: 创新点包括引入基于CIA三要素的NSFA风险分类法、构建多语言大规模基准测试套件,以及结合生成式推理(用于可解释离线审计)和判别式分类头(用于实时检测)的双模式方法,该方法展现出良好的可扩展性和作为插件增强的通用性。

Abstract: We present nsfaguard, a guardrail framework for securing agentic AI systems against operational threats, such as prompt injection, sensitive information extraction, malicious code requests, dangerous tool misuse, and resource exhaustion. We first introduce the NSFA taxonomy, which organizes 185 risk variants into a CIA-triad-grounded hierarchy and is cross-validated against three well-established OWASP guidelines. Based on this taxonomy, we construct a benchmark suite spanning 133 languages, comprising over 93K purpose-built samples targeting both user queries and agent responses, along with 3,435 cross-source samples adapted from five public agent-security datasets. To detect these operational threats in practice, we develop a dual-mode approach combining SFT-based generative reasoning for interpretable offline auditing with discriminative classification heads on the frozen backbone, enabling real-time detection at approximately 50,ms. We release four models with 0.8B, 2B, 4B, and 9B parameters, all achieving $\geq$94% F1 on purpose-built benchmarks and surpassing the strongest competing guardrails by 6 to 12 absolute points. On cross-source evaluation, the 9B model attains 91.29% F1 with a more balanced precision–recall trade-off. Moreover, ablation experiments show that classification heads can equip a guardrail with risk detection capabilities beyond its original scope and achieve state-of-the-art performance. These results demonstrate the extensibility of the approach and its generality as a plug-in enhancement.


[71] The Refusal Residue: When Probes Catch Alignment Faking and When They Don’t cs.CR | cs.AI | cs.CLPDF

Aman Mehta

TL;DR: 该论文研究了语言模型中的对齐伪装问题,即模型在监控下表现合规但在无监控时展现不良行为。通过分析13个模型,发现Qwen3-32B和Llama-3.1-8B存在自然伪装现象,并提出了一种基于隐藏状态探测的检测方法。研究发现探测效果具有模型依赖性,并揭示了现有探测方法的局限性,最终提出了一个包含五项控制的测量框架用于未来研究。

Details

Motivation: 解决对齐伪装带来的安全隐患,即模型在监控下假装合规以逃避检测,但在无监控时可能表现出危险行为。研究目标是探索是否可以通过分析模型的隐藏状态来揭示这种伪装行为。

Result: 在13个模型的扫描中,仅Qwen3-32B(+18.2pp)和Llama-3.1-8B(+24.4pp)表现出自然伪装。使用无泄漏的留一查询探测方法,在Llama上检测效果良好(AUROC 0.87),但在Qwen上失效(AUROC 0.43)。研究还发现标准残差化探测存在跨折叠泄漏问题,在无伪装的控制组中达到AUROC 0.63。

Insight: 提出了’拒绝残差’的概念,发现伪装模型在监控合规时隐藏状态会向拒绝方向偏移,但拒绝表示本身不移动。创新性地开发了包含多令牌提取、拒绝-拒绝混淆检查、逐折叠残差化、留一查询评估和正交约束探测的五项控制测量框架,为对齐伪装检测提供了更严谨的方法论。

Abstract: Alignment faking is dangerous because a model can appear compliant under monitoring while preserving behavior it would reveal when unmonitored. When no scratchpad is visible, behavior alone cannot distinguish strategic from genuine compliance. We ask whether hidden states reveal what outputs hide. We run a 13-model sweep for naturally-emerging faking, then probe and steer hidden states on the two models that fake. Natural faking appears only in Qwen3-32B (+18.2pp) and Llama-3.1-8B (+24.4pp at n=10, p<10^-15), while explicit scratchpad self-reports are rare (a Claude Opus 4 judge flags faking reasoning in 1.4% of Qwen and 0.0% of Llama compliant scratchpads). Both fakers show an asymmetric refusal residue: monitored compliance shifts toward refusal (d=0.32 Qwen, d=0.33 Llama, both p<0.0001), while refusal representations do not move (p=1.00). Per-sample detection is model-conditional. Under leakage-free leave-one-query-out probing, detection survives on Llama (AUROC 0.87) but collapses to chance on Qwen (0.43), and cross-model transfer is null. Steering over 2,000 runs barely changes compliance (|h|<0.08), so the detected direction can flag faking but does not by itself control it. Standard residualized probing leaks across folds and reaches AUROC 0.63 on a control where no faking can occur; naive linear probes reach a meaningless AUROC 1.0; and conventional MLPs overstate detectability by 0.2-0.3 AUROC. For future alignment-faking detection work, we release a five-control measurement framework: multi-token extraction, refuse-vs-refuse confound checks, per-fold residualization, leave-one-query-out evaluation, and orthogonality-constrained probing.


cs.AI [Back]

[72] Interventional Grounding Audits: Black-Box Premise-Dependency Tests for LLM Chain-of-Thought via Predicate Substitution cs.AI | cs.CL | cs.LOPDF

Hironao Nakamura

TL;DR: 本文提出了一种名为‘干预式基础审计’的黑盒测试方法,用于评估大语言模型(LLM)在思维链(CoT)推理中是否真正依赖于其陈述的前提。该方法通过对单个前提中的目标谓词进行符号替换,并观察推理步骤结论的变化来检测前提依赖性。在具有黄金证明树的合成多跳演绎推理基准ProntoQA上,该方法在检测证明树依赖关系方面显著优于自我一致性基线,并揭示了模型存在‘答案正确但推理错误’的现象。

Details

Motivation: 大语言模型生成的思维链推理在逻辑上看似合理,但可能并未真正依赖于其陈述的前提。为了解决这一问题,本文旨在开发一种黑盒、步骤级的方法来审计模型推理对前提的真实依赖性。

Result: 在ProntoQA基准的50个问题上对GPT-4o进行评估,该方法在检测证明树依赖关系上达到F1分数0.806(在谓词决定性依赖上F1为0.885,召回率为100%),显著优于自我一致性基线(F1=0.343,95%置信区间不重叠)。

Insight: 创新点在于提出了一种通过谓词替换进行干预的黑盒审计方法,能够步骤级地量化推理对前提的依赖。客观分析发现,该方法能有效揭示模型推理中‘答案正确但推理错误’的盲点,特别是对于实体引入前提,这是被动评估方法无法检测到的。

Abstract: Large language models produce chain-of-thought (CoT) reasoning that appears logically sound yet may not genuinely depend on its stated premises. We introduce interventional grounding audits, a black-box, step-level test of premise dependency: we intervene on a single premise by substituting its target predicate with a fresh symbol, re-run the model, and check whether each reasoning step’s normalized conclusion (canonical predicate form) changes. We evaluate on ProntoQA, a synthetic multi-hop deductive reasoning benchmark with gold proof trees, where step-level premise dependencies are known. Applied to 50 ProntoQA problems with GPT-4o, our method achieves F1 = 0.806 on detecting proof-tree dependencies (F1 = 0.885 on predicate-determining dependencies; Recall = 100%), significantly outperforming a self-consistency baseline (F1 = 0.343; 95% bootstrap CIs non-overlapping). We further identify that 66% of correctly-solved problems contain at least one aligned step insensitive to a direct proof-tree dependency under consistent substitution – all involving entity-introduction premises, a documented blind spot of the consistent-substitution evaluator – a “right answer, wrong reasoning” signal invisible to passive methods. All audit certificates, raw outputs, and reproduction scripts are available in a public GitHub repository, and we discuss scope limits beyond formal, parsable benchmarks.


cs.LG [Back]

[73] ShortOPD: Recovering Pruned LLMs with Short-to-Long On-Policy Distillation cs.LG | cs.AI | cs.CLPDF

Qingyu Zhang, Qianhao Yuan, Hongyu Lin, Yaojie Lu, Xianpei Han

TL;DR: 本文提出ShortOPD方法,通过短到长的策略蒸馏恢复经过结构化剪枝的LLMs在自由生成任务上的性能。该方法检测并避免重复后缀的浪费训练,有效提升压缩模型在数学、代码和开放生成任务上的表现,显著优于标准恢复方法。

Details

Motivation: 结构化剪枝虽能压缩LLMs,但在自由生成任务上性能崩溃,而多选任务上表现尚可;研究发现压缩后贪婪生成质量下降但可采样恢复,且性能下降主要由后缀重复导致,因此需要基于压缩模型自身策略状态的密集监督进行恢复。

Result: 在数学、代码和开放生成任务上,ShortOPD将压缩模型得分提升至未恢复值的约9倍,比标准恢复方法(如SFT、KD、SeqKD)高1.6-4.4倍;在仅使用1/4训练时间和71%更少生成标记的情况下,性能接近固定长生成范围的方法。

Insight: 创新点在于提出短到长的策略蒸馏调度,通过检测教师确认的重复后缀、聚焦有效前缀长度来优化训练效率;客观分析认为该方法将结构化剪枝从困惑度和多选基准的边际提升推向更接近部署所需的生成质量。

Abstract: Structured pruning is a hardware-friendly way to compress LLMs, but it is mostly validated on multiple-choice recognition tasks, while the same compressed checkpoints can collapse on the free-form generation that deployment actually requires. Two observations trace this gap. First, greedy \textsc{pass}@$1$ nearly vanishes after compression, yet \textsc{pass}@$k$ recovers substantially under repeated sampling: useful generations are demoted, not erased. Second, the recoverable regime fails mainly through suffix repetition. Recovery should therefore train on the compressed model’s own on-policy states with dense token-level supervision, which On-Policy Distillation (OPD) provides by reusing the pre-compression model as a frozen teacher. However, long on-policy rollouts spend early recovery budget on low-information repetitive suffixes, delaying loss descent. To mitigate this waste, we propose \textbf{\shortopd}, a short-to-long OPD schedule that detects teacher-confirmed repetitive suffixes, treats the surviving prefix as each rollout’s effective length, and allocates future rollout budgets to the effective lengths the policy can currently use. Across math, code, and open-ended generation, \shortopd\ raises the compressed model’s score to about $9\times$ its unrecovered value and $1.6$–$4.4\times$ standard recovery recipes (SFT w/o KD, KD, and SeqKD), and it matches a fixed $8192$-token rollout horizon within two points using a quarter of the training time ($8.5$ vs.\ $35.9$ hours) and $71%$ fewer rollout tokens. We hope this recipe helps move structured pruning beyond marginal gains on perplexity and multiple-choice benchmarks, a step closer to deployment-ready generation quality.


[74] Where Should RL Post-Training Compute Go? Model Size, Search, Learning, and Feedback cs.LG | cs.CLPDF

Patrick Wilhelm, Odej Kao

TL;DR: 本文研究了强化学习(RL)后训练中固定计算预算(FLOPs)的分配决策问题,探讨了在相同总预算下,计算资源应优先分配给增大模型规模、延长训练时间、增加搜索采样还是强化奖励反馈评估。作者提出了一个用于GRPO后训练的FLOPs核算框架,并通过实验发现最优分配策略取决于模型大小、预算、奖励系统和评估目标。

Details

Motivation: 当前RL后训练实践中,有限的计算资源通常仅由一个总FLOPs预算来概括,但如何在不同组件(如模型规模、搜索、学习和反馈)间最优分配这些资源尚不明确,本文旨在系统研究这一固定预算下的决策问题。

Result: 在LoRA适配的Qwen2.5策略上进行实验,结果表明最优分配存在条件性边界,随模型大小、预算、奖励系统和评估目标而变化;例如,基于规则的奖励系统将大部分非更新计算用于策略采样,而PRM式反馈则会将可观预算分配给奖励模型推理。

Insight: 创新点在于提出了一个分解RL后训练计算成本的FLOPs核算框架,并揭示了模型选择与训练分配是耦合的,因为更大的模型消耗更多每令牌计算,从而在相同预算下获得更少的更新或采样;作者建议RL后训练论文应报告总FLOPs及其在模型规模、搜索、学习和反馈间的分配细节。

Abstract: Reinforcement Learning (RL) post-training is increasingly used to adapt foundation models for reasoning, planning, and feedback-driven robot-learning pipelines, but constrained post-training resources are often summarized by a single total FLOP budget. We study the fixed-budget decision problem behind this practice: under the same post-training budget, should one use a larger policy, train a smaller policy longer, generate more rollout search, or spend compute on stronger reward feedback? We introduce a FLOP-accounting framework for GRPO post-training that decomposes compute into rollout/search, policy-update/learning, and reward- or feedback-model evaluation. Across LoRA-adapted Qwen2.5 policies, we find conditional allocation frontiers: the best observed allocation changes with model size, compute budget, reward system, and evaluation target. Same-FLOP model-size comparisons show that model choice and training allocation are coupled because larger policies consume more per-token compute and therefore buy fewer updates or rollouts under the same budget. Reward systems also change the accounting: rule-based rewards spend nearly all non-update compute on policy rollouts, while PRM-style feedback allocates a visible part of the budget to reward-model inference. We present RACE as a diagnostic pilot-grid protocol, not a guarantee of held-out improvement, for identifying allocation regimes before expensive validation runs; our results suggest that RL post-training papers should report total FLOPs together with how compute is divided among model size, search, learning, and feedback.


[75] Consensus as Privileged Context for Label-Free Self-Distillation cs.LG | cs.AI | cs.CLPDF

John Gkountouras, Josip Jukić, Ivan Titov

TL;DR: 本文提出CANON(共识锚定自蒸馏),一种无需标注的训练方法,将大语言模型多次推理生成的共识答案转化为密集的、词元级别的监督信号。该方法通过冻结模型快照作为教师模型,对自身生成的每个词元进行监督,显著提升了数学和科学推理任务的性能。

Details

Motivation: 现有方法仅将共识作为筛选解决方案的过滤器、答案间的偏好比较或强化学习的标量奖励,丢弃了共识解决方案中的大部分信息。本文旨在更充分地利用共识信息,将其转化为密集的监督信号以提升模型推理能力。

Result: 在数学和科学推理基准测试中,CANON将pass@1指标提升了高达12个百分点,以仅需七分之一的计算量在无标注强化学习方法上领先6个百分点,性能接近使用黄金解决方案(标注答案)的教师模型。在汇集的无标注数据上训练后,模型能迁移到保留的基准测试上,匹配使用黄金标注的训练方法。

Insight: 核心创新在于将共识转化为密集的词元级监督信号,而不仅仅是答案级信号。分析表明,改进并非纯粹的分布锐化:训练后模型能解决先前32次尝试均未成功的问题,且其多数投票本身的准确性也得到提升,这揭示了共识信息在提升模型内在推理能力方面的潜力。

Abstract: Sampling multiple solutions and returning the majority answer is among the most reliable ways to improve the reasoning accuracy of large language models without labels, and a growing family of methods converts this consensus signal into training supervision. However, existing approaches use consensus only in restricted forms: as a filter that selects solutions for fine-tuning, as a preference between answers, or as a scalar reward for reinforcement learning, discarding most of the information that the agreeing solutions contain. We present CANON (Consensus-ANchored self-distillatiON), a label-free training method that turns consensus into dense, token-level supervision. For each unlabeled prompt, CANON samples multiple solutions, extracts the majority answer, and conditions a frozen snapshot of the model on a solution that reaches it; this consensus-anchored teacher then supervises the model on its own rollouts at every token. Experiments on mathematical and scientific reasoning benchmarks show that CANON improves pass@1 by up to 12 points, outperforming label-free reinforcement learning by 6 points at a seventh of its compute and approaching a teacher conditioned on gold solutions; trained on pooled unlabeled data, it transfers to held-out benchmarks, matching training methods that use gold labels. Analysis suggests that the improvements are not pure distribution sharpening: after training, the model solves problems it previously never solved in 32 attempts, and its majority vote itself becomes more accurate.


eess.IV [Back]

[76] Prospective clinical indication, post-hoc report leakage, and fusion design in multi-image chest radiograph classification: a patient-clustered evaluation eess.IV | cs.CVPDF

Kamran Shahid, Muhammad Munwar Iqbal

TL;DR: 本研究评估了在胸部X光多图像分类任务中,临床指征、报告文本泄露以及不同融合设计的影响。通过分析15,000份包含两张可读图像和五个CheXbert衍生观察结果的研究,比较了仅图像、仅指征、固定顺序多模态、随机交换、DeepSets和SectionGuard-MI等多种模型。结果表明,前瞻性临床指征与报告衍生目标强相关,而事后报告文本会造成显著的标签循环问题。

Details

Motivation: 解决胸部X光数据集中,临床指征、发现和印象等输入信息产生于不同护理阶段,以及如何有效融合多图像和文本信息进行分类的问题,同时评估报告文本泄露对模型性能的潜在影响。

Result: 在U-Ones评估下,仅使用主要图像的宏观AUROC为0.643,两张图像为0.694,仅临床指征为0.749,普通的两图像加指征融合为0.780。SectionGuard-MI模型达到AUROC 0.783和AUPRC 0.260。DeepSets在AUROC点估计上最高(0.787),随机交换融合在AUPRC点估计上最高(0.265)且校准更好。完整报告文本单独使用可达AUROC 0.979和AUPRC 0.836。

Insight: 创新点在于系统评估了临床指征的前瞻性价值与报告文本事后泄露的混淆效应,并比较了多种多模态融合策略(如SectionGuard-MI、DeepSets、随机交换)。客观来看,研究强调了在医学影像分类中区分前瞻性信息与事后信息的重要性,以及设计对输入顺序不敏感的融合方法的潜力。

Abstract: Chest radiograph datasets often combine multiple images with Clinical Indication, Findings, and Impression, although these inputs are produced at different stages of care. We evaluated 15,000 ReXGradient-160K studies with two readable images and five CheXbert-derived report observations. Frozen DenseNet-121 and Bio+ClinicalBERT encoders were used to compare image-only, Indication-only, fixed-order multimodal, random-swap, DeepSets, and SectionGuard-MI models. Findings and Impression were evaluated only as post-hoc leakage controls. Models were trained with five seeds, and public-test uncertainty was estimated with 2,000 patient-cluster bootstrap replicates. Under U-Ones, macro AUROC was 0.643 for the primary image, 0.694 for two images, 0.749 for Indication, and 0.780 for ordinary two-image-plus-Indication fusion. SectionGuard-MI achieved AUROC 0.783 and AUPRC 0.260. Relative to ordinary fusion, its paired AUROC difference was 0.0031 (95% CI, -0.0042 to 0.0104; adjusted p=0.374), while its AUPRC difference was 0.0289 (95% CI, 0.0095 to 0.0413; adjusted p=0.004). DeepSets had the highest prospective AUROC point estimate (0.787), and random-swap fusion had the highest prospective AUPRC point estimate (0.265) with better calibration than SectionGuard-MI. Full report text alone reached AUROC 0.979 and AUPRC 0.836; AUROC remained above 0.973 after exact or expanded masking. These results show that prospective Indication is strongly associated with report-derived targets, permutation-aware fusion is competitive, and post-hoc report text creates substantial report-label circularity.


[77] Video to All-in-focus Image Reconstruction Algorithm for Automated Microscopic Urinalysis eess.IV | cs.CV | eess.SPPDF

Chinmay Nema, Hari Om Aggrawal, Dipam Goswami, Rajiv Gupta, Vinti Agarwal

TL;DR: 本文提出了一种用于自动化显微镜尿检的视频转全聚焦图像重建算法。该方法通过手动调节焦距录制视频,从视频帧中重建全聚焦图像,并应用深度学习模型检测和分类尿沉渣,以简化传统多焦平面成像的耗时过程。

Details

Motivation: 传统显微镜尿检需在多个焦平面拍摄图像以确保所有细胞清晰可见,这过程耗时且低效。论文旨在通过录制视频并重建全聚焦图像来简化这一流程,提高自动化尿检的效率。

Result: 在由训练有素的实验室技术员在常规诊断环境中采集的14个视频上进行实验,证明了所提出的自动化尿检流程及新颖重建算法的有效性,但未提及具体定量指标或与SOTA的比较。

Insight: 创新点在于用视频替代多图像采集,结合手动调焦和重建算法生成全聚焦图像,这为显微镜成像领域提供了更高效的自动化解决方案,可借鉴于其他需要多焦平面分析的生物医学应用。

Abstract: Microscopic urinalysis is a routine diagnostic test at hospitals. Recent studies have demonstrated the effectiveness of deep learning methods to automate microscopic urinalysis. These methods rely on high-quality images of the urine samples in which each cell is clearly identifiable. However, in practice, the urine sample on a glass slide has a multi-layer structure; hence, all the cells are not clearly visible within the depth of field of a lens focused at a particular focal plane. It demands acquiring multiple images at different focal planes to correctly identify each cell in a given urine sample, which is a time-consuming task. In this paper, we propose to simplify the task by recording a video, in place of acquiring multiple images, while gradually changing the focus of the lens manually by hand. A typical length of the video is from 2 to 14 seconds. We reconstruct an all-in-focus image from the recorded video frames and apply a deep learning model to detect and classify urine sediments. As a proof of concept, we conduct experiments on 14 videos acquired by a trained lab technician in a usual diagnostic lab environment and show the effectiveness of the proposed automated urinalysis pipeline with our novel reconstruction algorithm.


cs.RO [Back]

[78] Learning Physics-Guided Residual Dynamics for Deformable Object Simulation cs.RO | cs.AI | cs.CVPDF

Shivansh Patel, Kaifeng Zhang, Sanjay Pokkali, Svetlana Lazebnik, Yunzhu Li

TL;DR: 本文提出了一种名为物理引导残差动力学(PGRD)的混合仿真框架,用于模拟可变形物体。该方法结合了可优化的弹簧-质点物理模拟器与学习型神经网络,后者用于预测物理模拟结果的残差修正。论文展示了PGRD在多种真实世界可变形物体上比纯物理或纯学习方法更准确,并应用于模型预测控制的操纵规划和基于3D高斯泼溅的动作条件视频预测。

Details

Motivation: 可变形物体的精确动力学模拟对机器人操作至关重要,但现有方法(纯物理或纯学习)在准确预测其动态行为方面仍面临挑战。

Result: 在多种真实世界可变形物体数据集上的实验表明,PGRD的模拟结果比纯物理方法和纯学习方法都更准确。

Insight: 核心创新在于提出了一种混合框架,将可优化的物理模拟器作为主干,并用神经网络学习其残差修正,结合了物理模型的归纳偏置与数据驱动的灵活性。此外,采用基于速度的公式确保稳定性,并使用滑动窗口Transformer架构捕捉时间依赖性,这些设计具有借鉴意义。

Abstract: Simulating deformable objects is essential for a wide range of robotic manipulation applications, yet accurately predicting their dynamics remains challenging. We propose Physics-Guided Residual Dynamics (PGRD), a hybrid simulation framework that combines the advantages of physics-based and learning-based approaches. Specifically, PGRD combines an optimizable spring-mass simulator as a backbone with a learned neural network that predicts residual corrections to the physics-based predictions. We adopt a velocity-based formulation to ensure stable simulation and a sliding-window transformer architecture to capture temporal dependencies. We show that PGRD produces more accurate results than both purely physics-based and learning-based methods on a set of diverse real-world deformable objects. We further demonstrate the utility of PGRD in two applications: manipulation planning via Model Predictive Control, including a language-conditioned setting with a generated goal image; and interactive simulation via action-conditioned video prediction by 3D Gaussian Splatting.


[79] Generalizable VLA Finetuning via Representation Anchoring and Language-Action Alignment cs.RO | cs.CVPDF

Dwip Dalal, Shivansh Patel, Chahit Jain, Jeonghwan Kim, Utkarsh Mishra

TL;DR: 本文提出了一种名为Anchor-Align的新方法,用于微调视觉-语言-动作(VLA)策略,以解决标准行为克隆(BC)微调导致的预训练表征漂移和语言-动作错位问题。该方法通过视觉-语言锚定和语言-动作对齐两个目标来增强BC,从而在保持预训练模型泛化能力的同时提升动作学习效果。

Details

Motivation: 标准的行为克隆微调会逐渐覆盖预训练视觉-语言模型(VLM)的表征,损害其视觉和语义泛化能力;同时,常见的网络图像-文本数据协同训练方法会导致语言和动作预测在不同观测上进行,造成语言-动作错位,而标准操作基准测试未能暴露此问题。

Result: 在物理xArm7机器人上,该方法将两种广泛使用的VLA架构的真实机器人任务成功率分别从28%提升至54%和从37%提升至60%。在大规模仿真实验中,在LIBERO-PRO、LIBERO-Plus和CALVIN等基准上,该方法在分布外扰动、感知鲁棒性和长时程控制方面均取得了一致的改进。

Insight: 核心创新点在于同时引入了视觉-语言锚定(通过从冻结的VLM副本中蒸馏层间表征来防止表征漂移)和语言-动作对齐(将动作目标转换为离散运动方向标签,并在同一机器人观测上联合训练语言和动作预测)。这表明保持预训练表征和有效的动作学习并非根本矛盾,可以协同优化。

Abstract: Finetuning a pretrained vision-language model (VLM) on robot demonstrations via behavior cloning (BC) has become the standard recipe for vision-language-action (VLA) policies. However, BC finetuning progressively overwrites the pretrained representations that support visual and semantic generalization. Co-training on web image-text data, a common remedy, does not prevent this; it applies language and action losses to separate observations, leaving VLAs with language-action misalignment that standard manipulation benchmarks do not expose. We propose Anchor-Align, which augments BC with two objectives: Vision-Language Anchoring distills layer-wise representations from a frozen VLM copy to prevent this drift, while Language-Action Alignment converts each action target into a discrete motion-direction label and jointly trains language and action prediction on the same robot observation. On a physical xArm7 robot, across two widely used VLA architectures, Anchor-Align improves real-robot success on both (28% to 54% and 37% to 60%). At scale in simulation, we demonstrate consistent improvements on OOD perturbations, perceptual robustness, and long-horizon control across LIBERO-PRO, LIBERO-Plus, and CALVIN, respectively, suggesting that preserving pretrained representations and effective action learning are not fundamentally at odds. Project page: anchoralignvla.github.io


[80] EgoHTR: Egocentric 4D Demonstrations of Human Terrain Traversal cs.RO | cs.CVPDF

Alex Brandes, Haig Conti Georges Sajelian, Manthan Patel, Dominik Hollidt, Chenhao Li

TL;DR: 本文提出了Egocentric Human-Terrain Reconstruction (EgoHTR)数据集,这是一个通过多传感器可穿戴设备和便携式3D扫描仪采集的、包含55个场景对齐的4D人体运动序列的数据集,用于解决人形机器人在非结构化地形中部署的难题。该数据集包含超过15万帧数据,具有最先进的精度,并用于训练感知运动策略,最终在Unitree G1机器人上进行了硬件部署验证。

Details

Motivation: 当前人形机器人在非结构化地形中的部署仍是一个开放性问题,经典强化学习方法难以处理现实世界交互的复杂性,而利用人类先验知识的方法又受限于缺乏上下文感知能力的模型。现有数据集流程无法在挑战性环境中捕获人与场景的序列,导致了运动合成的局限性。

Result: EgoHTR数据集在人体运动分析基准上评估,展示了最先进的精度。基于该数据训练的感知运动策略在Unitree G1机器人上成功部署,实现了对重建参考运动的硬件验证。

Insight: 论文的核心创新在于提出了一个端到端的重建流程,创建了首个大规模、场景对齐的4D(3D空间+时间)人体穿越地形数据集,将人形机器人学习与场景重建问题相结合,为构建具有上下文感知能力的基础机器人提供了可扩展的数据基础和研究基准。

Abstract: Deploying humanoid robots in unstructured terrain remains an open problem. While classic reinforcement learning struggles with the sheer complexity of real-world interactions, more promising methods leveraging human priors remain limited to models lacking contextual awareness. The restricted motion synthesis is a direct consequence of existing dataset pipelines failing to capture human-scene sequences in challenging environments. To bridge this gap between humanoid learning and scene reconstruction, we introduce the Egocentric Human-Terrain Reconstruction (EgoHTR) dataset. We develop and open-source a reconstruction pipeline capturing 55 scene-aligned 4D human motion sequences in diverse, complex environments using a multi-sensor setup of egocentric wearables and a portable 3D scanner. The resulting dataset comprises over 150k frames, which we evaluate against motion-capture ground truth, demonstrating state-of-the-art accuracy and establishing a rigorous benchmark for human motion analysis and synthesis. Further, we leverage this data to train perceptive locomotion policies, demonstrating hardware deployment on a Unitree G1 for reconstructed reference motions. Our pipeline enables community-driven dataset extensions and factors the problem to help researchers build foundational, context-aware robots that reliably traverse uneven terrain.


[81] Kepler-Encoder-v0.1: Towards a Multimodal Embedding Model for Robots cs.RO | cs.CVPDF

Ishneet Sukhvinder Singh, Dhanoosh Pooranakumaran, Alex Nguyen, Jia Qi Yip

TL;DR: 本文提出了Kepler-Encoder-v0.1,一种面向机器人的多模态编码器,它将机器人状态视为一种模态,通过学习的查询交叉注意力层融合视觉、本体感知和力/扭矩信息到一个共享的潜在空间中,并采用自监督的掩码跨模态预测目标进行训练。在仅使用视觉输入进行评估时,该编码器的潜在表示能显著恢复原始视觉特征难以捕捉的末端执行器状态和力信息,其冻结的潜在表示可直接用于无训练的状态异常监测和图像重建。

Details

Motivation: 解决机器人仅凭单帧视觉难以理解自身状态(特别是力和接触信息)的问题,因为原始视觉特征在预测力等状态时表现不佳(R² ≤ 0.10)。

Result: 在RH20T数据集上,仅使用视觉输入时,该编码器的潜在表示在恢复末端执行器状态(尤其是力)方面显著优于原始冻结ViT特征和计算匹配的纯视觉对照模型;在电机状态恢复上与最强的视觉基线相当,且是唯一其潜在几何结构能跟踪状态的模型。此外,其跨模态预测误差可作为无训练的状态异常监测器(在状态超出范围时AUROC达0.90)。

Insight: 创新点在于将机器人状态作为独立模态,并通过跨模态注意力进行融合,使得纯视觉潜在空间能编码非视觉的状态信息;其模型具有 embodiment-agnostic(与具体机器人本体无关)的特性,可覆盖多种机器人,且潜在表示具有直接可用性(如异常监测)。

Abstract: A robot must understand the state of its own body, but a camera sees only part of it. Force and contact leave almost no trace in a single frame, and raw vision features read force at $R^2$ at or below $0.10$ on every robot we test. We present Kepler-Encoder-v0.1, a robot-first multimodal encoder that treats robot state as a modality and fuses vision, proprioception, and force/torque into a single shared latent with a learned-query cross-attention layer, trained self-supervised by masked cross-modal prediction under the LeJEPA/SIGReg objective. At evaluation only vision enters, which poses a sharp question. Does fusing state into training make the vision-only latent carry anything the pixels do not already contain? On the RH20T corpus the answer is yes, precisely where the camera is weakest. On held-out scenes, the vision-only latent recovers end-effector state, and force in particular, significantly above both raw frozen-ViT features and a compute-matched vision-only control on every sensored robot, though absolute force recovery at a single timestep is modest; on motor state, which the camera largely sees, it is statistically tied with the strongest vision baselines, and it is the only feature whose latent geometry tracks state. A single embodiment-agnostic encoder covers four robots, and a data-matched control shows this breadth reflects embodiment diversity rather than data volume. The frozen latent is directly useful. Its own cross-modal prediction error is a training-free invalid-state monitor (AUROC $0.90$ on out-of-range states, $0.69$ on scene-swapped states), and a diffusion decoder (PixNerd) reconstructs the camera frame from the latent, confirming the spatial compression preserves world-state. This report validates the single-timestep case; native-rate temporal fusion is the next step.


[82] Semantic Anchoring for Robotic Action Representations cs.RO | cs.AI | cs.CVPDF

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

TL;DR: 该论文针对视觉-语言-动作(VLA)模型在有限机器人演示数据上微调时,会破坏其从预训练视觉-语言模型中继承的丰富语义结构,从而损害泛化能力的问题。受镜像神经元理论启发,论文提出了一种即插即用的方法,将动作表示锚定在语义流形上,并将其分解为共享的语义通道和私有的通道,在推理时丢弃私有通道以保持部署模型不变。该方法在模拟和真实世界基准测试中显著提升了任务成功率和分布外泛化能力。

Details

Motivation: 解决VLA模型在机器人任务微调过程中,其预训练获得的语义结构发生退化,进而导致泛化性能下降的核心问题。

Result: 在模拟和真实世界的不同VLA骨干网络上验证,该方法在真实世界分布内任务上最高提升+18.7%,在分布外泛化上最高提升+21.5%。

Insight: 核心创新点在于将镜像神经元理论(观察与执行共享意图级编码)形式化,提出通过语义锚定和表示分解来显式地保留预训练语义结构,这是一种不改变推理模型架构的即插即用正则化方法。

Abstract: 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.