Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/1 20:16:53
HyperODE: Zero-Shot Surrogate for Simulation and Inference of Dynamical Systems
AI 中文解读
HyperODE来了!这项技术让AI模拟复杂系统时不再“从零学起”,堪称系统模拟领域的“万能钥匙”。
简单来说,科学家经常需要反复模拟传染病传播、化学反应等动态系统。传统AI模拟器就像个偏科生,换一道方程就得重新补习,耗时又费钱。HyperODE则像一位学霸,它把各种系统的公式统一翻译成一张“关系图谱”,掌握了规律后,面对没见过的系统也能举一反三,一次算清所有可能结果,甚至还能从观测数据倒推参数。
这意味着研究人员能省下大把时间,原本需要反复试验的物理、生物或社会学问题,现在几毫秒就能出结果。对普通人来说,未来依赖这类模型的天气预报、药物研发或城市交通调度会更高效——AI在复杂环境中快速适应新规则的能力,让精准预测变得更加廉价和普及。
Understanding and controlling complex dynamical systems often requires executing thousands of numerical simulations across vast parametric landscapes, which is time-consuming. Machine learning surrogates significantly accelerate simulation by predicting state trajectories across different initializations and parameter values. However, surrogate models are specialized to one simulation model. Modifying the underlying differential equations - e.g., adding a physiological state or altering an epidemiological contact network - renders trained models obsolete and forces computationally expensive retraining from scratch. We introduce HyperODE, a surrogate capable of operating across an entire class of approximately mass-conserving compartmental models without retraining. By mapping the structure of ordinary differential equations (ODEs) into directed hypergraphs, HyperODE decouples the functional form of system interactions from the neural network architecture. HyperODE takes a compartmental model in the form of an ODE with an arbitrary parameter distribution defined through quantiles and transforms it into a hypergraph. It outputs the distribution of the trajectories for all the states in the original ODE in the form of quantiles. We then use this surrogate to build an encoder that takes a noisy trajectory and outputs a distribution over the parameters of the original ODE, thus calibrating the model in a single pass. On families and system sizes never seen in training, HyperODE produces calibrated quantile bands in a single forward pass, with weighted-interval score and coverage on par with specialized surrogates for each structure. For inverse inference, HyperODE produces calibration from noisy state trajectories in a few milliseconds with a single shared encoder, competitive with existing methods. HyperODE extends zero-shot to ODEs that break mass conservation and to external forcing.
分享
阅读原文 ↗