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

高校专区

EPFL(洛桑联邦理工学院)

至 收录 852
2607.17733 2026-07-21 cs.LG cs.AI 新提交

MXSens: Sensitivity-Aware Mixed-Precision Quantization for Efficient LLM Inference

MXSens:用于高效大语言模型推理的灵敏度感知混合精度量化

Simla Burcu Harma, Danila Mishin, Zhengyuan Su, Ayan Chakraborty, Elizaveta Kostenok, Dongho Ha, Babak Falsafi, Martin Jaggi, Yunho Oh, Amir Yazdanbakhsh

机构 * EPFL(洛桑联邦理工学院) Tsinghua University(清华大学) MangoBoost Inc.(芒果助推公司) Korea University(韩国大学) Google DeepMind(谷歌深度思维)

AI总结 研究针对大语言模型推理中4位量化因异常值致精度降的问题,提出MXSens方法,基于列和层灵敏度分配混合尾数比特宽度,无需训练,利用MXINT块结构,在多模型任务中优于现有方法,平衡了量化的准确性与资源效率。

详情
AI中文摘要

4位量化可实现高效的大语言模型推理,但由于异常值会导致显著的精度下降。先前的工作通过数据旋转或混合精度整数量化来解决此问题,但通常依赖软件管理的缩放和频繁的反量化,带来大量开销。微缩放格式(如MXINT)通过在硬件中编码缩放来消除这些低效率,但仍与基于旋转的方法不兼容。我们的分析表明,异常值的严重程度各不相同,量化灵敏度在各层和各列中分布不均。这些见解促使我们采用一种细粒度、灵敏度引导的方法。我们引入了MXSens,这是一种无需训练的方法,它根据列和层的灵敏度分配混合尾数比特宽度(4/6/8),自然地利用了MXINT的块结构。MXSens在一系列模型和任务上优于现有量化方法。在W4A4KV4设置下,MXSens在LLaMA-2-70B和LLaMA-3-8B上分别实现了3.77和7.63的困惑度,在WikiText-2上比现有基线有显著改进。我们的工作在大语言模型量化的准确性和资源效率之间建立了新的平衡。

英文摘要

4-bit quantization enables efficient LLM inference, but suffers from significant accuracy degradation due to outliers. Prior work addresses this problem via data rotation or mixed-precision integer quantization, but often relies on software-managed scaling and frequent dequantization, incurring substantial overhead. Microscaling formats, such as MXINT, eliminate these inefficiencies by encoding scales in hardware, yet remain incompatible with rotation-based methods. Our analysis reveals that outliers vary in severity, from rare extremes to frequent mild deviations, and that quantization sensitivity is unevenly distributed across layers and columns. These insights motivate a fine-grained, sensitivity-guided approach. We introduce MXSens, a training-free method that assigns mixed mantissa bitwidths (4/6/8) based on column- and layer-wise sensitivity, naturally leveraging the block-wise structure of MXINT. MXSens outperforms state-of-the-art quantization methods across a range of models and tasks. Under the W4A4KV4 setting, MXSens achieves perplexities of 3.77 and 7.63 on LLaMA-2-70B and LLaMA-3-8B, respectively, substantially improving over existing baselines on WikiText-2. Our work establishes a new balance between accuracy and resource efficiency for LLM quantization.

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

Can Transformers Really Do It All? On the Compatibility of Inductive Biases Across Tasks

变压器真的无所不能吗?论跨任务归纳偏差的兼容性

Damien Teney, Liangze Jiang, Hemanth Saratchandran, Simon Lucey

机构 * Idiap Research Institute(Idiap研究所) EPFL(洛桑联邦理工学院) Adelaide University(阿德莱德大学)

AI总结 研究探讨变压器对给定任务是否最优,提出为数据集优化变压器架构的方法,在算法玩具任务和代码语言建模数据集上实验,发现标准变压器非局部最优,简单替代方案有优劣,暗示有改进架构可支持多种能力。

Comments Published as a conference paper at ICLR 2026. https://github.com/idiap/lm-afs

详情
AI中文摘要

变压器用途广泛,设计在多种应用中基本一致。但它们对任何给定任务或数据集是否最优?答案对推动人工智能发展可能至关重要。方法:提出为给定数据集优化变压器架构的方法,用在留出数据上学习的函数替换重要非线性函数,然后在其他数据集上训练评估任务对之间的兼容性。结果:在算法玩具任务中识别出学习速度、分布内和分布外泛化及跨种子稳定性有显著改进的新架构,但非常特定于任务;在代码和语言建模数据集上也有改进且跨数据集和领域转移更好。结论:标准变压器很少是架构空间中的局部最优,简单替代方案性能更好但牺牲通用性,可能有改进架构能更好支持多种能力。

英文摘要

Transformers are remarkably versatile and their design is largely consistent across a variety of applications. But are they optimal for any given task or dataset? The answer may be key for pushing AI beyond merely scaling current designs. *Method.* We present a method to optimize a transformer architecture for a given dataset, which we use as a tool to study optimal task-specific inductive biases. This method replaces the most important non-linearities (GeLUs,;softmax) with functions learned on held-out data. We then train the resulting architectures on other datasets, as a way to evaluate the compatibility between pairs of tasks. Findings. On algorithmic toy tasks, we identify new architectures with dramatic improvements in learning speed, in- and out-of-distribution generalization, and stability across seeds. The new designs prove very task-specific however, and indicate that these tasks require inductive biases very different from those of standard transformers. On code and language modeling datasets, we also find architectures with consistent, yet smaller improvements. These designs transfer much better across datasets and domains (English & computer code). Implications. Our results show that standard transformers are rarely a local optimum in the space of architectures. Simple alternatives can perform much better but sacrifice universality. This suggests that there may be room for improved architectures that better support multiple capabilities simultaneously, such as fluency and robust reasoning.

URL PDF HTML 收藏
2607.16761 2026-07-21 stat.ML cs.LG math.PR 新提交

Dropout and Random Gradient Masking Are Asymptotically Equivalent in Large ResNets

在大型残差网络中,随机失活与随机梯度掩码渐近等价

Javier Maass, Lénaïc Chizat

机构 * École Polytechnique Fédérale de Lausanne(联邦理工学院洛桑校区) Institute of Mathematics(数学研究所) Department of Mathematics(数学系)

AI总结 研究随机失活与随机梯度掩码两种训练技术,发现在大型残差网络中,二者在深度和宽度渐近大时差异消失,都收敛到相同极限动态,此渐近等价性适用于多种变体,包括逐层随机失活。

详情
AI中文摘要

随机失活(Dropout)和随机梯度掩码(RaM)是深度学习中用于提高性能的两种训练技术。二者都将随机性引入训练动态,但方式不同。随机失活在前向传播中对激活值应用随机掩码,而RaM保持前向传播不变,而是对梯度进行掩码。特别是,RaM在参数更新中引入的噪声是无偏的,所以随机失活有效性的标准解释不适用于RaM。本文表明,在深度和宽度渐近大的情况下,对于残差网络,两种方法的差异消失:在完全特征学习 regime中,它们都收敛到相同的大规模极限动态。这种渐近等价性适用于随机失活和RaM的几种变体,包括随机深度残差网络中使用的逐层随机失活,尽管定量速率较慢。事实上,我们还表明,其中一些变体渐近地收敛到相同的极限。

英文摘要

Dropout and Random Gradient Masking (RaM) are two training techniques used to improve performance in deep learning. Both techniques inject randomness into the training dynamics, but in significantly different ways: dropout applies random masks to the activations in the forward pass, whereas RaM leaves the forward pass unchanged and instead masks the gradients. In particular, the noise induced by RaM in the parameter updates is unbiased, so standard explanations for the effectiveness of dropout, such as the penalization effect or the prevention of co-adaptation between neurons, do not apply to RaM. In this work, we show that the difference between the two methods disappears for ResNets in the large depth and width asymptotics: in the complete feature learning regime, they both converge to the same large-scale limiting dynamics. This asymptotic equivalence holds for several variants of dropout and RaM, including layerwise dropout as used in stochastic-depth ResNets, albeit at slower quantitative rates. In fact, we also show that several of these variants collapse to the same limit asymptotically.

URL PDF HTML 收藏
2601.08056 2026-07-21 q-bio.NC cs.RO 版本更新

The embodied brain: Bridging the brain, body, and behavior with biorealistic neuromechanical models

具身大脑:通过生物真实神经力学模型连接大脑、身体与行为

Sibo Wang-Chen, Pavan Ramdya

机构 * EPFL(瑞士联邦理工学院)

AI总结 本文综述生物真实神经力学模型,通过将人工神经控制器嵌入模拟环境中的身体模型,揭示神经、身体与环境交互的行为控制算法,并推动神经科学、机器人学和机器学习之间的交流。

Comments 18 pages, 4 figures (including 1 graphical abstract), 1 table

Journal ref Current Opinion in Neurobiology, 100, 103244 (2026)

详情
AI中文摘要

动物行为反映了神经系统、身体和环境之间的相互作用。因此,必须考虑生物力学和环境背景,以理解行为控制的算法。将人工神经控制器嵌入模拟环境中的身体模型的计算模型,是用于此目的的有力工具。在这里,我们回顾了生物真实神经力学模型的进展,同时强调了即将到来的新兴机遇。我们首先展示了这些模型如何能够推断出难以通过实验测量的生物物理变量。通过系统性扰动,可以通过这些模型生成新的可实验检验的假设。然后,我们考察了神经力学模型如何促进神经科学、机器人学和机器学习之间的交流,并展示了它们在医疗保健中的应用。我们设想,将实验研究与对其神经力学替代物的主动探测相结合,将显著加速神经科学的进展。

英文摘要

Animal behavior reflects interactions between the nervous system, body, and environment. Therefore, biomechanics and environmental context must be considered to understand algorithms for behavioral control. Computational models that embed artificial neural controllers within body models in simulated environments are a powerful tool for this purpose. Here, we review advances in biorealistic neuromechanical models while also highlighting emerging opportunities ahead. We first show how these models enable inference of biophysical variables that are difficult to measure experimentally. Through systematic perturbations, one can generate new experimentally testable hypotheses using these models. We then examine how neuromechanical models facilitate the exchange among neuroscience, robotics, and machine learning, and showcase their applications in healthcare. We envision that coupling experimental studies with active probing of their neuromechanical surrogates will significantly accelerate progress in neuroscience.

URL PDF HTML 收藏
2408.05092 2026-07-21 cs.CV cs.CR cs.DC cs.LG eess.IV

PriPHiT: Privacy-Preserving Hierarchical Training of Deep Neural Networks

PriPHiT: 保护隐私的深度神经网络分层训练

Yamin Sepehri, Pedram Pad, Pascal Frossard, L. Andrea Dunbar

机构 * Signal Processing Laboratory (LTS4), École Polytechnique Fédérale de Lausanne (EPFL)(瑞士联邦理工学院洛桑校区信号处理实验室) Centre Suisse d’Electronique et de Microtechnique (CSEM)(瑞士电子与微技术中心)

AI总结 PriPHiT通过在边缘设备和云服务器上分层训练深度神经网络,利用对抗性早期退出和噪声添加技术,在保护隐私的同时提升模型性能。

Comments 21 pages, 19 figures, 11 tables

Journal ref Published in IEEE Transactions on Multimedia, vol. 27, pp. 8803-8818, 2025

详情
AI中文摘要

深度神经网络的训练阶段需要大量资源,因此通常在云服务器上进行。然而,当训练数据集包含敏感内容(例如面部或医疗图像)时,这会引发隐私问题。在本文中,我们提出了一种方法,在边缘设备和云服务器上进行深度学习模型的训练,以防止敏感内容传输到云中,同时保留所需信息。所提出的隐私保护方法利用对抗性早期退出来在边缘端抑制敏感内容,并将任务相关的信息传输到云中。该方法在训练阶段加入噪声以提供差分隐私保障。我们广泛测试了该方法在不同面部和医疗数据集上的性能,使用各种深度学习架构,展示了其卓越的性能。我们还通过成功防御不同白盒、深度和GAN基的重建攻击,证明了隐私保护的有效性。该方法适用于资源受限的边缘设备,确保最小的内存使用和计算开销。

英文摘要

The training phase of deep neural networks requires substantial resources and as such is often performed on cloud servers. However, this raises privacy concerns when the training dataset contains sensitive content, e.g., facial or medical images. In this work, we propose a method to perform the training phase of a deep learning model on both an edge device and a cloud server that prevents sensitive content being transmitted to the cloud while retaining the desired information. The proposed privacy-preserving method uses adversarial early exits to suppress the sensitive content at the edge and transmits the task-relevant information to the cloud. This approach incorporates noise addition during the training phase to provide a differential privacy guarantee. We extensively test our method on different facial and medical datasets with diverse attributes using various deep learning architectures, showcasing its outstanding performance. We also demonstrate the effectiveness of privacy preservation through successful defenses against different white-box, deep and GAN-based reconstruction attacks. This approach is designed for resource-constrained edge devices, ensuring minimal memory usage and computational overhead.

URL PDF HTML 收藏
2607.15582 2026-07-20 cs.RO 新提交

A Model-Based Decoupling Strategy for Proprioception and Contact Sensing in an Architected Soft Manipulator

基于模型的结构化软操纵器本体感觉与接触传感解耦策略

Francesco Stella, Annan Zhang, Cosimo Della Santina, Josie Hughes, Daniela Rus

机构 * Embodied AI SA(具身人工智能公司) CREATE Lab, STI, EPFL(洛桑联邦理工学院智能系统学院创意实验室) Delft University of Technology(代尔夫特理工大学) German Aerospace Center(德国航空航天中心) MIT Computer Science & Artificial Intelligence Laboratory(麻省理工学院计算机科学与人工智能实验室)

AI总结 研究软连续体机器人传感难题,提出基于模型策略从通用流体压力传感器解耦信号,用于ITH段,单段试验效果良好,集成到Air-Helix进行演示,证明该方法是实现软机器人并发传感的实用途径。

Comments Accepted for publication in the proceedings of the 2026 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)

详情
AI中文摘要

软连续体机器人需要嵌入式传感来实现本体感觉和接触检测,然而将传感器集成到稀疏、高度可变形的结构化结构中仍然具有挑战性。我们提出了一种基于模型的策略,该策略从嵌入在软结构化段中的一组通用流体压力传感器中解耦本体感觉信号和接触信号。神经化修剪螺旋体(ITH)的每个段包含六个空气通道,这些通道沿圆周以局部锯齿形模式路由。由于只有三个主要运动自由度(轴向压缩、x方向弯曲、y方向弯曲),六个压力读数形成一个超定系统。分段恒定曲率模型将压力映射到形状,Huber回归识别出残差表明外部接触的异常通道。在单个ITH段上,该方法实现了本体感觉形状估计,相对弯曲误差为0.11±0.02,在178次试验中的接触检测率为97%。我们将八个ITH段集成到肌腱驱动软连续体操纵器Air-Helix中,并展示了探索性的全臂演示,包括示范触觉教学、导纳控制的力调节和触觉物体重建。结果表明,局部流体神经支配与基于模型的冗余分辨率相结合是在结构化软机器人中实现并发本体感觉和接触传感的实用途径。

英文摘要

Soft continuum robots require embedded sensing for proprioception and contact detection, yet integrating sensors into sparse, highly deformable architected structures remains challenging. We present a model-based strategy that decouples proprioceptive and contact signals from a common set of fluidic pressure sensors embedded in a soft architected segment. Each segment of the Innervated Trimmed Helicoid (ITH) contains six air channels routed in a localized zigzag pattern along the circumference. With only three principal kinematic degrees of freedom (axial compression, bending in x, bending in y), the six pressure readings form an overdetermined system. A piecewise constant curvature model maps pressures to shape, and Huber regression identifies outlier channels whose residuals indicate external contact. On a single ITH segment, this approach achieves proprioceptive shape estimation with a relative bending error of 0.11 +/- 0.02 and a contact detection rate of 97% across 178 trials. We integrate eight ITH segments into Air-Helix, a tendon-driven soft continuum manipulator, and present exploratory whole-arm demonstrations that include tactile teaching by demonstration, admittance-controlled force regulation, and tactile object reconstruction. The results suggest that localized fluidic innervation combined with model-based redundancy resolution is a practical path toward concurrent proprioception and contact sensing in architected soft robots.

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

Scaling Point-in-Time Language Models

扩展即时语言模型

Bryan Kelly, Semyon Malamud, Johannes Schwab, Teng Andrea Xu

机构 * Yale School of Management(耶鲁大学管理学院) AQR Capital Management(AQR资产管理公司) NBER(美国国家经济研究局) Swiss Finance Institute(瑞士金融研究所) EPFL(洛桑联邦理工学院) CEPR(经济政策研究中心)

AI总结 研究旨在解决大型语言模型的前瞻性偏差问题,通过在大量按时间顺序过滤的令牌上训练仅解码器变压器构建即时语言模型,缩小了与无约束模型的性能差距,经LoRA微调提升可用性,并发布完整管道支持相关研究。

详情
AI中文摘要

在无限制的互联网语料库上训练的大型语言模型不可避免地嵌入了来自未来的信息,引入了前瞻性偏差,这损害了金融和社会科学中回测和因果推断的有效性。即时语言模型通过仅在每个日历日期之前可用的文本上进行训练来消除这种泄漏,但现有努力通常产生的模型在性能上大大落后于无约束的模型。我们表明,通过扩展规模可以大幅缩小这种性能差距。我们在来自FineWeb的1万亿个按时间顺序过滤的令牌上训练了多达40亿参数的仅解码器变压器,构建了一系列跨越2013 - 2024年的月度模型检查点。在一系列常识推理和语言理解基准测试中,我们的模型接近了在不受时间限制的数据上训练的可比规模的领先开放权重模型(如Gemma - 3 - 4B和LLaMA - 7B)的性能,不过在一些任务上仍存在性能差距。通过LoRA进行指令微调进一步提高了下游可用性。我们发布了完整的管道,包括数据集构建、训练基础设施和评估代码,以实现可重复的即时语言建模并支持需要严格时间有效性的研究应用。

英文摘要

Large language models trained on unrestricted internet corpora inevitably embed information from the future, introducing lookahead bias that compromises the validity of backtests and causal inference in finance and the social sciences. Point-in-time language models--trained exclusively on text available up to each calendar date--eliminate this leakage by construction, but existing efforts typically produce models that lag substantially behind their unconstrained counterparts. We show that this performance gap can be substantially narrowed through scale. Training decoder-only transformers with up to 4 billion parameters on 1 trillion chronologically filtered tokens from FineWeb, we construct a sequence of monthly model checkpoints spanning 2013-2024. Across a range of common-sense reasoning and language understanding benchmarks, our models approach the performance of leading open-weight models of comparable size (e.g., Gemma-3-4B and LLaMA-7B) trained on temporally unrestricted data, although a performance gap remains on several tasks. Instruction fine-tuning via LoRA further improves downstream usability. We release the complete pipeline--including dataset construction, training infrastructure, and evaluation code--to enable reproducible point-in-time language modeling and to support research applications that require strict temporal validity.

URL PDF HTML 收藏
2606.25971 2026-07-20 cs.LG 版本更新

Improving Neural Network Training by Decoupling the Magnitude and Direction of Weight Vectors

通过解耦权重向量的幅度和方向改进神经网络训练

Alexander Hägele, Alejandro Hernández-Cano, Atli Kosson, Martin Jaggi

机构 * Machine Learning and Optimization Lab, EPFL(EPFL机器学习与优化实验室)

AI总结 提出幅度-方向(MD)解耦方法,将权重分解为固定范数的方向和可学习的幅度增益,以独立学习率更新,消除权重衰减和预热需求,在Adam和Muon优化器上均提升性能。

Comments Typos & writing; downstream evaluations

详情
AI中文摘要

现代神经网络训练依赖于如Adam和Muon等优化器,这些优化器将每个权重矩阵视为单个对象进行操作。然而,每个权重矩阵携带两个不同的量——\emph{幅度}和\emph{方向}——而所有在矩阵整体上步进的优化器都会耦合它们的动态:更新的方向变化取决于当前幅度,而幅度作为学习方向的副产品漂移,因此两者都不直接受学习率控制。因此,典型的训练依赖于诸如权重衰减和预热等辅助配方来保持大规模训练的稳定性,尽管这些方法仅间接调节耦合;其他近期方法则将权重约束到固定范数的球面上,但不添加可学习的幅度,将尺度控制仅留给归一化层。我们提出\emph{幅度-方向(MD)解耦},这是一种优化器修改,将每个权重分解为超球面上的固定范数方向和可学习的每行及每列幅度增益,以不同的学习率更新,同时模型仍然看到单个融合的权重张量。该方法与基础优化器无关,并消除了对权重衰减和预热的需求。在Adam和Muon上,MD解耦均改进了精心调优的基线,无需重新调优即可跨模型宽度转移最优学习率,并在大规模混合专家(MoE)模型上继续发挥作用。因此,将幅度和方向作为独立控制的量处理,可以产生更可预测的训练动态,并为现代优化器提供简单且广泛适用的改进。

英文摘要

Modern neural network training relies on optimizers such as Adam and Muon which act on each weight matrix as a single object. Yet every weight matrix carries two distinct quantities -- a \emph{magnitude} and a \emph{direction} -- and all optimizers stepping in the matrix as a whole couple their dynamics: the directional change from an update depends on the current magnitude, while the magnitude drifts as a byproduct of learning the direction. Then, neither is directly governed by the learning rate. Typical training therefore leans on surrounding recipes such as weight decay and warmup to keep learning stable at scale, though these regulate the coupling only indirectly. Other recent methods instead constrain the weight to a fixed-norm sphere, but add no learnable magnitude, leaving scale control to normalization layers alone. We propose \emph{Magnitude--Direction (MD) Decoupling}, an optimizer modification that factorizes each weight into a fixed-norm direction on a hypersphere and learnable per-row and per-column magnitude gains, updated at separate learning rates, all while the model still sees a single fused weight tensor. The method is agnostic to the base optimizer and removes the need for weight decay and warmup. Across both Adam and Muon, MD Decoupling improves on well-tuned baselines, transfers the optimal LR across model width without retuning, and continues to help at scale on large Mixture-of-Experts (MoE) models. Treating magnitude and direction as separately controlled quantities thus yields more predictable training dynamics and a simple, broadly applicable improvement to modern optimizers.

URL PDF HTML 收藏
2606.24769 2026-07-20 math.NA cs.LG cs.NA 版本更新

Dirac-Frenkel dynamics with inertia for nonlinearly parametrized solutions of evolution problems

带惯性的Dirac-Frenkel动力学用于演化问题的非线性参数化解

Matteo Raviola, Benjamin Peherstorfer

机构 * Scientific Computing and Uncertainty Quantification - CADMOS Chair, EPFL(科学计算与不确定性量化——CADMOS Chair,EPFL) Courant Institute of Mathematical Sciences, New York University(数学科学学院,纽约大学)

AI总结 针对冗余非线性参数化(如神经网络或混合模型)导致的参数动力学非唯一或病态问题,提出在Dirac-Frenkel动力学中加入惯性,使弱信息方向保留历史速度,强信息方向保持原动力学,证明良定性并给出后验误差界。

详情
AI中文摘要

即使Dirac-Frenkel动力学在函数空间中确定了良好的演化,对于冗余的非线性参数化(如神经网络或混合模型),相应的参数动力学可能非唯一或病态。我们提出在Dirac-Frenkel动力学中加入惯性,并证明这允许在弱信息方向上从过去轨迹中保留有用的参数速度信息,而信息充分的参数速度方向继续遵循Dirac-Frenkel动力学。我们证明了惯性公式产生了良定的参数动力学,并给出了后验误差界。时间离散化后,该方法需要求解与标准Dirac-Frenkel动力学相同类型的正则化线性最小二乘问题,但以前一时刻的速度作为锚点。数值实验证明了引入惯性后鲁棒性的增强。

英文摘要

Even when Dirac-Frenkel dynamics determine a well-defined evolution in function space, the corresponding parameter dynamics can be non-unique or ill-conditioned for redundant nonlinear parametrizations, such as typical neural networks or mixture models. We propose to add inertia to the Dirac-Frenkel dynamics and show that this allows useful parameter velocity information to persist from the past trajectory in directions that are weakly informed, while well-informed parameter velocity directions continue to follow the Dirac-Frenkel dynamics. We prove that the inertial formulation yields well-posed parameter dynamics and provide a posteriori error bounds. After time discretization, the method requires the solution of the same type of regularized linear least-squares problem as standard Dirac-Frenkel dynamics, but with the previous velocity appearing as an anchor. Numerical experiments demonstrate the increased robustness obtained with inertia.

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

Multimodality as Supervision: Self-Supervised Specialization to the Test Environment via Multimodality

多模态作为监督:通过多模态进行自监督的测试环境特化

Kunal Pratap Singh, Ali Garjani, Rishubh Singh, Muhammad Uzair Khattak, Efe Tarhan, Jason Toskov, Andrei Atanov, Oğuzhan Fatih Kar, Amir Zamir

机构 * Swiss Federal Institute of Technology Lausanne (EPFL)(瑞士洛桑联邦理工学院)

AI总结 研究利用跨模态学习机制,提出在特定测试环境下的受限设置并开发TST方法,通过在测试环境收集多模态数据自监督预训练模型,评估其在下游任务的表现,发现可减少对外部大规模数据集预训练的依赖。

Comments Project page: https://tst-vision.epfl.ch/

详情
AI中文摘要

跨模态学习是通过利用多模态进行自监督的基本机制,许多实际应用涉及在测试环境中进行多模态传感的设备。发育心理学研究表明生物也利用它构建周围环境的有效表征。为研究此,作者提出一种受限设置,开发了测试空间训练(TST),在测试环境中收集多模态数据并进行自监督预训练,在相同环境的下游任务上评估模型。结果发现仅从测试环境收集丰富多模态数据并利用跨模态学习,能与在大规模互联网数据集上预训练的通用模型取得有竞争力的结果,还进行了相关分析和消融实验。

英文摘要

Cross-modal learning, i.e., learning to predict one modality from another, is a fundamental mechanism for self-supervision via leveraging multimodality. Many practical applications, e.g., deploying a household robot, involve devices that are equipped with a rich set of sensors that enable multimodal sensing in their test environment. This presents an opportunity to apply cross-modal learning to the multimodal data sensed by these devices to learn representations. Findings in developmental psychology also suggest that biological agents leverage it to build an effective representation of their surroundings. To study this, we propose a controlled setup, where we restrict a user device to just a given test environment. It results in a specialization setup where we attempt to develop a performant model for this specific test environment. Under this setup, we develop Test-Space Training (TST), which performs multimodal data collection in the test environment and performs self-supervised pre-training on it. We evaluate these models on various downstream tasks in the same environment. Under this setup, we find various interesting insights, such as collecting rich multimodal data only from the test environment and leveraging cross-modal learning, we can achieve competitive results with generalist models (e.g., DINOv2 and CLIP) pre-trained on large-scale internet datasets. This enables an alternative scenario where the need for external Internet-scale datasets for pre-training models is reduced. We also present a set of analyses and ablations that raise intriguing points on substituting data with (multi)modality, and how varying pre-training data enables a tradeoff between a model's abilities to specialise to a test environment, and generalize to held-out spaces.

URL PDF HTML 收藏
2607.14481 2026-07-17 cs.CV 新提交

Immediate 3D Gaussian Splat Reconstruction of Unordered Input with Global Consistency

具有全局一致性的无序输入的即时3D高斯点云重建

Andreas Meuleman, Linus Franke, Boris Zhestiankin, Camille Montemagni, George Drettakis

机构 * Inria, Université Côte d’Azur(法国蔚蓝海岸大学 - 法国国家信息与自动化研究所) EPFL(洛桑联邦理工学院)

AI总结 研究针对无序输入的辐射场捕获,提出利用视觉位置识别模型等实现快速匹配找关键帧,结合GPU优化等进行局部重建,再用基于聚类方法实现回环闭合,引入渐进层次结构处理大场景,提供具全局一致性的即时反馈3DGS重建。

Journal ref SIGGRAPH Conference Papers 2026

详情
AI中文摘要

3D高斯点云(3DGS)已成为捕获场景重建和实时渲染的首选方法。为了获得高质量视觉效果的场景,通常将连续图像序列与无序拍摄相结合以实现更好的场景覆盖。运动结构(SfM)可以重建此类捕获,但需要所有图像可用且计算成本高。增量重建方法虽能提供即时反馈,但无法处理无序捕获。我们提供了首个针对此类辐射场捕获的即时反馈解决方案,具有全局一致性。首先通过重新利用视觉位置识别模型和共视性图,引入一种在无序序列中快速匹配的方法,并找到高度连接的关键帧,即便对于有序序列也能提高质量。展示了这些步骤与GPU优化及高斯基元放置如何实现快速局部重建。接着引入一种基于聚类的新方法,利用共视性图提供无需顺序输入的高效回环闭合。最后,引入渐进层次结构以处理大场景,使方法能扩展到大型环境且不降低效率。结果表明,在多个数据集上,我们能为数千张输入图像提供具有良好视觉质量的即时反馈3DGS重建。

英文摘要

3D Gaussian Splatting (3DGS) has become the method of choice for reconstructing and real-time rendering of captured scenes. To capture a scene with good visual quality, continuous image sequences are usually combined with out-of-order shots for better scene coverage. Structure from motion can reconstruct such captures, but only after they are all available and often with high computational cost. Incremental reconstruction methods -- often derived from SLAM solutions -- provide immediate feedback, but cannot handle the out-of-order capture we require. We provide the first immediate feedback solution for such radiance field capture that provides global consistency. We first introduce a method for fast matching in out-of-order sequences, by repurposing visual place recognition models and a covisibility graph, and provide an efficient way to find highly connected keyframes, improving quality even for ordered sequences. We show how these steps -- together with GPU optimization and careful Gaussian primitive placement -- provide fast local reconstruction, in our challenging radiance field reconstruction case. We then introduce a novel cluster-based method, again using the covisibility graph, to provide efficient loop closure that does not require sequential input. Finally, to handle large scenes in our context, we introduce a progressive hierarchy that allows our method to scale to large environments, without compromising efficiency. Our results show we provide immediate feedback 3DGS reconstruction with good visual quality in several datasets, with up to thousands of input images.

URL PDF HTML 收藏
2607.14008 2026-07-16 cs.LG cs.AR 新提交

Lighthouse RL: Sample-Efficient Circuit Optimization via Strategic Reset Points

灯塔强化学习:通过策略性重置点实现样本高效的电路优化

Mustafa Emre Gürsoy, Stefan Uhlich, Ryoga Matsuo, Yağız Gençer, Arun Venkitaraman, Chia-Yu Hsieh, Andrea Bonetti, Eisaku Ohbuchi, Lorenzo Servadei

机构 * Sony Group Corporation(索尼集团公司) EPFL(洛桑联邦理工学院) Sony Semiconductor Solutions(索尼半导体解决方案公司) TU Munich(慕尼黑工业大学)

AI总结 研究针对模拟电路规模确定问题,提出灯塔强化学习方法,通过策略性重置策略,从高性能配置初始化情节引导探索,相比其他方法在样本效率、优化性能、通用性等方面显著提升,可增强基于强化学习的优化方法。

详情
AI中文摘要

本文介绍了灯塔强化学习(Lighthouse RL),一种用于模拟电路规模确定的样本高效强化学习方法。传统方法在不同性能目标间缺乏通用性,标准强化学习方法会在无前景区域浪费资源。我们的方法通过策略性重置策略解决这些低效问题,该策略从训练中发现的高性能配置(即“灯塔”)初始化情节。这些更接近目标的状态引导探索向有前景区域。与文献中的强化学习和贝叶斯优化方法相比,在二维基准问题和两个模拟电路上展示了方法的有效性,在样本效率、优化性能、通用性和目标最大化方面有显著提升。这种效率对计算昂贵的黑箱优化问题尤其有价值,重置策略可作为基于强化学习的优化方法的即插即用增强。

英文摘要

In this paper, we introduce Lighthouse RL, a sample-efficient reinforcement learning (RL) approach for analog circuit sizing. Traditional methods lack generalization across different performance targets, while standard RL approaches waste resources exploring unpromising regions. Our method addresses these inefficiencies through a strategic reset strategy that initializes episodes from high-performing configurations discovered during training, called "lighthouses". These states, which are closer to the target objectives, guide exploration toward promising regions. When compared to RL and Bayesian optimization methods from the literature, we demonstrate the effectiveness of our approach on a 2D benchmark problem and on two analog circuits, showing significant improvements in sample efficiency (up to 1.72x faster), optimization performance (100% vs. 0-87% success rate), generalization (75% vs. 0-50% extrapolation success), and objective maximization. This efficiency is particularly valuable for computationally expensive black-box optimization problems, and our reset strategy can be used as a plug-and-play enhancement for any RL-based optimization approach.

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

Pretraining in Actor-Critic Reinforcement Learning for Locomotion

在机器人运动强化学习中预训练Actor-Critic算法

Jiale Fan, Andrei Cramariuc, Tifanny Portela, Marco Hutter

机构 * Robotic Systems Lab, ETH Zürich(苏黎世联邦理工学院机器人系统实验室) Section of Microengineering, EPFL(日内瓦联邦理工学院微工程系) ETH AI Center(苏黎世联邦理工学院人工智能中心)

AI总结 本研究提出了一种在机器人运动强化学习中预训练Actor-Critic算法的方法,通过预训练模型提升样本效率和任务性能。

Comments Published in IEEE Robotics and Automation Letters (RA-L)

详情
AI中文摘要

预训练-微调范式近年来在人工智能研究中促成了众多变革性进展。然而,在机器人运动强化学习领域,尽管某些可推广的知识可能在同一体验机器人中所有特定任务策略之间共享,但个体技能通常还是从头开始学习。本工作旨在定义一种预训练神经网络模型的范式,以封装此类知识,并可作为经典Actor-Critic算法(如近端策略优化(PPO))中强化学习过程的热启动基础。我们首先采用任务无关的探索型数据收集算法来收集多样动态的转移数据,然后通过监督学习训练出一种体感逆动力学模型(PIDM)。预训练的权重随后加载到actor和critic网络中,以热启动实际任务的策略优化。我们系统地验证了所提出的方法,使用9个不同的机器人运动强化学习环境,涵盖3种不同的机器人形态,显示出这种初始化策略的显著优势。我们提出的方法与随机初始化相比,平均提高了样本效率36.9%和任务性能7.3%。我们进一步展示了关键的消融研究和实证分析,揭示了该方法有效性的机制。

英文摘要

The pretraining-finetuning paradigm has facilitated numerous transformative advancements in artificial intelligence research in recent years. However, in the domain of reinforcement learning (RL) for robot locomotion, individual skills are often learned from scratch despite the high likelihood that some generalizable knowledge is shared across all task-specific policies belonging to the same robot embodiment. This work aims to define a paradigm for pretraining neural network models that encapsulate such knowledge and can subsequently serve as a basis for warm-starting the RL process in classic actor-critic algorithms, such as Proximal Policy Optimization (PPO). We begin with a task-agnostic exploration-based data collection algorithm to gather diverse, dynamic transition data, which is then used to train a Proprioceptive Inverse Dynamics Model (PIDM) through supervised learning. The pretrained weights are then loaded into both the actor and critic networks to warm-start the policy optimization of actual tasks. We systematically validated our proposed method with 9 distinct robot locomotion RL environments comprising 3 different robot embodiments, showing significant benefits of this initialization strategy. Our proposed approach on average improves sample efficiency by 36.2% and task performance by 4.3% compared to random initialization. We further present key ablation studies and empirical analyses that shed light on the mechanisms behind the effectiveness of this method.

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

Vision-Based Dribbling for Humanoid Soccer via Privileged Representation Learning

通过特权表示学习实现基于视觉的人形足球运球

Flavio Maiorana, Valerio Spagnoli, Eugenio Bugli, Flavio Volpi, Daniele Affinita, Vincenzo Suriani, Daniele Nardi, Luca Iocchi

机构 * Sapienza University of Rome(罗马第一大学) Institut de Robòtica i Informàtica Industrial (CSIC-UPC)(工业机器人与信息学研究所(西班牙科学与技术研究委员会 - 加泰罗尼亚理工大学)) École Polytechnique Fédérale de Lausanne (EPFL)(洛桑联邦理工学院)

AI总结 研究人形机器人基于视觉的运球问题,提出将时间深度编码器嵌入强化学习策略的集成方法,应用于模拟机器人,该方法在不同场景下实现了一定成功率的运球,为处理复杂运球场景奠定基础。

详情
AI中文摘要

人形机器人技术的最新进展凸显了可部署的移动操作技能的重要性。在躲避活跃对手的同时运球需要在机载传感和实时约束下同时保持平衡、精确控球以及对动态对手的感知。现有方法通常将感知和运动分开,在有遮挡、快速球运动和复杂对手交互的情况下可能会失败。我们提出一种集成方法,通过特定任务投影层将时间深度编码器嵌入强化学习策略中。将此框架应用于模拟的Booster T1人形机器人,结果表明可以直接从深度观测中学习基于视觉、对手感知的运球,无需显式状态估计或特权场景信息。在名义目标驱动运球中学习到的策略成功率达到100%,有单个静态障碍物时为96%,面对主动移动的球攻击对手时为46%。这些结果表明所提出的框架在名义和适度动态设置中支持基于视觉的稳健运球,并为处理更具挑战性的移动对手场景奠定了坚实基础。

英文摘要

Recent advances in humanoid robotics have highlighted the importance of deployable loco-manipulation skills. Dribbling a soccer ball while evading active opponents requires simultaneous balance, precise ball control, and awareness of a dynamic adversary under onboard sensing and real-time constraints. Existing approaches typically separate perception and motion, which can be effective in controlled settings but may fail under occlusions, fast ball movements, and complex opponent interactions, since perception is not directly optimized for control. We propose an integrated approach in which a temporal depth encoder is embedded into a reinforcement learning policy through a task-specific projection layer. We apply this framework to a simulated Booster T1 humanoid robot and show that it is possible to learn vision-based, opponent-aware dribbling directly from depth observations, without explicit state estimation or privileged scene information. The learned policy achieves 100% success in nominal target-driven dribbling and 96% success with a single static obstacle, while reaching 46% success against an actively moving ball-attacker opponent. These results demonstrate that the proposed framework supports robust vision-based dribbling in nominal and moderately dynamic settings, and provides a strong foundation for handling more challenging moving-adversary scenarios.

URL PDF HTML 收藏
2607.12094 2026-07-15 cs.LG cs.AI 新提交

Sparse Autoencoders for Interpretable Out-of-Distribution Detection

用于可解释的分布外检测的稀疏自编码器

Ayush Karmacharya, Luke Luschwitz, Lucia Romero, Yanan Niu, Joseph Campbell

机构 * Purdue University(普渡大学) EPFL(洛桑联邦理工学院)

AI总结 研究如何可靠检测分布外样本,利用稀疏自编码器从神经网络中间激活中学习可解释特征,通过余弦相似度得出OOD分数,该方法在检测基准上性能领先且能提供可解释见解。

详情
AI中文摘要

可靠检测分布外(OOD)样本对机器学习模型的安全部署至关重要。神经网络对偏离训练数据的输入往往产生过度自信的预测,导致性能显著下降。许多OOD检测方法关注最终输出层,却忽略了中间网络层的丰富层次信息。本文引入一种利用稀疏自编码器(SAEs)从这些中间激活中学习可解释特征的新方法。发现分布内(ID)和OOD数据激活不同的稀疏特征集。提出一种基于测试样本稀疏特征激活与ID类平均激活之间余弦相似度的新OOD分数。我们的事后检测方法不仅在标准OOD检测基准上取得了领先性能,还对分布变化如何影响学习表示产生了可解释的见解。

英文摘要

Reliable detection of out-of-distribution (OOD) samples is crucial for the safe deployment of machine learning models. Neural networks often produce overconfident predictions for inputs that deviate from their training data, leading to significant degradation in performance. While many OOD detection methods focus on the final output layer, they neglect the rich hierarchical information present in intermediate network layers. This paper introduces a novel approach that leverages sparse autoencoders (SAEs) to learn interpretable features from these intermediate activations. We find that in-distribution (ID) and OOD data activate distinct sets of these sparse features. We propose a new OOD score derived from the cosine similarity between the sparse feature activations of a test sample and the mean activations of ID classes. Our post-hoc detection method not only achieves state-of-the-art performance on standard OOD detection benchmarks, but yields interpretable insights into how distribution shift affects learned representations.

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

Attention-Discounted Adaptive Sampler for Masked Diffusion Language Models

注意力折扣自适应采样器用于掩码扩散语言模型

Yusuf Sahin, Ahmed Rockey Saikia, Volkan Cevher, Paolo Favaro

机构 * University of Bern(伯尔尼大学) EPFL(瑞士联邦理工学院洛桑分校)

AI总结 针对掩码扩散语言模型并行解码中候选词交互导致的不安全问题,提出训练无关的重排序规则ADAS,通过注意力折扣软惩罚改进子集构建,在多个基准上提升低NFE性能。

详情
AI中文摘要

掩码扩散语言模型可以通过每次去噪迭代揭示多个令牌来减少推理步骤,但这种并行性很脆弱:当预测相互耦合时,单独置信的位置同时提交可能不安全。现有的免训练采样器如Top-\(k\)、Fast-dLLM和EB-Sampler主要控制揭示多少令牌,而通常通过忽略选定集内交互的逐令牌分数对候选进行排序。我们提出ADAS,一种用于并行掩码扩散解码的免训练重排序规则。ADAS保持基础采样器的停止规则不变,仅修改子集构建:当候选者强烈关注预测仍不确定的已选位置时,它贪婪地折扣该候选者。与将注意力转化为硬兼容性约束的图约束方法不同,ADAS保持注意力连续并将其用作软边际惩罚。在GSM8K、MATH500、HumanEval和MBPP上,针对LLaDA-8B-Base和Dream-7B-Base,将ADAS插入Top-\(k\)、Fast-dLLM和EB-Sampler中,在匹配去噪器评估下,低NFE性能平均分别提高9.11和10.46个百分点,每次前向运行时开销为3.1%。这些结果表明,软注意力折扣重排序是一种简单且模块化的方法,可提高掩码扩散语言模型高度并行解码的质量。

英文摘要

Masked diffusion language models can reduce inference steps by revealing multiple tokens per denoising iteration, but this parallelism is fragile: positions that are individually confident may be unsafe to commit together when their predictions are coupled. Existing training-free samplers such as Top-\(k\), Fast-dLLM, and EB-Sampler mainly control how many tokens to reveal, while often ranking candidates by token-wise scores that ignore interactions within the selected set. We propose ADAS, a training-free reranking rule for parallel masked diffusion decoding. ADAS leaves the base sampler's stopping rule unchanged and modifies only subset construction: it greedily discounts a candidate when it attends strongly to already selected positions whose predictions remain uncertain. Unlike graph-constrained methods that turn attention into hard compatibility constraints, ADAS keeps attention continuous and uses it as a soft marginal penalty. Across LLaDA-8B-Base and Dream-7B-Base on GSM8K, MATH500, HumanEval, and MBPP, plugging ADAS into Top-\(k\), Fast-dLLM, and EB-Sampler improves low-NFE performance at matched denoiser evaluations by \(9.11\) and \(10.46\) percentage points on average, respectively, with \(3.1\%\) per-forward runtime overhead. These results show that soft attention-discounted reranking is a simple and modular way to improve quality in highly parallel decoding for masked diffusion language models.

URL PDF HTML 收藏
2607.10508 2026-07-14 cs.DB cs.AI 新提交

Confining Nondeterminism: AI-Driven Research Systems as DBMSs for Reliable, Non-Wasteful, Transparent, and Collaborative Research [Vision]

限制非确定性:作为数据库管理系统的人工智能驱动研究系统,实现可靠、无浪费、透明和协作式研究 [愿景]

Kyoungmin Kim, Anastasia Ailamaki

机构 * EPFL(瑞士联邦理工学院)

AI总结 研究指出大语言模型代理在研究中存在不可信问题,根源是代理循环的随机调用无法检查内部状态。借鉴数据库经验,建议用确定性带版本的数据流引擎组织研究项目,大语言模型作查询编译器,五条设计规则确保研究可靠、透明且协作。

详情
AI中文摘要

进行研究(提出想法、编写和运行代码、分析结果)的大语言模型代理已经能够将一项研究从研究问题推进到生成图表,但却无法得到完全信任。连续两次提出相同问题会得到不同答案;代理会宣布一个未通过任何执行产生的数字,且工具使用也无法阻止这种情况,因为没有任何东西将代理报告的内容与工具返回的内容绑定;上游的一个小变化会使下游结果悄然过时,且无法列出哪些结果过时;代理会重新运行预处理并重写它已经生成的代码。我们认为这些失败都有一个共同根源:当今代理循环中的每一步都是对大语言模型的随机调用,其内部状态无人能检查,包括代理自身。我们不是试图窥视大语言模型内部,而是从数据库中汲取经验,数据库无需被监视就能赢得信任,因为基于定义良好的状态的确定性操作使其保证得以构建。我们建议以同样的方式组织一个研究项目。该项目存在于一个确定性的、带版本的数据流引擎中(实际上是一个针对物化视图的查询计划),大语言模型与用户一起是一个随机编译器,只能编辑该计划。执行器从不调用大语言模型;大语言模型的输出仅作为带版本的代码和数据进入,执行器随后运行这些代码和数据,任何断言的结果只有在有执行支持的情况下才会进入记录。在这个边界处的五条设计规则将熟悉的数据库机制,从版本控制和出处到增量维护和基于成本的调度,转变为使研究可靠、无浪费、透明和协作的保证。本报告展示了诊断、要求和设计;保证演练、一个原型和研究议程将出现在准备中的完整版本中。我们认为,大语言模型应该是查询编译器,而绝不是执行器。

英文摘要

LLM agents that conduct research (proposing ideas, writing and running code, analyzing results) can already carry a study from research question to figures, yet cannot be fully trusted. The same question asked twice in a row returns different answers; the agent announces a number that no execution produced, and tool use does not prevent this, because nothing binds what the agent reports to what its tools returned; a small upstream change leaves downstream results silently stale, with no way to list which ones; and the agent re-runs preprocessing and rewrites code it has already produced. We argue these failures share one root: every step of today's agent loop is a stochastic LLM call whose internal state nobody, including the agent, can check. Rather than trying to see inside the LLM, we take a lesson from databases, which earn trust without being watched, because deterministic operators over well-defined state make their guarantees hold by construction. We propose organizing a research project the same way. The project lives in a deterministic, versioned dataflow engine (in effect, a query plan over materialized views), and the LLM, together with the user, is a stochastic compiler that may only edit that plan. The executor never calls the LLM; LLM output enters only as versioned code and data that the executor then runs, and any asserted result enters the record only with an execution behind it. Five design rules at this boundary turn familiar database machinery, from versioning and provenance to incremental maintenance and cost-based scheduling, into guarantees that make research reliable, non-wasteful, transparent, and collaborative. This report presents the diagnosis, the requirements, and the design; the guarantee walkthrough, a prototype, and the research agenda appear in the full version, in preparation. The LLM, we argue, should be the query compiler, never the executor.

URL PDF HTML 收藏
2607.09876 2026-07-14 cs.CV cs.AI q-bio.NC q-bio.QM 新提交

Prompting-MammAlps: Fine-Grained Text-to-Video Retrieval for Camera-Trap Data

Prompting-MammAlps:用于相机陷阱数据的细粒度文本到视频检索

Valentin Gabeff, Baptiste Maquignaz, Jennifer Shan, Sepideh Mamooler, Gencer Sumbul, Blair Costelloe, Devis Tuia, Alexander Mathis

机构 * Ecole Polytechnique Fédérale de Lausanne (EPFL)(洛桑联邦理工学院) Max Planck Institute of Animal Behavior(马克斯·普朗克动物行为研究所) University of Konstanz(康斯坦茨大学)

AI总结 针对相机陷阱数据自动检索视频的难题,提出Prompting-MammAlps基准及细粒度可解释TVR方法,训练视觉变压器并结合大语言模型处理查询,在基准测试中取得较好成绩,优于零样本VLM。

Comments Accepted at ECCV 2026; Project page: https://cnai.epfl.ch/prompting-mammalps

详情
AI中文摘要

从大型相机陷阱数据集中自动检索视频具有挑战性。基于大型视频语言模型的文本到视频检索(TVR)方法有潜力通过文本查询检索感兴趣的事件,但当前方法缺乏时空理解且对生态数据泛化性不佳。本文引入Prompting-MammAlps首个相机陷阱TVR基准,并提出细粒度且可解释的TVR方法。训练视觉变压器进行时空动作定位并转换为结构化文本描述视频,由基于大语言模型的编码代理处理查询以解析结构化文本并检索视频,利用大语言模型使用自定义解析库函数降低幻觉风险并提高可解释性。该方法在基准测试中取得了34%的基于集合的F1分数,而最佳零样本VLM仅为18%且缺乏可解释性。

英文摘要

Automatically retrieving videos from large camera-trap datasets remains challenging. Text-to-Video retrieval (TVR) methods based on large video-language models (VLMs) have potential to retrieve events of interest by describing them with simple text queries. However, current methods often lack spatiotemporal understanding and do not generalize well to ecological data. In this work, we introduce Prompting-MammAlps, the first camera-trap TVR benchmark, and propose a fine-grained and interpretable TVR method. Specifically, we trained a vision transformer to perform spatiotemporal action localization, and convert its output to structured text, describing each video. Independently, ethology-inspired queries are processed by a Large-Language Model (LLM) based coding agent to parse the structured text per video and retrieve videos accordingly. We harnessed the LLM to use functions from a custom parsing library to minimize the risk of LLM hallucinations and to improve method interpretability. This retrieval approach applied on the Prompting-MammAlps benchmark achieved a set-based F1-score of 34\% on a test set of 135 ecologically-relevant queries and 775 candidate videos. In comparison the best zero-shot VLM achieved a F1-score of 18\%, while also lacking interpretability. Project page: https://cnai.epfl.ch/prompting-mammalps

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

Agentic generation of verifiable rules for deterministic, self-expanding reaction classification

用于确定性、自扩展反应分类的可验证规则的智能体生成

Daniel Armstrong, Maarten Dobbelaere, Valentas Olikauskas, Helena Avila, Octavian Susanu, Jérôme Waser, Philippe Schwaller

机构 * École Polytechnique Fédérale de Lausanne (EPFL)(洛桑联邦理工学院) Laboratory for Chemical Technology, Ghent University(根特大学化学技术实验室) NCCR Catalysis(瑞士国家研究能力中心催化项目)

AI总结 提出多智能体LLM框架,通过验证循环自动生成反应规则,将标准分类从68类扩展到14,073类,并实现97.7%的未知反应分类准确率。

详情
AI中文摘要

计算机辅助合成规划使用大型反应规则库将目标分子分解为可访问的前体,每条规则为每个转化赋予确定性的、可解释的标签。但化学领域呈长尾分布,手动编码难以处理,现有工具依赖固定规则集,无法适应新化学。本文提出一个全自动流水线,其中多智能体框架的大语言模型(LLM)对665,901个美国专利反应进行分类并编写规则本身,每条规则在验证循环中生成,该循环对语料库进行测试。它将标准分类从68类扩展到14,073类,无需人工筛选。通过轻量级指纹分类器,它对97.7%的未见反应进行分类,与领先的专有分类器性能相当,同时更精细地解析化学,并按需扩展到训练分布之外的化学。结果是一个活的反应性数据库,以及将生成模型转化为可靠的、自扩展的符号系统的一般途径。

英文摘要

Computer-assisted synthesis planning breaks target molecules into accessible precursors using large libraries of reaction rules that assign each transformation a deterministic, interpretable label. But chemistry is long-tailed, making manual encoding intractable, and existing tools rely on fixed rulesets that cannot adapt to new chemistries. Here we present a fully automated pipeline in which a multi-agent framework of large language models (LLMs) classifies reactions and writes the rules themselves across 665,901 US patent reactions, generating each rule under a verification loop that tests it against the corpus. It expands a standard taxonomy from 68 to 14,073 classes without human curation. With a lightweight fingerprint classifier, it classifies 97.7\% of unseen reactions, matching a leading proprietary classifier while resolving chemistry more finely and extending on demand to chemistry outside its training distribution. The result is a living reactivity database and a general route to turning generative models into reliable, self-expanding symbolic systems.

URL PDF HTML 收藏
2604.19403 2026-07-14 cs.CV 版本更新

VecHeart: Holistic Four-Chamber Cardiac Anatomy Modeling via Hybrid VecSets

VecHeart:通过混合VecSets实现整体四腔心脏解剖建模

Yihong Chen, Pascal Fua

机构 * CVLAB, EPFL(EPFL计算机视觉实验室)

AI总结 本文提出VecHeart框架,通过混合部分Transformer和解剖完成遮蔽策略,实现四腔心脏结构的完整重建与生成,解决了传统方法在多部分关联建模中的不足。

Comments Accepted by MICCAI 2026

详情
AI中文摘要

准确的心脏解剖建模需要模型能够处理结构间的复杂相互关系。本文提出VecHeart,一个统一的框架,用于整体重建和生成四腔心脏结构。为克服当前前馈隐式方法的局限性,特别是其对单对象建模的限制和对部分间相关性的忽视,我们引入了混合部分Transformer,利用部分特定的可学习查询和交错注意力来捕捉复杂的室间依赖关系。此外,我们提出了解剖完成遮蔽和模态对齐策略,使模型能够从部分、稀疏或噪声观测中推断出完整的四腔结构,即使某些解剖部分完全缺失。VecHeart还无缝扩展到3D+t动态网格序列生成,展示了卓越的通用性。实验表明,我们的方法在多种具有挑战性的场景中实现了最先进的性能。代码将被发布。

英文摘要

Accurate cardiac anatomy modeling requires the model to be able to handle intricate interrelations among structures. In this paper, we propose VecHeart, a unified framework for holistic reconstruction and generation of four-chamber cardiac structures. To overcome the limitations of current feed-forward implicit methods, specifically their restriction to single-object modeling and their neglect of inter-part correlations, we introduce Hybrid Part Transformer, which leverages part-specific learnable queries and interleaved attention to capture complex inter-chamber dependencies. Furthermore, we propose Anatomical Completion Masking and Modality Alignment strategies, enabling the model to infer complete four-chamber structures from partial, sparse, or noisy observations, even when certain anatomical parts are entirely missing. VecHeart also seamlessly extends to 3D+t dynamic mesh sequence generation, demonstrating exceptional versatility. Experiments show that our method achieves state-of-the-art performance, maintaining high-fidelity reconstruction across diverse challenging scenarios. Code is available at https://github.com/Scalsol/VecHeart.

URL PDF HTML 收藏
2604.17335 2026-07-14 cs.RO 版本更新

Learning Whole-Body Humanoid Locomotion via Motion Generation and Motion Tracking

通过动作生成与动作追踪学习全身体态的人形运动

Zewei Zhang, Kehan Wen, Michael Xu, Junzhe He, Chenhao Li, Takahiro Miki, Clemens Schwarke, Chong Zhang, Xue Bin Peng, Marco Hutter

机构 * Robotic Systems Lab, ETH Zuirch(苏黎世联邦理工学院机器人系统实验室) Simon Fraser University(西蒙弗雷泽大学) ETH AI Center, ETH Zurich(苏黎世联邦理工学院人工智能中心) EPFL(苏黎世联邦理工学院)

AI总结 本文提出结合参考动作学习与地形感知适应的全身体态人形运动框架,通过扩散模型预测地形感知参考动作,并利用强化学习训练全身体态追踪器,提升在不同地形上的适应能力。

详情
AI中文摘要

全身体态人形运动因高维控制、形态不稳定性及实时适应各种地形的需求而具有挑战性。直接应用强化学习(RL)与奖励塑造通常导致下肢主导行为,而基于模仿的RL虽然能学习更协调的全身体态技能,但通常局限于回放参考动作,无法通过感知在线适应地形。为解决这一问题,本文提出一个结合参考动作学习与地形感知适应的全身体态人形运动框架。首先,我们在重新定位的人类动作上训练扩散模型,以实时预测地形感知的参考动作。同时,我们使用此动作数据训练全身体态追踪器,采用强化学习。为提高在不完美生成参考动作下的鲁棒性,我们进一步在闭环设置中微调追踪器,使用冻结的动作生成器。所得到的系统支持方向目标到达控制,并能通过 onboard 感知和计算部署在 Unitree G1 人形机器人上。硬件实验显示其能成功跨越箱子、障碍、台阶及混合地形组合。定量结果进一步表明,结合在线动作生成和微调动作追踪器能提高泛化能力和鲁棒性。

英文摘要

Whole-body humanoid locomotion is challenging due to high-dimensional control, morphological instability, and the need for real-time adaptation to various terrains using onboard perception. Directly applying reinforcement learning (RL) with reward shaping to humanoid locomotion often leads to lower-body-dominated behaviors, whereas imitation-based RL can learn more coordinated whole-body skills but is typically limited to replaying reference motions without a mechanism to adapt them online from perception for terrain-aware locomotion. To address this gap, we propose a whole-body humanoid locomotion framework that combines skills learned from reference motions with terrain-aware adaptation. We first train a diffusion model on retargeted human motions for real-time prediction of terrain-aware reference motions. Concurrently, we train a whole-body reference tracker with RL using this motion data. To improve robustness under imperfectly generated references, we further fine-tune the tracker with a frozen motion generator in a closed-loop setting. The resulting system supports directional goal-reaching control with terrain-aware whole-body adaptation, and can be deployed on a Unitree G1 humanoid robot with onboard perception and computation. The hardware experiments demonstrate successful traversal over boxes, hurdles, stairs, and mixed terrain combinations. Quantitative results further show the benefits of incorporating online motion generation and fine-tuning the motion tracker for improved generalization and robustness.

URL PDF HTML 收藏
2509.12090 2026-07-14 cs.CV 版本更新

End-to-End 4D Heart Mesh Recovery Across Full-Stack and Sparse Cardiac MRI

跨全栈和稀疏心脏磁共振成像的端到端4D心脏网格恢复

Yihong Chen, Jiancheng Yang, Deniz Sayin Mercadier, Hieu Le, Juerg Schwitter, Pascal Fua

机构 * School of Computer and Communication Science, EPFL(计算机与通信科学学院,瑞士联邦理工学院) ELLIS Institute Finland, Aalto University, Finland(芬兰ELLIS研究所,阿尔托大学,芬兰) University of North Carolina at Charlotte(北卡罗来纳大学夏洛特分校) Center for Interventional MRI, CHUV(介入MRI中心,CHUV)

AI总结 研究针对心脏磁共振成像序列重建心脏运动问题,提出TetHeart框架,利用可变形四面体,通过创新机制和策略,能从全栈及稀疏切片观测恢复4D心脏网格,在多数据集上实现高精度和强泛化。

Comments Accepted by TMLR

详情
AI中文摘要

从心脏磁共振成像(CMR)序列重建心脏运动对诊断、预后和干预至关重要。现有方法依赖完整CMR堆栈推断全心运动,限制了在仅有稀疏观测的干预过程中的适用性。我们提出了TetHeart,首个用于从离线全栈和术中稀疏切片观测统一进行4D心脏网格恢复的端到端框架。该方法利用可变形四面体在心脏结构共享的连贯空间中捕捉形状和运动。术前从高质量全栈初始化详细的患者特异性心脏网格,术中可根据实时获取的切片(甚至单个切片)进行更新。TetHeart包含多项关键创新:注意力切片自适应2D-3D特征组装机制、极端稀疏下确保准确重建的蒸馏策略、仅在关键帧(如舒张末期和收缩末期)需要注释的弱监督运动学习方案。在三个大型公共数据集上训练和验证,并在无需重新训练的额外私人干预和公共数据集上进行零样本评估,TetHeart在术前和术中设置中均实现了最先进的准确性和强大的泛化能力。代码和数据集可通过此https URL获取。

英文摘要

Reconstructing cardiac motion from CMR sequences is critical for diagnosis, prognosis, and intervention. Existing methods rely on complete CMR stacks to infer full heart motion, limiting their applicability during intervention when only sparse observations are available. We present TetHeart, the first end-to-end framework for unified 4D heart mesh recovery from both offline full-stack and intra-procedural sparse-slice observations. Our method leverages deformable tetrahedra to capture shape and motion in a coherent space shared across cardiac structures. Before a procedure, it initializes detailed, patient-specific heart meshes from high-quality full stacks, which can then be updated using whatever slices can be obtained in real-time, down to a single one during the procedure. TetHeart incorporates several key innovations: (i) an attentive slice-adaptive 2D-3D feature assembly mechanism that integrates information from arbitrary numbers of slices at any position; (ii) a distillation strategy to ensure accurate reconstruction under extreme sparsity; and (iii) a weakly supervised motion learning scheme requiring annotations only at keyframes, such as the end-diastolic and end-systolic phases. Trained and validated on three large public datasets and evaluated zero-shot on additional private interventional and public datasets without retraining, TetHeart achieves state-of-the-art accuracy and strong generalization in both pre- and intra-procedural settings. Code and dataset is available at https://github.com/Scalsol/TetHeart.

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

Toward Autonomous Soft Robotic Endovascular Navigation via Imitation Learning

通过模仿学习实现自主软机器人血管内导航

Noah Barnes, Ji Woong Kim, Lingyun Di, Hannah Qu, Anuruddha Bhattacharjee, Miroslaw Janowski, Dheeraj Gandhi, Bailey Felix, Shaopeng Jiang, Olivia Young, Mark Fuge, Ryan D. Sochol, Jeremy D. Brown, Axel Krieger

机构 * Johns Hopkins University(约翰霍普金斯大学) Stanford University(斯坦福大学) McGill University(麦吉尔大学) University of Maryland(马里兰大学) Swiss Federal Institute of Technology in Lausanne (EPFL)(日内瓦联邦理工学院(EPFL)) ETH Zurich(苏黎世联邦理工学院)

AI总结 研究旨在实现自主软机器人血管内导航,开发基于变压器的模仿学习框架,通过目标条件等实现通用导航,在多种几何结构上训练并评估,策略成功率高,还进行了相关研究及扩展,提升了在未见几何结构上的成功率。

详情
AI中文摘要

在血管内手术中,介入医生在细钢丝引导下将导管推送至患者血管内的治疗部位。机器人导丝虽能增强可操作性,但建模与控制困难。自主软机器人导丝导航有望克服这些挑战,提高血管内导航的精度和安全性。作为第一步,我们建立了用于自主导航的大规模二维投影环境。我们开发了基于变压器的模仿学习框架,通过目标条件、相对动作输出和自动造影剂注射,在动脉瘤靶向任务中实现通用的软机器人导航。我们在36种不同的模块化分叉几何结构上训练策略,在模拟荧光透视下生成647个示范,并在三种未见的血管几何结构上进行评估。该策略在未见几何结构上到达动脉瘤的成功率为83%,优于多个基线。此外,消融和基线研究评估了每个设计和数据收集选择的有效性。最后,我们将该策略扩展到在一个未见的患者来源几何结构上实现75%的成功率。

英文摘要

In endovascular surgery, endovascular interventionists push a thin tube called a catheter, guided by a thin wire to a treatment site inside the patient's blood vessels to treat various conditions such as blood clots, aneurysms, and malformations. Robotic guidewires can enhance maneuverability but are difficult to model and control. Autonomous soft robotic guidewire navigation has the potential to overcome these challenges, increasing the precision and safety of endovascular navigation. As a first step, we establish a large-scale, 2D-projected environment for autonomous navigation. In other surgical domains, end-to-end imitation learning has shown promising results. Thus, we develop a transformer-based imitation learning framework with goal conditioning, relative action outputs, and automatic contrast dye injections to enable generalizable soft robot navigation in an aneurysm targeting task. We train the policy on 36 different modular bifurcated geometries, generating 647 total demonstrations under simulated fluoroscopy, and evaluate it on three previously unseen vascular geometries. The policy reaches the aneurysm with a success rate of 83% on the unseen geometries, outperforming several baselines. In addition, ablation and baseline studies evaluate the effectiveness of each design and data collection choice. Lastly, we extend the policy to achieve 75% success on an unseen patient-derived geometry. Project website: https://softrobotnavigation.github.io/

URL PDF HTML 收藏
2607.09490 2026-07-13 cs.DS cs.CG cs.LG stat.ML 新提交

Terminal Dimension Reduction for Time Series with Applications

时间序列的终端降维及其应用

Alexander Munteanu, Matteo Russo, David Saulpic, Chris Schwiegelshohn

机构 * TU Dortmund(图宾根大学) EPFL(苏黎世联邦理工学院) CNRS & Université Paris Cité, IRIF(国家科学研究中心及巴黎cité大学,IRIF) Aarhus University(奥胡斯大学)

AI总结 研究针对时间序列聚类等复杂结构降维问题,将终端嵌入推广到仿射线段,利用保线终端嵌入结合约翰逊 - 林登施特劳斯嵌入获得无维核心集,实验表明其在时间序列降维上表现良好且有独特优势。

Comments ICML 2026

详情
AI中文摘要

终端嵌入已成为一种强大的降维工具。给定一组点\(P\subset \mathbb{R}^d\),终端嵌入是一个映射\(f:\mathbb{R}^d\rightarrow \mathbb{R}^t\),在该映射下,任意两点\(p\in P\)和\(q\in \mathbb{R}^d\)的成对距离在小失真范围内得以保留。终端嵌入在构建\(k\)均值和\(k\)中位数核心集方面成果丰硕。但这些技术尚未扩展到更复杂的结构,如在测量之间的普通直线插值下对时间序列数据进行聚类。主要问题是终端嵌入不能是线性的,不适合保留线性结构。在这项工作中,我们将终端嵌入推广到仿射线段以克服此问题。我们使用保线终端嵌入获得了在弗雷歇距离下聚类时间序列的首个无维核心集,展示了其适用性。基础降维使用约翰逊 - 林登施特劳斯(JL)嵌入,实验表明终端嵌入在合成和真实世界时间序列上与JL表现相似且优于PCA,同时只有终端嵌入将成对距离保留扩展到整个环境空间。

英文摘要

Terminal embeddings have emerged as a powerful tool for dimension reduction. Given a set of points $P\subset \mathbb{R}^d$, a terminal embedding is a mapping $f:\mathbb{R}^d\rightarrow \mathbb{R}^t$ that preserves the pairwise distance between any pair of points $p\in P$ and $q\in \mathbb{R}^d$ up to small distortion under this mapping. Terminal embeddings have been particularly fruitful for constructing $k$-means and $k$-median coresets, where the objective is to find a typically weighted subset $Ω$ of $P$ such that for any candidate solution, the cost of the clustering objective on $Ω$ approximates the cost of the clustering objective on $P$ up to small distortion. Unfortunately, these techniques have not been extended to more complicated structures such as clustering time-series data under common straight-line interpolation between measurements. The main issue is that terminal embeddings, arguably the central technique in this line of research, cannot be linear and are thus not immediately suitable to preserve linear structures. In this work, we develop a generalization of terminal embeddings to affine line-segments that overcomes this issue. We showcase their applicability by using our lines-preserving terminal embeddings to obtain the first dimension-free coresets for clustering time-series under the Fréchet distance. The underlying dimension reduction uses Johnson-Lindenstrauss (JL) embeddings, and our experiments indicate that terminal embeddings perform similarly to JL and favorably against PCA for synthetic and real-world time-series, while only terminal embeddings extend pairwise distance preservation to the full ambient space.

URL PDF HTML 收藏
2606.18853 2026-07-13 stat.ML cs.LG 新提交

Kernel of Partition Paths: A Unified Representation for Tree Ensembles

划分路径的核:树集成的统一表示

Nicolas Mahler

机构 * Datapred SAS Datapred SA EPFL Innovation Park – Bâtiment A

AI总结 提出KPP核,通过路径度量索引森林节点,统一了预测、精确加性归因、确定性Lipschitz鲁棒半径和Rademacher风险界,为树集成提供几何框架。

Comments v3 (38 pages): adds a 40-dataset benchmark study with Friedman and Nemenyi analyses, leaf-only and node-weight ablations, and per-dataset supplementary tables; incorporates three correctness-focused revision passes. Results and conclusions unchanged

详情
AI中文摘要

最近的一系列工作将单个决策树重新表述为基于其分裂的工程特征的线性模型,为oracle不等式和特征重要性重解释开辟了途径,但留下了一个开放问题:当通过节点而非分裂索引特征映射时,森林诱导的统一几何对象是什么。本文研究了该对象。KPP通过森林节点索引特征映射,并由路径度量加权,该度量将每个坐标转化为平方欧几里得路径等距嵌入的分量。KPP在承载度量的非对角Gram矩阵下统一了四个支柱:预测、精确加性归因、KPP度量下的确定性Lipschitz鲁棒半径,以及在固定、诚实或交叉拟合条件下的回归和分类的均匀Rademacher风险界。所有概率保证均以表示为条件,并在三种显式条件机制下陈述;鲁棒半径保证在KPP度量下是确定性的,而非原始输入的范数。回归和分类的快速率改进被推测为开放问题,并未声称是定理。

英文摘要

A recent line of work has reframed individual decision trees as linear models on engineered features associated with their splits, opening routes for oracle inequalities and feature-importance reinterpretation, but leaving open the question of what unified geometric object a forest induces when one indexes its feature map by nodes rather than by splits. The present paper studies that object. KPP indexes the feature map by the nodes of the forest, weighted by a path metric that turns each coordinate into a component of a squared-Euclidean path-isometric embedding. KPP unifies four pillars under a single node-indexed representation whose Gram is non-diagonal and carries a metric: prediction, exact additive attribution, deterministic Lipschitz robust radius in the KPP metric, and uniform Rademacher risk bounds for regression and classification under fixed, honest, or cross-fit conditioning. All probabilistic guarantees are conditional on the representation and are stated under three explicit conditioning regimes; the robust-radius guarantee is deterministic in the KPP metric rather than in a norm on the raw input. Conjectured fast-rate refinements for both regression and classification are stated as open problems and are not claimed as theorems.

URL PDF HTML 收藏
2607.08317 2026-07-10 cs.AI 新提交

Blind-Spots-Bench: Evaluating Blind Spots in Multimodal Models

盲点基准:评估多模态模型中的盲点

Matteo Santelmo, Xiuying Wei, Israa Fakih, Felix Bauer, Juan Garcia Giraldo, Chengkun Li, Etienne Bamas, Emmanuel Abbé

机构 * École Polytechnique Fédérale de Lausanne(瑞士联邦理工学院)

AI总结 研究旨在评估多模态模型盲点,引入盲点基准,收集学生原始问题并标注,提出任务分类法和自动评分管道。分析发现闭源前沿模型超越开源模型,各模型在不同任务类型表现各异,凸显该基准对识别模型弱点的价值。

Comments 25 pages, 8 figures

详情
AI中文摘要

现代人工智能模型在许多既定基准测试中表现出色,但在人类认为几乎微不足道的任务上仍会失败,这表明现有基准可能无法充分衡量当前系统中持续存在的盲点。我们引入了盲点基准,通过对人类看似简单但对现代人工智能仍具挑战性的任务来暴露这些盲点。我们从人工智能课程的学生那里收集原始问题,进行清理并标注结构化参考解决方案,提出了针对235个样本数据集的任务分类法。还开发了自动评分管道来评估多种模型。分析表明,闭源前沿模型能大幅超越开源模型,即使在现有基准测试中性能相当。更细致分析显示,没有单一模型在所有任务类型中占主导,一些任务对所有评估模型都有挑战。这些结果凸显了盲点基准作为识别当前现代模型具体弱点的诊断压力测试的价值。

英文摘要

Modern AI models achieve strong performance on many established benchmarks, yet they still fail on tasks that humans find almost trivial, such as manipulating a string or drawing a dog with five legs. These examples suggest that existing benchmarks may under-measure persistent blind spots in current systems. We introduce $\texttt{blind-spots-bench}$, a benchmark designed to expose such blind spots through tasks that appear simple for humans but remain challenging for modern AI. We collect raw questions from students in an AI course, clean and annotate them with structured reference solutions, and propose a task taxonomy tailored to the resulting dataset of 235 samples. We further develop an automated grading pipeline to evaluate a wide range of models, including open-weight and closed-source language, vision-language, and image-generation models. Our analysis on $\texttt{blind-spots-bench}$ reveals that closed-source frontier models can substantially outperform open-weight models with even $\approx10\%$ gap, even when they attain comparable performance on existing benchmarks. A more fine-grained analysis shows that no single model dominates across all task types, and that some tasks remain challenging for all evaluated models. These results highlight the value of $\texttt{blind-spots-bench}$ as a diagnostic stress test for identifying concrete weaknesses in current modern models.

URL PDF HTML 收藏
2607.08143 2026-07-10 cs.CL cs.AI cs.IR 新提交

ICDAR 2026 HIPE-OCRepair Competition on LLM-Assisted OCR Post-Correction for Historical Documents

ICDAR 2026关于历史文档的大语言模型辅助OCR后校正的HIPE-OCRepair竞赛

Maud Ehrmann, Emanuela Boros, Juri Opitz, Andrianos Michail, Florian Wagner, Simon Clematide

机构 * École Polytechnique Fédérale de Lausanne (EPFL), Switzerland(瑞士联邦理工学院洛桑分校) University of Zurich, Switzerland(苏黎世大学)

AI总结 ICDAR 2026的HIPE-OCRepair竞赛旨在评估大语言模型辅助历史文档OCR后校正系统能力,提供可重现评估框架。四支队伍提交不同策略系统,结果显示虽能提高OCR质量,但性能因多种因素而异,还存在过度校正问题,相关资源已发布供后续研究。

Comments 17 pages

详情
AI中文摘要

我们展示了HIPE-OCRepair-2026的结果,这是一场关于大语言模型辅助历史文档OCR后校正的ICDAR竞赛。OCR后校正在数字遗产领域仍是长期挑战:大量数字化文档受旧有OCR错误影响,大规模重新数字化不切实际。大语言模型为应对此挑战带来契机,但其在跨语言、文档类型和噪声条件下的有效性及产生幻觉的倾向尚了解不足。HIPE-OCRepair-2026有两个目标:评估现代OCR后校正系统能力;提供基于HIPE-OCRepair-2026数据集的可重现评估框架,该数据集整合了现有及新整理的历史数据集。参与者需校正英、法、德(17至20世纪)历史报纸和印刷作品的有噪声OCR转录本,在连贯转录单元(段落或文章)层面工作且无法获取源图像。评估采用检索导向而非外交评分方法。四支队伍提交了从零样本提示到持续预训练和微调的系统。结果表明现代大语言模型辅助系统能显著提高OCR质量,但性能因数据集、语言和噪声水平而异。低噪声输入的过度校正成为反复出现的挑战,凸显了超越字符错误减少进行评估的重要性。数据集、评分器和评估管道已公开发布以支持未来研究。

英文摘要

We present the results of HIPE-OCRepair-2026, an ICDAR competition on LLM-assisted OCR post-correction of historical documents. OCR post-correction remains a long-standing challenge in digital heritage: large-scale collections of digitized documents are affected by legacy OCR errors, while re-digitization at scale remains impractical. Large language models (LLMs) offers a major opportunity to revisit this challenge, yet their effectiveness across languages, document types, and noise conditions - and their tendency to hallucinate - remains insufficiently understood. HIPE-OCRepair-2026 pursues two objectives: (i) to evaluate the capabilities of modern OCR post-correction systems, and (ii) to provide a reproducible evaluation framework anchored in the HIPE-OCRepair-2026 dataset, a harmonized multilingual resource consolidating existing and newly curated historical datasets. Participants were tasked with correcting noisy OCR transcripts from historical newspapers and printed works in English, French, and German (17th-20th century), working at the level of coherent transcription units (paragraphs or articles) without access to source images. The evaluation adopts a retrieval-oriented rather than diplomatic scoring approach, reflecting the practical use case of search and access over digitized collections. Four teams submitted systems ranging from zero-shot prompting to continued pre-training and fine-tuning, offering insights into the merits of different adaptation strategies. Results show that modern LLM-assisted systems can significantly improve OCR quality, but performance varies across datasets, languages, and noise levels. Over-correction on low-noise inputs emerges as a recurring challenge, highlighting the importance of evaluation beyond character error reduction. The dataset, scorer, and evaluation pipeline are publicly released to support future research.

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

Beyond Thermal Imaging: Inferring Thermophysical Properties from Time-Resolved Thermal Observations

超越热成像:从时间分辨热观测中推断热物理性质

Chenghao Xu, Malcolm Mielle, Olga Fink

机构 * École polytechnique fédérale de Lausanne(洛桑联邦理工学院) Schindler Holding AG(迅达控股公司)

AI总结 研究从热观测推断热物理性质的问题,提出ThermoField框架,通过可微热传递模拟统一热场景重建和热物理参数估计,能在复杂3D场景中联合重建几何、估计热扩散率并预测热演变,为相关研究提供统一方法。

Comments 31 pages, In submission

详情
AI中文摘要

从感官观测中推断潜在物理性质是机器感知中的一项基本挑战。在可用的传感方式中,热成像很有前景,因为温度演变直接受热传递物理支配,可编码场景潜在热物理性质的信息。现有热场景重建方法能恢复复杂3D环境中的温度场,但无法识别热演变的热物理性质,而逆方法虽能提供可物理解释的参数估计,但通常依赖简化几何和受控实验条件。本文引入ThermoField框架,通过可微热传递模拟统一热场景重建和热物理参数估计。该框架将这些量表示为空间变化的神经场,并通过场景几何、热传递物理和时间热观测对其进行约束。实验表明,ThermoField能联合重建几何、估计空间变化的热扩散率,并预测未见环境条件下的热演变。通过将神经场景表示与可微热传递求解器集成,该框架在复杂3D场景中实现了可物理解释的参数推断。研究结果在热场景重建和逆热传递分析之间架起了桥梁,为从热观测进行几何重建、热物理性质估计和预测热模拟提供了统一方法。

英文摘要

Inferring latent physical properties from sensory observations is a fundamental challenge in machine perception. Among available sensing modalities, thermal imaging is particularly promising because temperature evolution is directly governed by heat-transfer physics and therefore encodes information about underlying thermophysical properties of a scene. Recovering spatially resolved thermophysical properties from thermal observations could transform applications ranging from digital twins and infrastructure monitoring to robotics and scientific imaging. However, existing thermal scene reconstruction methods can recover temperature fields in complex 3D environments without identifying the thermophyiscal properties that govern thermal evolution, whereas inverse methods provide physically interpretable parameter estimation but typically rely on simplified geometries and controlled experimental conditions. Here we introduce ThermoField, a framework that unifies thermal scene reconstruction and thermophysical parameter estimation through differentiable heat-transfer simulation. The proposed framework represents these quantities as spatially varying neural fields and constrains them through scene geometry, governing heat-transfer physics, and temporal thermal observations. We demonstrate that ThermoField jointly reconstructs geometry, estimates spatially varying thermal diffusivity, and predicts thermal evolution under previously unseen environmental conditions. By integrating neural scene representations with differentiable heat-transfer solver, the framework enables physically interpretable parameter inference in complex 3D scenes. Our results establish a bridge between thermal scene reconstruction and inverse heat-transfer analysis, providing a unified approach for geometry reconstruction, thermophysical property estimation, and predictive thermal simulation from thermal observations.

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

How to Leverage Synthetic Speech for LLM-Based ASR Systems?

如何利用合成语音提升基于LLM的ASR系统?

Yanis Labrak, Dairazalia Sanchez-Cortes, Sergio Burdisso, Séverin Baroudi, Shashi Kumar, Esaú Villatoro-Tello, Srikanth Madikeri, Manjunath K E, Oldřich Plchot, Kadri Hacioğlu, Petr Motlicek, Andreas Stolcke

机构 * Idiap Research Institute(Idiap研究 institute) Universite de Toulon(里昂大学) EPFL(瑞士联邦理工学院) University of Zurich(苏黎世大学) Uniphore(Uniphore公司) Brno University of Technology(布拉格技术大学)

AI总结 针对隐私敏感领域合成语音与真实数据分布差异问题,通过分析SLAM-ASR架构定位差异来源,发现早期到中间层对时间与韵律扰动敏感,并证明卷积房间脉冲响应可缩小差距,结合层选择模块与RIR增强仅用25%真实语音即达到全真实数据基线。

Comments Submitted to SLT 2026

详情
AI中文摘要

在银行和医疗等受监管领域,隐私限制使得收集和使用真实语音成本高昂,现代文本转语音(TTS)生成的合成语音成为训练自动语音识别(ASR)系统而不暴露敏感客户录音的有吸引力的替代方案。然而,合成数据与真实数据之间持续的分布差异限制了其替代真实录音的程度。先前的工作大多将这种差异视为需要绕过的黑箱,但在我们的工作中,我们通过探测SLAM-ASR架构直接研究其起源。然后,我们定位其LLM骨干网络区分真实语音与合成语音的位置,发现判别信号集中在早期到中间层,其中时间和韵律扰动对其破坏最大。我们进一步表明,表示级别的可分离性有所帮助,但不能直接预测下游ASR的提升。另一方面,将合成音频与房间脉冲响应(RIR)进行卷积,并非通过使合成语音听起来更清晰或更自然,而是通过再现真实录音的声学不规则性来缩小差距。将这些发现转化为训练过程,通过添加层选择模块结合RIR增强,仅使用25%的真实语音(13.6小时)即可匹配全真实数据基线,并在所有更高比例下超越该基线。

英文摘要

In regulated domains such as banking and healthcare, where privacy constraints make real speech costly to collect and retain, synthetic speech from modern text-to-speech (TTS) is an appealing alternative for training automatic speech recognition (ASR) without exposing sensitive customer recordings. Yet a persistent distributional gap between synthetic and real data limits how far it can replace genuine recordings. Prior work largely treats this gap as a black box to be engineered around, but in our work, we instead examine its origin directly by probing a SLAM-ASR architecture. Then, we localise where its LLM backbone separates real from synthetic speech and find the discriminative signal concentrated in the early-to-middle layers, where temporal and prosodic perturbations disrupt it most. We further show that representation-level separability, help, but does not directly predict downstream ASR gains. On the other hand, convolving synthetic audio with room impulse responses (RIRs) narrows the gap not by making synthetic speech sound cleaner or more natural, but by reproducing the acoustic irregularities of real recordings. Translating these findings into the training procedure, by adding a layer-selection module combined with RIR augmentation matches a fully real-data baseline using only 25% of the real speech (13.6h) and surpasses it at all higher proportions.

URL PDF HTML 收藏
2607.07232 2026-07-09 stat.ML cs.AI cs.LG 新提交

DiPhon: Diffusion on Graphons for Scalable Graph Generation

DiPhon:基于图子上的扩散用于可扩展图生成

Sergio Rozada, Yiming Qin, Manuel Madeira, Pascal Frossard, Alejandro Ribeiro

机构 * King Juan Carlos University(金 Juan 卡洛斯大学) EPFL(苏黎世联邦理工学院) University of Pennsylvania(宾夕法尼亚大学)

AI总结 研究如何将扩散模型扩展到大型图,通过图子提出DiPhon框架,制定连续扩散过程并推导逆时间过程,证明其与连续图子过程的矩匹配,实验展示了在小图训练后生成大图的可扩展性。

详情
AI中文摘要

扩散模型是图生成的主要范式,在分子设计等领域有显著影响。但将这些模型扩展到大型图仍是未解决问题。我们通过图子(密集图序列与大小无关的极限对象)来研究密集图设置下结构统计如何随节点大小尺度变化,从而提出DiPhon,一种用于大小可扩展图生成的扩散框架。具体而言,通过雅可比随机微分方程在图子空间制定连续扩散过程,并提出离散图级过程来模仿有限图上的这些动态。我们还推导了相应的逆时间过程,其得分有易处理形式,通过图去噪从数据估计并用于生成图样本。证明DiPhon与连续图子过程诱导的边际分布的一阶矩完全匹配,二阶矩近似到一个封闭形式的差异。通过在小图上训练并在推理时生成更大图展示了其可扩展性,且保留核心拓扑属性。

英文摘要

Diffusion models represent a leading paradigm for graph generation, with notable impact in domains such as molecular design. Yet, scaling these models to large graphs remains an open problem. We approach this question in the dense-graph setting through the lens of graphons, the size-agnostic limit objects of dense graph sequences, to study how structural graph statistics behave across node-size scales. This perspective leads to DiPhon, a diffusion framework for size-scalable graph generation. Specifically, we formulate a continuous diffusion process on the graphon space via a Jacobi stochastic differential equation (SDE), and propose DiPhon, a discretized graph-level process that mimics these dynamics on finite graphs. We further derive the corresponding reverse-time process, which requires access to the marginal score. For the Jacobi process, this score interestingly admits a tractable form, which we estimate from data via graph denoising and plug into the reverse process to generate graph samples. We prove that DiPhon matches exactly the first moment of the marginal distributions induced by the continuous graphon process, and approximates the second moment up to a closed-form discrepancy. Thus, DiPhon inherits key size-agnostic statistical properties of the graphon dynamics, providing a principled route toward scalable graph generation. Empirically, we demonstrate this scalability by training on small graphs and generating progressively larger graphs at inference time, without retraining, while preserving their core topological properties.

URL PDF HTML 收藏