Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 04:00:00
FunL2O: LLM-Guided Feature Function Design for Learning to Optimize
AI 中文解读
据最新研究,一种名为FunL2O的新框架让AI学会“自我进化”优化算法。它的核心亮点是:不再依赖人工设计特征,而是让大语言模型像程序员一样自动编写和改良算法代码,最终效果全面超越人工方案。
通俗来说,以前想让AI高效解决数学优化问题,研究者得手动设计“特征提取器”来喂数据,既费时又难通用。FunL2O则让大模型在循环中不断尝试生成新的特征函数,通过实际运行效果来淘汰劣质方案,就像用“进化”的方式筛选最优解。实验显示,在连续优化、整数规划等多种任务中,AI自动设计出的特征都比专家手工设计的更好。
这项技术的意义在于,许多行业(如物流调度、金融投资组合、芯片设计)都依赖反复求解优化问题。过去需要专家花大量时间调整模型细节,未来AI可以自主优化这些环节,提高效率、降低成本。普通用户或许很快就能在更智能的导航、排班、资源分配系统中感受到变化,而后台正是这些自动进化算法在工作。
arXiv:2607.27389v1 Announce Type: new
Abstract: Learning-to-optimize (L2O) methods accelerate repeated optimization by training models to predict solutions, warm starts, branching decisions, or other forms of solver guidance. A critical yet largely overlooked component of these pipelines is the feature function that maps problem instances to inputs for machine learning models. Existing L2O methods typically rely on hand-crafted features, making representation design manual and largely fixed across domains. We introduce FunL2O, the first unified framework for automating feature design through LLM-driven program evolution for L2O. In a FunSearch-style loop, an LLM proposes executable feature functions, while a fixed evaluation process retrains the original L2O model and measures downstream optimization performance. We evaluate FunL2O on linear and quadratic programming tasks involving solution prediction and warm-starting, as well as on mixed-integer optimization tasks using GNN-guided backdoor branching and Predict-and-Search. Across continuous and discrete optimization tasks and four LLMs, the evolved features consistently outperform hand-crafted representations. These results establish LLM-driven feature evolution as a general and effective approach to automating representation design in L2O.
分享
阅读原文 ↗