paper-with-me

Papers

Guided Evolution with Binary Discriminators for ML Program Search

2024-02-08 · John D. Co-Reyes, Yingjie Miao, George Tucker, Aleksandra Faust, Esteban Real

How to automatically design better machine learning programs is an open problem within AutoML. While evolution has been a popular tool to search for better ML programs, using learning itself to guide the search has been less successful and less understood on harder problems but has the promise to dramatically increase the speed and final performance of the optimization process. We propose guiding evolution with a binary discriminator, trained online to distinguish which program is better given a pair of programs. The discriminator selects better programs without having to perform a costly evaluation and thus speed up the convergence of evolution. Our method can encode a wide variety of ML components including symbolic optimizers, neural architectures, RL loss functions, and symbolic regression equations with the same directed acyclic graph representation. By combining this representation with modern GNNs and an adaptive mutation strategy, we demonstrate our method can speed up evolution across a set of diverse problems including a 3.7x speedup on the symbolic search for ML optimizers and a 4x speedup for RL loss functions.

📄 PDF Abstract BibTeX arXiv:2402.05821

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLSymbolic Regression

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Evolutionary Multi-Task Optimization for LLM-Guided Program Discovery

2026-05-21 · Halil Alperen Gozeten, Xuechen Zhang, Emrullah Ildiz, Ege Onur Taga 외 arxiv

Recent LLM-guided evolutionary search methods have shown that iterative program mutation can discover strong algorithms, but they typically optimize each task independently, even when related tasks share reusable structu…

Feature Engineering

ML-Guided Primal Heuristics for Mixed Binary Quadratic Programs

2026-04-24 · Weimin Huang, Natalie M. Isenberg, Ján Drgoňa, Draguna L Vrabie 외 arxiv

Mixed Binary Quadratic Programs (MBQPs) are an important and complex set of problems in combinatorial optimization. As solving large-scale combinatorial optimization problems is challenging, primal heuristics have been d…

RankEvolve: Automating the Discovery of Retrieval Algorithms via LLM-Driven Evolution

2026-02-18 · Jinming Nian, Fangchen Li, Dae Hoon Park, Yi Fang arxiv

Retrieval algorithms like BM25 and query likelihood with Dirichlet smoothing remain strong and efficient first-stage rankers, yet improvements have mostly relied on parameter tuning and human intuition. We investigate wh…

Evolutionary Discovery of Bivariate Bicycle Codes with LLM-Guided Search

2026-06-01 · Juan Cruz-Benito, Andrew W. Cross, David Kremer, Ismael Faro arxiv

Quantum LDPC code discovery requires searching large algebraic design spaces while reliably certifying the parameters and equivalence classes of any candidates found. We introduce an LLM-guided evolutionary workflow in w…

SeaEvo: Advancing Algorithm Discovery with Strategy Space Evolution

2026-04-27 · Sichun Luo, Yi Huang, Haochen Luo, Fengyuan Liu 외 arxiv

Large Language Model (LLM)-guided evolutionary search is increasingly used for automated algorithm discovery, yet most current methods track search progress primarily through executable programs and scalar fitness. Even …