Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/22 04:00:00
Agentic Calibration of Grey-Box Simulation Models: An LLM-Driven Alternative
AI 中文解读
大语言模型(LLM)首次被用作“智能优化器”,在仿真模型校准中实现了更快、更省力的效果,而且处理复杂约束只需用普通文字描述,无需额外编程。这项研究来自arXiv,展示了AI在传统科学计算中的新突破。
通俗解读:科学家经常需要调整软件里的模拟模型,让它更符合真实情况。比如模拟癌症治疗效果时,要调很多参数,但每次运行模拟很费时间。传统方法要么像无头苍蝇一样乱试(效率低),要么需要复杂的数学工具(门槛高)。这篇研究让大语言模型(类似ChatGPT)扮演“智能调参员”,只需要告诉它“参数不能超过某个范围”等规则,它就能像专家一样推理,快速找到最佳参数,而且每次调整都有解释,不像黑盒子。
实际影响:这项技术能让药物研发、疾病模拟、工程仿真等领域的专家更轻松地优化模型。过去需要大量计算资源和专业知识的任务,现在用普通文字交流就能完成,成本更低、速度更快。普通人可能不会直接感受到,但未来新药上市更快、飞机发动机设计更优,背后可能就有这种AI的功劳。
arXiv:2607.18308v1 Announce Type: new
Abstract: Calibration of grey-box simulation models is a constrained optimization problem in which model evaluations are expensive, the parameter space can be high-dimensional, and the search must respect plausibility constraints. Although the simulation code is fully available to the analyst, the joint effect of multiple parameters remains difficult to predict analytically. Classical optimizers such as Nelder--Mead (NM) are simple to deploy but sample-inefficient, particularly under constraints. Modern Bayesian Optimization methods achieve competitive solutions with far fewer evaluations but require non-trivial modeling machinery for constraint handling. We introduce an agentic calibration method in which a large language model acts as the optimizer, with constraints incorporated as a plain-language section of the system prompt. We evaluate the agentic method, NM, and Bayesian Optimization (BO) on an anal cancer simulation model under both unconstrained and clinically constrained calibration. Under unconstrained calibration, the agentic method achieves substantially lower best error than BO and NM, while requiring fewer model evaluations. Under constrained calibration, the agentic method reaches comparable error levels and both outperform NM. These results are obtained at the cost of increased inference time per iteration. Agentic calibration achieves competitive performance with substantially fewer model evaluations, and constraint handling is essentially free at the modeller-facing interface through simple textual specifications rather than additional modelling machinery. The main trade-off lies in increased per-iteration inference cost, making the approach particularly suitable when simulation time dominates. Beyond performance, the per-iteration rationale makes the search auditable and explainable, so its decisions can be scrutinised and justified to third parties.
分享
阅读原文 ↗