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

高校专区

University of Pennsylvania(宾夕法尼亚大学)

至 收录 840
2607.17342 2026-07-21 cs.CV cs.AI 新提交

STAR: Skeletal Token Alignment and Rearrangement for Interaction Recognition

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

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

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

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

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

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

详情
AI中文摘要

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

英文摘要

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

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

Learning from Synthetic Data without Model Collapse in Iterative Instruction Tuning

在迭代指令微调中从合成数据学习而不发生模型崩溃

Xiaonan Luo, Yue Huang, Kehan Guo, Ping He, Chuan Zou, Ting Hua, Xiangliang Zhang

机构 * University of Notre Dame(圣母大学) Vanderbilt University(范德堡大学) University of Pennsylvania(宾夕法尼亚大学)

AI总结 研究在合成数据用于指令微调时避免模型崩溃的问题,提出KITE两阶段框架,结合失败引导数据生成与边界感知不确定性整理,实验表明该框架比合成数据基线能更稳定地提升模型性能。

详情
AI中文摘要

模型崩溃是从合成数据学习中的核心挑战:随着后期大语言模型在越来越多的模型生成数据上训练,性能可能因覆盖范围变窄和偏差累积而下降。现有工作主要研究如何限制这种下降。然而在迭代模型演进中,更有意义的目标是确保每个后续模型比其前身有所改进,这需要以对数据整理可行的粒度诊断崩溃。我们在合成数据自我改进用于指令微调中研究此问题。我们表明这种情况下的崩溃不只是性能均匀下降,还可能表现为能力两极分化,即合成训练强化已有强大技能而进一步削弱薄弱技能。基于此观察,我们提出KITE(通过探索进行知识边界指令微调),这是一个两阶段框架,将失败引导的数据生成与边界感知的不确定性整理相结合。跨多个数据集和多个开源大语言模型的实验表明,KITE比强大的合成数据基线产生更稳定的改进。

英文摘要

Model collapse is a central challenge in learning from synthetic data: as later-generation large language models (LLMs) are trained on an increasing proportion of model-generated data, performance can degrade due to narrowed coverage and accumulated bias. Existing work mainly studies how to bound this degradation. In iterative model evolution, however, the more meaningful objective is to ensure that each successive model improves over its predecessor, which requires diagnosing collapse at a granularity that is actionable for data curation. We study this problem in synthetic data self-improving for instruction tuning. We show that collapse in this setting is not simply uniform performance degradation, but can appear as a polarization of competence, where synthetic training reinforces already strong skills while further degrading weak ones. Motivated by this observation, we propose KITE (Knowledge-boundary Instruction Tuning via Exploration), a two-stage framework that combines failure-guided data generation with boundary-aware uncertainty curation. Experiments across several datasets and multiple open-source LLMs show that KITE yields more stable improvement than strong synthetic-data baselines.

URL PDF HTML 收藏
2607.17522 2026-07-21 cs.LG cs.AI cs.IT math.IT math.PR 新提交

One-step lowest-variance selection in a Gaussian random-field model motivated by masked diffusion: Total correlation and a square root collision threshold

由掩码扩散驱动的高斯随机场模型中的一步最低方差选择:总相关性和平方根碰撞阈值

Linjun Li

机构 * University of Pennsylvania(宾夕法尼亚大学)

AI总结 受掩码离散扩散启发,研究高斯随机场模型单步选择,用局部相关非负分数场表示不确定性,通过距离相关高斯模型衡量所选位置相关性,建立两个互补结果,为理解相关因素对掩码离散扩散中基于置信度一步选择的影响提供基线。

Comments 27 pages; welcome comments

详情
AI中文摘要

受掩码离散扩散中置信度引导的并行解掩码的启发,我们研究了一个简化的高斯随机场模型中的单个选择步骤。一个局部相关的非负分数场表示位置上的不确定性,调度器选择分数最小的K个位置。通过距离相关的高斯相关模型来衡量所选位置之间的相关性。这种分离为量化低分位置的几何结构如何影响因式分解并行解码的相关成本提供了一个易于处理的框架。我们建立了两个互补的结果。在保守的亚平方根区域,所选块的条件高斯总相关性概率消失。在平方根尺度上,它以正渐近概率保持不可忽略,并允许一个严格正的期望下界。合成实验支持预测的有限尺寸行为。这些结果为理解预算大小、分数相关性和空间相关性如何共同塑造掩码离散扩散中基于置信度的一步选择提供了一个严格的随机几何基线。

英文摘要

Motivated by confidence-guided parallel unmasking in masked discrete diffusion, we study a single selection step in a stylized Gaussian random-field model. A locally dependent nonnegative score field represents position wise uncertainty, and the scheduler selects the K positions with the smallest scores. Dependence among the selected positions is measured through a distance-dependent Gaussian correlation model. This separation provides a tractable framework for quantifying how the geometry of low-score locations affects the dependence cost of factorized parallel decoding. We establish two complementary results. In a conservative sub-square-root regime, the conditional Gaussian total correlation of the selected block vanishes in probability. At the square-root scale, it remains non-negligible with positive asymptotic probability and admits a strictly positive expectation lower bound. Synthetic experiments support the predicted finite-size behavior. These results provide a rigorous stochastic-geometry baseline for understanding how budget size, score dependence, and spatial correlation jointly shape one-step confidence-based selection in masked discrete diffusion.

URL PDF HTML 收藏
2511.21600 2026-07-21 cs.CR cs.LG

Robust Spectral Watermark for Synthetic Tabular Data

稳健的频域水印用于合成表格数据

Yizhou Zhao, Xiang Li, Peter Song, Qi Long, Weijie Su

机构 * University of Pennsylvania(宾夕法尼亚大学) University of Michigan(密歇根大学)

AI总结 本文提出TAB-DRW水印方案,通过频域嵌入和秩基伪随机生成提升合成表格数据的鲁棒性和效率,实验显示其在抗后处理攻击和保持数据保真度方面表现优异。

Comments Accepted to Statistical Learning and Data Science

Journal ref Statistical Learning and Data Science (2026), Article 100001

详情
AI中文摘要

生成式AI的兴起使医疗、金融和公共政策等领域能够生成高保真的合成表格数据,引发了数据溯源和滥用的担忧。水印技术通过确保合成数据的可追溯性来应对这些挑战,但现有方法存在计算成本高、难以处理混合离散-连续数据或抗后处理攻击能力差的问题。为了解决这些问题,我们提出TAB-DRW,一种高效的合成表格数据后编辑水印方案。TAB-DRW在频域嵌入水印信号:通过Yeo-Johnson变换和标准化对异质特征进行归一化,应用离散傅里叶变换(DFT),并根据预计算的伪随机位调整自适应选择条目的虚部。为进一步增强鲁棒性和效率,我们引入了一种新的基于秩的伪随机位生成方法,该方法能够在不产生存储开销的情况下实现行级检索。在五个基准表格数据集上的实验表明,TAB-DRW在检测能力和抗后处理及自适应攻击能力方面表现强劲,同时保持高数据保真度并完全支持混合类型特征。

英文摘要

The rise of generative AI has enabled the production of high-fidelity synthetic tabular data across fields such as healthcare, finance, and public policy, raising growing concerns about data provenance and misuse. Watermarking offers a promising solution to address these concerns by ensuring the traceability of synthetic data, but existing methods face many limitations: they are computationally expensive due to reliance on the inverse process of large diffusion models, struggle with mixed discrete-continuous data, or lack robustness to common post-processing attacks. To address these limitations, we propose TAB-DRW, an efficient and robust post-editing watermarking scheme for synthetic tabular data. TAB-DRW embeds watermark signals in the frequency domain: it normalizes heterogeneous features via the Yeo-Johnson transformation and standardization, applies the discrete Fourier transform (DFT), and adjusts the imaginary parts of adaptively selected entries according to precomputed pseudorandom bits. To further enhance robustness and efficiency, we introduce a novel rank-based pseudorandom bit generation method that enables row-wise retrieval without incurring storage overhead. Experiments on five benchmark tabular datasets show that TAB-DRW achieves strong detectability and robustness against post-processing and adaptive attacks, while preserving high data fidelity and fully supporting mixed-type features.

URL PDF HTML 收藏
2607.16057 2026-07-20 cs.CL cs.AI 新提交

Frontier AI performance across the business disciplines: a case-grounded benchmark of knowledge work and analytical reasoning

跨商业学科的前沿人工智能性能:基于案例的知识工作和分析推理基准

Ajay Patel, Kartik Hosanagar, Ramayya Krishnan, Chris Callison-Burch, Karim Lakhani, Mitch Weiss

机构 * The Wharton School, University of Pennsylvania(宾夕法尼亚大学沃顿商学院) Carnegie Mellon University(卡内基梅隆大学) Harvard Business School, Harvard University(哈佛大学哈佛商学院)

AI总结 研究针对人工智能在白领分析性知识工作衡量上的差距,利用顶尖商学院案例教学法构建BusinessCaseBench基准,发现前沿AI模型在此基准上得分高且能力提升快,为商学院及相关职业角色带来启示。

详情
AI中文摘要

大语言模型在基准测试分数中迅速提升,但这些人工智能基准大多测试事实性回忆、狭义问答、数学问题解决、编码和代理工具使用等能力。对于白领专业人员日常进行的分析性知识工作,包括综合复杂信息、在不确定和不完整信息下做出判断、在多利益相关者环境中应用战略和对抗性思维、权衡取舍以及进行合理的结构化分析等方面的人工智能进展衡量不足。顶尖商学院采用的“案例教学法”为解决这一衡量差距提供了自然基础。我们构建了BusinessCaseBench基准,涵盖来自18个学科商业案例的数百个问题,并配有专家编写的教师案例解决方案得出的评分标准。前沿人工智能模型在BusinessCaseBench上已经能根据教师评分标准获得高分,且一个模型家族的能力在两年内有显著提升。这些结果表明人工智能在这类工作上的表现已经很高且正在迅速改善,对商学院和入门级专业角色有影响。

英文摘要

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.

URL PDF HTML 收藏
2607.14512 2026-07-17 cs.AI cs.CL cs.LG 新提交

RetroAgent: Harnessing LLMs to Search Over Structured Memory for Agentic Retrosynthesis Planning

RetroAgent:利用大语言模型在结构化记忆中进行搜索以实现智能逆合成规划

Yanqiao Zhu, Jingru Gan, Xiaoqi Sun, Fang Sun, Yidan Shi, Md Mofijul Islam, Chao Shang, Wenhao Gao, Connor W. Coley, Yizhou Sun, Wei Wang

机构 * UCLA(加利福尼亚大学洛杉矶分校) MIT(麻省理工学院) Amazon(亚马逊公司) UPenn(宾夕法尼亚大学)

AI总结 研究多步逆合成规划难题,提出RetroAgent智能体,通过结合结构化记忆桥接符号搜索与神经推理,利用记忆和化学工具观察搜索状态,实验证明其在分布内和分布外基准测试中性能强且泛化能力好。

Comments To appear at COLM 2026

详情
AI中文摘要

多步逆合成规划旨在通过一系列可行反应将目标分子分解为市售的构建模块。巨大的组合搜索空间使这项任务即使对专业化学家来说也具有挑战性。传统方法将树搜索与离线训练的价值网络相结合,孤立地对候选物进行评分,而不考虑完整的多步路线。最近的工作利用大语言模型来完成这项任务,但依赖于简单的接口,限制了对整个搜索空间的探索。我们引入了RetroAgent,这是一种大语言模型智能体,它通过与结构化记忆的结合来桥接符号搜索和神经推理。通过记忆和化学工具,智能体观察完整的搜索状态,包括探索过的路线、可用的替代方案和中间体的性质,从而基于全局进展和领域知识做出明智的决策。在分布内和分布外基准上的实验表明,RetroAgent具有强大的性能和泛化能力。

英文摘要

Multi-step retrosynthesis planning seeks to decompose a target molecule into commercially available building blocks through a sequence of feasible reactions. The vast combinatorial search space makes this task challenging even for expert chemists. Traditional methods combine tree search with offline-trained value networks that score candidates in isolation, without reasoning about complete multi-step routes. Recent work leverages Large Language Models (LLMs) for this task, but relies on simple interfaces that limit exploration of the full search space. We introduce RetroAgent, an LLM agent that bridges symbolic search and neural reasoning through a harness with structured memory. Through memory and chemistry tools, the agent observes the full search state, including explored routes, available alternatives, and properties of intermediates, enabling informed decisions grounded in both global progress and domain knowledge. Experiments on in-distribution and out-of-distribution benchmarks demonstrate that RetroAgent delivers strong performance and generalization.

URL PDF HTML 收藏
2607.14367 2026-07-17 cs.LG 新提交

Dysco: Dynamic Subspace Boosting to Mitigate LoRA Interference in Federated Learning

Dysco:动态子空间增强以减轻联邦学习中的LoRA干扰

Haobo Zhang, Jiankun Wang, Suraj Rajendran, Weishen Pan, Lam Tsoi, Yong Chen, Fei Wang, Jiayu Zhou

机构 * University of Michigan(密歇根大学) Cornell University(康奈尔大学) University of Pennsylvania(宾夕法尼亚大学)

AI总结 研究针对联邦学习中异构客户端使LoRA聚合不稳定的问题,提出动态子空间增强方法Dysco,通过联邦动态分配特定客户端LoRA子空间,经实验验证其能减少干扰、降低训练损失、提升算法性能且开销小。

Comments 33 pages, 10 figures, 11 tables

详情
AI中文摘要

大型预训练模型的联邦微调越来越依赖低秩适应(LoRA)来减少通信和计算,但异构客户端会使适配器聚合不稳定。我们将数据参数干扰识别为这种不稳定性的几何根源。这种干扰由LoRA更新子空间与客户端激活之间的对齐控制,这表明联邦LoRA聚合不仅应视为参数平均,还应视为子空间分配。我们提出了动态子空间增强(Dysco),这是一种插件方法,以联邦和动态的方式分配特定于客户端的LoRA子空间。在每一轮中,客户端从本地表示中计算对激活不敏感的子空间,并仅传输所得的基;服务器然后通过一个封闭形式的解决方案构建特定于客户端的合并子空间,该解决方案最大化与其他客户端不敏感方向的兼容性。为了处理表示漂移,Dysco执行多轮子空间增强,以保留过去的更新方向,同时适应未来的表示。我们提供了一种收敛分析,将数据参数干扰作为聚合误差项嵌入标准联邦优化界,并证明Dysco的服务器固定合并子空间对该误差产生更紧的上界。在受控的合成联邦任务以及使用Llama-3.2-1B进行的MIMIC-IV临床笔记分类实验表明,Dysco大大减少了干扰,相对于理论确定的正交子空间划分下的基线,最终轮合成训练损失降低了多达9倍,在MIMIC上对所有五种测试的联邦学习算法提高了多达4.3%,优于最近的联邦LoRA方法,并且仅增加了0.9%的挂钟开销。我们的代码可在此https URL上获取。

英文摘要

Federated fine-tuning of large pre-trained models increasingly relies on Low-Rank Adaptation (LoRA) to reduce communication and computation, but heterogeneous clients can make adapter aggregation unstable. We identify the data-parameter interference as a geometric source of this instability. This interference is controlled by the alignment between LoRA update subspaces and client activations, suggesting that federated LoRA aggregation should be viewed not only as parameter averaging but also as subspace allocation. We propose Dynamic Subspace Boosting (Dysco), a plug-in method that allocates client-specific LoRA subspaces in a federated and dynamic manner. In each round, clients compute activation-insensitive subspaces from local representations and transmit only the resulting bases; the server then constructs client-specific merged subspaces through a closed-form solution that maximizes compatibility with other clients' insensitive directions. To handle representation drift, Dysco performs multi-round subspace boosting to preserve past update directions while adapting to future representations. We provide a convergence analysis that embeds the data-parameter interference as an aggregation-error term in a standard federated optimization bound, and prove that Dysco's server-fixed merged subspaces yield a tighter upper bound on this error. Experiments on controlled synthetic federated tasks and on MIMIC-IV clinical-note classification with Llama-3.2-1B show that Dysco substantially reduces interference, reduces the final-round synthetic training loss by up to 9 times relative to baselines under the orthogonal-subspace partition the theory identifies, improves all five tested FL algorithms by up to 4.3% on MIMIC, outperforms recent federated LoRA methods, and adds only 0.9% wall-clock overhead. Our code is available at https://github.com/illidanlab/Dysco.

URL PDF HTML 收藏
2604.22433 2026-07-17 cs.LG 版本更新

From physical surfaces to human-centric heat stress: LST and UTCI heat mapping reveals nonlinear effects of urban morphology

超越地表温度:可解释的空间机器学习揭示城市形态对以人类为中心的热压力的影响

Yuan Wang, Shengao Yi, Xiaojiang Li, Pengyuan Liu, Zhiwei Yang, Ronita Bardhan, Rudi Stouffs

机构 * Department of Architecture, National University of Singapore, Singapore 117566, Singapore Cambridge Centre for Advanced Research Sustainable Design Group, Department of Architecture, University of Cambridge, Cambridge, United Kingdom Department of City Regional Planning, University of Pennsylvania, Philadelphia, PA 19104, USA Urban Analytics Subject Group, Urban Studies \& Social Policy Division, University of Glasgow Laboratory for Earth Surface Processes, Ministry of Education, College of Urban Environmental Sciences, Peking University, Beijing 100871, China

AI总结 本文通过比较地表温度与通用热气候指数,揭示城市形态对人类热压力的影响,采用可解释的机器学习方法分析两者在空间分布和机制上的差异。

Comments Accepted manuscript. The final published version is available at https://doi.org/10.1016/j.scs.2026.107659

详情
AI中文摘要

热量暴露连接了建成环境与公共卫生,直接影响城市区域的宜居性和可持续性。理解热量暴露的空间异质性及其驱动因素对气候适应性城市规划至关重要。然而,大多数规划导向研究依赖于地表温度(LST),而LST是否足以代表人类热量暴露以及其与生理相关热压力的差异仍缺乏充分研究。本文采用Landsat获取的30米LST和新加坡的GPU加速1米通用热气候指数(UTCI),建立了一个综合的“建模-比较-评估”框架,系统评估两种指标的空间和机制差异。进一步,通过采用新的地理加权XGBoost(GW-XGBoost)和广义加性模型(GAM)工作流程,研究了两种指标与城市因素之间显著的非平稳和阈值型定量关系。研究结果表明,LST和UTCI的空间模式存在显著差异,以及2D和3D城市因素对这两种热指标影响的空间异质性,通过可解释的GW-XGBoost模型(LST的全局袋外R2为0.855,UTCI为0.905)得到揭示。关键的是,空间明确的SHAP解释表明,天空视因子在解释UTCI变化中起核心作用,但对LST的独立贡献相对较小,表明LST无法充分捕捉由遮荫和辐射过程决定的实际人类热压力。值得注意的是,SHAP-GAM分析表明,较高的反照率与增加的UTCI相关。这些新发现为整合生理相关的热指数以指导有针对性的热风险管理和气候适应性城市规划提供了证据。

英文摘要

Heat exposure connects the built environment and public health, directly shaping the livability and sustainability of urban areas. Understanding the spatial heterogeneity of heat exposure and its drivers is vital for climate-adaptive urban planning. However, most planning-oriented studies rely on land surface temperature (LST), and whether LST adequately represents human heat exposure and how it differs from physiologically relevant heat stress remains insufficiently examined. Here, using Landsat-retrieved 30-m LST and GPU-accelerated 1-m universal thermal climate index (UTCI) in Singapore, this study establishes a comprehensive "Modeling-Comparing-Assessing" framework to systematically evaluate the spatial and mechanistic differences between these two metrics. We further investigate their pronounced non-stationary and threshold-based relationships with urban factors using a novel geographically weighted XGBoost (GW-XGBoost) and generalized additive model (GAM) workflow. Our results reveal substantial differences in the spatial patterns of LST and UTCI, along with marked spatial heterogeneity in how 2D and 3D urban factors impact these thermal metrics, as demonstrated by explainable GW-XGBoost models (test R2 = 0.855 for LST and 0.905 for UTCI). Crucially, spatially explicit SHAP shows that sky view factor plays a central role in explaining UTCI variability but exhibits a comparatively marginal independent contribution to LST, indicating that LST inadequately captures shading-driven and radiative processes governing actual human heat stress. Moreover, SHAP-GAM analysis indicates that higher albedo is associated with increased UTCI. These findings provide model-informed planning implications for integrating physiologically relevant thermal indices to support targeted heat risk management and human-centric urban planning.

URL PDF HTML 收藏
2605.03268 2026-07-16 cs.LG cs.AI stat.ME stat.ML 版本更新

Partially Observed Structural Causal Models

部分观测结构因果模型

Turan Orujlu, Jordan Matelsky, Martin V. Butz, Charley M. Wu, Konrad P. Kording

机构 * University of Tübingen(图宾根大学) MPI for Biological Cybernetics(生物控制研究所) University of Pennsylvania(宾夕法尼亚大学) TU Darmstadt(图恩大学)

AI总结 研究将结构因果模型扩展为部分观测结构因果模型,用于特定因果系统。通过分离节点机制定义边干预,给出可识别性理论,在两个模拟器中实证验证,为因果系统提供面向干预框架,处理上下文等共同生成且部分观测的情况。

详情
AI中文摘要

本文引入部分观测结构因果模型(POSCMs),作为结构因果模型(SCMs)的扩展,用于上游上下文共同决定观测变量的交互结构和下游机制的情况。POSCMs为内生图提供了一个自包含的因果建模框架,允许跨越节点和边级上下文以及内生变量干预的干预层次结构。为定义边干预,将节点机制分离为可修改而不改变源节点或目标机制其余部分的边局部传输通道。提供了可识别性理论,阐明哪些干预族足以从机制中解开结构形成。在两个外部模拟器中进行实证验证,结果与理论一致。POSCMs为因果系统提供了一个面向干预的框架,其中上下文、图结构、机制和测量是共同生成且仅部分观测的。

英文摘要

Here we introduce Partially Observed Structural Causal Models (POSCMs) as an extension of structural causal models (SCMs) to settings where upstream contexts co-determine both the interaction structure and downstream mechanisms on observed variables. POSCMs thus provide a self-contained causal modeling framework for endogenous graphs, allowing for an intervention hierarchy spanning node- and edge-level contexts and endogenous variable interventions. To define edge interventions, we separate node mechanisms into edge-local transmission channels that can be modified without changing the source node or the rest of the target mechanism. We provide an identifiability theory that clarifies which intervention families would suffice to disentangle structure formation from mechanisms. We then empirically validate these theoretical results in two external simulators: a biophysically detailed virtual human retina and a gene-regulatory analogue. The experiments reproduce non-identifiability under latent context, expose structure-mechanism confounding under latent edges, and recover pathway-level input-output relationships under targeted interventions, consistent with our positive Markov kernel identifiability results. Together, POSCMs provide an intervention-oriented framework for causal systems in which contexts, graph structure, mechanisms, and measurements are jointly generated and only partially observed.

URL PDF HTML 收藏
2607.13237 2026-07-16 cs.CV cs.LG 新提交

Active Learning for Efficient Annotation of Surgical Videos with Weak Supervision

基于弱监督的主动学习在手术视频高效标注中的应用

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

机构 * University of Pennsylvania(宾夕法尼亚大学)

AI总结 针对腹腔镜视频标注难题,提出人在回路知识获取框架,结合主动学习与双损失优化,利用基础模型及互补训练目标生成CAMs,迭代提出伪掩码引导标注,减少标注工作量50%,实现模型开发可扩展性及高效知识获取。

Comments Accepted to IPCAI 2026

详情
AI中文摘要

腹腔镜视频的精确时空标注既耗时又需要专业知识。我们提出了一种人在回路的知识获取框架,将主动学习与双损失优化相结合,显著减少手术领域中物体自动定位和分割所需的标注工作量。该方法利用基础模型,通过两个互补的训练目标从视频中生成时间一致的类激活映射(CAMs):针对弱标注数据的视频级工具存在标签的弱监督损失,以及通过主动学习获得的人工校正标注上的图像级掩码损失。我们的流程迭代地提出伪掩码,引导专家注释器完善模型先前捕获的知识,而不是一开始就需要密集的像素级标注。实验表明,与完全手动标注相比,我们的框架在训练结束时将手术视频标注工作量减少了50%。该框架无需一开始就有大量完全标注的数据集,实现了手术工具分割模型开发的可扩展性。这种迭代的人在回路细化支持以最少的专家输入进行高效的知识获取,为将工具分割扩展到更大、更多样化的数据集和现实世界临床环境提供了实用且可部署的策略。

英文摘要

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

URL PDF HTML 收藏
2605.15886 2026-07-16 cs.CL 版本更新

Linked Multi-Modal Data on Russian Domestic and Foreign Policy Speeches

连接多模型数据:俄罗斯国内与对外政策演讲

Daria Blinova, Gayathri Emuru, Rakesh Emuru, Kushagradheer Shridheer Srivastava, Mina Rulis, Sunita Chandrasekaran, Benjamin E. Bagozzi

机构 * University of Delaware, Department of Political Science & International Relations(德克萨斯大学,政治科学与国际关系系) University of Delaware, Masters of Science in Data Science Program(德克萨斯大学,数据科学硕士项目) University of Delaware, Department of Computer & Information Sciences(德克萨斯大学,计算机与信息科学系) University of Pennsylvania, Department of Political Science(宾夕法尼亚大学,政治科学系)

AI总结 本文介绍了一个连接多模态政治通讯的数据集,涵盖俄罗斯政府多个 decades 的官方演讲,提供俄语和英语文本、图像及注释,并通过 transformer 多模态模型进行主题标注,支持政治通讯的多模态分析。

详情
AI中文摘要

本文介绍了一个连接多模态政治通讯的数据集,涵盖俄罗斯政府多个 decades 的官方演讲,提供俄语和英语文本、图像及注释,并通过 transformer 多模态模型进行主题标注,支持政治通讯的多模态分析。

英文摘要

This paper introduces a dataset of interlinked multimodal political communications from the Russian government, addressing persistent deficiencies in the availability of social text- and image-based data for authoritarian politics contexts. The dataset comprises two large corpora of official speeches delivered by senior actors within the Kremlin and the Russian Ministry of Foreign Affairs over multiple decades. For each speech, we provide Russian- and English-language texts, associated images and captions where available, and harmonized metadata including (e.g.) dates, speakers, (geo)locations, and official government content tags. Unique identifiers link images to speeches and align Russian and English versions of the same communication texts. We further augment these linked datasets with validated topical annotations for both speech texts and speech images, which are generated via transformer-based multimodal topic modeling and refined by a Russian politics expert. The resulting data resources support multimodal, multilingual, temporal, and/or spatial analyses of (authoritarian) political communication and offer a valuable testbed for social science research and large language model (LLM) applications in political domains.

URL PDF HTML 收藏
2601.16967 2026-07-16 cs.AI cs.IR

Empowering Medical Equipment Sustainability in Low-Resource Settings: An AI-Powered Diagnostic and Support Platform for Biomedical Technicians

赋能低资源环境下的医疗设备可持续性:一个由AI驱动的诊断与支持平台,用于生物医学技术人员

Bernes Lorier Atabonfack, Ahmed Tahiru Issah, Mohammed Hardi Abdul Baaki, Clemence Ingabire, Tolulope Olusuyi, Maruf Adewole, Udunna C. Anazodo, Timothy X Brown

机构 * Carnegie Mellon University Africa(卡内基梅隆大学非洲分校) Medical Artificial Intelligence Laboratory(医学人工智能实验室) University of Pennsylvania(宾夕法尼亚大学) McGill University(麦吉尔大学)

AI总结 本研究提出一个AI驱动的平台,帮助生物医学技术人员实时诊断和修复医疗设备,通过集成大语言模型和用户友好的界面,提高低资源环境下的医疗设备可持续性。

Comments Accepted at the MIRASOL Workshop at MICCAI 2025. To appear in Lecture Notes in Computer Science (LNCS)

Journal ref In: Anazodo U. et al. (eds) Medical Image Computing in Resource Constrained Settings. MIRASOL 2025. LNCS, Springer, Cham, pp. 217-230

详情
AI中文摘要

在低收入和中等收入国家(LMICs),由于缺乏及时维护、技术专家有限访问以及制造商支持不足,特别是对于通过第三方供应商或捐赠获得的设备,大量医疗诊断设备仍然未被充分利用或无法正常工作。这一挑战导致设备停机时间增加、诊断延迟和患者护理受损。本研究探讨了开发和验证一个由AI驱动的支持平台,以帮助生物医学技术人员实时诊断和修复医疗设备。该系统集成了大型语言模型(LLM)和用户友好的网页界面,使影像技术人员/放射技术人员和生物医学技术人员能够输入错误代码或设备症状,并获得准确的、逐步的故障排除指导。该平台还包括一个全球同行之间的讨论论坛,以支持知识交流并为罕见或未记录的问题提供额外上下文。使用Philips HDI 5000超声波机器开发了一个概念验证,实现了100%的错误代码解释精度和80%的纠正措施建议准确性。本研究证明了AI驱动系统在支持医疗设备维护方面的可行性和潜力,旨在减少设备停机时间,以改善资源受限环境中的医疗保健服务。

英文摘要

In low- and middle-income countries (LMICs), a significant proportion of medical diagnostic equipment remains underutilized or non-functional due to a lack of timely maintenance, limited access to technical expertise, and minimal support from manufacturers, particularly for devices acquired through third-party vendors or donations. This challenge contributes to increased equipment downtime, delayed diagnoses, and compromised patient care. This research explores the development and validation of an AI-powered support platform designed to assist biomedical technicians in diagnosing and repairing medical devices in real-time. The system integrates a large language model (LLM) with a user-friendly web interface, enabling imaging technologists/radiographers and biomedical technicians to input error codes or device symptoms and receive accurate, step-by-step troubleshooting guidance. The platform also includes a global peer-to-peer discussion forum to support knowledge exchange and provide additional context for rare or undocumented issues. A proof of concept was developed using the Philips HDI 5000 ultrasound machine, achieving 100% precision in error code interpretation and 80% accuracy in suggesting corrective actions. This study demonstrates the feasibility and potential of AI-driven systems to support medical device maintenance, with the aim of reducing equipment downtime to improve healthcare delivery in resource-constrained environments.

URL PDF HTML 收藏
2601.10930 2026-07-16 cs.RO 版本更新

Where to Touch, How to Contact: A Hierarchical RL-MPC Framework for Geometry-Aware Sim-to-Real Manipulation

何处触碰,如何接触:面向几何感知的长时间灵巧操作的分层RL-MPC框架

Zhixian Xie, Yu Xiang, Michael Posa, Wanxin Jin

机构 * Arizona State University(亚利桑那州立大学) University of Texas at Dallas(德克萨斯大学达拉斯分校) University of Pennsylvania(宾夕法尼亚大学)

AI总结 提出分层RL-MPC框架,高层RL策略预测接触意图(接触位置和子目标位姿),低层接触隐式MPC优化局部接触模式并实时重规划,实现几何泛化的非抓取操作,数据效率提升10倍且零样本迁移到真实环境。

详情
AI中文摘要

接触丰富的灵巧操作中的一个关键挑战是需要共同推理全局几何和非光滑接触动力学。端到端策略绕过了这一复杂性,但通常需要大量数据,并且从仿真到现实的迁移效果差。我们通过一个简单的见解来解决这些局限性:灵巧操作本质上是分层的——在高层次上,机器人决定在哪里触碰(几何);在低层次上,它确定如何通过接触动力学移动物体。基于这一见解,我们提出了一个分层RL-MPC框架,其中高层强化学习(RL)策略预测接触意图,这是一种新颖的以物体为中心的接口,指定了(i)物体表面接触位置和(ii)接触后的物体子目标位姿。在接触意图的条件下,低层接触隐式模型预测控制(MPC)优化局部接触模式,并通过接触动力学进行实时(重新)规划,以生成稳健地将物体移向每个子目标的机器人动作。我们在非抓取任务上评估该框架,包括跨不同物体形状的几何泛化推、基于翻转/旋转的物体重新定向以及环境辅助的物体重新定位。它实现了高成功率,数据量大幅减少(比端到端基线少10倍),高度稳健的性能,以及零样本从仿真到现实的迁移。

英文摘要

A key challenge in contact-rich dexterous manipulation is the need to jointly reason over global geometry and nonsmooth contact dynamics. End-to-end policies bypass this complexity, but often require large amounts of data and transfer poorly from simulation to reality. We address the limitations with a simple insight: dexterous manipulation is inherently hierarchical--at a high level, a robot decides where to touch (geometry); at a low level it determines how to move the object through contact dynamics. Building on this insight, we propose a hierarchical RL--MPC framework in which a high-level reinforcement learning (RL) policy predicts a contact intention, a novel object-centric interface that specifies (i) an object-surface contact location and (ii) a post-contact object subgoal pose. Conditioned on the contact intention, a low-level contact-implicit model predictive control (MPC) optimizes local contact modes and real-time (re)plans through contact dynamics to generate robot actions that robustly move the object toward each subgoal. We evaluate the framework on non-prehensile tasks, including geometry-generalized pushing across diverse object shapes, pivoting/flipping-based object reorientation, and environment-assisted object repositioning. It achieves high success rate with substantially reduced data (10 times less than end-to-end baselines), highly robust performance, and zero-shot sim-to-real transfer.

URL PDF HTML 收藏
2607.12275 2026-07-15 cs.RO cs.SY eess.SY 新提交

Flatness-Preserving Residual Learning for Real-Time Tight Quadrotor Formation Flight

用于实时紧密四旋翼编队飞行的保平坦度残差学习

Pei-An Hsieh, Fengjun Yang, Nikolai Matni, M. Ani Hsieh

机构 * GRASP Laboratory, University of Pennsylvania(宾夕法尼亚大学GRASP实验室)

AI总结 针对紧密编队飞行四旋翼受空气动力学相互作用影响问题,提出基于物理的残差动力学学习框架,设计高效反馈线性化控制器,经硬件实验验证其能降低跟踪误差,在低计算量下达到NMPC跟踪性能,且短训练数据和低循环速率可实现稳定编队飞行。

Comments Accepted at IROS 26'

详情
AI中文摘要

紧密编队飞行的四旋翼受到湍流空气动力学相互作用(如下洗)的严重影响,若未建模可能导致灾难性碰撞。为此,我们提出一个基于物理的残差动力学学习框架,它能捕捉复杂空气动力学相互作用,同时确保多四旋翼系统保持微分平坦性。利用这种保平坦性设计了计算高效的反馈线性化控制器,可通过前馈补偿消除空气动力学干扰。硬件实验表明,与标称基线相比,我们的框架将平均跟踪误差降低了31%。至关重要的是,我们的轻量级方法在计算量少一个数量级的情况下,与最先进的非线性模型预测控制(NMPC)具有相同的跟踪性能。我们首次证明,利用不到30秒的训练数据和5毫秒的循环速率就能实现稳定、紧密的编队飞行,为计算受限的飞行堆栈解锁高保真空气动力学补偿。

英文摘要

Quadrotors flying in tight formations are severely affected by turbulent aerodynamic interactions, such as downwash, that can cause catastrophic collisions if left unmodeled. To compensate for these effects, we propose a physics-informed residual dynamics learning framework that captures complex aerodynamic interactions while ensuring the joint multi-quadrotor system remains differentially flat. We leverage this preserved flatness to design a computationally efficient feedback linearization controller that is easily tunable with linear control techniques and cancels aerodynamic disturbances via feedforward compensation. Hardware experiments demonstrate our framework reduces average tracking errors by 31% compared to nominal baselines. Crucially, our lightweight approach matches the tracking performance of state-of-the-art nonlinear model predictive control (NMPC) while requiring an order of magnitude less computation. We are the first to show that stable, tight formation flight can be achieved with under 30 seconds of training data and a 5ms loop rate, unlocking high-fidelity aerodynamic compensation for compute-constrained flight stacks.

URL PDF HTML 收藏
2607.12050 2026-07-15 cs.RO 新提交

EFLUX: Elastic Multi-Robot Formation Navigation and Adaptation with Agentic LLMs

EFLUX:基于智能语言模型的弹性多机器人编队导航与自适应

Jinyuan Zhang, Yuwei Wu, Guangyao Shi, Jonathan Diller, Gaurav S. Sukhatme, Vijay Kumar

机构 * GRASP Lab, University of Pennsylvania(宾夕法尼亚大学GRASP实验室) Department of Computer Science, University of Southern California(南加州大学计算机科学系)

AI总结 针对多机器人在受限环境中编队导航问题,提出EFLUX框架,基于几何和大语言模型,对变形与重新配置动作联合推理,经闭环管道转化为航点,实验证明其能实现安全弹性导航,减少死锁与导航失败。

详情
AI中文摘要

在受限或杂乱环境中运行的多机器人团队必须调整编队几何形状和群组拓扑以穿越复杂障碍物,这需要变形和重新配置两种互补行为。现有方法存在不足,我们提出EFLUX,一种基于几何的智能语言模型代理框架,用于自动和弹性多机器人编队导航。它提取结构化场景表示,通过大语言模型对变形和重新配置动作联合推理,并通过闭环生成、验证和校正管道转化为可执行的每个机器人的航点。仿真和硬件实验表明,EFLUX能在受限环境中实现安全、连续和弹性的编队导航,减少死锁和导航失败。

英文摘要

Multi-robot teams operating in confined or cluttered environments must adapt both their formation geometry and group topology to navigate through complex obstacles. This adaptation requires two complementary behaviors: deformation, where the team continuously reshapes its geometry while remaining connected, and reconfiguration, where robots split into subgroups or merge back into a single formation. Existing methods often model these behaviors independently, connect them through handcrafted rules, or lack explicit geometric criteria for determining when each behavior should be invoked. However, challenging environments may require online changes in formation shape, connectivity, and effective team composition, making decoupled or rule-based approaches prone to suboptimal trajectories and deadlock. We propose EFLUX, a geometry-grounded LLM agentic framework for automatic and elastic multi-robot formation navigation. EFLUX extracts a structured scene representation and uses an LLM to reason jointly over both deformation actions, such as scaling and shearing, and reconfiguration actions, such as splitting and merging. These strategies are then translated into executable per-robot waypoints through a closed-loop generation, verification, and correction pipeline. Simulation and hardware experiments show that EFLUX enables safe, continuous, and elastic formation navigation in constrained environments, reducing deadlock and navigation failures compared with baselines while maintaining coherent multi-robot coordination.

URL PDF HTML 收藏
2607.12208 2026-07-15 math.ST cs.AI stat.ME stat.TH 新提交

The Benjamini--Hochberg Procedure Can Fail to Control the FDR for Correlated Two-Sided Gaussian Tests

本杰明尼-霍奇伯格程序在相关双边高斯检验中可能无法控制错误发现率

Edgar Dobriban

机构 * Department of Statistics and Data Science, University of Pennsylvania(统计与数据科学系,宾夕法尼亚大学)

AI总结 研究表明本杰明尼-霍奇伯格程序在相关双边高斯检验中可能无法控制FDR,构建因子模型证明在α = 0.01时FDR > 0.0104,反驳了一个二十年的猜想,蒙特卡罗实验与理论相符,证明由GPT - 5.6 Pro获得并经作者检查。

详情
AI中文摘要

我们表明,对于相关的双边高斯p值,本杰明尼-霍奇伯格程序可能无法将错误发现率(FDR)控制在其名义水平。我们构建了一个因子模型,在α = 0.01的水平下,严格的区间算术证明表明,对于所有足够多的假设,FDR > 0.0104。这反驳了一个二十年来被广泛认为正确的猜想。蒙特卡罗实验与理论结果一致。证明由GPT - 5.6 Pro获得并经作者仔细检查。

英文摘要

We show that the Benjamini--Hochberg procedure can fail to control the false discovery rate (FDR) at its nominal level for correlated two-sided Gaussian $p$-values. We construct a factor model for which, at level $α=0.01$, a rigorous interval-arithmetic certificate proves $FDR>0.0104$ for all sufficiently large numbers of hypotheses. This disproves a conjecture widely believed to be true for twenty years. Monte Carlo experiments are consistent with the theoretical result. The proof was obtained by GPT-5.6 Pro and carefully checked by the author.

URL PDF HTML 收藏
2604.01506 2026-07-15 cs.LG 版本更新

Beyond Logit Adjustment: A Residual Decomposition Framework for Long-Tailed Reranking

超越Logit调整:一种用于长尾重排的残差分解框架

Zhanliang Wang, Hongzhuo Chen, Quan Minh Nguyen, Mian Umair Ahsan, Kai Wang

机构 * University of Pennsylvania(宾夕法尼亚大学) Children’s Hospital of Philadelphia(费城儿童医院)

AI总结 本文提出残差分解框架,用于解决长尾分类中频繁类与稀有类的排序问题,通过分析残差分解的类内和类间组件,提出REPAIR方法以提升重排性能。

Comments Accepted into COLM 2026

Journal ref CONFERENCE ON LANGUAGE MODELING CONFERENCE ON LANGUAGE MODELING Third Conference on Language Modeling (COLM 2026)

详情
AI中文摘要

长尾分类问题中,少数频繁类主导众多稀有类,仍具挑战性,因为模型在推理时系统性地偏向频繁类。现有后验方法如Logit调整通过添加固定类内偏移量来解决,但恢复两个类相对排名所需的修正不一定在输入间恒定,固定偏移无法适应这种变化。本文通过贝叶斯最优重排研究此问题,最优分数与基础分数之间的差距,即残差修正,分解为类内组件(每个类内恒定)和类间组件(依赖输入和竞争标签)。当残差纯为类内时,固定偏移足以恢复贝叶斯最优顺序。进一步证明,当相同标签对在不同上下文中导致不兼容的排序约束时,无固定偏移无法实现恢复。此分解导致可测试的预测,关于何时类间修正能提升性能,何时不能。本文开发REPAIR(通过类间残差修正的重排),一种轻量级后验重排器,结合收缩稳定的类内项和由短名单竞争特征驱动的线性类间项。在五个基准测试中,图像分类、物种识别、场景识别和罕见疾病诊断确认,分解解释了类间修正何时有益,何时类内修正足够。

英文摘要

Long-tailed classification, where a small number of frequent classes dominate many rare ones, remains challenging because models systematically favor frequent classes at inference time. Existing post-hoc methods such as logit adjustment address this by adding a fixed classwise offset to the base-model logits. However, the correction required to restore the relative ranking of two classes need not be constant across inputs, and a fixed offset cannot adapt to such variation. We study this problem through Bayes-optimal reranking on a base-model top-k shortlist. The gap between the optimal score and the base score, the residual correction, decomposes into a classwise component that is constant within each class, and a pairwise component that depends on the input and competing labels. When the residual is purely classwise, a fixed offset suffices to recover the Bayes-optimal ordering. We further show that when the same label pair induces incompatible ordering constraints across contexts, no fixed offset can achieve this recovery. This decomposition leads to testable predictions regarding when pairwise correction can improve performance and when cannot. We develop REPAIR (Reranking via Pairwise residual correction), a lightweight post-hoc reranker that combines a shrinkage-stabilized classwise term with a linear pairwise term driven by competition features on the shortlist. Experiments on nine benchmarks confirm that the decomposition explains where pairwise correction helps and where classwise correction alone suffices. These span text classification, visual recognition, and multimodal rare-disease diagnosis.

URL PDF HTML 收藏
2607.09680 2026-07-14 eess.SP cs.AI cs.LG 新提交

ECG-LDC: A Hardware-Efficient Low-Dimensional Computing Framework for ECG Arrhythmia Classification

ECG-LDC:一种用于心电图心律失常分类的硬件高效低维计算框架

Anh Tran, Khanh Tran, Cuong Do

机构 * University of Pennsylvania(宾夕法尼亚大学) VinUniversity(文大学) VinUni–Illinois Smart Health Center(文大学-伊利诺伊智能健康中心)

AI总结 针对可穿戴设备中心电图心律失常分类需求,提出软硬件协同设计框架ECG-LDC,采用双编码器架构及低维计算,经数据预处理、模型训练和硬件加速器架构原型实现,准确率高且内存占用低,适合资源受限可穿戴平台实时检测心律失常。

Comments 10 pages, 5 figures, 6 tables

详情
AI中文摘要

可穿戴设备中的连续心脏监测需要同时具备准确性、高能效且可在资源受限硬件上部署的分类器。虽然深度神经网络方法在心电图心律失常检测中展现出高分类准确率,但因其大量参数和对乘法累加密集型操作的依赖,不适用于低成本边缘平台。本文提出ECG-LDC,一种软硬件协同设计框架,采用低维计算进行实时心电图心律失常分类。它采用双编码器架构及专用码本,能有效捕捉心搏内和心搏间心脏动态。该框架涵盖数据预处理、模型训练及基于Pynq-Z2平台的硬件加速器架构原型。采用二进制表示和基于异或/同或的操作,ECG-LDC准确率达97.18%,内存占用仅3.86 kB。与SOTA TinyML分类器相比,准确率牺牲约1.8%,但内存使用减少11至570倍;在基于FPGA的五类心律失常分类器中,它具有最高准确率,LUT减少2.4倍且零DSP块使用,适用于资源受限可穿戴平台的实时心律失常检测。

英文摘要

Continuous cardiac monitoring in wearable devices demands classifiers that are simultaneously accurate, energy-efficient, and deployable on resource-constrained hardware. While deep neural network approaches have demonstrated high classification accuracy for electrocardiogram (ECG) arrhythmia detection, their substantial parameter counts and reliance on multiply-accumulate-intensive operations make them impractical for low-cost edge platforms. In this work, we propose ECG-LDC, a hardware-software co-design framework that adapts Low-Dimensional Computing (LDC) for real-time ECG arrhythmia classification. ECG-LDC employs a dual-encoder architecture with dedicated value and feature codebooks to independently encode morphological waveform features and RR-interval temporal features, enabling effective capture of both intra-beat and inter-beat cardiac dynamics. The framework encompasses data preprocessing, model training, and a hardware accelerator architecture prototyped on the Pynq-Z2 platform. Implemented using binary representations and XOR/XNOR-based operations, ECG-LDC achieves $97.18\%$ accuracy with a memory footprint of only $3.86\ \text{kB}$. ECG-LDC sacrifices approximately $1.8\%$ accuracy versus SOTA TinyML classifiers but achieves $11$~$ 570\times$ reduction in memory usage; among FPGA-based five-class arrhythmia classifiers, it delivers the highest accuracy with up to $2.4\times$ fewer LUTs and zero DSP block utilization, affirming its suitability for real-time arrhythmia detection on resource-constrained wearable platforms.

URL PDF HTML 收藏
2607.11167 2026-07-14 cs.RO cs.AI cs.LG 新提交

Pix2Act: Image-Space Manipulation Policies with Equivariant Augmentation

Pix2Act:具有等变增强的图像空间操纵策略

Haojie Huang, Linfeng Zhao, Haotian Liu, Zhang Ye, Si-Yuan Huang, Mingxi Jia, Boce Hu, Fangzhou Lin, Yu Qi, Dian Wang, Robin Walters, Robert Platt

机构 * Northeastern University(东北大学) Stanford University(斯坦福大学) University of Pennsylvania(宾夕法尼亚大学) Brown University(布朗大学) Texas A&M University(德州农工大学)

AI总结 研究针对将操纵动作表示为相机平面二维轨迹带来的挑战,提出Pix2Act模仿学习方法,通过生成图像空间关键点轨迹及三角测量恢复末端执行器姿态,将三维控制转为二维预测问题,提升泛化能力与性能,优于现有基线且抗相机扰动。

Comments Project Website: https://haojhuang.github.io/pix2act_page/

详情
AI中文摘要

将操纵动作表示为相机平面中的二维轨迹,为学习复杂的三维操纵策略提供了紧凑且可解释的基础。然而,它也带来了帧外轨迹和精度有限的挑战。我们提出了Pix2Act,一种模仿学习方法,通过在每个相机平面中生成连续的图像空间关键点轨迹,并通过三角测量无损地恢复末端执行器姿态来应对这些挑战。这将高维三维控制重新表述为一个更简单、更易学习的二维预测问题。关键的是,它在同一坐标空间中对齐观察和动作,使等变变换能够将单个相机图像与其图像空间动作一起联合旋转。我们分析了这种增强的对称特性,并设计了一种能够融合多个相机视图同时尊重其每个视图旋转的网络架构。结果,Pix2Act隐含地扩大了数据分布的支持范围,并学习了跨变换的不变动作结构,从而提高了泛化能力和整体性能。在各种模拟和现实世界的操纵任务中,Pix2Act优于现有基线,并且在相机扰动下保持稳健。

英文摘要

Representing manipulation actions as 2D trajectories in the camera plane provides a compact and interpretable basis for learning complex 3D manipulation policies. However, it also creates challenges from out-of-frame trajectories and limited precision. We propose Pix2Act, an imitation learning method that addresses these challenges by generating continuous image-space keypoint trajectories in each camera plane and losslessly recovering end-effector poses via triangulation. This reformulates high-dimensional 3D control as a simpler, more learnable 2D prediction problem. Crucially, it aligns observations and actions in the same coordinate space, enabling equivariant transformations to jointly rotate individual camera images together with their image-space actions. We analyze the symmetry properties of this augmentation and design a network architecture that can fuse multiple camera views while respecting their per-view rotations. As a result, Pix2Act implicitly enlarges the support of the data distribution and learns invariant action structures across transformations, yielding improved generalization and overall performance. Across diverse simulated and real-world manipulation tasks, Pix2Act outperforms state-of-the-art baselines and remains robust under camera perturbations.

URL PDF HTML 收藏
2607.10953 2026-07-14 cs.CV 新提交

Learning Anatomy-Grounded CT Vision-Language Representations with Organ-Hierarchical Report Knowledge

利用器官分层报告知识学习基于解剖学的CT视觉语言表征

Guoliang You, Hongming Li, Yuanwang Zhang, Yong Fan

机构 * Department of Radiology, Perelman School of Medicine, University of Pennsylvania(放射科,佩尔曼医学院,宾夕法尼亚大学)

AI总结 研究利用CT图像与放射学报告进行医学视觉语言预训练,提出OKA-CT框架,通过转化报告为器官条件知识,分阶段学习,在数据集上实现零样本异常诊断高AUROC,优于基线,提升报告-图像对齐。

Comments 9 pages, 6 figures, 4 tables

详情
AI中文摘要

医学视觉语言预训练(VLP)可实现可扩展的表征学习,但现有方法存在不足。我们提出OKA-CT,一个用于CT报告VLP的器官分层知识增强框架。它先将自由文本报告转化为器官条件知识,分两个学习阶段。阶段1通过细粒度器官条件监督注入解剖学证据,阶段2用器官特定报告证据指导对比学习。在CT-RATE和RAD-ChestCT数据集上,OKA-CT实现了零样本异常诊断AUROC分别为84.9和72.2,优于基线,还改善了报告-图像对齐。

英文摘要

Medical vision-language pretraining (VLP) from paired CT images and radiology reports enables scalable representation learning, but most existing methods align either whole scans with entire reports or local image regions with text fragments. These formulations underuse a key property of radiology reports: findings are organized around anatomical structures, with abnormalities described by organs, disease concepts, locations, and severity-related attributes. We propose OKA-CT, an organ-hierarchical knowledge-augmented framework for CT-report VLP. OKA-CT first converts free-text reports into organ-conditioned knowledge using radiology report parsing and LLM-assisted semantic structuring. The extracted hierarchy is used across two learning stages. Stage~1 injects anatomy-grounded evidence into the CT visual representation through fine-grained organ-conditioned supervision, while Stage~2 uses organ-specific report evidence to guide structured report-CT contrastive learning, where hierarchy-derived semantic soft targets treat non-paired cases with shared organ-level findings as weak semantic positives rather than uniform negatives. A lightweight query-based global branch further aggregates disease-relevant volumetric evidence for whole-scan representation. On CT-RATE and RAD-ChestCT datasets, OKA-CT achieves zero-shot abnormality diagnosis AUROCs of 84.9 and 72.2, outperforming prior CT VLP baselines. Retrieval and patch-occlusion analyses further show improved report-image alignment and stronger sensitivity to disease-associated anatomical regions.

URL PDF HTML 收藏
2607.09909 2026-07-14 cs.DS cs.LG 新提交

Learning Partition Trees for Nearest Neighbor Search

学习用于最近邻搜索的划分树

Sanjeev Khanna, Ashwin Padaki, Erik Waingarten

机构 * NYU(纽约大学) University of Pennsylvania(宾夕法尼亚大学)

AI总结 从数据驱动算法设计角度研究最近邻搜索,专注平衡半空间树。在类似高斯边际条件下给出算法,能学习到\(o(nd)\)查询时间的树。核心是平衡半空间切割问题,设计非恰当学习算法规避NP难,输出特定平衡多项式阈值函数。

详情
AI中文摘要

我们从数据驱动算法设计的角度研究最近邻搜索:给定一个大小为\(n\)的数据集\(P\subset\mathbb{R}^d\)以及对\(\mathbb{R}^d\)上查询分布的样本访问,目标是学习一种针对从该特定分布抽取的查询进行优化的数据结构。我们专注于平衡半空间树类,它自然地抽象了诸如局部敏感哈希之类的空间划分框架。假设数据集和查询分布具有类似高斯的边际条件,我们给出一种高效算法,若存在完美树,则该算法能学习到一棵实现\(o(nd)\)查询时间的树。我们算法方法的核心是平衡半空间切割问题,即在给定\(\mathbb{R}^d\times\mathbb{R}^d\)上的分布时,必须找到一个平衡半空间以最小化切割对的比例。我们证明在无分布假设下,找到最优平衡半空间是NP难的。为规避此计算障碍,我们设计了一种高效的非恰当学习算法:若最优半空间切割\(\alpha\)比例的对,我们的算法输出一个度为\(\tilde{O}(1/\varepsilon^2)\)的平衡多项式阈值函数,其切割最多\(O(\sqrt{\alpha+\varepsilon})\)比例。

英文摘要

We study nearest neighbor search from the perspective of data-driven algorithm design: given a dataset $P \subset \mathbb{R}^d$ of size $n$ and sample access to a query distribution over $\mathbb{R}^d$, the goal is to learn a data structure optimized for queries drawn from that specific distribution. We focus on the class of balanced halfspace trees, which naturally abstracts space-partitioning frameworks like locality-sensitive hashing. Assuming Gaussian-like marginal conditions on the dataset and query distribution, we give an efficient algorithm that learns a tree achieving $o(nd)$ query time, provided that a perfect tree exists. At the core of our algorithmic approach is the balanced halfspace cut problem, where we are given a distribution over $\mathbb{R}^d \times \mathbb{R}^d$ and must find a balanced halfspace that minimizes the fraction of cut pairs. We prove that without distributional assumptions, finding the optimal balanced halfspace is NP-hard. To circumvent this computational barrier, we design an efficient improper learning algorithm: if the optimal halfspace cuts an $α$ fraction of pairs, our algorithm outputs a balanced polynomial threshold function of degree $\tilde{O}(1/\varepsilon^2)$ that cuts at most an $O(\sqrt{α+\varepsilon})$ fraction.

URL PDF HTML 收藏
2607.09701 2026-07-14 cs.RO 新提交

EgoSteer: A Full-Stack System Towards Steerable Dexterous Manipulation from Egocentric Videos

EgoSteer:一个用于从第一人称视角视频实现可控灵巧操作的全栈系统

Yifan Zhong, Zhang Chen, Tianrui Guan, Fanlian Zeng, Yuyao Ye, Tianjia He, Ka Nam Lui, Jiayi Li, Tingrui Zhang, Ruilin Yan, Xinhao Ji, Guangyu Zhao, Wenjie Lou, Jiayuan Zhang, Yuanpei Chen, Yaodong Yang

机构 * Institute for AI, PKU(北京大学人工智能研究院) PKU-PsiBot Joint Lab(北大-灵犀机器人联合实验室) UPenn(宾夕法尼亚大学)

AI总结 针对灵巧手系统因缺乏数据而无可控性的问题,提出全栈系统EgoSteer,集成EgoSmith数据管道等,通过人类数据预训练赋予语言引导操作先验,经机器人后训练强化,能执行多样任务,还开源相关内容。

详情
AI中文摘要

可控性是通用机器人策略的一项关键能力,但在灵巧手系统中却普遍缺失,因为缺乏大规模、语言对齐且动作准确的示范数据。为解决这一瓶颈,我们提出了一个全栈系统,该系统能从第一人称人类视频扩展灵巧VLA预训练,并实现数据高效的真实机器人后训练。它集成了EgoSmith数据管道,一个统一的机器人堆栈以及EgoSteer。人类数据预训练为EgoSteer配备了语言引导的操作先验知识,通过机器人后训练和DAgger优化得到强化。实验表明,EgoSteer能在40多个不同任务中稳健执行自由形式指令,预训练模型还能少样本适应复杂的长期任务。我们开源了系统、数据和模型。

英文摘要

Steerability is a defining capability of generalist robot policies, yet remains largely absent in dexterous-hand systems for lack of large-scale, language-aligned, and action-accurate demonstration data. To address this bottleneck, we present a full-stack system that scales dexterous VLA pre-training from egocentric human videos and enables data-efficient real-robot post-training. It integrates EgoSmith, a data pipeline that curates in-the-wild egocentric videos into 9.6K hours of high-quality pre-training data with 9x higher throughput and better accuracy than prior SOTA; a unified robot stack for teleoperation and human-in-the-loop correction; and EgoSteer, a world-model-enhanced VLA trained on optimized infrastructure. Human-data pre-training equips EgoSteer with language-guided manipulation priors, which are grounded through robot post-training and improved by DAgger refinement. Empirically, EgoSteer robustly executes free-form instructions across 40+ diverse tasks, demonstrating failure recovery, dexterity, and generalization. The pre-trained model also few-shot adapts to complex long-horizon tasks, including box folding, on two embodiments with 75+% success. We open-source the system, data, and model at https://egosteer.github.io/.

URL PDF HTML 收藏
2607.10959 2026-07-14 cs.LG math.OC stat.ML 新提交

WSqD: A Horizon-Free Learning Rate Schedule for Large Model Training

WSqD:一种用于大模型训练的与训练轮次无关的学习率调度方法

Jianhao Ma, Yuxin Chen

机构 * University of Pennsylvania(宾夕法尼亚大学)

AI总结 研究提出WSqD学习率调度方法,受随机凸优化启发,用移位反平方根基础取代WSD恒定稳定阶段,保留最终线性冷却,其基础学习率调度与训练轮次无关且收敛速率最优,实验显示在语言模型预训练中表现良好。

详情
AI中文摘要

标准学习率调度方法(如余弦退火)与固定训练轮次相关,限制了其适应事后延长训练轮次的能力。热身-稳定-衰减(WSD)部分解决了这个问题,但它的峰值学习率仍基于原始训练轮次调整,训练延长时可能次优。受随机凸优化启发,我们提出WSqD(带平方根基础和线性衰减的热身),用移位的反平方根基础取代WSD的恒定稳定阶段,保留最终线性冷却。在随机凸设置下,WSqD可证明达到极小极大最优的最后迭代收敛速率$O(1/\sqrt{T})$。重要的是,其基础学习率调度与训练轮次无关,仅需训练轮次确定何时开始最终冷却。实验表明,在使用SlimPajama语料库进行语言模型预训练时,WSqD在多个训练轮次上匹配或优于精心调整的WSD和其他基线,同时复用单个峰值学习率。

英文摘要

Standard learning rate schedules such as cosine annealing are tied to a fixed training horizon, limiting their ability to accommodate post hoc horizon extension. Warmup-stable-decay (WSD) partially addresses this issue by maintaining a long constant-rate phase before a short linear cooldown, allowing training to resume from a pre-decay checkpoint. However, its peak learning rate is still tuned based on the original training horizon and can become suboptimal when training is extended. Motivated by stochastic convex optimization, we propose WSqD (Warmup with Square-root base and linear Decay), a learning rate schedule that replaces WSD's constant stable phase with a shifted inverse-square-root base while retaining the final linear cooldown. In the stochastic convex setting, WSqD provably attains the minimax-optimal $O(1/\sqrt{T})$ last-iterate convergence rate. Importantly, its base learning rate schedule is horizon-independent, and the training horizon is needed only to determine when to begin the final cooldown. Empirically, on language-model pretraining using the SlimPajama corpus, WSqD matches or outperforms carefully tuned WSD and other baselines across multiple training horizons while reusing a single peak learning rate.

URL PDF HTML 收藏
2601.22146 2026-07-14 cs.CL cs.LG 版本更新

FineInstructions: Scaling Synthetic Instructions to Pre-Training Scale

精细指令:将合成指令扩展到预训练规模

Ajay Patel, Colin Raffel, Chris Callison-Burch

机构 * University of Pennsylvania(宾夕法尼亚大学) University of Toronto(多伦多大学) Vector Institute(向量研究所)

AI总结 研究针对大语言模型监督训练数据有限的问题,提出将互联网规模预训练文档知识转化为合成指令和答案训练对的程序,生成FineInstructions数据集,经实验验证该方法在预训练中表现优于其他技术。

详情
AI中文摘要

由于监督训练数据有限,大语言模型通常通过在大量非结构化文本数据上进行自监督的“预测下一个单词”目标来预训练。为使模型对用户有用,还会在由指令和响应的监督训练示例组成的少量“指令微调”数据上进一步训练。为克服监督数据量有限的问题,我们提出一种程序,可将互联网规模预训练文档中的知识转化为数十亿个合成指令和答案训练对。由此产生的数据集FineInstructions使用从真实用户编写的查询和提示中创建的约1800万个指令模板。这些指令模板与非结构化预训练语料库中的人工编写源文档匹配并实例化。利用这种规模生成的“监督”合成训练数据,大语言模型可以仅通过指令微调目标从头开始预训练,这与大语言模型预期的下游使用(响应用户提示)更符合分布。我们进行了逐token的受控训练实验,发现在衡量自由形式响应质量的标准基准上,在FineInstructions上进行预训练优于标准预训练和其他提出的合成预训练技术。我们的资源可在这个https网址找到。

英文摘要

Due to limited supervised training data, large language models (LLMs) are typically pre-trained via a self-supervised "predict the next word" objective on a vast amount of unstructured text data. To make the resulting model useful to users, it is further trained on a far smaller amount of "instruction-tuning" data comprised of supervised training examples of instructions and responses. To overcome the limited amount of supervised data, we propose a procedure that can transform the knowledge in internet-scale pre-training documents into billions of synthetic instruction and answer training pairs. The resulting dataset, called FineInstructions, uses ~18M instruction templates created from real user-written queries and prompts. These instruction templates are matched to and instantiated with human-written source documents from unstructured pre-training corpora. With "supervised" synthetic training data generated at this scale, an LLM can be pre-trained from scratch solely with the instruction-tuning objective, which is far more in-distribution with the expected downstream usage of LLMs (responding to user prompts). We conduct controlled token-for-token training experiments and find pre-training on FineInstructions outperforms standard pre-training and other proposed synthetic pre-training techniques on standard benchmarks measuring free-form response quality. Our resources can be found at https://huggingface.co/fineinstructions .

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

Seeing is Free, Speaking is Not: Uncovering the True Energy Bottleneck in Edge VLM Inference

眼见无需耗能,言语却要代价:揭示边缘视觉语言模型推理中的真正能量瓶颈

Junfei Zhan, Haoxun Shen, Mingang Guo, Zixuan Huang, Tengjiao He

机构 * University of Pennsylvania(宾夕法尼亚大学) Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences(中国科学院深圳先进技术研究院) Jinan University(暨南大学)

AI总结 研究边缘VLM推理的能量瓶颈,通过系统能量分析发现平均推理功率恒定,输出令牌耗时多是关键,图像复杂度因输出长度影响能量,揭示视觉令牌修剪局限,控制输出长度能大幅节能。

Comments Accepted to ACM MM 2026. 10 pages, 5 figures

详情
AI中文摘要

视觉语言模型(VLM)是具身人工智能的感知支柱,但其在边缘硬件上的能源足迹仍未得到充分理解。现有提高效率的努力主要集中在减少视觉令牌上,隐含地将视觉处理视为主要的能源成本。我们通过对设备上VLM推理进行首次系统的能量分析,推翻了这一隐含假设,该分析涵盖了三个架构家族的五个模型、四种输入分辨率和两个硬件平台(NVIDIA RTX 3070和Jetson Orin NX)。我们的分析得出了三个发现。首先,平均推理功率是一个模型内在常数,与输入分辨率、图像复杂度和提示类型无关,在所有条件下变化小于5%。这意味着所有输入之间的能量变化必须源于推理时间的变化,而不是功耗的变化。其次,由于预填充和解码之间的计算和内存不对称,每个输出令牌的挂钟时间比每个输入令牌多11到39倍,使得输出令牌数量成为延迟和能量的主要驱动因素。第三,以图像中的对象数量衡量的图像复杂度,在相同分辨率下会导致高达4.1倍的能量差异。这种变化不是源于视觉处理成本的增加,而是源于输出长度的差异。这些发现揭示了视觉令牌修剪的一个基本局限性:即使移除所有视觉令牌,对于固定令牌模型最多也只能节省10%的总能量。在跨越10亿到80亿参数的模型中,控制输出长度最多可节省97%的总能量,并且在更大的模型规模下,解码的能量主导地位会变得更强。简而言之,边缘VLM推理中的真正能量瓶颈不是模型看到了什么,而是它说了多少。

英文摘要

Vision-Language Models (VLMs) are the perceptual backbone of embodied AI, but their energy footprint on edge hardware remains poorly understood. Existing efficiency efforts focus predominantly on reducing visual tokens, implicitly treating visual processing as the dominant energy cost. We overturn this implicit assumption through the first systematic energy profiling of on-device VLM inference, spanning five models across three architecture families, four input resolutions, and two hardware platforms (NVIDIA RTX 3070 and Jetson Orin NX). Our analysis yields three findings. First, average inference power is a model-intrinsic constant, invariant to input resolution, image complexity, and prompt type, with less than 5% variation across all conditions. This means that all energy variation across inputs must arise from variation in inference time, not from variation in power draw. Second, each output token costs 11 to 39x more wall-clock time than each input token due to the compute-bound and memory-bound asymmetry between prefill and decode, making output token count the dominant driver of both latency and energy. Third, image complexity, measured by the number of objects in an image, induces up to 4.1x energy differences at identical resolution. This variation arises not from increased visual processing cost, but from differences in output length. These findings expose a fundamental limitation of visual token pruning: even removing all visual tokens saves at most 10% of total energy for fixed-token models. Across models spanning 1 billion to 8 billion parameters, controlling output length saves up to 97% of total energy, with the energy dominance of decoding growing stronger at larger model scale. In short, the true energy bottleneck in edge VLM inference is not what the model sees, but how much it says.

URL PDF HTML 收藏
2607.08948 2026-07-13 cs.RO cs.CV 新提交

SplatCtrl: Perception-Action Coupling via Gaussian Scene Representations and Reactive Robot Control

SplatCtrl:通过高斯场景表示和反应式机器人控制实现感知-动作耦合

Siddarth Jain, Ho Jin Choi

机构 * Mitsubishi Electric Research Laboratories (MERL)(三菱电机研究实验室) University of Pennsylvania(宾夕法尼亚大学)

AI总结 针对机器人在非结构化动态环境控制难题,提出SplatCtrl框架。基于3D高斯溅射,引入混合滤波和重定位策略用于场景重建,还提出从高斯推导距离函数的方法,纳入控制障碍函数,实现感知-动作耦合,经实验验证有效。

Comments Published in 2026 International Conference on Robotics and Automation (ICRA). 8 pages, 8 figures

详情
AI中文摘要

机器人操纵器在结构化环境中表现出色,但在非结构化和动态环境中面临重大挑战。本文提出了SplatCtrl,这是一个用于实时场景重建和反应式机器人运动生成的统一框架,以在以前未见过且不断变化的环境中实现无碰撞机器人手臂控制。基于3D高斯溅射(3D-GS),我们引入了一种基于体素的混合滤波和动态高斯重定位策略,支持从RGB-D流进行高效场景重建并适应环境变化。为了实现安全和反应式控制,我们进一步提出了一种从各向同性高斯推导连续符号距离函数的方法,提供稳定且可微的碰撞概率估计,将经典距离场与现代隐式表示联系起来。这些连续距离度量被纳入控制障碍函数,形成一个统一的感知-动作耦合框架,支持响应场景变化的平滑且可靠的实时运动生成。在模拟、物理机器人和共享人机工作空间中的实验验证证明了该框架的有效性,在不确定和动态环境中实现了集成场景重建和反应式控制。

英文摘要

Robotic manipulators excel in structured environments but face substantial challenges in unstructured and dynamic settings. This paper presents SplatCtrl, a unified framework for real-time scene reconstruction and reactive robot motion generation to enable collision-free robotic arm control in previously unseen and continuously changing environments. Building on 3D Gaussian Splatting (3D-GS), we introduce a hybrid voxel-based filtering and dynamic Gaussian relocation strategy that supports efficient scene reconstruction from RGB-D streams while accommodating environmental changes. For safe and reactive control, we further propose a method for deriving continuous signed distance functions from isotropic Gaussians, providing stable and differentiable collision probability estimates that bridge classical distance fields with the modern implicit representation. These continuous distance metrics are incorporated into control barrier functions, resulting in a unified perception-action coupling framework that supports smooth and reliable real-time motion generation in response to scene changes. Experimental validation in simulation, on physical robot, and within shared human-robot workspace demonstrates the framework's effectiveness, achieving integrated scene reconstruction and reactive control in uncertain, and dynamic environments.

URL PDF HTML 收藏
2607.08778 2026-07-13 cs.LG cs.AI 新提交

iLENS: Interpretable LLM-Guided Mixture-of-Experts for Neuroimaging Survival Analysis

iLENS:用于神经影像生存分析的可解释大语言模型引导的专家混合模型

Farica Zhuang, Seong Woo Han, Zixuan Wen, Shu Yang, Yize Zhao, Li Shen

机构 * University of Pennsylvania(宾夕法尼亚大学) Yale University(耶鲁大学)

AI总结 针对阿尔茨海默病前驱期转化预测问题,提出iLENS框架,基于专家混合模型,利用大语言模型合成信息指导专家路由,具备竞争力的预测性能,能为决策提供透明且基于生物学的原理。

详情
AI中文摘要

阿尔茨海默病(AD)是一种复杂的神经退行性疾病,持续影响全球数百万人。在前驱期预测AD转化对于疾病理解和患者护理至关重要。生存模型广泛用于AD风险预测,但通常是静态预测器,解释性有限且无自然语言推理能力。本文提出iLENS,一种基于专家混合(MoE)的可解释大语言模型(LLM)引导框架,用于AD转化的生存预测。该方法利用LLM合成结构化神经影像测量和非结构化信息来指导专家路由。框架在患者亚型分类中展现出有竞争力的预测性能和能力,还为路由决策提供透明、基于生物学的原理,弥合了高性能生存分析与可解释临床决策支持之间的差距。

英文摘要

Alzheimer's Disease (AD) is a complex neurodegenerative disorder that continues to impact millions of people worldwide. Predicting AD conversion during the prodromal stage remains critical for disease understanding and patient care. As such, survival models are widely used for AD risk prediction, yet they are typically static predictors with limited interpretability and no capacity for natural language reasoning. In this work, we propose iLENS, an interpretable large language model (LLM) guided framework based on mixture-of-experts (MoE) for survival prediction in AD conversion. Our approach uses LLM to synthesize structured neuroimaging measurements and unstructured information to guide expert routing. Our framework demonstrates competitive predictive performance and capability in patient subtyping. Furthermore, our framework provides transparent, biologically grounded rationales for its routing decisions, bridging the gap between high-performance survival analysis and interpretable clinical decision support.

URL PDF HTML 收藏
2606.20858 2026-07-13 cs.LG cs.NE 新提交

Evolutionary Discovery of Developmental Reward Schedules in Deep Reinforcement Learning

深度强化学习中发展性奖励调度的进化发现

Alan Nadelsticher Ruvalcaba

机构 * College of Computing at the Georgia Institute of Technology(佐治亚理工学院计算学院) School of Engineering and Applied Science at the University of Pennsylvania(宾夕法尼亚大学工程与应用科学学院)

AI总结 提出进化框架自动发现深度强化学习中的发展性奖励调度,通过时变权重组合代理、新奇和反应性三种动机,在稀疏奖励任务上优于手工设计基线,并发现新奇动机主导早期训练。

Comments Accepted at the 2026 IEEE International Conference on Development and Learning (ICDL)

详情
AI中文摘要

强化学习(RL)中奖励组合的时间结构通常是手工设计并在整个训练过程中固定不变的,这使得动机优先级的演变在很大程度上未被探索。在这项工作中,我们提出了一个用于发现发展性奖励调度的进化框架,其中三种不同的生物启发动机成分——代理性、新奇性和反应性——通过随时间变化的权重组合,这些权重在训练过程中动态变化。在两个稀疏奖励的MiniGrid任务:DoorKey-6x6和KeyCorridorS3R1上评估,我们的框架比较了四种进化算法:CMA-ES、xNES、DE和L-SHADE的泛化能力,与外在动机基线(我们的主要比较点)以及另外三种手工设计方法。在DoorKey-6x6上,所有进化方法都优于非进化基线,其中L-SHADE实现了最佳性能——相对于仅外在基线,平均改进约11.4%。在KeyCorridorS3R1上,CMA-ES实现了最佳整体性能,其余进化方法相比仅外在基线显示出较弱且不太可靠的泛化能力。有趣的是,发现的调度与我们定义的发展顺序不同,新奇性在两个任务中始终作为训练早期的主导信号出现。总的来说,我们的结果将进化优化定位为深度强化学习中发展性奖励调度发现的一种有前景的方法,并表明进化在计算设置中发现的最优可能与生物学中发现的最优不同。该项目的代码可在以下网址找到:this https URL。

英文摘要

The temporal structure of reward composition in reinforcement learning (RL) is typically hand-designed and held fixed throughout training, leaving the progression of motivational priorities largely unexplored. In this work, we propose an evolutionary framework for discovering developmental reward schedules, in which three distinct biologically inspired motivational components -- agency, novelty, and reactivity -- are combined through time-varying weights that dynamically shift over the course of training. Evaluated on two sparse-reward MiniGrid tasks: DoorKey-6x6 and KeyCorridorS3R1, our framework compares the generalizability of four evolutionary algorithms: CMA-ES, xNES, DE, and L-SHADE against an extrinsically motivated baseline (our main comparison point), and three additional hand-designed methods. On DoorKey-6x6, all evolved methods outperform the non-evolved baselines, with L-SHADE achieving the best performance -- an approximate relative mean improvement of 11.4% over the extrinsic only baseline. On KeyCorridorS3R1, CMA-ES achieves the best overall performance, with the remaining evolved methods showing weaker and less reliable generalization capability compared to the extrinsic only baseline. Interestingly, the discovered schedules diverge from our defined developmental ordering, with novelty consistently emerging as the dominant early signal during training, across both tasks. Collectively, our results position evolutionary optimization as a promising approach for developmental reward schedule discovery in deep reinforcement learning, and suggest that what evolution finds to be optimal in computational settings may differ from what it finds to be optimal in biology. The code for this project can be found at: https://github.com/alannadels/Evolutionary_RL.git.

URL PDF HTML 收藏
2603.20388 2026-07-13 math.ST cs.LG econ.EM stat.ML stat.TH 版本更新

From Cross-Validation to SURE: Asymptotic Risk of Tuned Regularized Estimators

从交叉验证到SURE:调节估计器的渐近风险

Karun Adusumilli, Maximilian Kasy, Ashia Wilson

机构 * Department of Economics, University of Pennsylvania(宾夕法尼亚大学经济学系) Department of Economics, University of Oxford(牛津大学经济学系) Department of Electrical Engineering and Computer Science, MIT(麻省理工学院电气工程与计算机科学系)

AI总结 本文推导了通过n折交叉验证调节的正则化经验风险最小化估计器的渐近风险函数,展示了其在正常均值模型中的预测性能。

详情
AI中文摘要

我们推导了正则化经验风险最小化(ERM)估计器的渐近风险函数,该估计器通过n折交叉验证(CV)进行调节。此类估计器的样本外预测损失在分布上收敛于正常均值模型中通过Stein无偏风险估计(SURE)调节的收缩估计器的平方误差损失(风险函数)。此风险函数比学习理论中常见的统一界限上的最坏情况遗憾界提供了更细致的预测性能视图:它量化了风险如何随真实参数变化。作为关键中间步骤,我们证明了(i)n折CV均匀收敛于SURE,以及(ii)尽管SURE通常有多个局部极小值,其全局极小值通常分离良好。分离性确保了CV选择的调节参数均匀收敛于SURE选择的调节参数。

英文摘要

We derive the asymptotic risk function of regularized empirical risk minimization (ERM) estimators tuned by $n$-fold cross-validation (CV). The out-of-sample prediction loss of such estimators converges in distribution to the squared-error loss (risk function) of shrinkage estimators in the normal means model, tuned by Stein's unbiased risk estimate (SURE). This risk function provides a more fine-grained picture of predictive performance than uniform bounds on worst-case regret, which are common in learning theory: it quantifies how risk varies with the true parameter. As key intermediate steps, we show that (i) $n$-fold CV converges uniformly to SURE, and (ii) while SURE typically has multiple local minima, its global minimum is generically well separated. Well-separation ensures that uniform convergence of CV to SURE translates into convergence of the tuning parameter chosen by CV to that chosen by SURE.

URL PDF HTML 收藏
2502.12267 2026-07-13 cs.SE cs.AI

NeuroStrata: Harnessing Neurosymbolic Paradigms for Improved Design, Testability, and Verifiability of Autonomous CPS

NeuroStrata:利用神经符号范式提升自主 CPS 的设计、可测试性和可验证性

Xi Zheng, Ziyang Li, Ivan Ruchkin, Ruzica Piskac, Miroslav Pajic

机构 * Macquarie University(麦考瑞大学) University of Pennsylvania(宾夕法尼亚大学) University of Florida(佛罗里达大学) Yale University(耶鲁大学) Duke University(杜克大学)

AI总结 NeuroStrata通过神经符号范式提升自主CPS的设计、测试和验证能力,解决不确定性带来的信任和安全认证问题。

Journal ref FSE Companion '25: Companion Proceedings of the 33rd ACM International Conference on the Foundations of Software Engineering, Trondheim, Norway, June 2025

详情
AI中文摘要

自主蜂窝物理系统(CPSs)利用AI进行感知、规划和控制,但因固有不确定性而面临信任和安全认证挑战。神经符号范式用可解释的符号AI替代随机层,实现确定性。尽管有前景,多传感器融合、适应性和验证等挑战仍然存在。本文介绍了NeuroStrata,一种神经符号框架,用于增强自主CPS的测试和验证。我们概述了其关键组件,展示了初步结果,并详细说明了未来计划。

英文摘要

Autonomous cyber-physical systems (CPSs) leverage AI for perception, planning, and control but face trust and safety certification challenges due to inherent uncertainties. The neurosymbolic paradigm replaces stochastic layers with interpretable symbolic AI, enabling determinism. While promising, challenges like multisensor fusion, adaptability, and verification remain. This paper introduces NeuroStrata, a neurosymbolic framework to enhance the testing and verification of autonomous CPS. We outline its key components, present early results, and detail future plans.

URL PDF HTML 收藏