paper-with-me

Papers

RAISE: LLM-based Automated Heuristic Design with Robust Adversary Instance Search

2026-06-30 · Fei Liu, Alessio Figalli, Patrick Owen, Nicola Serra arxiv

Automated Heuristic Design (AHD) with Large Language Models (LLMs) has shown remarkable progress in discovering high-quality heuristics. However, existing LLM-based AHD methods optimize heuristics for a fixed training instance set and may fail catastrophically when deployed under real-world distributional shifts. We propose Robust Adversary Instance Search (RAISE), a framework that integrates constrained worst-case instance search within a principled neighborhood of the training distribution into the LLM-based evolutionary search loop. RAISE treats robust AHD as a constrained adversarial instance search problem: the outer loop evolves heuristics via LLM operators, while an LLM-free inner loop efficiently identifies hard instances within an epsilon-ball around the training instance set using a basis distribution parameterization with boundary projection. Comprehensive experiments on Online Bin Packing (OBP), Online Job Shop Scheduling (OJSP), and Online Vehicle Routing (OVRP) across five distribution families demonstrate that existing LLM-based AHD methods degrade by up to 19 times under distribution shift, while RAISE consistently maintains strong performance across all tested distributions and problem scales

📄 PDF Abstract BibTeX arXiv:2606.31801

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EoH-S: Evolution of Heuristic Set using LLMs for Automated Heuristic Design

2025-08-05 · Fei Liu, Yilu Liu, Qingfu Zhang, Xialiang Tong 외 arxiv

Automated Heuristic Design (AHD) using Large Language Models (LLMs) has achieved notable success in recent years. Despite the effectiveness of existing approaches, they only design a single heuristic to serve all problem…

Observation-Assisted Heuristic Synthesis of Covert Attackers Against Unknown Supervisors

2021-03-20 · Liyong Lin, Ruochen Tai, Yuting Zhu, Rong Su

In this work, we address the problem of synthesis of covert attackers in the setup where the model of the plant is available, but the model of the supervisor is unknown, to the adversary. To compensate the lack of knowle…

Finding Solutions to Generative Adversarial Privacy

2018-10-04 · Dae Hyun Kim, Taeyoung Kong, Seungbin Jeong

We present heuristics for solving the maximin problem induced by the generative adversarial privacy setting for linear and convolutional neural network (CNN) adversaries. In the linear adversary setting, we present a gre…

Man-Made Heuristics Are Dead. Long Live Code Generators!

2025-10-09 · Rohit Dwivedula, Divyanshu Saxena, Aditya Akella, Swarat Chaudhuri 외 arxiv

Policy design for various systems controllers has conventionally been a manual process, with domain experts carefully tailoring heuristics for the specific instance in which the policy will be deployed. In this paper, we…

Code Generation

SpecAHD: Localize to Specialize for Automated Heuristic Design in Large-Scale Routing Problems

2026-07-26 · Kezhao Lai, Yutao Lai, Hai-Lin Liu arxiv

LLM-based automated heuristic design (AHD) typically scores executable programs on complete instances or within fixed solver components. In large-scale routing problems, localized reconstruction reduces the size of each …