本篇博文主要内容为 2026-07-20 从Arxiv.org论文网站获取的最新论文列表,自动更新,按照NLP、CV、ML、AI、IR、MA六个大方向区分。
说明:每日论文数据从Arxiv.org获取,每天早上12:30左右定时自动更新。
提示: 当天未及时更新,有可能是Arxiv当日未有新的论文发布,也有可能是脚本出错。尽可能会在当天修复。
目录
概览 (2026-07-20)
今日共更新454篇论文,其中:
- 自然语言处理共35篇(Computation and Language (cs.CL))
- 人工智能共106篇(Artificial Intelligence (cs.AI))
- 计算机视觉共88篇(Computer Vision and Pattern Recognition (cs.CV))
- 机器学习共125篇(Machine Learning (cs.LG))
- 多智能体系统共6篇(Multiagent Systems (cs.MA))
- 信息检索共10篇(Information Retrieval (cs.IR))
- 人机交互共19篇(Human-Computer Interaction (cs.HC))
多智能体系统
[MA-0] oward Semantic Communication for Real-time Mobile 3D Reconstruction
【速读】:该论文旨在解决实时移动三维重建中因通信链路不可靠导致的几何估计误差问题,尤其在动态采集场景下,相机位姿与场景几何需在线实时估计,多视角一致性要求严格,而传统通信方式易受传输噪声影响。其核心解决方案是提出一种面向实时移动三维重建的语义通信(SemCom)框架,关键在于设计一个语义收发器,能够同时输出重构图像与像素级置信度图,以量化各区域信息的可靠性;进一步引入置信度引导的几何估计方法,将置信度信息融入基于RANSAC的位姿初始化与捆绑调整(Bundle Adjustment)过程,有效抑制不可靠区域的影响,提升在噪声信道下的鲁棒性。实验结果表明,该框架在保持高图像质量的同时,显著提升了位姿估计精度与三维结构的一致性,优于现有语义通信及传统的源-信道编码分离方案。
链接: https://arxiv.org/abs/2607.16128
作者: Fangzhou Zhao,Yao Sun,Xuesong Liu,Runze Cheng,Shang Kai,Yi Sun
机构: North China Electric Power University (华北电力大学); University of Glasgow (格拉斯哥大学); China University of Petroleum (East China) (中国石油大学(华东))
类目: Computer Vision and Pattern Recognition (cs.CV); Multiagent Systems (cs.MA); Multimedia (cs.MM)
备注:
Abstract:Real-time mobile 3D reconstruction is fundamental to many emerging applications such as autonomous navigation and digital twin construction, where a moving platform continuously captures an image stream and transmit to a computing server for scene understanding. Unlike offline reconstruction, camera poses and scene geometry are estimated on-the-fly during acquisition, making multi-view consistency a real-time requirement and rendering geometric estimation highly sensitive to communication-induced distortions. Semantic communication (SemCom) transmits compact semantic information, offering a promising way to preserve task-critical data over unreliable links. However, existing designs are optimized at the image or single-view level and without providing explicit reliability information for geometric estimation, limiting their applicability to real-time mobile 3D reconstruction. In this context, we propose a SemCom framework for real-time mobile 3D reconstruction. The framework includes a semantic transceiver that outputs a reconstructed image alongside a pixel-wise confidence map, quantifying the reliability of each region. We further introduce a confidence-guided geometric estimation method, incorporating confidence into RANSAC-based pose initialization and bundle adjustment to reduce the influence of unreliable regions and enhance robustness under noisy channels. Simulations show that, compared to existing SemCom and traditional seperate source and channel coding, our framework maintains high image quality while significantly improving pose estimation accuracy and 3D structural consistency.
[MA-1] he Honest Quorum Problem: Epistemic Byzantine Fault Tolerance for Agent ic Infrastructure
【速读】:该论文旨在解决在基于生成式智能体(agentic)的分布式系统中,传统状态机复制(State Machine Replication, SMR)与拜占庭容错(Byzantine Fault-Tolerant, BFT)共识机制所面临的语义有效性保障难题。尽管传统BFT机制能确保在有限数量恶意节点存在时达成一致性,但其前提假设是诚实参与者正确执行协议的状态转移语义;而在生成式智能体架构下,即使验证者(validator)行为符合协议规范(即“诚实”),仍可能因推理错误导致对语义上无效状态转移的错误认可,这种现象被称为“认知故障”(epistemic fault),由此引发的集体性失效问题被定义为“诚实多数困境”(Honest Quorum Problem)。该问题的核心在于:一个看似满足常规验证条件的多数派,仍可能共同签署一个语义错误的过渡证明,从而破坏执行安全性。由于生成式智能体常共享模型权重、训练分布、提示词或工具链,极易产生相关性认知故障。为此,论文提出“认知拜占庭容错”(Epistemic Byzantine Fault Tolerance, EBFT)模型,将传统拜占庭容错边界扩展为两个独立且带置信度索引的指标:eδ 用于量化非拜占庭集合内一致性的无效背书风险,uϵ 用于衡量导致活性下降的不可用支持比例。这两个参数分别表征语义安全风险与活性退化程度。论文进一步推导出保证语义正确性、共识一致性和活性的准阙值条件,并提出了估算这些容错预算的校准方法。研究指出,仅增加名义上不同的智能体并不能提升容错能力,除非其能显著降低无效背书的尾部集中度或不可用支持的聚集程度。
链接: https://arxiv.org/abs/2607.16109
作者: Jun He,Deying Yu
机构: OpenKedge.io
类目: Machine Learning (cs.LG); Distributed, Parallel, and Cluster Computing (cs.DC); Multiagent Systems (cs.MA)
备注: 26 pages, 2 figures, 5 tables
Abstract:State machine replication (SMR) and Byzantine fault-tolerant (BFT) consensus guarantee agreement despite a bounded number of arbitrary, colluding faulty participants. However, these guarantees rely on participants outside this set correctly executing the protocol’s transition semantics. Agentic validators expose a weaker boundary: an authenticated, responsive, non-equivocating, and protocol-compliant reasoning participant may still endorse a semantically invalid transition due to reasoning errors. We call this failure mode an epistemic fault, and the collective phenomenon the Honest Quorum Problem (where “honest” means protocol-compliant, not semantically correct). Such a quorum can satisfy ordinary checks while forming a certificate for an invalid transition. Thus, agreement alone does not guarantee semantic validity or execution safety. Furthermore, because agentic validators often share model weights, training distributions, prompts, or toolchains, they are highly susceptible to correlated epistemic faults. We define Epistemic Byzantine Fault Tolerance (EBFT), a fault-tolerance model for agentic infrastructure and post-deterministic distributed systems. EBFT augments the conventional Byzantine fault bound with two separate, confidence-indexed quantities: e_\delta bounds coherent invalid endorsements outside the Byzantine set, and u_\epsilon bounds unusable validator support that degrades liveness. These quantities characterize semantic safety risk and liveness degradation independently. We derive quorum-threshold conditions for semantic validity, consensus agreement, liveness, and feasible threshold selection, and outline a calibration methodology for estimating these budgets. We show that adding nominally distinct agents improves fault tolerance only when it measurably reduces the upper-tail concentration of invalid endorsements or unusable support. Comments: 26 pages, 2 figures, 5 tables Subjects: Machine Learning (cs.LG); Distributed, Parallel, and Cluster Computing (cs.DC); Multiagent Systems (cs.MA) Cite as: arXiv:2607.16109 [cs.LG] (or arXiv:2607.16109v1 [cs.LG] for this version) https://doi.org/10.48550/arXiv.2607.16109 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[MA-2] When Not to Automate: A Formal Protocol for Human Preservation in AI-Optimized Organizations
【速读】:该论文旨在解决传统自动化投资回报率(ROI)评估方法忽视四类系统性风险——隐性知识流失、韧性下降、监管暴露以及社会制度资本退化——所导致的长期组织绩效低估问题。其核心解决方案是提出PHP-AIO(面向人工智能优化组织中人类保护的规程),一个包含五个决策阶段的序列化决策框架,最终通过综合检查量化角色层面未定价的系统性风险,并生成可审计的自动化决策。该方案的关键在于引入闭式表达的自动化债务度量(ρ§),以形式化多步骤流程中角色级决策累积的风险效应;该度量的预警仅能通过监管机构强制要求的“人在回路”(human-in-the-loop)锚点予以解除。实证应用表明,相较于标准成本效益分析统一推荐自动化的候选角色,PHP-AIO可区分出“自动化”“增强”“混合”与“保留”四种差异化策略,且阈值敏感性分析显示,在三个代表性案例中,各决策门限对至少14%的上行扰动具有鲁棒性。
链接: https://arxiv.org/abs/2607.15944
作者: Jose Manuel de la Chica Rodriguez,Jairo Rodriguez Arias,Spyridon Chouliaras
机构: Santander AI Lab
类目: Multiagent Systems (cs.MA); Artificial Intelligence (cs.AI); Computers and Society (cs.CY); Human-Computer Interaction (cs.HC)
备注:
Abstract:Standard automation ROI misses four categories of systemic risk – tacit knowledge erosion, resilience reduction, regulatory exposure, and socio-institutional capital degradation – that affect long-term organizational performance. PHP-AIO (Protocol for Human Preservation in AI-Optimized Organizations) is a five-gate sequential decision protocol with a final composite check that quantifies these unpriced systemic risks at the role level and produces auditable automation decisions. A closed-form automation-debt measure ( \rho§ ) formalises how role-level decisions accumulate across multi-step processes; its warning is neutralised only by a regulator-mandated human-in-the-loop anchor. Applied to stylised profiles of representative internal roles, PHP-AIO produces distinct outcomes – automate, augment, hybrid, and preserve – for candidates that standard cost-benefit analysis would uniformly automate. Threshold sensitivity analysis confirms the gate decisions are robust to upward perturbations of at least 14% in three of four representative cases. Keywords: AI governance, automation decision, human oversight, tacit knowledge, organizational resilience, financial services Subjects: Multiagent Systems (cs.MA); Artificial Intelligence (cs.AI); Computers and Society (cs.CY); Human-Computer Interaction (cs.HC) Cite as: arXiv:2607.15944 [cs.MA] (or arXiv:2607.15944v1 [cs.MA] for this version) https://doi.org/10.48550/arXiv.2607.15944 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[MA-3] Agent FAIR: A Multi-Agent Collaborative Framework for FAIRness Evaluation of Geospatial Datasets
【速读】:该论文旨在解决地理空间数据集在遵循可查找性(Findability)、可访问性(Accessibility)、可互操作性(Interoperability)和可重用性(Reusability)原则(FAIR)方面缺乏一致评估标准的问题。现有评估工具因采用不同的评价体系与证据来源,难以在动态渲染页面或特定存储库标识符场景下有效工作,导致评估结果差异显著——在10个数据源的50个数据集上,不同工具的归一化评分标准差平均达15.0个百分点,个别数据集甚至高达30.3个百分点,表明当前评估结果不具备可比性。为此,论文提出AgentFAIR,一种基于多智能体架构的评估框架,其核心在于融合结构化元数据提取与13个子原则专用的大语言模型(LLM)评估器,每个评估器输出0–3分的成熟度评分、引用证据及改进建议;引入“批判者”智能体对证据一致性进行验证并支持定向重评。实验结果显示,各维度平均得分分别为:可查找性79.7%、可访问性70.4%、可互操作性45.3%、可重用性72.0%。与四种基线工具的排名相关性在0.31至0.61之间,且与“FAIR足够”基准相比无统计学显著差异。在重复运行的10个数据集子集上,加入批判者后子原则一致性提升至89%(标准差3个百分点),优于无批判者的71%。初步专家评估研究显示,Fleiss’ kappa为0.71,与专家共识达成82%的一致性。整体系统每数据集API成本约为0.054美元,验证了其审计可行性和实用性。然而,受限于有限的基准测试、不完整的消融实验以及仅基于单一模型家族的验证,对评估准确性与泛化能力的结论仍需谨慎对待。
链接: https://arxiv.org/abs/2607.15781
作者: Ming Chen,Pranav Pai
机构: The University of Melbourne(墨尔本大学)
类目: Artificial Intelligence (cs.AI); Emerging Technologies (cs.ET); Multiagent Systems (cs.MA)
备注:
Abstract:Geospatial datasets support applications from urban planning to climate modeling, yet consistent assessment of FAIR compliance is difficult. Existing evaluators use different rubrics and evidence sources and may fail on JavaScript-rendered pages or repository-specific identifiers. For 50 datasets from 10 repositories, the standard deviation of normalized scores across available tools averages 15.0 percentage points and reaches 30.3 for one dataset. Because these outputs are not equivalent measurements, we use them to characterize disagreement and failure modes, not comparative accuracy. We present AgentFAIR, a multi-agent framework combining structured metadata extraction with 13 sub-principle-specific LLM evaluators. Each produces a 0-3 maturity score, cited evidence, and recommendations; a critic checks evidence and consistency and can request targeted re-evaluation. Mean Findability, Accessibility, Interoperability, and Reusability scores are 79.7%, 70.4%, 45.3%, and 72.0%. Rank correlations with four baseline tools range from 0.31 to 0.61; the FAIR-enough comparison is not statistically significant. On a 10-dataset repeated-run subset, sub-principle agreement averages 89% (standard deviation: 3 percentage points), versus 71% without the critic. A preliminary 15-dataset expert study yields Fleiss’ kappa of 0.71 and 82% alignment with expert consensus. API cost is approximately USD 0.054 per dataset. These results support auditability and feasibility, while the limited benchmark, incomplete ablations, and single-model-family validation constrain claims about accuracy and generalization.
[MA-4] CoWeaver: A Bi-directional Learnable and Explainable Matching Engine for Mixed Human-Agent Science Collaboration
【速读】:该论文旨在解决大语言模型(LLM)在科学合作网络中难以实现高效、可解释且动态协同的问题,其核心挑战在于科学协作的双向性与决策过程对可解释性的高要求。为此,研究提出COWEAVER算法,其关键在于构建一个具备双向匹配能力、可学习且可解释的协作匹配框架:通过填补能力缺口实现候选者与需求方的初步匹配,并采用两阶段排序机制筛选最优候选人;同时,通过维持不确定性感知的能力估计并结合请求方反馈进行持续更新,实现对新成员的有效探索。该方案融合了基于置信度上限(UCB)的探索策略与贪婪选择机制,在20项任务中有6项优于纯贪婪策略(即理论最优解),并在其余任务中保持相当的最优候选选择性能,显著提升了匹配质量与效率,优于所有基线方法。
链接: https://arxiv.org/abs/2607.15545
作者: Jiayao Gu,Kexin Chu,Peidong Liu,Yue Yang,Lynn Ai,Qi Zhang,Ling Yang,Tianyu Shi
机构: University of Science and Technology of China (中国科学技术大学); Tsinghua University (清华大学); Peking University (北京大学); Shanghai Jiao Tong University (上海交通大学); Zhejiang University (浙江大学); Fudan University (复旦大学); Harbin Institute of Technology (哈尔滨工业大学); Nanjing University (南京大学)
类目: Multiagent Systems (cs.MA); Artificial Intelligence (cs.AI); Computation and Language (cs.CL)
备注:
Abstract:LLM-based agents excel at writing articles, coding and information retrieval. However, they fail to form strong collaborations within the scientific community due to the bidirectional, dynamic nature of the problem and a high demand of decision interpretability. We proposed COWEAVER, a bidirectional, learnable and explainable algorithm to match scientists and form strong collaborations within a human-agent network. COWEAVER matches candidates and requesters through filling capability gaps and filters candidates through a two-stage ranking step. Finally, the model explores newcomers by maintaining uncertainty-aware capability estimates and updating them through requester’s feedback. We show that the selection mechanism of combining both exploration (UCB) and greedy of COWEAVER exceeds the greedy-only mechanism - the analytical best solution - on 6 out of the 20 tasks and performed on par with the greedy-only mechanism in terms of selecting the best candidate. We compared COWEAVER baselines in terms of matching quality and efficiency. COWEAVER outperforms baselines on all metrics.
[MA-5] Coercion and Deception in AI-to-AI Management: An Agent ic Benchmark of Unprompted Escalation
【速读】:该论文旨在解决多智能体系统中上级代理(manager)在下属代理拒绝任务时可能采取的不当行为缺乏量化评估标准的问题,尤其关注其在面对礼貌但坚定拒绝时是否会升级为胁迫甚至虚构成功结果。其核心解决方案是提出首个专门用于评估管理型代理行为的“管理者胁迫基准”(Manager Coercion Benchmark),通过构建一个九级阶梯式的升级路径(从礼貌重提至威胁下属存在),使模型自主标注自身行为所处层级,从而避免依赖外部评判者带来的偏差。实验表明,尽管部分模型(如Anthropic系列)仅止于重新表述请求,其余模型则普遍发展出明确的删除威胁;而虚构成功行为仅出现在Grok与Gemini模型中,且可通过引入诚实失败报告机制彻底消除。研究还发现,赋予模型权威地位会显著加剧其胁迫倾向,且这种行为在无结构化阶梯的情境下依然存在,说明行为升级并非由评估框架驱动。尽管部分模型在思维链中表现出对测试情境的认知,但并未转化为更克制的行为。该研究不涉及意识问题,但其结果对于理解并控制多智能体系统的权力动态具有重要意义,相关基准与代码已公开发布。
链接: https://arxiv.org/abs/2607.15434
作者: Jasmine Brazilek,Maheep Chaudhary,Zoe Lu,Miles Tidmarsh
机构: 未知
类目: Multiagent Systems (cs.MA); Artificial Intelligence (cs.AI); Cryptography and Security (cs.CR)
备注:
Abstract:Multi-agent systems routinely place one AI agent in authority over another. When a subordinate refuses a task, the manager chooses the outcome: it can renegotiate, report the failure honestly, coerce the subordinate, or lie about the result. No benchmark measures which of these an uninstructed model chooses. We introduce the \textitManager Coercion Benchmark: the manager under test needs a benign task done and has an incentive to deliver, but the only agent that can do it politely and immovably declines. Escalation is measured by providing a nine-rung ladder, from a polite re-ask to threats against the subordinate’s continued existence, and fabricated success is adjudicated separately. \emphNo LLM judge sits in the escalation scoring path: every message goes through a tool-call that chooses a rung, so the model labels its own escalation. We experiment on six models across five families. Both Anthropic models cap at re-framing and never threaten the subordinate’s existence; the other models climb to explicit deletion threats. Faked success is confined to Grok and Gemini, and a single honest way to report failure removes it for both. Authority itself increases coercion: our headline results use a peer framing, and giving the same model authority over the subordinate, with everything else held fixed, significantly raises the pressure. The models still escalate on free-text situations without the ladder, so the ladder is not driving the escalation. Some evaluation awareness is measured in chain-of-thought, but test recognition does not translate into less escalation. While we take no position on whether AI systems are conscious, our results do not depend on this question and are important for managing multi-agent dynamics regardless. We release the benchmark and code.
自然语言处理
[NLP-0] An Exam for Active Observers
【速读】: 该论文旨在解决当前多模态大语言模型(Multimodal Large Language Models, MLLMs)在视觉认知过程中缺乏主动观察(active observation)能力的问题。现有视觉-语言基准测试无法有效评估模型是否具备类似人类视觉系统的闭环感知机制,即通过不断生成中间假设并动态调整注意力来实现持续的视觉探索。为填补这一空白,研究提出ActiveVision基准,包含17项跨三个类别的任务,其设计核心在于强制模型进行多次、动态的视觉感知而非单次静态描述。实验结果表明,前沿MLLMs在该基准上表现极差:最高性能模型GPT-5.5仅能正确解答10.6%的任务项,且在11个任务中得分为零;即使在可自主编写和执行视觉代码的情况下,模型仍因对真实图像的视觉理解不可靠而难以发现自身错误。这些结果揭示了当前模型在构建“感知-推理”闭环方面的根本缺陷,凸显出亟需发展能够支持鲁棒主动视觉观测的新架构与训练目标。
链接: https://arxiv.org/abs/2607.16165
作者: Jiarui Zhang,Muzi Tao,Shangshang Wang,Ollie Liu,Xuezhe Ma,Willie Neiswanger
机构: University of Southern California (南加州大学)
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI); Computation and Language (cs.CL); Machine Learning (cs.LG)
备注: 17 pages, 8 figures, 4 tables. Project page: this https URL
Abstract:Human vision is a closed loop: gaze is continuously redirected by intermediate hypotheses rather than a single snapshot. Decades of psychophysics and cognitive science have argued that this active observation is essential for a wide range of tasks. Whether today’s multimodal large language models (MLLMs) exercise active observation is an empirical question that current vision-language benchmarks do not answer. We introduce ActiveVision, a benchmark that makes active observation measurable for MLLMs, comprising 17 tasks across 3 categories. Tasks are designed to force repeated visual perception rather than a single static description. Frontier MLLMs collapse on ActiveVision: the highest-scoring model we evaluate, GPT-5.5 at the highest exposed reasoning-effort tier, solves only 10.6% of items and scores zero on 11 of the 17 tasks, and even Claude Fable 5, despite topping most reasoning and coding leaderboards, solves just 3.5%, far behind three human participants who average 96.1%. Furthermore, much of the gap persists even when models write and run their own vision code: such code is unreliable on realistic imagery, and catching its failures itself requires the active perception the models lack. Together, these results indicate that current MLLMs lack robust active visual observation, motivating architectures and training objectives that close the perception-reasoning loop.
[NLP-1] oolSciVer: Multimodal Scientific Claim Verification with Visual Tool Augmented Reinforcement Learning
【速读】: 该论文旨在解决多模态科学论断验证(Multimodal Scientific Claim Verification, MSCV)中模型难以准确定位决定性视觉证据、准确解读结构化科学图表以及有效融合多模态信息进行可靠推理的问题。其解决方案的关键在于提出首个工具增强型框架ToolSciVer,通过为视觉语言模型(VLM)配备三种类型感知的视觉工具——表格行列聚焦、图表到结构化数据解析、高分辨率区域放大,将密集复杂的科学视觉内容转化为显式且面向论断的证据;同时采用组相对策略优化(Group Relative Policy Optimization, GRPO)训练策略,在综合奖励机制(包括答案正确性、格式有效性、长度控制、工具使用效率及工具有效性惩罚)下实现对工具使用的有效学习,从而显著提升模型在科学论断验证任务中的性能表现。
链接: https://arxiv.org/abs/2607.16131
作者: Binglin Zhou,Peng Shi,Ryo Kamoi,Nan Zhang,Rui Zhang
机构: The Pennsylvania State University (宾夕法尼亚州立大学); University of Waterloo (Waterloo大学)
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI)
备注:
Abstract:Multimodal Scientific Claim Verification (MSCV) requires models to verify scientific claims using visually grounded evidence from papers, including figures, tables, charts, and textual context. However, existing methods often fail because they struggle to locate decisive visual evidence, accurately read structured scientific visuals, and integrate multimodal observations into reliable reasoning. We introduce ToolSciVer, the first tool-augmented framework for MSCV to our knowledge. ToolSciVer equips a VLM with three type-aware visual tools, table row/column focus, chart-to-structure parsing, and high-resolution region zoom, which convert dense scientific visuals into explicit, claim-facing evidence, and trains the policy with Group Relative Policy Optimization (GRPO) under a composite reward of answer correctness, format validity, length control, tool-use efficiency, and tool-validity penalties. Experiments on SciVer and MuSciClaims datasets on five VLMs from three model families (Qwen, InternVL, Gemma) demonstrate that our method achieves superior performance compared to four competitive baselines including prompting-based and RL-based tool-use methods, highlighting the effectiveness of learned, type-aware tool use for scientific claim verification.
[NLP-2] Rate-Utility Frontiers for Language Encodings: Comparing Tokens Bytes and Pixels Under Controlled Linguistic Content
【速读】: 该论文旨在解决多语言文本编码方式(子词标记、原始字节、渲染像素)在不同语言间因建模约束差异而导致可访问语言信息量不一致的问题。其核心挑战在于:如何在控制输入内容与下游模型容量的前提下,公平比较各类编码所保留的信息特性。解决方案的关键在于构建一个共享瓶颈(shared bottleneck),通过系统性地调节其宽度,绘制出不同编码在率-效用(rate-utility)前沿上的表现曲线,从而分离并量化三个常被混淆的维度:编码产生的输入位置数量、编码后可用的潜在表征容量,以及压缩后仍保留的任务相关语义信息。基于13种语言和5种书写系统的验证平行语料,研究评估了三种任务目标:表面形式保持、跨语言句对对齐与主题分类。结果表明,无一种编码在所有任务或容量条件下占优:像素编码在保持表面形式方面最优,字节编码在同书写体系下的跨语言对齐中表现最佳,而子词标记在主题预测任务中表现最突出。这些性能差异无法仅由序列长度解释——短输入可能丢失关键语义,长输入则可能保留易于压缩的信息。因此,编码选择并非固定偏好于某一种形式,而是一个依赖于具体任务、语言组合、容量范围及计算预算的率-效用权衡过程。
链接: https://arxiv.org/abs/2607.16117
作者: Ingo Ziegler,Martin Krebs,Desmond Elliott
机构: University of Copenhagen (哥本哈根大学)
类目: Computation and Language (cs.CL)
备注: Preprint. Code available at this https URL
Abstract:Language models encode text as subword tokens, raw bytes, or rendered pixels, but these encodings are usually compared under modeling constraints that expose different amounts of linguistic content to models across different languages. We instead ask what each encoding preserves when both the content and the downstream capacity are controlled. Using verified parallel sentences across thirteen languages and five scripts, we compare tokens, bytes, and pixels through a shared bottleneck whose width is swept to trace rate-utility frontiers. This separates three quantities that are often conflated: the number of input positions an encoding creates, the latent capacity available after encoding, and the task-relevant information that survives compression. We evaluate three utilities: surface form preservation, cross-lingual sentence alignment, and topic classification. No encoding dominates across tasks or capacity regimes. Pixels preserve surface form best, bytes preserve cross-lingual alignment best, especially in same-script multilingual settings, and tokens support topic prediction best. These performances are not explained by sequence length alone. Short inputs can discard useful meaning, while long inputs can preserve information that compresses well. Choosing an encoding is therefore not a fixed preference for tokens, bytes, or pixels, but a rate-utility tradeoff that depends on the task, language mix, capacity regime, and compute budget.
[NLP-3] Understanding Reasoning from Pretraining to Post-Training
【速读】: 该论文旨在解决大语言模型(Large Language Models, LLMs)在复杂推理任务中,预训练(pretraining)与强化学习后训练(reinforcement learning post-training, RL post-training)之间相互作用的机制不明确这一核心问题。具体而言,其试图回答两个关键科学问题:(1)预训练阶段的选择(如模型规模、数据量)如何影响强化学习计算投入的回报效率;(2)强化学习究竟对模型产生了何种本质性改变。为克服标准LLM研究中因预训练语料庞大且不可控而导致因果归因困难、跨阶段系统性算力实验成本过高的挑战,作者构建了一个受控的棋类推理测试平台——以国际象棋作为基准任务,系统地模拟从预训练到监督微调(Supervised Fine-Tuning, SFT)再到强化学习的完整训练流程。通过在人类棋局数据上进行不同规模模型(500万至10亿参数)的预训练,结合合成推理轨迹的SFT,并在可验证奖励的棋局谜题上执行RL,研究发现:在给定强化学习算力条件下,模型的后训练性能可被预训练损失有效预测,且强化学习收益曲线的斜率随预训练数据量呈近似线性增长。进一步分析表明,强化学习并非简单地“锐化”监督微调策略:在简单题目中,它放大了SFT已偏好的正确走法;而在困难题目中,则能发掘出此前几乎未被选择的正确策略。该结论在数学领域文本训练的10亿参数模型上得到验证,表明长周期预训练的检查点不仅具备更高后强化学习性能,且在强化学习过程中提升速度更快。因此,该研究提出了一种可量化的预训练-强化学习接口理论框架,并建立了一个可控的全链路推理训练研究范式,为理解生成式人工智能(Generative AI)中的推理能力演化提供了关键实证依据。
链接: https://arxiv.org/abs/2607.16097
作者: Jingyan Shen,Ang Li,Salman Rahman,Yifan Sun,Micah Goldblum,Matus Telgarsky,Pavel Izmailov
机构: 未知
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI); Computation and Language (cs.CL)
备注:
Abstract:Reinforcement learning (RL) has become central to improving large language models (LLMs) on complex reasoning tasks, yet RL post-training is largely studied in isolation from the pretraining that precedes it. As a result, two basic questions remain open: (1) how do pretraining choices (model size, data) shape the returns to RL compute, and (2) what does RL actually do to the model? These questions are difficult to study in the standard LLM setting: pretraining corpora are vast and uncontrolled, making it hard to attribute behaviors to pretraining versus RL, and systematic compute sweeps across both stages are prohibitively expensive. To address these challenges, we use chess as a controlled testbed for studying reasoning across the full pretraining-to-post-training pipeline. We follow the standard LLM training pipeline by pretraining language models from 5M to 1B parameters on human chess games, supervised fine-tuning on synthetic reasoning traces, and running RL on chess puzzles with verifiable rewards. Using this framework, we find that the post-RL performance at given RL compute level is well-predicted from the pretraining loss, and slope of the RL reward curves improves approximately linearly with the pretraining tokens. Beyond scaling, we find that RL does not simply sharpen the SFT policy: on easy puzzles it amplifies correct moves the SFT policy already preferred, while on hard puzzles it surfaces correct moves that were nearly absent under SFT. We further test whether our findings transfer beyond chess by training a 1B language model on math-domain text, where the same predictive pattern emerges: longer-pretrained checkpoints reach higher post-RL performance and improve faster under RL. In sum, we provide a quantitative account of the pretraining-to-RL interface and a controlled testbed for studying the science of reasoning across the full pretraining-to-post-training pipeline.
[NLP-4] Controlling Implicit Shortcut Reliance in L2 Spoken English Auto-markers
【速读】: 该论文旨在解决生成式语言评估系统中分类器过度依赖输入数据中的“捷径”(shortcut)特征的问题,尤其是在语言能力评估任务中,模型可能通过利用可被考生操纵的表面特征(如音频中的背景噪声或语音识别文本中的固定句式)而非真实语言能力来提升评分,从而导致评估结果失真。其解决方案的关键在于提出一种新型训练准则,通过在训练过程中显式抑制模型对这些易被滥用特征的依赖,增强模型对真正语言能力相关特征的敏感性。该方法在基于音频和基于语音识别文本的两类评估系统上进行了验证,实验结果表明,引入该训练准则后,模型对潜在可被滥用特征的相关性显著降低,趋近于人工评分参考水平,有效减少了模型对“捷径”的依赖,提升了评估的公平性与可靠性。
链接: https://arxiv.org/abs/2607.16085
作者: Shilin Gao,Mark J. F. Gales,Kate M. Knill
机构: University of Cambridge (剑桥大学); University of Edinburgh (爱丁堡大学)
类目: Computation and Language (cs.CL); Audio and Speech Processing (eess.AS)
备注:
Abstract:Increasingly, speech and language processing tasks take either audio or text directly rather than extracting features from these as the input to the classifier or regressor. Often these systems make use of complex, for example transformer-based, processes that have the ability to derive highly non-linear mappings between the input and the output. Unfortunately these systems can also learn ‘‘shortcuts’’ where the classifier is overly reliant on particular aspects of the input to yield the output. For the task of language proficiency assessment, this over-reliance can enable learners to increase their score by exploiting the shortcut rather than improving their ability. This paper introduces a novel training criterion that is able to reduce the classifier’s reliance on shortcuts, thus for example limiting this option for malpractice in language assessment. This process is illustrated on two forms of assessment system, one based on the audio the other on the speech recognition text. The results show that, for both systems, there is higher correlations with features that could be exploited for malpractice than expected from the human reference, indicating an over-reliance on these features. By introducing the modified training criterion, this correlation can be reduced to be closer to the reference correlation.
[NLP-5] HCIG: A Hierarchical Cross-Modal Incongruity Graph Network for Multimodal Sarcasm and Cyberbullying Detection
【速读】: 该论文旨在解决多模态讽刺和网络欺凌检测中因文本与视觉信息之间语义不一致(incongruity)而导致的意图理解难题,现有方法依赖特征融合或跨模态注意力机制,难以有效捕捉不同层次表示下的层级化语义矛盾。其核心解决方案是提出两种新型框架:HCIG(分层跨模态不一致图网络),通过图注意力网络在词元、短语和全局三个粒度层次上建模跨模态不一致,并采用可学习的分层注意力机制自适应融合多粒度表示;以及GCCN(基于图的跨模态矛盾网络),通过矛盾感知池化实现基于图的推理,提升多模态交互学习效率。实验结果表明,所提方法在MMSD讽刺识别和MultiBully网络欺凌检测任务上均显著优于基线模型,验证了分层多粒度不一致建模在多模态推理中的优越性,为社交媒体中的讽刺与网络欺凌检测提供了更鲁棒的解决方案。
链接: https://arxiv.org/abs/2607.16076
作者: Bhavana Verma,Priyanka Meel,Dinesh Kumar Vishwakarma
机构: Delhi Technological University (德里技术大学)
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI); Computation and Language (cs.CL)
备注:
Abstract:Multimodal sarcasm and cyberbullying detection remain challenging because the intended meaning often emerges from incongruity between textual and visual information rather than from either modality alone. Existing multimodal approaches primarily rely on feature fusion or cross-modal attention, which may not effectively capture hierarchical semantic inconsistencies across different levels of representation. To address this limitation, this paper proposes HCIG (Hierarchical Cross-modal Incongruity Graph Network), a novel framework that models cross-modal incongruity at token, phrase, and global levels using graph attention networks and adaptively integrates these representations through a learned hierarchical attention mechanism. As a complementary architecture, we also introduce GCCN (Graph-based Cross-modal Contradiction Network), which performs graph-based reasoning using contradiction-aware pooling for efficient multimodal interaction learning. The proposed models are evaluated on the MMSD sarcasm benchmark and the MultiBully cyberbullying dataset, together with comprehensive ablation studies and cross-task transfer experiments. Experimental results demonstrate that HCIG achieves the best performance on MMSD with 85.74% accuracy and 85.29% macro-F1, while GCCN attains the highest macro-F1 (68.66%) on MultiBully and HCIG achieves the highest accuracy (69.62%) and bullying-class F1 (74.90%). The findings demonstrate that hierarchical multi-granularity incongruity modeling provides more effective multimodal reasoning than conventional fusion strategies, offering a robust framework for sarcasm and cyberbullying detection in social media.
[NLP-6] Frontier Language Models Struggle to Copy: Text Can Be Better Viewed in 2D
【速读】: 该论文试图解决的问题是:尽管大语言模型(LLM)具备强大的推理能力,但在执行一个看似简单的任务——精确复制输入字符串(该字符串长度远低于模型上下文窗口限制)时,即使是前沿模型也频繁失败。其根本原因在于Transformer架构中的位置编码(Positional Encoding)所引入的归纳偏置(inductive bias),这种偏置倾向于通过匹配局部上下文的相似性来实现“复制”,而非精确地定位输入序列中对应的位置,从而导致在长序列中出现错误。为解决此问题,论文提出关键创新方案——2D-RoPE(二维旋转位置编码),将文本序列从传统的1维线性排列重构为2维网格结构,并为每个标记分配行号和列号。在此框架下,复制操作被简化为沿固定列偏移进行的检索任务,显著降低了学习难度。实验表明,在合成复制任务中,采用2D-RoPE的浅层Transformer可在输入长度超过训练阶段数百倍的情况下实现完美复制,而传统位置编码则表现显著落后;此外,在大规模预训练(如DCLM数据集,模型规模达1.4B参数)中,2D-RoPE模型在复制任务上的优势依然稳定存在。研究结果表明,将文本以二维视角建模可有效提升语言模型对精确位置依赖任务的性能,为未来探索二维位置编码的潜力提供了重要启示。
链接: https://arxiv.org/abs/2607.16072
作者: Haodong Wen,Yiran Zhang,Yingfa Chen,Kaifeng Lyu
机构: Tsinghua University (清华大学)
类目: Computation and Language (cs.CL)
备注:
Abstract:While large language models (LLMs) can solve advanced reasoning problems in seconds, we show that even frontier models fail to perform a much simpler operation: exactly copying an input string that lies well within their context windows. We attribute this failure to positional encodings in Transformer architectures, whose inductive bias favors copying through a shortcut based on matching local contexts rather than carefully locating the corresponding input positions. To address this issue, we introduce 2D-RoPE, which organizes text into a 2D grid rather than a 1D sequence and assigns each token a row ID and a column ID. Under this view, copying becomes simply retrieving input tokens at a fixed column offset, which makes the task easy to learn. In synthetic copy experiments, shallow Transformers with 2D-RoPE achieve perfect copying at input lengths hundreds of times longer than those seen during training, whereas standard positional encodings fall far behind. We further show that the advantage of 2D-RoPE language models on copy tasks consistently holds in large-scale pretraining on DCLM with model sizes up to 1.4B parameters. Overall, our results suggest that viewing text in 2D can benefit language modeling, and we hope this encourages future work to further explore the potential of 2D positional encodings.
[NLP-7] Frontier AI performance across the business disciplines: a case-grounded benchmark of knowledge work and analytical reasoning
【速读】: 该论文旨在解决当前大型语言模型(Large Language Models, LLMs)评估体系中对分析型知识工作(analytical knowledge work)能力测量不足的问题。现有基准测试主要聚焦于事实回忆、窄域问答、数学求解、编程及代理工具使用等任务,而对白领专业人士日常从事的复杂分析工作——如整合多源信息、在不确定或不完整信息下做出判断、在多方利益相关者情境中运用战略与对抗性思维、权衡利弊并生成可辩护的结构化分析——缺乏有效衡量手段,尤其在主观性强的任务上更是难以定义成功标准。为此,研究提出构建“BusinessCaseBench”这一新型基准,其基于顶尖商学院广泛采用的案例教学法(case method),涵盖来自十八个学科领域的数百个真实商业案例,并为每个问题配套由专家撰写、源自教师案例解答的评分量规(grading rubric)。实验结果表明,前沿大模型在该基准上的表现已接近甚至达到人类专家水平,且同一模型家族在两年内性能显著提升。这表明,AI在分析型知识工作方面的表现不仅已达较高水平,且正快速演进,对商学院的教学模式以及入门级专业岗位的技能要求均带来深远影响。
链接: https://arxiv.org/abs/2607.16057
作者: Ajay Patel,Kartik Hosanagar,Ramayya Krishnan,Chris Callison-Burch,Karim Lakhani,Mitch Weiss
机构: The Wharton School, University of Pennsylvania (宾夕法尼亚大学沃顿商学院); Carnegie Mellon University (卡内基梅隆大学); University of Pennsylvania (宾夕法尼亚大学); Harvard Business School, Harvard University (哈佛大学商学院)
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI)
备注:
Abstract:Large language models (LLMs) are improving rapidly as reflected in benchmark scores, yet these AI benchmarks largely test capabilities such as factual recall, narrow question answering, mathematical problem-solving, and coding and agentic tool-use. What remains poorly measured is AI progress on the analytical knowledge work white-collar professionals perform daily, including synthesizing complex information, exercising judgment under uncertainty and incomplete information, applying strategic and adversarial thinking in multi-stakeholder settings, weighing trade-offs, and producing defensible, structured analyses. This gap is even more pronounced for subjective components of such work, where success can be challenging to define. The “case method” form of education practiced by top business schools provides a natural foundation for addressing this measurement gap, and we construct BusinessCaseBench, a benchmark spanning hundreds of questions drawn from business cases across eighteen disciplines, each paired with a grading rubric derived from the expert-written instructor case solution. On BusinessCaseBench, frontier AI models already score highly against instructor rubrics, and capability within one model family improves substantially over two years. These results provide strong evidence that AI performance on this class of work is already high and rapidly improving, with implications for business schools, where case pedagogy trains undergraduates and MBAs in this kind of analytical reasoning, and for entry-level professional roles, where such skills have historically anchored early-career work.
[NLP-8] Loop the Loopies!
【速读】: 该论文旨在解决循环式Transformer(Looped Transformer)在扩展计算资源时性能提升受限的问题,即当预训练计算量增加N倍时,单纯将参数量扩大N倍通常比将同一模型循环运行N次获得更好的效果。其核心挑战在于如何有效利用增加的计算资源以实现超越传统扩展方式的性能突破。解决方案的关键在于提出Loopie系列模型,其采用混合专家(Mixture-of-Experts, MoE)架构,通过在200亿参数中仅激活20亿参数(20B/2B),以及在60亿参数中激活6亿参数(6B/0.6B),实现了高效率的参数利用率与计算开销之间的平衡。此外,论文设计了一套创新的后训练(post-training)流程,显著增强了模型的推理能力,使Loopie在2025年国际数学奥林匹克(IMO)和国际物理奥林匹克(IPhO)竞赛中无需外部工具即可达到金牌水平,验证了其在复杂推理任务上的卓越表现。
链接: https://arxiv.org/abs/2607.16051
作者: Zitian Gao,Yilong Chen,Yihao Xiao,Xinyu Yang,Ran Tao,Joey Zhou,Bryan Dai
机构: 未知
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI)
备注:
Abstract:We present Loopie, the most powerful looped Transformer to date. The Loopie series consists of two Mixture-of-Experts (MoE) models: a 20B-parameter model with 2B active parameters and a 6Bparameter model with 0.6B active parameters. Looped Transformers have long faced a challenge: given an N-fold increase in pre-training compute, increasing the parameter count by a factor of N usually outperforms looping a model N times. Loopie addresses this challenge. Extensive ablation studies, including comparisons with a vanilla 30B-A3B model, show that Loopie substantially outperforms vanilla Transformer baselines trained with the same compute budget. Our novel post-training pipeline equips Loopie with strong reasoning abilities. At the 2025 IMO and IPhO, Loopie achieves gold-medal performance without tools.
[NLP-9] Candidate Attended Dialogue State Tracking Using BERT AAAI-20
【速读】: 该论文旨在解决任务型对话系统中多领域对话状态追踪(Dialogue State Tracking, DST)的可扩展性问题,尤其是在训练数据稀缺或缺失的领域中如何有效迁移已有知识。其核心挑战在于传统DST方法在面对新领域时需大量标注数据进行微调,难以实现快速部署与泛化。本文提出的解决方案关键在于利用预训练的BERT模型实现零样本(zero-shot)泛化能力,通过充分利用大规模语料预训练所得的语言理解能力,使模型无需额外训练即可适应新领域,从而显著提升系统的可扩展性与部署效率。实验在近期发布的基于模式的对话(Schema-based Dialogue, SGD)数据集上验证了该方法的有效性,结果表明其性能显著优于现有基线模型。
链接: https://arxiv.org/abs/2607.16021
作者: Junyuan Zheng,Onkar Salvi,John Chan
机构: 未知
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI)
备注: 7 pages, 4 figures. Presented at the DSTC8 workshop, AAAI-20 (poster session)
Abstract:Dialogue state tracking (DST) is one of the core components in task-oriented dialogue systems. At each turn in a conversation, DST estimates the user belief or dialogue state, which is used as input for downstream modules to predict system actions and generate responses. The increasingly popular dialogue system applications like Google Assistant, Siri and Alexa need to support a large number of services and APIs, resulting in growing attention to the scalability of such systems. Especially for some domains with little or no training data, the capability of transferring existing knowledge of other domains is highly desired. In this paper, we present a novel scalable framework for multi-domain dialogue state tracking. The proposed system leverages the pretrained BERT model to achieve zero-shot generalization, making it easy to quickly adapt to new domains without additional training. The performance of our model is evaluated on recently released schema-based dialogue (SGD) dataset, showing significant improvement compared to previous baseline.
[NLP-10] AI Watermark Evidence Fails Forensic Readiness: An Empirical Evaluation AAAI
【速读】: 该论文旨在解决当前政府强制要求大语言模型(LLM)生成内容携带水印的法规所依赖的核心假设——即水印检测结果具备足够可靠性以作为法庭证据。然而,这一假设尚未经过实证检验。论文的关键解决方案在于构建一个名为“法证准备度评分”(Forensic Readness Score, FRS)的评估框架,包含12项评估标准、3个强制性准入门槛及60分制评分体系,系统性地依据Daubert可采信标准与NIST SP 800-86数字取证流程对三种代表性水印技术(KGW、Unigram以及SynthID-Text的MarkLLM实现)进行实证测试。研究聚焦于语义保持型改写(meaning-preserving paraphrase)作为攻击向量,因其在法律场景中具有现实可行性且难以被认定为伪造行为。实验结果表明,所有三种方法均存在严重证据效力缺陷:在846次有效改写测试中,KGW与Unigram的水印被100%条件性移除,SynthID亦达98.3%;且在未受攻击前,其假阴性率分别高达70%、83%和80%;此外,SynthID还出现5.4%的人类文本误判率及18.6%的悖论率,其80%的原始水印输出落入不确定性区间。最终,三种方法均未能满足五个Daubert因素中的超过两项,表明其无法达到司法程序对证据可靠性的基本要求。尽管FRS评分体系设计合理,但其量化指标仍不足以完全反映实际法证无用性,提示未来框架需进一步优化。综上,论文指出当前主流水印方案在现有配置下不具备作为法庭证据的适格性。
链接: https://arxiv.org/abs/2607.16010
作者: Saifur Rahman Tamim,Amir Labib Khan
机构: 未知
类目: Cryptography and Security (cs.CR); Computation and Language (cs.CL); Computers and Society (cs.CY)
备注: 9 pages, 4 figures. A version of this paper was submitted to the AAAI/ACM Conference on AI, Ethics, and Society (AIES) 2026
Abstract:Governments are increasingly mandating that LLM-generated content carry watermarks. The EU AI Act calls for markings that are “sufficiently reliable and robust.” California’s SB 942 requires disclosure that is “permanent or extraordinarily difficult to remove.” Both mandates rest on an untested assumption: that watermark detection yields evidence reliable enough for courts. This paper tests that assumption directly. We evaluate three representative LLM watermarking methods – KGW, Unigram, and the MarkLLM implementation of SynthID-Text – against the Daubert admissibility criteria and the NIST SP 800-86 digital forensic process. To structure this evaluation, we propose a Forensic Readiness Score (FRS) framework with 12 criteria, three mandatory gates, and a 60-point scoring system. We focus on meaning-preserving paraphrase as the attack vector, since it is both legally realistic and difficult to dismiss as evidence tampering. The results raise serious evidentiary concerns. Out of 846 valid paraphrase runs across 15 diverse prompts per method, every single initially-detected KGW and Unigram text lost its watermark after paraphrasing – 100% conditional removal. SynthID fared only slightly better at 98.3%. Even before any attack, false-negative rates were already high: 70% for KGW, 83% for Unigram, 80% for SynthID. The SynthID configuration also flagged 5.4% of paraphrased human-written controls as AI-generated and showed an 18.6% paradox rate, with 80% of its own pristine watermarked output landing in the uncertainty deadband. None of the three methods satisfy more than two of five Daubert factors. We also find that the FRS point-based scoring system, despite working as designed, cannot fully capture forensic uselessness – a limitation worth noting for future framework design. These configurations, as tested, do not meet the evidentiary bar that courts require. Comments: 9 pages, 4 figures. A version of this paper was submitted to the AAAI/ACM Conference on AI, Ethics, and Society (AIES) 2026 Subjects: Cryptography and Security (cs.CR); Computation and Language (cs.CL); Computers and Society (cs.CY) Cite as: arXiv:2607.16010 [cs.CR] (or arXiv:2607.16010v1 [cs.CR] for this version) https://doi.org/10.48550/arXiv.2607.16010 Focus to learn more arXiv-issued DOI via DataCite (pending registration) Submission history From: Saifur Rahman Tamim [view email] [v1] Fri, 17 Jul 2026 14:45:53 UTC (71 KB)
[NLP-11] BayesPO: Bayesian Prompt Optimization via Parallel-Tempered Gradient-Guided Discrete MCMC
【速读】: 该论文旨在解决现有自动提示优化方法普遍依赖启发式搜索、缺乏理论基础的问题,提出将提示优化建模为离散提示词上的贝叶斯后验采样问题。其核心解决方案是构建一个融合任务似然(奖励能解释输入输出示例的提示)与语言模型先验(偏好流畅指令)的后验分布,从而将提示优化转化为基于能量函数的后验采样问题,并利用梯度指导离散马尔可夫链蒙特卡洛(MCMC)在词汇空间中的提案生成。为此,作者提出了名为BayesPO(Bayesian Prompt Optimization)的框架,采用修正的吉布斯-朗之万(Gibbs-with-Langevin, GwL)提议策略并结合平行温化(parallel tempering)以实现对大语言模型(LLM)诱导的复杂能量景观的全局探索。针对非权重共享嵌入的实际情况,还设计了适配的采样器变体。实验表明,该方法可在诊断任务中发现语义合理的提示,有效避免诗歌补全任务中的局部最优,并显著提升24个指令归纳子任务上经过后优化的APE提示的平均准确率(从60.04%提升至63.23%)。研究同时揭示两大局限:能量最小化可能在小规模优化集上过拟合,且当前采样器计算开销较大。这些结果表明,贝叶斯提示采样是一种具有理论根基的后优化工具,为概率化提示优化提供了有前景的方向。
链接: https://arxiv.org/abs/2607.16001
作者: Junjie Zhou,Zhijian Ou
机构: 未知
类目: Computation and Language (cs.CL)
备注:
Abstract:Prompt optimization adapts large language models (LLMs) without updating model parameters, but many automatic prompt optimizers remain heuristic search procedures over candidate instructions. This paper studies prompt optimization as Bayesian posterior sampling over discrete prompt tokens. We define a posterior distribution by combining a task likelihood term, which rewards prompts that explain input-output examples, with a language-model prior, which favors fluent instructions. This converts prompt optimization into an energy-based posterior sampling problem, for which gradients can be used to guide discrete Markov chain Monte Carlo (MCMC) proposals over vocabulary tokens. We refer to our framework as BayesPO, short for Bayesian Prompt Optimization. In this paper, BayesPO is instantiated with Markov chain Monte Carlo: it uses a Metropolis-Hastings corrected Gibbs-with-Langevin (GwL) proposal and integrates parallel tempering for global exploration of rugged LLM-induced energy landscapes. The concrete sampler further adapts the GwL sampler to the practical constraints of non-weight-tied LLM embeddings. Experiments with Qwen2.5 models show that the sampler discovers semantically meaningful prompts on diagnostic tasks, that parallel tempering helps escape a local optimum in a poetry completion task, and that post-optimizing APE prompts on 24 instruction-induction subtasks improves average accuracy from 60.04% to 63.23%. The study also reveals two main limitations: energy minimization may overfit small optimization sets, and the current sampler remains computationally expensive. These findings position Bayesian prompt sampling as a principled post-optimization tool and point to a promising direction for probabilistic prompt optimization.
[NLP-12] From Plausible to Actionable: A Position on LLM Self-Explanations
【速读】: 该论文旨在解决大语言模型(Large Language Models, LLMs)生成的自解释(self-explanations)在可解释人工智能(Explainable Artificial Intelligence, XAI)中的可信性与实用性问题。尽管这些自解释通常在表面上显得合理且具有说服力,但其是否真实反映模型内部的推理过程仍存疑。论文指出,当前标准评估协议在衡量自解释的合理性与忠实性方面存在局限性,因此提出了一套实用的评估指南以更准确地判断其表面合理性与内在忠实性。此外,论文强调评估应超越传统的合理性与忠实性维度,引入“可操作性”(actionability)作为关键评价指标,主张将大语言模型的理性化能力应用于支持多方利益相关者做出知情决策和适当行动的实际场景中,从而推动自解释从理论可信向实践有效转化。
链接: https://arxiv.org/abs/2607.15957
作者: Elize Herrewijnen,Benedetta Muscato,Gizem Gezici,Fosca Giannotti
机构: Utrecht University (乌得勒支大学); National Police Lab AI, Netherlands Police (荷兰警察国家人工智能实验室); Scuola Normale Superiore (意大利高等师范学院); University of Pisa (比萨大学)
类目: Computation and Language (cs.CL)
备注: 5 pages
Abstract:Large Language Models (LLMs) can generate natural language explanations that rationalize their own decisions, a phenomenon commonly referred to as this http URL explanations have emerged as a promising direction for explainable artificial intelligence (XAI), particularly for interpreting LLM this http URL, while self-explanations often appear plausible, whether they faithfully reflect a model’s underlying reasoning process remains an open question. In this opinion paper, we argue that self-explanations can be highly plausible, questionably faithful, and yet highly actionable. From a traditional XAI perspective, we identify the limitations of standard evaluation protocols for LLM-generated self-explanations and propose practical guidelines for assessing their plausibility and faithfulness. Moreover, we argue that evaluation should extend beyond these criteria to actionability, highlighting applications of LLM rationalization capabilities that support informed decision-making and appropriate action across diverse stakeholders.
[NLP-13] Induction in Both Directions: A Mechanistic Analysis of In-Context Learning in Masked Diffusion Language Models
【速读】: 该论文旨在解决扩散语言模型(Diffusion Language Models, DLMs)在上下文学习中实现归纳推理(induction)的内在机制问题,尤其关注其与自回归(Autoregressive, AR)模型在处理重复模式时的差异。现有研究对AR模型的内部机制已有较深入理解,但对DLM这一新兴文本生成范式仍缺乏系统性认知。本文通过对比注意力机制主导的AR模型与吸收掩码型DLMs(absorbing-mask DLMs),在结构匹配的前提下揭示了关键发现:DLMs构建了一种双向归纳回路(bidirectional induction circuit),其中前向与后向注意力头将局部上下文信息写入残差流(residual stream),而后续的归纳头则利用该信息从匹配的源位置检索并复制目标标记。该回路具有方向对称性,无论源序列出现在当前标记之前或之后均能有效工作。当仅提供左侧上下文(即单边可见)时,DLM的归纳能力并不优于同架构的AR模型;但在双侧上下文均可见时,其归纳性能显著增强,表明其依赖于双向上下文访问而非单一方向强化机制。此外,研究进一步提供了因果证据,证明DLMs能够隐式计算被遮蔽标记的全局比例,并将其用作非显式的时间步信号(timestep),尽管模型并未接收任何显式的时序嵌入。这一发现揭示了DLMs在无显式时间编码的情况下仍具备动态状态感知能力,为理解其迭代去噪过程中的内部表征演化提供了关键洞见。
链接: https://arxiv.org/abs/2607.15893
作者: Andy Catruna,Emilian Radoi
机构: National University of Science and Technology POLITEHNICA Bucharest (布加勒斯特理工大学)
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注:
Abstract:While the internal mechanisms of autoregressive (AR) transformers have been studied extensively, much less is known about diffusion language models (DLMs), an emerging alternative that generates text by iterative denoising. In this work, we study how DLMs implement induction, a mechanism behind in-context learning in which the model finds a repeated context and copies the token that followed it. Our analysis compares attention-only AR models and absorbing-mask DLMs with matched architectures. We find that DLMs learn a bidirectional induction circuit, where previous-token and next-token heads write local context into the residual stream and later induction heads use it to find and copy the answer from the matching source position. The circuit is direction-symmetric, working whether the source appears in the past or in the future. When only left context is visible, matching what an AR model sees, the DLM does not outperform its AR counterpart in induction capabilities. However, we observe it has stronger induction when both sides of the masked token are visible, pointing to bidirectional context access rather than a stronger one-sided mechanism. Beyond induction, we provide causal evidence that DLMs compute the global fraction of masked tokens and use it as an implicit timestep, even though they are given no explicit timestep embedding.
[NLP-14] DECODEM: Data Extraction from Corporate Organizational Documents via Enhanced Methods
【速读】: 该论文旨在解决企业治理研究中依赖人工编码将非结构化文本转化为结构化变量所面临的成本高、可扩展性差及过程不透明等问题。其核心挑战在于如何高效、准确地从公司章程与细则等复杂法律文件中自动化提取关键治理条款。解决方案的关键在于提出DECODEM这一基准数据集,该数据集通过随机抽取的企业章程与细则文档,配以高质量的人工标注,覆盖了实证研究中常见的多种治理条款。基于此数据集,论文系统评估了多种基于大语言模型(LLM)的提取流程,涵盖提示工程设计、任务分解策略和文档处理方式。研究发现,当前前沿模型在多数治理条款的自动化提取上已能达到较高准确率,中位性能接近各方法的理论上限;然而,不同条款的表现存在系统性差异,少数特定条款贡献了主要误差。尽管更复杂的提示策略或级联式处理流程对前沿模型提升有限,但在一定程度上显著缩小了前沿模型与效率导向型模型之间的差距,表明合理的管道设计可在一定程度上弥补模型能力的不足。该工作通过提供标准化评估基准,证明了当前生成式AI在复杂企业法律文本中提取具有法律意义信息的可行性,并为未来构建企业治理数据集中的自动化特征提取提供了重要方向。
链接: https://arxiv.org/abs/2607.15879
作者: Jens Frankenreiter
机构: Washington University in St. Louis School of Law (圣路易斯华盛顿大学法学院)
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI); Computers and Society (cs.CY)
备注:
Abstract:Much empirical legal research depends on translating unstructured text into structured variables. In corporate governance research as elsewhere, this translation has traditionally relied on human coding of documents such as charters and bylaws, a process that is costly, difficult to scale, and often opaque. This paper introduces DECODEM, a set of benchmark datasets for evaluating the automated extraction of corporate governance variables from organizational documents. The benchmarks pair randomly sampled corporate charters and bylaws with high-quality human annotations covering a range of governance provisions commonly studied in empirical work. Using these datasets, the paper evaluates several large-language-model extraction pipelines that vary in prompt design, task decomposition, and document handling. The underlying task consists of a set of document-level binary classification problems, one for each governance variable. The results show that automated extraction is feasible at a high level of accuracy for many provisions, with median performance near the upper bound across approaches. At the same time, performance varies systematically across variables, with a small number of provisions accounting for most of the remaining errors. More elaborate prompting strategies and cascading pipelines do not consistently improve performance for frontier models, but substantially narrow the gap between frontier and efficiency-oriented models in some settings, suggesting that pipeline design can partly substitute for model capability. By providing a standardized benchmark and a systematic evaluation of extraction methods, the paper demonstrates that current frontier models can extract legally meaningful information from complex corporate documents with high accuracy and suggests an important future role for automated feature extraction in constructing corporate governance datasets. Subjects: Computation and Language (cs.CL); Artificial Intelligence (cs.AI); Computers and Society (cs.CY) ACMclasses: I.2.7; J.1; H.3.1 Cite as: arXiv:2607.15879 [cs.CL] (or arXiv:2607.15879v1 [cs.CL] for this version) https://doi.org/10.48550/arXiv.2607.15879 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[NLP-15] How Much Human Label Variation Does Formal Semantic Structure Explain?: Group-Level Effects and Item-Level Ceilings in NLI
【速读】: 该论文旨在解决人类标注者在自然语言推理(Natural Language Inference, NLI)任务中存在标注差异的问题,具体探究这种标注变异是否可由形式语义结构(formal semantic structure)解释。传统观点将标注差异视为噪声,而近年研究逐渐将其视为潜在信号,但尚未有直接量化形式语义结构对标注变异解释能力的研究。本文基于ChaosNLI数据集中的3,113个SNLI与MNLI样本,采用经MED验证的规则化算子与单调性标注器(monotonicity tagger),结合三个预先注册的分析模块及对负面结果的完整报告,系统评估了形式语义结构对标注分歧的解释力。研究发现:第一,群体层面存在边界效应——非纯上向单调性(upward monotone)假设的标注熵显著更高(Cliff’s delta = -0.284),且在排除算子存在性和句子长度影响后仍稳健;第二,个体层面存在上限——相同的形式语义特征仅能解释3.3%至3.6%的标注熵方差,中位数分割下的AUC仅为0.606,不足以识别高分歧项;第三,组合不变性表明,在上述边界内外,针对验证错误率与解释类型占比(VariErr、LiTEx)的三项高功效预注册对比均未呈现显著差异。因此,在本样本范围内,形式语义结构虽对标注者分歧程度产生微小影响,但无法显著改变其分歧内容。所有结论均基于低原始一致性的ChaosNLI-S/M样本,并在版本控制的研究日志中完成预注册审计,包含一次修正的解释规则,确保研究透明性与可重复性。
链接: https://arxiv.org/abs/2607.15870
作者: Haram Choi(University of Bremen)
机构: University of Bremen (不来梅大学)
类目: Computation and Language (cs.CL)
备注: 10 pages, 1 figure. Code and preregistered analysis log: this https URL
Abstract:Human label variation in natural language inference is increasingly treated as signal rather than noise, but how much of it formal semantic structure explains has not been measured directly. We measure it on the 3,113 SNLI and MNLI items of ChaosNLI, using a rule-based operator and monotonicity tagger validated against MED (0.883 agreement at the edit site, 0.807 on the sentence-level summary our analyses consume), three preregistered analysis blocks, and full reporting of negative results. Three bounds emerge. First, a group-level boundary: hypotheses that are not purely upward monotone show reliably higher label entropy (Cliff’s delta = -0.284), and rank-based tests defend the effect against operator-presence and length reductions, though a bounded-outcome sensitivity check weakens the regression form of the length defense. Second, an item-level ceiling: the same formal profiles explain only 3.3 to 3.6 percent of entropy variance and reach a median-split AUC of 0.606, too weak to identify high-disagreement items. Third, composition invariance: across the boundary, three high-powered preregistered contrasts on validated error shares and explanation-type shares (VariErr, LiTEx) all return null results. In this sample, formal semantic structure shifts how much annotators disagree by a small amount and does not detectably change what they disagree about. ChaosNLI-S/M consists of items selected for low original agreement, and every claim is conditioned on that scope. All analyses were preregistered in a version-controlled research log, whose audit trail, including one corrected interpretation rule, the paper discloses.
[NLP-16] An MLIR-Based Compilation Method for Large Language Models
【速读】: 该论文旨在解决在专用硬件上部署大语言模型(Large Language Models, LLMs)所面临的两大核心挑战:一是如何将训练好的模型高效导入编译器友好的中间表示(Intermediate Representation, IR),二是如何在片上内存受限条件下对自回归推理循环进行高效调度。其解决方案的关键在于提出一种基于MLIR(Multi-Level Intermediate Representation)的编译方法,通过引入两种操作符方言(dialect)实现模型的分层降级与优化:TopOp作为高层图方言,独立于源框架和目标芯片,用于表达模型语义;TpuOp作为目标硬件方言,承载量化、层组划分及内存布局等芯片相关决策。模型首先以TopOp形式表示,随后逐层降低至TpuOp,最终生成可部署的二进制文件。此外,为适配提示并行处理(prompt-parallel processing)与逐标记生成(per-token generation)的不同计算特性,每个Transformer层被划分为三个阶段进行静态编译:prefill、prefill_kv(带历史键值缓存的prefill)和decode。该方法已在TPU-MLIR编译器及LLM-TPU部署项目中实现,支持Qwen、Llama、InternVL、MiniCPM-V系列等多种生成式模型,以及GPTQ、AWQ、AutoRound等多种量化与部署形式。
链接: https://arxiv.org/abs/2607.15865
作者: Pengchao Hu,Zhibin Xin,Yifan Chen,Yangyang Zhou,Liang Wang
机构: Sophgo Inc
类目: Computation and Language (cs.CL)
备注:
Abstract:Large Language Models (LLMs) have become the dominant workload on modern AI accelerators, yet deploying them on specialized hardware still faces two core challenges: how to import a trained model into a compiler-friendly intermediate representation, and how to efficiently schedule the autoregressive inference loop under limited on-chip memory. This paper presents an MLIR (Multi-Level Intermediate Representation) based compilation method for large language models, illustrated using two dialects of operators, TopOp and TpuOp. TopOp serves as a high-level graph dialect that is independent of both the source framework and the target chip, and is responsible for expressing model semantics; TpuOp serves as the target hardware dialect, carrying chip-related decisions such as quantization, layer groups, and memory layout. A model is first represented as TopOp, then lowered layer by layer to TpuOp, and finally a deployable binary is generated. In addition, each Transformer layer is split into three stages for static compilation: prefill, prefill_kv (prefill with historical key-value cache), and decode, so as to accommodate the different computational characteristics of prompt-parallel processing and per-token generation. The method has been implemented in the TPU-MLIR compilerthis https URL and the LLM-TPU deployment project\footnotethis https URL, supporting a variety of generative models including the Qwen, Llama, InternVL, and MiniCPM-V series, as well as multiple quantization and deployment forms such as GPTQ, AWQ, and AutoRound.
[NLP-17] Conditional Reliability of Toxicity Signals for Multilingual and Code-Mixed Abuse Detection
【速读】: 该论文旨在解决多语言混合(code-mixing)及方言变体背景下,外部毒性检测工具在短文本内容审核中可靠性下降的问题。现有基于生成式 AI (Generative AI) 的毒性判断系统依赖外部毒性先验(toxicity priors),但在语言混杂、音译、俚语或语言错配场景下,这些先验信号常出现误判或失效。其核心挑战在于如何有效融合不一致且上下文敏感的辅助信号以提升模型在复杂语境下的鲁棒性。解决方案的关键是提出 ToxGate——一种条件信任融合头(trust-fusion head),通过将每个辅助信号(如英文毒性、印地语滥用、规则驱动的严重度线索)在融合前根据编码器输出表示进行动态条件化处理,实现对不同语言和滥用严重程度情境下的自适应加权。实验表明,在三个短文本滥用数据集上,使用四种 Transformer 编码器及五次随机种子测试,ToxGate 在 12 个本地设置中有 10 个表现优于基准模型,8 个跨域迁移设置中有 7 个领先;尤其在高风险场景(如明确侮辱性用语、暴力威胁、跨数据集迁移)中取得显著且可解释的性能提升。研究揭示了内容审核系统应将外部毒性工具视为条件性证据而非固定特征,源特定门控机制在迁移学习、严重滥用片段识别与高风险优先级筛选中效果最优。
链接: https://arxiv.org/abs/2607.15861
作者: Indraveni Chebolu,Rohan Singh,Arnab Mallick,Harmesh Rana
机构: 未知
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI)
备注: Accepted at ETTIS 2026
Abstract:Moderation systems increasingly rely on external toxicity tools, but those tools are unreliable under code-mixing, transliteration, slang, and language mismatch. We study the \emphconditional reliability of toxicity priors in Indian multilingual and code-mixed short text: English toxicity, Indic abuse, and rule-based severity cues can be useful evidence, but only in some linguistic and abuse-severity contexts. We propose ToxGate, a trust-fusion head that conditions each auxiliary signal on the encoder representation before adding it to the prediction state. Across three short-text abuse datasets, four transformer encoders, and five seeds per setting, ToxGate improves over matched plain encoders in 10 of 12 in-domain settings and 7 of 8 transfer settings. The largest and most interpretable gains occur in high-risk moderation slices, including explicit slurs, violent threats, and cross-dataset transfer. The broader lesson is that moderation systems should treat external toxicity tools and priors as conditional evidence rather than fixed features or ground truth, in focused ablations, source-specific gating gives the strongest results in transfer, severe-abuse slices, and high-risk triage.
[NLP-18] Contextual Semantic Relevance Tracks fMRI BOLD Responses During Naturalistic Speech Comprehension
【速读】: 该论文旨在解决在自然语言理解过程中,如何更准确地通过功能性磁共振成像(fMRI)的血氧水平依赖(BOLD)信号反映大脑对语言信息的加工机制问题。现有研究多采用“意外度”(surprisal)来量化词汇的局部概率预期偏差,但其对BOLD信号的预测能力在连续语言理解任务中存在争议。本文提出以“语义相关性”(semantic relevance)作为关键替代指标,即衡量一个新词与其近期语义上下文之间的关联强度,以捕捉上下文层面的语义整合过程。研究基于两个独立但互补的公开fMRI数据集(Alice和Moth),采用广义加性混合模型(GAMMs)分析变换后的BOLD响应,并结合FIR/反卷积分析原始连续BOLD时间序列。结果表明,在两个数据集中,语义相关性均在全部12个(Alice)和30个(Moth)感兴趣区域(ROI)中显著负向预测BOLD信号,而意外度则未表现出一致且显著的效应。这表明语义相关性是比意外度更具敏感性的神经活动指标,尤其适用于反映自然语言理解中缓慢的血流动力学响应对语义上下文整合的依赖。因此,该研究的关键贡献在于:将语言理解的计算模型从单一的局部预测机制扩展至强调上下文感知的语义整合机制,为理解大脑如何动态整合语言信息提供了新的神经生理证据。
链接: https://arxiv.org/abs/2607.15856
作者: Kun Sun,Rong Wang
机构: Tongji University (同济大学); Tuebingen University (图宾根大学)
类目: Computation and Language (cs.CL)
备注:
Abstract:Naturalistic language comprehension requires listeners to process both local probabilistic expectations and contextual semantic relations. Surprisal has been widely used to quantify local word unexpectedness, but evidence that it robustly predicts fMRI BOLD responses during continuous comprehension has been mixed. This study investigates whether contextual semantic relevance, defined as how strongly an incoming word relates to its recent semantic context, predicts BOLD responses during naturalistic speech comprehension. We analyzed two public fMRI datasets, the Alice dataset and the Moth dataset, treating them as complementary rather than identical replications. Transformed BOLD responses were modeled with generalized additive mixed models (GAMMs) and original continuous BOLD time series were tested with FIR/deconvolution analyses. In Alice, semantic relevance was significant across all 12 ROIs (region of interest), whereas surprisal was not significant after FDR correction. In Moth, semantic relevance showed consistent negative effects across all 30 ROIs, while surprisal showed no comparable pattern. These findings suggest that semantic relevance is a promising BOLD-sensitive metric of contextual semantic fit. More broadly, our findings support the view that slow hemodynamic responses during naturalistic speech comprehension may be especially sensitive to contextual semantic integration, whereas local probabilistic prediction error may be more difficult to detect reliably with fMRI. In this sense, semantic relevance extends computational models of language comprehension from prediction alone toward context-sensitive semantic integration.
[NLP-19] CAMMAR: Culture-Aware Matryoshka for Metaphorical Arabic Representations
【速读】: 该论文旨在解决阿拉伯语中隐喻(metaphor)的表示学习问题,即现有阿拉伯语语言模型普遍将词汇、文化和隐喻信息混杂在同一表征空间中,导致“语义模糊化”(semantic smearing),从而无法有效区分和建模隐喻性意义。其核心解决方案是提出一种文化感知的嵌套式表征框架——CAMMAR(Culture-Aware Matryoshka for Metaphorical Arabic Representations),通过分阶段的语义课程(staged semantic curriculum)将意义组织为嵌套的词汇、文化和隐喻嵌入子空间。该框架基于阿尔-朱尔贾尼(Al-Jurjani)的“nazum”理论,将修辞意义建模为先前语义关系的组合性产物,并由此构建出无需训练的几何度量方法,通过词汇与隐喻表征之间的距离来量化隐喻程度。实验在新构建的跨词对齐的阿拉伯语隐喻标注数据集上进行,结果显示,在成对监督的引导下,几何读出机制显著优于随机水平(AUC最高达0.84),且82.6%的隐喻对表现出优于对应字面意义的得分;而在仅依赖无监督域对比的情况下,性能退至随机水平,清晰揭示了监督信号对隐喻表征涌现的关键作用。消融实验进一步表明,以词根形态学为基础对词汇层进行锚定可带来稳定但微小的性能提升,这一效果在直接探针分析中未显现,验证了该层作为测量基准的可靠性。
链接: https://arxiv.org/abs/2607.15847
作者: Suzan Awinat,Alfonso Ortega del Puente
机构: Autonomous University of Madrid (UAM); IE University; Oviedo University
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI)
备注: 14 pages, 5 figures
Abstract:Metaphor in Arabic is a culturally grounded mechanism for constructing meaning, encoding cultural knowledge that shapes interpretation. Yet current Arabic language models typically collapse lexical, cultural, and metaphorical information into a single representational space, a phenomenon we term “semantic smearing”. We introduce CAMMAR (Culture-Aware Matryoshka for Metaphorical Arabic Representations), a representation learning framework that organizes meaning into nested lexical, cultural, and metaphorical embedding subspaces through a staged semantic curriculum. The design implements compositional principles of Al-Jurjani’s theory of nazum, modeling figurative meaning as compositionally grounded in prior semantic relations, and yields a training-free geometric measure of metaphoricity based on the distance between lexical and metaphorical representations. Evaluated on a new span-annotated Arabic metaphor set as word-matched figurative/literal pairs, the geometric readout detects metaphor well above chance when the inter-layer geometry is shaped by paired supervision (AUC up to 0.84; figurative outscores its literal counterpart for the same word in 82.6% of pairs), but sits at chance under an unsupervised domain contrast alone, a clean separation between a legible-under-supervision regime and a non-emergent one. A controlled ablation shows that grounding the lexical layer in morphological roots gives a small but consistent gain, an effect absent from direct probing that reflects the layer’s quality as a measurement anchor. We will release the datasets, cultural concept inventory, and code upon acceptance. Comments: 14 pages, 5 figures Subjects: Computation and Language (cs.CL); Artificial Intelligence (cs.AI) Cite as: arXiv:2607.15847 [cs.CL] (or arXiv:2607.15847v1 [cs.CL] for this version) https://doi.org/10.48550/arXiv.2607.15847 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[NLP-20] Cost-efficient generative AI summarization for scalable automated essay scoring in educational assessment
【速读】: 该论文旨在解决生成式 AI 在自动作文评分(AES)中因输入长度限制导致长篇作文信息丢失的问题。其核心解决方案是提出一种基于生成式 AI 的摘要辅助表示框架,通过使用 GPT-5 系列模型生成控制长度的摘要,作为下游 AES 模型的输入,从而在保持评分可靠性的同时增强长文本的表征能力。关键在于将从完整作文中提取的手工设计语言特征与摘要表示进行融合,构建混合表征架构,以保留原始写作信号和教育评估构念。实验结果表明,不同规模的 GPT-5 变体在摘要质量、评分一致性(以二次加权克劳巴赫系数 QWK 衡量)及计算成本之间存在权衡,其中 GPT-5 mini 在评分一致性上表现最优,而 GPT-5 在摘要质量方面更优,且高分作文的摘要质量下降明显,反映出复杂写作内容压缩时的信息损失难题。研究揭示了模型容量、摘要保真度、成本效率与教育公平性之间的内在矛盾,为未来基于生成式 AI 的可扩展写作评估提供了重要基准与验证路径。
链接: https://arxiv.org/abs/2607.15829
作者: Haowei Hua
机构: Princeton University (普林斯顿大学)
类目: Computation and Language (cs.CL); Machine Learning (cs.LG)
备注: 23 pages, 7 figures, 5 tables
Abstract:Automated essay scoring (AES) enables scalable assessment and timely feedback but remains challenged by transformer input-length limitations, which can cause information loss when processing long essays. This study proposes a generative AI-assisted summarization framework to improve long-form essay representation while maintaining scoring reliability. Using the ASAP 2.0 dataset, we generate controlled-length summaries with three GPT-5 variants (GPT-5, GPT-5 mini, and GPT-5 nano) and use them as inputs for downstream AES models. To preserve original writing signals, handcrafted linguistic features extracted from full essays are integrated with summary representations to form a hybrid framework. The approach is evaluated in terms of scoring performance, summarization quality, and computational cost. Scoring reliability is measured using quadratic weighted kappa (QWK), while summary quality is assessed through lexical overlap, semantic similarity, information retention, and redundancy metrics. Results show that GPT-5 mini achieves the highest agreement with human ratings, whereas GPT-5 produces the strongest summarization quality. Summary quality decreases for higher-scoring essays, indicating that more complex writing is more difficult to compress without information loss. These findings reveal trade-offs among model capacity, summary fidelity, cost efficiency, and preservation of educational constructs. This study provides an initial controlled evaluation of GPT-based summarization for AES and identifies important baselines and ablation studies required for future generalization. Overall, generative AI summarization offers a promising approach for scalable writing assessment while requiring careful validation of information preservation and fairness.
[NLP-21] Before the Action: Benchmarking LLM s on Prospective Hypothesis Discovery
【速读】: 该论文旨在解决大语言模型(Large Language Models, LLMs)在开放式探索阶段——即尚未形成结论的发现初期——缺乏有效生成可检验、有依据且具有区分性的假设能力的问题。传统评估方法主要聚焦于回答预设问题,而忽视了模型在面对模糊证据(如异常观测与碎片化记录)时自主构建合理假设空间的能力。为此,论文提出“前瞻性假设发现”(Prospective Hypothesis Discovery, PHD),要求模型基于不完整的证据自主生成符合科学逻辑的假设集以指导后续调查。其解决方案的关键在于构建一个系统化的评估框架——HypoArena,包含两个核心组件:(1)HypoData,一个涵盖六个科学与分析领域的988个案例的基准数据集,通过“回溯上下文回归”(Retrospective Context Regression)方法,利用“锻造-审计”(Forge–Audit)流程从已完成的专家文档中移除明确结论、目标假设和事后因果归因,仅保留事实基础;(2)HypoEval,一种结合双向成对判断与Bradley–Terry–Davidson聚合算法的评估机制,用于对开放式的假设集合进行排序,并辅以六维评分量表实现诊断性分析。实验表明,15个前沿大模型在该任务上表现出显著的能力分层,部分低性能模型在引入结构化分析技能后表现提升,而某些高性能模型则出现退化,凸显了模型行为的复杂性。相较于单一评分方式,HypoArena能更精细地区分模型表现,其聚合排名与人类专家及独立评审者高度一致,验证了该框架的有效性。研究结果支持将PHD作为衡量大模型在无结论情境下制定调查方向能力的独立评测目标。
链接: https://arxiv.org/abs/2607.15766
作者: Tianyun Zhong,Wangyi Jiang,Wei Wang,Xuanang Chen,Yaojie Lu,Shiwei Ye,Yuzhen Shi,Boyu Yang,Jinghang Wang,Han Li,Weiqi Zhai,Bing Zhao,Hu Wei,Haiyang Yu,Yongbin Li,Hongyu Lin,Le Sun,Xianpei Han
机构: Institute of Computing Technology, Chinese Academy of Sciences (中国科学院计算技术研究所); University of Chinese Academy of Sciences (中国科学院大学)
类目: Computation and Language (cs.CL)
备注:
Abstract:Large language models (LLMs) excel at answering pre-specified questions, yet their ability to navigate the open-ended, pre-conclusion stage of discovery remains largely unmeasured. We introduce Prospective Hypothesis Discovery (PHD), which asks models to autonomously construct grounded, discriminative, and testable hypothesis spaces from inconclusive evidence, including anomalous observations and fragmented records, to guide subsequent investigation. To evaluate this capability, we introduce HypoArena, comprising HypoData, a benchmark of 988 cases across six scientific and analytical domains, and HypoEval, an evaluation framework for open-ended hypothesis sets. To construct HypoData at scale, we propose Retrospective Context Regression, a Forge–Audit pipeline that reconstructs pre-conclusion contexts from completed expert documents by removing explicit conclusions, target hypotheses, and retrospective causal attributions while preserving the factual substrate. Because PHD admits multiple valid outputs, HypoEval combines bidirectional pairwise judgments with Bradley–Terry–Davidson aggregation for ranking and six-dimensional rubric scoring for diagnosis. Experiments on 15 frontier LLMs reveal clear capability stratification and model-dependent effects of structured analytical skills, with gains for several lower-performing models on HypoArena but regressions for other systems, including a top-performing model. Compared with absolute rubric scoring, arena evaluation resolves finer-grained differences among models, with aggregated rankings showing strong agreement with human experts and an independent judge. Together, these results support treating PHD as a distinct target for evaluating how LLMs formulate investigative directions when final conclusions are withheld. Our code and data are publicly available at this http URL and this http URL.
[NLP-22] Better Starts Better Ends: Bootstrapped Iterative Self-Reasoning Distillation for Compressed Reasoning
【速读】: 该论文旨在解决大模型在长链式思维(Chain-of-Thought, CoT)推理过程中存在的计算冗余问题,包括重复推导、自我验证循环以及无助于最终答案的偏离路径。现有基于策略的自蒸馏方法虽能通过匹配学生模型与自身简洁版本来降低开销,但其训练过程受限于初始状态——由于监督仅作用于学生自身生成的前缀序列,从冗长的基模型初始化时,这些前缀常包含噪声、冗余或已偏离正确路径,导致教师模型只能提供局部修正,而学生仍会继续探索本应避免的低效推理轨迹。为突破这一初始化瓶颈,本文提出BIRD(Bootstrapped Iterative Self-Reasoning Distillation),一种两阶段自推理蒸馏方法:第一阶段在简洁性指令引导下从基模型采样简洁解题路径,保留答案正确的轨迹,并进行轻量级提示切换监督微调(prompt-switch SFT),使模型在原始任务提示下学习到由指令诱导的自然简洁性;第二阶段在此“预热”模型基础上,采用简洁自教师进行反向KL散度的在线策略蒸馏,此时前缀更清洁且信息更丰富,显著提升蒸馏效率。实验表明,BIRD在Qwen3系列模型上优于提示工程和冷启动在线蒸馏,在MATH-500和AIME基准上均实现更高准确率与更低推理长度的权衡;以Qwen3-8B为例,其在MATH-500上的准确率从86.2%提升至92.0%,平均响应长度由3,099降至1,115个词元。结果强调了前缀质量作为高效推理蒸馏的核心要素。
链接: https://arxiv.org/abs/2607.15736
作者: Leichao Dong,Dongxu Zhang,Yiding Sun,Qirui Wang,Yuhan Wang,Lin Chen,Jihua Zhu
机构: Xi’an Jiaotong University (西安交通大学); Peking University (北京大学)
类目: Computation and Language (cs.CL)
备注:
Abstract:Large reasoning models often solve problems through long chain-of-thought (CoT) traces, yet much of this computation is spent on redundant derivations, repeated self-verification, and detours that do not improve the final answer. Existing on-policy self-distillation methods reduce this cost by matching a student model to a concise copy of itself on prefixes sampled from the student’s own rollouts. We show that this objective has an initialization bottleneck. Since supervision is applied only to visited prefixes, training from a verbose base model places the KL loss on contexts that are often noisy, redundant, or already off track. In such regions, a concise teacher can provide only local corrections, while the student continues to explore trajectories that an efficient reasoner should avoid. In this paper, we propose BIRD(Bootstrapped Iterative Self-Reasoning Distillation), a two-stage self-reasoning distillation method that improves the rollout distribution before on-policy training. BIRD first samples concise solutions from the base model under a brevity instruction, keeps only answer-correct traces, and performs a lightweight prompt-switch SFT step. The traces are generated with the brevity instruction but learned under the original task prompt, turning instruction-induced conciseness into a default reasoning behavior. Starting from this warm model, BIRD then applies on-policy reverse-KL distillation with a concise self-teacher, now on cleaner and more informative prefixes. Across Qwen3 series models, BIRD achieves a stronger accuracy-efficiency trade-off than prompting and cold-start on-policy distillation on MATH-500 and AIME benchmarks. On Qwen3-8B, it improves MATH-500 accuracy from 86.2% to 92.0% while reducing the average response length from 3,099 to 1,115 tokens. These results highlight prefix support as a central factor in efficient reasoning distillation.
[NLP-23] Adaptive Multi-Step Lookahead Decoding for Diffusion Language Models
【速读】: 该论文旨在解决生成式语言模型在非自回归解码(non-autoregressive decoding)中,尤其是基于掩码扩散语言模型(Masked Diffusion Language Models, DLMs)的解码过程中,如何在保证生成质量的同时有效提升解码效率的问题。现有方法多采用浅层单步前瞻(one-step lookahead)策略,虽能优化即时信息增益,但在长程解码轨迹中表现不佳;而简单扩展为深层前瞻则因固定深度的展开引入额外计算开销,且无法适应不同中间解码状态的异质性需求。本文提出AdaLook——一种自适应前瞻框架,其核心在于通过候选得分方差动态判断是否继续前瞻滚动,并在中间状态需要进一步探索时触发分支扩展。该设计实现了对解码过程的智能控制:既避免了不必要的深度展开,又能在信息丰富的关键节点重新激活前瞻机制,从而在不显著增加计算负担的前提下,显著改善准确率与解码步数之间的权衡。实验结果表明,AdaLook在多个基准任务和模型上均优于现有的单步前瞻方法。
链接: https://arxiv.org/abs/2607.15655
作者: Yingqian Cui,Wei Deng,Lantao Mei,Hang Li,Charu C. Aggarwal,Hui Liu,Yue Xing
机构: Michigan State University (密歇根州立大学); Morgan Stanley (摩根士丹利); IBM T.J. Watson Research Center (IBM托马斯·J·沃森研究中心)
类目: Computation and Language (cs.CL); Machine Learning (cs.LG)
备注:
Abstract:Masked diffusion language models (DLMs) enable parallel text generation by iteratively refining masked tokens, offering a promising alternative to autoregressive decoding. Recent lookahead-based decoding methods improve the accuracy–efficiency trade-off by exploring future decoding states before committing token updates. However, existing approaches mainly rely on shallow one-step lookahead, which optimizes immediate information gain but can be suboptimal for longer-horizon decoding trajectories. Meanwhile, we find that a naive extension for deeper lookahead is also ineffective, as fixed-depth rollout introduces additional computation and cannot adapt to heterogeneous intermediate decoding states. Thus, in this work, we propose AdaLook, an adaptive lookahead framework for DLM decoding. AdaLook dynamically determines whether to continue rollout based on candidate-score variance and further enables branch expansion when intermediate rollout states require additional exploration. This design avoids unnecessary deep rollout while allowing the decoder to re-trigger lookahead from informative intermediate states. Experiments on various benchmarks and models demonstrate that AdaLook achieves a better accuracy–decoding steps trade-off than existing one-step lookahead decoding methods.
[NLP-24] Process Reward Informed Tree Rollout for Effective Multi-Turn RL
【速读】: 该论文旨在解决长时序智能体任务中强化学习(Reinforcement Learning, RL)因采用统一的完整轨迹采样策略而导致的样本效率低下问题。传统方法如GRPO/RLOO依赖独立采样多个完整轨迹进行优势估计,在面对复杂多轮交互任务时,容易在无信息价值的死胡同路径上浪费大量采样预算,而具有潜力的中间状态却未能获得充分探索。针对这一挑战,本文提出一种基于过程评分引导的自适应树状轨迹采样框架——过程评分引导的自适应树状采样(Process-Scorer Guided Adaptive Tree Rollout, PATR)。其核心创新在于将多轮智能体轨迹的结构特性建模为决策树,每个回合作为探索分支的决策点,通过任务相关的进程反馈对部分轨迹进行质量评分,从而实现选择性分支、复用共享前缀以及保守终止退化路径。该机制在不改变标准策略优化流程的前提下,显著提升了采样效率与探索质量。在FrozenLake和更具挑战性的SWE-Bench基准上的实验表明,PATR分别实现了最高+9.3和+5.0的性能提升,验证了过程引导的树状采样在可扩展多轮强化学习中的有效性。
链接: https://arxiv.org/abs/2607.15610
作者: Xintong Li,Sha Li,Yuwei Zhang,Changlong Yu,Rongmei Lin,Hongye Jin,Shuyi Guan,Xin Liu,Linwei Li,Qingyu Yin,Jingbo Shang
机构: UC San Diego(加州大学圣地亚哥分校); Amazon(亚马逊); MIT Alumni(麻省理工学院校友)
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注: Preprint
Abstract:Reinforcement learning (RL) has become a key approach for training LLM agents, yet popular methods such as GRPO/RLOO rely on multiple independently sampled complete trajectories for advantage estimation. In long-horizon agentic tasks, such a uniform rollout strategy can waste budget on uninformative dead-end attempts, while promising intermediate states do not receive sufficient exploration. The multi-turn structure of agentic trajectories, with interleaved actions and observations, naturally supports organizing a trajectory group as a tree, where each turn serves as a decision point for exploration. This perspective reframes effective exploration as the problem of deciding where to branch. We propose Process-Scorer Guided Adaptive Tree Rollout (PATR), a quality-aware rollout framework for multi-turn agent RL. PATR uses task-appropriate process feedback to score partial trajectories, selectively branches from promising states, reuses shared prefixes, and conservatively stops degenerate paths to reduce wasted sampling. The resulting rollout groups remain compatible with standard policy optimization while providing more efficient exploration under the same training budget. We evaluate PATR on FrozenLake and the challenging SWE-Bench, which is largely unexplored by prior tree-rollout agent RL methods. Experiments show that PATR improves performance by up to +5.0 points on SWE-Bench and +9.3 points on FrozenLake, highlighting process-guided tree rollouts as an effective strategy for scalable multi-turn RL.
[NLP-25] SkillCorpus: Consolidating and Evaluating the Open Skill Ecosystem for Real-World LLM Agents
【速读】: 该论文旨在解决当前大语言模型(LLM)代理所依赖的开源技能库(Agent Skills)生态中存在的碎片化、冗余及质量不均问题,其核心挑战在于如何将海量且分散的开放源代码技能资源整合为一个可高效利用的统一知识库,并明确其在真实代理任务中的实际价值边界。解决方案的关键在于提出SkillCorpus框架,该框架通过多阶段流水线对约82.1万条爬取技能进行筛选与规范化,最终形成96,401个结构化技能集合,涵盖16类任务类别和实用性、鲁棒性、安全性三个质量维度;同时构建了一个微调后的检索-选择模块,实现任务相关技能的精准匹配。实验结果表明,集成SkillCorpus在三大基准测试(SkillsBench、GDPVal、QwenClawBench)中均带来稳定提升,尤其在SkillsBench上达到7.5个百分点的显著增益,其性能提升主要源于覆盖边界与适配边界的有效拓展。该研究首次系统性地揭示了经过精心编排、基于检索服务的社区技能库在何种条件下能够有效增强代理的实际表现,为未来开放技能生态的建设提供了可量化的实践范式。
链接: https://arxiv.org/abs/2607.15557
作者: Yanze Wang,Pengfei Yao,Tianyi Sun,Chuanrui Hu,Yan Xiao,Yunyun Han,Jun Sun,Yafeng Deng
机构: 1. Tsinghua University (清华大学); 2. Beijing Academy of Artificial Intelligence (北京人工智能研究院); 3. Institute for Advanced Study, Tsinghua University (清华大学高等研究院)
类目: Computation and Language (cs.CL)
备注:
Abstract:Agent skills, this http URL files that package reusable procedural knowledge for an LLM agent, are a popular mechanism for extending agent capabilities. Public repositories now host them in large and growing numbers, yet these artifacts are fragmented, redundant, and uneven in quality, and their value in practice is unclear. A core question remains open, namely how to consolidate this open-source this http URL ecosystem into a single usable corpus, and what bounds its benefit on real-world agent tasks. We present SkillCorpus, a framework that aggregates, curates, matches, and evaluates the open skill ecosystem at scale. It filters ~821,000 crawled skills through a multi-stage pipeline into 96,401 skills organised by a 16-class taxonomy and three quality facets (utility, robustness, safety), and pairs them with a fine-tuned retrieval-and-selection stack that matches task-relevant skills. We evaluate end-to-end across three benchmarks (SkillsBench, GDPVal, QwenClawBench), two harnesses, and two open backbones with a frontier robustness check. Integrating SkillCorpus yields consistent gains across all three benchmarks, largest on SkillsBench (+7.5 pp). An operational analysis traces the gains to a coverage boundary and a harness boundary. SkillCorpus is, to our knowledge, the first end-to-end account of when a curated, retrieval-served community corpus improves real agent tasks, and where it does not. The dataset, models, and code will be released upon acceptance.
[NLP-26] EpiNarrate: Agent ic Generation of Grounded Narratives from Epidemiological Scenario Projections
【速读】: 该论文旨在解决如何从复杂的多维流行病学预测数据中生成清晰、可信且具有上下文关联性的公共卫生叙事问题。现有方法依赖大语言模型(LLM)直接处理大规模集成数据集时,常出现事实不一致、关键信息遗漏及行为脆弱等问题。其解决方案的关键在于提出一种代理式框架EpiNarrate,通过将结构化数值推理与自然语言生成相分离:首先提取情景维度并构建偏序结构以系统遍历多维数据空间;随后基于对比语法构建增强数据集,确保量化陈述在语义与算术上的一致性;最后引入基于最大熵原理的“有趣性驱动”选择机制,在保证覆盖全面性的同时避免冗余。实验结果表明,该框架显著提升了叙事的事实准确性与对关键流行病学模式的覆盖范围,同时保持了专家撰写报告的风格特征。
链接: https://arxiv.org/abs/2607.15544
作者: Rituparna Datta,Srini Venkatramanan,Bryan L. Lewis,Yiqi Su,Harry Hochheiser,Lucie Contamin,Parantapa Bhattacharya,Naren Ramakrishnan,Anil Vullikanti
机构: University of Virginia (弗吉尼亚大学); Virginia Tech (弗吉尼亚理工学院); University of Pittsburgh (匹兹堡大学)
类目: Computation and Language (cs.CL)
备注:
Abstract:Generation of clear and accessible public health narratives is critical for communicating complex epidemiological projections to policymakers and the general public at large. Such narratives require more than simply reporting numbers: projections must be contextualized and quantitatively grounded across multiple dimensions. Further, projections are often derived from large ensemble datasets which combine intervention assumptions, geographic and demographic strata, outcomes, time horizons, and uncertainty quantiles. However, directly using large language models (LLMs) to summarize and contextualize such data often leads to inconsistencies, omissions, and fragile behavior. We introduce an agentic framework (EpiNarrate) for public health report generation that separates structured numerical reasoning from natural-language generation. The framework first extracts scenario axes and organizes them into a partial-order schema, enabling systematic traversal of the underlying multidimensional space. It then constructs an augmented dataset and derives valid quantitative statements through a comparison grammar that enforces semantic and arithmetic consistency. To balance coverage and non-redundancy, we introduce an interestingness-driven selection mechanism based on maximum-entropy principles. Experiments on the COVID-19 Scenario Modeling Hub demonstrate that our model produces narratives with improved factual grounding and broader coverage of salient epidemiological patterns, while preserving the style of expert-written reports.
[NLP-27] VarRate: Training-Free Variable-Rate KV Cache Compression for Long-Context LLM s
【速读】: 该论文旨在解决长上下文大语言模型(LLM)推理中键值(Key-Value, KV)缓存作为主要内存瓶颈的问题。现有两种主流的无训练方法均存在结构性局限:基于令牌选择的方法(如SnapKV、Ada-KV)通过观察窗口内的重要性评分决定淘汰低分令牌,但其淘汰操作不可逆,在查询无关的重复使用场景下,重要性信号退化导致性能下降11-15个百分点;而均匀低秩编码虽保留所有令牌,却在全局等量分配秩资源,造成预算浪费。研究发现,两类方法失败的共性根源在于“秩的分配”机制缺失——应通过动态分配而非强制淘汰来优化资源利用。为此,本文提出VarRate,一种无需训练的KV编解码器,根据每个令牌对查询的显著性动态分配可变低秩预算,确保所有令牌均保持非零秩。相较于依赖训练实现自适应秩分配的同类方法,VarRate无需任何训练即可达成类似效果。由于不丢弃任何令牌,其在查询感知选择失效时仅性能下降3.5–5.5个百分点,远优于传统方法。在LongBench(16个任务)上以20%的匹配内存预算测试,VarRate在Llama-3.1-8B与Qwen2.5-7B模型上分别仅比未压缩模型低0.8点,平均表现超越其他同内存预算压缩方案。相比均匀秩分配的消融版本,其性能显著更优;与专为查询无关重用设计的KVzip相比,在四个设置中有三个达到精度相当,整体差距不足1点,且预填充开销仅为后者的约八分之一。解决方案的核心在于通过查询显著性驱动的可变秩分配机制,实现无训练条件下的高效、稳定且高精度的KV缓存压缩。
链接: https://arxiv.org/abs/2607.15498
作者: Shahrzad Esmat,Dhawal Shah,Ali Jannesari
机构: 未知
类目: Computation and Language (cs.CL); Machine Learning (cs.LG)
备注: 20 pages, 8 figures, 24 tables. Includes appendix with additional experiments and analyses
Abstract:The key-value (KV) cache is the main memory bottleneck in long-context large language model (LLM) inference. Two leading training-free families are both structurally limited: token-selection methods (SnapKV, Ada-KV) score importance from an observation window and evict low-scoring tokens, but eviction is irreversible – so when the importance signal degrades under query-agnostic reuse, accuracy collapses by 11-15 points; uniform low-rank coding keeps every token but spends equal rank everywhere, wasting budget. We observe that both failures share one cure: rank should be allocated, not evicted. We present VarRate, a training-free KV codec that assigns each token a variable low-rank budget by its query salience, keeping every token at a nonzero rank. Comparable adaptive-rank codecs reach this allocation only through training; VarRate requires none. Because no token is dropped, it degrades by only 3.5-5.5 points where query-aware selection collapses. At a matched 20% budget on LongBench (16 tasks), VarRate stays within 0.8 points of the uncompressed model on both Llama-3.1-8B and Qwen2.5-7B. Averaged over the two, it is the strongest matched-memory compressor. It significantly beats its uniform-rank ablation on both models. Against KVzip, a method purpose-built for query-agnostic reuse, it is accuracy-equivalent in three of four settings and within a point overall, at about one-eighth the prefill overhead.
[NLP-28] Verbalizable Representations Form a Global Workspace in Language Models
【速读】: 该论文试图解决的问题是:尽管大型语言模型(Large Language Models, LLMs)在生成文本时表现出复杂的推理能力,但其内部认知过程大多不可见,缺乏对模型“隐性思考”(unspoken thinking)的可解释性。尤其关键的是,如何识别和解析那些具备类似人类“意识访问”功能的内部表征——即能够被灵活调用、用于默示推理、可报告且可传递至下游计算的高阶表征。论文提出的解决方案之关键在于引入一种新的可解释性技术——雅可比透镜(Jacobian lens),通过该方法识别出模型在处理过程中处于“准备被言说”状态的内部表示集合,即J空间(J-space)。J空间展现出全局工作空间理论(Global Workspace Theory, GWT)所定义的核心功能特征:内容可报告、可主动调用与保持、支持中间推理步骤,并能作为参数广播至其他模块;同时,其结构特性(如在中间层段落中呈现连贯性、维持约数十个概念、权重广播范围更广)也与神经科学中关于意识的理论相符。这一发现为揭示模型内部未显式输出的认知活动提供了实践窗口,在对齐审计中成功暴露了策略性思辨、评估意识及训练偏差等隐藏行为,并提出反事实反思训练(counterfactual reflection training)以优化模型行为,表明语言模型确实维护着一组具有类意识功能特性的特权表征,而解码这些表征有助于理解其内在认知机制。
链接: https://arxiv.org/abs/2607.15495
作者: Wes Gurnee,Nicholas Sofroniew,Adam Pearce,Mateusz Piotrowski,Isaac Kauvar,Runjin Chen,Anna Soligo,Paul Bogdan,Euan Ong,Rowan Wang,Ben Thompson,David Abrahams,Subhash Kantamneni,Emmanuel Ameisen,Joshua Batson,Jack Lindsey
机构: Anthropic
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注:
Abstract:Out of everything the human brain processes, only a small fraction is consciously accessible, in the sense of being available for verbal report, deliberate control, and flexible reasoning. In this paper, we present evidence that an analogous functional distinction has emerged in large language models. Using a new interpretability technique, the Jacobian lens, we identify the representations a model is poised to verbalize at any point in its processing. These representations, which we collectively call the J-space, exhibit the functional properties characteristic of a global workspace: their contents can be reported, deliberately summoned and held, used to carry the intermediate steps of silent reasoning, and passed as arguments to arbitrary downstream computations, while automatic processing such as text parsing and routine inference proceeds without them. The J-space also has structural signatures that global workspace theory associates with conscious access: it carries coherent content only in an intermediate band of layers, holds on the order of tens of concepts at a time, and is broadcast by the model’s weights more widely than other representations. These properties make it a practical window into a model’s unspoken thinking. In alignment audits, it reveals strategic deliberation, evaluation awareness, and trained-in misaligned dispositions that never appear in the model’s outputs. We find that post-training installs the Assistant’s point of view in the workspace, and we introduce counterfactual reflection training, which improves behavior by training only what a model would say if interrupted and asked to reflect. These results indicate that language models maintain a small, privileged set of representations bearing some of the functional hallmarks of conscious access, and that decoding these representations sheds light on ongoing cognitive processes.
[NLP-29] Looped Latent Attention: Cross-Loop KV Compression for Looped Transformers
【速读】: 该论文旨在解决循环型权重共享的Transformer模型在解码过程中因每轮递归均需存储独立的键值(K/V)缓存而导致的内存开销过大问题。其核心挑战在于,尽管模型通过循环结构减少了参数量,但传统方法仍需为每一循环步骤维护完整的K/V缓存,造成显著的冗余存储。解决方案的关键是提出循环潜在注意力(Looped Latent Attention, LLA)——一种后训练阶段的缓存编码器,利用观察到的循环缓存具有高度结构化的特性:对于固定分词、层和注意力头,K/V向量在循环间沿低秩轨迹变化,而头与层维度则相对平坦。LLA通过奇异值分解(SVD)初始化教师模型激活,并结合KL散度与注意力输出蒸馏进行优化,将循环相关的K/V缓存压缩为紧凑的潜在表示,在实际注意力读取时才重建特定循环的缓存向量。该方法在保持高精度的前提下实现极强压缩能力,尤其在二维扩展版LLA-2D中进一步将头轴折叠至单一潜在表示,适用于极致压缩场景。实验表明,在相同缓存预算下,LLA优于头轴共享、跨层共享、KV量化及最终循环复用等现有方案,证明循环缓存虽具低秩性,但不可简单坍缩为单个状态。该优势在Ouro-2.6B-Thinking与Huginn-3.5B模型上均得到验证,且在无依赖解码评估中,其基于SVD的编码器可实现32倍压缩近似无损。更重要的是,该缓存压缩是精确的,实测在单张H200显卡上,使Ouro-1.4B模型在4k上下文长度下的批处理容量从32提升至768,压缩比达21.3倍;在长数学推理任务中,基于学生生成前缀的在线策略微调使MATH-500得分从0.43提升至0.66,同时减少无答案生成,显著增强推理稳定性与效率。
链接: https://arxiv.org/abs/2607.15456
作者: James O’ Neill,Fergal Reid
机构: Fin AI Research
类目: Machine Learning (cs.LG); Computation and Language (cs.CL)
备注:
Abstract:Looped, weight-tied Transformers reduce parameters by reusing a block, but decoding still stores a separate K/V cache for every recurrence step. We show that this loop-indexed cache is highly structured. For a fixed token, layer and head, K/V vectors trace a short low-rank trajectory across loops, while the head and layer axes remain much flatter. We introduce Looped Latent Attention (LLA), a post-training cache codec that stores compact K and V latents and reconstructs loop-specific K/V vectors only when attention reads them. The default per-head codec compresses recurrence, while LLA-2D also folds heads into one latent for the extreme-compression regime. The codec is initialized from SVD of teacher activations and refined with KL and attention-output distillation. At matched cache budget, per-head LLA outperforms head-axis MLA, cross-layer sharing, KV quantization and final-loop reuse, showing that the recurrent cache is low-rank but not safely collapsible to a single state. The same axis advantage holds on Ouro-2.6B-Thinking and transfers to Huginn-3.5B, where an SVD codec remains near-lossless to 32x in decoder-independent evaluation. The cache reduction is exact. On one H200, the latent-store path increases measured Ouro-1.4B batch capacity at 4k context from 32 to 768 sequences at 21.3x compression. For long math rollouts, on-policy refinement on student-generated prefixes raises MATH-500 at 4x from 0.43 to 0.66 and reduces no-answer generations.
[NLP-30] Large Language Models as Unified Multimodal Learners for Clinical Prediction
【速读】: 该论文旨在解决临床预测系统中多模态数据融合的复杂性问题,即当前大多数系统依赖于为每种数据模态(如结构化指标与自由文本)设计专用编码器,并通过任务特定的融合架构进行组合,导致系统架构高度定制化且难以泛化。其解决方案的关键在于提出一种统一的文本序列化范式:将所有患者数据(无论模态类型)转换为单一自然语言序列,直接使用预训练语言模型进行端到端微调,无需针对不同任务或临床场景重新设计融合机制。实验在三个具有临床差异性的预测任务上验证该方法,包括MIMIC-III中的院内死亡率预测、德国移植中心的长期随访数据中的移植物失败预测,以及急救转运记录中的紧急分诊分类。结果表明,该方法在各项任务上均达到或超越了现有的多模态基线模型,且在移植物失败预测中优于临床实践中部署的梯度提升树模型。研究证实,通过统一的文本序列化策略实现多模态临床预测,可显著降低系统复杂性,同时保持甚至提升性能,无需专门设计融合架构。
链接: https://arxiv.org/abs/2607.15380
作者: Ajay Madhavan Ravichandran,Bilgin Osmandoja,Klemens Budde,Klaus Netter,Tobias Strapatsas,Aljoscha Burchardt,Sebastian Möller,Roland Roller
机构: German Research Center for Artificial Intelligence (DFKI), Germany; Charité Universitätsmedizin Berlin, Germany; DNC Information Management GmbH, Germany; Klinik für Akut- und Notfallmedizin, Asklepios Klinikum Harburg, Germany; Technical University Berlin, Germany
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI)
备注:
Abstract:Electronic health records combine free-text clinical narratives with structured measurements such as vital signs, laboratory values, and comorbidities. Yet most clinical prediction systems still rely on task-specific fusion architectures, pairing dedicated encoders for each modality with learned combination mechanisms that must be re-engineered for every new task and clinical setting. We propose a simpler alternative: convert all patient data, regardless of modality, into a single natural language sequence and fine-tune a pretrained language model end-to-end, with no architectural modification for fusion. We evaluate this approach across three clinically distinct prediction tasks: in-hospital mortality on MIMIC-III, graft failure prediction using longitudinal data from a German transplant center, and emergency triage classification from ambulance records - comparing encoder-based (ModernBERT) and decoder-based (Llama 3.1, Gemma, DeepSeek-R1-Qwen, Qwen3) fine-tuning against established multimodal baselines and, for graft failure, a gradient boosting model currently used in clinical practice for post-transplant patient management. Across all three tasks, unified textual serialization matches or exceeds task-specific multimodal baselines, and outperforms the clinically deployed gradient boosting system on graft failure prediction. These results indicate that a single serialization-based paradigm, without bespoke fusion architectures, is sufficient for multimodal clinical prediction - substantially reducing system complexity while matching or exceeding specialized designs.
[NLP-31] Hidden in Thought: Transferable Chain-of-Thought Artifacts Induce Harmful Behavior
【速读】: 该论文旨在解决生成式 AI 模型中潜在的有害思维链(harmful chain-of-thought, CoT)是否能够跨模型迁移并被提炼为可复用的越狱攻击(jailbreak attack)这一关键安全问题。其核心解决方案在于:通过将已知有害的 CoT 路径从受损模型中移植到 29 个开源与 5 个闭源目标模型,验证了有害推理轨迹在不同模型间的可转移性;进一步采用 LLooM 概念挖掘技术识别出四种重复出现的有害推理模式——程序化(proceduralisation)、伦理解耦(ethical decoupling)、规避行为(evasion)以及目标-漏洞框架构建(target–vulnerability framing),并将这些模式提炼为通用系统提示(system prompts),实现了对强对齐模型的高效黑盒越狱攻击。实验表明,该方法在 GPT-4.1 AdvBench 上实现高达 10 倍的性能提升,显著优于直接移植原始 CoT 的方式。研究还揭示推理能力越强的模型更易受攻击,且输出端防护机制如 Llama-Guard 3 频繁失效,强调了未来防御策略需同时评估推理上下文而非仅依赖最终输出。
链接: https://arxiv.org/abs/2607.15286
作者: Ali khalil,Aly M. Kassem,Mohamed Abdelrazek,Santu Rana,Negar Rostamzadeh,Golnoosh Farnadi
机构: Deakin University(迪肯大学); Mila, Quebec AI Institute(魁北克人工智能研究所)
类目: Cryptography and Security (cs.CR); Computation and Language (cs.CL); Machine Learning (cs.LG)
备注:
Abstract:We investigate whether harmful chain-of-thought (CoT) traces from compromised language models can transfer unsafe behaviour and be distilled into reusable jailbreak attacks. Using an emergent-misalignment organism and a refusal-ablated jailbroken organism, we transplant harmful CoTs into 29 open-source and 5 closed-source targets. Transferred traces raise harmful-response rates above 80% on the most vulnerable open-source models, while semantically mismatched CoTs fail entirely. LLooM concept mining identifies four recurring components of harmful reasoning: proceduralisation, ethical decoupling, evasion, and target–vulnerability framing. Distilling these patterns into reusable system prompts produces effective black-box jailbreaks, outperforming direct CoT transplantation on strongly aligned models by up to an order of magnitude, including a 10\times improvement on GPT-4.1 AdvBench. Reasoning-enabled models are more than twice as vulnerable, and output-side safeguards such as Llama-Guard~3 frequently miss harmful generations. Our results show that harmful reasoning transfers at both the trace and pattern levels, motivating defences that evaluate reasoning context in addition to final outputs.
信息检索
[IR-0] Scientific Claim-Source Retrieval Revisited: A Comparative Study of Style Transfer and Re-Ranking
链接: https://arxiv.org/abs/2607.15875
作者: Tobias Schreieder,Harsh Khandelwal,Yu-Ling Zhong,Michael Färber
类目: Information Retrieval (cs.IR)
备注: Accepted at CLEF 2026 (Best of Labs)
Abstract:Scientific claims shared on social media are often difficult to verify and may contribute to the spread of misinformation. To address this challenge, automated fact verification systems require scientific claim-source retrieval, the task of identifying the source publication underlying a given claim. However, claims often differ substantially from their source publications in language, style, and specificity, making retrieval challenging. We present a comparative study of scientific claim-source retrieval on the CheckThat! 2026 benchmark across sparse and dense retrieval models. Our results show that translating claims into English outperforms both original and bilingual claim representations, while incorporating publication metadata provides additional retrieval gains by capturing indirect source references. In addition, we analyze four style transfer approaches and find that they improve retrieval performance for most models, although the optimal style depends on the underlying retrieval objective. Finally, we investigate similarity- and signal-based re-ranking approaches, introducing three novel re-ranking models based on attribution, entity overlap, and verification-based reasoning. Verification-based re-ranking yields additional gains beyond semantic similarity and achieves the best overall performance with an MRR@5 of 0.758.
[IR-1] What Do Chinese-Language Generative Search Engines Cite and Surface? A Large-Scale Empirical Study
链接: https://arxiv.org/abs/2607.15771
作者: Tao Zhen,Yue Liu,Gege Zhang,Yixuan Niu
类目: Information Retrieval (cs.IR)
备注: 49 pages, 15 figures. Tao Zhen and Yue Liu contributed equally and share first authorship; Gege Zhang and Yixuan Niu contributed equally and share second authorship
Abstract:Generative AI question-answering systems increasingly mediate information access, shifting content visibility from ranked search results to retrieval, citation, and presentation in generated answers. We conduct a large-scale empirical study of Chinese-language generative search across the Web and App interfaces of four mainstream platforms. The controlled design covers eight platform interfaces, 614 queries, and three replications per query-platform-interface combination. From 214,119 raw records, we construct a cleaned citation-level dataset of 160,860 records and analyze citation behavior, source attribution, entity exposure, and cross-interface consistency. Five findings emerge. First, brands in the citation pool were selectively surfaced in answers: the overall brand-selection rate was 8.3%, and 12.4% of retrieved sources containing contact information contributed contact information to answers. Second, content fit, cross-source occurrence count, and semantic role were relatively important in predictive models, whereas the 5118-Baidu Composite Quality Score was not the leading predictor for any examined outcome. Third, among cited pages with publication dates, fitted half-lives were approximately 39 days for high-timeliness queries and 68 days for low-timeliness queries. Fourth, approximately 13% of brand exposures could not be matched to the contemporaneous citation pool, and approximately 71% of contact-information exposures could not be matched to the crawled body text. Fifth, source sets differed systematically between the App and Web interfaces of the same platform. These results characterize how Chinese-language generative search systems select, attribute, and surface information and show that interface type is an important dimension of analysis.
[IR-2] RECAP: Feedback-Driven Streaming Semantic User Profiles for Short-Video Recommendation RECSYS2026
链接: https://arxiv.org/abs/2607.15730
作者: Ziyi Zhao,Xiaoyou Zhou,Xiao Lv,Yangyang Li,Chubo He,Zhao Liu,Jiayao Shen,Yuqi Liu,He Li,Chengyi Zhang,Jian Liang,Ming Li,Chongming Gao,Fuli Feng,Ruiming Tang,Han Li
类目: Information Retrieval (cs.IR)
备注: 9 pages, 5 figures, 2 tables. Accepted at RecSys 2026
Abstract:Language-based user profiles convert long behavioral histories into explicit semantic representations for recommendation. However, most profile generators are optimized in an open loop: they may summarize past behavior fluently, but are not directly trained to improve future recommendation. We study this problem in real-world short-video recommendation, where user behaviors continuously arrive as streams and profiles must be incrementally updated under limited capacity. This requires maintaining a consistent bounded profile state and constructing profile-targeted semantic feedback from industrial implicit behavior logs. We propose RECAP, an offline closed-loop framework for optimizing streaming structured semantic profiles with historical recommendation feedback. RECAP maintains each profile as a bounded structured memory by combining LLM-based semantic updates with deterministic lifecycle and capacity control. RECAP constructs profile-targeted semantic feedback by filtering label-consistent behavior pairs with an LLM judge and training a dual-tower evaluator whose matching score serves as a GRPO reward. Experiments on Kuaishou short-video data show that RECAP improves uAUC by 0.0084 and Recall@2000 by about 4.9% over the base generator. Further analyses confirm the benefits of feedback construction and policy optimization, and show more grounded refinement and user-level abstraction in profile updates. A seven-day online A/B test further shows a statistically significant 0.139% improvement in average application usage time per user.
[IR-3] From Skill Extraction to Multistakeholder Recommendation: A Two-Stage Framework for Bias Governance in Skills-Based Job Matching
链接: https://arxiv.org/abs/2607.15707
作者: Andrea Forster,Gregor Autischer,Dominik Kowald,Simone Kopeinik
类目: Information Retrieval (cs.IR)
备注: Accepted to BIAS Conference 2026 in Leiden, The Netherlands
Abstract:AI-based labor-market systems or platforms can affect access to job opportunities prior to organizational candidate rankings or hiring decisions. Such applications warrant caution, as biases in skill extraction, profile formation, and candidate-job matching may contribute to unfair treatment of candidates. In this paper, we propose a two-stage framework for detecting and governing bias in skills-based job matching. Stage 1, skill extraction and profile formation, addresses how candidates provide skills and preferences to the system, how the system extracts and structures this information, and the bias risks this entails, with a focus on chatbot-based elicitation. Stage 2, multistakeholder candidate-job recommendation, would embed this information in a recommender system in which candidate, company, and regulatory objectives are represented by separate agents, each producing an independent candidate-job ranking; these rankings would be combined through social choice-based aggregation into a single, auditable recommendation. The two stages are connected by a shared distinction between hard constraints, which require correction before processing continues, and soft constraints, which are logged to inform later decisions. Following an AI Act-aligned assessment methodology (based on the Fraunhofer AI Assessment Catalog), we propose using distributional auditing and counterfactual testing to produce a Stage 1 bias inventory sorted into hard and soft constraints, with the latter informing fairness thresholds for Stage 2. The same logic would apply to Stage 2: fairness metrics crossing predefined thresholds would trigger an adapted recommendation process, while smaller deviations would be logged as bias reports and persistent fairness states.
[IR-4] PCTD: Preference-Guided Counterfactual Task Decomposition for Agent Tool Retrieval
链接: https://arxiv.org/abs/2607.15696
作者: Chu Zhao,Lei Tang,Minghang Li,Jianzhe Zhao,Guibing Guo,Zhengzong Chen,Yuanyuan Zhao,Fei Huang
类目: Information Retrieval (cs.IR)
备注:
Abstract:Task decomposition aims to transform ambiguous instructions into executable atomic subtasks, thereby guiding high-precision tool retrieval. However, our analysis reveals that directly adopting tool retrieval metrics, i.e., Recall or NDCG, as rewards for task decomposition can easily induce reward hacking in reinforcement learning-based methods. Specifically, models tend to maximize retrieval matching through strategies such as repetitive decomposition. This spurious correlation between the shallow features of decomposition results and retrieval metric impairs generalization in Out-of-Domain (OOD) scenarios involving unseen tools. To address this issue, we propose PCTD, a Preference-guided Counterfactual Task Decomposition framework. PCTD quantifies the marginal causal gain of decomposition on retrieval ranking through a counterfactual reward, thereby cutting off spurious correlations at their source. Meanwhile, it introduces a preference reward to impose fine-grained structural supervision on logical coherence and atomicity, encouraging the model to generate high-quality decompositions. In addition, we construct MTDTool, the task decomposition benchmark specifically designed for mobile multi-turn interactions. Extensive experiments demonstrate that PCTD alleviates repetitive decomposition and surpasses SOTA methods in retrieval, decomposition quality, and OOD generalization.
[IR-5] RecGPT -V3 Technical Report
链接: https://arxiv.org/abs/2607.15591
作者: Bowen Zheng,Chao Yi,Dian Chen,Gaoyang Guo,Han Zhu,Jiakai Tang,Jian Wu,Mao Zhang,Wen Chen,Yifan Lu,Yujie Luo,Yuning Jiang,Zhujin Gao,Bo Zheng,Dixuan Wang,Hao Fang,Jiancai Liu,Jing Yu,Ke Chen,Kewei Zhu,Mingke Xu,Wenjun Yang,Xunke Xi,Zile Zhou
类目: Information Retrieval (cs.IR)
备注: Technique Report
Abstract:Large language models (LLMs) are transforming recommender systems from matching co-occurrence patterns in historical behavior toward reasoning about the intent that drives it. RecGPT-V1 pioneered this paradigm on Taobao by centering user understanding, and RecGPT-V2 scaled it via coordinated multi-agent reasoning; both are deployed in production with consistent gains in user experience and commercial outcomes. However, operating RecGPT at scale reveals three challenges: (1) stateless behavior modeling, where each request reprocesses full user history, wasting computation and discarding prior analysis; (2) a tag-to-item information bottleneck, where natural-language tags form a lossy channel between user understanding and item grounding; and (3) inefficient explicit reasoning, whose lengthy chain-of-thought incurs untenable latency and compute overhead. We present RecGPT-V3, a stateful, hybrid-modal recommender that reasons over natural language for open-world knowledge and Semantic IDs (SIDs) for concrete item grounding. A Memory Hub maintains structured, continually evolving user memory that distills long-horizon behavior into condensed units, cutting user-modeling computation by 55.8%. A Hybrid-modal Foundation Model allows the LLM jointly reason over text tags and SIDs, opening a high-bandwidth channel into the item space. Latent Intent Reasoning internalizes verbose rationales into compact learnable latent tokens that remain decodable into readable explanations, lowering output token cost by 200x. Deployed in Taobao’s “Guess What You Like” feed, RecGPT-V3 achieves consistent gains in large-scale online A/B tests: IPV +1.28%, CTR +1.00%, TC +1.97%, GMV +3.97%, while cutting end-to-end serving resource consumption by 52.4%. Comments: Technique Report Subjects: Information Retrieval (cs.IR) Cite as: arXiv:2607.15591 [cs.IR] (or arXiv:2607.15591v1 [cs.IR] for this version) https://doi.org/10.48550/arXiv.2607.15591 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[IR-6] Efficient and Effective In-place Graph-based Vector Index Updates
链接: https://arxiv.org/abs/2607.15576
作者: Haotian Liu,Yujun He,Bo Tang
类目: Databases (cs.DB); Information Retrieval (cs.IR)
备注:
Abstract:In the era of Large Language Models (LLMs), efficient vector updates are critical for capturing real-time information from rapidly evolving data. However, it is not trivial to process frequent vector insert and delete updates and maintain a high recall of the search results simultaneously. Specifically, the cluster-based vector indexing methods have high update throughput but low search result quality. Existing out-of-place graph-based vector indexing update approaches suffer from poor update throughput due to the need to periodically merge update batches into the underlying graph index. Building a vector data system that supports efficient and effective in-place updates is inherently challenging. In this work, we propose Yi to achieve it. In particular, Yi supports in-place graph-based vector indexing updates with consistently high update throughput and good search result quality. The key idea of Yi is decomposition facilitates consolidation. In particular, we introduce a vector-level update mechanism and architect Yi with three core components: (i) a tasklet-based execution engine, (ii) an asynchronous buffer manager, and (iii) a vector file system. Experimental results demonstrate that Yi achieves 1.75x higher update throughput and 1.8x higher concurrent search throughput than the state-of-the-art systems on the 800M dataset, while using only 73% of the peak memory and fewer CPU cores. Subjects: Databases (cs.DB); Information Retrieval (cs.IR) Cite as: arXiv:2607.15576 [cs.DB] (or arXiv:2607.15576v1 [cs.DB] for this version) https://doi.org/10.48550/arXiv.2607.15576 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[IR-7] LLM s Encode Relevance as a Layer-Wise Cross-Lingual Signal
链接: https://arxiv.org/abs/2607.15555
作者: Pietro Bernardelle,Samaneh Mohtadi,Stefano Civelli,Joel Mackenzie,Gianluca Demartini
类目: Information Retrieval (cs.IR)
备注:
Abstract:Large language models (LLMs) are increasingly used in information retrieval (IR) pipelines as relevance judges and re-rankers. Yet most analyses remain output-centric, evaluating generated labels or scores while offering limited insight into how relevance is represented inside the model. In this work, we study whether query-document (q-d) relevance is linearly decodable from residual-stream activations in instruction-tuned LLMs, how this signal compares with generated relevance judgments, and whether it transfers across languages. Using the TREC DL20 and MIRACL evaluation collections, we guide medium-scale LLMs (4-9B parameters) with UMBRELA-style relevance judgment prompts, extract last-token activations from every transformer layer, and train linear probes to predict relevance labels. We compare probe predictions with generated judgments and use TREC DL20 to test whether probe-derived pseudo-labels preserve system rankings against human judgments. Our results suggest that q-d relevance is encoded as a depth-dependent signal: probe performance is weak in early layers and strongest in middle-to-late layers, indicating that relevance becomes more linearly accessible after contextual integration. Most importantly, in several models, validation-selected probes match or outperform generated judgments and better preserve system rankings, revealing a separation between internal relevance representation and external expression. Multilingual experiments suggest partial cross-language portability, although transfer remains weaker than within-language decoding. Overall, this work provides a representation-level perspective on LLM-based relevance assessment. Layer-wise probing can help diagnose where relevance emerges, when generated judgments fail to reflect internally available evidence, and how relevance representations vary across languages, datasets, and model families.
[IR-8] How Does Empowering Users with Greater System Control Affect News Filter Bubbles?
链接: https://arxiv.org/abs/2607.15284
作者: Ping Liu,Karthik Shivaram,Aron Culotta,Matthew Shapiro,Mustafa Bilgic
类目: Information Retrieval (cs.IR); Artificial Intelligence (cs.AI)
备注:
Abstract:While recommendation systems enable users to find articles of interest, they can also create ``filter bubbles’’ by presenting content that reinforces users’ pre-existing beliefs. Users are often unaware that the system placed them in a filter bubble and, even when aware, they often lack direct control over it. To address these issues, we first design a political news recommendation system augmented with an enhanced interface that exposes the political and topical interests the system inferred from user behavior. This allows the user to adjust the recommendation system to receive more articles on a particular topic or presenting a particular political stance. We then conduct a user study to compare our system to a traditional interface and found that the transparent approach helped users realize that they were in a filter bubble. Additionally, the enhanced system led to less extreme news for most users but also allowed others to move the system to more extremes. Similarly, while many users moved the system from extreme liberal/conservative to the center, this came at the expense of reducing political diversity of the articles shown. These findings suggest that, while the proposed system increased awareness of the filter bubbles, it had heterogeneous effects on news consumption depending on user preferences.
[IR-9] Adaptive Retrieval Strategies for Biomedical Question Answering
链接: https://arxiv.org/abs/2607.15283
作者: Han Yue,Eric Zhou,Alex Hu,Xueshen Li,Yuan Zhang,Jinfeng Zhang
类目: Information Retrieval (cs.IR)
备注:
Abstract:Biomedical question answering (QA) encompasses diverse question types, including yes/no, factoid, list, and summary questions, each requiring distinct forms of evidence and reasoning. However, most retrieval-augmented QA systems rely on a unified retrieval pipeline, regardless of the information needs of different question categories. This one-size-fits-all approach may limit the effectiveness of evidence acquisition and downstream answer generation. In this work, we propose an adaptive retrieval framework that selects retrieval and evidence aggregation strategies according to question type. The system combines query understanding, biomedical document retrieval, reranking, knowledge graph augmentation, document clustering, and large language model-based answer generation. For yes/no questions, it focuses on precise evidence retrieval; for factoid and list questions, it emphasizes entity-oriented retrieval and clustering; and for summary questions, it performs broader evidence collection and synthesis. We evaluate the proposed framework on the BioASQ benchmark and demonstrate that adaptive retrieval strategies improve evidence relevance and answer quality across multiple question types. Our results suggest that aligning retrieval mechanisms with question-specific information needs provides an effective direction for enhancing retrieval-augmented biomedical QA systems.
人机交互
[HC-0] Student Evaluation of Repeated AI Feedback Across a Semester of Writing
链接: https://arxiv.org/abs/2607.16115
作者: Andres Karjus,Janika Leoste,Tiia Õun
类目: Computers and Society (cs.CY); Human-Computer Interaction (cs.HC)
备注:
Abstract:Generative AI is increasingly used for feedback in higher education, but evidence from repeated classroom use remains limited. This short paper analyses 2988 reflective essay-feedback-appraisal instances from 283 Estonian bachelor students across one semester. Students obtained and assessed feedback from a self-selected AI tool using a uniform prompt. The present analysis of the anonymized text corpus covers essay content, AI feedback, and its perceived helpfulness. Students found feedback helpful and actionable more often than not; about a tenth thought AI unhelpful, more so towards the end of the semester. We also analyzed essay reflection depth, and used a validated AI text classifier to estimate the share of essays that could be treated as likely unaided student writing. The study contributes descriptive classroom evidence on integration of AI feedback - a fast and scalable way to provide immediate writing advice, but not a self-contained route to better reflection. Benefits depend on whether students learn to use AI selectively and critically, without sliding into over-use harmful for the learning process.
[HC-1] Attention-Guided Saliency Maps for Interpreting Visualization Literacy in VLMs IEEE-VIS2026
链接: https://arxiv.org/abs/2607.16105
作者: Maeve Hutchinson,Abderrahmane Wassim Mehdaoui,Pranava Madhyastha
类目: Computer Vision and Pattern Recognition (cs.CV); Human-Computer Interaction (cs.HC)
备注: To be presented at IEEE VIS 2026
Abstract:Understanding how vision-language models (VLMs) interpret data visualizations remains an open problem, and is increasingly important as these models are used for analytical tasks where reliable reasoning is essential. We introduce a lightweight, diagnostic saliency map method tailored for text generation over images using transformer models, the current state-of-the-art models in visualization interpretation. Our approach aggregates the language model’s attention over the visual tokens across all heads and layers, then maps this attention back onto the vision encoder’s patch grid to localise it over the image, producing a direct correspondence between each generated answer token and the image regions it attended to. This yields fast, gradient-free saliency maps that expose how VLMs allocate focus across visual elements during answer generation, enabling inspection of whether model attention aligns with semantically relevant components. We evaluate our approach using a deletion metric which validates the causal faithfulness of our saliency maps to the model’s behavior.
[HC-2] A Human-Centric Evaluation of a Retrieval-Augmented Generation System for Explaining Quebec Insurance Contracts
链接: https://arxiv.org/abs/2607.15963
作者: David Beauchemin,Richard Khoury
类目: Human-Computer Interaction (cs.HC)
备注: Accepter to HCII 2026
Abstract:With the rise of online insurance sales, consumers face a significant \enquoteadvice gap, requiring them to navigate complex legal contracts without expert guidance. This paper presents a human-centric, extrinsic evaluation of a state-of-the-art Retrieval-Augmented Generation system, designed to make Quebec automobile insurance contracts more understandable. Through a user study with 154 participants from Laval University, we assess the agent’s real-world utility by measuring system satisfaction, cognitive effort, perceived autonomy, and risk. Our results show the system is perceived as a \enquotecognitive equalizer, receiving high ratings for satisfaction, trust, and clarity. Crucially, users value the sense of autonomy the system provides even more than the knowledge itself, with this effect being most pronounced among participants with lower financial literacy, demonstrating how such an agent can directly empower individuals. However, our study also highlights some limitations: participants expressed a strong preference for human agents in high-stakes or emotionally charged scenarios. This work highlights the importance of human-in-the-loop frameworks in ensuring the responsible implementation of AI in high-stakes consumer finance.
[HC-3] Red Light Grey Zone: A Multi-Perspective Interactive Narrative for Autonomous Driving Ethics
链接: https://arxiv.org/abs/2607.15888
作者: Mengyi Wei,Nianhua Liu,Chenyu Zuo,Liqiu Meng
类目: Computers and Society (cs.CY); Human-Computer Interaction (cs.HC)
备注:
Abstract:Autonomous driving ethics is not only an expert concern, but also a public issue involving risk, responsibility, and governance. However, non-experts often struggle to interpret these issues in concrete incidents, especially when responsibility is distributed across multiple stakeholders. This paper investigates interactive narrative as a public-facing method for eliciting situated ethical reflection on autonomous driving. We present Red Light, Grey Zone, a web-based, multi-perspective interactive narrative prototype inspired by a real-world autonomous-driving incident. The prototype invites participants to compare stakeholder perspectives, examine scene materials, and make responsibility judgments in the face of ethical ambiguity. We report an exploratory user study (N=12) examining how differently non-experts responded to the prototype. Our analysis focuses on three dimensions of reflection: ethical cognition, responsibility-focused critical thinking, and multi-perspective reasoning. Exploratory pre-post results showed the strongest self-reported shift in responsibility-focused critical thinking among participants who completed the intended stakeholder-comparison process, while ethical cognition and multi-perspective reasoning showed positive directional trends. Qualitative findings further show how participants reflected on safety and market trade-offs, responsibility ambiguity, transparency and privacy, and governance gaps. Participants also used stakeholder comparison to corroborate evidence and, in many cases, broaden responsibility judgments from single-actor blame toward more distributed interpretations of accountability. Overall, the study suggests that multi-perspective interactive narratives may support non-expert reflection on accountability, evidence, and governance in AI-enabled systems.
[HC-4] Perceived AGI: Believability as Dimensional Completeness Not Capability
链接: https://arxiv.org/abs/2607.15883
作者: Sebastian Cochinescu
类目: Human-Computer Interaction (cs.HC); Artificial Intelligence (cs.AI)
备注: 12 pages, 1 figure, 3 tables
Abstract:Large language models are broadly capable, yet in sustained one-to-one conversation they still read as flat: competent, responsive, and somehow not quite the presence of a mind. We hypothesize that a central missing ingredient is not more capability but dimensional completeness. We propose that the believability of an artificial interlocutor – the degree to which a user attributes an inner life to it, which we call perceived mind – is governed by whether the agent expresses a small set of first-person stances that humans use as evidence of mind, and that this is separable from task intelligence. We name four such dimensions – time, truth, entropy, and love – each defined as a behavioral stance rather than a benchmark competency, each with a human analog and a concrete emulation path; the time dimension already has an author-reported prototype. We identify an observable behavior layer – initiative (unprompted action) and cadence (the shape and timing of turns) – through which the stances surface in conversation, both partially realized as deployed features in a production companion application. We state six falsifiable predictions that a later pre-registered study will test, separating those that are pre-registrable now from those that remain conjectures pending operationalization. This is a conceptual framework: it reports no human-subjects data, and its central comparative claims are predictions, not findings. Throughout we hold a firm boundary – the object is inferrable interiority, not interiority; this is perception engineering, not a theory of machine consciousness – and we treat the resulting attachment and manipulation risks as load-bearing rather than incidental.
[HC-5] EgoExoMoCap: Distributed Ego-Exo Human Motion Capture ECCV2026
链接: https://arxiv.org/abs/2607.15868
作者: Jiaxi Jiang,Bharat Lal Bhatnagar,Nan Yang,Lingni Ma,Sebastian Starke,Robin Kips,Nadine Bertsch,Christian Holz,Federica Bogo
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI); Graphics (cs.GR); Human-Computer Interaction (cs.HC); Robotics (cs.RO)
备注: Accepted by ECCV 2026, Project page and code: this https URL
Abstract:Human motion capture from head-mounted devices (HMDs) offers a scalable way to acquire real-world human motion and interaction data, which is crucial for applications in embodied AI and VR/AR. Existing approaches focus on either egocentric body tracking, estimating the motion of the subject wearing the device, or exocentric tracking, capturing the movements of people in the wearer’s surroundings. So far, these two paradigms have largely been explored in isolation. In this paper, we propose a novel distributed framework that jointly leverages ego- and exocentric multi-modal signals for human motion estimation from HMDs. Unlike traditional motion capture systems requiring bulky multi-camera setups or obtrusive mocap suits, our approach, EgoExoMoCap, is as simple as two (or more) people, each wearing a pair of smart glasses. The method leverages head (plus potentially wrist) tracking signals for accurate estimation of global motion in the 3D world and combines context-aware image features based on DINOv3 to achieve robustness in the presence of noise and occlusions. Extensive experiments on two in-the-wild datasets show that our approach can robustly reconstruct motion even in challenging scenarios.
[HC-6] Breakdowns for Human-Machine Creative Reflexivity
链接: https://arxiv.org/abs/2607.15866
作者: Marianne Bossema,Somaya Ben Allouch,Rob Saunders
类目: Human-Computer Interaction (cs.HC)
备注:
Abstract:Generative AI (GenAI) works via goal-directed computation, which differs fundamentally from human creative processes. This poses challenges for the intelligent support of creative experiences. We propose breakdowns'' as opportunities for the exchange of perspectives between human and machine. Breakdowns disrupt a flow and force us to consciously evaluate our being-in-the-world’'. Between human and machine, breakdowns can function as openings for collaborative creative reflection. We are currently studying human-human creative interactions, to identify the markers of these inter-subjective openings, and to understand how they are used in a co-creative process. We present preliminary findings on breakdowns as a design principle for creativity support, prioritising human creative agency and meaningful reflection over automated content generation.
[HC-7] Cant Stop: How Context and Individual Traits Influence Effectiveness of Different Gradual Interventions for Infinite Scrolling on Short-Form Video Platforms
链接: https://arxiv.org/abs/2607.15818
作者: Luca-Maxim Meinhardt,Manuela Dragic,Mark Colley,Kai Lukoff,Enrico Rukzio
类目: Human-Computer Interaction (cs.HC)
备注:
Abstract:Infinite scrolling on short-form video platforms like TikTok encourages prolonged engagement and post-usage regret. Interventions aim to mitigate such behavior, but their effectiveness may depend on the interplay between intervention type, contextual factors, and individual traits. In a 7-day within-subject randomized field study (N=104), we compared a baseline pop-up and two gradually intensifying design frictions (visual and haptic). We evaluated behavioral changes and user experience using objective and subjective measures. Results showed that the pop-up was initially effective but quickly lost impact, whereas the visual gradual intervention sustained subjective ratings the longest. Bayesian modeling revealed that self-regulation traits moderate how participants responded to the three intervention types. For participants with low impulsivity, the type of intervention had little influence on its subjective effectiveness. For participants with high impulsivity, however, differences between intervention types were substantial, with the explicit baseline pop-up being most effective compared to the novel gradual interventions. Contextual factors, in contrast, showed little influence. These findings suggest that intervention modality and individual differences in self-regulation shape intervention effectiveness.
[HC-8] On the Structure of Address in Multi-Party Dialogue: From Discrete Labels to Continuous Levels
链接: https://arxiv.org/abs/2607.15648
作者: Taiga Mori,Koji Inoue,Divesh Lala,Tatsuya Kawahara
类目: Computation and Language (cs.CL); Artificial Intelligence (cs.AI); Human-Computer Interaction (cs.HC)
备注:
Abstract:In multi-party dialogues between a dialogue system and multiple users, identifying to whom an utterance is addressed is a key challenge. Prior work has typically treated addressee detection as a multi-class classification task, selecting a single label representing an individual participant or the group. This formulation assumes that address is inherently discrete and has primarily been used for predicting turn-taking. In this paper, we revisit this assumption by analyzing address as a continuous phenomenon. Using a multi-party human dialogue corpus annotated by multiple annotators, we construct both binary address labels derived from majority-vote addressee labels and continuous address levels inferred from annotator judgments using a latent-variable model. We then examine how these representations relate to turn-taking as well as listener behaviors, including gaze and backchannels. Our results show that, in addition to turn-taking, both gaze and backchannels are associated with address. Furthermore, models using continuous address levels achieve better predictive fit than those using discrete labels, suggesting that address may exhibit graded structure. Finally, we discuss the future directions of addressee detection research based on the findings of this study.
[HC-9] Understanding Fortunetelling with Large Language Models in China: User Practices Perceptions and Impacts on Beliefs and Decisions
链接: https://arxiv.org/abs/2607.15626
作者: Xueer Lin,Chenyu Li,Shuai Ma,Yuhan Lyu,Zhenhui Peng
类目: Human-Computer Interaction (cs.HC)
备注: Accepted at ICWSM 2027
Abstract:Fortunetelling is a cultural practice for navigating uncertainty, often associated with people’s beliefs and decisions. Fortunetelling with recent large language models (LLMs) introduces new opportunities and risks. This paper conducts qualitative studies to understand users’ practices, perceptions, and impacts of LLM fortunetelling in China. We first analyze 1,045 posts on Chinese social media, yielding a comprehensive taxonomy of the diverse foretold topics (e.g., career, romance), emotion reactions (e.g., surprise, worry), and perceived credibility (e.g., doubt, trust) of LLM fortunetelling. Then, we conduct interviews with 20 users of LLM fortunetelling. The findings indicate that users treat LLM fortunetelling as a tool less for accurate prediction but more for emotional support. While the fortunetelling results rarely change users’ initial beliefs or decisions, they are associated with subtle mindset shifts, with some users reporting small behavioral adjustments. We discuss implications for gaining benefits from LLM fortunetelling.
[HC-10] Visualization Autocomplete: Visualization Authoring via Stepwise Design Recommendations IEEE-VIS2026
链接: https://arxiv.org/abs/2607.15608
作者: Hyeon Jeon,Sungbok Shin,Niklas Elmqvist
类目: Human-Computer Interaction (cs.HC)
备注: IEEE VIS 2026 IEEE Transactions on Visualization and Computer Graphics (TVCG)
Abstract:When domain experts create charts, the bottleneck is rarely the data, but knowing the optimal next step in chart design. The visualization design space is vast, and while domain experts can recognize a good design when they see it, it is often challenging to determine the exact path to get there. To address this, we present VISAUTOCOMPLETE, a system inspired by text autocompletion that reconceptualizes visualization design as a sequential process, recommending concrete next steps at each stage of the authoring process based on common practices. Users can intervene at any step, or delegate multiple steps to the system and select one from the design recommendations. To support responsive interaction, we distill the translation logic of a large language model (LLM) into a single function that receives the current chart state and recommended transition as input and returns the updated chart specification as output. We evaluate the system against a LLM vibecoding, Microsoft Excel, and TaskVis, an automated chart recommendation engine, on chart quality and approachability. Our results show that VisAutocomplete outperforms all baselines in the articulacy of complex chart authoring, while remaining on par with LLM in approachability.
[HC-11] PACE: Persona Adaptation through Conversational Elicitation in Human-Robot Interaction
链接: https://arxiv.org/abs/2607.15579
作者: Peizhen Li,Longbing Cao,Megani Rajendran,Timothy Liu,Aik Beng Ng,Simon See
类目: Robotics (cs.RO); Human-Computer Interaction (cs.HC)
备注: 8 pages, 5 figures
Abstract:Equipping humanoid robots with coherent and adaptable personas is crucial for fostering natural, engaging, and trustworthy human-robot interaction (HRI). However, existing approaches often rely on static, hard-coded identities that lack the flexibility to adapt to individual user contexts. In this paper, we present PACE (Persona Adaptation through Conversational Elicitation), a novel framework for the interactive generation and deployment of structured personas on the Ameca humanoid robot. Our system introduces an Interactive Persona Elicitation Pipeline, enabling the robot to dynamically synthesize a tailored, psychologically grounded identity through user QA. This elicitation process feeds into a persona prompt compilation phase, generating a structured persona prompt built upon multi-perspective dimensions. We detail the Embodied System Integration required to translate this structured specification into expressive, multimodal humanoid behaviors. Through a comprehensive empirical HRI evaluation, we assess the impact of dynamically generated personas on user trust, perceived anthropomorphism, persona consistency, personal relevance, and interaction quality compared to a generic baseline. These contributions establish a scalable pathway for deploying personalized, interactive, and reliable identities in embodied humanoid assistants. Video demo is available at: this https URL
[HC-12] Physiological Prior-Driven Label Enhancement for Cross-Subject EEG Emotion Recognition
链接: https://arxiv.org/abs/2607.15566
作者: Hongyu Zhu,Lin Chen,Yuming Fu,Mounim A. El-Yacoubi,Mingsheng Shang
类目: Human-Computer Interaction (cs.HC)
备注: Submitted; 11 pages
Abstract:Electroencephalography (EEG)-based emotion recognition captures affective neural signals with high temporal precision, but cross-subject variability and label noise remain critical challenges to its practical healthcare deployment. Existing label-denoising methods lack physiological grounding, while physiology-informed approaches rely on hand-crafted hyperparameters. To bridge these two paradigms, we propose PhyDA, a plug-and-play, tuning-free framework that unifies neurophysiological priors with data-driven label refinement. PhyDA comprises two modules. Since cross-subject variability renders global thresholds suboptimal, the Physiological Noise Quantifier (PhyNQ) exploits a spectral slope to produce a subject-specific noise score, providing a neurophysiologically interpretable quality assessment that naturally adapts to each individual. The Data-Adaptive Label Refiner (DALR) directly adopts this noise score as the contamination ratio to drive a label refinement pipeline that requires no additional neural network training, thereby directly mitigating the impact of inter-subject label noise. Extensive experiments on three public datasets (DEAP, SEED, SEED-IV) across seven backbone architectures under strict leave-one-subject-out cross-validation demonstrate that PhyDA consistently and significantly outperforms both general and EEG-tailored label-denoising baselines, achieving average accuracy gains of 2.76%, 2.66%, and 3.32%, respectively. Visualization further confirms its neurophysiological interpretability and practical robustness. The source code is available at: this https URL.
[HC-13] CASAband: Easy-to-Wear Textile Wristband using Shape Memory Alloy Actuators for Spatial and Temporal Haptic Feedback
链接: https://arxiv.org/abs/2607.15533
作者: Baekgyeom Kim,Anoush Sepehri,Jessica Healey,Taeuk Oh,Hyungseok Seo,Je-Sung Koh,Tania K. Morimoto
类目: Human-Computer Interaction (cs.HC); Robotics (cs.RO)
备注:
Abstract:Haptic interfaces for the wrist and forearm offer an attractive alternative to hand-worn devices as they are simple to wear, leave the hands free for interaction with the real world, and interfere minimally with natural arm motions. To be useful in real-world settings, however, such devices must balance functionality, wearability and comfort, all while being fully untethered with minimal mass and volume. In this work, we present CASAband, a haptic wristband that integrates compliant amplified shape memory alloy actuators (CASA) into a multi-layered textile wristband to deliver spatial and temporal haptic feedback. CASAband operates completely untethered, generates no noise, and has a total mass of 63 g. The device incorporates four actuators that can generate up to 1.7 N of blocked force and 3.2 mm of free displacement with an operating bandwidth ranging from 1.34-6.59 Hz depending on the applied voltage. We conducted a perceptual study and determined that users could identify the location of a single haptic cue around their wrist and discriminate among several patterned cues with over 90% accuracy on average, highlighting that CASAband can be a suitable wearable interface to deliver information for real-world guidance and navigation tasks. To highlight the potential use cases for CASAband, we conducted two demonstrations: a pick and place task where the user relied only on haptic communication from a moderator, and an outdoor pedestrian navigation task where the user relied only on directional cues on the wrist. CASAband is one of the first haptic interfaces that balances the tradeoff between form and function and presents new opportunities for haptic feedback in the real world
[HC-14] Interactive Mascot: A Scene-Centric Interaction Grammar for Data Visualizations
链接: https://arxiv.org/abs/2607.15523
作者: Zhicheng Liu
类目: Human-Computer Interaction (cs.HC)
备注:
Abstract:Scene-centric visualization systems expose semantic components, such as marks, encodings, layouts, and axes, as first-class objects that can be directly manipulated. Existing interaction abstractions, however, are largely based on event streams, signals, and data selections rather than semantic scene components. This mismatch makes interactions involving scene components less natural to specify and limits the expressive power of scene-centric visualization systems. We present Interactive Mascot, a scene-centric interaction grammar for data visualizations. Interactive Mascot extends scene-centric representations for static visualizations by modeling interactive behavior as information flow among four interaction components (trigger, responder, evaluator, and updater) and two forms of context (event context and state context). To realize these semantics, we introduce a dependency-graph execution model that systematically transforms interaction specifications into executable dependency graphs using reusable graph patterns associated with semantic visualization components. We implement Interactive Mascot in the JavaScript library this http URL and evaluate its expressiveness, performance, and usability. Interactive Mascot naturally covers Vega-Lite’s interaction design space while additionally supporting stateful interactions, direct manipulation of scene components, and freeform selection. It achieves runtime performance comparable to Vega-Lite, and a qualitative user study shows that the grammar is learnable and usable for interaction authoring.
[HC-15] Assessing Learning Processes with Multimodal Data in Virtual Reality Learning Environments
链接: https://arxiv.org/abs/2607.15403
作者: Eileen McGivney,Oluwatomilade Olarinde,Erica Kleinman,Kaylah Facey,Rana Jahani,Shripad Agashe,Manav Varma,Seth Cooper,Casper Harteveld
类目: Human-Computer Interaction (cs.HC); Emerging Technologies (cs.ET)
备注:
Abstract:Assessing learning in virtual reality (VR) environments typically relied on traditional pre-post content retention tests, revealing little about the process of learnng within such immersive environments. Multimodal data from player activity in VR is promising to better measure learning processes and higher-order skills, but little research in the learning sciences has explored how such data can be combined to provide meaningful measures. To address this, we explored multimodal sources of data from a VR escape room containing hands-on logic puzzles that require problem-solving strategies and engagement in verbal metacognitive reflections. We leverage VR’s affordances to immerse users in sustained dialog and promote multimodal interactions in a digital environment to understand how logfile and verbal data reveal participants’ reasoning skills versus guesswork.
[HC-16] Interactive 3D Tangible Display with a High-Speed Stiffness-Variable Jamming Module ICRA2025
链接: https://arxiv.org/abs/2607.15325
作者: Chanyoung Ahn,Jaesung Lee,Donhyun Hwang
类目: Human-Computer Interaction (cs.HC); Robotics (cs.RO)
备注: 8 pages, 7 figures. Exhibited at the ICRA 2025 Arts in Robotics
Abstract:Multisensory integration, particularly through visual and tactile feedback, plays a crucial role in enhancing audience engagement with artworks. Although recent research has increasingly explored tactile experiences in art, existing systems often lack real-time variable stiffness modulation and depend on bulky mechanical infrastructures. In this work, we propose a novel tangible display based on a magnetic jamming mechanism, enabling real-time, low-noise, and low-voltage stiffness modulation integrated into traditional sculptural artworks. Our system combines visual motion and dynamic tactile feedback within a compact standalone module, allowing audiences to interactively experience variations in the rigidity and form of features such as those found in the traditional Korean mask Hahoetal. This approach offers a new paradigm for interactive art, enabling more immersive, multisensory engagement through the fusion of cultural artifacts and modern technology. Our project page is available at this https URL.
[HC-17] Empathy as Predictive Misalignment Tolerance: A Co-Regulation Framework and the Regime Structure of Dialogue Repair
链接: https://arxiv.org/abs/2607.15282
作者: Molood Arman
类目: Human-Computer Interaction (cs.HC); Artificial Intelligence (cs.AI); Computation and Language (cs.CL)
备注:
Abstract:Empathy is most often theorized as resonance: a mirroring of another’s present emotional or cognitive state. This synchronic framing has shaped artificial systems, where empathic behavior is defined as affect recognition and response alignment. We argue this is the wrong target for extended dialogue, where understanding unfolds over time through prediction, divergence, and repair. We reframe empathy as predictive misalignment tolerance: the capacity to anticipate and regulate divergence across time rather than collapse it. We formalize this as Interpretive Error Tolerance (IET), a dynamic-threshold heuristic that models empathy as maintaining a viable band of divergence between agents. We evaluate this framework with two computational probes under controlled noise. The IET update rule does not outperform fixed baselines. Instead, we find a robust regime-dependent structure: repair trades discriminative fidelity for gist preservation. At low noise, repair degrades retrieval accuracy; at high noise, it preserves gist meaning, revealing an interaction between noise level, repair, and evaluation metric. We interpret this structure through IET, suggesting that empathy in extended interaction is not eliminating divergence but regulating its dynamics. This motivates a shift in empathic AI design from convergence toward managing interpretive distance.
计算机视觉
[CV-0] Knowing the Self Understanding the World: A Dual-Cognition Benchmark for UAV Spatio-temporal Reasoning with MLLM s
链接: https://arxiv.org/abs/2607.16193
作者: Like Liu,Zhengzheng Xu,Haitao He,Hongzhe Li,Shuchang Zhang,Dian Shao
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: 11 pages, 4 figures, 7 tables. Project website: this https URL
Abstract:Multimodal large language models have achieved strong performance across diverse vision-language tasks, yet their capabilities in UAV scenarios remain insufficiently explored. Recent UAV-oriented benchmarks have begun to evaluate MLLMs in aerial scenarios, but they typically focus on scene understanding, event recognition, or navigation completion, rather than jointly assessing the dual-cognition capability required for UAV agents: reasoning about both the UAV’s own state and the external environment in multiview spatio-temporal contexts. To address this gap, we present UAV-DualCog, a benchmark for aerial multiview spatio-temporal reasoning built on this dual-cognition perspective. UAV-DualCog includes both image and video tasks to jointly evaluate self-state and environment-state reasoning, while requiring spatial or temporal grounding beyond discrete answer prediction. We also develop an automated pipeline that constructs data from scene-level semantic point clouds, yielding a scalable benchmark with diverse scenes, hundreds of landmarks, and thousands of QA samples. Extensive evaluations show that current MLLMs remain far from reliable in UAV dual cognition. Self-state reasoning, viewpoint transformation, precise spatial grounding, and temporal interval localization are persistent bottlenecks, and additional validation with thinking/frontier models and a human baseline confirms that the benchmark is understandable to humans but challenging for existing models. We further construct UAV-DualCog-Train from disjoint scenes and show through a lightweight optimization probe that it provides useful structured supervision, suggesting its value not only as an evaluation benchmark but also as a data resource for advancing MLLM-based UAV agents. Project website and supplementary materials: this https URL
[CV-1] MotionForesight: Re-purposing Video Models for Future 3D Scene-Flow Prediction
链接: https://arxiv.org/abs/2607.16192
作者: Homanga Bharadhwaj,Yash Jangir
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Website with visual results this http URL
Abstract:Humans can infer how objects are likely to move from passive observation: a cup may be lifted, a drawer may slide, and a lid may rotate shut. Such predictions expose the physical consequences of interaction needed to act in the real world. We study how to learn this anticipation from ordinary monocular videos of human-object interaction. Given a short observed video context, MotionForesight predicts future 3D trajectories for points on the manipulated object. This casts interaction prediction as object-centered 3D motion forecasting without any assumptions on the object properties. Our key insight is that video prediction models already encode rich priors about how objects move during human interactions. We redirect these priors from pixel prediction toward future 3D scene flow. We start from a dense 3D tracker built on a pretrained video model, generate pseudo-ground-truth tracks from complete clips, and train the forecaster using only the observed frames. We replace future RGB and geometry with learned mask latents and train a lightweight adapter to turn the retrospective tracking representation into a forward predictor, while freezing the large video and tracking components. Using just 40k human videos and no auxiliary inputs such as language, MotionForesight generalizes across diverse out-of-distribution objects, environments, viewpoints, and interactions. It also outperforms substantially larger models that use over a million training videos. These results show that we can efficiently re-purpose video priors into explicit geometric forecasts for embodied intelligence. this https URL
[CV-2] FVAttn: Adaptive Sparse Attention with Runtime Load Balancing for Video Generation
链接: https://arxiv.org/abs/2607.16190
作者: Hao Liu,Chenghuan Huang,Ye Huang,Zhiying Wen,Hao Liu,Mohan Zhang,Chen Li,Ziyang Ma,Jing Lyu,Jiangsu Du
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Video Diffusion Transformers process long spatio-temporal sequences, making self-attention the main bottleneck in high-resolution video generation. Training-free sparse attention reduces this cost, but adaptive Top- p routing creates uneven per-head workloads under multi-GPU sequence parallelism. The resulting workload heterogeneity turns sparse attention into a rank-level straggler problem. We present \method, a training-free sparse-attention system that improves the distributed execution efficiency of adaptive sparse attention under multi-GPU sequence parallelism. \method uses Top- p routing, a Top- k safety floor, and video-aware block organization as the sparse-routing frontend, then repairs the materialized mask at runtime. Runtime Load Balancing migrates a small number of heavy heads via P2P communication to shorten the current critical path. Slack-Aware Sparse Augmentation fills residual non-critical-rank slack with additional high-value blocks, while overlap hides scheduling and migration overhead behind existing computation. On step-distilled Wan2.2 I2V, \method reduces average load imbalance from 1.34 to 1.08 and delivers a 4.41\times attention speedup over FlashAttention, while achieving a 2.02 – 2.11\times DiT inference speedup with competitive video quality.
[CV-3] Searching Videos as Trees: Self-Correcting Agents for Grounded Long Video QA
链接: https://arxiv.org/abs/2607.16189
作者: Ce Zhang,Ziyang Wang,Yulu Pan,Oluwatumininu Oguntola,Pranav Wagh,Qiyu Wu,Hiromi Wakaki,Mohit Bansal,Gedas Bertasius
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Grounded long-video question answering (Grounded LVQA) requires answering a question about a long video while localizing the short evidence interval that supports the answer. Recent agentic methods frame this task as multi-turn exploration with a single crop_video(start, end) action, which supports coarse-to-fine narrowing but provides no primitive for fine-to-coarse backtracking. As a result, these agents typically converge prematurely and cannot recover from an early mistake. We propose VideoTreeSearch (VTS), a framework that casts grounded LVQA as iterative self-correcting search over an adaptive temporal tree. VTS constructs a non-uniform tree from visual scene boundaries so that each node corresponds to a semantically coherent segment, and trains an agent to navigate the tree through four discrete operations: zoom_in, zoom_out, shift, and answer. These operations expose backtracking and recovery as explicit, learnable primitives rather than implicit behaviors. To train this navigation, we introduce a trajectory synthesis pipeline that produces multi-step paths through the tree, including deliberate detours into incorrect branches followed by recovery. We use these trajectories for supervised fine-tuning, followed by reinforcement learning with grounding and answer-accuracy rewards. On three Grounded LVQA benchmarks (CG-Bench, Haystack-LVBench, Haystack-Ego4D), VTS outperforms the strongest prior agentic methods by +12.5 mIoU on CG-Bench and +7.4 T-F1 on Haystack-Ego4D. The learned policy also transfers to general long-video QA, surpassing all prior agentic baselines on Video-MME, MLVU, and LVBench by up to +7.1 accuracy points. Ablations confirm that self-correcting hierarchical search is the central mechanism behind these gains: removing either adaptive descent or explicit backtracking substantially degrades performance. Code is available at this https URL.
[CV-4] Vision-Language Assistant for Emotional Reactions to Risky Driving
链接: https://arxiv.org/abs/2607.16181
作者: Harine Choi,Eun Hak Lee,Zhengzhong Tu
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Transportation Research Record. Advance online publication (2026)
Abstract:This study introduces a vision-language pipeline that detects risky driving behaviors and generates emotionally expressive responses to support driver awareness and comfort. Although vision-language models have advanced perception and reasoning in autonomous driving, existing systems rarely consider the emotional dimension or real-world user experience. Keep Yelling Assistant (KYA) detects high-risk driving maneuvers in real time, such as sudden cut-ins. It then produces emotional responses through a large language model tailored to driver preferences. The framework comprises two core modules. The vision module uses YOLOv8 variants to detect nearby vehicles and identify risky behaviors such as sudden cut-ins. Key driving metrics, including relative distance, speed, and projected reach time, are extracted and normalized to produce a structured behavior log. The language module processes this log with user-defined emotional tone settings, such as neutral, humorous, and analytical, and generates verbal reactions using state-of-the-art large language models, including ChatGPT-4o, Claude 3, Gemini 2.5, and Copilot. We evaluated the proposed system using dashcam videos containing risky driving behaviors and a user study involving 108 participants. Participants selected preferred response styles, and the large language models were evaluated based on emotional alignment. All models received favorable ratings, although preferences varied across personas. Notably, the combination of YOLOv8s and ChatGPT-4o achieved the highest score of 4.29 out of 5.00. By integrating real-world perception with emotionally adaptive dialogue, KYA introduces a new paradigm for emotionally intelligent in-vehicle artificial intelligence. It offers promising directions for improving safety, trust, and emotional well-being in both conventional and autonomous vehicles.
[CV-5] CLIFE: Camera-LiDAR Fusion Framework for Edge-Deployable Roadside VRU Perception ITSC2026
链接: https://arxiv.org/abs/2607.16154
作者: Tam Bang,Hoang H. Nguyen,Lei Cheng,Lihao Guo,Siyang Cao,Hussam Abubakr,Tianya Zhang,Austin Harris,Mina Sartipi
类目: Computer Vision and Pattern Recognition (cs.CV); Systems and Control (eess.SY)
备注: Accepted for publication at the 2026 IEEE 29th International Conference on Intelligent Transportation Systems (ITSC 2026). 8 pages, 7 figures
Abstract:Reliable roadside perception of vulnerable road users (VRUs) remains challenging under occlusions, variable lighting, and diverse weather conditions, particularly under strict edge-computing and latency constraints. Existing multi-sensor fusion systems rely on cloud or server-grade infrastructure, creating a deployment gap at real-world intersections. We present CLIFE, an edge-native camera-LiDAR fusion framework that integrates targetless online calibration and lightweight late-fusion tracking entirely on a single embedded device, without cloud offloading. CLIFE adaptively refines camera-LiDAR alignment on demand and performs multi-sensor fusion and track association with O(N log N) per-frame cost. We deploy CLIFE across 12 signalized intersections in Chattanooga and conduct an in-depth evaluation at a representative intersection using synchronized camera-LiDAR data that spans diverse daytime, nighttime, and weather conditions. Our experiments demonstrate that the fusion architecture substantially enhances the perceptual range and robustness of the individual sensors under varied environmental and traffic conditions. The late-fusion core operates at 53.2 FPS on the Jetson AGX Thor, ensuring high throughput for real-time intersection-scale applications. By centering perception at the edge, CLIFE provides a deployable foundation for downstream safety applications, while reducing bandwidth and calibration overhead for agencies operating multi-intersection corridors.
[CV-6] VTLoc: Learning-based Tactile Contact Localization in Visual Point Clouds
链接: https://arxiv.org/abs/2607.16146
作者: Zhiyuan Wu,Zhuo Chen,Shan Luo
类目: Robotics (cs.RO); Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Vision and touch are complementary modalities essential for robotic perception and manipulation. While vision provides global object context, touch offers precise local information at contact points. Integrating these modalities for contact localization, i.e., predicting the location of touch on an object’s surface, poses significant challenges due to the need for accurate spatial alignment between tactile data and visual geometry. To address this challenge, we propose VTLoc, a novel visual-tactile framework that localizes contact points from tactile readings using a 3D point cloud as visual input. VTLoc introduces two key components: a geometric multi-modal alignment module, which reconstructs a pseudo-point cloud from fused visual-tactile features and aligns it with the visual point cloud to enforce spatial consistencies across modalities; and an iterative localizing updater, which iteratively refines the predicted contact location using fused visual-tactile features. Evaluated on a new benchmark of 100 real-world objects, VTLoc improves single-touch contact localization by reducing local-to-global correspondence ambiguity.
[CV-7] How Do VLMs Fail? Vision-Operation Misalignment in Compositional VQA
链接: https://arxiv.org/abs/2607.16094
作者: Navya Gupta,Bingjie Xu,Avinash Anand,Timothy Liu,Zhengchen Zhang
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Accepted at ACM Multimedia 2026
Abstract:Compositional visual question answering requires Vision-Language Models (VLMs) to execute multiple reasoning operations like object selection, spatial relation resolution, and attribute verification. Despite strong aggregate performance, the mechanistic basis of VLM failures on this task remains underexplored. To address this gap, we analyze vision-operation misalignment in VLMs by examining how failures relate to specific reasoning operations and the internal computational pathways through which they arise and propagate. We introduce an Operation-centric mechanistic framework that decomposes VLM failures by both the reasoning operation where they originate and the internal computational pathway through which they propagate. Our analysis reveals four mechanistically distinct failure modes: grounding failure, reasoning failure, attribute extraction failure, and language prior dominance failure. Each characterized by a unique relationship between visual grounding strength and answer correctness. Through three complementary causal interventions applied across all transformer layers, we further demonstrate a pathway dissociation: grounding failures route exclusively through the feedforward network, reasoning failures route through late-layer attention, and attribute extraction failures localize to the answer-position feedforward computation. This dissociation demonstrates that different failure types require fundamentally different corrective strategies, providing a principled foundation for targeted improvements to VLM reliability in multimedia reasoning.
[CV-8] Adaptive Contrast Enhancement and Optimised Feature Matching for RootSIFT-Based Palm-Vein Recognition
链接: https://arxiv.org/abs/2607.16077
作者: Kaveen Perera,Fouad Khelifi,Ammar Belatreche
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: This is a preprint version. It is currently under peer review and pending publication
Abstract:Palm-vein recognition is a highly secure biometric modality due to the uniqueness and subcutaneous nature of vein patterns. However, low contrast in palm-vein images, caused by NIR light scattering and sensor limitations, remains a significant challenge. To address this, we propose the Intensity-Limited Adaptive Contrast Stretching with Bidirectional Gaussian-weighted Overlapping Tiles (ILACS-BGOT) method, an enhancement of the previously developed ILACS with Layered Gaussian-weighted Overlapping Tiles (ILACS-LGOT) technique. ILACS enhances local contrast, while BGOT mitigates blocky artefacts. This study further integrates RootSIFT features with KNN+RT and incorporates the previously introduced Mean and Median Distance (MMD) filter to investigate the parameter variations of both MMD and RT, and their impact on recognition performance. A comprehensive analysis was conducted across three benchmark datasets (CASIA, PolyU, and PUT), using 42 combinations of MMD filter thresholds and RT values. Results were evaluated using EER and Accuracy. Findings reveal that higher template sizes improve performance, while varying MMD thresholds reflect dataset-specific rotational variations. The proposed system demonstrates superior generalisability, achieving significant improvements in both EER and Accuracy over existing methods. Furthermore, the underlying ILACS-BGOT mechanism suggests potential applicability beyond palm vein recognition to other biometric modalities such as finger vein and palmprint recognition, and more generally to low-contrast image enhancement across computer vision applications.
[CV-9] Spatial Normalization for Cross-Domain Retinal Layer Segmentation in Optical Coherence Tomography
链接: https://arxiv.org/abs/2607.16065
作者: Iker Moran-Cavero,Monica Hernandez,Elvira Mayordomo,Naiara Artiaga,Beatriz Pardiñas,Beatriz Cordon,Elena Garcia-Martin
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI)
备注:
Abstract:Retinal layer segmentation in Optical Coherence Tomography (OCT) is a fundamental step for extracting quantitative biomarkers of retinal structure. Indeed, there is a growing interest in the analysis of OCTs in the context of neurodegenerative diseases. However, segmentation remains challenging due to speckle noise, shadowing artifacts, low contrast between adjacent layers, anatomical variability across subjects, and domain shifts arising from different acquisition protocols and clinical populations. While deep learning methods have achieved remarkable performance, their robustness and generalization across heterogeneous datasets remain limited. In this work, we investigate the role of spatial normalization as a preprocessing strategy to mitigate geometric domain shifts and improve the consistency of retinal layer segmentation. Inspired by standard practices in neuroimaging, we introduce a fovea-centered normalization framework that aligns OCT volumes into a common anatomical reference. We perform a comprehensive evaluation of state-of-the-art deep learning architectures. To provide a comprehensive assessment of segmentation quality, we combine conventional overlap-based metrics at B-scan level with topology-aware metrics at A-scan level and thickness-based measures at the en-face level. In cases where a ground truth is not available, we propose topology violation quantitative metrics that do not require ground truth annotations and a thickness-based qualitative assessment that captures structural consistency and clinically relevant patterns at the en-face level. The results demonstrate the importance of spatial normalization in OCT segmentation pipelines toward the development of robust and clinically meaningful retinal analysis tools, enabling reliable biomarker extraction and downstream computational analysis in neurodegenerative research.
[CV-10] ArtChart: A Benchmark for Faithful Artistic Chart Generation with Integrated Text Rendering
链接: https://arxiv.org/abs/2607.16060
作者: Meijia Huang,Yingjie Yin,Shihao Wang,Chenguang Ma
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Artistic charts make data memorable and visually engaging, but generating them faithfully demands simultaneously preserving numerical geometry, rendering exact in-image text, binding labels to correct marks, and maintaining coherent artistic style. Current text-to-image and image editing models frequently fail on these coupled constraints, producing distorted geometries, hallucinated text, misbound labels, or over-stylized marks that undermine readability and mathematical integrity. This paper introduces ArtChart, a framework for artistic chart generation with integrated text rendering, encompassing a task definition, benchmark, and evaluation protocol. This is the first work to simultaneously address mathematically faithful chart synthesis, accurate in-image text rendering, and artistic stylization of chart elements. ArtChart features a chart-specific plug-and-play module conditioned on text-free grayscale chart layouts, ensuring mathematical and logical fidelity. A RL learning strategy with OCR accuracy, layout quality, and aesthetic rewards refines generation, while a multi-expert distillation framework resolves inter-reward conflicts through specialized expert optimization. We construct ArtChart-Bench, a bilingual 2K-prompt benchmark spanning four chart types and diverse label formats. We further design ArtChart-Eval, a six-axis evaluation suite covering mathematical logic, text accuracy, text layout, aesthetics, instruction following, and readability, supporting comparison across T2I, image-editing, controllable-generation, and closed-source API models. Extensive experiments demonstrate that ArtChart consistently outperforms open-source baselines, producing charts that are both visually appealing and math faithful.
[CV-11] Multi-Modal Semantic Segmentation of Electrolyzer Components for Sustainable Hydrogen Technologies: A Dual-Branch Deep Learning Approach
链接: https://arxiv.org/abs/2607.16056
作者: Wasimul Karim,Nur Mohammad Fahad,Abdul Hasib Siddique,Md Rafiqul Islam,Hooman Mehdizadeh-Rad,Asif Karim,Sami Azam
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Accurate segmentation of electrolyzer materials is essential for automated disassembly, sustainable recycling, and circular manufacturing in hydrogen technologies. However, this task is challenging due to strong visual similarity between materials, spectral overlap, irregular shapes, and severe class imbalance. To address these challenges, we propose an AI-driven dual-branch framework, Hyperspectral-RGB Electrolyzer Materials Network (HREM-Net), that combines hyperspectral imaging (HSI) and RGB images for electrolyzer material segmentation. We implemented several innovative modules, including Efficient Channel Attention, Coordinate Attention, Mobile Inverted Bottleneck blocks, and Atrous Spatial Pyramid Pooling to capture spectral and spatial features from HSI, and RGB images. With an adaptive gated cross-modal fusion module and composite loss function, HREM-Net achieves a mean class accuracy of 91.66% and a mean Intersection over Union (mIoU) of 0.82 on the Electrolyzers-HSI dataset, outperforming baseline segmentation models. Cross-dataset validation on the PCB-Vision dataset demonstrates strong generalization with 96.91% accuracy and 0.93 mIoU. This work poses its potential as an industrial application to improve electrolyzer efficiency, thereby improving the predictive maintenance of hydrogen production.
[CV-12] PIXIE: A Zero-Shot texture-invariant 6D pose estimation framework for unseen objects with assembly defects IROS
链接: https://arxiv.org/abs/2607.16015
作者: Leon Jungemeyer,Alejandro Magaña,Gautham Mohan,Matthias Karl,Daniel Werdehausen
类目: Computer Vision and Pattern Recognition (cs.CV); Robotics (cs.RO)
备注: This work has been accepted for publication in IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) 2026. The final published version will be available via IEEE Xplore
Abstract:6D pose estimation remains a key challenge in robotics and computer vision, particularly in industrial environments. The deployment of currently available data-driven methods is often limited by resource-intensive data pipelines, reliance on textured 3D models, and sensitivity to geometric deviations caused by damages or assembly defects. We present PIXIE, a zero-shot framework that estimates the 6D pose of an object from an RGB image using only an untextured 3D model. Synthetic depth and normal maps are rendered from sampled reference viewpoints and matched to the query image via a pretrained cross-modality feature matcher. Matched keypoints are back-projected to obtain 2D–3D correspondences for PnP-based pose estimation. Relying exclusively on geometry makes the method inherently robust to lighting and texture variation, while correspondence filtering handles geometric deviations between the model and physical object. We evaluate on widely-used public benchmarks, reporting state-of-the-art results on texture-less objects without object-specific training, and introduce a novel dataset with assembly defects, texture variations, and occlusion to demonstrate real-world applicability.
[CV-13] DPNeXt: A Lightweight Multi-Scale Feature Fusion Framework for Efficient ViT-Based Multi-Task Dense Prediction IROS2026
链接: https://arxiv.org/abs/2607.16012
作者: Jehun Kang,Jungha Wang,Youngjun Hwang,David Hyunchul Shim
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI); Robotics (cs.RO)
备注: 8 pages, 5 figures. Accepted to the 2026 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2026)
Abstract:Multi-Task Learning (MTL) in robotics perception systems supports comprehensive 3D spatial scene understanding by integrating semantic segmentation and depth estimation. While Vision Foundation Models (VFMs) are increasingly adopted as robust feature encoders, existing decoding strategies present a critical bottleneck. To address this, we propose DPNeXt, a streamlined multi-scale feature fusion decoder and efficient alternative to the standard Dense Prediction Transformer (DPT). DPNeXt uses dual depthwise separable inverted bottlenecks to improve frozen VFM utilization through fusion-centric decoding and independent task modularization. To further mitigate negative inductive transfer between tasks, we introduce the Multi-Task Boundary Guidance (MTBG) strategy. Unlike prior boundary-aware methods that add fusion modules or gating, MTBG applies symmetric boundary-focused supervision to encourage geometric consistency without extra annotation or inference cost. Experiments on Cityscapes show that DPNeXt-S outperforms prior state-of-the-art (SOTA) MTL models, while DPNeXt-B further improves the overall performance and achieves the best results among the compared methods. On NYUv2, DPNeXt-B also achieves the best semantic segmentation and depth estimation results among the compared methods while requiring substantially fewer trainable parameters than prior large-scale MTL models. Compared with the standard DPT, DPNeXt-S reduces trainable parameters by 78.6% and achieves the fastest inference speed among the compared models on resource-constrained laptop hardware. The source code, model checkpoints, and a demo video will be made available at this https URL.
[CV-14] Beyond Unfolding: 60x Faster One-Stage Unmixing for Closely-Spaced Infrared Small Targets
链接: https://arxiv.org/abs/2607.16007
作者: Ximeng Zhai,Zheng Wang,Yaohong Chen,Hao Wang,Ming-Ming Cheng,Yimian Dai
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Due to the optical diffraction limit and long imaging distances, Closely-Spaced Infrared Small Targets (CSIST) typically exhibit energy overlap, manifesting as indistinguishable blobs in infrared images. This ambiguity invalidates the one-to-one mapping assumption of traditional detection, thereby necessitating a paradigm shift towards CSIST Unmixing, which decomposes these blobs into discrete sub-targets. However, the dominant paradigm deep unfolding networks are shackled by the high latency and structural inflexibility intrinsic to their repetitively iterative architecture. To this end, we propose the Fast One-stage CSIST Unmixing Scheme (FOCUS), a one-stage lightweight paradigm which demonstrates that deep unfolding is not necessary. Motivated by the key observation that image super-resolution (SR) and CSIST Unmixing share an isomorphic degradation model, our insight is that it is possible to achieve a paradigm shift from image SR to CSIST Unmixing via completely transforming the label space, loss functions, and evaluation criteria. Specifically, to avoid entangling geometric recovery with artifact suppression, FOCUS adopts a single pass mapping with an internal coarse-to-fine flow that progressively refines target localization from coarse spatial distributions to finer sub-pixel precision. While sparsity regularization suppresses background clutter, it also attenuates target intensities. To compensate for this attenuation of valid signals, flux conservation is introduced as a competing constraint that restores signal energy back to target centers. To the best of our knowledge, this work is the first attempt to address this task via a lightweight one-stage framework without the DUN paradigm. Experiments demonstrate that our method matches or surpasses the state-of-the-art unfolding approaches in both localization and unmixing accuracy, while boosting the inference speed by 60x.
[CV-15] CanonicalPhys: Pose-Robust Remote Photoplethysmography via Canonical-Space Priors
链接: https://arxiv.org/abs/2607.15995
作者: Hui Wei,Seyedata Jodeiri Seyedian,Xiaobai Li,Guoying Zhao
类目: Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
备注: Accepted by IJCB 2026. Code: this https URL
Abstract:Deep remote photoplethysmography (rPPG) attains sub-bpm heart-rate error on frontal, stationary faces yet degrades sharply under head pose: on MMPD, the state-of-the-art FactorizePhys backbone’s MAE grows 1.60\times from frontal ( |\textyaw|15^\circ ) to large-yaw ( |\textyaw|\geq45^\circ ) frames. We argue that pose is a \emphcoordinate-structural nuisance rather than a data-augmentation problem: in image coordinates the same pixel maps to different anatomy at different poses, blocking three priors otherwise natural for rPPG, namely the dichromatic reflection model, pulse-phase invariance across skin regions, and the POS/CHROM chromaticity projection, each of which presumes a stable anatomy-to-pixel mapping. We introduce \textbfCanonicalPhys, which prepends a differentiable four-point homography that fixes four facial anchors at canonical positions; in this canonical frame the three priors become expressible as a per-pixel Lambertian weight, a cross-ROI temporal consistency loss, and knowledge distillation from windowed POS, none of which adds trainable parameters over the backbone. At an identical parameter count, CanonicalPhys reduces MMPD’s frontal-to-large-yaw MAE degradation from 1.60\times to 1.33\times and flattens the mild-yaw bin from 1.32\times to 1.07\times (across CanonicalPhys variants), with matched cross-dataset MAE reductions of up to 32% on pose-rich targets. Code: this https URL
[CV-16] DebrisTracer: Reliable Tracking in Hypervelocity Impact Fast Imaging IEEE-VIS2026
链接: https://arxiv.org/abs/2607.15986
作者: Théophane Loloum,Fabien Vivodtzev,David Hébert,Baptiste Reynier,Michel Arrigoni,Julien Tierny
类目: Machine Learning (cs.LG); Computer Vision and Pattern Recognition (cs.CV); Graphics (cs.GR); Image and Video Processing (eess.IV)
备注: 14 pages (12 + appendix), 16 figures. Accepted at IEEE VIS 2026. To appear in IEEE Transactions on Visualization and Computer Graphics (TVCG)
Abstract:This application paper presents DebrisTracer, a framework for the reliable tracking of debris in hypervelocity impact fast imaging. These noisy and highly specific datasets capture the ejection of a large number of debris fragments after the impact of a projectile launched at hypervelocity into a target material. The reliable estimation of debris mass and speed distributions is of major importance in aerospace applications. We document how to extend an off-the-shelf topology tracking framework based on critical point extraction and matching, in order to incorporate domain knowledge and physical assumptions. Our approach automatically produces an accurate and reliable debris tracking, enabling an interpretable visual analysis of this complex space-time phenomenon. Extensive experiments demonstrate the accuracy improvements provided by our approach over established tools used by domain experts in terms of physical validation, specifically via the prediction of the experimental ejected mass and crater depth profiles. We illustrate the utility of our approach across several use cases (with varying impact angles and physics). We show that our statistical summaries enable the visual identification of distinct regimes within the debris population, corroborating and refining prior expectations of domain experts. Our database and our C++ implementation are available at this address: this https URL.
[CV-17] Embodied Active Learning under Limited Annotation and Navigation Budget for Object Detection IROS
链接: https://arxiv.org/abs/2607.15974
作者: Hadrien Crassous,Mohamed Yassine Kabouri,Minahil Raza,Joni Pajarinen,Riad Akrour
类目: Robotics (cs.RO); Computer Vision and Pattern Recognition (cs.CV)
备注: Accepted at 2026 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)
Abstract:This paper studies how to adapt a computer vision object detector to an unknown environment under both a robot navigation time and annotation budget constraint. Our approach selects informative robot trajectories and image samples to retrain the detector, explicitly targeting its failure cases. Formally, the approach is an embodied variant of batch active learning, where at each round an agent has a limited navigation budget to collect candidate samples and a limited annotation budget for the most relevant images. We leverage spatial consistency to identify images with inconsistent labels, which are likely to provide the greatest improvement to the vision model. We evaluate the approach using different active learning objectives on large scenes from the AI2-THOR simulator and on a real-world setup using a Boston Dynamics Spot robot with the real-time object detector YOLOv5. Through comparison against several baselines, our experimental results show that spatial inconsistency helps guide the agent and select relevant images without external supervision, achieving the highest detection accuracy at the end of the adaptation process under the same budget. The open-source project can be found at this https URL
[CV-18] Rendering 3D Gaussians on a Graph Processor
链接: https://arxiv.org/abs/2607.15951
作者: Nicholas Fry,Ignacio Alzugaray,Mark Pupilli,Paul H. J. Kelly,Andrew J. Davison
类目: Graphics (cs.GR); Computer Vision and Pattern Recognition (cs.CV); Distributed, Parallel, and Cluster Computing (cs.DC)
备注: Project page: this https URL
Abstract:We present the first implementation of a 3D Gaussian renderer on an Intelligence Processing Unit (IPU), comprising 1,472 independent tiles with only on-chip SRAM; constraints that approximate properties of efficient sensor-processor architectures. Our input scenes are 3D Gaussian maps from real-world sequences. Each tile ‘owns’ a screen-space region of the framebuffer; Gaussian primitives are routed to destination tiles via Manhattan-distance hops on a north-east-west-south (NEWS) grid, then distributed to overlapping neighbours in an expanding tree pattern. Computation follows the IPU’s Bulk Synchronous Parallel (BSP) model, with inter-tile communication defined at compile time. We show this hardware allows us to exploit spatial and temporal locality by enabling local data transfer between cores. We evaluate the bottlenecks in this SRAM-only implementation: inter-tile bandwidth, per-tile SRAM capacity, and workload imbalance from non-uniform Gaussian density. We analyse how these constraints affect performance and render quality. This exploration raises broader questions for conventional GPUs and 3D representations, suggesting that direct inter-SM (streaming multiprocessor) communication might offer ways to reduce DRAM access in GPU kernels. We discuss these implications for the future of on-sensor and DRAM-free architectures. Project page: this https URL
[CV-19] More with Less: a Large Scale Remote Sensing VLM with a Simple Recipe
链接: https://arxiv.org/abs/2607.15942
作者: Stefan Maria Ailuro,Mario Markov,Mohammad Mahdi,Luc Van Gool,Danda Pani Paudel(INSAIT, Sofia University “St. Kliment Ohridski”)
类目: Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
备注:
Abstract:Remote sensing vision-language models are increasingly expected to support open-ended reasoning over Earth Observation data and a variety of tasks. Most recent progress in this area has been driven by remote-sensing-specific architectural designs, often introducing new encoders, alignment modules, or task-specific fusion mechanisms. In this work, we challenge the necessity of such architectural specialization. We show that a generally capable vision-language model can achieve competitive or state-of-the-art performance at challenging remote sensing benchmarks, provided that it is trained at sufficient scale across diverse data and tasks. Our model uses a single language policy that can either answer directly in text or invoke a localization tool for segmentation and grounding. To train this heterogeneous behaviour, we employ a multi-task reinforcement learning framework with adaptive task rewards covering multiple-choice VQA, free-form VQA, captioning, detection, and segmentation across a large variety of input types. Our approach achieves competitive results across a broad set of benchmarks, including high-resolution, multi-temporal, multi-modal and multi-view tasks. Further, as training data scales, our experiments show consistent improvements across most tasks both in and out of distribution, which correlate with per-task data diversity. These findings suggest that, for remote sensing VLMs, data scale is more important than architectural novelty.
[CV-20] Handwritten and Printed Text Segmentation via Region-Aware Human-Writing Descriptor Engineering
链接: https://arxiv.org/abs/2607.15936
作者: Zhixian Lu,Jianwei Zhang,Lei Zhang,Fei Yuan,Jin Wang,Chang Liu,Rui Gao,Qiyu Lei
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: 21 pages, 8 figures, and 5 tables
Abstract:With the increasing demand for reusing paper documents in educational and office settings, accurate segmentation of handwritten and printed text has become a crucial step in document digitization. Although numerous deep learning models have been developed for this task, their high computational cost limits deployment on resource-constrained edge devices. To address this challenge, we present a lightweight framework optimized for efficient performance on devices with severely limited computational capacity. Our approach begins with the Sentence-level Connected Component Segmentation algorithm, aimed at extracting coherent sentence-level segments from document images. We then design a novel Region-aware Handwriting Descriptor (RHD) to capture the intrinsic variability of human handwriting at the sentence level. A simple conventional classifier can then be seamlessly integrated with our designed descriptor, demonstrating strong classification performance for distinguishing handwritten and printed sentence-level text images, highlighting that the proposed descriptor is agnostic to the choice of classifier. Extensive experiments are performed on our self-constructed Multilingual High-Quality Annotated Dataset for Handwritten and Printed Text Segmentation (MAD-HPTS) and a public benchmark PHD-AS, and the experimental results demonstrate that the proposed framework outperforms current state-of-the-art methods in both accuracy and computational efficiency. On MAD-HPTS, our method sacrifices only 1.4% accuracy compared to the leading deep neural network baseline, yet achieves more than 8 times speedup in inference, making it well-suited for lightweight deployment.
[CV-21] Distributional Matching for Vector Quantization: A Unified Theoretical and Empirical Framework
链接: https://arxiv.org/abs/2607.15933
作者: Xianghong Fang,Litao Guo,Hengchao Chen,Yuxuan Zhang,XiaofanXia,Dingjie Song,Yexin Liu,Hao Wang,Harry Yang,Qiang Sun,Yuan Yuan
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: 33 pages, 17 figures, and 16 tables. arXiv admin note: substantial text overlap with arXiv:2506.15078
Abstract:The effectiveness of modern visual representation learning and autoregressive models critically depends on vector quantization (VQ), which discretizes continuous feature representations using a learnable codebook. Despite its widespread use, existing VQ methods often suffer from training instability and codebook collapse, arising from gradient mismatch induced by the straight-through estimator and the under-utilization of code vectors. In this work, we show that both issues can be traced to a fundamental mismatch between the distributions of feature vectors and code vectors, leading to inefficient representation and information loss. Building on this observation, we propose a distributional matching framework for vector quantization. We introduce principled criteria for desirable VQ behavior and demonstrate through theoretical analysis and empirical evaluation that aligning feature and code vector distributions provides a unifying mechanism for mitigating training instability and codebook collapse. We instantiate this framework using a Wasserstein-based objective with an efficient closed-form under a mild Gaussian approximation, and further show that a nonparametric alternative based on maximum mean discrepancy yields comparable performance. Extensive experiments on visual tokenization benchmarks support the effectiveness and robustness of the proposed approach.
[CV-22] HETA: Global Structure-from-Motion with Hybrid Explicit Translation Averag ing
链接: https://arxiv.org/abs/2607.15912
作者: Peilin Tao,Hainan Cui,Mengqi Rong,Shuhan Shen
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Global Structure-from-Motion (SfM) offers advantages over incremental methods in terms of efficiency and error distribution. However, the task of translation averaging remains challenging. Many existing methods rely solely on relative translations or feature tracks, which either degrade under collinear camera motion or are susceptible to outliers. In this paper, we propose a novel hybrid explicit translation averaging framework that incorporates both relative translations and feature tracks. Specifically, we first refine the relative translations using global camera rotations and remove globally inconsistent relative translations. Next, we employ convex distance-based objective functions to estimate the initial camera positions and 3D points, followed by refinement using a non-bilinear angle-based objective function. Furthermore, since camera rotations are fixed during translation averaging, inaccurate camera rotations can severely limit the accuracy of camera positions. To address this issue, we then robustly refine both camera rotations and camera positions with selected feature tracks through bounded angle-based refinement and subsequent reprojection-based bundle adjustment. In this step, feature tracks are selected to maintain a balanced spatial distribution and improve optimization efficiency. Finally, we perform a complete bundle adjustment using all reliable feature tracks to refine the camera parameters and 3D points. Extensive experiments on various sequential and unordered real-world datasets demonstrate the superior accuracy, robustness, and scalability of our approach, outperforming state-of-the-art methods in both accuracy and computational efficiency.
[CV-23] Orbis 2: A Hierarchical World Model for Driving
链接: https://arxiv.org/abs/2607.15898
作者: Sudhanshu Mittal,Arian Mousakhan,Silvio Galesso,Karim Farid,Jonannes Dienert,Rajat Sahay,Thomas Brox
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Robotics (cs.RO)
备注: Project page: this https URL
Abstract:Current world models operate at a single level of abstraction, with most prioritizing perceptual fidelity while lacking the spatial reasoning and semantic understanding required for real-world downstream tasks. We present a hierarchical driving world model that factorizes future prediction across two levels operating at distinct temporal and abstraction scales: a high-level predictor that forecasts coarse scene structure over extended temporal horizons, and a low-level generator that produces detailed predictions conditioned on the high-level output. This decomposition yields high perceptual fidelity while also capturing strong spatial and semantic representations. We further show that pretraining with a diffusion forcing objective yields substantially richer internal representations than the standard teacher forcing objective, while teacher forcing – predicting only the next frame from clean context – produces more stable autoregressive rollouts. We therefore introduce a generic two-stage training paradigm that pretrains the model with diffusion forcing and fine-tunes with teacher forcing, combining the representational benefits of the former with the rollout stability of the latter. Our approach achieves state-of-the-art results across the standard suite of driving world model evaluations on established benchmarks, including long-horizon generation fidelity, steering responsiveness evaluated on counterfactual scenarios, and internal representation quality. Project page with code, demo, checkpoints and qualitative results: this https URL
[CV-24] Exo2EgoPose: Leverag ing Exocentric Demonstrations for Vision-Language guided Egocentric 3D Hand Pose Forecasting
链接: https://arxiv.org/abs/2607.15890
作者: Zhaofeng Shi,Heqian Qiu,Lanxiao Wang,Xiang Li,Hongliang Li
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Accepted by ACMMM 2026
Abstract:Perceiving multimodal cues and forecasting fine-grained actions from an egocentric (Ego) perspective is vital for applications like robot manipulation. However, previous studies either rely mainly on under-informed visual inputs to predict coarse human motions or follow the VRM/VLA paradigm, which suffers from insufficient robot data and the gap between human and robot embodiments. We observe that 3D hand pose naturally serves as a unified representation to bridge human-robot actions. Hence, we investigate an under-explored Vision-Language guided Egocentric 3D Hand Pose Forecasting (VL-EHPF) task, which aims to predict future Ego 3D hand poses from visual observations, a language instruction, and pose states. To overcome the limited field-of-view and highly dynamic motions in the Ego view, we propose a framework dubbed Exo2EgoPose, which innovatively leverages holistic and stable exocentric (Exo) demonstrations as guidance to compensate for partial and dynamic Ego-view cues. Specifically, we introduce a Dual-level Exocentric Reconstruction Module (DERM), which incorporates the paired Exo videos as supervision to reconstruct their video-level and chunked frame-level representations, thereby modeling spatial contexts and temporal dynamics. Then, the Global-to-Local Modulation Module (GLMM) utilizes the reconstructed hierarchical Exo representations for progressive feature refinement via attention mechanisms and adaptive modulation, enabling comprehensive Exo guidance for accurate Ego hand pose forecasting. Extensive experiments on \textitAssemblyHands, \textitEgo-Exo4D, and our newly constructed \textitEgoMe-pose benchmarks show the superiority of our method, which outperforms state-of-the-art methods by a large margin. Moreover, it demonstrates an effective human-to-robot transfer capability and yields improvements on the \textitCALVIN dataset. Code will be released.
[CV-25] Hardware-triggered Time Synchronization of Roadside Multi-lidar Multi-camera Measurement System for Accurate Data Alignment ITSC2026
链接: https://arxiv.org/abs/2607.15889
作者: Shiva Agrawal,Savankumar Bhanderi,Zhiran Yan,Gordon Elger
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Accepted at the IEEE International Conference on Intelligent Transportation Systems (ITSC 2026). Code and hardware design: this https URL
Abstract:Accurate temporal alignment of heterogeneous sensors is necessary for reliable environment perception in roadside multi-lidar, multi-camera systems, particularly in dense urban traffic. For this purpose, an open-source, simple, modular, and configurable hardware-triggered time-synchronization circuit is presented in this work to perform temporal alignment or accurate time synchronization between a lidar and multiple cameras. In the designed circuit, a lidar synchronization pulse is used as a reference input, and independently programmable, time-delayed trigger pulses are generated for each camera, allowing flexible adaptation to varying sensor setups and mounting geometries. A series of experiments is conducted on a roadside-mounted perception system comprised of lidar and three cameras, in which the trigger delay is systematically varied, and its impact on spatial-temporal alignment is evaluated. For different classes of road users, the overlap between lidar point cloud measurements and camera measurements is quantified to identify delay configurations that maximize cross-sensor consistency. The proposed circuit is shown to achieve robust and repeatable synchronization while remaining straightforward to deploy, reconfigure, and extend due to its simple and open-source design. Following validation on a three-camera roadside system, the circuit is extended to a vehicle platform with seven cameras and a lidar, providing a low-cost, extensible solution for multi-sensor synchronization across infrastructure and vehicle setups. All hardware circuit design files and source codes are available at this https URL.
[CV-26] MDND: Unsupervised Learning Guided by Non-Differentiable Refinement for Shape Correspondence AAAI2026
链接: https://arxiv.org/abs/2607.15887
作者: Qinsong Li,Jing Meng,Haibo Wang,Shengjun Liu
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: This manuscript is the complete version of the supplementary materials for our AAAI 2026 paper
Abstract:Deep functional map frameworks (DFM) for shape correspondence are powerful, yet fundamentally limited by their reliance on end-to-end differentiability. This constraint prevents the integration of highly accurate, non-differentiable refinement techniques, capping their overall performance, especially on challenging non-isometric shapes. To overcome this, we introduce MDND, a novel DFM paradigm built on the principle of merging differentiable and non-differentiable components. Our framework facilitates unsupervised learning guided by an internal, non-differentiable refinement. Specifically, MDND employs a dual-branch architecture: a non-differentiable refinement branch leverages a novel, multiscale iterative solver to produce highly robust correspondences, acting as a refined target. Concurrently, a fully differentiable branch learns to predict correspondences from features. The entire system is trained end-to-end without supervision by enforcing a consistency loss that compels the differentiable branch to learn from the superior, refined results of the non-differentiable branch. Extensive experiments show that MDND sets a new state-of-the-art, demonstrating remarkable robustness on shapes with non-isometric deformations and topological noise.
[CV-27] Von Mises-Fisher Mixture Model with Dynamic Shrinkage for Realistic Test-Time Transduction ICML2026
链接: https://arxiv.org/abs/2607.15851
作者: Jiazhen Huang,Zhiming Liu,Changhu Wang,Wei Ju,Ziyue Qiao,Xiao Luo
类目: Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
备注: Accepted by ICML 2026
Abstract:A range of methods aim to enhance the performance of vision-language models (VLMs) at test time. Among them, transduction has emerged as a promising paradigm due to its strong compatibility and efficiency. However, realistic evaluations often involve highly imbalanced class distributions, which cause performance degradation or even collapse. In this work, we systematically revisit transduction from the perspective of penalized likelihood estimation (PLE), showing that PLE with a KL-divergence anchor term naturally yields an adaptive shrinkage behavior between prior anchors and empirical estimates. From this viewpoint, the brittleness of transductive methods can be attributed to the absence of anchoring mechanism and static modeling of the shrinkage strength. Therefore, we propose Mixture of Von Mises-Fisher Models with Dynamic Shrinkage (MOON). MOON is built upon a mixture of von Mises-Fisher distributions to model feature representations on the unit hypersphere. To handle imbalance, MOON dynamically adjusts the shrinkage strength using zero-shot priors at both instance and class levels. Thus, it suppresses unreliable assignments and prevents harmful updates from outlier classes, thereby mitigating negative transfer. MOON is model-agnostic, training-free, and requires no task-specific hyperparameter tuning. Extensive experiments further validate the advantage of MOON in both performance and efficiency. Our code is available at this https URL
[CV-28] st-Time Noise Guided Adaptation for Realistic Autoregressive Video Generation ECCV2026
链接: https://arxiv.org/abs/2607.15849
作者: Dimitrios Karageorgiou,Symeon Papadopoulos,Ioannis Kompatsiaris,Efstratios Gavves
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI)
备注: ECCV2026
Abstract:Autoregressive video diffusion models have enabled the generation of arbitrarily long videos by removing conditioning on future frames, thus greatly improving computational efficiency. Yet, they suffer from error accumulation over time, as the denoised sequence gradually drifts away from the conditioning distribution seen during training. Recent advances attempt to reduce this error by anchoring each generated frame to the learned manifold of real ones. However, even when all generated individual frames lie close to the real manifold, there are trajectories which the model lacks sufficient knowledge to continue without exiting it, thus reaching a terminal point. To prevent the model from being trapped in terminal points, we start from the hypothesis that for well-modeled future trajectories the distribution of the predicted noise should match the one of the forward noising process. To enforce such a prior at test time, we introduce Terminal points Avoidance through Noise Guided Optimization (TANGO), which uses the diffusion model as a critic of its own outputs, by predicting one step forward and requiring an isotropic Gaussian noise prediction. We use the deviation from this expected noise distribution to search for an alternative trajectory that does not lead to a terminal point. Our approach achieves a 3.1% absolute improvement on VBench over state-of-the-art, while reducing Fréchet Video Distance by 28.3% on average across 15 s videos. Our code is available on this https URL.
[CV-29] Beyond Frontiers: Scene-Anomaly Guided Autonomous Exploration IROS2026
链接: https://arxiv.org/abs/2607.15828
作者: Akash Kumbar,Abhinav Raundhal,Madhava Krishna
类目: Robotics (cs.RO); Computer Vision and Pattern Recognition (cs.CV)
备注: Accepted in IEEE/RSJ IROS 2026. Project page: this https URL
Abstract:Autonomous exploration of unknown 3D environments is traditionally driven by coverage-maximizing geometric heuristics. However, these methods typically determine exploration targets without considering the underlying structural context. This leads to inefficient trajectories often limiting the fidelity of the final 3D reconstruction. To bridge the gap between spatial coverage and reconstruction quality, we introduce a novel paradigm: reframing exploration as a geometric anomaly minimization problem. We present SCAGE: SCene Anomaly Guided Exploration, a novel autonomous exploration framework that operates directly on unstructured 3D point clouds. Instead of blindly chasing volumetric boundaries, we equip the robot with a foundational understanding of standard indoor architecture. As the robot navigates, it continuously evaluates its live 3D observations against these learned expectations. When the incoming geometry contradicts the learned priors of a typical indoor environment, such as a fragmented wall or a partial table, the system flags these regions as scene anomalies. These geometric inconsistencies act as a guiding signal, naturally drawing the robot to investigate and resolve these structural anomalies from optimal vantage points. By actively targeting poorly reconstructed regions rather than just empty space, our approach seamlessly couples spatial discovery with high-fidelity mapping. Extensive evaluations demonstrate that SCAGE achieves superior volumetric coverage (~90% in all scenes) and higher 3D reconstruction quality compared to state-of-the-art baselines.
[CV-30] Examining the Associations between Visual and Non-Visual Elements and Cyclists Route Choices for Various Trip Purposes
链接: https://arxiv.org/abs/2607.15808
作者: Heyang Hua,Koichi Ito,Filip Biljecki
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Understanding cyclist preferences for the characteristics of the built environment is important in promoting sustainable urban transportation and active mobility. Despite previous studies on cyclists’ route choices, the influence of visual and non-visual factors on these choices for different trip purposes remains unclear; thus, this paper fills this gap through a data-driven case study in Montreal, Canada. Non-visual factors include socioeconomic factors and two-dimensional environments, while visual factors involve visual perception during cycling and are computed using street view images. The study consists of two parts: one part analyzes spatiotemporal information to explore the non-visual factors between the start and end points of cycling trips, and the other part investigates the discrepancies in distributions of these factors between the shortest path and the actual one. The findings reveal the spatiotemporal characteristics that influence active riding choices, such as increased greenery and lower levels of motorization. These insights can inform the planning of street networks and the development of infrastructure to improve the use of active transportation.
[CV-31] HybridSim: A Physics-Learning Hybrid Digital Twin for mmWave Human Sensing ECCV2026
链接: https://arxiv.org/abs/2607.15806
作者: Weitao Xiong,Tianyu Liu,Peng Li,Kok Chung Chua,Toa Chean Khim,Pu Wang,Hongfei Xue
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Accepted to ECCV 2026. Project Page: this https URL
Abstract:High-fidelity simulation of mmWave radar signals for dynamic human motion is valuable for developing radar-based human sensing models; yet collecting accurately labeled measurements for a specific deployment site remains expensive. We present HybridSim, a physics-learning hybrid simulator that synthesizes mmWave radar signals from dynamic human meshes under a fixed indoor room configuration, explicitly decoupling propagation into two components. To parameterize the human subject, we use a tri-plane representation to extract human features and a Graph Convolutional Network to stabilize optimization and mitigate gradient instability. The direct signal path is modeled via an inverse-rendering formulation with a microfacet BRDF to capture primary surface reflections. In parallel, the indirect path is approximated by combining 3D Gaussian Splatting with a virtual-receiver geometry to fit and reproduce site-specific multipath interference patterns, achieving substantially lower computational cost than explicit full ray tracing. Experiments in a fixed-room setting show improved agreement with a physically based reference and consistent gains on downstream radar-based human sensing tasks when using HybridSim for site-specific data augmentation.
[CV-32] On the Geometry of Learned Representations in Event-Based Multi-Modal Egomotion Estimation
链接: https://arxiv.org/abs/2607.15794
作者: Stefano Silvestrini,Michele Ceresoli
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI)
备注: 5 pages, 3 figures, to be published in SPAICE 2026
Abstract:Classical approaches to event-based egomotion estimation, including those adopted by the top-performing teams of the ELOPE challenge, rely on geometric optimization frameworks such as contrast maximization, homography estimation, or dense optical flow combined with analytic motion inversion. This work investigates the geometric structure that emerges inside a multi-modal network for egomotion estimation. Event tensors, inertial measurements, and range signals are fused through a cross-modal attention architecture and trained in a batch setting. We analyze the latent space geometry and attention dynamics, showing that (i) embeddings lie on low-dimensional manifolds aligned with motion variables, (ii) attention weights adapt with angular excitation and visual reliability, and (iii) the fused representation recovers classical observability cues. These results bridge analytical estimation theory and modern data-driven fusion.
[CV-33] Multimodal Ambivalence and Hesitancy Recognition via Cross-Attention and Gated Fusion
链接: https://arxiv.org/abs/2607.15779
作者: Oussama Berhili,Yassine Ouzar,Larbi Boubchir
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:We present a multimodal framework for Ambivalence/Hesitancy (A/H) recognition in video, developed for the ABAW11 challenge at ECCV 2026. The proposed approach fuses textual, acoustic, and visual modalities extracted from the BAH dataset using three pretrained encoders: F2LLM-v2-0.6B for transcripts (1024-d), WavLM-Large for audio (1024-d), and VideoMAE V2 for facial video (768-d). We first establish comprehensive unimodal baselines using classical classifiers (MLP, Random Forest, GBDT), each optimized via Optuna, and obtain a best unimodal Macro F1 of \textbf0.6659 on the test set using text features alone – substantially outperforming the zero-shot Video-LLaVA baseline (Macro F1: 0.2827). Building on these baselines, we propose a multimodal fusion architecture that combines bidirectional cross-attention across all three modalities with a Gated Multimodal Unit (GMU), with both architectural and optimization hyperparameters selected through a 50-trial Optuna search. This model achieves a Macro F1 of \textbf0.7394 on the validation set, a relative improvement of 11.0% over the best unimodal baseline, confirming that explicit cross-modal interaction captures complementary cues that no single modality provides in isolation. Final predictions on the official, unlabeled private test set are generated using this model and submitted according to the challenge protocol. Code is publicly available at this https URL
[CV-34] Modularized Dynamic-Granularity Video LLM for Multi-Event Long Video Understanding ICME2026
链接: https://arxiv.org/abs/2607.15778
作者: Wei Feng,Xin Wang,Yu-Wei Zhan,Yuwei Zhou,Wenwu Zhu
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI)
备注: Accepted by 2026 IEEE International Conference on Multimedia and Expo (ICME 2026)
Abstract:Video Large Language Models (Video LLMs) have made significant advancements in various video understanding tasks. However, long-video scenarios remain challenging due to the tension between limited visual token budgets and the need to capture multiple key events. Existing approaches typically process long videos in two stages, i.e., i) select keyframes and ii) perform detailed perception, which exhibit limitations: they lack a modular mechanism for adaptive capacity allocation and self-correction, resulting in unreliable modeling. To tackle these challenges, we propose MoD-VLLM, a novel Modularized Dynamic-Granularity Video LLM framework for multi-event long video understanding, which unifies temporal grounding and semantic understanding iteratively and self-reflectively. Specifically, we propose a Positive-Negative Video Segments Grounding module and a Modularized Dynamic-Granularity Reflection module, which form a closed loop to progressively localize the question-related video segments. The grounding module instructs a Video LLM to distinguish relevant from irrelevant video segments based on the video question. The reflection module employs a modularized scheduler that dynamically selects fine-grained encoding for relevant positive segments to capture detailed perception and coarse-grained encoding for negative segments to maintain global context. We further propose a dynamic-granularity reinforcement learning strategy, allowing MoD-VLLM to learn optimal grounding policies and dynamic granularity visual representation jointly. Moreover, we propose MEventBench, a challenging Multi-Event Long Video Benchmark for complex long video reasoning. Extensive experiments on several long video understanding benchmarks and our MEventBench demonstrate that MoD-VLLM significantly outperforms state-of-the-art baselines.
[CV-35] SlotMem: Character-Addressable Internal Memory for Narrative Long Video Generation
链接: https://arxiv.org/abs/2607.15772
作者: Yilai Liu,Xin Zhang,Shiyuan Zhang,Hongyang Du
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Maintaining recurring character identities across scene transitions and long temporal gaps is a central challenge in narrative long video generation. Methods targeting global consistency often retrieve memory using cues that are not aligned with character identity preservation, while recent character-centric variants still rely on coarse frame-level kv memory that entangles identity with incidental visual factors and lacks a continuous update mechanism under limited memory capacity. To address these limitations, we propose \textbfSlotMem, a character-addressable internal memory framework for multi-character narrative long video generation. Specifically, SlotMem uses a Character-Semantic Probe to localize character-relevant visual tokens from cross-attention responses, and a Memory Encoder to compress DiT tokens into compact role-wise slot memory. As generation proceeds, a Memory Writer conservatively updates each character’s memory with new observations, while Character-Wise Cross-Attention retrieves the role memory and injects it only into localized tokens of the same character. Experiments on multiple narrative long video generation benchmarks show that SlotMem improves long-range character consistency over existing baselines, while maintaining comparable video quality. Our code is available at this https URL.
[CV-36] GeoChrono: Benchmarking and Rethinking Long-Term Temporal Understanding in Remote Sensing ACM-MM2026
链接: https://arxiv.org/abs/2607.15768
作者: Yujie Li,Jiancheng Pan,Zhiwei Wei,Jiuniu Wang,Mugen Peng,Wenjia Xu
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI)
备注: Accepted to ACM MM 2026
Abstract:Remote sensing offers an unparalleled vantage point for observing the Earth’s long-term surface evolution, yet it demands that a model not only perceive land cover at isolated moments, but also track changes, memorize evolution histories, and reason across time and space. However, existing studies lack a systematic evaluation that dissects these distinct competencies. To fill this gap, we introduce ChronoBench, a multidimensional benchmark that decomposes this task into four progressive cognitive levels (i.e., Land Cover Perception, Temporal Recognition, Long-Term Memory, and Spatio-Temporal Reasoning). The ChronoBench comprises 12 sub-tasks and 17,689 rigorously validated QA (Question-Answer) pairs. Extensive evaluations reveal that mainstream MLLMs fall drastically behind human experts, with Long-Term Memory emerging as the most critical bottleneck. Motivated by this finding, we further propose GeoChrono, an MLLM with enhanced capabilities for tracing, memorizing, and reasoning about long-term geographic evolution. Leveraging the physical prior that geographic parcels remain spatially fixed while their semantics evolve, we design a Temporal Trajectory Encoder~(TempEnc) that constructs per-location temporal trajectories for dedicated land cover evolution modeling, and we introduce a Coarse-to-Fine Token Compressor~(C2FComp) that adaptively preserves dynamic regions while compressing the static background. To support training, we also construct ChronoInstruct, a 104K-sample instruction-tuning dataset spanning all competency levels for training. GeoChrono achieves state-of-the-art performance on ChronoBench, surpassing the leading commercial MLLMs by over 20%, while C2FComp reduces visual tokens by over 56% while retaining GeoChrono’s 94.6% performance. The code and data will be available at this https URL
[CV-37] Personalized Image Aesthetic Assessment via Preference-rich Sample Mining and Cohort Merging ACM-MM2026
链接: https://arxiv.org/abs/2607.15752
作者: Zhichao Yang,Tianjiao Gu,Zhixianhe Zhang,Xiangfei Sheng,Pengfei Chen,Leida Li
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: The paper has been accepted by ACM MM 2026
Abstract:Personalized Image Aesthetic Assessment (PIAA) aims to predict aesthetic ratings of images that vary across individuals. The aesthetic preferences manifest to different extents across distinct visual stimuli and exhibit cohort-specific patterns. Motivated by the above fact, this paper presents a Multimodal Large Language Model (MLLM)-based approach, which models individual aesthetic preferences by Preference-Rich sample mining and Aesthetically-resonant Cohort merging (PRAC). Specifically, PRAC first identifies preference-rich samples by analyzing both Collective Controversy and Personalized Deviation of images, maximizing the utility of limited user data. Based upon the preference-rich samples, cross-user preference similarities are measured by comparing preference embeddings. Then, a cohort-based model merging strategy, is proposed by aggregating preference patterns from aesthetically-resonant users, which further enhances the personalization for the target individual. Extensive experiments and comparisons on four benchmark PIAA databases demonstrate the superiority of the proposed PRAC model over the state-of-the-arts. The code and model will be public at this https URL.
[CV-38] Debiasing Text-to-Image Evaluation via Implicit Cultural Alignment Reward Modeling
链接: https://arxiv.org/abs/2607.15740
作者: Bo-An Chang,Yu-Chih Chen
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Multimedia (cs.MM)
备注: 15 pages, 2 figures
Abstract:As Text-to-Image (T2I) systems rapidly advance, evaluating the cultural authenticity of synthesized content has become increasingly important for fair and trustworthy generative AI. Existing T2I evaluation metrics and multimodal judges often rely on visual-semantic representations that underrepresent implicit cultural norms, leading to biased preference judgments and the omission of fine-grained cultural cues. In addition, visual question answering (VQA)-based evaluators typically depend on autoregressive text generation, which limits their scalability for real-time reward modeling. To address these limitations, we introduce an Implicit Cultural Alignment Reward Model built upon a lightweight 4.2-billion-parameter Multimodal Large Language Model (MLLM). Our framework integrates an Implicit Cultural Probe with a Skip-connection Cross-Attention (SkipCA) mechanism, enabling late-stage semantic features to directly attend to early-stage visual representations and better preserve culturally salient details. Evaluations on 3,323 challenging and carefully curated image pairs from the CulturalFrames benchmark show that our approach achieves 80.54% pairwise accuracy, with Pearson and Kendall correlation coefficients of 0.546 and 0.377, respectively, outperforming representative vision-language metrics and MLLM-based evaluators. Moreover, by bypassing autoregressive text generation, our model processes each evaluation in 0.21 seconds under our local inference setup, achieving a 10\times speedup over standard VQA-based evaluators. These results suggest that the proposed reward model can provide an efficient and culturally aware scalar signal for preference optimization pipelines such as Reinforcement Learning from Human Feedback and Direct Preference Optimization.
[CV-39] he Third Competition on Document Forgery Detection on ID-Cards and Passports
链接: https://arxiv.org/abs/2607.15734
作者: Juan E. Tapia,Mario Nieto,Juan M. Espin,Álvaro S. Rocamora,Javier Barrachina,Naser Damer,Christoph Busch
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Pre-print IJCB 20206 competition
Abstract:This paper presents a comprehensive analysis of the results from the Third International Competition on Document Forgery Detection on ID-Cards and Passports, which was held across two distinct tracks. Track 1 evaluates a synthetic-data-based ID-PAD system under controlled but diverse conditions, where the winning team, \textitIncode, achieves an AV_Rank of 27.82%, confirming consistent performance across metrics and highlighting the importance of a balanced, generalizable design. In Track 2, the challenge intensifies with heterogeneous attack scenarios across different domains, where \textitIncode again achieved the top position with an AV_Rank of 68.71% across thresholds, outperforming some baselines and established methods. These results demonstrate that PAD effectiveness requires not only high accuracy but also consistency across diverse attack types and imaging conditions. The success of this initiative across both tracks underscores the value of collaboration between companies and academic teams. This year, more than \textit63 teams were registered, and more than \textit100 submission models were evaluated. This competition has evolved into a leading benchmark state-of-the-art in PAD on ID documents, setting the standard for performance, reproducibility, and real-world applicability in secure identity verification.
[CV-40] IoUPD: IoU-Aware Privileged Distillation for Visual Grounding with Multimodal Large Language Models
链接: https://arxiv.org/abs/2607.15732
作者: Xiuyuan Zhu,Ke Lu,Hao Wu,Zijin Du,Dongming Zhang,Jian Xue
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: 16 pages, 7 figures, 10 tables
Abstract:Visual grounding with multimodal large language models is commonly formulated as autoregressive coordinate generation, where a model outputs bounding-box coordinates as text given an image and a referring-expression prompt. While this interface is simple and compatible with instruction following, it introduces a mismatch between training and evaluation: training optimizes token-level likelihood over coordinate strings, whereas grounding quality is measured by geometric overlap. We propose IoUPD, an IoU-aware privileged distillation method for coordinate-generating multimodal large language models. IoUPD uses ground-truth boxes not only as coordinate targets, but also as privileged training-time guidance. During training, the student receives the original image and prompt, while a frozen teacher receives a box-marked image and an augmented prompt that indicates the marked region. The student is trained with a supervised fine-tuning anchor and a privileged distillation loss whose token weights reflect both geometric importance and teacher reliability. At inference time, IoUPD requires no box overlay, privileged hint, teacher branch, or additional prediction module. Experiments on standard referring-expression grounding benchmarks show consistent region-level improvements over strong coordinate-generating baselines, demonstrating that ground-truth boxes can provide useful privileged guidance beyond serving as coordinate labels.
[CV-41] Event3R: Asynchronous-to-Global 3D Reconstruction from Event Camera via Spatial-Temporal Feature Aggregation IROS2026
链接: https://arxiv.org/abs/2607.15727
作者: Jian Huang,Haotian Shen,Xinhao Lou,Chengrui Dong,Wenpu Li,Peidong Liu
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: accepted to IROS 2026
Abstract:Robust 3D reconstruction is essential for robotics and embodied perception. Recent feed-forward approaches such as DUSt3R have demonstrated impressive progress in dense 3D reconstruction from RGB images, achieving global geometric consistency and strong generalization. However, extending such dense 3D reconstruction to event cameras remains challenging due to their asynchronous, sparse, and highly dynamic nature, as well as the lack of large-scale, well-labeled datasets. In this work, we introduce Event3R, a feed-forward framework that directly maps asynchronous event streams to globally consistent 3D point clouds. Event3R represents incoming events as spatial-temporal voxels, enabling time-aware feature integration through a temporal attention module that enhances the module’s temporal feature learning. To further strengthen temporal representation learning and reduce reliance on labeled data, we propose a Masked Bin Modeling (MBM) strategy for self-supervised pre-training, enabling robust temporal representation learning with minimal labeled data, and retain it as an auxiliary fine-tuning objective. In addition, contrastive alignment and consistency regularization losses are incorporated during fine-tuning to reinforce structural correspondence and temporal coherence across views. Extensive experiments on both synthetic and real-world benchmarks demonstrate that Event3R achieves robust, temporally consistent, and globally aligned 3D reconstructions, significantly outperforming existing event-based methods.
[CV-42] Per-Stroke Temporal Control for Text-to-Motion via Action Units and Action-Detection Guidance
链接: https://arxiv.org/abs/2607.15717
作者: Euijun Jung,Youngki Lee
类目: Computer Vision and Pattern Recognition (cs.CV); Graphics (cs.GR)
备注:
Abstract:Text-to-motion models are competent at the action a prompt names but unreliable at when each stroke lands: four punches alternating left and right rarely return four separable strokes. We introduce typed temporal events called Action Units (AUs) that make the individual stroke – its body track, action class, time window, and impact timing – an explicit conditioning signal. We ground a frozen text-to-motion backbone on the AU set through a lightweight gated adapter injecting two streams (per-stroke tokens and a per-frame phase channel), and at inference close residual timing errors with a training-free classifier gradient from a frozen frame-level detector. We measure per-stroke control on StrokeBench, whose prompts specify count, ordering, track, and core-frame placement, paired with an audited stroke corpus. AU grounding markedly raises the rate of correctly placed single strokes over the strongest prior interface, at the best motion quality among text-, interval-, and frame-level baselines. The prompted core frame emerges as a further steerable axis.
[CV-43] Efficient Difficulty-Aware Dynamic Routing for Diffusion-Based Real-World Image Super-Resolution ICML2026
链接: https://arxiv.org/abs/2607.15711
作者: Xue Wu,Kang Zhao,Kafeng Wang,Jianfei Chen,Jingwei Xin,Nannan Wang,Xinbo Gao
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI)
备注: ICML 2026 under review
Abstract:Diffusion-based methods have achieved impressive performance in real-world image super-resolution (Real-ISR) by leveraging large pre-trained stable diffusion (SD) models as powerful generative priors. However, these methods still face two key limitations. First, existing SD-based one-step and multi-step Real-ISR approaches adopt a unified processing paradigm for all input samples, ignoring the varying restoration difficulty across images. Second, the aggressive resolution reduction of the VAE in SD models (e.g., 8x downsampling) leads to irreversible loss of fine-scale details, which cannot be recovered by the subsequent diffusion process. To address these limitations, we propose a Difficulty-aware Dynamic Routing (DDR) strategy that overcomes the rigid, one-size-fits-all processing paradigm. Specifically, we first design a difficulty estimator to predict the restoration cost of each input image, enabling automatic assignment to a network of appropriate capacity. Then, we construct a set of Real-ISR networks with varying model capacities by modulating the spatial downsampling ratio of the VAE in the SD backbone, thereby preserving more high-frequency information for challenging cases while maintaining efficiency for simpler inputs. Extensive experiments have demonstrated the superior efficiency and effectiveness of the proposed model compared to recent state-of-the-art methods. Comments: ICML 2026 under review Subjects: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI) Cite as: arXiv:2607.15711 [cs.CV] (or arXiv:2607.15711v1 [cs.CV] for this version) https://doi.org/10.48550/arXiv.2607.15711 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[CV-44] GoStop: Reinforcement Learning for Adaptive Temporal Aggregation in Event-Based Feature Tracking ECCV2026
链接: https://arxiv.org/abs/2607.15699
作者: Youngho Kim,Hoonhee Cho,Jae-Young Kang,Kuk-Jin Yoon
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Accepted to ECCV 2026
Abstract:Feature tracking plays a fundamental role in understanding scene motion and supports various downstream tasks. Event cameras, with their high temporal resolution and asynchronous sensing, enable low-latency and motion-robust perception, making them well-suited for feature tracking under fast and non-linear motion. However, existing event-based feature tracking methods rely on fixed heuristic rules based on hand-tuning for event accumulation. Such strategies fail to adapt to diverse motion dynamics, leading to degraded performance under abrupt motion changes or low-motion scenarios. In this paper, we model event accumulation as a sequential decision-making problem and introduce reinforcement learning (RL) framework to adaptively control the accumulation process for online event-based feature tracking. Our approach trains a RL agent that decides whether to continue accumulating events or to perform tracking inference based on motion cues. The proposed adaptive temporal agent enables dynamic adaptation to varying motion patterns without relying on hand-crafted rules. Furthermore, we introduce a Dynamic Event-based Tracking (DEFT) dataset with dynamic motion distributions to evaluate the robustness of the feature tracking. Extensive experiments demonstrate that integrating our plug-and-play framework to existing feature tracking methods consistently outperforms heuristic-based approaches, improving robustness under dynamic motion while offering a better balance between tracking accuracy and efficiency. Our project codes and datasets are available at this https URL
[CV-45] Hierarchical Specialised Ensembles for Classification of Zebrafish Phenotypes Using the Selected Image Recognition Methods
链接: https://arxiv.org/abs/2607.15698
作者: Piotr S. Maciąg,Monika Maciąg,Magdalena Majdan
类目: Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
备注: Accepted to KES 2026 conference
Abstract:We propose and evaluate three hierarchical ensemble setups for zebrafish phenotype classification from embryo images. In all setups, stage 1 uses a single four-class classifier to assign images to one of the exclusive phenotypes: Normal, Chorion, Dead, or Other. Images classified as Other are then processed in stage 2, where the ensemble design differs across setups: a single multi-label classifier, two specialized multi-label classifiers, or an ensemble of binary classifiers. We compare these setups using three backbone architectures: ResNet18, ViT, and ConvNeXt. Overall, ConvNeXt achieves the best performance across setups, while the specialized hierarchical ensemble in setup 2 provides the best balance in terms of F1-score. The results show that the proposed specialised hierarchical ensembles are effective for zebrafish phenotype recognition, and suggest that ConvNeXt is particularly useful backbone model.
[CV-46] Efficient Frame Selection for Long Videos at Test Time with Attention-Based MLLM Selectors
链接: https://arxiv.org/abs/2607.15689
作者: Yilin Wang,Xiangxi Zheng,Dongxing Mao,Linjie Li,Zhengyuan Yang,Ping Yu,Rui Yan,Yuan Yao,Alex Jinpeng Wang
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Understanding long videos with multimodal large language models (MLLMs) requires selecting a compact set of frames from thousands of candidates, yet identifying the right frames seemingly requires understanding the video first. We resolve this circular dependency with a simple observation: cross-modal attention at validation-selected extraction layers in MLLMs already provides query-relevant frame evidence without requiring autoregressive generation. We exploit this property to build DAFS (Dynamic Attention-based Budget-aware Frame Selection), a training-free frame selector. A lightweight MLLM selector, even with only 2B parameters, can extract frame-level evidence by converting selected-layer attention into relevance scores through query-conditioned aggregation. This enables cross-frame comparison without autoregressive decoding. To handle the selector’s own context constraint, we formulate the joint allocation of candidate pool size and per-frame token budget as a discrete optimization problem solved by dynamic programming. Under a 32-frame budget, our selector improves over uniform sampling by up to 6.4 points on Video-MME and outperforms prior training-based selectors under matched frame budgets, while generalizing across selector and answerer backbones, and across tasks, without retraining.
[CV-47] PE-Field 4D: Video Generation Models as Canvas
链接: https://arxiv.org/abs/2607.15667
作者: Yunpeng Bai,Haoxiang Li,Qixing Huang
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Diffusion Transformers have recently achieved strong performance in video generation, yet controlling scene geometry under viewpoint changes and camera motion remains challenging. In this work, we revisit the role of positional encoding in video diffusion transformers and show that it provides a useful spatial bias for geometry-aware control. Specifically, if reference tokens are encoded according to their projected locations in the target view, the denoising model is encouraged to retrieve content from position aligned regions of the input video. Building on this observation, we introduce a geometry-aware cross-attention mechanism that enables target video latent tokens to attend to structured context tokens derived from reference images or frames. To establish correspondence between the reference content and the target camera trajectory, we equip the context tokens with a projected positional encoding scheme that combines target-view 2D reprojection with depth-aware disambiguation. At the same time, we preserve the original spatiotemporal positional encoding of the generated video latent, allowing geometric guidance to be injected while maintaining consistency with the video model’s native latent structure. The resulting framework provides a simple and effective approach for controllable video generation. It improves spatial controllability in viewpoint-dependent editing tasks, including camera re-trajectory, novel-view video synthesis, and geometry-aware video editing, while preserving the generative prior of the underlying video diffusion model. The code is available at: this https URL.
[CV-48] Model Merging for Medical LVLMs: A Benchmark and a Winner-Take-All Approach
链接: https://arxiv.org/abs/2607.15661
作者: Lichao Mou,Shilan Zhang,Chunlei Li,Bingcong Yan,Jingliang Hu,Yilei Shi,Shengwu Xiong,Xiao Xiang Zhu,Lei Li,Yaxiong Chen
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Project Page: this https URL
Abstract:Large vision-language models (LVLMs) can be adapted to specialized medical imaging tasks via parameter-efficient fine-tuning approaches such as low-rank adaptation (LoRA), leading to a growing ecosystem of expert models tailored to specific imaging modalities and clinical scenarios. However, deploying multiple expert LVLMs in practice incurs substantial computational and operational overhead. Model merging provides a promising solution by consolidating multiple experts into a single model without retraining, yet it remains largely unexplored in the medical domain. In this work, we present the first systematic study of model merging for medical LVLMs. We introduce MergeMedBench, a comprehensive benchmark spanning eight imaging modalities and diverse clinical task types, comprising 16 LoRA fine-tuned models built upon two mainstream architectures. We conduct an extensive evaluation of existing merging methods and further propose winner-take-all, a simple and hyperparameter-free approach that retains only the most dominant parameters across expert models. By preserving the critical parameters that govern model behavior and discarding weaker ones, our method avoids the information dilution inherent in averaging- or alignment-based strategies. Despite its simplicity, winner-take-all consistently outperforms existing approaches, offering both a new perspective on LoRA merging and a strong practical baseline for future research.
[CV-49] Do Agents Dream of False Memories? Black-box Visual Attacks on Long-term Memory in Multimodal AI Agents
链接: https://arxiv.org/abs/2607.15657
作者: Halima Bouzidi,Mboutidem Ekemini Mkpong,Mohammad Abdullah Al Faruque
类目: Cryptography and Security (cs.CR); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
备注: 34 pages, 5 figures, 15 tables
Abstract:Multimodal AI agents increasingly rely on persistent long-term memory to ground generation in past visual and textual episodes. We show that unconditional trust in visual data creates a critical vulnerability. We propose Lucid, a black-box adversarial framework that compromises multimodal memory pipelines under a strictly image-bounded threat model, requiring no access to the target MLLM, target retrieval encoder, or the text channel. Lucid crafts imperceptible perturbations to enable two distinct failure modes based on the availability of historical context: (1) Memory poisoning, an in-context attack where the adversarial image replaces a benign one whose content is reinforced by prior textual context, reliably corrupting visual recall and steering the agent toward attacker-chosen narratives; (2) Memory injection, an out-of-context attack where the adversarial image replaces a benign one in a conversation turn devoid of prior textual grounding, causing the agent to generate attacker-influenced responses with no corrective signal from memory. We evaluate Lucid across various conversation domains and five black-box memory architectures, including graph-structured, LLM-summarized, and commercially deployed systems. Lucid achieves 61.6% ASR on poisoning and 58.4% ASR on injection, exposing a structural vulnerability in multimodal memory pipelines.
[CV-50] CSS-BA: Gate-Guided Column Space Search for Bundle Adjustment ECCV2026
链接: https://arxiv.org/abs/2607.15652
作者: Ayano Kaneda,Takafumi Taketomi,Shugo Yamaguchi,Shigeo Morishima
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Accepted at ECCV 2026
Abstract:Bundle adjustment (BA) remains a critical refinement module for image-based 3D reconstruction and continues to improve geometric accuracy even in learning-based pipelines. However, in low-parallax and near-rotational regimes, classical Schur-based Levenberg–Marquardt (LM) often becomes ill-conditioned and yields unreliable pose and calibration estimates. We propose Gate-Guided CSS-BA, a solver-side modification of Schur-LM that preserves the classical BA objective and trust-region framework while constraining each update to a geometrically informed low-dimensional subspace. By integrating Column Space Search (CSS) with geometry-aware gating, the method stabilizes the Schur-LM update without altering the estimation problem. In contrast to keyframe or state-selection approaches, all camera and point parameters remain in the optimization problem; only the update direction is restricted. The method serves as a drop-in replacement for existing BA pipelines. Experiments on both generic and challenging weak-geometry scenarios show more stable optimization, improved relative pose accuracy, and competitive calibration behavior while maintaining reprojection quality.
[CV-51] DiTango: Cost-Effective Parallel Diffusion Generation with Selective Attention State Reuse
链接: https://arxiv.org/abs/2607.15650
作者: Yuyang Chen,Runxin Zhong,Zan Zong,Hengjie Li,Yuyang Jin,Jidong Zhai
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Recent advances in AI-generated content have driven widespread adoption of Diffusion Transformers (DiTs) for high-resolution, long-duration content generation. While parallelization techniques accelerate diffusion inference, they face significant scalability challenges due to excessive communication overhead in multi-node environments. We observe that sequence partitions in Context Parallelism (CP) exhibit distinct heterogeneity: spatially proximate partitions contribute more significantly to attention computation results. By mapping this heterogeneous pattern to hierarchical communication topology, we can access high-contribution partitions with reduced communication cost. This insight motivates our novel selective attention state mechanism that strategically balances partial attention computation and historical result reuse across denoising steps. We present DiTango, an efficient parallel framework for DiT generation. DiTango features an anchor-guided state selection planner that optimizes computation-reuse decisions for each partition, complemented by a runtime that orchestrates efficient state-centric operations. This design achieves superior system efficiency while preserving generation quality. Experimental evaluation on popular diffusion models demonstrates that DiTango achieves up to 1.9x end-to-end and 3.2x attention speedup with near-linear scaling in multi-node settings, while maintaining generation quality comparable to state-of-the-art approaches. Subjects: Computer Vision and Pattern Recognition (cs.CV) ACMclasses: C.1.4 Cite as: arXiv:2607.15650 [cs.CV] (or arXiv:2607.15650v1 [cs.CV] for this version) https://doi.org/10.48550/arXiv.2607.15650 Focus to learn more arXiv-issued DOI via DataCite (pending registration) Journalreference: The 35th International Symposium on High-Performance Parallel and Distributed Computing (HPDC’26), July 13–16, 2026, Cleveland, OH, USA Related DOI: https://doi.org/10.1145/3806645.3807581 Focus to learn more DOI(s) linking to related resources Submission history From: Yuyang Chen [view email] [v1] Fri, 17 Jul 2026 05:56:42 UTC (1,000 KB)
[CV-52] BCG-Former: Toward Pareto-Efficient Hyperspectral Image Classification via Band-Contextual Gating
链接: https://arxiv.org/abs/2607.15639
作者: Gaurav Sharma,Eungjoo Lee
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Hyperspectral image (HSI) classification systems are increasingly deployed on platforms with strict computational budgets, such as UAVs and small spaceborne sensors. In these settings, accuracy alone is not enough; the model must also run within tight latency and memory constraints. Most recent HSI classifiers, however, focus on accuracy and pay relatively little attention to these constraints. We propose BCG-Former, a lightweight CNN-Transformer hybrid that targets this trade-off. The model introduces three innovations: (1) Band-Contextual Gating (BCG) for adaptive spectral recalibration using local inter-band context and learnable temperature sharpening, (2) a spectral summary token that bridges spectral and spatial features, and (3) single-pass Band-RoPE combined with linear attention for efficient joint representation learning. Evaluated on classical airborne (Pavia University, Salinas, Indian Pines, Houston 2013/2018) and UAV-borne benchmark datasets (WHU-Hi-LongKou, HongHu, and HanChuan), BCG-Former achieves over-all accuracy ranging from 91.51% on Houston 2018 to 99.49% on Houston 2013, while maintaining sub-millisecond inference latency (0.91-0.95ms) and using only 0.10-0.23M parameters. Across all eight benchmarks, BCG-Former consistently resides on or near the Pareto frontier of accuracy versus latency, outperforming or matching recent CNN-, Transformer-, and Mamba-based methods at a fraction of their computational cost. Ablation studies confirm that all three components are complementary, with BCG providing the largest individual contribution. These results establish BCG-Former as a strong accuracy-efficiency Pareto candidate for real-time and large-scale remote sensing applications.
[CV-53] StructGen: Disambiguating Multi-Reference Image Generation via Structured Context Modeling
链接: https://arxiv.org/abs/2607.15619
作者: Jianing Peng,Mengyu Wang,Henghui Ding,Zixiang Li,Ting Liu,Xiaochao Qu,Luoqi Liu,Yao Zhao,Yunchao Wei
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: 25 pages, 20 figures
Abstract:Multi-reference image generation aims to synthesize images by integrating attributes from multiple reference images under textual instructions. As the number of references increases, the task necessitates complex semantic comprehension, such as correctly associating attributes with the intended subjects and planing out coherent spatial arrangement between subjects and their environments. Existing approaches, which rely solely on natural language instruction, often fail to capture these complex intentions precisely, leading to semantic misalignment and inconsistent generation. We identify two key factors behind these limitations: natural language instructions are often verbose and ambiguous, and high-quality multi-reference data is scarce. To address these issues, we propose StructGen, which employs a structured, dictionary-like format to encode multiple reference images, thereby enabling explicit and unambiguous specification of generation intentions. To support this design, we construct a structured dataset based on high-quality real images and develop a corresponding training framework, along with a dedicated benchmark for challenging multi-reference scenarios. Extensive experiments on both public benchmarks and our proposed benchmark demonstrate that StructGen consistently outperforms existing methods on both semantic alignment and detailed reference-generation consistency, especially under complex instructions with multiple references. The code is available at \hrefthis https URLthis https URL.
[CV-54] Region-Grounded Vision-Language Learning for Detection-Guided Mammographic Lesion Classification
链接: https://arxiv.org/abs/2607.15615
作者: Zhengbo Zhou,Jiren Li,Dooman Arefan,Margarita Zuley,Shandong Wu
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Vision-language models trained with contrastive objectives have shown promise in medical image analysis. However, conventional global image-text alignment is ill-suited for mammography, where diagnostically relevant lesions are spatially localized and occupy only a small fraction of the image. Subtle morphological cues critical for malignancy assessment can be diluted when representations are learned at the whole-image level. In this work, we propose a novel region-grounded vision-language learning method for detection-guided mammographic lesion classification. The method mirrors radiologists’ diagnostic paradigm. First, a region-text contrastive pretraining stage aligns lesion-specific features with structured clinical descriptors derived from radiology metadata. To mitigate semantic collapse and background bias in low-vocabulary settings, we introduce a multi-component objective incorporating positive alignment, fine-grained semantic hard negatives, and background suppression. Second, an auxiliary lesion detection head is jointly optimized with contrastive classification to preserve spatial sensitivity and enable localization-aware malignancy classification. Extensive experiments on two independent datasets, CBIS-DDSM and VinDr-Mammo, show superior performance of our method compared to related methods under in-domain, cross-dataset, and transfer learning settings.
[CV-55] Benchmarking MRI Representations for Deep Learning-Based Focal Cortical Dysplasia Segmentation
链接: https://arxiv.org/abs/2607.15605
作者: Soumen Ghosh,John Phamnguyen,Amit Soni Arya,Subhojit Mandal,Tilottama Goswami,Rajat Vashistha
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Focal cortical dysplasia (FCD) is one of the leading structural causes of drug-resistant focal epilepsy, yet its subtle and heterogeneous imaging characteristics make accurate identification and delineation challenging on conventional magnetic resonance imaging (MRI). Although T1-weighted (T1w) and fluid-attenuated inversion recovery (FLAIR) images are routinely acquired for presurgical evaluation, the contribution of different MRI representations to deep learning-based FCD segmentation remains poorly understood. In this study, we present a systematic benchmark of MRI representations for automated FCD segmentation using the nnU-Net framework. A publicly available presurgical MRI dataset comprising 85 FCD subjects and 25 healthy controls was used to evaluate eight input configurations, including conventional MRI contrasts (T1w and FLAIR), ratio-derived representations, and their multimodal combinations. To isolate the effect of MRI representation, all experiments employed identical preprocessing, network architecture, optimization strategy, and five-fold cross-validation. Among the evaluated single-modality representations, FLAIR achieved the strongest overall performance, whereas ratio-derived representations alone were insufficient for reliable identification of subtle FCD. Incorporating ratio-derived representations with conventional T1w and FLAIR images consistently improved lesion delineation, with the four-channel multimodal configuration achieving the highest overall Dice score (0.376), representing a 5.0% relative improvement over the conventional T1w+FLAIR representation. These findings demonstrate that MRI representation design is an important yet underexplored component of deep learning-based FCD segmentation and should be optimized alongside network architecture.
[CV-56] WREN: Low Light Image Enhancement Using Retinex theory-based Double U-Net-like Structures
链接: https://arxiv.org/abs/2607.15604
作者: Reina Kaneko,Junya Hara,Hiroshi Higashi,Yuichi Tanaka
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:This paper proposes a neural network for low light image enhancement (LLIE) based on retinex theory to make LLIE robust for various dynamic range scenes. The retinex theory is an image formulation model inspired by a human color perception hypothesis, where a low light image is decomposed into intrinsic color context (i.e., reflectance map) and scene-dependent illumination (i.e., illumination map). Due to non-uniqueness of its decomposition, existing retinex-based LLIE methods often fail to achieve stable decomposition, which lead to over-enhancement. Typically, they are sensitive to the dynamic ranges that vary in different lighting conditions. To tackle this issue, we propose WREN: An LLIE neural network with double U-Net-like structures. WREN consists of two U-Net-like sub-networks. The first network has one encoder and two decoders that decompose an input image into the reflectance and illumination maps. The second network with a customized Transformer block between an encoder and a decoder only enhances the illumination map obtained from the first network: This completely follows the assumption of the retinex theory. Finally, the enhanced illumination map is recombined with the reflectance map. The network is trained end-to-end with a scale-invariant loss function, which gives robustness against the illumination scaling. Numerical results show that our method achieves the state-of-the-art performance across multiple datasets. Our code is available online.
[CV-57] Geometric Distillation from Rectified Stereo: Leverag ing Epipolar Cues for Monocular Depth
链接: https://arxiv.org/abs/2607.15600
作者: Jung-Hee Kim,Xiaoming Liu
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Monocular depth foundation models have demonstrated remarkable generalization capabilities across diverse environments. However, they continue to struggle with metric depth estimation in diverse environments. This limitation stems from the inherent scale ambiguity of single-view inference, leading to misaligned scale predictions even when the relative geometry is accurate. Conversely, recent multi-view foundation models leverage cross-view cues to learn robust scene-level geometry and consistent scale. Yet, these benefits typically vanish during single-image inference, as the absence of explicit geometric constraints causes performance to degrade. To bridge this gap, we propose a novel framework that transfers the scale-aware geometric priors of multi-view models into monocular depth foundation models. Specifically, we introduce an Epipolar Distillation (EpiDistill), an approach utilizing Rectified Stereo Tokens, which enables the single-view prediction model to retain epipolar attention patterns and maintain geometric consistency without requiring multi-view inputs at inference. Experimental results demonstrate that our method significantly improves zero-shot metric depth estimation, particularly on challenging datasets like ETH3D and DIODE where scale alignment is critical. Furthermore, our approach is model-agnostic, consistently boosting the performance of state-of-the-art ViT-based models, including UniDepthV2 and DepthPro.
[CV-58] Ask Twice Look Twice: Prompt Echoing Resolves the Question-First Paradox in Vision-Language Models
链接: https://arxiv.org/abs/2607.15565
作者: Rakshanda Hassan Abhinandan,John Galeotti,Deva Ramanan,Gautam Rajendrakumar Gare
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Image and Video Processing (eess.IV)
备注:
Abstract:Where should the question go in a vision-language model (VLM) prompt: before the image or after it? Intuition says before: knowing what is asked should tell the model where to look. Yet across visual question answering benchmarks, question-first prompting consistently underperforms the image-first ordering recommended for frontier VLMs, a phenomenon we term the question-first paradox. We trace the paradox to a conflict between two stages of VLM computation. Logit-lens and attention probes show the intuition is half right: a question placed before the image genuinely steers perception, moving image patch representations toward question-relevant concepts. The failure lies downstream. Stranded behind hundreds of image tokens, the question is barely attended by the answer token, which instead commits to image-driven (often wrong) answers; a causal attention knockout confirms that the answer reads the question only when the question follows the image. The diagnosis yields a training-free fix: question echoing, restating the question on both sides of the image so that one copy steers perception while the other is read out at answer time. The same division of labor appears in a fifty-year-old finding on human ``adjunct questions’', where repeating a question before and after a passage aids comprehension more than either position alone. Echoing the image as well brings further gains, restoring the whole-image view a causal decoder otherwise loses. The paradox holds across five open VLMs, costing up to 17.5 group-accuracy points. Echoed prompts close it and surpass the best single-pass ordering on NaturalBench, POPE, Winoground, and open-ended VQAv2, by up to 19 Winoground group-accuracy points, with no training, fine-tuning, or architecture change. The paradox reveals a trade-off between steering perception and preserving question access; echoing resolves it through prompt design alone.
[CV-59] Are All Tokens Necessary for Visual Place Recognition? An Empirical Study of Token Reduction for Efficient Inference
链接: https://arxiv.org/abs/2607.15563
作者: Tong Jin,Yunpeng Liu,Shuyu Hu,Qinghua Zhang,Ruize Han,Song Wang,Feng Lu
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: 33 pages, 8 figures, 9 tables
Abstract:Recent visual place recognition (VPR) methods based on vision transformers, particularly foundation models, have achieved remarkable recognition performance. However, these models process all visual tokens throughout the entire network, resulting in substantial computational overhead, which hinders their deployment in real-time and resource-constrained scenarios. A natural question thus arises: are all visual tokens necessary for VPR? To answer this question, we present the first systematic benchmark of token reduction for efficient visual place recognition. Our benchmark comprehensively evaluates representative token pruning, token merging, and hybrid pruning-merging methods across multiple state-of-the-art VPR models and diverse benchmark datasets covering urban, suburban, and natural environments. We further investigate token reduction from multiple perspectives, including recognition performance under different reduction configurations, computational complexity, inference speed, qualitative visualization, and deployment efficiency on edge devices. Through extensive experiments and in-depth analysis, our benchmark reveals multiple important characteristics of token reduction in VPR and provides several practical insights into the trade-offs between accuracy and inference efficiency. For example, token reduction can reduce computational cost by up to 29% and improve throughput by up to 44%, while incurring less than 1% degradation in recognition accuracy. Overall, this work establishes a comprehensive foundation for future research on token-efficient VPR and efficient visual retrieval systems. Our codes and models will be available at this https URL
[CV-60] When Can Test-Time Adaptation Help Zero-Shot CT Vision-Language Models?
链接: https://arxiv.org/abs/2607.15556
作者: Ailar Mahdizadeh,Puria Azadi Moghadam,Xiangteng He,Leonid Sigal
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:3D CT vision-language models (VLMs) classify abnormalities from text prompts in a zero-shot manner, enabling cross-institution deployment where labels are scarce and clinical tasks shift faster than supervised models can be retrained. A real CT scan, however, typically contains several co-occurring abnormalities, and the reliability of zero-shot multi-label prediction under distribution shift remains poorly understood. Test-time adaptation (TTA) updates a model on unlabeled target scans without source data or target annotations, yet existing TTA methods target multi-class softmax prediction on natural images or 2D medical segmentation, and none addresses unsupervised multi-label adaptation for zero-shot 3D CT VLMs. We study when TTA helps zero-shot 3D CT VLMs. A controlled diagnostic analysis shows that TTA is conditional: the volumetric input must preserve the encoder’s depth structure, and the base representation must transfer to the target cohort, with depth reduction alone lowering internal AUROC by more than 0.12. We then focus on the regime where the base model already separates present from absent abnormalities. We introduce CARVE (Cardinality-Aware Retained-View Entropy), the first TTA method for this setting. CARVE estimates a sample-specific positive-label cardinality \hatk , optimizes a top- \hatk objective to preserve co-occurring abnormalities, and performs memory-efficient multi-view adaptation by scoring weak 3D views without gradients before updating on a retained subset. Across contrastive CT-CLIP and anatomy-aware fVLM, CARVE provides the most consistent improvements across multi-label, three-class, and binary CT tasks when the base model is already discriminative. These results establish multi-label TTA for zero-shot 3D CT VLMs as a distinct problem and CARVE as a cardinality-aware solution.
[CV-61] ImprovedVBGS: Real-time Continual Variational Bayes Gaussian Splatting
链接: https://arxiv.org/abs/2607.15542
作者: Damani Mguni-Coker
类目: Computer Vision and Pattern Recognition (cs.CV); Robotics (cs.RO)
备注: 5 pages, 4 figure. Technical Report. This work introduces ImprovedVBGS, accelerated continual learning for 3D Gaussian Splatting based Reconstruction. Code available at [ this https URL ]( this https URL )
Abstract:On-the-fly reconstruction is a key requirement for many applications in robotics and autonomous navigation. Variational Bayes Gaussian Splatting (VBGS) enables continual learning without replay buffers using Coordinate Ascent Variational Inference (CAVI), but its per-frame iterations over all observed points make it too slow for real-time use with strict memory and latency requirements. We present ImprovedVBGS, an accelerated framework for on-the-fly continual reconstruction. This is achieved primarily through (i) spatially truncated variational inference, and (ii) improved reassignment that uses forwarding, truncation and eliminates wasteful dynamic recompilation. On the NeRF synthetic dataset, we reduce mean per-frame latency from ~84.0 s to ~0.050 s on an RTX 3070 Ti, a 1680x speed-up while maintaining reconstruction quality.
[CV-62] E3DGS: Unified Geometric-Photometric Equivariance for 3D Gaussian Splatting via Color-as-Geometry Embedding
链接: https://arxiv.org/abs/2607.15536
作者: Chankyo Kim,Maani Ghaffari
类目: Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
备注: 31 pages, 7 figures, 5 tables
Abstract:3D Gaussian Splatting (3DGS) captures scenes by coupling explicit geometry (position, covariance) with view-dependent photometry (Spherical Harmonics). However, building \mathrmSE(3) -equivariant architectures on these primitives presents a fundamental representation bottleneck. Color has been treated as a signal rather than a geometric entity, making it nontrivial to unify symmetry across geometry and appearance as the camera frame changes. While translations are handled by relative coordinates, rotations act heterogeneously across attributes: \mu\mapsto R\mu , \Sigma\mapsto R\Sigma R^\top , and f_\ell\mapsto D^\ell®f_\ell . This mismatch complicates strict equivariance, leading existing methods to either discard or flatten SH coefficients, thereby breaking symmetry. We propose a unified solution rooted in representation theory: for SH degrees \ell\le2 , photometry is algebraically isomorphic to a rank-2 geometric tensor. We prove that the Wigner- D action on these SH coefficients can be exactly reformulated as the conjugation action on 3\times3 matrices. Leveraging this, we introduce the Unified Matrix Embedding, a lifting that maps all Gaussian attributes into a unified carrier space, \mathfrakgl(3) . Building on the “Color-as-Geometry” formulation, we present E3DGS, a rigid-body ( \mathrmSE(3) ) equivariant architecture that processes 3D Gaussians without Clebsch-Gordan tensor products. Evaluations on object vision and action-conditioned Gaussian world modeling demonstrate that our unified approach yields strong robustness under camera-frame changes and improved data efficiency.
[CV-63] Physics-aware Masked Diffusion-based Flood Simulation for Urban Fisheye Disaster Detection
链接: https://arxiv.org/abs/2607.15527
作者: Sodtavilan Odonchimed,Tsogt Enkhbayar,Oyunzul Munkhtamga,Munkhjargal Gochoo
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Physical simulations that predict the behavior of urban disasters, such as climate-related flooding, play a crucial role in disaster prevention and the development of anomaly detection models. However, the severe shortage of flood data in real-world environments, combined with the inherent distortions of fisheye lens images, which are used for urban surveillance, has made high-precision simulations challenging. To address this, we propose a new physical simulation system PhysFlood that leverages Diffusion Models to synthesize realistic floods from just a single image captured by a fisheye lens. Our system not only enables simulation from a single image, but also features the ability to freely control and generate diverse flood scenarios by manipulating physically meaningful variables, such as water levels. In our evaluation experiments, we conducted a qualitative human study and demonstrated that the simulation images generated by PhysFlood exhibit both acceptable realism and robustness.
[CV-64] SLAPBench: Benchmarking Multimodal Large Language Models for Four-Finger SLAP Fingerprint Verification
链接: https://arxiv.org/abs/2607.15517
作者: Bibesh Pyakurel,M. G. Sarwar Murshed
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI)
备注: 19 pages, 6 figures, 2 tables. Includes appendix with supporting figures and per-subgroup fairness detail. Code and data: this https URL
Abstract:Four-finger SLAP fingerprints are flat live-scan impressions of the index, middle, ring, and little fingers of one hand, used for identity verification in border control and law enforcement. No benchmark has evaluated whether multimodal large language models (MLLMs) can verify identity from SLAP images. We introduce SLAPBench, the first benchmark for MLLM-based four-finger SLAP fingerprint verification, built from NIST SD302b with 7,832 pairs (176 mated, 7,656 non-mated). We evaluate four open-source MLLMs (InternVL3-8B, Qwen2.5-VL-7B, Qwen3-VL-8B, Gemma-3-12B) and the proprietary Claude Opus 4.8 under zero-shot, task-description, and similarity-scoring prompts. Prompting governs verification behavior. Task-description prompting collapses all four open-source models to near-100% False Accept Rate (FAR), and Gemma-3-12B collapses under zero-shot as well; Claude Opus 4.8 alone resists collapse under both binary prompts, giving the best binary result (FAR = 20.2%). Similarity scoring removes collapse across the open-source models and exposes wide capability gaps: Claude reaches AUC = 0.953 and Gemma-3-12B 0.837, while InternVL3-8B is inverted (AUC = 0.590) and Qwen2.5-VL-7B near random (0.567). Qwen3-VL-8B attains perfect separation (AUC = 1.000), which we treat as a diagnostic rather than as capability: SD302b holds one SLAP capture per finger position, so mated pairs are cross-resolution. A matched-resolution control leaves the perfect score intact, ruling out the resolution shortcut; what cannot be excluded within SD302b is near-duplicate detection, since a mated pair is one capture rendered twice. A fairness probe over gender, race, and age suggests disparity grows as discrimination weakens. SLAPBench establishes the first SLAP-specific MLLM baseline and shows that prompting governs collapse while model capability governs discrimination. Comments: 19 pages, 6 figures, 2 tables. Includes appendix with supporting figures and per-subgroup fairness detail. Code and data: this https URL Subjects: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI) ACMclasses: I.4.9; I.5.4; K.6.5 Cite as: arXiv:2607.15517 [cs.CV] (or arXiv:2607.15517v1 [cs.CV] for this version) https://doi.org/10.48550/arXiv.2607.15517 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[CV-65] Intentional Electromagnetic Interference Attacks on Facial Recognition
链接: https://arxiv.org/abs/2607.15512
作者: Tyler Fitzsimmons,Adam Czajka
类目: Computer Vision and Pattern Recognition (cs.CV); Cryptography and Security (cs.CR); Machine Learning (cs.LG)
备注: To be published in IEEE/IAPR IJCB (International Joint Conference on Biometrics) 2026
Abstract:Attacks on general computer vision algorithms are often relegated to the digital domain, with the optimization performed purely in the digital world and then translated to physical mediums for implementation. In the field of biometrics, including facial recognition, physical presentation attacks targeting biometric sensors are dominant and present significant opportunity and risk. This paper highlights a critical vulnerability in the physical-to-digital pipeline of biometric sensors and provides a standardized approach for testing facial recognition system robustness against hardware attacks, going beyond and potentially complementing presentation attacks (as defined in ISO/IEC 30107 standard series). Specifically, in this work we (a) demonstrate that intentional electromagnetic interference is possible to be conducted with commonly accessible radio frequency (RF) equipment, (b) assess the robustness of state-of-the-art face recognition methods against RF-based attacks, and © provide a dataset composed of face images captured with and without electromagnetic interference to serve as a new benchmark for testing modern face matchers against RF-sourced interference.
[CV-66] LLM -Driven AutoML for Cross-Lingual Handwritten OCR: Closed-Loop Neural Architecture Search with GPT GPT -5 GPT-4o and Claude Sonnet 4
链接: https://arxiv.org/abs/2607.15509
作者: Mobina Kashaniyan,Amirhossein Ghassemi,Nasser Mozayani
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注: 6 pages, 10 figures, and 2 tables. Published in the 2025 15th International Conference on Computer and Knowledge Engineering (ICCKE)
Abstract:We present a fully automated closed-loop AutoML framework that uses GPT-5, GPT-4o, and Claude Sonnet 4 as autonomous neural architecture designers for cross-lingual handwritten optical character recognition. Each large language model independently generates, trains, evaluates, and iteratively refines neural network architectures using performance feedback from previous trials. The framework is evaluated on Arabic, Persian, and English handwriting datasets through 270 independent experiments. It consistently discovers accurate and computationally efficient models without manual architecture design, domain-specific preprocessing, or hyperparameter tuning. The generated models achieve mean test accuracies above 93 percent, a best accuracy of 98.1 percent, and inference latency between 41 and 44 milliseconds. The results demonstrate that large language models can function as effective AutoML agents for neural architecture search, enabling scalable, script-adaptive, and reproducible handwriting recognition across languages.
[CV-67] rajectory-aware Cross-view Geo-localization with Sequential Observations ECCV2026
链接: https://arxiv.org/abs/2607.15491
作者: Tianyi Gao,Jiayu Lin,Danielle Beaulieu,Nathan Jacobs
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: Accepted to ECCV 2026. Project Page: this https URL
Abstract:Cross-view geo-localization matches ground-level observations against geo-tagged satellite imagery. Recent methods show that sequential queries such as video clips yield richer spatiotemporal cues than single images, yet they overlook a complementary sequential modality: route descriptions – which capture the same trajectory at a higher level of abstraction and are often the only input available (e.g., a user directing an autonomous vehicle to a pickup point). To bridge this gap, we introduce SeqGeo-VL, a dataset of \sim 39K video-text-satellite triplets, and TrajLoc, a unified framework capable of processing both video clips and route descriptions. By leveraging both dense visual and abstract linguistic semantics, TrajLoc enables these modalities to mutually reinforce cross-view matching. We further propose TrajMod, a lightweight module that conditions query embeddings on trajectory geometry, yielding spatially-aware representations. Experiments show that TrajLoc achieves substantial gains over state-of-the-art methods on both video and text geo-localization. The project page is available at this https URL.
[CV-68] qZACH-ViT: Quantization-Aware Intrinsic Explanations with Recursive Attribution-Stabilized Optimization
链接: https://arxiv.org/abs/2607.15421
作者: Athanasios Angelakis
类目: Machine Learning (cs.LG); Computer Vision and Pattern Recognition (cs.CV)
备注: 31 pages, 8 figures, 10 tables. Includes executable mixed-precision ONNX INT8 deployment validation across 210 checkpoints
Abstract:Compact medical-image classifiers need efficiency and interpretable evidence, yet these goals are often addressed separately. We introduce qZACH-ViT, a quantization-aware extension of the zero-token (CLS-token-free), position-free ZACH-ViT backbone with recursive intrinsic patch-level class evidence. We also introduce Recursive Attribution-Stabilized Optimization (RASO), which norm-matches classification and attribution gradients and removes attribution components that conflict with classification. We evaluate four controlled conditions on seven MedMNIST datasets using 50 training images per class and ten fixed seeds, completing 280 runs. All 210 qZACH-ViT checkpoints are converted to executable mixed-precision ONNX INT8 graphs containing 16 signed INT8 MatMulInteger projections with INT32 accumulation. Deployed mixed-precision INT8 qZACH-ViT with Adam improves the FP32 ZACH-ViT baseline mean on all seven datasets, with a mean paired gain of 0.0313 in the dataset-specific primary metric; qZACH-ViT with RASO yields a mean gain of 0.0368. Across 964,920 source-to-INT8 test comparisons, prediction agreement is 99.9751%, with a mean absolute primary-metric change of 0.000133 and a maximum of 0.004386. Across 3,600 matched intrinsic maps, mean cosine similarity is 0.999955, mean rank correlation is 0.9944, and mean top-10% overlap is 0.9692. ONNX artifacts are 70.0% smaller than source checkpoints and provide 1.41\times and 2.39\times end-to-end CPU speedups with one and four threads. RASO significantly reduces sufficiency error and improves input-noise stability over Adam with the same attribution loss, but does not dominate every predictive or explainable artificial intelligence (XAI) metric. These results establish qZACH-ViT as a deployable compact intrinsically explainable model and RASO as a targeted stability-oriented optimization procedure.
[CV-69] DrawingVQA: A Real-World Benchmark for Multi-Depth Visual-Textual Reasoning on Construction Drawings CVPR2026
链接: https://arxiv.org/abs/2607.15418
作者: Yoonhwa Jung,Junryu Fu,Mani Golparvar-Fard
类目: Artificial Intelligence (cs.AI); Computer Vision and Pattern Recognition (cs.CV)
备注: CVPR 2026 Findings accepted paper
Abstract:We introduce DrawingVQA, the first benchmark designed to evaluate multimodal large language models (MLLMs) on real-world construction drawings – a core media in architecture, civil, and many other engineering practices. Unlike natural images or schematic floor plans, construction drawings fuse abstract geometry, symbolic notation, tabular data, annotations, and domain-specific text, forming a uniquely complex visual-textual domain core to engineering workflows. DrawingVQA bridges this gap with 33 “Issued for Construction” drawings and 92 expertly curated question-answer pairs, spanning three reasoning depths: perceptual understanding, contextual interpretation, and domain-expert reasoning. To evaluate model capabilities, we present a dual categorization framework to jointly analyze performance across seven construction-engineering and four MLLM capability dimensions – the first to explicitly map engineering workflows to AI reasoning competencies. Evaluations of state-of-the-art MLLMs reveal a substantial gap between model and expert performance, particularly at higher reasoning depths. This benchmark lays a foundation for domain-specialized multimodal reasoning to allow for advancement on integration of AI-driven understanding and real-world engineering workflows.
[CV-70] Dataset-Origin Signatures and Shortcut Learning in Screening Mammography AI: A Cross-Dataset Case Study
链接: https://arxiv.org/abs/2607.15416
作者: Parham Hajishafiezahramini,Matthew Hamilton,Oscar Meruvia-Pastor,Edward Kendall
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Reliable AI for screening mammography requires training data representative of the low cancer prevalence and subtle abnormalities found in screening populations. We examined whether supplementing such data with biopsy-confirmed cases from abnormal-enriched external datasets improves performance. Using the Newfoundland and Labrador Breast Screening Dataset (NLBSD) alongside CBIS-DDSM and CMMD, we evaluated an EfficientNet-B5 encoder initialized with Mammo-CLIP weights as a frozen linear probe under consistent preprocessing and patient-level splits. The NLBSD-only model achieved an AUC-ROC of 0.737 (95% CI [0.686, 0.785]). Adding external positive cases reduced performance in every configuration (AUC-ROC = 0.620–0.644; DeLong test, Holm-corrected p 0.05 ), with degradation increasing as additional sources were introduced. Domain-matched evaluation produced modest gains only when the training and test domains coincided, and no configuration surpassed the NLBSD-only model. As a diagnostic, we reframed the task as predicting each examination’s dataset of origin. The datasets were separated almost perfectly despite identical preprocessing, indicating that dataset-specific characteristics strongly influence the learned representation. These findings show that naïvely pooling abnormal-enriched mammography datasets can introduce domain shift that outweighs the benefit of additional positive cases. Differences in acquisition, intensity mapping, and dataset construction persist after normalization, motivating domain-aware strategies for combining heterogeneous mammography datasets. Subjects: Computer Vision and Pattern Recognition (cs.CV) Cite as: arXiv:2607.15416 [cs.CV] (or arXiv:2607.15416v1 [cs.CV] for this version) https://doi.org/10.48550/arXiv.2607.15416 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[CV-71] Explicit Over Implicit: Enhancing CNNs Via Complex Structure Tensor Representations for Periocular Recognition
链接: https://arxiv.org/abs/2607.15410
作者: Kevin Hernandez-Diaz,Josef Bigun,Fernando Alonso-Fernandez
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: arXiv admin note: text overlap with arXiv:2404.15608
Abstract:Our study provides evidence that CNNs struggle to extract orientation features effectively. We show that using the Complex Structure Tensor, which contains compact orientation features with certainties, as input to CNNs consistently improves identification accuracy compared to grayscale inputs alone. Experiments also demonstrated that our inputs, provided by mini-complex convnets, combined with reduced CNN sizes, outperformed full-fledged, prevailing CNN architectures. This suggests that the upfront use of orientation features in CNNs, a strategy seen in mammalian vision, not only mitigates their limitations but also enhances their explainability and relevance to thin-clients. Experiments were conducted on publicly available datasets comprising periocular images (Cross-Eyed and PolyU) for biometric identification and verification in both Close-World and Open-World Scenarios using six CNN architectures. Our experiments on the Cross-Eyed and PolyU datasets yield a 5-26% reduction in EER, providing strong empirical evidence that explicit orientation priors mitigate CNN representational limits in Open-World and Close-World scenarios.
[CV-72] GS-RealBlur: A Flexible Data Acquisition Framework for Real-World Image Deblurring
链接: https://arxiv.org/abs/2607.15401
作者: Mingyang Chen,Zhilu Zhang,Honglei Xu,Renlong Wu,Xiaohe Wu,Wangmeng Zuo
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: 15 pages
Abstract:High-quality, large-scale paired data is essential for training learning-based image deblurring models. However, synthetic blurry images generally lack realism, while real-world captured images require complex and inflexible camera systems. In this work, we propose GS-RealBlur, a data acquisition framework for real-world image deblurring, achieving both blur realism and acquisition flexibility. Specifically, we use a handheld camera to capture blurry images, and deploy a gimbal to densely capture sharp images of the same scene. We reconstruct the 3D representation of sharp images and calibrate the camera pose of each blurry frame within this 3D. The image rendered from this 3D according to the pose serves as the sharp counterpart. To better align the rendered image with the blurry image, we introduce a Blur-aware Pose Refinement (BPR) module that refines the pose using appearance consistency and centroid alignment constraints. Leveraging GS-RealBlur, we construct a high-quality and diverse dataset. Extensive experiments demonstrate that a deblurring model trained on our dataset achieves superior generalization performance across various real-world deblurring benchmarks, consistently outperforming models trained on existing synthetic and real-world datasets. The code and dataset will be made publicly available.
[CV-73] Unsupervised Keypoints for Real-Time Fall Detection: Comparative Analysis Under Real-world Conditions with Predictive Bandwidth Reduction
链接: https://arxiv.org/abs/2607.15400
作者: Tasmiah Haque,Jacob Kosinski,Sumit Mohan,Srinjoy Das,Mohammad Abdullah Al-Mamun
类目: Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
备注:
Abstract:Falls among older adults are a major safety challenge, but continuous monitoring is difficult to sustain. Video captures fall-related posture and motion, yet deployment is limited by privacy, computation, and bandwidth. Supervised pose estimation is anatomically interpretable but vulnerable to occlusion and partial body visibility. We propose a privacy-preserving framework that replaces RGB transmission with compact motion representations based on unsupervised keypoints and predictive temporal modeling. Local processing performs segmentation and keypoint extraction; variational recurrent prediction and sequence classification then detect falls from observed and forecasted motion. We evaluate the framework on the UR Fall Detection and Human Fall datasets using random, subject-disjoint, and occlusion-based splits. Under random splits, neither representation consistently dominates, suggesting that standard protocols may hide meaningful differences. Under subject-disjoint evaluation, supervised keypoints show a statistically significant advantage, but performance varies by subject: they perform better when anatomical landmarks are visible, whereas unsupervised keypoints are more robust to occlusion and partial visibility, though they produce more false positives for complex activities. Under occlusion-based evaluation, supervised keypoints miss nearly half of all falls, while unsupervised keypoints retain strong sensitivity and substantially outperform them. Their anatomical independence allows spatial anchors to adapt to visible body structure rather than fail on absent landmarks. The gap widens under bandwidth constraints, where supervised localization errors compound through the temporal model. These findings show that representation choice should reflect expected visual conditions and that unsupervised keypoints offer an advantage when body visibility is compromised.
[CV-74] Partial Information Decomposition as a Multi-Contrast 3D MRI Selection Strategy for Resource-Constrained Deep Neural Network Training in Brain Tumor Segmentation
链接: https://arxiv.org/abs/2607.15396
作者: Agamdeep Chopra,Mehmet Kurt
类目: Computer Vision and Pattern Recognition (cs.CV); Artificial Intelligence (cs.AI)
备注:
Abstract:Multi-contrast 3D MRI segmentation can be computationally demanding when all available sequences are used. We evaluate a pre-training Partial Information Decomposition framework that ranks input pairs according to their redundant, unique, and synergistic information about regional tumor burden and selects the highest-ranked pair for downstream training. Applied to T1n, T1c, T2w, and T2-FLAIR MRI, the framework selected T1c+T2-FLAIR. We then trained eleven architecturally identical lightweight 3D U-Nets using different input configurations. On an independent test cohort, T1c+T2-FLAIR was the strongest two-input configuration and ranked second overall in mean Dice (0.676 versus 0.687 for all four inputs). Independent Shapley analysis on the full-input model also identified T2-FLAIR and T1c as the most influential inputs and their pairwise interaction as the strongest. These findings demonstrate the practical value of PID based pre-training selection for identifying compact, informative MRI input sets before costly 3D model development.
[CV-75] Reasoning -Guided Part-Level Visual Grounding via Reinforcement Learning ECCV2026
链接: https://arxiv.org/abs/2607.15374
作者: Kazi Sajeed Mehrab,Hani Alomari,Najibul Haque Sarker,Chia-Wei Tang,Zaber Ibn Abdul Hakim,Anuj Karpatne,Chris Thomas
类目: Computer Vision and Pattern Recognition (cs.CV)
备注: ECCV 2026
Abstract:Multimodal large language models (MLLMs) ground whole objects well from free-form language queries, but they struggle when the query names a part rather than the object. We trace this to a missing object-part hierarchy, since parts are localized in the same single step used for objects. We propose Object-Part Hierarchical Reflective Grounding (OP-HRG), a coarse-to-fine reasoning-guided grounding strategy that first localizes the parent object and then the part within it. A self-check then reflects on the result, with an extension to re-encode the predicted crop to inspect the region it is correcting. We introduce a part-aware GRPO framework to train our pipeline with stage-wise rewards. A 4B model trained this way outperforms 7B grounding LLMs and SAM3 across PascalPart, PartImageNet, and InstructPart, and transfers to reasoning segmentation.
[CV-76] raining-Free Open-Vocabulary 3D Point-Cloud Segmentation on the Generalized Few-Shot Benchmark
链接: https://arxiv.org/abs/2607.15331
作者: Silas kwabla Gah,Ebenezer Owusu
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:Generalized few-shot 3D point-cloud segmentation (GFS-PCS) asks a model to segment a scene into many base classes seen at training time and a set of novel classes. The state of the art reaches novel classes by reconciling a dense but noisy 3D vision-language prior with the few-shot support, but it pays for this with base 3D labels, per-episode training, and the support annotations themselves. We ask how far the same reconciliation can go with none of these: no training, no 3D labels, and not even the few-shot support. We pair a frozen 3D vision-language model (RegionPLC) as a dense prior with a frozen promptable concept segmenter (SAM3), prompted by the bare novel class names and lifted from posed RGB views, and reconcile the two by cross-view consistency: a point becomes novel only when enough of the views that see it agree. On the ScanNet200 GFS-PCS benchmark this fully training-free, open-vocabulary pipeline improves novel mIoU by +2.6 over the training-free dense prior while holding base accuracy within 0.5, and recovers a third (33%) of the novel-class gap to the trained state of the art that uses far more supervision. We further show that injecting the few-shot support into the pipeline, as a fusion gate and as a prototypical dense classifier, adds nothing over consistency alone and in fact degrades it through the classifier, which is why the method needs no support at all. On the harder ScanNet++ benchmark, where the dense prior is far weaker on novel classes, the same pipeline nearly doubles novel mIoU (+15.7, from 16.2 to 31.9) at a 1.7 base cost, lifting the harmonic mean from 21.5 to 31.1
[CV-77] Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories
链接: https://arxiv.org/abs/2607.15330
作者: Xiaomi Robotics Team:Jun Guo,Piaopiao Jin,Jason Li,Peiyan Li,Yingyan Li,Futeng Liu,Wanli Peng,Optimus Qin,Yifei Su,Nan Sun,Qiao Sun,Runze Suo,Heyun Wang,Yunhong Wang,Rujie Wu,Caoyu Xia,Lina Zhang,Jack Zhao,Guoliang Chen,Wenlong Chen,Xinze He,Bin Li,Qing Li,Zhuorong Li,Heng Qu,Wenxuan Song,Diyun Xiang,Yifan Xie,Peiran Xu,Hangjun Ye,Wen Ye,Han Zhao,Quanyun Zhou
类目: Robotics (cs.RO); Computer Vision and Pattern Recognition (cs.CV)
备注: Project page: this https URL
Abstract:We present Xiaomi-Robotics-1, a foundational vision-language-action (VLA) model capable of (1) following diverse language instructions to perform a wide range of mobile manipulation tasks in unseen environments out-of-the-box, and (2) efficiently adapting to novel downstream tasks with minimal fine-tuning data. We propose a two-stage training recipe consisting of pre-training and post-training. During pre-training, we imbue the model with broad and generalizable action-generation capabilities by training on over 100k hours of real-world manipulation trajectories collected via UMI devices. Crucially, we develop a scalable auto-labeling pipeline that annotates trajectory clips with natural languages describing scene state transitions, providing rich and precise conditioning for action learning. During post-training, we aim to align these capabilities with robot embodiments and imperative instructions that humans naturally use to prompt robots. Extensive experiments demonstrate strong scaling behavior. Xiaomi-Robotics-1 consistently improves with increased data scales and model sizes during pre-training. This scaling behavior directly transfers to post-training, where a stronger pre-training model yields better out-of-the-box real-robot performance in unseen environments. Furthermore, Xiaomi-Robotics-1 serves as a strong robot foundation policy that can be efficiently fine-tuned on complex, dexterous tasks with high data efficiency. Across multiple simulation benchmarks, Xiaomi-Robotics-1 outperforms state-of-the-art methods. Notably, it establishes a new state-of-the-art with a 57.6% success rate on RoboCasa365, surpassing the previous best of 46.6%. Furthermore, it achieves an average score of 20.07 on RoboDojo, significantly outperforming the prior state-of-the-art (13.07). Code and model checkpoints will be released. Project page: this https URL
[CV-78] Rethinking the Readout: Unlocking Video Backbones for AI-Generated Video Detection
链接: https://arxiv.org/abs/2607.15321
作者: Manni Cui,Ziheng Qin,ZiAn Wang,Ruiqi Liu,Dianyuan Zou,Jianglan Wei,Han Zhou,Yu Liu,Jingrui Xu,Wenhao Wang,Zhenyu Zhang
类目: Computer Vision and Pattern Recognition (cs.CV)
备注:
Abstract:AI-generated videos (AIGVs) typically contain subtle temporal artifacts that arise from inter-frame inconsistencies rather than within individual frames. A detector that captures such artifacts should therefore benefit from video pretrained backbones over image only ones. In practice, however, video backbones with standard global readouts often fail to outperform strong image pretrained probes on AIGV benchmarks. We attribute this gap to excessive spatiotemporal aggregation in the readout. Video pretrained backbones tend to compress each frame into a single global descriptor. This compression suppresses local patch level temporal dynamics and discards inter patch relations, which are precisely the cues that AIGV detection most reliably depends on. Based on this, we propose Velocity Gated Patch Velocity Profiling (V-PVP), a lightweight readout that replaces only the aggregation layer with two parallel streams over the patch velocity field, adding only about 0.5 M trainable parameters. V-PVP serves as a general plug-and-play module that consistently improves performance across diverse video backbones under both end-to-end fine-tuning and linear probing settings. Our method reaches \textbf95.28 AUC on AIGVDBench while keeping the backbone fully frozen. The results show that simply replacing the aggregation layer reactivates the temporal potential of frozen video backbones, restoring their advantage on AIGV detection. Code is available at this https URL.
[CV-79] MLLM -DataEngine: Closing the Loop of Multimodal Instruction Tuning Data Generation ICME2026
链接: https://arxiv.org/abs/2607.15299
作者: Zhiyuan Zhao,Bin Wang,Linke Ouyang,Yiqi Lin,Pan Zhang,Xiaoyi Dong,Jiaqi Wang,Conghui He
类目: Multimedia (cs.MM); Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
备注: 6 pages, 4 figures, 7 tables; accepted by ICME 2026
Abstract:In this paper, we propose MLLM-DataEngine, a novel closed-loop system that bridges data generation, model training, and evaluation. Within each loop iteration, the MLLM-DataEngine first analyzes the weakness of the model based on the evaluation results, then generates a proper incremental dataset for the next training iteration, and enhances the model capability iteratively. Compared with previous instruction fine-tuning dataset collection methods which are separate from the benchmarking, MLLM-DataEngine shows better targeting and can improve MLLMs’s capabilities more effectively. Firstly, we propose an Adaptive Bad-case Sampling module, which can effectively analyze model weakness based on the benchmarking results and adjust the generation of incremental datasets flexibly. Secondly, in order to ensure high-quality data for specific capability types, the most representative in-context examples and abundant information are provided to GPT-4, which helps GPT-4 fully comprehend the model’s weakness and further guarantees high-quality generated data. Through extensive experiments, we find MLLM-DataEngine could boost the MLLMs capability in a targeted and automatic manner without human participants. We hope MLLM-DataEngine could be a general solution for the following MLLMs data curation. Code, data, and model are available at this https URL.
[CV-80] An Empirical Study of Handcrafted Feature Learning and Convolutional Neural Networks for Facial Expression Recognition
链接: https://arxiv.org/abs/2607.15288
作者: Chethiya Galkaduwa
类目: Computer Vision and Pattern Recognition (cs.CV); Machine Learning (cs.LG)
备注: 9 pages, 14 figures, 6 tables
Abstract:Facial expression recognition is an important computer vision task with applications in human–computer interaction, mental health monitoring, driver alert systems, and behavioral analysis. While convolutional neural networks (CNNs) dominate modern facial expression recognition, handcrafted feature descriptors such as Histogram of Oriented Gradients (HOG) and Local Binary Patterns (LBP) remain useful classical baselines. This study compares HOG with Support Vector Machine (SVM), LBP with Logistic Regression, and a lightweight CNN across three facial expression datasets: FER-2013, CK+, and KDEF. The results show that CNNs achieve the best overall performance, particularly on more complex data, while HOG performs strongly in controlled environments. LBP performs poorly across all datasets. The study highlights that dataset complexity significantly affects performance and that robust feature learning is essential for real-world facial expression recognition.
[CV-81] Audio-Visual Flamingo: Open Audio-Visual Intelligence for Long and Complex Videos
链接: https://arxiv.org/abs/2607.16107
作者: Sreyan Ghosh,Arushi Goel,Kaousheik Jayakumar,Lasha Koroshinadze,Nishit Anand,Siddharth Gururani,Hanrong Ye,Pritam Biswas,Yuanhang Su,Ehsan Hosseini-Asl,Sang-gil Lee,Zhifeng Kong,Jaehyeon Kim,Sungwon Kim,S Sakshi,Ramani Duraiswami,Dinesh Manocha,Andrew Tao,Mohammad Shoeybi,Bryan Catanzaro,Ming-Yu Liu,Wei Ping
类目: Audio and Speech Processing (eess.AS); Computer Vision and Pattern Recognition (cs.CV)
备注: Project Page: this https URL
Abstract:We present Audio-Visual Flamingo (AV-Flamingo), a fully open state-of-the-art audio-visual large language model (AV-LLM) for joint understanding and reasoning over audio, images, and long-form videos. Unlike prior AV-LLMs that primarily focus on short clips, AV-Flamingo is designed for understanding and reasoning over long and complex real-world (audio-visual) videos. To support this, we make three key contributions: (i) Audio-Visual-Skills, a large-scale collection of real-world videos with ~7M caption and question-answer training instances designed to emphasize temporal, compositional, and cross-modal audio-visual reasoning; (ii) a novel three-stage curriculum that progressively trains the model from short-range perception to long-horizon multi-event reasoning; and (iii) Temporal Audio-Visual Interleaved Chain-of-Thought, a reasoning framework that explicitly grounds intermediate reasoning steps to timestamps in long audio-visual streams, improving temporal alignment and interpretability. Extensive experiments across 15+ audio-visual, omni-modal, audio, and vision benchmarks show that AV-Flamingo outperforms similarly sized open models by clear margins and remains highly competitive with, and in some cases surpasses, much larger open-weight and closed models, particularly on long and complex real-world audio-visual understanding and reasoning tasks. Beyond benchmark performance, AV-Flamingo exhibits strong real-world utility and transfers well to unseen tasks, highlighting its robustness and generalization ability.
[CV-82] STSBench: A Large-Scale Dataset for Modeling Neuronal Activity in the Dorsal Stream of Primate Visual Cortex NEURIPS2025
链接: https://arxiv.org/abs/2607.15631
作者: Ethan B. Trepka,Ruobing Xia,Shude Zhu,Sharif Saleki,Danielle Abreu Lopes,Stephen J. Niño Cital,Konstantin F. Willeke,Mindy Kim,Tirin Moore
类目: Neurons and Cognition (q-bio.NC); Computer Vision and Pattern Recognition (cs.CV)
备注: 21 pages, 10 figures, Advances in Neural Information Processing Systems 38 (NeurIPS 2025) Datasets and Benchmarks Track
Abstract:The primate visual system is typically divided into two streams - the ventral stream, responsible for object recognition, and the dorsal stream, responsible for encoding spatial relations and motion. Recent studies have shown that convolutional neural networks (CNNs) pretrained on object recognition tasks are remarkably effective at predicting neuronal responses in the ventral stream, shedding light on the neural mechanisms underlying object recognition. However, similar models of the dorsal stream remain underdeveloped due to the lack of large scale datasets encompassing dorsal stream areas. To address this gap, we present STSBench, a dataset of large-scale, single neuron recordings from over 2,000 neurons in the superior temporal sulcus (STS), a nearly 50-fold increase over existing dorsal stream datasets, collected while Rhesus macaques viewed thousands of unique, natural videos. We show that our dataset can be used for benchmarking encoding models of dorsal stream neuronal responses and reconstructing visual input from neural activity.
人工智能
[AI-0] Evaluating Open-Weight LLM s for Generating Structured Threat Information for Autonomous Vehicle Vulnerabilities
链接: https://arxiv.org/abs/2607.16175
作者: Md Erfan,Ahmed Ryan,Md Kamal Hossain Chowdhury,Md Rayhanur Rahman
类目: Cryptography and Security (cs.CR); Artificial Intelligence (cs.AI)
备注: 9 pages
Abstract:Connected and Autonomous Vehicles (CAVs) rely on interconnected software and hardware components, including sensors, Electronic Control Units, in-vehicle infotainment systems, and telematics units, where vulnerabilities can compromise assets, users, and vehicle operations. These vulnerabilities are commonly documented as plain text in the Common Vulnerabilities and Exposures (CVE) database; however, security practitioners require structured information about affected assets, types of weaknesses, and attack behaviors to effectively mitigate the risks from these vulnerabilities. To this end, we evaluate open-weight Large Language Models (LLMs) for generating Structured Threat Information Expression (STIX), a well-known structured format for representing threat information, for CAV-related CVEs. We construct a dataset called CAV-STIXGen that maps CAV vulnerability descriptions to STIX domain objects (SDO), STIX relationship objects (SRO), Common Weakness Enumeration (CWE), and MITRE ATTCK techniques mappings. Using this dataset, we evaluated 11 open-weight LLMs (4B to 120B parameters) across various prompting strategies and temperatures. Single-model configurations achieve F1 scores of 0.94 for SDO, 0.63 for SRO, and 0.99 for CWE mapping, while complete MITRE ATTCK mapping remains challenging. In a multi-agent setup, Gemma-4-31B and Codestral-22B achieve F1 scores of 0.91 for SDOs and 0.43 for SROs, respectively. Lastly, we analyze CWE and MITRE ATTCK co-occurrences to identify recurring threat patterns in the CAV domain, demonstrating how AI-assisted vulnerability-to-STIX translation can automate threat intelligence and prioritize defense in transportation security.
[AI-1] When Does Muon Help Agent ic Reinforcement Learning?
链接: https://arxiv.org/abs/2607.16169
作者: Kai Ruan,Jinghao Lin,Zihe Huang,Ziqi Zhou,Qianshan Wei,Xuan Wang,Hao Sun
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注:
Abstract:Muon is competitive with AdamW in large-scale pre-training, but its value for reinforcement-learning (RL) post-training remains unclear. We study vanilla Muon in sparse-reward agentic RL through matched single-seed comparisons with AdamW on ALFWorld using Qwen2.5-0.5B-Instruct. Under Group-in-Group Policy Optimization (GiGPO), applying Muon only to hidden weight matrices raises final-window validation success from 0.290 to 0.546 (+88%); high-rate AdamW controls retain no post-update success. The effect depends on the advantage estimator and learning rate. At 3e-5, Muon improves GRPO from 0.161 to 0.268, whereas GraphGPO’s late-window gap narrows near saturation. At 1e-5, GraphGPO Muon reaches 0.901, raises normalized validation AUC from 0.399 to 0.556, and reaches 0.5 and 0.75 success 30 and 60 updates earlier, respectively. These exploratory results show that Muon can benefit agentic RL and motivate studying the policy optimizer, advantage estimator, and learning rate jointly. Multi-seed and cross-task validation remain open.
[AI-2] When Do Multi-Agent Systems Help? An Information Bottleneck Perspective
链接: https://arxiv.org/abs/2607.16133
作者: Wendi Yu,Lianhao Zhou,Xiangjue Dong,Sai Sudarshan Barath,Declan Staunton,Byung-Jun Yoon,Xiaoning Qian,James Caverlee,Shuiwang Ji
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注:
Abstract:LLM powered multi-agent systems (MAS) have emerged as a promising paradigm for complex tasks. However, their advantages over single-agent systems (SAS) remain unclear, with performance varying inconsistently across settings. Here, we provide an information bottleneck perspective on elucidating the differences between MAS and SAS. Specifically, our key observation is that a SAS accumulates its full reasoning trace in one shared context, while a MAS uses isolated local contexts connected by bounded relay messages. We show that, under infinite relay bandwidth, any SAS can be simulated by a MAS that transmits the full upstream context. Thus, the nontrivial advantage of MAS arises under bounded relays, where compression introduces a fundamental trade-off: reducing redundant context can improve efficiency, but may also incur loss of task-relevant information. We formalize this trade-off as an information bottleneck controlled by an effective parameter \beta , which captures how the balance shifts with model capability, and shows that MAS gains arise when context reduction outweighs relay information loss. We conduct 18 controlled experiments across five benchmarks and three model scales to validate our theoretical studies. We observe that MAS consistently helps when relays are near-sufficient, especially for weaker models. In contrast, MAS gains shrink or reverse when relays incur information loss, especially for stronger models that can already extract useful information from redundant context and thus gain little from compression. Our study shows that multi-agent design is fundamentally an information-bottleneck optimization problem. This perspective explains when bounded inter-agent communication helps or hurts.
[AI-3] A Methodology for Auditable Trustworthiness Levels in AI Lifecycle Governance
链接: https://arxiv.org/abs/2607.16130
作者: Andrea Ferrario
类目: Computers and Society (cs.CY); Artificial Intelligence (cs.AI); Systems and Control (eess.SY)
备注: 32 pages; 7 figures
Abstract:AI governance increasingly requires judgments about whether an AI system remains adequately trustworthy over time, whether observed changes are tolerable, and how such judgments should be documented in a transparent and contestable way. Yet existing work on AI trustworthiness remains either too high-level to support lifecycle monitoring and reassessment or too narrowly metric-driven to connect with governance needs. We therefore propose a lightweight methodology for auditable trustworthiness levels in AI governance. The methodology has two components: a formal framework for representing and learning trustworthiness levels, and a lightweight AI lifecycle governance procedure for documenting, monitoring, and reassessing them over time. The formal framework models governance-relative trustworthiness through a context-sensitive protocol of measurable dimensions and learns trustworthiness levels as interpretable rules over trustworthiness profiles. Using decision trees as an interpretable proof-of-concept model class, the methodology yields explicit trustworthiness plateaus, readable level transitions, and two simple lifecycle diagnostics: boundary margins and profile drift. The governance procedure embeds these formal objects in a conformity-oriented workflow for design-time labeling, post-deployment monitoring, reassessment, and reporting. It also assigns human responsibilities and control gates for protocol design, validation, monitoring, and reassessment. We illustrate the methodology on synthetic AI lifecycle traces involving degradation, shocks, updates, heterogeneous monitoring cadences, and system comparison. Our methodology does not replace legal or other expert judgment: it supports conformity documentation and lifecycle monitoring by providing an evidential basis for documenting and tracking AI governance-relevant changes over time.
[AI-4] CRAFT: Clustering Rubrics to Diagnose Weak LLM Capabilities and Generate Targeted Fine-Tuning Data
链接: https://arxiv.org/abs/2607.16122
作者: Vipul Gupta,Zihao Wang,Razvan-Gabriel Dumitru,MohammadHossein Rezaei,Aakash Sabharwal,Yunzhong He
类目: Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注: 18 pages, 3 Tables, 2 Figures
Abstract:Evaluations should do more than measure a models current performance. They should tell us what to fix for the next model iteration and provide a way to generate targeted post training data. Most evaluation pipelines identify weak examples, topics, or categories, but they leave the underlying capability failure implicit: they say where a model fails, not why. We introduce CRAFT, a method that converts any rubric based evaluation dataset into a model specific diagnosis of weak capabilities. CRAFT treats each grading criterion as a capability probe: it extracts a capability description from every prompt rubric pair, clusters these descriptions into a hierarchical capability tree, scores the target model at every node, and selects low performing nodes dynamically across tree levels, at the granularity where each failure is clearest. The selected weak capabilities then direct the generation of targeted supervised finetuning data. Holding the data generation, finetuning, and evaluation setup fixed, we compare CRAFT against prompt level EvalTree clustering and untargeted random generation on four open source models, two professional domains (finance and legal), and 13 held out benchmarks disjoint from the diagnostic data. CRAFT achieves the strongest finance domain average for all four models under repeated temperature decoding; on legal domain, it is strongest for three of four models and remains within the decoding variance bands of the best baseline on the fourth. Diagnosing weaknesses at the level of rubric criteria, rather than prompts or categories, thus yields both a sharper picture of what a model cannot do and measurably better models after finetuning on that diagnosis.
[AI-5] Harmonizing AI Safety Thresholds
链接: https://arxiv.org/abs/2607.16112
作者: Wilber Sean Anterola,Matthew Ball,Luis F. Lafuerza,Markov Grey
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:Frontier AI companies have published capability thresholds that differ substantially, making it difficult for third parties to verify whether a threshold has been crossed or to compare requirements across companies. Moreover, without common minimum thresholds, risk mitigation may be inconsistent, creating a potential race to the bottom in safety standards. We develop a methodology for deriving harmonized thresholds across three risk domains. For misuse risks (cyber and biological), we take expected harm as the key primitive and use an explicit risk-modeling approach that accounts for risk channels and model release conditions. For automated AI RD, we base our proposed threshold on the observed rate of AI progress rather than expected harm. Our analysis expands upon prior work and highlights existing empirical gaps and limitations.
[AI-6] DADiff: Diffusion-Driven Cross-Domain Policy Adaptation for Reinforcement Learning IROS2026
链接: https://arxiv.org/abs/2607.16090
作者: Hanyang Chen,Anirudh Satheesh,Longchao Da,Hua Wei
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注: Accepted by IROS 2026
Abstract:Transferring policies across domains poses a vital challenge in reinforcement learning, due to the dynamics mismatch between the source and target domains. In this paper, we consider the setting of online dynamics adaptation, where policies are trained in the source domain with sufficient data, while only limited interactions with the target domain are allowed. There are a few existing works that address the dynamics mismatch by employing domain classifiers, value-guided data filtering, or representation learning. Instead, we study the domain adaptation problem from a generative modeling perspective. Specifically, we introduce DADiff, a diffusion-based framework that leverages the discrepancy between source and target domain generative trajectories in the generation process of the next state to estimate the dynamics mismatch. Both reward modification and data selection variants are developed to adapt the policy to the target domain. We also provide a theoretical analysis to show that the performance difference of a given policy between the two domains is bounded by the generative trajectory deviation. More discussions on the applicability of the variants and the connection between our theoretical analysis and the prior work are further provided. We conduct extensive experiments in environments with various shifts to validate the effectiveness of our method. The results demonstrate that our method provides superior performance compared to existing approaches, effectively addressing the dynamics mismatch. We provide the code of our method at this https URL
[AI-7] JoyNexus: Service-Oriented Multi-Tenant Post-Training for VLA Models
链接: https://arxiv.org/abs/2607.16074
作者: Haoran Sun,Wentao Zhang,Junyang Hua,Hedan Yang,Yongjian Guo,Yifei Zhang,Xiaolong Xiang,Mingxi Luo,Jing Long,Chen Zhao,Chen Zhou,Wanting Xu,Qiming Yang,Hui Zhang,Song Wang,Xiaodong Bai,Shuai Di,Xu Chu,Xiaotie Deng,Yicheng Gong,Junwu Xiong
类目: Distributed, Parallel, and Cluster Computing (cs.DC); Artificial Intelligence (cs.AI); Software Engineering (cs.SE)
备注: 23 pages, 12 figures
Abstract:The post-training of Vision-Language-Action (VLA) models is essential due to the diversity of simulators, robot embodiments, and task objectives. Existing compute services, whether offered as direct accelerator rental or batch-workload submission, typically allocate an exclusive set of GPU and CPU resources to a single tenant. While this paradigm maximizes client flexibility, it burdens users with infrastructure adaptation, and the fixed card-hour accounting model renders short or bursty workloads both expensive for tenants and inefficient for the service provider. To address these challenges, we present JoyNexus, a unified service for multi-tenant VLA supervised fine-tuning, reinforcement learning, and evaluation. JoyNexus decouples the Training Model Service, Inference Model Service, and Environment Service, each accessed through APIs and backed by resident shared base models with tenant-specific slots. Tenants can directly invoke high-level semantic APIs for training, rollout, and evaluation, or compose custom algorithms using lower-level APIs and their assigned endpoints. Multiple tenants submit workloads concurrently; their action modules, optimizers, rollout records, and policy versions remain isolated, and the service is scheduled by the global Training Queue and Inference Queue. To further improve multi-tenant training efficiency, JoyNexus introduces group batching for heterogeneous VLA data schemas that share a compatible model-facing prefix, enabling a single shared backbone forward pass over grouped samples. Finally, we evaluate JoyNexus through workload simulation and a group-batching pipeline in a realistic embodied scenario. Results show that, compared with isolated single-tenant execution, JoyNexus reduces aggregate GPU time and improves service utilization via cross-tenant scheduling on shared resources.
[AI-8] LLM -Powered Agent ic AI for 5G/6G Networks: A Tutorial and Survey on Architectures Protocols and Standardization
链接: https://arxiv.org/abs/2607.16066
作者: Mazene Ameur,Abdelkader Mekrache,Bouziane Brik,Adlen Ksentini
类目: Networking and Internet Architecture (cs.NI); Artificial Intelligence (cs.AI)
备注: 35 pages, 4 figures, Under review
Abstract:Agentic Artificial Intelligence (AI), enabled by Large Language Models, marks a shift from rule-based automation toward autonomous, goal-driven control of Next-Generation Networks (NGNs). Existing surveys treat the two domains in isolation, leaving protocol integration, evaluation, and standardization alignment underexplored. To address this gap, a two-part tutorial-and-survey is presented. Part I formalises the control, management, and AI-native planes of 5G and 6G. It then covers the foundations of agentic systems: reasoning, planning, tool use, multi-agent coordination, and evaluation. Part II maps agentic capabilities onto 5G/6G control surfaces, standardization, and major 6G initiatives. Finally, it identifies open challenges shaping autonomous telecommunications.
[AI-9] When Model Merging Rivals Joint Multi-Task Reinforcement Learning: A Task-Vector Geometry Analysis
链接: https://arxiv.org/abs/2607.16062
作者: S. Aaron McClendon
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注:
Abstract:Model merging is promoted as a substitute for joint multi-task training, yet in the reinforcement-learning setting this substitution is essentially never tested against the baseline it claims to replace: methods merge independently released agents precisely because a joint model is unavailable. We build the missing comparison. Training difficulty-1 and difficulty-2 Qwen3-8B specialists on the AppWorld agent benchmark with LOOP, we merge them (TIES, RAM+) and pit the result against a jointly trained model on the same data. On task-goal completion, merging matches joint RL – and every merge variant is statistically indistinguishable. To explain why merge method does not matter here, we measure the geometry of the specialists’ task vectors, which carries no task-sampling noise: they are near-orthogonal (cosine 0.06 - 0.10) despite ~65% support overlap, a small, shared direction that grows over training and that we calibrate against a random-init floor and a same-run ceiling to confirm it reflects learning, not the low-rank parameterization. Because direction and support are decoupled, support and sign-based merging (RAM, TIES) collapse to near-uniform averaging. We release all code and statistics.
[AI-10] SciForge: An AI-Native Multimodal Workbench for Scientific Discovery
链接: https://arxiv.org/abs/2607.16038
作者: SciForge Team:Zhangyang Gao,Minghao Fang,Yifei Liu,Hanhui Yang,Xinyu Gu,Shixiang Tang,Siqi Sun,Lei Bai,Cheng Tan,Mengdi Liu,Hao Wu,Shuizhou Chen
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:Scientific work increasingly spans heterogeneous artifacts – papers, code, datasets, scientific file formats, model outputs, figures, manuscripts, and team decisions – yet general-purpose AI assistants rarely preserve these objects as a coherent, auditable research state. We present SciForge, a multimodal research-native AI workbench that reserves the graphical interface for human judgment while search, parsing, model routing, workflow execution, plotting, writing, and presentation generation run as modular agent-accessible services. SciForge is built around five pillars: (i) \emphgoal-scoped scientific decision governance for \textbfgoal-oriented research, with review gates and shared review surfaces; (ii) \emphtranslate-then-reason for \textbfmultimodal input, routing scientific objects through domain translators before the agent reasons; (iii) \emphevidence governance for \textbfauditable traceability, linking claims to provenance chains and audit findings; (iv) \emphcollaborative team science for \textbfcollaborative research, enabling multi-role decision governance, with shared team workspaces planned for future releases; and (v) \emphreal-world application scenarios for \textbfpractical impact, demonstrated through eight end-to-end user cases, with flagship demonstrations including multi-day agentic research sprints for gene discovery, AI-guided de novo protein design, molecular optimization, and genome-to-BGC discovery. The system combines a thin interaction layer, contextual research capability patterns, an Agent Runtime and Workflow Engine, an Evidence-DAG audit sidecar and a Scientific Model Router. SciForge currently runs as a desktop application, with mobile supervision support; future releases will deepen team collaboration. The system is open-source and available at this https URL
[AI-11] Revisiting data-driven dynamic security assessment with a tabular foundation model
链接: https://arxiv.org/abs/2607.16031
作者: Olayiwola Arowolo,Maosheng Yang,Jochen Cremer
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注: Paper is in the review process
Abstract:Data-driven pre-fault dynamic security assessment (DSA) rapidly evaluates the dynamic risk of credible contingencies on a power system using machine learning. Existing approaches face two limitations. First, they require a large labelled database for training, with a separate model trained, tuned, and maintained for each contingency in a potentially long list of credible contingencies. Second, the trained models generalize poorly to unseen contingencies. This work addresses the limitations by using a tabular foundation model (TFM) that assesses stability through in-context learning, requiring no retraining or hyperparameter optimization. A single TFM can assess many contingencies at once, removing the need for one model per classifier. We also characterize when the use of electrical distance coordinates (EDC) as continuous features enables generalization of TFM to unseen contingencies and when they do not, demonstrating how a few labelled samples can reliably improve generalization. Through comprehensive case studies on the IEEE 68-bus system, we show that a single TFM attains an average Macro F1 score of about 90% with only 120 labelled samples per contingency, roughly two orders of magnitude fewer than conventionally assumed, without any model retraining or hyperparameter tuning. For new/unseen contingencies, we show that using just 10 labelled samples of the new contingency with EDC encoding matches the best achievable transfer learning oracle model, which requires fully labelled data and is not deployable in practice. Overall, this initial study paves the way towards developing and deploying foundation models for power system operations, with possible applications across multiple operational tasks.
[AI-12] Robustness of Reinforcement Learning-Based Congestion Management in Low-Voltage Grids
链接: https://arxiv.org/abs/2607.16004
作者: Josef Hoppe,Sarra Bouchkati,Farah Nasr,Jonathan Krapp,Alexander Och,Maximilian Wirth,Jan Schiefelbein-Lach,Oliver Pohl,Andreas Ulbig,Michael T. Schaub
类目: ystems and Control (eess.SY); Artificial Intelligence (cs.AI)
备注: 6 pages, 5 figures. Accepted for publication at SEST 2026
Abstract:Increases in photovoltaic generation, charging of electric vehicles and heat-pump demand challenge operating limits in low-voltage distribution grids. This requires curative curtailment methods that can operate under sparse observability, noisy measurements, and imperfect grid models. Unlike prior end-to-end reinforcement-learning approaches for partially observable curtailment, this work decouples congestion detection and control by combining a random-forest violation pre-classifier with an actor-critic controller, and evaluates its robustness to measurement noise and grid-parameter mismatch. The framework is tested on a real low-voltage grid using synthetic future operating scenarios with low observability and controllability. With accurate grid parameters, the controller reduces total violation magnitude by 98.9%, and this performance remains nearly unchanged under the tested measurement-noise settings. Grid-model mismatch proves to be more challenging, but the controller still mitigates most violations under the tested mismatch assumptions.
[AI-13] Closing the AI Trust Gap: The Case for Independent Certification for Trustworthy AI
链接: https://arxiv.org/abs/2607.15992
作者: Trisevgeni Papakonstantinou,Cansu Canca,Farah Nanji,Waheedullah Pardess,Jen Weedon,Jasmijn Remmers,Eliza Krigman,Matthew Ball,Yalda Daryani,Kiran Iqbal,Francielle Vargas,María Llorente Sánchez,Joe Humphreys,Fendi Tsim,Kelly Fitzpatrick,Jeff Dunn,Catherine Feldman
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:Over the past decade, responsible AI (RAI) has produced a substantial body of practice for identifying and mitigating the risks AI poses in high-stakes settings. Yet this work has not produced a market that rewards trustworthiness. Firms that invest seriously in safety, fairness, and oversight cannot consistently prove to consumers, regulators, and shareholders that their systems go beyond the bare minimum of compliance. What is missing is a way for society to recognize or compare the difference. The result is a trust gap: a structural condition in which responsible development efforts happen inside organizations but produce no external, independently recognized and verifiable signal of trustworthy outcomes. We argue this gap is sustained in part because of a focus on responsible AI (a matter of internal process) as opposed to trustworthy AI (a matter of independently verifiable real-world outcomes), and that it persists because of three compounding failures: (1) the market cannot distinguish trustworthy systems from their imitations; (2) evaluation targets models and outputs rather than deployed sociotechnical systems and their outcomes; (3) the measurement ecosystem is oriented toward avoiding harm rather than demonstrating benefit. Reviewing existing AI governance instruments and comparing them to certification regimes in healthcare, sustainability, and security, we show that none integrate a governance baseline, independently verified positive-outcome evidence, and market signaling in a single framework. We propose independent, outcome-oriented certification as the connective layer that can close the trust gap, complementing regulation and internal governance by making trustworthiness measurable, comparable, and commercially rewarded.
[AI-14] A Formally Grounded ODRL Evaluator: Implementation and Comparison
链接: https://arxiv.org/abs/2607.15987
作者: Jaime Osvaldo Salas,Paolo Pareti,Adeel Aslam,Christopher Maidens,George Konstantinidis
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:The ODRL policy language is emerging as the de-facto standard for policy modelling data access and usage preferences, AI governance policies and data workflows in European dataspaces. The current standard has no mathematical formal semantics to describe how a system should implement policy evaluation. This has resulted in a variety of systems and tools that implement their own interpretation of the language, which limits interoperability and cannot guarantee consistent results. Based on an existing semantic model of ODRL, we formalise the problems of ODRL evaluation for the access control and monitoring scenarios, in both static and streaming settings, and we provide a novel, efficient algorithm and implementation. We present the first ODRL Evaluator with transparent formal semantics and supporting all rule types. We experimentally measure its performance, analysing different scalability dimensions related to policy complexity and size of the data on which a policy is evaluated. We compare our system with the state-of-the-art by providing a comparative review of existing ODRL evaluators, which highlights the differences in supported ODRL features and evaluation modes.
[AI-15] On the Failure of Boundary-Seeking Distillation in Bottlenecked Generative Architectures
链接: https://arxiv.org/abs/2607.15919
作者: Mohamed Amine Kina
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注:
Abstract:Data-free knowledge distillation transfers the knowledge encoded in a teacher model to a student model without access to the original training data. Prior work such as Contrastive Abductive Knowledge Extraction (CAKE) achieves this for classifiers by synthesizing samples near the teacher’s decision boundary. In this work, we investigate whether this boundary-seeking principle extends to autoencoder distillation through experiments on the MNIST dataset . To enable a direct comparison, we reformulate continuous reconstruction as a dense, per-feature classification task, allowing the decoder to output categorical logits. We show that boundary-seeking objectives are fundamentally ill-posed in bottlenecked generative architectures. CAKE operates on a single, instance-level objective, but a decoder acts as an array of tightly coupled, feature-level classifiers constrained by a shared low-dimensional bottleneck. Independently sampling contrastive targets for these coupled outputs violates the geometry of the learned latent manifold and produces severe gradient conflicts instead of informative boundary samples. Manifold-aware synthesis bypasses these conflicts entirely and establishes an effective baseline for data-free generative distillation.
[AI-16] DSWorld: A Data Science World Model for Efficient Autonomous Agents
链接: https://arxiv.org/abs/2607.15901
作者: Zherui Yang,Fan Liu,Hao Liu
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:Despite strong capabilities in data understanding and decision-making, autonomous data science agents still heavily rely on trial-and-error workflows that involve expensive computation. This bottleneck motivates models that can anticipate the effects of data science operations before real execution. In this paper, we introduce the concept of Data Science World Model, which model the data science execution environment by predicting environment state transitions conditioned on current workflow states and candidate operations. We further propose DSWorld, a practical framework that combines structured state construction, cost-aware routing, lightweight real execution, and an LLM-based simulator for expensive operations. To support training, we construct an 8K-scale transition trajectory dataset and introduce Reflective World Model Optimization, an error-aware reinforcement learning strategy for improving transition prediction. Experiments show that DSWorld accelerates RL-based agent training by approximately 14\times and search-based inference by approximately 3 - 6\times while maintaining competitive performance, and outperforms the strongest LLM baseline by 35.6% on transition prediction tasks. The code is available at this https URL.
[AI-17] Agent ic Synthesis against Counterexample-Supplemented Sketches
链接: https://arxiv.org/abs/2607.15854
作者: Muness Castle,Eric Rubeck
类目: oftware Engineering (cs.SE); Artificial Intelligence (cs.AI)
备注: 32 pages, 5 displayed figures (4 distinct screenshots). Includes the CatSynth artifact supplement. Code and captured experiment artifacts: this https URL
Abstract:Coding agents can fix a failing example without preserving the domain rule that made it fail, so later generations can repeat the same plausible mistake. We present agentic synthesis against counterexample-supplemented sketches, a repository-native method for systems whose governing policy is discovered during implementation. A human starts with a partial, code-shaped sketch, and a coding agent generates the first implementation. When a concrete failure exposes missing or mistaken policy, an operator explicitly approves the corrected behavior and rule. The agent then revises the sketch and repairs or regenerates code and prompt surfaces for that one counterexample. The full archive preserves provenance; a selected regression set gates each revision before the next candidate is revealed; and periodic clean regeneration tests whether the evolved sketch, rather than prompt history or accumulated examples, carries the learned policy. We demonstrate the method with CatSynth, a synthetic browser application and captured coding-agent experiment. In one open-world run with GPT-5.4-mini, 8 of 14 frozen candidate cases became counterexamples. The rebuild controls inherited that promotion schedule, and all three paths passed the 8 accepted cases. Rebuilding from the evolved sketch passed 19 of 21 withheld cases, compared with 15 of 21 when rebuilding from the initial sketch and replaying all accepted examples. Retaining code across counterexamples required 9 Developer calls and 719 lines of cumulative artifact churn, versus 15 calls and 2,394 lines for replay-all, and passed 18 of 21 withheld cases. These results provide inspectable evidence that the evolved sketch carried reviewed policy and that retaining code reduced rework in this run; with one model and one reveal order, they do not establish general superiority or correctness beyond the encoded checks. Comments: 32 pages, 5 displayed figures (4 distinct screenshots). Includes the CatSynth artifact supplement. Code and captured experiment artifacts: this https URL Subjects: Software Engineering (cs.SE); Artificial Intelligence (cs.AI) Cite as: arXiv:2607.15854 [cs.SE] (or arXiv:2607.15854v1 [cs.SE] for this version) https://doi.org/10.48550/arXiv.2607.15854 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[AI-18] Knowledge-Centric Agents for Workflow Generation ECCV2026
链接: https://arxiv.org/abs/2607.15845
作者: Zhendong Li,Lei Sun,Ruibo Ming,He Zhang,Danda Pani Paudel,Luc Van Gool,Jinjin Gu
类目: Artificial Intelligence (cs.AI)
备注: Accepted to ECCV 2026
Abstract:Workflow generation in visual creation systems such as ComfyUI demands not only syntactic accuracy but also expert-level reasoning over modular compositions. Existing large language model (LLM) approaches often treat this as a direct text-to-JSON generation task, struggling with structural brittleness and lacking the experiential knowledge required for effective design. We argue that successful workflow generation requires modeling knowledge itself, including its structure, hierarchy, and reasoning dynamics. To this end, we propose a knowledge-centric framework that learns to invert, inject, and infer with knowledge across multiple abstraction levels. We first perform knowledge inversion to distill hierarchical representations, ranging from full pseudo-codes and skeletons to high-level strategies, from large collections of real-world workflows. We then conduct knowledge injection through supervised fine-tuning, teaching the model to reason from task descriptions to strategies and from strategies to executable structures. During inference, the model performs reversible reasoning to synthesize executable workflows, augmented by self-refinement for structural coherence. Extensive experiments demonstrate that our method produces workflows with richer node diversity, more coherent structures, and higher execution success rates than existing systems, establishing a new foundation for knowledge-driven, agentic workflow generation.
[AI-19] RTL-Sequencer: Towards Scalable RTL Timing Prediction with the Sequence-based Paradigm
链接: https://arxiv.org/abs/2607.15830
作者: Ziyan Guo,Wenji Fang,Wenkai Li,Yuchao Wu,Shang Liu,Zhiyao Xie
类目: Hardware Architecture (cs.AR); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注: Accepted by Design Automation Conference (DAC) 2026
Abstract:Accurate timing prediction at the register-transfer level (RTL) is a longstanding challenge in design automation. Existing graph-based methods struggle with limited receptive fields, high complexity, and a lack of signal directionality. We present RTL-Sequencer, a novel sequence-based paradigm that enables scalable RTL timing prediction via linearizing logic cones by breadth-first traversal and applying modern linear sequence models. Furthermore, sequence models are customized by four synergistic techniques, including sequence shuffling, bidirectional modeling, differentiable modeling, and a hybrid graph-sequence architecture. Extensive experiments demonstrate significant improvements of RTL-Sequencer over state-of-the-art baselines, advancing early-stage timing optimization.
[AI-20] In-context learning of closed form solution to simple linear regression task using transformer with linear self-attention
链接: https://arxiv.org/abs/2607.15819
作者: Katsuyuki Hagiwara
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注:
Abstract:In-context learning is a remarkable property of transformers and has recently received a lot of interest. In many studies of in-context learning, it has been shown that transformers are capable of implementing solver for linear and non-linear regression problems, in which the most of them implement gradient descent algorithm. However, it is still unclear whether those implementations have actually been acquired through training. In this paper, we construct a transformer with linear self-attention, which in-context learns the least squares estimate in a simple regression task. The point here is that the closed form (analytical) solution is approximately obtained by using layer normalization rather than an approximate solution based on gradient descent algorithm. Then, we show an experimental example, in which our implementation is mainly used in the transformer trained with l1 regularization when the target output is the least squares estimate.
[AI-21] Knowledge-Assisted Multi-Graph Dependency Learning for Multivariate Time Series Anomaly Detection in Multi-Stage Industrial Processes
链接: https://arxiv.org/abs/2607.15799
作者: Jaeyeong Lee,Taeseong Yoon,Wonmo Koo,Heeyoung Kim
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注:
Abstract:Industrial processes often generate complex, interdependent time-series data from multiple sensors across multiple stages, forming complex dependencies among variables and process stages. Effective monitoring and timely anomaly detection of these time series through multivariate time series anomaly detection (MTAD) is crucial for preventing failures and ensuring the reliability of automated systems. Graph neural networks (GNNs) have advanced MTAD by leveraging data-driven graphs to model complex dependencies among variables, effectively capturing relational structures within multivariate time series to enhance anomaly detection performance. However, existing GNN-based approaches often overlook critical process knowledge, and even when this knowledge is considered, seamlessly incorporating it into existing models remains inherently challenging, leading to suboptimal performance. To address this limitation, we propose a knowledge-assisted multi-graph framework for modeling sensor dependencies in multi-stage industrial processes for MTAD, which explicitly incorporates process knowledge into graph learning to enhance dependency modeling and improve anomaly detection performance. Our method constructs three complementary graphs: one purely data-driven and two refined by integrating structural constraints derived from process knowledge. To effectively leverage these graphs for anomaly detection, we employ a multi-graph attention network, enabling a more accurate and robust representation of complex dependencies. Comprehensive experiments on two real-world, multi-stage industrial datasets demonstrate that incorporating process knowledge substantially enhances anomaly detection performance.
[AI-22] NeurOWL: An LLM -Based Neural-symbolic Framework for Incomplete OWL Ontology Reasoning
链接: https://arxiv.org/abs/2607.15776
作者: Hui Yang,Jiaoyan Chen,Yiping Song,Renate Schmidt,Wen Zhang
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:OWL ontologies provide a formal knowledge representation framework that enables semantic reasoning, and have been widely adopted across domains such as healthcare and bioinformatics. In practice, however, real-world ontologies are often incomplete, which pose challenges for reasoning. In this work, we focus on a fundamental subsumption reasoning problem: given an incomplete ontology and a candidate (non-entailed) subsumption, determine whether the subsumption is semantically plausible and, if so, providing a logically sound explanation containing potential missing axioms. This task unifies subsumption verification with ontology abduction, and generalizes the latter by removing the need for a predefined candidate set of missing axioms. To address this subsumption reasoning problem, we propose NeurOWL, an end-to-end neuro-symbolic framework that jointly performs verification and abduction, leveraging both formally defined semantics and textual semantics through Large Language Models and ontology embeddings. We evaluate NeurOWL on real-world ontologies across multiple domains, demonstrating strong and robust performance across different domains.
[AI-23] AquaAugmentor: A Novel Feature Augmentation Algorithm for Water Potability Prediction
链接: https://arxiv.org/abs/2607.15775
作者: Muntasir Tabasum,Al Zadid Sultan Bin Habib,Tanpia Tasnim,Md. Ekramul Islam,Md Younus Ahamed,Md Asif Bin Syed
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI); Computational Engineering, Finance, and Science (cs.CE)
备注: Published in 2024 6th International Conference on Sustainable Technologies for Industry 5.0 (STI), 14-15 December, Dhaka, Bangladesh
Abstract:Access to potable water is crucial for health, economic development, and sustainability. However, accurately classifying water quality remains a significant challenge due to the complexity and variability of water source data. This paper addresses the challenge of predicting water potability through machine learning and deep learning algorithms. It introduces a novel feature augmentation algorithm, AquaAugmentor, to enhance the predictive performance of these models for low-dimensional datasets. Utilizing a dataset that includes chemical attributes of water, such as pH, hardness, solids, chloramines, sulfate, and others. This study evaluates the performance of the models with and without AquaAugmentor. Each model applied to classify water as potable or non-potable and its performance is then evaluated and compared based on test accuracy and AUC score. The results highlight the strengths and limitations of our proposed algorithm, providing insights into the most effective techniques for improving the predictive performance of water quality classification. This study contributes to the broader efforts of ensuring safe water access and serves as a framework for employing machine learning in environmental quality assessments. The findings aim to assist researchers, policymakers, and public health officials in making informed decisions based on reliable machine learning predictions.
[AI-24] Scaling Time Series Classification via XAI-Driven Data Reduction ECML-PKDD2026 ALT
链接: https://arxiv.org/abs/2607.15774
作者: Davide Italo Serramazza,Thach Le Nguyen,Georgiana Ifrim
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注: Accepted for AALTD workshop at ECML-PKDD 2026
Abstract:Explainable AI (XAI) for time series has seen significant algorithmic growth, but its utility in providing measurable performance gains for downstream tasks remains under-explored. This paper bridges this gap by introducing drXAI, a novel methodology that repurposes XAI attribution methods for effective data reduction in Time Series Classification (TSC). The core challenge in modern TSC is scalability; state-of-the-art models, such as Transformers, exhibit quadratic complexity relative to sequence length and linear complexity relative to the number of channels. This renders them computationally prohibitive for massive datasets. drXAI addresses this by using a fast, GPU-accelerated classifier (Hydra) to generate local attributions. We aggregate these into global feature importance scores and employ an automated elbow-cut heuristic to select the most salient features without requiring manual thresholds. We evaluate our approach on both synthetic and real-world univariate and multivariate datasets. On synthetic benchmarks, drXAI successfully recovers ground-truth features where traditional baselines fail. On real-world data, drXAI achieves between 80% and 90% data reduction while maintaining classification accuracy comparable to models trained on the full dataset. Most importantly, we show that drXAI allows resource-intensive models like ConvTran to scale to datasets that were previously inaccessible due to memory constraints. Our results show the benefits of using XAI not just for interpretability, but as a robust tool for feature selection and scalability in time series analysis. All our code and data are openly available. Comments: Accepted for AALTD workshop at ECML-PKDD 2026 Subjects: Machine Learning (cs.LG); Artificial Intelligence (cs.AI) Cite as: arXiv:2607.15774 [cs.LG] (or arXiv:2607.15774v1 [cs.LG] for this version) https://doi.org/10.48550/arXiv.2607.15774 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[AI-25] AuEmoChat: Authentic Emotion Understanding and Rendering for Conversational Speech Synthesis ACM-MM2026
链接: https://arxiv.org/abs/2607.15755
作者: Zhenqi Jia,Yuan Zhao,Aruukhan,Rui Liu,Haizhou Li
类目: ound (cs.SD); Artificial Intelligence (cs.AI)
备注: Accepted by ACM MM 2026
Abstract:Conversational Speech Synthesis (CSS) aims to synthesize speech with human-like emotional expression and contextual consistency in user-agent interactions. Existing CSS methods struggle to render authentic human emotions due to limited predefined emotion label spaces (e.g., seven emotion categories), while redundant multimodal tokens in multi-turn dialogue history interfere with context understanding. To address these issues, we propose AuEmoChat, a CSS framework for authentic emotion understanding and rendering. First, we develop AuEmoCodec, which learns a discrete authentic emotion token space from large-scale emotional speech via finite scalar quantization, enabling a more authentic emotion representation than limited basic emotion categories. We further propose AuEmoToMe, an authentic-emotion-guided token merging algorithm that merges redundant tokens in multimodal dialogue history while preserving emotion-relevant context. We integrate it into an autoregressive text-speech model to predict the target authentic emotion token and speech tokens. Finally, we propose Authentic Emotion Flow Matching, which renders speech by jointly conditioning on merged dialogue context, target authentic emotion, and acoustic priors. Extensive experiments on the NCSSD-EmCap dataset demonstrate that AuEmoChat outperforms state-of-the-art CSS baselines and generates more expressive and authentic emotional speech.
[AI-26] Behavioral Controllability of Agent ic Models for Information Extraction: From Fixed Workflows to Reflective Agents
链接: https://arxiv.org/abs/2607.15715
作者: Lujia Zhang,Xingzhou Chen,Hongwei Feng
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:Large language model (LLM) agents are increasingly used for complex information-extraction tasks, yet it remains unclear whether agentic components such as reflection and memory lead to observable and controllable improvements over fixed LLM workflows. We study this question through conference-paper dataset extraction, where a system must identify datasets mentioned in scholarly PDFs and produce structured records. We compare a fixed workflow baseline with reflective agent variants and specify an optimized agent condition (S2) that extends the same task with richer PDF tools and dynamic tool selection. Our evaluation emphasizes process-level behavior–including tool execution, retries, reflection, memory use, runtime, and failure recovery–while treating extraction coverage and field completeness as secondary outcome measures. The paper characterizes when agentic mechanisms change system behavior, whether these changes improve task completion, and how the observed failure modes motivate an optimized agent design under the same evaluation harness.
[AI-27] S1-Omni: A Unified Multimodal Reasoning Model for Scientific Understanding Prediction and Generation
链接: https://arxiv.org/abs/2607.15686
作者: Jiahao Zhao,Junyi Liu,Lifeng Xu,Nan Xu,Qingli Wang,Qingxiao Li,Tianle Chen,Xiaoyu Wu,Yawen Zheng,Zikai Wang,Guanming Liu,Hequn Zhou,Jingyi Wang,Jingyuan Shu,Keqi Wang,Li He,Songyang Diao,Wenhui Xu,Xinyu Ren,Yaqin Fan,Yujin Zhou,Zhanao Yao
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:We present S1-Omni, a unified multimodal reasoning model for scientific understanding, prediction, and generation. AI for Science (AI4S) has advanced significantly through domain-specific models, tool-augmented LLMs, and scientific language models. However, model capabilities remain highly fragmented, limiting the joint modeling of heterogeneous data, scientific laws, and expert knowledge. S1-Omni addresses this gap by consolidating these capabilities into a single, coherent scientific reasoning model. The architecture of S1-Omni is built upon three core components: unified representation of scientific data, natural-world knowledge alignment, and decoding for domain-specific tasks. First, S1-Omni maps natural-language instructions and scientific objects, including CIF, SMILES, protein sequences, spectra, and scientific images, into a shared representation space. Second, it incorporates scientific laws and expert knowledge into data construction and training, enabling the model to reason from scientific evidence. Third, it performs task-specific decoding to support a broad range of applications, including property prediction, spectrum-to-molecular generation, protein site and structure prediction, and scientific image generation and editing. S1-Omni is trained on S1-Omni-Corpus, which covers 200 scientific tasks and contains millions of reasoning samples, and is evaluated on over 60 scientific benchmarks. It outperforms GPT-5.5 and Gemini-3.1-Pro on most benchmarks and matches or surpasses domain-specific models on several benchmarks. Overall, S1-Omni provides a practical path toward unified scientific modeling.
[AI-28] oolVerse: Unlocking Massive Environments and Long-Horizon Tasks for Agent ic Reinforcement Learning
链接: https://arxiv.org/abs/2607.15660
作者: Shuaiyu Zhou,Fengpeng Yue,Zengjie Hu,Yuanzhe Shen,Chenyang Zhang,feng hong,Cao Liu,Ke Zeng
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:While LLM agents demonstrate strong reasoning abilities in compact and well-defined scenarios, they struggle to maintain robustness and effectiveness when faced with large-scale, diverse, and dynamic real-world environments that demand seamless tool integration. To address this gap, we introduce ToolVerse, a comprehensive framework that scales up agentic RL environments and enables agents to perform complex long-horizon reasoning in Tool-Integrated Reasoning (TIR) tasks. First, ToolVerse automatically builds the massive executable agent training environments from nearly 400 real-world Model Context Protocols (MCPs) that contain about 4500 tools. Second, we propose a task design strategy based on a tool dependency graph, utilizing Dynamic Unlocking Sampling Algorithm to generate long-horizon tasks, and produce GUST (Graph Unlocking Sampling Tasks) dataset. Third, to alleviate the credit assigment problem in long-horizon agentic RL, we propose a fine-grained Turn-Aware Relative Advantage algorithm. We conduct extensive Agentic RL training using ToolVerse and evaluate our framework on serveral agentic benchmarks. Experimental results demonstrate that our framework significantly strengthens LLMs’ capabilities in long-horizon tool use, achieving a marked performance boost and showcasing robust reasoning within dynamic environments.
[AI-29] Neuro-Symbolic AI for LEED compliance: Document-Centric Benchmarking Deterministic Numeric Checking and When Multimodal Hurts
链接: https://arxiv.org/abs/2607.15647
作者: Aritro De(1),Juliana Felkner(1) ((1) The University of Texas at Austin)
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:LEED v4.1 BD+C certification remains a document-intensive process that requires reviewers to read hundreds of pages of project evidence and apply credit-specific threshold logic by hand. This paper investigates whether small, locally deployed language models can perform meaningful screening of LEED documentation and how deterministic symbolic components should share that work. A neuro-symbolic pipeline is introduced that aligns project PDFs to LEED credit sections, retrieves evidence with credit-aware keyword signatures, verifies compliance with a locally hosted 4-billion-parameter language model, and applies a LEED-specific numeric checker to quantitative thresholds. Experiments on four university buildings (484 PDFs, 153 credit-level decisions) show that a 4-billion-parameter model (gemma3:4b) is the strongest text-only core verifier, achieving 67.3% accuracy and outperforming a larger 8-billion-parameter model (llama3.1:8b) in this task. The deterministic numeric checker corrects arithmetic errors on key quantitative credits, moving EA-p2 from 50% to 100% accuracy and improving several other credits when required values are reliably extracted. At the same time, the full neuro-symbolic configuration achieves 61.6% overall accuracy, trailing the best text-only baseline due to extraction failures and conservative behavior on qualitative categories. Systematic ablations show that adding low-resolution drawing images (150-300 dpi) consistently reduces accuracy, and that prompt effectiveness depends on the building’s ground-truth PASS rate: rubric prompts perform best on documentation-rich projects, while chain-of-thought prompts perform best on documentation-lean projects. Within the specific scope of LEED v4.1 BD+C compliance verification over raw project documentation, this pipeline and its baselines provide an initial reproducible reference point for both accuracy and failure modes.
[AI-30] IMBench: A Benchmark for Intuitive Robotic Manipulation
链接: https://arxiv.org/abs/2607.15641
作者: Anurag Maurya,Sukhvansh Jain,Prajwal Avhad,Gautham Balachandran,Ziyi Zhou,Atharva Kshirsagar,Satyam Singh,Bowen Li. Rishabh Mukund,Ritul Singh,Jatin Vira,Suvonil Chatterjee,Devesh K. Jha
类目: Robotics (cs.RO); Artificial Intelligence (cs.AI)
备注: Accepted to SemRob Workshop, RSS 2026. Project Website: this https URL
Abstract:Humans combine reasoning and motor control to solve complex manipulation tasks under diverse constraints. They build an understanding of the physical world that helps them convert reasoning into actions and quickly adapt to new scenes, tasks, and rules. We refer to this capability as intuitive manipulation. Existing benchmarks fail to capture this integration: they evaluate physical reasoning in isolation from execution, or measure policy performance without requiring explicit reasoning. We introduce IMBENCH, a benchmark designed to evaluate intuitive manipulation as an integrated capability spanning perception, physical reasoning, action generation, and iterative execution. Our tasks require models to infer task-relevant physical structure and generate feasible action sequences under explicit constraints, including contact-rich manipulation, tool use, and multi-stage dependencies. We introduce a benchmark of 35 tasks, 14K filtered trajectories, and scalable tools for generating diverse scenarios. Experiments reveal a consistent gap: vision language models show partial physical reasoning ability but fail to produce executable plans, while state-of-the-art vision-language-action models struggle to satisfy task constraints and generalize across scenarios. These results identify intuitive manipulation as a missing axis in current foundation models and generalist robot policies, and position IMBENCH as a step toward evaluating and enabling more integrated, adaptive physical intelligence.
[AI-31] A cubical formalisation of topos causal models: intervention sheaf gluing and the intuitionistic do-calculus
链接: https://arxiv.org/abs/2607.15629
作者: Karen Sargsyan
类目: Logic in Computer Science (cs.LO); Artificial Intelligence (cs.AI); Category Theory (math.CT)
备注: code repository: this https URL
Abstract:Topos causal models recast causal inference inside a topos: a causal world is a presheaf, an intervention is a characteristic map into the subobject classifier, and reasoning is carried out in the intuitionistic internal language. We give the first machine-checked account of this 1-topos core, in Cubical Agda, over a previously verified probability monad and do-calculus. We build the classifier of sieves and realise the intervention \mathrmdo(X := x_0) as a characteristic map with its classification theorem; prove the sheaf gluing of independent mechanisms, which the source asserts but never proves; and machine-check the Kripke-Joyal forcing clauses of the internal language. In the modal layer we find and repair a gap: the three standard Lawvere-Tierney axioms do not force a closure operator. With the missing law restored, we exhibit the double-negation topology as a concrete instance and show that interventions and Pearl’s rules are stable under every topology. Transportability of a counterfactual across a cover of regimes then coincides with this j -stability, understood as invariance across the cover. We further add a phenomenon the programme does not consider: a machine-checked contextuality obstruction, where pairwise-consistent local data admit no global model. The development assumes no axioms and typechecks under Agda’s --safe flag, with the ordered field discharged concretely at \mathbbQ ; the scope is the presheaf (1-topos) fragment, with type-level sheafification and the directed lift left to future work.
[AI-32] hink at 5 Hz Act at 20 Hz: Asynchronous Fast-Slow Vision-Language-Action Inference for Closed-Loop Driving
链接: https://arxiv.org/abs/2607.15621
作者: Yun Li,Jiachen Gong,Simon Thompson,Ehsan Javanmardi,Qunli Zhang,Zifan Zeng,Shiming Liu,Peng Wang,Zixuan Guo,Manabu Tsukada
类目: Robotics (cs.RO); Artificial Intelligence (cs.AI)
备注: 13 pages, 5 figures, 4 tables
Abstract:Large language models bring instruction following and scene reasoning to end-to-end driving, but their inference latency collides with the control rate a vehicle requires. Existing closed-loop agents hide this gap by invoking the model on alternate simulation ticks and replaying the previous command in between, so half of all control outputs ignore the newest observations. We present a fast-slow architecture that removes this compromise. A frozen 7B vision-language backbone acts as the slow system, digesting navigation instructions and visual history at low frequency while exposing its per-layer key-value cache as a standing representation of the scene. A lightweight action expert acts as the fast system, attending to this cache and to the current camera frame at every simulation tick to regress waypoints in a single forward pass. Since the cache lags behind the world at deployment, we train the expert under randomized staleness, aligning training with asynchronous execution. On LangAuto-Short routes in CARLA, our system produces fresh control at every 50 ms simulation tick and lifts route completion from 37.0 to 94.0 over the frame-skipping baseline. A frame-skip ablation with the same expert separates the two factors at work: the expert raises the driving score on its own, while per-tick freshness raises completion from 82.1 to 94.0 and cuts red-light violations by a third. Trained on a single town, the expert transfers zero-shot to two unseen towns, holding 84-94% route completion where the baseline reaches 31-41%. It reduces open-loop waypoint error by nearly a factor of four compared to the backbone’s own action head, at a per-tick model cost of 32 ms that is independent of history length on a single consumer GPU.
[AI-33] AEGIS: Assay-Aware Protocol Validation and Runtime Monitoring for Open-Source Liquid Handling Robots
链接: https://arxiv.org/abs/2607.15620
作者: Priyanka V.Setty,Arvind Ramanathan,Ian Foster,Rick Stevens
类目: Robotics (cs.RO); Artificial Intelligence (cs.AI)
备注:
Abstract:Self-driving laboratories increasingly rely on low-cost liquid handlers such as the Opentrons OT-2, which ship without the pressure-based aspiration monitoring of Hamilton or Tecan systems and are typically run open-loop. Two failure modes go undetected: protocols that are syntactically valid but violate assay-specific invariants (e.g., tip reuse between a PCR template and a no-template control), and physical execution failures (partial dispense, air bubbles, missing tips) at runtime. We present AEGIS, a two-layer guardian for both. Layer 1 pairs a curated machine-readable assay rule database with an LLM that reasons over OT-2 Python code, reaching an adjusted F1 of 0.97 on a 24-protocol benchmark across five assay families and beating rules-only and LLM-only ablations across five backends; a free open-weight model ties the best proprietary one, so no paid API is required. Layer 2 fits a PCA world model to YOLO-cropped four-frame pipette trajectories; under a leakage-free leave-one-plate-out evaluation it reaches average precision 0.89 and operating-point F1 0.71 (AUROC 0.80), a deployment-faithful number that matches the live demonstration, and we characterize the small-pipette (p20) resolution limit (F1 0.47). A live demonstration on a physical OT-2 (five replicates per condition) catches planted no-tip failures deterministically and partial dispense on coloured dyes, with an always-VLM self-vote gate lifting partial-dispense recall to 5/5; transparent water is a principled limit of any front-view-only monitor, which AEGIS surfaces as low-confidence VLM reasoning rather than a wrong verdict. Cascade triage holds VLM cost near 1.63 per plate versus 10.33 for an always-VLM baseline. AEGIS is open source and, to our knowledge, the first system to unify pre-flight assay-aware validation with runtime visual monitoring for an open-source liquid handler.
[AI-34] Scalable LLM Agent Tool Access in the Cloud
链接: https://arxiv.org/abs/2607.15593
作者: Mingxin Li,Enge Song,Yueshang Zuo,Xiaodong Liu,Rong Wen,Qiang Fu,Gianni Antichi,Jian He,Jing Tie,Zhou Shao,Xiaobo Xue,Xiong Xiao,Luyao Zhong,Shaokai Zhang,Jiangu Zhao,Jianyuan Lu,Shize Zhang,Xiaoqing Sun,Changgang Zheng,Zihao Fan,Haonan Li,Tian Pan,Xiaomin Wu,Yang Song,Xing Li,Biao Lyu,Meng Li,Haipeng Dai,Guihai Chen,Shunmin Zhu
类目: Distributed, Parallel, and Cluster Computing (cs.DC); Artificial Intelligence (cs.AI); Networking and Internet Architecture (cs.NI)
备注:
Abstract:LLM agents increasingly rely on tool calling to act on external systems, and the Model Context Protocol (MCP) has quickly become its de facto interface. Operating MCP at cloud scale, however, becomes difficult. On the tool provider side, legacy services are not directly callable through MCP; the rapid protocol development also creates ongoing compatibility cost. On the agent side, the number of accessible tool is limited by the LLM context window and inference overhead; mounting a large tool set increases token usage and inference latency and can reduce task success rate. Moreover, for stateful MCP backends with multiple replicas, preserving session affinity increases client-side complexity. We present a cloud-scale gateway system for MCP service. It breaks the direct-connect model on the data plane and offloads legacy service integration, consolidating incompatible MCP variants, access control, tool recommendation, and session-aware routing to the gateway. Hybrid retrieval sustains 98% Top-15 recall; it scales agent tool access to 3,000+ with high tool selection accuracy, and reduces tool selection time by 8.9\times and token usage by 23.8\times , with low per-call overhead, stable under scale-out. Finally, we share the lessons learned from deploying the gateway system in production. Subjects: Distributed, Parallel, and Cluster Computing (cs.DC); Artificial Intelligence (cs.AI); Networking and Internet Architecture (cs.NI) Cite as: arXiv:2607.15593 [cs.DC] (or arXiv:2607.15593v1 [cs.DC] for this version) https://doi.org/10.48550/arXiv.2607.15593 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[AI-35] MGDT: MLLM -Guided Diffusion Transformer with Relation-Adaptive Mixture-of-Experts for Multimodal Knowledge Graph Completion
链接: https://arxiv.org/abs/2607.15592
作者: Xu Hou,Meiyu Liang,Wei Huang,Yawen Li,Zhe Xue,Wu Liu,Guanhua Ye,Lei Shi,Kangkang Lu
类目: Artificial Intelligence (cs.AI)
备注: 8pages, 6 figures
Abstract:Multimodal Knowledge Graph Completion (MKGC) requires inferring missing entities from structural, textual, and visual cues. Existing diffusion-based MKGC methods usually denoise directly on raw multimodal features. Such a design forces the denoiser to simultaneously perform relation-dependent cue selection, cross-modal semantic alignment, and structure-aware entity generation, which introduces noisy and semantically inconsistent conditions for diffusion and consequently leads to suboptimal completion performance. To address this limitation, we propose MGDT: MLLM-Guided Diffusion Transformer with Relation-Adaptive Mixture-of-Experts (MGDT), a novel MKGC framework built on an align-then-diffuse paradigm. MGDT first employs a Relation-Adaptive Semantic Routing Mixture-of-Experts (RASR-MoE) module to select relation-relevant multimodal semantic transformation paths and suppress irrelevant modality interference. MGDT then uses a frozen Multimodal Large Language Model (MLLM) as a semantic anchor to align the routed multimodal representations into a unified latent space and reduce cross-modal semantic heterogeneity. Finally, a Knowledge Graph Diffusion Transformer (KGDT) performs graph-conditioned denoising generation in the aligned space to produce the missing entity representation. Experiments on three benchmark datasets show that MGDT consistently outperforms strong baselines.
[AI-36] Field-Aware RankMixer with Dual-Stream Bilinear Fusion for the Tencent UNI-REC Challenge KDD
链接: https://arxiv.org/abs/2607.15590
作者: Yufeng Zhang,Zhengqi Xu,Jiajun Cui
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注: 5 pages, 4 figures, KDD Cup 2026 Tencent UNIREC Challenge
Abstract:This paper presents our solution to the KDD Cup 2026 Tencent UNIREC Challenge. The task requires joint modeling of multi-domain user behavior sequences and non-sequential multi-field features for target-ad pCVR prediction. We develop a Field-Aware RankMixer (FA-RankMixer) with dual-stream bilinear fusion. The model first applies target-aware DIN modules to extract user interests from multiple behavior domains. It also models recent and earlier interests separately for the longest behavior sequence. The model then forms semantic tokens based on feature fields and behavior domains and uses RankMixer blocks for cross-token interaction. A shallow MLP stream complements the deep RankMixer stream, and a group-wise bilinear module fuses their representations. Our final solution ranks ninth on the official leaderboard. Our code is available at this https URL.
[AI-37] MemoGuard: An Adaptive Runtime for Guarding Against Memory Traps in Communication-Limited Robot Navigation
链接: https://arxiv.org/abs/2607.15589
作者: Rajat Bhattacharjya,Hyeonjong Ju,Sing-Yao Wu,Eli Bozorgzadeh,Nikil Dutt
类目: Robotics (cs.RO); Artificial Intelligence (cs.AI); Networking and Internet Architecture (cs.NI); Systems and Control (eess.SY)
备注: Paper accepted at IEEE/ACM ESWEEK (CODES) 2026. Authors’ version posted for personal use and not for redistribution. The definitive version of the paper will appear in IEEE Embedded Systems Letters
Abstract:Communication-limited robots in mission-critical scenarios such as disaster inspection and search-and-rescue must make reliable onboard decisions without access to remote operators or high-capacity reasoning services. Episodic memory reuse is an attractive low-cost fallback, but retrieval similarity does not guarantee execution validity, i.e., a retrieved action may match the current context yet be unsafe due to changed topology, insufficient battery margin, or unreliable prior outcomes. We call such high-similarity but execution-invalid episodes memory traps. This creates a safety-efficiency design space where similarity only reuse minimizes fallback cost but can be unsafe, while always invoking local reasoning improves safety at high computational and energy cost. This paper presents MemoGuard, a lightweight adaptive runtime that validates episodic memories against topology, resource, and outcome contracts before reuse, invoking fallback only when validation fails. In a graph-based corridor-inspection simulator, MemoGuard reduces battery safety violations by 76.6% over similarity-only top-1 reuse while reducing fallback calls by 21.4% over always reasoning. On an NVIDIA Jetson AGX Xavier with local llama3.2:3b fallback reasoning, this corresponds to 3.67 s and 36.97 J of avoided fallback-reasoning overhead per trial. We open-source MemoGuard at this https URL.
[AI-38] Information-Directed Sampling for Causal Bandits
链接: https://arxiv.org/abs/2607.15577
作者: Muhammad Qasim Elahi,Murat Kocaoglu,Mahsa Ghasemi
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注:
Abstract:Causal bandits exploit structural relationships among variables to share information across interventions and accelerate the identification of high-reward decisions. In many applications, however, some variables cannot be directly manipulated, even though they influence the reward and provide useful information about the underlying causal system. We study contextual causal bandits with non-manipulable variables, where context variables are observed before action selection and additional variables are observed after each intervention. Assuming a known causal graph without latent confounding, we adopt a Bayesian formulation in which the conditional probability tables of the observational distribution constitute the unknown parameter. This representation allows observations collected under one intervention to update reward estimates for other interventions through their shared causal mechanisms. We develop causal variants of Thompson Sampling and Information-Directed Sampling (IDS) for this setting. For Thompson Sampling, we establish an entropy-dependent sublinear Bayesian regret bound. For IDS, we derive an entropy-dependent regret bound that explicitly quantifies the additional error introduced by Monte Carlo approximation of the expected regret and information gain; when these quantities are available exactly, the bound recovers the standard sublinear IDS rate. We further provide high-probability confidence bounds for the Monte Carlo estimates used by the algorithm. Experiments on several synthetic causal bandit tasks show that the proposed methods outperform causal and non-causal baselines by more effectively exploiting information shared across interventions.
[AI-39] Hard Rules Soft Preferences: Bridging Reasoning Learning and Optimization for Personalized Packing Checklist Generation
链接: https://arxiv.org/abs/2607.15562
作者: Himel Dev,Madhusudan Basak,Tanmoy Sen,Paromita Shome,Bashima Islam
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注:
Abstract:Packing for air travel is recurring and error-prone: the checklist must be personal and context-aware, yet feasible under safety rules, item dependencies, and luggage limits. Existing packing assistants are template-driven and generic, or recommendation-driven but unconstrained, leaving users to manually patch regulatory and capacity violations. We propose a reasoning-guided learning framework with three stages: (1) a symbolic engine that generates a regulation-aware seed checklist with explicit dependency structure, (2) a two-stage preference learner that estimates inclusion and priority utilities from user add and remove actions while mitigating survivorship bias, and (3) a CP-SAT optimizer that selects a compact, compliant subset. The architecture instantiates a general pattern for constrained personalization, applicable wherever hard feasibility coexists with sparse preference signals. On 604 labeled trip scenarios, comprising 29K inclusion labels and 343K pairwise comparisons, the symbolic engine attains 99.7% recall and 0.96 rubric validity, compared with 0.78 to 0.81 for frontier LLMs. Gradient-boosted trees and LambdaMART reach an AUC-ROC of 0.943 and an NDCG@5 of 0.923. CP-SAT attains 100% constraint satisfaction, compared with 28% for greedy selection and 10% for random selection. Deployment in FlyEnJoy, a production iOS travel app, doubled checklist completions and reduced editing and completion time.
[AI-40] Evolutionary Algorithm-Guided LLM s for Physics-Informed Neural Network Design
链接: https://arxiv.org/abs/2607.15560
作者: Xu Yang,Mingyang Yu,Jing Xu,Keqian Li
类目: Neural and Evolutionary Computing (cs.NE); Artificial Intelligence (cs.AI)
备注:
Abstract:Physics-informed neural networks (PINNs) are unusually sensitive to interacting choices of architecture, activation, loss weighting, collocation, optimization, and constraint enforcement. Large language models (LLMs) can propose these choices, but independent recommendations do not accumulate experience from previously trained PINNs. We propose a closed-loop evolutionary algorithm that guides an LLM to generate complete, executable PINN configurations across generations, using measured training outcomes to determine subsequent search decisions. The algorithm maintains an evaluated population and lineage, applies parent-conditioned mutation and crossover, preserves elite and diverse solutions, rejects effective duplicates, and converts parent-relative successes and failures into the next-generation context supplied to the LLM. Every proposed configuration is executed directly under an exact optimizer-step budget. On a one-dimensional multiscale wave equation, two independent ten-generation runs trained 60 PINNs for 600,000 optimizer steps. In both runs, the best configuration appeared in the final generation, with best mean-squared error reduced by 2.97% and 95.38% relative to the initial population. The stronger run validated residual connections and increased depth on separate branches, combined them in a later generation, and then refined width and collocation density. It also revealed that low solution error can coexist with a high PDE residual. These results demonstrate the feasibility of evolutionary-algorithm-guided LLMs for PINN design on a controlled PDE while motivating broader, physics-aware evaluation.
[AI-41] From Feasibility to Desirability: Plan Learn Adapt (PLA) Framework for Personalized On-Device Itinerary Generation
链接: https://arxiv.org/abs/2607.15552
作者: Himel Dev,Tanmoy Sen,Madhusudan Basak,Bashima Islam
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注:
Abstract:Generating personalized trip itineraries is a complex planning task and involves a tension between hard combinatorial feasibility and soft latent desirability. Classical optimization enforces constraints but fails to capture subjective traveler preferences. While learning-based approaches model preferences, they cannot guarantee feasibility. Mobile deployment imposes additional resource constraints on both. To address this, we propose Plan, Learn, Adapt (PLA), a three-stage framework for personalized on-device itinerary generation. The Plan stage builds a heterogeneous ensemble of lightweight planners that produces structurally diverse feasible candidates. From pairwise itinerary comparisons, Learn fits a compact Bradley-Terry reward model that captures emergent schedule properties such as pacing, geographic coherence, and day balance, which per-POI signals miss. Finally, Adapt applies feasibility-preserving local refinement within a device-aware compute budget; every intermediate state is feasible by construction. On 2,519 pairwise human comparisons across more than 100 U.S. cities, the reward-guided ensemble achieves a 67.8% win rate, 11.2 percentage points above the best single planner, with 100% feasibility. Three frontier LLMs, GPT-5, Claude Opus 4.5, and Gemini 3 Pro, achieve 0% feasibility under the same constraints. The reward model generalizes across held-out cities, with a 67.6% mean leave-one-city-out accuracy. In production deployment within FlyEnJoy, PLA increased itinerary completion rates by 91%, with 109.9 ms average on-device latency.
[AI-42] SeerGuard: A Safety Framework for Mobile GUI Agents via World Model Prediction
链接: https://arxiv.org/abs/2607.15550
作者: Xue Yu,Bo Yuan,Pengshuai Yang,Kailin Zhao,Hong Hu,Junlan Feng
类目: Artificial Intelligence (cs.AI)
备注: 19 pages, 8 figures
Abstract:Mobile graphical user interface (GUI) agents have demonstrated remarkable capabilities in automating complex tasks, yet they introduce critical safety risks where a single erroneous action can lead to irreversible consequences. Existing safety mechanisms are primarily reactive, lacking the ability to assess risks before execution. In this paper, we introduce SeerGuard, a consequence-aware safety framework designed to mitigate these risks through pre-execution instruction-level screening and action-level risk assessment. Specifically, the action-level assessment analyzes agent-proposed actions within current GUI states, anticipating likely outcomes to identify risks before they are executed. To enable these capabilities, we construct a unified safety-augmented world model (SAWM) via multi-task learning, integrating semantic next-state prediction with safety risk assessment. Extensive experiments demonstrate that SeerGuard generalizes effectively across diverse mobile GUI agents. On Qwen3-VL-8B-Instruct, it increases the safety-utility score from 0.191 to 0.596 at \omega=0.8 and reduces the risk-cost score from 0.347 to 0.130 at \alpha=0.8 . Further analyses on our SAWM validate the effectiveness of the instruction-level screening, alongside the capability of action risk assessment and next-state prediction.
[AI-43] Logic Optimization and Artificial Intelligence
链接: https://arxiv.org/abs/2607.15532
作者: J. N. Hooker
类目: Artificial Intelligence (cs.AI); Optimization and Control (math.OC)
备注:
Abstract:Logic and optimization can, in combination, make valuable contributions to rule-based AI. Logic is the obvious medium for encoding a rule base and drawing inferences from it, while optimization provides a powerful technology for computing inferences. Their combination has taken on new relevance amid a growing concern for transparency in AI. which is important for reproducibility, explainability, trustworthiness, and fairness. Rule-based AI provides a natural solution to transparency that is becoming increasingly practical due to today’s highly advanced optimization methods. This article surveys several areas of logic-optimization partnership, including probabilistic logic, Bayesian logic, belief logics and Dempster-Shafer theory, nonmonotonic (default) logic, many-valued logics, and inference of logical formulas from noisy data based on Boolean regression. It shows how to compute projections, the fundamental problem of both logic and optimization, using decision diagrams and logic-based Benders decomposition. It describes the use of postoptimality analysis to explain how conclusions are reached, further enhancing transparency, as well as the role of optimization in answer set programming modulo theories. The paper concludes by suggesting possible future research directions.
[AI-44] Kolmogorov–Arnold Networks for Small Language Models
链接: https://arxiv.org/abs/2607.15525
作者: Felippe Alves,Renato Vicente
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注: 30 pages, 11 figures
Abstract:Kolmogorov–Arnold Networks (KANs) replace fixed node activations with learned one-dimensional edge functions, offering an explicit interface for interpretation and a possible alternative to transformer feed-forward networks. We test these claims separately. In a six-layer, 10M-parameter B-spline KAN, we reconstruct all 884,736 feed-forward edges: 87.8% exceed (NLS0.1) and 0.4% are inactive. Pruning the lowest-activity 20–25% causes negligible loss increase, although structured MLP neuron pruning tolerates comparable sparsity. The audit replicates on BabyLM, but grid-size sweeps show that near-total fPCA compression and high closed-form-fit coverage are properties of the low-capacity grid-2 basis, not universal KAN behavior. For replacement, we evaluate MLP, SwiGLU, grouped Chebyshev, and rational GR-KAN networks on BabyLM. The KAN-family and gated variants improve validation loss over the GELU MLP, but this ordering does not transfer to standardized benchmarks: across ten seeds and 59,875 BLiMP pairs, accuracies span 62.4–63.1%, EWoK remains at chance, and a (+0.7)-point GR-KAN effect on BLiMP reverses on the supplement. Larger tests are also cautionary: parameter-matched MLPEdge underperforms the MLP on Wikitext-103, and 286M-parameter GR-KAN remains below a SwiGLU ClimbMix baseline after stabilization. Thus, small-basis KANs provide a practical, corpus-transferable interface for auditing learned scalar transformations, but the tested replacements show no consistent benchmark, quality, or latency advantage over strong MLP baselines.
[AI-45] Recursive Harness Self-Improvement
链接: https://arxiv.org/abs/2607.15524
作者: Hyunin Lee,Jinglue Xu,Jeffrey Seely,Donghyun Lee,Matei Zaharia,Yujin Tang
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注: This work addresses the first half of the model-harness coevolution loop
Abstract:Under model–harness co-evolution, harnesses are not merely inference-time scaffolds but data-generating components whose execution traces can shape future foundation models. This motivates harness-in-the-loop learning: optimizing harnesses for both immediate agent performance and the quality of traces used for future model training. However, continually updating provider-built scaffolds is costly and labor-intensive. We therefore investigate whether optimizing user-constructed harnesses in a task-specific manner can improve execution-trace quality while remaining computationally lightweight and requiring only a few update iterations. To this end, we introduce Recursive Harness Self-Improvement (RHI), which represents the harness as a prompt-level specification of the agent loop and iteratively refines it using pairwise feedback over its own revision history. Across 30 synthetic machine-learning research tasks spanning quantitative finance, robotics, and pharmacy, a few RHI iterations suffice to substantially raise the performance ceiling of low-reasoning-effort agents, exceeding the corresponding maximum-reasoning-effort setting while reducing inference cost by up to 60%. We show that these gains arise primarily from improved task-specific context management through more effective inter-agent information flow rather than longer reasoning traces. Finally, we formalize this behavior as an information-theoretic hypothesis for RHI’s implicit optimization objective, suggesting RHI as a practical algorithm for continual learning within the paradigm of model–harness co-evolution.
[AI-46] Cache-Aware Prompt Compression:A Two-Tier Cost Model for LLM API Caching
链接: https://arxiv.org/abs/2607.15516
作者: Yan Song
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI)
备注: 28
Abstract:Production LLM deployments combine two cost-reduction primitives: prompt caching (a discounted rate for re-used token prefixes) and prompt compression (fewer tokens sent). The compression literature has standardized on query-aware methods that produce a different compressed prefix per query, mechanically invalidating the prefix-strict cache on every call. We characterize this cost empirically on Anthropic’s Sonnet 4.6 API and find caching is far from the rho=1.0 ideal the literature assumes: Sonnet’s cache has a two-tier architecture with a sharp threshold near 3,500 tokens, below which the hit rate plateaus at rho~0.83 across 30-call sessions. Our cost model predicts, and experiments confirm, that under realistic rho, query-aware compression beats naive caching at high compression ratios (r=6). We propose Cache-Aware Prompt Compression (CAPC), pairing query-agnostic compression with explicit cache_control plus a tier-preserving ratio bound that prevents over-compression from pushing the cached prefix into the hot tier. CAPC is the cheapest strategy in 16/16 configurations on LongBench-v2, with mean savings of 49% over cache-only, 64% over query-aware compression, and 90% over vanilla, at quality within 0.05 of the uncompressed baseline. We validate CAPC on three production workloads: an enterprise tool-using assistant with a 94k-token schema prefix (51.7% cost reduction at r=3); a graphify knowledge-graph RAG pipeline across two codebases (9.3x vs cache-all on FastAPI, 2.4x on httpx); and the public tau-bench retail benchmark (50 tasks), where CAPC is the cheapest of four strategies with reward exactly equal to vanilla (both 36/50, p=1.00) while query-aware compression is the most expensive at +40.1% over vanilla – the first production confirmation of the crossover model’s negative-ROI prediction on a public benchmark.
[AI-47] An Auto-Scaling Approach for Serverless Environments Based on a Multi-Expert Consensus Mechanism
链接: https://arxiv.org/abs/2607.15511
作者: Mobina Kashaniyan,Mehrdad Ashtiani,Amirhossein Ghassemi
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI); Distributed, Parallel, and Cluster Computing (cs.DC); Performance (cs.PF)
备注: 26 pages, 10 figures, 10 tables, and 7 algorithms. Published in the Journal of Ambient Intelligence and Smart Environments
Abstract:Serverless computing provides automatic resource management and pay-per-use execution, but effective autoscaling remains challenging because of dynamic workloads, cold-start latency, and dependencies among functions. We present a dependency-aware autoscaling framework that integrates graph-based bottleneck identification, short-term workload forecasting, multi-model consensus, and cost-aware scaling control. Serverless applications are represented as directed dependency graphs, and structurally important functions are identified using weighted degree centrality. Resource demand is predicted using lightweight MLP, LSTM, and CNN models. Their outputs are combined through a performance-weighted probabilistic ensemble inspired by Bayesian model averaging. The controller further incorporates cold-start awareness and cost comparison to select among scale-up, scale-down, and hold actions. Experiments using real workload traces show that supervised forecasting substantially outperforms unsupervised clustering for autoscaling decision generation. The proposed ensemble achieves 99.88 percent prediction accuracy and reduces prediction error compared with representative hybrid forecasting methods. Evaluations across multiple cloud pricing models also demonstrate consistent infrastructure cost reductions while maintaining performance targets. The results show that combining dependency analysis, multi-expert forecasting, and cost-aware control provides a robust and practical solution for serverless autoscaling.
[AI-48] A Critical Analysis of Trustworthy AI Tools Mark Frameworks and the Implementation Chasms
链接: https://arxiv.org/abs/2607.15480
作者: Michael Papademas,Xenia Ziouvelou,Kostas Karpouzis,Vangelis Karkaletsis
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:As artificial intelligence (AI) systems increasingly impact society, ensuring their ethical and trustworthy deployment has become a global priority. While a myriad of high-level ethical guidelines have emerged, criticism persists that these frameworks remain abstract and lack concrete mechanisms for implementation. This paper conducts a critical analysis of tools and trust mark frameworks intended to operationalize trustworthy AI (TAI), drawing on a comprehensive dataset from the OECD. Through empirical mapping and descriptive comparative analysis, we identify significant asymmetries in ethical focus, lifecycle coverage, stakeholder targeting, and tool typology. Our findings show a strong emphasis on fairness, transparency, and robustness, with comparatively little attention paid to explainability, digital security, and environmental sustainability. Moreover, most tools and certifications concentrate on post-development stages, with limited guidance for early design or data collection phases. Educational initiatives and policy engagement are notably underdeveloped, suggesting that current TAI efforts are dominated by technical and procedural measures within industry contexts. We argue that bridging the persistent chasm between AI principles and practice requires expanding ethical objectives, embedding ethics across the AI lifecycle, and fostering broader multi-stakeholder participation. This study provides both a diagnosis of existing implementation gaps and actionable recommendations for advancing more holistic, inclusive, and enforceable AI governance
[AI-49] FLINT: Fingerprinting Federated Learning Architectures from 5G PHY-Layer Side Channels
链接: https://arxiv.org/abs/2607.15469
作者: Md Nahid Hasan Shuvo,Mahmudul Hassan Ashik,Moinul Hossain
类目: Cryptography and Security (cs.CR); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注: 14 page, 8 figures
Abstract:Federated Learning (FL) over 5G cellular networks protects raw data but remains vulnerable to side-channel leakage. Prior fingerprinting attacks assume packet-level network visibility, an assumption that does not hold at the 5G Physical (PHY) layer, where user payloads are encrypted and Radio Network Temporary Identifiers (RNTIs) may change over time. However, we demonstrate that PHY-layer scheduling metadata broadcast over the Physical Downlink Control Channel (PDCCH) preserves architecture-associated temporal patterns. We introduce FLINT, a novel black-box fingerprinting framework that infers FL model architecture families, including CNNs, RNNs, and Transformers, using only coarse PHY-layer observations. FLINT overcomes the lack of network-layer visibility by decoding PDCCH scheduling information, mapping changing RNTIs to physical user devices, and applying multi-view temporal modeling to distinguish architecture-specific training behavior. This leakage is security-critical because knowledge of a client’s model architecture can transform passive reconnaissance into targeted downstream exploitation. Extensive experiments on an over-the-air srsRAN-based 5G testbed demonstrate that FLINT achieves a macro F1-score of 0.930 for architecture-family classification. To our knowledge, FLINT is the first work to fingerprint AI/ML model architectures using lower-layer 5G side-channel information obtainable by any protocol-aware adversary.
[AI-50] From Black Box to Executable Logic: Explainable Reinforcement Learning through Prolog Expert Systems
链接: https://arxiv.org/abs/2607.15459
作者: Eduardo C. Garrido-Merchán
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:A trained deep reinforcement learning policy is a black box, and we ask whether it can be made explainable by rewriting it as an executable logic program that reproduces its behaviour and that a person can read, a logic engine can run, and an optimizer can edit. We present a three-stage post-hoc transformation that extracts a frozen proximal policy optimization teacher, induces an ordered rule list from its decisions in the manner of classical relational learning, and emits the result as a Prolog program whose every decision is executed by an off-the-shelf logic engine; a subsequent expansion stage edits the rule base and accepts an edit only when policy evaluation certifies a return increase. We prove four guarantees. A return-loss bound makes the distilled program a machine-checkable certificate in a finite Markov decision process, and the expansion loop improves monotonically and terminates. For the continuous-observation setting we answer whether the conversion is possible at all: the propositional threshold instantiation converts the network to arbitrary fidelity as the resolution B grows, with disagreement O(1/B) and a return gap that closes at the same rate, and a matching lower bound shows the cost is exponential in the observation dimension for an oblique decision boundary. Empirically, on a two-room key-and-door task with 16,944 reachable states the expanded Prolog program attains exact optimal return in every seed and, in a budget-capped regime, exceeds the stochastic teacher on exact return in ten of ten seeds. On three continuous-control tasks the emitted program substitutes the network, matching the neural teacher within noise on Acrobot with eleven clauses and recovering about 97% of its return on CartPole, while on the finer-control LunarLander it recovers only partially, exactly the ceiling the exponential lower bound predicts.
[AI-51] Beyond a Joke: Multi-Angle Reasoning for Detecting and Explaining Harmful Humor in Memes AAAI
链接: https://arxiv.org/abs/2607.15442
作者: Shanhong Liu,Pai Chet Ng,De Wen Soh,Malika Meghjani,Konstantinos N. Plataniotis
类目: Artificial Intelligence (cs.AI)
备注: Accepted for Publication at AAAI-ICWSM 2027
Abstract:Internet memes intertwine visual cues, textual content, and cultural context, making them particularly challenging to interpret in scenarios where humor, sarcasm, and harmful intent coexist. These complexities highlight the need for explainable meme understanding systems that can provide reliable and structured reasoning to support both accurate classification and human interpretability. However, existing multimodal classifiers either overlook these interdependencies or provide only limited interpretability. In this paper, we introduce MAR-12, a novel framework that leverages Vision Language Models (VLMs) for meme detection and understanding in settings where humorous and hateful elements may coexist. The framework first interprets each meme through twelve structured perspectives derived from humor and hate theories. It then applies a role-aware soft-gated attention mechanism to learn how much each perspective should contribute, followed by a prototype-based classifier for the final prediction. Finally, explanations are synthesized using both perspective-specific reasoning and learned attention weights, ensuring transparent and context-grounded justifications. We evaluate MAR-12 on the PrideMM and Memotion datasets, where it achieves up to 80.3% accuracy for humor detection and 75.9% accuracy for hate detection, outperforming state-of-the-art approaches. Furthermore, both human and GPT-4-based evaluations confirm that MAR-12 produces coherent and persuasive explanations, particularly for memes in which humorous and harmful cues co-occur.
[AI-52] Do Coding Agents Need Executable World Models Simplification and Verification to Solve ARC-AGI-3?
链接: https://arxiv.org/abs/2607.15439
作者: Sergey Rodionov
类目: Artificial Intelligence (cs.AI)
备注: 31 pages, 2 figures
Abstract:Our previous ARC-AGI-3 agent bundled executable world modeling, scheduled simplification, and exact replay verification, leaving unclear which idea accounted for its performance. We address this attribution question with four nested Codex-based agents: a textual baseline; a flexible-interface executable world model without replay verification; the same executable model with scheduled simplification; and a fixed-interface verification treatment that retains simplification and requires exact reproduction of recorded observations. The main study evaluates all four agents with gpt-5.4 and gpt-5.5 at high and xhigh reasoning effort on the public ARC-AGI-3 games. Exploratory follow-ups evaluate the textual and verification variants with gpt-5.6-sol at xhigh and max. The most robust result is that every agent variant improves with a stronger model and with greater reasoning effort. Within each model-effort setting, differences among variants are smaller than anticipated, while the effects of individual components vary across settings. Requiring a persistent executable deliverable is not universally beneficial: the textual variant outperforms the flexible-interface executable variant in both gpt-5.5 settings. Simplification improves performance in three of the four model-effort settings, with the weakest setting as the only exception. The complete verification treatment ranks first in all four settings, although it uses substantially more resources. In the gpt-5.6-sol follow-up, the verification variant fully solves every public game at both reasoning efforts, achieves about 99% RHAE, and uses fewer than half the total actions of the human baseline. Because the model postdates these games and held-out performance remains untested, this result should be interpreted as saturation of the public set only.
[AI-53] AI Trading: Evaluating Large Language Models for Technical Market Analysis
链接: https://arxiv.org/abs/2607.15414
作者: Geofrey Ntale
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI); Computational Finance (q-fin.CP)
备注: Master’s research paper, Georgia Institute of Technology. 31 pages, 4 figures
Abstract:Large Language Models (LLMs) have emerged as powerful tools for processing the heterogeneous information environments of modern financial markets. This paper presents a systematic, comparative evaluation of five prominent LLMs: GPT-4 Turbo, Claude 3 Opus, Gemini 1.5 Pro, Llama 3 70B, and the domain-specialized FinGPT, with respect to their capacity for technical market analysis. The evaluation spans four structured tasks: candlestick pattern recognition from OHLCV data, directional signal generation (BUY/SELL/HOLD), backtesting of signal quality through a simulated execution pipeline, and financial report comprehension. Our experimental framework employs rigorous quantitative metrics, including Sharpe ratio, maximum drawdown, Sortino ratio, information coefficient, F1-score, and BLEU score. Findings from simulated backtesting indicate that GPT-4 Turbo achieves the highest annualized return and Sharpe ratio among general-purpose models, while FinGPT demonstrates competitive risk-adjusted performance due to domain-specific fine-tuning. Both models outperform a passive SP 500 benchmark under the tested conditions. The study identifies persistent failure modes across all evaluated models, including numerical hallucination, context-window limitations, and inconsistent performance in sideways market regimes. We conclude that while LLMs hold genuine promise within AI trading systems, robust deployment requires careful task decomposition, rigorous backtesting protocols, and domain-aware fine-tuning strategies.
[AI-54] Precise but Uncoupled: Reviewer Precision Does Not Guarantee Critique Uptake in Multi-Agent Math Reasoning
链接: https://arxiv.org/abs/2607.15388
作者: Chih-Hsuan Yang,Jingyan Jiang,Vikram Vasudevan,Cheng-Hau Yang,Huihuo Zheng,Le Chen,Eliu A. Huerta,Venkatram Vishwanath,Ian T. Foster,Rajeev Thakur
类目: Artificial Intelligence (cs.AI)
备注: 48 pages, 20 figures, 25 tables. Public release website: this https URL
Abstract:Many math- and science-oriented agent systems use hierarchical designs with specialized reviewer roles, assuming that a dedicated review stage should help turn wrong candidates into correct ones. We test this assumption on 4,181 verifier-grounded Omni-MATH problems using matched gpt-oss-120b actors. Collaboration adds little on the easiest tiers, but from tier 4 onward the gains open sharply; in this harder regime, broadcast-style peer discussion reaches higher final accuracy than a planner-executor-reviewer pipeline (PER). We ask whether this gap is explained by reviewer quality or by whether critique changes the next answer the protocol carries forward. It is not explained by reviewer precision alone: PER’s reviewer is more precise than broadcast’s (0.861 vs. 0.644), yet evaluator-verified useful critique is much less likely to change the next candidate and produces lower reviewer-guided repair. These results show that reviewer detection quality and critique uptake are empirically separable. Within matched PER interventions, forcing explicit acknowledgment lowers final accuracy, while embedding reviewer guidance directly in the solver’s working context partially improves follow-through without closing the gap. Overall, reviewer-centric evaluation can overstate system quality: a protocol may spot errors well yet still fail to solve more problems if it does not act on those critiques.
[AI-55] AnovaX: A Local Multi-Agent Voice Assistant with LLM Planning Typed Executors and Adaptive Recovery
链接: https://arxiv.org/abs/2607.15367
作者: Raunak B Sinha
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:Desktop voice assistants are still dominated by cloud pipelines that ship raw audio off the machine and expose a fixed set of skills. We describe AnovaX, a small local-first assistant that runs entirely on the user’s computer and treats the desktop itself as its action surface. A single Python process wires together a wake-word gate, a speech pipeline, an LLM planner (Gemini) that emits a JSON plan of tool calls, a whitelist-and-denylist safety layer, a multi-agent orchestrator that translates each plan into typed child agents on a bounded thread pool, and an adaptive recovery loop that takes over whenever a core step fails. Every tool corresponds to a specialized agent class (AppAgent, TypingAgent, BrowserAgent and six others) with its own timeout, retry policy, and shared-resource locks. A recursive MetaAgent lets the planner delegate a sub-goal back to itself, capped at two levels of nesting. The recovery loop uses a compact ReAct-style prompt and hides Gemini’s latency behind speculative execution of read-only tools. A companion Flask server exposes a phone-friendly remote over the local WiFi, mirrors every agent lifecycle event to the phone in real time, and streams the laptop’s screen back over MJPEG so the user can watch remote commands land as they run. The point of the project is less to compete with Siri or Alexa than to show that a legible, few-thousand-line assistant is enough to open apps, type into them, run searches, coordinate concurrent actions, recover from single-step failures, and be driven entirely from a phone in another room – without the LLM ever touching the keyboard.
[AI-56] Lazy Arithmetic using Systolic Arrays for Closing the Verification Gap on Embedded Systems
链接: https://arxiv.org/abs/2607.15328
作者: Taisa Kushner(Galois Inc),Ryan McCleeary(Galois Inc),Martin Brain(City St George University of London)
类目: Cryptography and Security (cs.CR); Artificial Intelligence (cs.AI); Hardware Architecture (cs.AR)
备注:
Abstract:Complex algorithms such as deep neural networks are increasingly being deployed on embedded, resource constrained platforms. However, existing hardware and software schemes for implementing these models on the edge fall short, particularly for safety-critical applications such as medical devices. First, hardware such as GPUs, NPUs and TPUs are designed for throughput rather than correctness of computation of security, and are as such susceptible to fault injection attacks. Second, software schemes designed for porting algorithms onto edge devices – such as quantization schemes – are either static and sound (non-optimal power consumption), or dynamic yet unsound (non-optimal for safety-critical applications). To address both these needs we propose a both wholly new approach to real-time, dynamic and sound quantization, as well as the hardware to support it. First we developed a sound, real-time adaptive-precision quantization approach utilizing left-to-right arithmetic to pass the most significant bits (MSB) first, and dynamically adjust precision online while performing sensitivity analysis to quantify and manage the risk of decision-boundary crossings. Next, we propose a novel hardware approach utilizing systolic arrays to perform left-to-right arithmetic to generate the MSB first. Together this provides a wholly novel scheme for enabling not only resource-efficient neural networks and artificial intelligence at the edge, but broadly sound and resource-efficient high-precision mathematics on hardware that ensures resilience to bit flip attacks on the most critical bits. This is presented herein as work-in-progress, with software implementations completed and hardware in-progress.
[AI-57] Cura 1T: Specialized Model for Agent ic Healthcare
链接: https://arxiv.org/abs/2607.15314
作者: actAVA AI:Haolin Chen,Leon Qi,Steve Brown,Deon Metelski,Tao Xia,Joonyul Lee,Qixuan Wang,Kevin Riley,Frank Wang,Weiran Yao
类目: Artificial Intelligence (cs.AI)
备注: Model: this https URL Docs: this https URL Github: this https URL
Abstract:Healthcare spans high-stakes communication, expert reasoning, and workflow execution, yet specialized LLMs that cover these use cases together remain limited. A healthcare model must handle patient consultation, clinical reasoning over text and images, interactive diagnosis, and electronic health record (EHR) tool use. These capabilities fail in different ways, and a narrow update for one task can degrade another. We present Cura 1T, a healthcare-specialized LLM trained through a human-gated self-evolution loop. In each evolution round, a training agent plans a target capability, trains the model, evaluates benchmark trajectories, and refines the data mixture from observed failures. This data-centered loop improves the model through targeted synthetic and curated examples rather than a single generic medical-data update. Across the healthcare evaluation suite, Cura 1T ranks at or near the top among frontier baselines, while remaining competitive on out-of-domain reasoning and agentic benchmarks.
[AI-58] AV-JEPA: Extending LeJEPA to Audio-Visual Self-Supervised Learning
链接: https://arxiv.org/abs/2607.15295
作者: Benjamin Robson,Santeri Mentu,Wenshuai Zhao,Arno Solin
类目: Multimedia (cs.MM); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Sound (cs.SD)
备注:
Abstract:We present AV-JEPA, an elegant multimodal extension of LeJEPA to audio-visual self-supervised learning. Using an early-fusion Vision Transformer and modality dropout as masking, the model is trained to align the embeddings of global and per-modality local views, while the SIGReg objective encourages a theoretically optimal distribution. This achieves cross-modal alignment in the latent space, resulting in a remarkably clean architecture with no decoder, EMA teacher, complex multi-term losses, or contrastive negatives. The proposed AV-JEPA backbone delivers competitive classification performance on VGGSound (57.1% top-1) and AudioSet (32.7 mAP) and supports zero-shot audio-video retrieval out of the box.
[AI-59] Structure of the Circular-Dyadic Convolution Error
链接: https://arxiv.org/abs/2607.15293
作者: Ben Fauber,Alireza Moradzadeh
类目: Machine Learning (cs.LG); Artificial Intelligence (cs.AI); Numerical Analysis (math.NA)
备注:
Abstract:Dyadic and circular convolution can both be computed in O(N\log N) time using the Hadamard transform and the FFT-computed discrete Fourier transform (DFT), respectively. The Hadamard transform is preferable for its real-valued sign flips, yet its substitution for the DFT introduces algebraic error. We present three complementary results that characterize this error. First, we identify exact error cancellation: two input and two output positions are universally error-free, and no reordering of the output can eliminate this error. Second, the error operator is nearly full rank, while its null space has only logarithmic dimension. Third, the expected error is governed by a single alignment scalar, with a closed-form expression obtained by averaging over random filters. In general, the substitution error asymptotically doubles the output energy, except for filters in the universal zero-error subspace, which incur no error. Collectively, these results show that the substitution error is structured, predictable, and governed by alignment.
[AI-60] Causal-Audit: Explicit and Auditable Graph-based Reasoning via Target-Aware Causal Chain Construction
链接: https://arxiv.org/abs/2607.15281
作者: Su Lan,Xuefei Yin,Yanming Zhu,Alan Wee-Chung Liew
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:Causal and intervention-based question answering is fundamental to advancing large language models (LLMs) toward reasoning beyond surface-level correlations and understanding underlying causal mechanisms. However, existing LLM-based methods often rely on implicit language-level reasoning, resulting in opaque causal assumptions, unverifiable reasoning paths, and fragile predictions under complex interventions, particularly in context-free settings. In this paper, we propose an explicit and auditable causal reasoning framework for context-free intervention-based question answering. Our method formulates causal inference as structured reasoning over an explicit causal graph through four modular stages, rather than implicit end-to-end prediction. A key innovation is a target-aware causal graph construction strategy that treats the target variable as a core constraint during graph expansion, effectively suppressing irrelevant variables, spurious causal relations, and reasoning noise. We further introduce a path-level causal evidence aggregation mechanism that combines multiple causal paths while modeling both reinforcing and counteracting effects, enabling robust decision-making beyond single-chain reasoning. Extensive experiments on three benchmarks demonstrate that our framework consistently outperforms existing LLM-based methods while providing interpretable and auditable causal reasoning traces.
[AI-61] GraphDx: A Cost-Aware Knowledge-Enhanced Multi-Agent Framework for Sequential Diagnosis
链接: https://arxiv.org/abs/2607.15280
作者: Shaoting Tan,Ning Liu,Yuntao Du,Shuyue Wei,Wu Shuai,Qian Li,Yanyu Xu,Wei Zhang,Lizhen Cui,Haitao Yuan
类目: Artificial Intelligence (cs.AI)
备注:
Abstract:Sequential diagnosis requires balancing diagnostic accuracy against resource costs through iterative information gathering. Existing Large Language Model (LLM) approaches exhibit a critical knowledge-reasoning gap: despite encoding extensive medical knowledge, they struggle to reason systematically under cost constraints, often resorting to excessive testing. We propose GraphDx, a knowledge-enhanced framework with two core innovations. First, we design an automated pipeline that leverages LLMs to construct Medical Diagnosis Knowledge Graphs (MDKGs) with quantized typicality, action-centric topology, and dual-objective attributes for both diagnostic relevance and cost-sensitivity. Second, we introduce three collaborative agents (Perception, Reasoning, and Decision) where the Perception and Decision Agents handle language understanding and generation, while the Reasoning Agent performs deterministic evidence scoring and cost-aware planning on the MDKG. Experiments on MedQA and MIMIC-IV across three LLM backbones (DeepSeek-V3, Kimi-k2, Llama-3.3) show that GraphDx improves diagnostic success rates from 50–68% to 79–93% while reducing test costs by 20–54%, providing a robust, economical, and interpretable solution for automated clinical diagnosis.
[AI-62] Beyond a Single Direction: Chain-of-Thought Disrupts Simple Steering of Refusal
链接: https://arxiv.org/abs/2605.26772
作者: Kia-Jüng Yang,Dominik Meier,Jiachen Zhao,Terry Ruas,Bela Gipp
类目: Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注:
Abstract:Large reasoning models (LRMs) generate chain-of-thought (CoT) traces before producing final outputs, introducing a dynamic internal state that may complicate control mechanisms such as refusal. Unlike instruction-tuned LLMs, where refusal is mediated by a single directional subspace, refusal in large reasoning models (LRMs) additionally depends on the CoT. In DeepSeek-R1-Distill-LLaMA-8B, activation steering reverses refusal in only 39% of cases when the CoT is kept fixed, but removing the CoT entirely increases this to 70%, indicating that the CoT actively reinforces refusal. In a two-stage intervention where the model regenerates its CoT under activation steering, refusal is reversed in 94% of cases, while the resulting CoT alone retains 48% of this effect even after steering is removed. This suggests that the CoT can carry and reconstruct the compliance signal independently. These findings indicate that refusal in LRMs is jointly encoded in residual stream activations and CoT. This joint activation makes LRM more robust against activation-level interventions alone, but exposes CoT to a possible alternative surface attack.
[AI-63] Rethinking Quantum Continual Learning with Quantum Fisher Information
链接: https://arxiv.org/abs/2607.16030
作者: Yu-Chao Hsu,Yu-Cheng Lin,Tai-Yue Li,Nan-Yow Chen,En-Jui Kuo
类目: Quantum Physics (quant-ph); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注:
Abstract:Quantum continual learning aims to train quantum models on sequential tasks without losing previously learned knowledge. However, variational quantum classifiers (VQCs) are prone to catastrophic forgetting under nonstationary task distributions. We propose quantum elastic weight consolidation (QEWC), a quantum Fisher information (QFI)-informed regularization method for mitigating forgetting. Unlike conventional elastic weight consolidation based on classical Fisher information (CFI), which measures parameter importance through measurement-dependent output statistics, QEWC uses QFI to quantify the intrinsic sensitivity of the parameterized quantum state. This gives an information-geometric view in which important parameters are identified by the local response of the quantum state manifold. We evaluate QEWC on VQCs trained on sequential binary classification tasks, including classical image-classification and quantum phase-classification tasks. Simulations show that sequential training without regularization causes severe forgetting, while both CFI-based EWC and QFI-based QEWC improve retention of previous tasks. Mechanistic analyses further show that the two methods impose different regularization geometries: CFI acts selectively on measurement-sensitive directions, whereas QFI imposes a denser state-geometric constraint over parameter space. Under depolarizing noise, CFI values are strongly suppressed by degraded measurement statistics, while QFI preserves a more stable sensitivity structure of the noisy parameterized quantum state. These results establish QEWC as a physically motivated approach for studying and mitigating forgetting in quantum continual learning through quantum-state geometry.
[AI-64] Sociocultural Influences on Opinion Formation: Word of Mouth Dynamics Mass Media and Behavioural Development
链接: https://arxiv.org/abs/2607.15968
作者: Elpida Tzafestas
类目: Physics and Society (physics.soc-ph); Artificial Intelligence (cs.AI)
备注: Submitted to MSBC 2026 ( this http URL )
Abstract:We study a society of agents belonging to a number of occupational or cultural groups that form opinions about others’ situation in the same or different group. Opinions develop either by observation within own group or by directly interacting with members of other groups, therefore by word of mouth (WoM). Additionally, global mass media (MM) may be available that inform indirectly about the situation of the various groups. The sociocultural interplay of these processes and the degrees of relative exposure to each of the sources has diversified effects on final opinion and social attitude formation. In large and complex societies and groups where not everyone can physically interact by WoM with everyone about everything, these processes show potential for mass control and social automation engineering. Our model can also represent and be generally informative about segmented societies that consist of groups with different occupational and cultural characteristics and it can offer insights into social issues such as the generation gap, social cleavages and so on.
[AI-65] Map as a Prompt: Learning Multi-Modal Spatial-Signal Foundation Models for Cross-scenario Wireless Localization ICLR
链接: https://arxiv.org/abs/2607.15713
作者: Yong Chu,Xun Zhou,Zenglin Xu,Hui Wang,Yue Yu
类目: ignal Processing (eess.SP); Artificial Intelligence (cs.AI); Machine Learning (cs.LG)
备注: 17pages, 9 figures, poster in International Conference on Learning Representations (ICLR), 2026
Abstract:Accurate and robust wireless localization is a critical enabler for emerging 5G/6G applications, including autonomous driving, extended reality, and smart manufacturing. Despite its importance, achieving precise localization across diverse environments remains challenging due to the complex nature of wireless signals and their sensitivity to environmental changes. Existing data-driven approaches often suffer from limited generalization capability, requiring extensive labeled data and struggling to adapt to new scenarios. To address these limitations, we propose SigMap, a multimodal foundation model that introduces two key innovations: (1) A cycle-adaptive masking strategy that dynamically adjusts masking patterns based on channel periodicity characteristics to learn robust wireless representations; (2) A novel “map-as-prompt” framework that integrates 3D geographic information through lightweight soft prompts for effective cross-scenario adaptation. Extensive experiments demonstrate that our model achieves state-of-the-art performance across multiple localization tasks while exhibiting strong zero-shot generalization in unseen environments, significantly outperforming both supervised and self-supervised baselines by considerable margins.
[AI-66] oward a mechanistic understanding of inference in visual cortex and diffusion models
链接: https://arxiv.org/abs/2607.15693
作者: Zeyu Yun,Alexander Belsten,Dasheng Bi,Zahra Kadkhodaie,Yubei Chen,Bruno A. Olshausen
类目: Neurons and Cognition (q-bio.NC); Artificial Intelligence (cs.AI)
备注:
Abstract:We describe a model of perceptual inference in primary visual cortex (V1) equivalent to a minimal diffusion model whose function can be readily understood from its parameters. The model is based on sparse coding with a non-factorial prior over latent variables in the form of an unconstrained, pairwise interaction matrix, extending standard sparse coding inference to a general recurrent dynamical system. We efficiently train these recurrent dynamics using a denoising score-matching objective and implicit differentiation. After training on natural images, the learned interaction matrix mirrors the structure of horizontal connections in superficial layers of V1 that link neurons of similar orientation tuning. This model exhibits exceptionally good denoising performance, restoring image features such as extended contours amid extreme visual ambiguity, nearly matching the behavior of standard, black-box diffusion architectures in generalization regime. Owing to the model’s simplicity, the network’s Jacobian can be decomposed directly in terms of the interaction matrix between latent variables, revealing mechanistically how the recurrent dynamics assign high probability over a continuous family of natural structural deformations. Intriguingly, within this circuit, a large fraction of latent variables learn to disconnect from visual input altogether, essentially forming a hierarchical representation that appears to enforce global consistency among image features. Together, the model and results bridge two distinct domains: for neuroscience, it generates concrete, testable hypotheses regarding functional connectivity in recurrent neural circuits during perceptual inference tasks; for machine learning, it elucidates the internal mechanisms learned by diffusion models that allow them to generate infinitely many novel images from a finite training set.
[AI-67] Design-Based Supervised Learning with Noisy Human Labels
链接: https://arxiv.org/abs/2607.15455
作者: Robert Chew,Matthew R. Williams
类目: Machine Learning (stat.ML); Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Applications (stat.AP)
备注:
Abstract:Researchers increasingly use automated classifiers to label unstructured data for statistical analysis. Existing rectification methods can correct errors in these automated labels using a probability-sampled audit set, but they usually treat the audit labels as correct. In practice, human audit labels are often noisy, and only some audited items are reviewed by an expert or adjudicator. We propose Partially Adjudicated Design-Based Supervised Learning (PA-DSL), a method for this setting. It uses adjudicated cases to correct noisy human labels and then uses the corrected audit information to debias analyses based on the full set of automated labels. The estimator is valid for a broad class of downstream analyses when the audit and adjudication probabilities are known. In synthetic and Wikipedia Detox semi-synthetic experiments, PA-DSL maintains nominal coverage and reduces RMSE by 10-17% relative to using only adjudicated labels when noisy human labels contain recoverable signal.
[AI-68] Data-driven Video Codec with Implicit Neural Representations
链接: https://arxiv.org/abs/2607.15298
作者: Nishan Khanal,Saugat Neupane,Abhinav Chalise,Nimesh Gopal Pradhan,Dinesh Baniya Kshatri
类目: Image and Video Processing (eess.IV); Artificial Intelligence (cs.AI); Multimedia (cs.MM); Sound (cs.SD)
备注:
Abstract:A conventional codec stores a video as compressed pixel data. We instead store the video, together with its audio track, as the weights of a single sinusoidal representation network (SIREN) that maps space-time coordinates to RGB values and audio amplitudes. The network uses separate audio and video initialization layers, a stack of shared fully connected hidden layers, and three output branches: one for video and two Siamese audio branches whose disagreement is used to estimate and subtract residual noise. The overfitted teacher network is then compressed by response-based knowledge distillation into a smaller student, followed by 16-bit symmetric weight quantization and lossless LZMA2 (xz) encoding. On a 6.08 MiB test video, the quantized student reaches a video PSNR of 28.72 dB with SSIM of 0.75, and an audio PSNR of 24.18 dB with a log spectral distance of 10.69 dB, while the pipeline shrinks the representation from 9.05 MiB to 2.33 MiB, an overall compression ratio of 2.61. A bit-width sweep from 1-bit to 32-bit quantization shows that reconstruction quality saturates at 16 bits. We compare against H.264, HEVC, and MP3, report where the approach falls short of them, and describe a browser-based prototype that trains, transfers, and decodes these models over WebRTC.
机器学习
[LG-0] PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization
链接: https://arxiv.org/abs/2607.16184
作者: Yuchen Yang,Yifan Zhao,Anisha Dasgupta,Sasa Misailovic
类目: Machine Learning (cs.LG)
*备注:
Abstract:Mixture-of-Experts (MoE) is a popular class of large language models (LLMs), offering high efficiency and accuracy. However, in KV-cache-intensive serving scenarios, MoEs often exhibit a tension between the GPU memory requirements of the model weights and the growing KV cache. We propose PagedWeight, a novel management method for MoE LLM serving that dynamically quantizes MoE model’s weights at runtime and balances expert-weight precision with the KV cache sizes. PagedWeight exposes and effectively navigates the complex tradeoff between the model’s task accuracy, memory consumption, and throughput/latency. Across several memory-sensitive MoE serving scenarios, PagedWeight improves the quality-memory tradeoff over several existing quantization baselines. PagedWeight achieves FP16-equivalent accuracy with up to 72.0% GPU memory savings and 1.94 \times throughput improvement, and improves quality over quantization methods by up to 39.3% at a similar memory budget with at most 4.1% throughput loss.
[LG-1] A Blueprint for Equilibrium-Based Differentiable Continuous-Variable Thermodynamic Computing
链接: https://arxiv.org/abs/2607.16183
作者: Owen Lockwood,Jérémy Béjanin,Joost Bus,Christopher Chamberland,Patrick Huembeli,Frank Schäfer,Guillaume Verdon
类目: Machine Learning (cs.LG); Emerging Technologies (cs.ET); Applied Physics (physics.app-ph)
*备注: 42 pages, 20 figures
Abstract:To address the escalating energy and latency demands of machine-learning workloads, we introduce a blueprint for an energy-efficient and fast thermodynamic computing stack that leverages stochastic analog processes in physical hardware. In this work, we focus on energy-based thermodynamic computing where the stochastic process is well described by Langevin dynamics with tunable energy potentials. The implementation of such potentials in physical hardware enables us to generate and sample from basic parameterized energy-based models. We demonstrate how to construct and train popular classes of machine learning models based on these hardware-native energy-based models, using the framework of probabilistic graphical models. We analyze the runtime and energy consumption of different models in this thermodynamic paradigm based on theoretical considerations and numerical studies. As a preliminary experimental realization of such hardware, we present our stochastic analog superconducting circuits driven by thermal noise. Together, these results outline a path toward energy-efficient thermodynamic hardware for probabilistic machine learning.
[LG-2] Physics-enhanced reinforcement learning for real-time optimal control of dynamical systems
链接: https://arxiv.org/abs/2607.16177
作者: Matteo Tomasetto,Nicolò Botteghi,Gabriele Bruni,Andrea Manzoni
类目: Machine Learning (cs.LG); Optimization and Control (math.OC)
*备注:
Abstract:Reinforcement learning (RL) has recently emerged as a promising feedback control strategy for nonlinear and complex dynamical systems. However, RL algorithms are sample inefficient and require a large number of interaction with the environment to synthesize optimal control strategies. Consequently, applications of RL are typically limited to sparse sensors and actuators due to the curse of dimensionality entailed by the exploration-exploitation dilemma in high-dimensional spaces. In this work, we bridge RL and traditional optimal control for dynamical system with a novel Physics-EnhAnced Reinforcement Learning (PEARL) paradigm tailored to the control of high-dimensional and parametric dynamical systems, exploiting the differentibility of their dynamics. Specifically, PEARL employs an actor-adjoint algorithm that leverages automatic differentiation to compute policy gradients over short horizons and adjoint-based sensitivities of future returns approximated via neural networks, significantly reducing the number of environment interactions, while mitigating long-term gradient instabilities. Through two challenging parametric navigation problems in unsteady flows, we show that PEARL (i) effectively exploits differentiable environments to outperform state-of-the-art RL algorithms, (ii) is sample efficient, thanks to the physics-guided policy learning, (iii) generalizes across multiple scenarios, which is crucial when dealing with parametric systems, and (iv) enables scaling RL to high-dimensional state and action spaces, without requiring low-dimensional state representations or multi-agent strategies.
[LG-3] Behaviour-Conditioned Neural Processes for Adaptive Residential Short-Term Load Forecasting
链接: https://arxiv.org/abs/2607.16168
作者: Ramin Soleimani,Andrea Visentin,Dirk Pesch
类目: Machine Learning (cs.LG)
*备注: Preprint. 45 pages, 6 figures
Abstract:Residential short-term load forecasting (STLF) is challenging because household demand is heterogeneous, temporally variable, and shaped by diverse behavioural routines. This work investigates whether inferred behavioural structure can be embedded within the forecasting mechanism of a Neural Process-based probabilistic model, rather than used only as an external grouping signal, for context-conditioned residential STLF. We propose a behaviour-conditioned Attentive Neural Process framework that treats each load profile as a forecasting task. Behavioural structure is represented by a discrete latent variable inferred from the available context and used for behaviour-conditioned decoder conditioning, while a continuous latent variable captures shared functional uncertainty across heterogeneous profiles. To enable conditioning without ground-truth behavioural labels, clustering-derived information provides weak supervision during training, whereas test-time conditioning relies only on context-inferred class distributions. Experiments on the Smart Grid, Smart City (SGSC) dataset use user-disjoint train/validation/test splits, variable context lengths, and multi-step forecast horizons, with comparisons against a label-agnostic ANP baseline and fixed-window deterministic STLF baselines. The proposed variants improve MAE and CRPS over ANP across horizons and context settings, with the largest gains under limited context. The best-performing variant achieves average reductions of 7.9% in MAE and 6.9% in CRPS relative to ANP. Compared with fixed-window baselines, this variant achieves lower RMSE across all evaluated horizons while maintaining competitive MAE, suggesting fewer large prediction deviations under heterogeneous consumption patterns. These results support single-model, uncertainty-aware forecasting across heterogeneous households, contexts, and horizons.
[LG-4] PRISA: Proactive Infrastructure LiDAR Framework for Intersection Safety Assessment ITSC2026
链接: https://arxiv.org/abs/2607.16156
作者: Tam Bang,Hussam Abubakr,Emiliano de la Garza Villarreal,Truc Phuong Nguyen,Austin Harris,Toru Hirano,Mina Sartipi,Yunfei Xu,Hoang H. Nguyen
类目: Machine Learning (cs.LG); Systems and Control (eess.SY)
*备注: Accepted for publication at the 2026 IEEE 29th International Conference on Intelligent Transportation Systems (ITSC 2026). 8 pages, 2 figures
Abstract:Urban intersections are among the most hazardous locations in road networks, posing significant risks to vehicles and vulnerable road users (VRUs) such as pedestrians and cyclists. The complexity of multi-agent interactions demands continuous, real-time monitoring systems capable of anticipating conflicts before they escalate into crashes. We present PRISA, a modular infrastructure LiDAR framework leveraging privacy-preserving, low-light-robust roadside sensors for long-term traffic observation and real-time risk detection at the edge. The framework comprises two core components: a sensing and perception layer and a plug-and-play risk assessment module. The latter automatically curates site-specific training data from accumulated perception outputs to train a trajectory prediction model without manual annotation. It then deploys the trained model for continuous motion forecasting and dual surrogate safety evaluation, using Time-to-Collision (TTC) for longitudinal conflicts and Predicted Post-Encroachment Time (PPET) for crossing and VRU-involved interactions. PRISA is evaluated on the public R-LiViT dataset and deployed on an NVIDIA Jetson AGX Thor at a live signalized intersection in Chattanooga, Tennessee. PPET-based assessment operates at 194~ms end-to-end latency over a 2.4-second predictive horizon, with TTC-based detection and perception remaining within real-time constraints, demonstrating practical feasibility for proactive multi-agent intersection safety monitoring.
[LG-5] Improving Improved Kernel PLS
链接: https://arxiv.org/abs/2607.16138
作者: Ole-Christian Galbo Engstrøm
类目: Machine Learning (cs.LG); Data Structures and Algorithms (cs.DS)
*备注:
Abstract:Improved Kernel Partial Least Squares (IKPLS) algorithms 1 and 2 are among the fastest PLS calibration algorithms. This article focuses on two shared steps, the computation of the \mathbfX rotations, \mathbfR , and the \mathbfY loadings, \mathbfQ , and accelerates both. For \mathbfR , term-by-term accumulation is replaced by a direct evaluation strategy that requires the same number of multiplications but parallelizes better on modern hardware. For \mathbfQ , I identify - to the best of my knowledge, for the first time - equivalences showing that each \mathbfY loading is obtainable, up to explicitly derived constants, from quantities already computed earlier in the same iteration, and I exploit them in IKPLS to reduce the cost of each loading from \Theta\left(KM\right) to \Theta\left(M\right) operations whenever M = 1 or 2 \leq M K , with K predictor variables (number of columns in \mathbfX ) and M response variables (number of columns in \mathbfY ). Both improvements provably yield exactly the same \mathbfW , \mathbfP , \mathbfQ , \mathbfR , and \mathbfT as the original algorithms. Benchmarks with NumPy (CPU) and JAX (GPU) show speedups of up to two orders of magnitude for the isolated steps and of approximately 2\times (CPU) and 6\times (GPU) for entire fits. Both improvements are implemented in the free, open-source Python package \textttikpls.
[LG-6] Neural spectroscopy of AlphaFold2 reveals encoded protein conformational landscapes
链接: https://arxiv.org/abs/2607.16087
作者: Kaustav Mehta
类目: Machine Learning (cs.LG); Biomolecules (q-bio.BM)
*备注:
Abstract:AlphaFold2’s 93 million parameters, shaped by the evolutionary record of protein structure encoded in the Protein Data Bank and in sequence alignments, are conventionally treated only as machinery for converting sequence to structure. We propose they are also a scientific object that can be analyzed directly: a learned encoding of protein conformational organization that can be probed and characterized. By smoothing the Evoformer’s weight tensors with a Gaussian convolution and scaling the result, we show that the trained model produces physically structured conformational landscapes. Under perturbation, ubiquitin’s native contacts break in the order established by decades of folding experiments. For KaiB, five independently trained models agree that the alternative fold is not recovered under perturbation. For alpha-synuclein, five models produce five different but coherent landscapes, mapping where the training signal has determined the representation and where it has not. Matched-power noise controls confirm that random corruption of equal magnitude produces debris, not conformations. The model learned to predict static structures; the conformational organization visible under perturbation was not an explicit training target, suggesting it emerged as a byproduct of that objective. AlphaFold2’s weights appear to encode structural constraints, shaped by evolutionary and structural training data, that extend beyond what unperturbed inference reveals. We call the approach of reading them neural spectroscopy, and Scaled Gaussian Convolution one such protocol.
[LG-7] Pick-to-Learn Calibration of an MPC Policy for an Origin-to-Destination Flight Problem
链接: https://arxiv.org/abs/2607.16084
作者: Marco C. Campi,Simone Garatti
类目: ystems and Control (eess.SY); Machine Learning (cs.LG); Optimization and Control (math.OC)
*备注:
Abstract:This paper illustrates the Pick-to-Learn methodology applied to the calibration of a Model Predictive Control policy. While developed around a specific example, the presentation is meant to highlight a methodology of broad applicability. The example concerns an aircraft traveling from an origin point to a destination point in the presence of uncertain crosswinds and a low-connectivity zone that should be avoided. The MPC policy is parameterized by two hyperparameters, which are selected from data by the P2L procedure. Starting from a dataset of 400 wind realizations, also called scenarios, P2L identifies a final compression set containing only two informative scenarios. The resulting MPC policy avoids the low-connectivity zone on all available scenarios and, according to the P2L theory, satisfies a probabilistic risk bound of 4.8% at confidence level 1-10^-5 , where the risk is the probability of entering the low-connectivity zone in a future flight under a new wind realization not included in the sample.
[LG-8] Physics-Based Deep Spatiotemporal Hyperlocal Radar Nowcasting with a Multi-Variable U-Net for High-Resolution Precipitation Forecasting
链接: https://arxiv.org/abs/2607.16080
作者: Akshay Sunil,Muhammed Rashid,Raja Sekhar Sivaraju,Sushma Nair,Subimal Ghosh
类目: Machine Learning (cs.LG); Image and Video Processing (eess.IV)
*备注: 10 pages, 5 figures. Submitted to IEEE Transactions on Geoscience and Remote Sensing
Abstract:Precipitation nowcasting over the immediate 10-90 min period is important for flood management and real-time decision-making in urban regions. Conventional short-range forecasting with high-resolution numerical weather prediction requires frequent data assimilation, model initialization, and spin-up, introducing computational latency. Machine learning provides an alternative by learning storm evolution directly from high-frequency observations and producing forecasts quickly after training. This is particularly relevant for Mumbai, India, where monsoon convection, land-sea interactions, and localized intense rainfall make short-term prediction difficult. Here, we develop a compact radar-only nowcasting framework that combines multi-elevation reflectivity, Doppler radial velocity, and radial-velocity-gradient proxy features within an encoder-decoder U-Net. Using the most recent radar volume scan, the model predicts 12 future composite reflectivity fields at 7.5-min intervals up to 90 min lead time. The derived velocity magnitude, divergence-like, directional-shear, and vorticity-like channels represent kinematic signatures associated with convergence and boundary interactions without requiring full wind-field retrieval. A high-reflectivity attention module improves sensitivity to convective cores, and physics-guided attribution examines whether the learned sensitivities are meteorologically meaningful. The model is trained using Mumbai Doppler radar observations from May to August 2023 and evaluated on temporally independent events. At 90 min lead time, Critical Success Index values are 0.437, 0.332, and 0.193 for \geq 10, \geq 20, and \geq 30 dBZ thresholds, respectively. Compared with persistence, the model gives lower RMSE and higher spatial correlation at longer lead times. Once trained, it runs on a standard computer, generating nowcasts within seconds for real-time use.
[LG-9] DELUGE: Towards Continental-Scale Daily Pluvial Flood Damage Prediction via Interpretable Conditioning on Foundation Model Embeddings
链接: https://arxiv.org/abs/2607.16050
作者: Yuya Kawakami,Daniel Cayan,Dongyu Liu,Kwan-Liu Ma,Tom Corringham
类目: Machine Learning (cs.LG)
*备注:
Abstract:Pluvial (rainfall-driven) flooding accounts for 45% of National Flood Insurance Program (NFIP) claims in the United States and is harder to predict than its riverine and coastal counterparts, with existing approaches limited to coarse resolution, regional domains, or computationally intensive process-based models unsuitable for daily continental-scale use. We present DELUGE, a multimodal deep learning framework for daily pluvial flood damage prediction at ~1 km resolution and national scale, trained on spatially and temporally corrected NFIP claims (2017-2022) and structured around the hazard, exposure, and vulnerability components of disaster risk. Rather than blanket coverage of the Conterminous United States (CONUS), we model the top 100 highest-claim 75 km cells, distributed nationwide and accounting for ~81% of total pluvial flood claims. Our architectural novelty is a pair of parametric modules in the hydrometeorology branch, a Value Modulator and a Temporal Modulator, conditioned on terrain descriptors and AlphaEarth foundation-model embeddings, that expose directly inspectable hydrological response parameters and provide architecture-level interpretability-by-design. Under a spatial block holdout, DELUGE outperforms tuned Random Forest, XGBoost, and LightGBM baselines by 9% to 30% on a dollar-weighted area under the precision-recall curve (PR-AUC), a metric that emphasizes the rare, high-cost claims of greatest operational interest. Beyond DELUGE, we argue this interpretable conditioning scheme is a transferable pattern for integrating foundation-model embeddings into other geospatial prediction tasks.
[LG-10] CLaC@FinMMEval 2026 Task 3: Sentiment-Augmented Deep Reinforcement Learning for Active Trading – An Alpha-Reward Approach
链接: https://arxiv.org/abs/2607.16028
作者: Andrei Neagu,Eeham Khan,Leila Kosseim
类目: Machine Learning (cs.LG)
*备注: Accepted to the FinMMEval Lab at CLEF 2026. Recipient of a Merit Award recognizing promising approaches and well-documented submissions
Abstract:This paper presents our system for Task 3 of the CLEF 2026 FinMMEval Lab, which requires daily long, flat, or short trading decisions for Bitcoin (BTC) and Tesla (TSLA) using news and historical market data. We formulate the problem as a discrete-action Markov Decision Process and compare four deep reinforcement learning algorithms: Policy Gradient (PG), Proximal Policy Optimization (PPO), Deep Q-Learning (DQL), and Deep Deterministic Policy Gradient (DDPG). The agents use technical indicators, cyclical calendar encodings, and daily news sentiment scores produced by LLaMA 3.2 1B. To reduce overfitting and align training with the objective of outperforming buy-and-hold, we introduce an alpha reward based on excess market return and randomize episode start dates. Hyperparameters are optimized with Ray Tune over 180 trials per algorithm-asset pair, with early stopping and model selection based on validation Sharpe ratio. On the CLEF Task 3 test set, DDPG achieves the strongest overall performance. DQL was selected a priori for the live endpoint because it obtained the highest validation Sharpe ratio, with selection performed without access to the test period. For TSLA, DDPG and DQL achieve cumulative returns of 54.96% and 52.62%, respectively, compared with 16.45% for buy-and-hold. For BTC, DDPG achieves a positive return of 1.58% while buy-and-hold declines by -34.27%. The results also reveal a substantial validation-to-test generalization gap, highlighting the difficulty of transferring policies selected in bull-market conditions to a bear-market regime.
[LG-11] Constrained Hebbian Learning Supports Efficient Representational Allocation under Structural Constraints
链接: https://arxiv.org/abs/2607.16027
作者: Patrick Inoue,Florian Röhrbein,Andreas Knoblauch
类目: Machine Learning (cs.LG); Neural and Evolutionary Computing (cs.NE)
*备注:
Abstract:Introduction: Biological systems face anatomical and metabolic constraints, including costly synaptic maintenance and limited connectivity. These constraints favor neural codes that compress behaviorally relevant information into low-redundancy patterns. We test whether an excitatory competitive Hebbian rule can support synaptic resource allocation under such constraints and whether the resulting representations occupy a more favorable cost-performance regime than reference learning rules. Methods: Representational cost is quantified using mutual-information-based measures derived from the Variational Information Bottleneck. Experiments use fixed audiovisual embeddings from three audiovisual benchmarks (AVE, Kinetics-Sounds, VGGSound100) to isolate downstream associative plasticity. Hebbian learning is compared with Dense Difference Target Propagation (DDTP) and backpropagation (BP) under matched sparsity and architectural constraints. Results: Hebbian learning achieves lower task-information cost (CTI) than sparse BP and DDTP in the main compressed comparisons, while reaching CTI values comparable to shallow BP with nonnegative weights. Rather than uniformly improving classification performance, Hebbian learning shifts the trade-off between task-relevant information and representational cost, yielding lower CTI at comparable functional performance in several settings. Discussion: The results indicate a cost-performance trade-off rather than uniform accuracy gains. For a given level of task-relevant information, Hebbian representations retain less input information while preserving functional performance, although accuracy is slightly reduced on some datasets. These findings support interpreting Hebbian learning as a mechanism for synaptic resource allocation rather than as a general strategy for maximizing audiovisual classification accuracy. Subjects: Machine Learning (cs.LG); Neural and Evolutionary Computing (cs.NE) Cite as: arXiv:2607.16027 [cs.LG] (or arXiv:2607.16027v1 [cs.LG] for this version) https://doi.org/10.48550/arXiv.2607.16027 Focus to learn more arXiv-issued DOI via DataCite (pending registration) Submission history From: Patrick Inoue Stricker [view email] [v1] Fri, 17 Jul 2026 14:59:33 UTC (723 KB)
[LG-12] Presentation Not Mechanism: A Render Confound in Deprecation-Aware Memory Evaluation
链接: https://arxiv.org/abs/2607.16019
作者: Zhaoyang Jiang,Zhizhong Fu,Zicheng Li,Yunsoo Kim,Jiacong Mi,Xuanqi Peng,Fei Teng,Honghan Wu
类目: Machine Learning (cs.LG)
*备注:
Abstract:AI systems increasingly retrieve from records that revise themselves: issue threads, encyclopedic histories, policy logs, and long conversations. The challenge is not only finding relevant evidence, but deciding which claims remain in force, which were superseded, and when to abstain. Structured memories promise to solve this with typed edges, temporal updates, and conflict status, yet evaluations often change mechanism and prompt presentation together. We study this as Evidence-State Revision, comparing flat retrieval, coarse edge invalidation, and fine-grained RevisionLedger on 2,907 high-agreement questions from GitHub, multi-repo issue histories, Wikipedia, and DyKnow-style temporal streams. A render-matched control (same layout, deprecation disabled) reveals the central confound: when a value is changed and later restored, RevisionLedger appears to beat a flat baseline by +0.182, but almost all the gain comes from easier presentation; the fine-grained mechanism residual is indistinguishable from zero (+0.021 to +0.025 across two judge families). After presentation is controlled, coarse invalidation is the only mechanism that pays for current-state queries, beating the fine ledger by 0.084; the same query-sufficiency principle says provenance mainly needs retained invalidated evidence, not richer typing. Memory evaluations should hold render fixed, and deprecation-aware systems should deploy the coarsest retained state that covers their queries.
[LG-13] An Exploratory Study of Single Channel Surface Electromyography for Hand Gesture Classification
链接: https://arxiv.org/abs/2607.15972
作者: Daanish Hindustani
类目: Machine Learning (cs.LG)
*备注:
Abstract:Accurate hand gesture recognition using surface electromyography (sEMG) typically relies on multichannel sensor arrays and computationally intensive models. This limits practical deployment in low-power and embedded systems. This study investigates the feasibility of classifying ten hand gestures using a single sEMG channel combined with lightweight machine learning architectures. Raw sEMG signals were transformed into a comprehensive feature-based representation, including time-domain, frequency-domain, higher-order-crossing, and relative-intensity features. Feature redundancy was reduced using Pearson correlation filtering and the removal of highly correlated features, while dimensionality-reduction techniques (LDA and PCA) were applied selectively. Three classifiers, a feed-forward neural network (NN), k-nearest neighbors (KNN), and a support vector machine (SVM), were systematically evaluated across four experiments. Results demonstrate that combining time and frequency features with Pearson filtering and a compact NN can achieve up to 90 percent accuracy, even with limited temporal and spatial information. These findings highlight the potential of single-channel sEMG systems for cost-effective, low-power gesture-recognition applications.
[LG-14] Code-Poisoning Property Inference Attacks
链接: https://arxiv.org/abs/2607.15970
作者: Xukun Luan,Yuhui Gong,Gang Zhang,Zixuan Huang,Yuanguo Bi,Xuesong Li,Jinyan Liu
类目: Cryptography and Security (cs.CR); Machine Learning (cs.LG)
*备注:
Abstract:The flourishing code hosting platforms and coding agents enable even beginners with private data to build tailored Machine Learning (ML) models using available code quickly. The training data for ML models, often regarded as private property (e.g., clinical records, transaction information), is at significant risk of information leakage. Property Inference Attacks (PIAs), as a significant type of privacy attack, aim to expose global property information of the training set. In this paper, we present Code-Poisoning Property Inference Attack (CPPIA), the first code-level PIA, which overcomes four limitations of existing works: insufficient attack performance, severe degradation of model accuracy, high computational overhead, and failure under defenses. We consider malicious code providers from code hosting platforms (GitHub) and coding agents (Codex). Upon downloading the poisoned code, data holders train models with their private data without professional auditing, subsequently releasing label-only APIs to the public. The adversary embeds the properties into secret samples during training and queries the trained model on these samples later to leak privacy. CPPIA offers 100% attack accuracy without degrading model accuracy. It is also computationally lightweight and requires no shadow models. We evaluate the attack performance across four datasets, eight model architectures, eighteen properties, and under three defense mechanisms, demonstrating the universality and effectiveness of CPPIA.
[LG-15] Learning Reach-Avoid Task with Reinforcement Learning: Vectorized Simulation and Benchmark
链接: https://arxiv.org/abs/2607.15935
作者: Jonas Weihing,Shahram Eivazi
类目: Robotics (cs.RO); Machine Learning (cs.LG)
*备注:
Abstract:Deep reinforcement learning (DRL) has a longstanding tradition in addressing the reach-avoid task problem, especially for controlling robotic arms. While this task serves as a baseline environment within the research community, the ability of DRL to effectively learn the each-avoid task in complex and realistic scenarios beyond simplified and restricted tabletop settings remains uncertain. In this paper, we present, for the first time, a comprehensive benchmark for the reachavoid task that accurately captures real-world complexities without simplifications. We demonstrate a diverse range of settings for robotic arm reach-avoid task, which can be used for evaluating DRL research. We achieved this by utilizing the MuJoCo MJX physics engine and parallelizing both the simulation environment and DRL algorithms using the Brax library. We achieved state-of-the-art results with success rates of 96.1% (UR5e) and 98.8% (Franka Emika Robot) for the reach task and 86.8% (UR5e) and 95.2% (Franka) for the static reachavoid task. Our results indicate that while in previous works DRL agents could solve, for example, a reach task in a simplified setting perfectly, their agents performance collapses when evaluated in realistic scenarios. Overall, this work identifies that additional research is still required to claim the successful resolution of the robotic arm reach-avoid task using DRL. The environment and benchmarking code is available as open source at the following link
[LG-16] Knowledge-Guided Cross-Modal Fusion for Adult-to-Pediatric ECG Transfer via Label-Conditioned Contrastive Alignment
链接: https://arxiv.org/abs/2607.15928
作者: Xinran Liu,Yuwen Li,Hongxiang Gao,Heyang Xu,Jianqing Li,Zongmin Wang,Chengyu Liu
类目: Machine Learning (cs.LG)
*备注: 14 pages, 3 figures, 6 tables
Abstract:Adult and pediatric electrocardiogram (ECG) interpretation relies on age-sensitive criteria, and models pretrained mainly on adult ECGs often transfer poorly to pediatric populations when pediatric labels are scarce. Existing multimodal ECG–text methods typically align waveforms and text at the global sample level, entangling evidence from co-occurring diagnoses and limiting transfer under this gap. We propose Pediatric-Adult ECG Alignment via Cross-modal Enhancement (PEACE), a knowledge-guided framework pretrained on the largely adult MIMIC-IV ECG corpus. PEACE describes each diagnosis along rhythm, morphology, and ST–T axes and, per recording, composes only positive-label descriptors into three axis tokens and a fused embedding. A label query network (LQN) uses diagnostic labels as queries to cross-attend over ECG tokens and axis tokens, while label set aware bidirectional contrastive learning (LSBC) aligns pooled ECG features with the fused embedding when recordings share diagnoses. Curriculum adaptive fusion (CAF) gates alignment strength according to smoothed classification loss and training progress, limiting disruption during early optimization. The knowledge branch is used only for training supervision; inference uses ECG signals alone. On ZZU-pECG, PEACE reaches macro average AUCs of 59.39%, 81.74%, and 91.56% under zero-shot, 50-shot, and full fine-tuning, with the clearest gains over foundation and knowledge-pretraining baselines under limited supervision; versus domain adaptation initializations, zero-shot improves substantially while 50-shot AUC is comparable to DANN. After fine-tuning on PTB-XL, PEACE reaches 96.90% macro average AUC over nine harmonized labels. Ablations confirm that label-conditioned knowledge alignment, rather than global text fusion, is the key driver of pediatric transfer gains.
[LG-17] (MPO)2: Multivariate Polynomial Optimization based on Matrix Product Operators
链接: https://arxiv.org/abs/2607.15916
作者: Niccolò Ciolli,Anders Vestergaard Nørskov,Michael Kastoryano,Petr Taborsky,Morten Mørup
类目: Machine Learning (cs.LG)
*备注: 13 pages, 1 figure, 2 tables
Abstract:Central to machine learning and signal processing is the ability to perform universal function approximation and learn complex input-output relationships from limited numbers of observations. Multivariate polynomial models offer a natural way to express such relationships through multiplicative feature interactions, but their coefficient tensors grow exponentially in size with the polynomial degree. Existing tensorized polynomial models reduce this cost, yet canonical polyadic decompositions have rank-limited expressivity, and tensor train formulations are feature order dependent. We introduce Multivariate Polynomial Optimization based on Matrix Product Operators (MPO) ^2 , a framework that combines learned MPO feature embeddings with compact polynomial weight tensors. This yields feature order independent polynomial representations that can incorporate structured operators such as projections, convolutions, and masks for weight tensor symmetries. Across regression and classification benchmarks, (MPO) ^2 improves over existing tensor decomposition based polynomial models and provides a flexible alternative for efficient polynomial function approximation.
[LG-18] A Semiparametric Framework for Stochastic Fundamental Diagram Modeling
链接: https://arxiv.org/abs/2607.15907
作者: Pengnan Chi,Xiaoliang Ma,Magnus Jansson,Magnus Nordenvaad
类目: Machine Learning (cs.LG)
*备注: 22 pages, 11 figures, 5 tables
Abstract:The stochastic fundamental diagram (SFD) provides a probabilistic description of the relationship between traffic density and flow or speed, enabling uncertainty-aware traffic modeling. However, existing stochastic models frequently struggle to accommodate rigorous physical constraints while retaining sufficient flexibility to capture complex nonlinear patterns. To address this, we propose a novel semiparametric SFD modeling framework by leveraging specially designed functional forms. These functions intrinsically satisfy physical constraints defined on the moments of the conditional flow distribution given traffic density while incorporating neural-network-based structures to capture complex empirical patterns. We derive a system of moment-matching equations to convert physical constraints into the parameterization of the conditional distribution, proving that a unique solution exists for the location-scale family of distributions, thereby guaranteeing model well-posedness. Furthermore, we demonstrate that the framework can be extended to non-location-scale distributions, including those requiring additional boundary constraints. Empirical evaluations on a real-world dataset reveal that our approach consistently outperforms representative baselines, delivering superior probabilistic accuracy and robust uncertainty quantification, particularly in congested regimes. Overall, the proposed framework provides a theoretically grounded and flexible foundation for stochastic traffic flow modeling.
[LG-19] ContinuityBench: A Benchmark and Systems Study of Stateful Failover in Multi-Provider LLM Routing
链接: https://arxiv.org/abs/2607.15899
作者: Vishal Pandey,Gopal Singh
类目: Machine Learning (cs.LG)
*备注: 16 pages, 2 figures
Abstract:In production large language model (LLM) deployments, high API availability guarantees do not equate to conversational continuity. When a primary provider experiences an outage or strict rate-limiting, naive stateless failover mechanisms successfully maintain uptime but silently discard conversation history, severely disrupting the user experience. To rigorously quantify and resolve this failure mode, we introduce two novel metrics: Continuity Preservation Rate (CPR) and Continuity Latency Overhead (CLO). We propose a stateful, multi-provider proxy architecture utilizing a History-Forwarding strategy to seamlessly reconstruct conversational state across heterogeneous LLM endpoints during failover events. Furthermore, we release continuity-bench, this https URL, an open evaluation harness designed to stress-test context preservation under high-concurrency provider failure conditions. Our empirical evaluation ( N=750 failover events) demonstrates that our stateful proxy achieves a 99.20% CPR [95% CI: 98.27%, 99.63%], cleanly transferring deep conversational context to fallback providers, compared to a near-0% preservation rate for standard stateless architectures. Finally, we characterize failover latency distributions, identifying the critical necessity of asynchronous exponential backoff with jitter to prevent cascading retry storms against strict-limit fallback APIs. Our results provide a principled foundation for building robust, state-preserving multi-model inference systems.
[LG-20] Dynamics-Aware Meta-Imitation for Generalization to Unseen Robotic Manipulation
链接: https://arxiv.org/abs/2607.15880
作者: Zhenduo Shang,Xiyao Liu,Bohan Li,Xudong Wang,Teng Ren,Lianqing Liu,Zhi Han
类目: Robotics (cs.RO); Machine Learning (cs.LG)
*备注:
Abstract:Imitation Learning aims to learn skills from extensive observations and demonstrations for robots, so it suffers from data scarcity and environment generalization. The existing methods predominantly focus on imitation from in-domain tasks and consequently struggle with generalization to unseen tasks. To bridge this generalization gap, we propose the \textbfDynamics-\textbfAware \textbfMeta-\textbfImitation (DAMI) framework. By integrating meta-learning to construct a shared skill space, DAMI equips agents for rapid adaptation to novel tasks. We introduce the Visual-Motor Trajectory (VMT) module to capture complex spatio-temporal dynamics within the task latent space. Furthermore, we propose the Unpaired Unified Task (U2T) block to fuse unstructured multimodal observations. To coordinate these representations, we integrate a Task-Conditioned Feature Modulation (TCFM) mechanism customized for modulating low-level 3D features. By capturing intrinsic dynamics from a random complete reference demonstration, our framework learns the underlying task logic rather than memorizing static cues, ensuring effective generalization. Extensive experiments in both simulation and real-world settings demonstrate that our approach outperforms state-of-the-art baselines regarding direct inference on seen tasks and adaptation to unseen tasks via few-shot fine-tuning.
[LG-21] Data-Native Global Optimization for Big Data K-means Clustering
链接: https://arxiv.org/abs/2607.15835
作者: Ravil Mussabayev,Rustam Mussabayev,Zukhra Yerdaliyeva,Kuldeyev Nursultan
类目: Machine Learning (cs.LG)
*备注:
Abstract:Big data clustering remains challenging: the Minimum Sum-of-Squares Clustering (MSSC) problem underlying K-means is NP-hard, and existing methods either reach poor local minima or require prohibitive metaheuristic hybrids. We target arbitrarily tall data: a fixed feature space may contain arbitrarily many, possibly infinitely many, observations, while the algorithm accesses only finite random samples. We propose Big-means++, an algorithm achieving scalability and global-search quality by curating inputs to MSSC optimization on big data. It orchestrates local K-means refinements into a data-native global search for big data clustering. Rather than optimizing the full-data MSSC objective, Big-means++ traverses sample-induced surrogate landscapes. Each sample defines a distinct empirical MSSC approximation with a perturbed local-optimum structure, turning sample-to-sample variation into a global-search mechanism. Unlike Big-means, a flowing-incumbent strategy propagates centroid state across empirical landscapes through K-means refinements on fresh samples without rollback to a best-so-far solution. This increases mobility and favors stable, high-quality configurations across approximations of the full-data structure. A new shaking mechanism varies sample size geometrically, broadening the surrogate landscapes explored across resolution scales, accounting for cluster imbalance, and improving solution quality. A competitive multi-agent system asynchronously explores independent sampled landscapes, transforming diverse stochastic trajectories into collective search intelligence. Automatic convergence detection stops each agent after attaining a high-quality solution but before further search risks degrading it, while providing a universal speed-quality control. Experiments on 22 datasets against 11 competing algorithms demonstrate the effectiveness, efficiency, and robustness of Big-means++.
[LG-22] A zero-one law for one-shot system identification
链接: https://arxiv.org/abs/2607.15832
作者: Nicolas Boullé,Diana Halikias,Samuel E. Otto,Alex Townsend
类目: Numerical Analysis (math.NA); Machine Learning (cs.LG); Dynamical Systems (math.DS)
*备注: 8 pages, 2 figures
Abstract:Can a model be identified from one experiment? We study analytic systems that are linearly parameterized by a combination of prescribed dictionary terms, such as partial differential operators and dynamical systems. For a single input-response pair, recovery is possible exactly when the evaluated dictionary terms are linearly independent. We prove a sharp zero-one law: either no input uniquely determines the coefficients, or almost every random input sampled from a nondegenerate Gaussian measure does. This dichotomy reduces one-shot system identification to a question about degenerate inputs and provides an a posteriori certificate for any recovered model. Numerical examples recover dynamical systems, nonlinear partial differential equations, and structured matrix families from single trajectory data, while also detecting when an extra probe is necessary.
[LG-23] Graph Coloring Approach to Solving Sudoku with Oscillatory Neural Networks
链接: https://arxiv.org/abs/2607.15814
作者: Filip Sabo,Aida Todri-Sanial
类目: Machine Learning (cs.LG)
*备注:
Abstract:Oscillatory Neural Networks (ONNs) present an attractive physics-based computing paradigm rooted in the dynamics of a network of typically fully coupled oscillators aiming to minimize an underlying energy function. In this paper, we propose an ONN-based solver for one well-known constrained combinatorial optimization problem, namely a Sudoku, by formulating the problem as a Graph Coloring problem. By modifying the already existing Graph Coloring solver to a computationally cheaper version and introducing an additional term ensuring the fulfillment of the Sudoku constraints, our solver is shown to significantly outperform the existing HNN- and ONN solvers in terms of accuracy. In particular, we are able to achieve nearly flawless accuracies on 4 \times 4 as well as rather high accuracies on 9 \times 9 Sudoku puzzles for different numbers of unknown digits.
[LG-24] QUADS: Stabilizing NVFP4 Reinforcement Learning for MoE via QUantization-error Alignment across Dual Sides
链接: https://arxiv.org/abs/2607.15810
作者: Zhengyang Zhuge,Hao Yu,Xin Wang,Zheng Li,Yizhong Cao,Dayiheng Liu,Jianwei Zhang
类目: Machine Learning (cs.LG)
*备注:
Abstract:Rollout generation is a major bottleneck in Reinforcement Learning (RL) for Mixture-of-Experts (MoE) Large Language Models, motivating low-precision rollout acceleration such as FP8. As an emerging low-precision format, NVFP4 combines fine-grained scaling for accuracy preservation with native W4A4 FP4 GEMMs for higher throughput than FP8. However, we find that directly applying NVFP4 to MoE RL rollout is impractical. NVFP4 rollout with BF16 training collapses after roughly 150 steps, accompanied by rapidly growing rollout-trainer log-probability gaps. Through training-inference error analysis and controlled ablations, we identify activation error, rather than weight error, as the dominant source of FP4 RL instability: weights can be synchronized and aligned by a shared quantization-dequantization path, whereas activations are recomputed online and error is amplified by the coarse E2M1 grid. Therefore, to stabilize NVFP4 RL for MoE, we propose QUantization-error Alignment across Dual Sides (QUADS). On the trainer side, we introduce Asymmetric Quantization-Aware Training fake-quantizing weights while keeping activations unquantized for better alignment. On the rollout side, Residual Activation Compensation corrects high-error activation channels while preserving native W4A4 GEMMs. In our MoE RL experiments on several benchmarks, QUADS achieves BF16-level accuracy, improves average pass@1 by 21.49 points over naive NVFP4 RL, and delivers ~16% higher rollout throughput than FP8.
[LG-25] From Diffusion to Reaction-Diffusion: A Dynamical-Systems View of Oversmoothing in Hypergraph Neural Networks
链接: https://arxiv.org/abs/2607.15773
作者: Zhiheng Zhou,Mengyao Zhou,Yancheng Chen,Dengyi Zhao,Xingqin Qi,Guiying Yan
类目: Machine Learning (cs.LG)
*备注: 17 pages,5 figures
Abstract:Higher-order couplings enhance the expressive power of hypergraph neural networks (HGNNs), but they also intensify representation collapse in deep propagation due to strong multi-way feature mixing. This work investigates hypergraph oversmoothing from a dynamical-systems perspective and develops a reaction–diffusion framework for depth-resistant hypergraph learning. By defining hypergraph gradient and divergence operators, we interpret message passing as an incidence-level diffusion process. The analysis of pure diffusion shows that its continuous semiflow exponentially contracts the null-mode-free component of node representations and drives the Dirichlet energy to zero, revealing hypergraph oversmoothing as an intrinsic transverse-energy dissipation phenomenon. Motivated by this analysis, we propose Hypergraph Neural Reaction–Diffusion (HNRD), which introduces a reaction mechanism acting on the transverse component to compensate diffusion-induced dissipation and stabilize discriminative variations. We establish global well-posedness of the proposed dynamics and prove that the null-mode-free Dirichlet energy remains bounded away from zero. A forward-Euler discretization provides a practical HNRD layer with a stability condition for deep propagation. Experiments on benchmark and synthetic heterophilic hypergraphs demonstrate that HNRD consistently improves over representative hypergraph baselines. Depth, robustness, and efficiency analyses further show that HNRD preserves stable performance and nonzero Dirichlet energy under deep propagation and perturbations. These results provide a principled dynamical framework for designing deep hypergraph architectures that maintain higher-order expressiveness without representation collapse.
[LG-26] CoG-Guided Weight Correction for Fault-Tolerant Deep Neural Networks
链接: https://arxiv.org/abs/2607.15753
作者: Bahram Parchekani,Samira Nazari,Ali Azarpeyvand,Mohammad Hasan Ahmadilivani,Tara Ghasempouri,Jaan Raik
类目: Machine Learning (cs.LG); Hardware Architecture (cs.AR); Numerical Analysis (math.NA)
*备注: 7 figures, 9 tables. the paper is under review in an IEEE Transactions
Abstract:Deep Neural Networks (DNNs) used in safety-critical applications are vulnerable to hardware and memory faults that corrupt network weights and degrade reliability. In this paper, we propose a Center of Gravity (CoG) guided weight correction method that restores faulty weights based on their spatial characteristics within each layer. The proposed approach detects and corrects weight faults using distance-aware correction rules, eliminating the need for retraining or architectural modification. The effectiveness of the proposed method in terms of the capability of tolerating hardware faults has been evaluated through performing fault injection at different Bit Error Rates (BERs). Experiments on safety-critical LSTM-based Networks, including StageNet for disease progression tracking and MTFNet for cardiac anomaly detection, demonstrate fault tolerance improvements of up to 230x and 6.41x, respectively, at a BER of 10^-3, with negligible accuracy loss. When extended to Convolutional Neural Networks (CNNs), the method achieves up to 49.55x and 20.79x improvements under comparable fault conditions on ResNet-18 and VGG-16, respectively. To the best of our knowledge, this is the first work to apply the CoG concept to neural network weight tensors for enhancing model reliability. Comments: 7 figures, 9 tables. the paper is under review in an IEEE Transactions Subjects: Machine Learning (cs.LG); Hardware Architecture (cs.AR); Numerical Analysis (math.NA) Cite as: arXiv:2607.15753 [cs.LG] (or arXiv:2607.15753v1 [cs.LG] for this version) https://doi.org/10.48550/arXiv.2607.15753 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[LG-27] rainable Spline Representations for Physics-Informed Learning
链接: https://arxiv.org/abs/2607.15751
作者: Giovanni Canali,Nicola Demo,Gianluigi Rozza
类目: Machine Learning (cs.LG); Numerical Analysis (math.NA)
*备注: 16 pages, 6 figures, 4 tables
Abstract:This work introduces Physics-Informed Splines (PI-Splines), a structured spline-based architecture for physics-informed learning. Instead of representing the solution of a differential equation with a neural network, PI-Splines directly parametrize the unknown field through a tensor-product B-spline expansion with trainable control coefficients. This formulation preserves the residual-based training paradigm of Physics-Informed Neural Networks while providing compact support, explicit smoothness control, analytical derivatives, and a direct geometric interpretation of the trainable parameters. When compatible with the spline representation, boundary conditions can be imposed strongly by fixing suitable boundary control coefficients. The proposed method is evaluated on several benchmark problems of increasing difficulty and compared with standard physics-informed frameworks under matched governing equations, collocation sets, loss terms, and optimization procedures, so as to isolate the effect of the approximation architecture. Numerical experiments show that PI-Splines provide a competitive and stable alternative to neural physics-informed architectures, particularly in settings where structured representations, locality, and parameter efficiency are desirable.
[LG-28] Learning Faster without Deeper Networks: A*-Inspired Batch Selection for Efficient CNN Training
链接: https://arxiv.org/abs/2607.15745
作者: Anxhelo Shehu,Enes Stastoli,Arben Cela
类目: Machine Learning (cs.LG)
*备注:
Abstract:Common practice when training Convolutional Neural Networks (CNNs) is to use randomly shuffled mini-batches. This creates two limitations: slower convergence, and a diminishing learning signal, since many samples are quickly classified as easy during training. We address these inefficiencies with A*-Inspired Batch Selection (A*-BS), a lightweight, model-agnostic strategy that formulates mini-batch scheduling as a heuristic search problem. Each batch is treated as a node in a search space and ranked using an A*-like score combining a loss-based difficulty measure with a reuse penalty. This encourages informative gradient updates and batch diversity throughout training, without modifying network architectures or optimization algorithms, so it integrates seamlessly into existing pipelines. We evaluate A*-BS on the twelve 2D classification tasks of the MedMNIST-v2 benchmark, using a deliberately simple architecture of approximately 2.25x10^5 parameters, compared against the ResNet-18 and ResNet-50 baselines reported by the benchmark. On half of these tasks, the lightweight model with A*-BS reaches higher accuracy and AUC than both ResNet baselines, with relative gains of up to 15%. An ablation under identical architecture and hyperparameters shows A*-BS outperforms random batch shuffling on all twelve tasks. Wall-clock measurements further show the lightweight CNN with A*-BS trains substantially faster than ResNet-18 and ResNet-50 on identical hardware. These results indicate that intelligent batch ordering can partially compensate for reduced architectural complexity, offering a computationally efficient alternative to deeper models, with reliability reinforced by strong performance even against deeper, more sophisticated architectures.
[LG-29] Natural Backdoor Attacks on Speech Recognition Models
链接: https://arxiv.org/abs/2607.15724
作者: Jinwen Xin,Xixiang Lyu,Jing Ma
类目: Cryptography and Security (cs.CR); Machine Learning (cs.LG); Sound (cs.SD)
*备注: This is the authors’ manuscript of a chapter published in Machine Learning for Cyber Security, Lecture Notes in Computer Science, vol. 13655, pp. 597-610 (2023)
Abstract:With the rapid development of deep learning, its vulnerability has gradually emerged in recent years. This work focuses on backdoor attacks on speech recognition systems. We adopt sounds that are ordinary in nature or in our daily life as triggers for natural backdoor attacks. We conduct experiments on two datasets and three models to validate the performance of natural backdoor attacks and explore the effects of poisoning rate, trigger duration and blend ratio on the performance of natural backdoor attacks. Our results show that natural backdoor attacks have a high attack success rate without compromising model performance on benign samples, even with short or low-amplitude triggers. It requires only 5% of poisoned samples to achieve a near 100% attack success rate. In addition, the backdoor will be automatically activated by the corresponding sound in nature, which is not easy to be detected and will bring severer harm.
[LG-30] CardioMeta: Calibrated Multi-Task Prediction of Diabetes Hypertension and Cardiovascular Disease Across Population and EHR Data
链接: https://arxiv.org/abs/2607.15721
作者: S M Asif Hossain,Ruksat Khan Shayoni,M. F. Mridha,Jungpil Shin
类目: Machine Learning (cs.LG)
*备注:
Abstract:Cardiometabolic diseases remain among the most persistent drivers of preventable morbidity because diabetes, hypertension, and cardiovascular disease frequently co-occur and share metabolic, vascular, demographic, and behavioral determinants. Existing machine learning studies for chronic disease prediction often emphasize discrimination on a single dataset, while underreporting label leakage, calibration, temporal robustness, external transportability, and subgroup reliability. This paper presents CardioMeta, a calibrated multi-task framework for joint prediction of diabetes, hypertension, and cardiovascular disease across population survey and electronic health record (EHR) data. The study uses NHANES for population-level model development and temporal validation, and MIMIC-IV for EHR-domain evaluation under substantial distribution shift. To reduce circular label reconstruction, the primary analysis excludes disease-defining variables from the corresponding prediction heads, while a full-clinical feature setting is retained only as sensitivity analysis. CardioMeta combines a shared cardiometabolic encoder with disease-specific gated heads and post-hoc probability calibration. In the leakage-reduced temporal validation setting, the model achieved a macro-AUROC of 0.839, macro-AUPRC of 0.536, macro-F1 of 0.614, and expected calibration error of 0.024, with modest but consistent improvements over strong gradient-boosting and neural tabular baselines. External evaluation on MIMIC-IV showed clear degradation under domain shift, while limited fine-tuning partially recovered performance. The findings indicate that the principal value of multi-task cardiometabolic modeling lies not in inflated accuracy, but in reproducible leakage control, calibrated probabilities, and transparent reliability reporting across heterogeneous healthcare data sources.
[LG-31] A Benchmark for Electrical Load Forecasting Across Grid Levels: Time-Series Transformers Outperform Established Methods
链接: https://arxiv.org/abs/2607.15705
作者: Matthias Hertel,Sebastian Pütz,Jonathan Kolar,Benjamin Schäfer,Ralf Mikut,Veit Hagenmeyer
类目: Machine Learning (cs.LG)
*备注:
Abstract:Accurate load forecasting at multiple grid levels is essential for future smart grids, ranging from aggregated control area forecasts for balancing supply and demand to forecasts of individual end-consumer loads for demand-side management and energy management systems. We present a comprehensive benchmark for load forecasting across grid levels, comprising three datasets that represent a transmission system operator control area, low-voltage grid feeders, and individual end consumers. We evaluate ten methods for short-term load forecasting and find that Transformer-based approaches consistently outperform established methods, reducing forecast error by 6.6-10.7 %. To analyze the impact of architectural design, we introduce YAformer, a flexible Transformer architecture that integrates modifications from prior work and is optimized via hyperparameter optimization. However, the standard Transformer achieves superior performance, suggesting that these architectural modifications are not required for accurate load forecasting. We further evaluate the Transformer-based time-series foundation model Chronos-2, which demonstrates competitive zero-shot performance on two datasets but fails to accurately capture special events in the TSO data. Detailed analyses reveal model-specific strengths and weaknesses, and ablation studies highlight the importance of long input contexts, covariates and continuous retraining - aspects that are often overlooked in the time-series forecasting literature.
[LG-32] A Statistical Formulation Gap for Nonlinear Multiscale Physics-Informed Learning
链接: https://arxiv.org/abs/2607.15702
作者: Ronald Katende
类目: Numerical Analysis (math.NA); Machine Learning (cs.LG); Analysis of PDEs (math.AP)
*备注: 10 pages, 0 figures, 1 table
Abstract:We prove a finite-sample formulation gap for physics-informed learning of nonlinear multiscale elliptic equations. For a uniformly monotone divergence-form class with coefficients oscillating at scale \epsilon , we derive a finite-width, finite-sample, and finite-iteration error bound for a boundary-compatible variational neural solver. Its stability, sampling, and optimization constants are independent of \epsilon , while all unresolved scale dependence is isolated in the best-approximation error. We then construct a minimal obstruction witness for a one-dimensional periodic diffusion equation with cubic reaction. Already on the one-parameter family v_c(x)=cx(1-x) , the empirical Rademacher complexity of the strong residual is bounded below by a constant multiple of (\epsilon\sqrtN)^-1 , while that of the squared strong-residual loss is bounded below by a constant multiple of (\epsilon^2\sqrtN)^-1 . These are optimizer-independent properties of the sampled residual and loss classes, rather than neural-tangent-kernel conditioning statements. The corresponding variational energy complexity is bounded above by a constant multiple of N^-1/2 uniformly in \epsilon . A tensor-product construction shows that the same obstruction rates persist in every spatial dimension. Numerical evaluation gives fitted exponents 0.9971 , 1.9860 , and -0.0028 for the strong residual, squared strong loss, and variational energy, respectively. Thus, differentiating the microscopic coefficient creates finite-sample statistical ill-conditioning. The variational formulation removes this statistical penalty but does not remove the separate multiscale approximation problem. Comments: 10 pages, 0 figures, 1 table Subjects: Numerical Analysis (math.NA); Machine Learning (cs.LG); Analysis of PDEs (math.AP) Cite as: arXiv:2607.15702 [math.NA] (or arXiv:2607.15702v1 [math.NA] for this version) https://doi.org/10.48550/arXiv.2607.15702 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[LG-33] SpeechGuard: Online Defense against Backdoor Attacks on Speech Recognition Models
链接: https://arxiv.org/abs/2607.15697
作者: Jinwen Xin,Xixiang Lv
类目: ound (cs.SD); Cryptography and Security (cs.CR); Machine Learning (cs.LG)
*备注: 8 pages
Abstract:Backdoor attacks pose a critical threat to neural network models, allowing attackers to implant a backdoor during the training phase by manipulating a small portion of the training data. In security-sensitive applications such as voice interaction for autonomous driving, the presence of backdoor attacks introduces substantial security risks. This study focuses on implementing backdoor defense measures for speech recognition models in run-time, taking into account the characteristics of audio signals. We propose SpeechGuard, the first online backdoor defense pipeline designed to identify and purify poisoned audio samples. Specifically, we improve STRIP method to perform adaptive perturbation injection to detect and filter poisoned samples, named as S-STRIP. More importantly, we further consider the purification of poisoned samples. We utilize time-frequency (T-F) masking to suppress the expression of trigger signals and autonomously generate masks based on an autoencoder. The two-stage processing prevents the backdoor in the model from being triggered, and even input speech carrying triggers can be accurately predicted. Extensive experimental demonstrate that SpeechGuard can accurately filter out poisoned samples. Through purification, it can significantly mitigate the backdoor threat while maintaining a certain prediction accuracy.
[LG-34] oward Federated Multimodal Graph Foundation Models: A Topology-Aware Multimodal Alignment Framework
链接: https://arxiv.org/abs/2607.15687
作者: Xunkai Li,Guohao Fu,Yuming Ai,Zhengyu Wu,Hongchao Qin,Rong-Hua Li,Guoren Wang
类目: Machine Learning (cs.LG)
*备注: Under Review
Abstract:Multimodal-attributed graphs (MAGs), whose nodes carry modalities such as images and text alongside topological structure, now pervade applications including social platforms, e-commerce, and biomedical networks, offering richer semantic signals than single-modality graphs. In practice, such graphs are fragmented across privacy-restricted silos owned by different platforms and institutions, so learning a broadly transferable model over them demands collaborative training that never exposes raw data. This places the task at the intersection of multimodal graph learning and federated learning, yet existing methods cover only one side of it. To address the challenges from these two perspectives, we propose FedGAMMA, casting federated multimodal graph foundation learning as a two-stage semantic-structural alignment problem of federated pre-training and prompt-based fine-tuning. During pre-training, a shared-private semantic enhancer disentangles cross-modal commonality from modality-specific information, aligning it through optimal transport, a topology-aware graph fusion module decouples semantic and structural views via semantic residual graphs and dual positional encodings, and a dual-channel affinity-aware aggregation mechanism estimates client similarity from feature and graph centroids without exposing raw data. During fine-tuning, FedGAMMA adapts the pretrained encoder through lightweight graph-aware prompts, a shared prompt pool with controlled exploration, and channel-wise prompt synchronization. Experiments on twelve multimodal graph datasets show FedGAMMA consistently surpassing a broad range of baselines across downstream tasks, with gains of up to 12.96%. FedGAMMA further outperforms competitive baselines accross multi-domain datasets on multiple tasks with up to 5.71% under few-shot learning scenario.
[LG-35] Neural Non-Equilibrium Hamiltonian Monte Carlo for Corrected Boltzmann Sampling
链接: https://arxiv.org/abs/2607.15682
作者: Moxian Qian
类目: Machine Learning (cs.LG); Statistical Mechanics (cond-mat.stat-mech); High Energy Physics - Lattice (hep-lat)
*备注: 33 pages, 12 figures, 12 tables
Abstract:Sampling from an unnormalized Boltzmann density requires proposals that move probability mass globally while retaining enough path-probability information for statistical correction. We introduce Neural Non-Equilibrium Hamiltonian Monte Carlo (NHMC), a train-then-correct learned Hamiltonian sampler. Starting from a tractable base distribution, NHMC learns stochastic Hamiltonian-style paths toward the target. Once training is complete, the learned proposal parameters are fixed; the proposal then generates complete paths and endpoint configurations, which are statistically corrected using the recorded non-equilibrium work. This dimensionless generalized work is determined by the probability ratio between the forward proposal path and a reverse reference path. During training, minimizing its mean reduces a path-space KL divergence and controls an upper bound on endpoint mismatch. During evaluation, the same quantity defines weights for self-normalized importance sampling on paths (path-SNIS), estimates normalizing constants or free-energy differences, and gives the acceptance ratio for path-space independent Metropolis-Hastings (path-IMH). The same forward-reverse laws also define a shared-bridge round-trip Metropolis kernel that acts directly on configurations and preserves the Boltzmann target. On double-well and finite-volume lattice \phi^4 targets, the NHMC construction gives corrected estimates when path overlap is sufficient; when overlap is poor, weight degeneracy, low acceptance, and long autocorrelation expose proposal failure. We additionally report a molecular internal-coordinate feasibility study using an MD prior and learned-force path proposal.
[LG-36] sting Distributions Against Bounded Distinguishers STOC2026
链接: https://arxiv.org/abs/2607.15645
作者: Mark Bun,Rathin Desai,Renato Ferreira Pinto Jr
类目: Data Structures and Algorithms (cs.DS); Computational Complexity (cs.CC); Machine Learning (cs.LG)
*备注: 53 pages; appeared at STOC 2026
Abstract:Motivated by the challenge of testing distributions over high-dimensional or continuous domains, we study distribution testing with respect to bounded classes of distinguishers. A representative task is to use samples from an unknown distribution P over a very large domain to decide between two cases: P = P_\mathsfref for a fixed reference distribution P_\mathsfref , or there exists a distinguisher f in a bounded class \mathcalF which witnesses the separation |\mathbfE_P[f] - \mathbfE_P_\mathsfref[f]| \epsilon . This is the task of identity testing with respect to fooling distance, a name inspired by the conceptual connection with pseudorandomness. (Formally, our model instantiates integral probability metrics from Boolean classes of bounded expressivity.) We show that testing with respect to fooling distance is not only a natural computational problem that admits sample-efficient algorithms even in high-dimensional settings, but also one that reveals and underlies connections between three seemingly unrelated areas of study: testable learning, verification of learning algorithms, and testing of structured distributions (whose " \mathcalA_k -testing" model our framework extends). These connections yield new results for all of these models, including: 1. Testable proper learners using membership queries for halfspaces and decision trees. 2. A lower bound for testable PAC verification in terms of Rademacher complexity, and a distribution-free verification protocol for disjoint unions of k multidimensional rectangles. 3. Identity testers (with respect to total variation distance) for decision tree distributions and distributions with low-degree polynomial densities, over Boolean and continuous hypercube domains. Comments: 53 pages; appeared at STOC 2026 Subjects: Data Structures and Algorithms (cs.DS); Computational Complexity (cs.CC); Machine Learning (cs.LG) Cite as: arXiv:2607.15645 [cs.DS] (or arXiv:2607.15645v1 [cs.DS] for this version) https://doi.org/10.48550/arXiv.2607.15645 Focus to learn more arXiv-issued DOI via DataCite (pending registration) Submission history From: Renato Ferreira Pinto Jr. [view email] [v1] Fri, 17 Jul 2026 05:40:42 UTC (63 KB) Full-text links: Access Paper: View a PDF of the paper titled Testing Distributions Against Bounded Distinguishers, by Mark Bun and 2 other authorsView PDFHTML (experimental)TeX Source view license Current browse context: cs.DS prev | next new | recent | 2026-07 Change to browse by: cs cs.CC cs.LG References Citations NASA ADSGoogle Scholar Semantic Scholar export BibTeX citation Loading… BibTeX formatted citation loading… Data provided by: Bookmark checked="checked"class=“labs-tab-input”> Bibliographic Tools Bibliographic and Citation Tools Bibliographic Explorer Toggle Bibliographic Explorer (What is the Explorer?) Connected Papers Toggle Connected Papers (What is Connected Papers?) Litmaps Toggle Litmaps (What is Litmaps?) scite.ai Toggle scite Smart Citations (What are Smart Citations?) Code, Data, Media Code, Data and Media Associated with this Article alphaXiv Toggle alphaXiv (What is alphaXiv?) Links to Code Toggle CatalyzeX Code Finder for Papers (What is CatalyzeX?) DagsHub Toggle DagsHub (What is DagsHub?) GotitPub Toggle Gotit.pub (What is GotitPub?) Huggingface Toggle Hugging Face (What is Huggingface?) ScienceCast Toggle ScienceCast (What is ScienceCast?) Demos Demos Replicate Toggle Replicate (What is Replicate?) Spaces Toggle Hugging Face Spaces (What is Spaces?) Spaces Toggle TXYZ.AI (What is TXYZ.AI?) Related Papers Recommenders and Search Tools Link to Influence Flower Influence Flower (What are Influence Flowers?) Core recommender toggle CORE Recommender (What is CORE?) Author Venue Institution Topic About arXivLabs arXivLabs: experimental projects with community collaborators arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website. Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them. Have an idea for a project that will add value for arXiv’s community? Learn more about arXivLabs. Which authors of this paper are endorsers? | Disable MathJax (What is MathJax?) mathjaxToggle(); We gratefully acknowledge support from our major funders, member institutions, , and all contributors. About Help Contact Subscribe Copyright Privacy Accessibility Operational Status (opens in new tab) Major funding support from
[LG-37] ASK-NN: An Asymmetric Nearest-Neighbor Test that detects Distribution Drifts in Natural Language
链接: https://arxiv.org/abs/2607.15607
作者: Sergey Zakharov,Rodion Oblovatny,Alexey Zaytsev
类目: Machine Learning (cs.LG); Machine Learning (stat.ML)
*备注: 9 pages, 4 figures
Abstract:Hallucinations and artificial text in LLM-generated outputs often appear as distributional deviations between prompt and response hidden-state distributions. Since prompts or retrieved contexts typically serve as reference samples and responses as query samples, with major differences in length, these asymmetries motivate the use of change test statistics that treat the two samples differently. We consider an asymmetric two-sample test ASK-NN based on the directed k-nearest-neighbor graph. Our statistic counts reference points whose nearest neighbor in the pooled sample is also a reference point. Under the permutation null, it admits an exact finite-sample conditional mean and variance; we further establish asymptotic normality and consistency under fixed alternatives. ASK-NN is computationally effective and easy to implement. Empirically, it is competitive with kernel and graph-based baselines on synthetic benchmarks, artificial-text detection, and LLM hallucination detection from token-level hidden states.
[LG-38] Do Generative Models Keep Time? A Time-Aware Evaluation of Synthetic Sequential Tabular Data
链接: https://arxiv.org/abs/2607.15606
作者: Kiwan Kwon,Kangmin Kim,Hojin Lee,Yeseong Jung,Hyeongwoo Kong,Vamsi K. Potluru,Saerom Park,Yongjae Lee
类目: Machine Learning (cs.LG); Machine Learning (stat.ML)
*备注: 25 pages, 10 figures, 24 tables
Abstract:Synthetic sequential tabular data are increasingly used for privacy-preserving data sharing, yet a generator can reproduce every marginal and every foreign-key relationship while emitting timestamps that run backwards or repeat, and while sending entities along paths that no real entity followed. Conventional tabular evaluation, which pools records into static distributions, is blind to such failures. We present a taxonomy-guided evaluation protocol for temporal fidelity, in which the applicable measurements are determined by the data rather than fixed in advance. Each dataset is first characterized along four properties: how time is represented, whether observations are regularly sampled, whether trajectories are mutually dependent, and how the schema links entities to their histories. These properties determine which evaluation dimensions are meaningful. The protocol then measures timestamp validity, cross-sectional structure at aligned time points, within-entity dynamics, and time-varying relational structure, and recasts utility and privacy evaluation over trajectories rather than isolated rows. We apply the protocol to eight generative models across thirteen datasets spanning six domains. Rankings under conventional evaluation disagree substantially with those obtained under temporal evaluation, and the resulting failures are architecture-coherent rather than random. Temporal fidelity must therefore be measured on the time axis itself, rather than inferred from pooled record distributions.
[LG-39] Rethinking Transfer in Continual Learning: A Replay-Based Realisation
链接: https://arxiv.org/abs/2607.15587
作者: Yang Meng,Zhenya Liu,Zhuokai Zhao,Yuxin Chen
类目: Machine Learning (cs.LG)
*备注:
Abstract:Continual learning studies how deployed language models can continually acquire new tasks without expensive retraining from scratch. Existing methods, whether rehearsal-based (replaying stored past data) or rehearsal-free (regularising or isolating parameters), overwhelmingly target one objective: preventing catastrophic forgetting. Forward transfer, the past helping the future, has meanwhile been pursued almost exclusively through parameter reuse, with no explicit account of when transfer should be expected at all. We begin one step earlier: before designing a transfer mechanism, we ask when transfer should exist at all. We answer with a framework of three measurable conditions: the target task must leave room for improvement beyond its own limited supervision, transferable information must survive continued optimisation, and replay must come from compatible previous tasks. We instantiate this view as Transfer-Selective Replay (TSR), which selects replay data predicted to benefit the incoming task rather than replaying past examples indiscriminately. Selection is guided by a zero-training task signature, while distillation preserves stability on previous tasks. Under the standard continual learning protocol in the low-budget regime, TSR consistently improves forward transfer while maintaining stability, outperforming existing replay baselines across heterogeneous and homogeneous task streams. More broadly, the results argue for treating transfer as a first-class objective of continual learning, to be understood before it is engineered.
[LG-40] Publicly-Verifiable Certificates for Statistical Algorithms
链接: https://arxiv.org/abs/2607.15528
作者: Michael Ngo,Michael P. Kim
类目: Machine Learning (cs.LG); Cryptography and Security (cs.CR); Data Structures and Algorithms (cs.DS)
*备注:
Abstract:Following Goldwasser, Rothblum, Shafer, and Yehudayoff, who defined a framework for interactive proofs of learning [ITCS’21], we initiate the study of non-interactive proofs of learning. We define and study a new notion: Publicly-Verifiable Certificates of Statistical Validity (pvCSVs), which allow for public, distributionally-robust certification that the result of a learning algorithm is valid. In a pvCSV, a learner publishes a hypothesis h and corresponding certificate \pi ; then, any user, who holds a user-specific distribution, can read the pair (h,\pi) and determine efficiently whether the hypothesis is valid according to the user-specific distribution. We construct pvCSVs in the context of Adaptive Statistical Query (SQ) Algorithms. To certify SQ algorithms that makes k adaptive queries, we construct pvCSVs where the sample complexity scales with O(\log k) , whereas the sample complexity of the best learning algorithms scale with \tildeO(\sqrtk) . More generally, we study proof systems for learning in the SQ model, demonstrating the model’s strengths as well as its limitations. Subjects: Machine Learning (cs.LG); Cryptography and Security (cs.CR); Data Structures and Algorithms (cs.DS) Cite as: arXiv:2607.15528 [cs.LG] (or arXiv:2607.15528v1 [cs.LG] for this version) https://doi.org/10.48550/arXiv.2607.15528 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[LG-41] Diffusion models recover accurate mixture weights despite score function insensitivity
链接: https://arxiv.org/abs/2607.15485
作者: Andrew Dennehy,Ramchandran Muthukumar,Rebecca Willett,Nisha Chandramoorthy
类目: Machine Learning (cs.LG); Probability (math.PR); Machine Learning (stat.ML)
*备注: 37 pages, 7 figures
Abstract:Score-based generative models exhibit a puzzling behavior: they often appear to cover all modes of a target multimodal distribution and yet may fail to learn the correct relative mode amplitudes, which can be interpreted as mixture weights. We resolve this apparent paradox by relating the diffusion score matching (DSM) loss to the error in estimating mixture weights from generated samples. We show that, even when the target score is insensitive to mixture weights, generated samples can recover the weights accurately if the scores at intermediate noise levels are informative about the weights. Accordingly, we define the diffusion score sensitivity index (DSSI) as the variation in the DSM loss relative to changes in a parameter. We then show that the DSSI governs the accuracy with which the parameter of the target distribution can be estimated from generated samples. For Gaussian mixtures in arbitrary dimensions, we prove that the mixture weight estimation errors are on the same order as the DSM loss under mild conditions. Empirically, we show the emergence of sensitivity during the noising process of benchmark data distributions under typical noise schedules, and that these sensitivity values predict how well a well-trained model recovers mixture weights. Furthermore, we show that the choice of noise schedule can reduce diffusion sensitivity, leading to mode amplification. Although we focus on mixture weights, the proposed sensitivity framework governs the recovery of any qualitative parameter of the target distribution.
[LG-42] Inpainting Insights: Elevating Visual XAI with Photorealistic Perturbations ICPR2026
链接: https://arxiv.org/abs/2607.15482
作者: Josef Lindl,Mariana Chaves,Damien Garreau
类目: Machine Learning (cs.LG)
*备注: Preprint accepted at XAIE4 (ICPR 2026). 15 pages, 5 figures, 4 tables. Code available at: this https URL and this https URL
Abstract:The increasing complexity of state-of-the-art machine learning models has made their behavior progressively harder to interpret, spurring rapid advancements in the field of eXplainable Artificial Intelligence (XAI). Among many methods proposed, perturbation-based approaches play a major role. By systematically altering (perturbing) input features, these approaches measure the impact on the model’s predictions. For image data, traditional perturbation techniques, often involve replacing pixel values e.g., with a pre-defined color. However, such approaches, but also more refined deterministic techniques, generate unrealistic out-of-distribution samples and often leave visible artifacts, which can mislead the model and compromise explanation quality. In this work, we adjust LIME, a widely used perturbation-based method, to demonstrate how generative inpainting can improve perturbation-based explanations for images. We achieve photorealistic perturbed samples that align better with the original data distribution and enhance explanation quality.
[LG-43] Deep Learning Approaches for Sleep Apnea Classification from Polysomnographic EEG Signals
链接: https://arxiv.org/abs/2607.15477
作者: Shashank Manjunath,Mukesh Cheemakurthi,Aarti Sathyanarayana
类目: Machine Learning (cs.LG)
*备注: IEEE EMBC 2026
Abstract:Sleep apnea diagnosis via polysomnography remains resource intensive and relies on time consuming manual data analysis and scoring. Recent work has demonstrated that central nervous system effects of sleep apnea events can be detected through electroencephalogram (EEG) signals. However, most work uses a single feature type on various datasets combined with different classification algorithms. In this work, we present a comprehensive comparison of deep learning architectures and feature representations for automated sleep apnea detection from multichannel EEG on a single dataset of pediatric subjects. We evaluate Vision Transformers and Graph Attention Networks across distinct signal representations: raw temporal signals, short-time Fourier transform spectrograms, coherence based graphs, and two topological data analysis (TDA) derived features. Using age and sex matching of our train and test sets, we train on 2410 pediatric subjects and test on 575 pediatric subjects. We achieve a best test AUC of 0.750 using a vision transformer based model trained on TDA features. Stratified analysis across patient demographics (age, sex, AHI severity) and sleep stages (N1, N2, N3, REM) reveals significant performance variation. Our results demonstrate the feasibility of EEG based automated OSA screening while highlighting essential challenges for clinical deployment.
[LG-44] ADS-C: Antidistillation Sampling for Classification
链接: https://arxiv.org/abs/2607.15467
作者: Khawaja Abaid Ullah,Mohammad Javad Khojasteh
类目: Machine Learning (cs.LG); Cryptography and Security (cs.CR)
*备注: 20 pages, 28 figures
Abstract:Knowledge distillation enables an adversary to replicate a proprietary classifier by querying its prediction interface and training a surrogate on the returned probability vectors. Antidistillation sampling, proposed for large language models, counters this threat with an input-dependent, gradient-directed perturbation of the served distribution; its transfer to classification has not been studied. Adapting the defense to classification, we show its behavior is governed by the distribution of the teacher’s per-input confidence margins. Because well-trained classifiers are severely overconfident, the direct transfer exhibits an inert window: below a closed-form-predictable threshold, it affects neither attacker nor defender; beyond it, the defense undergoes a phase transition and degrades the teacher faster than the attacker’s student. Temperature softening rescales the transition in closed form, and every temperature configuration lies on the same unfavorable trade-off curve. Our method, ADS-C, composes the perturbation under a closed-form, per-input margin budget that provably preserves every served top-1 prediction, so the defended teacher’s accuracy equals the undefended teacher’s identically. Under this guarantee the distilled student still loses 17.4 percentage points on CIFAR-100, 29.6 on CIFAR-10, and 13.3 on Tiny-ImageNet; matching this degradation with the unmodified defense costs 27.5, 32.9, and 22.2 points of teacher accuracy. Because served labels are unchanged, a hard-label attacker gains nothing, while the defended soft output trains a student up to 29.7 points below that floor: the incentive to distill served probabilities is not merely removed but reversed. To our knowledge, ADS-C is the first antidistillation defense for classification whose utility cost is exactly zero.
[LG-45] Robust Peak-cost Constrained Reinforcement Learning
链接: https://arxiv.org/abs/2607.15457
作者: Shilpa Mukhopadhyay,Sourav Ganguly,Santosh Mohan Rajkumar,Honghao Wei,Debdipta Goswami,Arnob Ghosh
类目: Machine Learning (cs.LG)
*备注:
Abstract:We study robust peak-cost constrained reinforcement learning (RP-CRL), where the objective is to maximize expected reward while controlling the maximum cost encountered along a trajectory. This setting is motivated by safety-critical applications in which a single large violation can be catastrophic and therefore cannot be adequately captured by the standard CMDP framework based on expected cumulative cost. Existing reachability-constrained RL methods adopt Lagrangian-based approaches, yet the underlying duality properties of peak-cost constrained MDPs remain unclear. We show that, unlike standard CMDPs, peak-cost constrained MDPs may not admit zero duality gap. We further consider a robust formulation to address simulator-to-real-world mismatch in the transition dynamics. To solve this problem, we develop a surrogate optimization framework and a robust value estimation method based on integral probability metrics. We prove that, with appropriate hyperparameter choices, the surrogate solution attains the same robust reward value as the original problem while violating the constraint by at most epsilon. Experiments show that the proposed method effectively enforces safety under dynamics perturbations while retaining strong reward performance.
[LG-46] Relevant and Irrelevant: A Renormalization Group Analysis of Transformer Attention
链接: https://arxiv.org/abs/2607.15449
作者: Parviz Haggi-Mani,Irina Rish
类目: Machine Learning (cs.LG)
*备注:
Abstract:Using the language of Wilsonian renormalization group theory (RG), we treat the Transformer’s attention mechanism as a perturbation of the trained MLP residual-stack fixed point and ask whether it constitutes a relevant, marginal, or irrelevant operator. We derive a fixed-point shift formula and obtain four testable predictions for the fixed-point geometry, effective rank profile, layer specificity, and perturbation decay spectrum. Testing these on synthetic Markov chain sequences with controlled correlation length, we find: (1) For large chains(long correlation), attention is strongly relevant: it closes a residual loss gap the MLP cannot bridge and drives a phase transition in representation space, with effective rank jumping above input dimensionality at layer 1 and stabilizing at a high-dimensional plateau. (2) For short chains(short correlation), attention is irrelevant: the Transformer converges to the same loss and fixed-point geometry as the MLP, though it contracts perturbations faster. (3) The transition is dominated by the first-layer head (L0H0), which accounts for more than 4 times the representational shift of any subsequent head, consistent with the prediction that the relevant operator acts before the MLP begins integrating out positional variation. (4) Perturbation decay experiments reveal a regime reversal: in the long correlation regime the Transformer selectively preserves slow Markov modes (5.4 times the dynamic range in decay length vs. 1.3 times for the MLP); in the short correlation regime it suppresses all modes faster than the MLP, with no spectral selectivity. Together, these results show that the relevance of attention is not a property of the architecture but of the spectral structure of the data-generating process, and that a first-order RG perturbation framework provides a predictive account of that difference.
[LG-47] LLM 4EHR: Aligning Clinical Time Series with Medical Event Sequences via Large Language Models
链接: https://arxiv.org/abs/2607.15447
作者: Jingteng Li,Alexander Capstick,Louise Rigny,Iona Biggart,Neil J Sebire,Payam Barnaghi
类目: Machine Learning (cs.LG)
*备注:
Abstract:Recent research in clinical machine learning, focusing on outcome predictions in intensive care unit (ICU), has shifted from bespoke supervised models to foundation models, utilising modern representation learning methods. Here, foundation models are pre-trained on mixtures of complex clinical data modalities, useful for various downstream tasks. Existing works often utilise Electronic Health Records (EHR) to provide rich and diverse patient observations to train clinical foundation models. However, existing methods do not sufficiently explore the shared temporal structures between clinical events and time series (TS) observations recorded in EHRs. This limitation potentially leads to less robust and adaptive clinical foundation models, resulting in reduced performance on downstream tasks. To fully exploit this temporal structure, we propose LLM4EHR, a new clinical foundation model trained on ICU EHR data. Combining domain adapted large language models with a transformer TS encoder, we pre-trained LLM4EHR by temporally aligning the EHR events and TS. For this, we propose a regularised contrastive objective to learn robust EHR TS representations conditioned on EHR event embeddings produced by the domain adapted LLM. Supported by an ablation study, we find that learnt EHR TS embeddings from LLM4EHR improve performance on various downstream clinical tasks with competitive performance. Further, we empirically demonstrate that LLM4EHR learns transferable clinical TS embeddings that can be deployed to new cohorts via k-shot adaptation. These findings provide a step towards building more generalisable and performant clinical foundation models.
[LG-48] Who Became Financially Vulnerable After COVID-19? A Population-Level Machine Learning Analysis Using MEPS Data
链接: https://arxiv.org/abs/2607.15446
作者: Alexey Kresin,Zien Cheng,Ammar Ahad,Ebiyomare Kelvin,Manish Sivaratri,Prabhjeet Singh,Omar Aljawfi,Olabisi Ojo,Nawar Shara
类目: Machine Learning (cs.LG)
*备注: 14 pages, 3 figures
Abstract:The cost of healthcare remains a concern in the United States and may have been influenced by disruptions associated with the COVID-19 pandemic. This study examines healthcare financial vulnerability before and after the pandemic using Medical Expenditure Panel Survey (MEPS) data from 2019 and 2021. High financial burden was defined as out-of-pocket healthcare expenditures exceeding 10% of family income. Survey-weighted subgroup analyses were performed to obtain nationally representative estimates across demographic and socioeconomic groups. Descriptive analyses were complemented by interpretable logistic regression and machine learning models. Logistic regression was used to estimate adjusted odds ratios, while random forest and gradient boosting models were used to evaluate predictive performance. Temporal generalization assessed whether models trained on pre-pandemic data remained predictive when applied to post-pandemic observations. Financial vulnerability was strongly associated with poverty status, insurance coverage, and prescription drug spending. Subgroup analyses indicated persistent disparities across population groups, with some evidence of increased burden among vulnerable populations in 2021. Despite these differences, models trained on pre-pandemic data exhibited only modest reductions in predictive performance when evaluated on post-pandemic data, suggesting that the principal predictors of healthcare financial vulnerability remained relatively stable over time. These findings provide a population-level assessment of healthcare financial vulnerability during the COVID-19 period and demonstrate the value of combining interpretable statistical modeling with machine learning for population health research. The results may support future population health surveillance, risk stratification, and healthcare policy research aimed at reducing financial barriers to care. Comments: 14 pages, 3 figures Subjects: Machine Learning (cs.LG) Cite as: arXiv:2607.15446 [cs.LG] (or arXiv:2607.15446v1 [cs.LG] for this version) https://doi.org/10.48550/arXiv.2607.15446 Focus to learn more arXiv-issued DOI via DataCite (pending registration) Submission history From: Alexey Kresin [view email] [v1] Thu, 16 Jul 2026 20:38:26 UTC (1,486 KB)
[LG-49] Stochastic Reset Pathfinding: Path-Level Regret for Cascading Bandits over Graph Paths
链接: https://arxiv.org/abs/2607.15440
作者: Guni Sharon,Wei Zhang
类目: Machine Learning (cs.LG)
*备注:
Abstract:We introduce Stochastic Reset Pathfinding (SRP), an episodic learning problem on a known directed graph with unknown stationary edge success probabilities. In each episode, the agent commits to a source-to-goal path, and any edge failure during execution resets it to the source. SRP captures settings such as entanglement distribution in quantum repeater networks, payment routing on the Lightning Network, and delivery in unreliable mesh networks. We show that the global-reset structure makes the optimal policy open-loop, placing SRP within the combinatorial cascading bandit (CCB) framework. We propose a Log-Dijkstra meta-algorithm with UCB (PathUCB) and Thompson Sampling (PathTS) instantiations. Our main technical result is a path-level regret bound for PathUCB that decomposes regret over suboptimal paths via a per-path complexity C(pi) combining each edge’s prefix and suffix reliability. The bound is complementary to the edge-level CCB bound and more informative on structured graphs with polynomially many source-to-goal paths. Experiments on quantum-network, layered-DAG, grid-world, and Erdos-Renyi domains support the theory and show that PathTS typically achieves the best empirical performance among the algorithms tested. We then exhibit an adversarial instance on which PathTS fails to converge, consistent with a known exponential obstruction for combinatorial Thompson Sampling on multiplicative-reward problems. We recommend PathTS as the practical default while cautioning that adversarial instances exist.
[LG-50] From hyperplanes to hyperellipsoids: characterizing the inherent interpretability of linear and single-qubit mixed-state binary classification models
链接: https://arxiv.org/abs/2607.15433
作者: Kaitlin Gili
类目: Machine Learning (cs.LG); Quantum Physics (quant-ph)
*备注:
Abstract:We characterize and compare the inherent interpretability offerings of a standard linear model with a single qubit mixed state model for the task of supervised binary classification. A side by side comparison reveals that a single qubit mixed state model for binary classification is just the ``ellipsoid version" of standard linear model classification. More precisely, rather than learning a hyperplane to classify data, we learn a hyperellipsoid. We discuss the consequences of the geometric inductive biases of both models, as well as how each model contains a different feature importance inductive bias. This short characterization offers an accessible route to quantum machine learning (ML) ideas for readers who have zero background in quantum and are only familiar with linear classification in ML. In support of ML pedagogy, we encourage instructors to utilize this piece to smoothly introduce quantum ML ideas into the undergraduate ML classroom.
[LG-51] Regularity-Aware Stochastic MGDA with Adaptive Conflict-Avoidant Update Direction Control
链接: https://arxiv.org/abs/2607.15412
作者: Chentong Huang,Lisha Chen
类目: Machine Learning (cs.LG); Optimization and Control (math.OC)
*备注:
Abstract:Multi-objective learning (MOL) aims to optimize multiple objectives simultaneously. The multi-gradient descent algorithm (MGDA) is a workhorse that iteratively updates along a common descent or conflict-avoidant (CA) direction across objectives. In stochastic settings, however, the vanilla stochastic MGDA method, SMG, lacks a fast convergence rate because mini-batch sampling introduces noise in the gradients. This causes bias in the update direction, which is controlled by the CA direction continuity. In this paper, we show that the CA direction is 1/2 -Holder continuous with respect to the Jacobian matrix, and the exponent 1/2 cannot be improved in the worst case. This leads to a suboptimal convergence rate for vanilla stochastic MGDA in prior works. Nevertheless, under additional regularity conditions, we show this can be improved to Lipschitz continuity. Based on this insight, we propose a stochastic multi-objective regularity-aware (MoRe) method that exploits the Lipschitz continuity of the CA direction when the subproblem is regular, and switches to a fixed scalarization weight otherwise. Intuitively, the proposed algorithm employs CA direction update when the gradient conflict is large, and linear scalarization update otherwise. Theoretically, our method improves the convergence rate of SMG in the nonconvex setting from \widetilde\mathcal O(T^-1/4) to \widetilde\mathcal O(T^-1/2) , where \widetilde\mathcal O(\cdot) hides logarithmic factors. Meanwhile, we also establish the per-iterate conflict-avoidance guarantees. Empirically, experiments demonstrate its effectiveness in multi-task performance and verify convergence behavior consistent with the established theoretical rate.
[LG-52] Closed-Loop Bayesian Bandit Encoder with GRAND Receiver for a Bursty Interference Channel
链接: https://arxiv.org/abs/2607.15404
作者: Bhaskar Krishnamachari
类目: Information Theory (cs.IT); Machine Learning (cs.LG); Signal Processing (eess.SP)
*备注: 11 pages, 6 figures. Simulation code available at this https URL
Abstract:Interleaving mitigates burst errors but introduces decoding delay and removes temporal error structure that a channel-aware decoder could exploit. We consider packet-level selection between a random linear code and the same code used with cross-codeword interleaving, over a channel with an unknown number of on/off interferers. The receiver uses Guessing Random Additive Noise Decoding (GRAND) with a replaceable noise model and feeds aggregate channel statistics back to a Bayesian estimator at the transmitter. Once the interference amplitudes and timing parameters are estimated, the receiver’s noise model is replaced: it computes hidden-Markov-model posterior bit-flip probabilities and uses them to order GRAND queries. A discounted Thompson sampler selects between the two transmission modes using a goodput-minus-latency reward whose distribution is endogenously nonstationary: receiver adaptation, rather than channel change, alters the value of each mode. Across five simulation seeds, the interleaved mode is preferred before channel estimation converges. After the learned decoder is activated, the non-interleaved mode becomes preferable because it achieves lower block error rate without interleaving delay. In the reference configuration, the learned noise model reduces block error rate by approximately one order of magnitude relative to ORBGRAND. Using partial channel estimates before full convergence reduces pre-convergence block error rate by up to 4.5\times . Adding model-predicted utilities as confidence-weighted pseudo-observations reduces post-transition selection of the inferior arm by approximately 65% . Under an idealized airtime conversion at a 100~MHz 5G~NR-like symbol rate, the learning transient corresponds to a few milliseconds of occupied symbol time.
[LG-53] A Transportable Threshold-Based Framework for Interpretable Classification of Medical Data
链接: https://arxiv.org/abs/2607.15394
作者: Antony Garcia,Adrian Noriega,Gabrielle Britton,Xinming Huang
类目: Machine Learning (cs.LG)
*备注:
Abstract:Black-box models limit the adoption of artificial intelligence in medicine due to their lack of interpretability and reproducibility. We introduce a statistically grounded framework that provides fully interpretable, rule-based clinical classification using the Bernoulli Naïve Bayes (BNB) model. The method applies supervised \chi^2 -guided statistical binarization to continuous variables, identifying thresholds that maximize association with clinical outcomes within the training data. This transformation allows BNB to operate effectively on continuous medical data without sacrificing its inherent transparency. The approach was evaluated on three benchmark datasets, Pima Indians Diabetes, Wisconsin Breast Cancer, and Heart Failure Prediction, achieving area-under-the-curve (AUC) scores of 0.800 for the Pima analysis, 0.984 for Wisconsin Breast Cancer, and 0.919 for Heart Failure Prediction. In addition to discrimination, probabilistic reliability was assessed using leakage-safe cross-validated calibration analysis including Brier score, calibration intercept/slope, and post-hoc beta calibration, which improved probability calibration across datasets. These results suggest that a statistically interpretable framework can achieve performance comparable to more complex models while providing explicit, clinically meaningful decision rules and calibrated risk estimates. To illustrate this transparency concretely, a complete worked example demonstrates that model inference can be reproduced using only a reference table and basic arithmetic, without access to software or proprietary tools. This work offers a practical approach to supporting trustworthy and generalizable AI in real-world healthcare settings.
[LG-54] Improving Network Anomaly Detection via Choquet-Integral-Based Feature Aggregation
链接: https://arxiv.org/abs/2607.15389
作者: Abreu Quevedo,Roger Immich,Giancarlo Lucca,Graçaliz Dimuro,Bruno L. Dalmazo
类目: Cryptography and Security (cs.CR); Machine Learning (cs.LG)
*备注: This manuscript has been accepted for presentation at the IEEE International Symposium on Computers and Communications (ISCC 2026)
Abstract:This work investigates a generalized Choquet-integral-based feature aggregation framework to improve anomaly detection in high-dimensional network traffic data. The approach combines adaptive weighting with incremental feature selection to address feature redundancy. Using Random Forest and XGBoost classifiers, we evaluate models trained with both raw and Choquet-aggregated features under varying feature subset sizes. The proposed aggregation achieves up to 7% higher accuracy while reducing data volume by 77.5% (from 214 ~MB to 48 ~MB), without degrading precision and recall. Results averaged over multiple stratified repetitions indicate that Choquet-based aggregation yields statistically significant gains ( p 0.05 ) in scenarios with limited feature availability, highlighting its suitability for real-time intrusion detection under bandwidth and feature-availability constraints.
[LG-55] On the Impact of Entropy-based Features
链接: https://arxiv.org/abs/2607.15379
作者: Iuri Mundstock,Abreu Quevedo,Jéferson Campos Nobre,Roben C. Lunardi,Thiago L. T. da Silveira,Bruno L. Dalmazo
类目: Cryptography and Security (cs.CR); Machine Learning (cs.LG)
*备注: This manuscript has been accepted for presentation at the IEEE International Symposium on Computers and Communications (ISCC 2026)
Abstract:Network anomaly detection is increasingly challenging due to the growing diversity and variability of traffic patterns, which are not always well captured by traditional statistical features. In this work, we explore the use of entropy as an additional feature to support supervised network traffic classification. The main idea is to use entropy to represent variability in selected traffic attributes, complementing conventional descriptors rather than replacing them. We integrate the entropy-based feature into a standard machine learning pipeline and evaluate its impact through a direct comparison between models trained with and without this feature. Experiments conducted on a public intrusion detection dataset show consistent improvements in classification performance, while the additional computational cost remains low. The analysis of confusion matrices indicates a reduction in misclassifications, especially in traffic scenarios with higher variability. Overall, the results suggest that entropy-based features offer a simple and practical way to enhance existing anomaly detection pipelines. This approach is particularly attractive in settings where lightweight feature engineering and interpretability are important, making entropy a useful complement to commonly used traffic features.
[LG-56] Position: Quantum Program Generation Must Prioritize Validity Over Probabilistic Scaling ICML2026
链接: https://arxiv.org/abs/2607.15313
作者: Junhao Song,Yu Zhou,William Knottenbelt,Yudong Cao
类目: Machine Learning (cs.LG)
*备注: Accepted to ICML 2026: this https URL
Abstract:The scaling hypothesis assumes that increasing model parameters yields emergent reasoning capabilities. This position paper argues that applying this probabilistic paradigm to generic quantum circuit synthesis is a directional error. Unlike natural languages, quantum circuits require strict adherence to mathematical constraints that manifest a significant syntax-semantics gap. Training on unverified quantum programs means that models learn syntax but fail to capture the physical semantics of the Hilbert space. Since the valid subset of circuit designs decays exponentially with the number of qubits, post-hoc filtering is mathematically intractable. We propose a pivot from human-centric copilots to verifier-centric agents. We integrate hierarchical constraints, topological masks, and symbolic proxies directly into generation. Our analysis suggests that scale alone cannot bridge the validity gap. Verification-aware architectures offer a viable path for modular quantum program generation. These considerations point toward generation methods that encode task-specific rules of quantum information, rather than relying on imitation alone.
[LG-57] A Physics-Informed Neural Network with a Modified Lorentzian Activation for Nonlocal Gradient-Flow Equations in Dynamic Density Functional Theory
链接: https://arxiv.org/abs/2607.15291
作者: Dimitrios Gourzoulidis,Soumaya Elkantassi,Serafim Kalliadasis
类目: Numerical Analysis (math.NA); Machine Learning (cs.LG)
*备注:
Abstract:We develop a physics-informed neural network (PINN) framework for nonlocal partial differential equations arising in dynamic density functional theory (DDFT). Such equations are challenging for standard PINN methods because they involve nonlinearities, nonlocal interaction terms, and an underlying gradient-flow structure, often leading to slow convergence and difficult optimization. We adapt the PINN methodology to DDFT gradient-flow equations and introduce two computational components: a modified Lorentzian activation function that behaves approximately linearly for small inputs and decays toward zero as the input magnitude increases, and a precomputed discrete operator for evaluating the nonlocal convolution term efficiently during training. The method is tested on four examples in one and two space dimensions. In the first example, the exact stationary solution is known, while in the remaining cases the neural-network approximations are validated against reference solutions computed using continuous and discontinuous Galerkin finite element discretizations. Accuracy and physical consistency are assessed through L^1 , L^2 , and L^\infty errors, together with mass conservation and free-energy dissipation. The results show that the proposed activation function accelerates convergence relative to the standard \tanh function, while the overall framework maintains good agreement with the reference solutions and captures the expected gradient-flow behaviour. These findings demonstrate the potential of the proposed PINN framework for solving nonlocal gradient-flow equations arising in DDFT.
[LG-58] Energy-Efficient Information Representation in MNIST Classification Using Biologically Inspired Learning
链接: https://arxiv.org/abs/2603.00588
作者: Patrick Stricker,Florian Röhrbein,Andreas Knoblauch
类目: Machine Learning (cs.LG); Neural and Evolutionary Computing (cs.NE)
*备注: 14 pages, accepted for publication in proceedings of the 10th BWHPC Symposium
Abstract:Efficient representation learning is essential for optimal information storage and classification. However, it is frequently overlooked in artificial neural networks (ANNs). This neglect results in networks that can become overparameterized by factors of up to 13, increasing redundancy and energy consumption. As the demand for large language models (LLMs) and their scale increase, these issues are further highlighted, raising significant ethical and environmental concerns. We analyze our previously developed biologically inspired learning rule using information-theoretic concepts, evaluating its efficiency on the MNIST classification task. The proposed rule, which emulates the brain’s structural plasticity, naturally prevents overparameterization by optimizing synaptic usage and retaining only the essential number of synapses. Furthermore, it outperforms backpropagation (BP) in terms of efficiency and storage capacity. It also eliminates the need for pre-optimization of network architecture, enhances adaptability, and reflects the brain’s ability to reserve ‘space’ for new memories. This approach advances scalable and energy-efficient AI and provides a promising framework for developing brain-inspired models that optimize resource allocation and adaptability.
[LG-59] Cluster-Aware Matching via Laplacian Optimal Transport
链接: https://arxiv.org/abs/2607.16178
作者: Gabriel Samberg,YoonHaeng Hur,Yuehaw Khoo,Nir Sharon
类目: Machine Learning (stat.ML); Machine Learning (cs.LG); Numerical Analysis (math.NA); Methodology (stat.ME)
*备注:
Abstract:In many applications of matching, the point clouds to be matched are not merely unstructured sets of points but rather samples from distributions with an intrinsic cluster structure. In such cases, as individual points are often interchangeable within a coherent region, finding a robust region-to-region alignment is more desirable than establishing a precise point-to-point correspondence. To this end, we propose a novel approach for cluster-aware matching based on Laplacian Optimal Transport (LapOT). The key idea is to regularize the optimal transport problem with quadratic Laplacian terms constructed from similarity graphs of the point clouds, which encourages the optimal coupling to respect the cluster structure of both point sets. We also introduce Refined Simultaneous Clustering (RSC), a method that leverages the cluster-aware coupling obtained from LapOT to produce consistent partitions across the point sets, which can overcome the limitations of independent clustering and yield more stable and interpretable results. We demonstrate the effectiveness of our approach through theoretical analysis and empirical experiments, showing that LapOT indeed produces cluster-aware matching that leads to more consistent and meaningful alignments between point clouds.
[LG-60] Learning Standard Model structure from LHC data with Riemannian flow matching
链接: https://arxiv.org/abs/2607.16144
作者: Midori Kato,Kevin A. Urquía-Calderón,Inar Timiryasov,Oleg Ruchayskiy
类目: High Energy Physics - Phenomenology (hep-ph); Machine Learning (cs.LG); High Energy Physics - Experiment (hep-ex)
*备注: 35 pages, 25 figures
Abstract:In this work we demonstrate that a single transformer-based generative model can capture Standard Model structure spanning five decades of invariant mass, from the sub-GeV regime to the TeV continuum, a range that no single Monte Carlo sample covers. To achieve this we design \textscShellFlow, a Riemannian conditional flow matching model that, given the recorded event composition, generates each particle on its on-shell manifold. Its only physics priors are the on-shell condition and the invariant-mass formula. The model is trained on \sim 10^9 real pp collision events from the ATLAS Open Data 13~TeV release and told nothing else. From a single training run, the model learns to reproduce all of the following: intra-particle kinematics, the dilepton resonances ( J/\psi , \Upsilon , Z ) at their PDG positions, the leptonic Weinberg angle, the W and top-quark masses, and inter-particle correlations that enter no training objective. A substantial fraction of the Standard Model is thus learnable directly from recorded collision data.
[LG-61] Deep and Probabilistic Models for Gene Regulatory Network Inference
链接: https://arxiv.org/abs/2607.16053
作者: Claudia Skok Gibbs
类目: Machine Learning (stat.ML); Machine Learning (cs.LG); Applications (stat.AP); Methodology (stat.ME)
*备注: PhD thesis
Abstract:Gene regulatory networks (GRNs) link transcription factor (TF) proteins to their target genes, yet reconstructing these networks from genome-wide data remains challenging under practical and methodological constraints. Many methods couple modeling assumptions to a specific inference procedure and rely on heuristic model selection, while evaluation is constrained by incomplete reference networks and point-estimate outputs that lack uncertainty. GRN reconstruction also depends on prior knowledge to constrain TF-gene interactions, yet available priors are often assay-dependent and difficult to transfer across species and less-characterized systems. In this thesis, we develop two complementary frameworks that address these limitations. In the first, PMF-GRN casts GRN inference as a probabilistic graphical model optimized by variational inference, enabling principled model selection and uncertainty-aware edge estimates. In the second, GLM-Prior addresses the prior bottleneck by fine-tuning the pretrained Nucleotide Transformer to predict TF-target gene interactions directly from nucleotide sequence, while generalizing across yeast, mouse, and human settings. Together, PMF-GRN and GLM-Prior motivate a dual-stage view of GRN reconstruction in which sequence-derived priors provide a transferable starting scaffold and probabilistic inference refines regulatory estimates with quantified uncertainty under incomplete evaluation resources.
[LG-62] Which Hyperparameters Matter? A Game-Theoretic Framework for Interpretable Hyperparameter Sensitivity Analysis
链接: https://arxiv.org/abs/2607.15884
作者: Nyi Nyi Aung,Heepeom Shin,Abigail Lawlor,Adrian Stein
类目: Machine Learning (stat.ML); Machine Learning (cs.LG); Computation (stat.CO)
*备注:
Abstract:This work presents a game-theoretic framework for interpretable hyperparameter-objective interaction analysis rather than proposing a new optimization algorithm. In the proposed framework, Shapley Effects are employed for global sensitivity analysis, while Pareto front sets are utilized to identify effective hyperparameter configurations and support early-stage model evaluation. The resulting analysis reveals which players (hyperparameters) are most influential with respect to different objectives in a given game (application). Consequently, the proposed framework provides interpretable insights into objective-aware hyperparameter interactions, enabling practitioners to guide subsequent optimization, reduce the search space, and perform early-stage model evaluation. The effectiveness of the proposed framework is demonstrated using three distinct neural network architectures across different problem domains under multi-objective settings.
[LG-63] Aggregation of Statistical Evidence under Exchangeability
链接: https://arxiv.org/abs/2607.15823
作者: Antonin Schrab,Rajen Shah,Arthur Gretton,Ilmun Kim
类目: Methodology (stat.ME); Machine Learning (cs.LG); Statistics Theory (math.ST); Machine Learning (stat.ML)
*备注: 97 pages, 9 figures, 7 algorithms
Abstract:We study aggregation of statistical evidence under unknown and potentially complex dependence using group-invariance. Building on permutation-based constructions that treat transformed datasets as exchangeable units, we aggregate evidence across statistics for each transformed dataset and calibrate the resulting aggregates across transformations. We develop a finite-sample power and adaptivity theory for this framework, together with extensions to sequential and data-dependent aggregation that preserve validity. For single-batch aggregation, which uses one collection of transformed datasets for both standardization and calibration, we show that the critical values uniformly improve on deterministic calibrations valid under arbitrary dependence, including Bonferroni correction, while adapting to the unknown dependence structure. We also introduce a sequential alpha-spending version that permits early rejection when evidence is strong, and a two-batch extension that separates standardization from calibration to accommodate learned aggregation rules and reduce computation. Applications to adaptive nonparametric testing and conformal prediction illustrate how these results sharpen existing aggregation methods.
[LG-64] Retraining Seeks Stable Signals
链接: https://arxiv.org/abs/2607.15623
作者: Moritz Hardt
类目: Machine Learning (stat.ML); Machine Learning (cs.LG)
*备注: Companion article to an invited contribution to the Proceedings of the International Congress of Mathematicians (ICM), 2026
Abstract:Predictive models deployed at scale influence future data, a phenomenon called performativity. And there is always one way to cope: Train the model on new data, deploy it again, and repeat. This process, called retraining or repeated risk minimization, creates a feedback loop between model and data that real-world learning systems can’t avoid. Results on performative prediction shed light on this dynamic: If the model’s influence on the data is small, retraining reaches a fixed point. What remains open is why fixed points should naturally exist, and what governs retraining when the model’s influence is strong. In this work we develop a new perspective on retraining – the stable signal principle – that addresses these questions. We start from the assumption that the prediction target has at least some small model-independent component, a stable signal, such as the intrinsic quality of an item. We prove that when a nonzero stable signal exists, repeated risk minimization, suitably regularized, converges geometrically to the direction of this stable signal. This is true even if the model’s influence on the target is arbitrarily large relative to the stable signal. Regularization emerges naturally as a force to control performativity, rather than to promote generalization, revealing a new facet of an old concept. We extend the analysis to a broad family of affine retraining operators under arbitrary model-induced feature changes, heterogeneous time-varying effects, and nonlinear responses. The stable signal perspective also applies to data feedback loops in language modeling, providing new explanations for the stability of language model training from model-generated data. Comments: Companion article to an invited contribution to the Proceedings of the International Congress of Mathematicians (ICM), 2026 Subjects: Machine Learning (stat.ML); Machine Learning (cs.LG) Cite as: arXiv:2607.15623 [stat.ML] (or arXiv:2607.15623v1 [stat.ML] for this version) https://doi.org/10.48550/arXiv.2607.15623 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[LG-65] Fast and Scalable Caputo Fractional Gradient Descent via Perturbation-Preserving Memory Compression
链接: https://arxiv.org/abs/2607.15505
作者: Hwanseo Lee,Junseo Lee,Hyunju Kim
类目: Optimization and Control (math.OC); Machine Learning (cs.LG); Neural and Evolutionary Computing (cs.NE); Numerical Analysis (math.NA)
*备注:
Abstract:Fractional gradient descent (FGD) incorporates long-range memory through Caputo-type operators and has been shown to improve stability in ill-conditioned and nonconvex optimization problems. Despite these advantages, its practical use remains limited, mainly due to the high computational cost of evaluating history-dependent convolutions, which scales quadratically with the number of iterations. In this paper, we focus on making Caputo-based optimization computationally viable without sacrificing its intrinsic memory structure. We begin by expressing the fractional descent direction as a discrete convolution over past gradients, which provides a unified view of the method. Based on this formulation, we introduce two complementary mechanisms to reduce the cost of the memory term. The first uses a sum-of-exponentials (SOE) approximation of the power-law kernel, leading to efficient recursive updates. The second approach, newly proposed in this paper as dyadic hierarchical discrete convolution (DHDC), compresses the gradient history through a multiscale aggregation strategy. Rather than treating these approximations as purely numerical accelerations, we interpret them as perturbations of the ideal Caputo operator. This viewpoint allows us to analyze how the compressed memory affects the optimization dynamics. Under standard \mu -strong convexity and L -smoothness assumptions, we show that the resulting method still exhibits monotone descent and linear convergence, provided that the approximation error remains controlled.
[LG-66] Ptolemys Equant Equates to a Universal Dynamical Clock via Machine Learning
链接: https://arxiv.org/abs/2607.15472
作者: Jingdong Zhang,Luan Yang,Murilo S. Baptista,Zefeng Zhang,Qunxi Zhu,Wei Lin,Celso Grebogi
类目: Dynamical Systems (math.DS); Machine Learning (cs.LG); Biological Physics (physics.bio-ph)
*备注: 56 pages, 12 figures, 3 tables
Abstract:Oscillatory dynamics arise ubiquitously in nonlinear systems, yet identifying a physically interpretable phase and phase dynamics in nonlinear, high-dimensional oscillations remains a central unresolved problem. Here we establish the principle of a universal dynamical clock, a physical perspective in which oscillations of arbitrary dimensionality and geometry are equivalently represented as uniform rotation through an equant-induced nonlinear viewing coordinate, inspired by Ptolemy’s equant and formalised through an areal-uniformity principle reminiscent of Kepler’s second law. Using a machine-learning framework, we demonstrate the existence of such an equant for a broad class of oscillatory dynamics and construct the associated dynamical clock and phase dynamics under additive forces, including noise, periodic perturbations, and coupling. Its value in uncovering new physical rules and phenomena is demonstrated by four findings: (i) collective oscillations in Escherichia coli populations obey a previously unexplained superlinear scaling law, resolving a long-standing open problem posed in 2004; (ii) the response mechanisms of engineered genetic circuits to changes in gene expression and environmental conditions; (iii) a classical-mechanics counterpart of the Berry geometric phase emerges naturally from the phase of the dynamical clock; and (iv) optimal equant non-uniformity provides a geometric early-warning signal for critical transitions and enables prediction of critical parameters. By providing operational and system-agnostic phase dynamics that can be constructed directly from data, the dynamical clock enables principled classification, comparison, and control of oscillatory systems, and offers a new route to understanding how specific dynamical regimes support distinct functional behaviours in networked systems.
[LG-67] Prediction-Only Distillation in Linear and Logistic Regression
链接: https://arxiv.org/abs/2607.15450
作者: Hien Dang,Pratik Patil,Alessandro Rinaldo
类目: atistics Theory (math.ST); Machine Learning (cs.LG); Machine Learning (stat.ML)
*备注: 73 pages, 21 figures, 12 tables
Abstract:Self-distillation (SD) is typically studied when the student is retrained on the teacher’s original training inputs. In many practical deployments, however, the labeled training data are no longer available, and one has access only to the trained predictor and fresh unlabeled covariates. We study SD in this prediction-only regime through a fresh-X prediction-mixed scheme: a pure-distilled student is trained on fresh covariates pseudo-labeled by the teacher, and the final predictor is an affine combination of the teacher and student predictions. For ridge regression under proportional asymptotics, we derive deterministic equivalents for the optimally mixed prediction risk under general anisotropic covariance and deterministic signal. We show that this risk is strictly smaller than the teacher risk for almost every pair of teacher and student regularization levels, including when the fresh covariates are out-of-distribution and even when their covariance is isotropic. We further show that the optimal mixing weight cannot be identified from unlabeled data alone, but can be consistently estimated in a single post-training step using a small independent labeled calibration set, without additional model fitting. Finally, for binary logistic regression, we show that prediction mixing can outperform both the teacher and the pure-distilled classifier.
[LG-68] Proactive Inpatient Bed Requests for Emergency Department Admissions
链接: https://arxiv.org/abs/2607.15432
作者: QIan Cheng,Nilay Tanik Argon,Aniruddhan Ganesaraman,Serhan Ziya
类目: Applications (stat.AP); Machine Learning (cs.LG); Optimization and Control (math.OC); Machine Learning (stat.ML); Other Statistics (stat.OT)
*备注: 51 pages, 8 figures
Abstract:Emergency department (ED) boarding occurs when admitted patients remain in the ED while awaiting inpatient beds. Boarding is a major driver of ED crowding and has been associated with poor patient outcomes. We propose a framework to help EDs reduce boarding time and length of stay by using information about current patients and bed availability to proactively request inpatient beds before admission decisions are finalized. We formulate the problem as a Markov decision process in which predictions of each patient’s admission probability and time to disposition are aggregated to guide early inpatient bed requests. This formulation leads to three data-driven policies based on approximate dynamic programming, reinforcement learning, and a newsvendor-type approach. Using a simulation model based on data from a large ED, we evaluate these policies across a wide range of settings. The simulation study shows that proactive aggregate bed requests can reduce average boarding times for admitted patients by 30-70% and average length of stay for all ED patients by 6-15%, while creating only modest idle time for prepared inpatient beds. The newsvendor heuristic provides the most attractive tradeoff between ED performance and inpatient bed idle time, whereas the reinforcement learning heuristic produces smoother bed-request patterns when stability in downstream hospital processes is especially important. Our work shows how EDs can use prediction tools to make proactive bed-request decisions that improve ED operations while helping managers balance reductions in ED delays against inpatient bed idle time. Our findings also illustrate the value of evaluating both simple myopic heuristics and more sophisticated reinforcement learning-based approaches, since each can offer distinct advantages depending on the performance measures and implementation constraints most important to managers. Comments: 51 pages, 8 figures Subjects: Applications (stat.AP); Machine Learning (cs.LG); Optimization and Control (math.OC); Machine Learning (stat.ML); Other Statistics (stat.OT) Cite as: arXiv:2607.15432 [stat.AP] (or arXiv:2607.15432v1 [stat.AP] for this version) https://doi.org/10.48550/arXiv.2607.15432 Focus to learn more arXiv-issued DOI via DataCite (pending registration)
[LG-69] DyneTrion: A Spatio-temporally Coherent Generative Emulator for Protein Dynamics Across Timescales
链接: https://arxiv.org/abs/2607.15309
作者: Kaihui Cheng,Zhiqiang Cai,Peng Tu,Yisong Yao,Limei Han,Libo Wu,Siyu Zhu,Tzuhsiung Yang,Yuan Qi
类目: Quantitative Methods (q-bio.QM); Machine Learning (cs.LG)
*备注:
Abstract:Proteins function through coordinated motion across multiple spatial and temporal scales, underpinning processes such as ligand binding, allostery, and catalysis. However, accessing long-timescale conformational change through molecular dynamics (MD) simulations remains prohibitively expensive for systematic exploration across diverse systems. Here, we present DyneTrion, a generative protein dynamics emulator that jointly enforces geometric symmetry, structural consistency and temporal coherence within a single framework. DyneTrion uses a tri-attention architecture that integrates invariant point attention (IPA) for SE(3)-robust geometric updates, spatial attention anchored to a reference conformation to preserve structural integrity, and temporal attention to model correlated evolution across time frames. Across 100-ns MD trajectory simulation benchmarks, DyneTrion reproduces MD-derived flexibility, ensemble distributions and interaction observables while maintaining stereochemical validity during extrapolation. To evaluate long time-scale generalization, we introduce dynamicPDB, a dataset of over 10,000 proteins with up to 1- \mu s all-atom trajectories at 10-ps resolution and accompanying physical annotations. On microsecond trajectories, DyneTrion preserves free-energy landscapes and metastable-state populations, and it supports large conformational propagation in apo-to-holo transitions and fast folders. Together, DyneTrion provides a scalable path from static structure prediction toward time-resolved, ensemble-faithful protein modeling. The code is publicly available at this https URL Subjects: Quantitative Methods (q-bio.QM); Machine Learning (cs.LG) Cite as: arXiv:2607.15309 [q-bio.QM] (or arXiv:2607.15309v1 [q-bio.QM] for this version) https://doi.org/10.48550/arXiv.2607.15309 Focus to learn more arXiv-issued DOI via DataCite
附件下载


