paper-with-me

홈 › Papers

EvoX: Meta-Evolution for Automated Discovery

2026-02-26 · Shu Liu, Shubham Agarwal, Monishwaran Maheswaran, Mert Cemri, Zhifei Li, Qiuyang Mang, Ashwin Naren, Ethan Boneh, Audrey Cheng, Melissa Z. Pan, Alexander Du, Kurt Keutzer, Alvin Cheung, Alexandros G. Dimakis, Koushik Sen, Matei Zaharia, Ion Stoica arxiv

Recent work such as AlphaEvolve has shown that combining LLM-driven optimization with evolutionary search can effectively improve programs, prompts, and algorithms across domains. In this paradigm, previously evaluated solutions are reused to guide the model toward new candidate solutions. Crucially, the effectiveness of this evolution process depends on the search strategy: how prior solutions are selected and varied to generate new candidates. However, most existing methods rely on fixed search strategies with predefined knobs (e.g., explore-exploit ratios) that remain static throughout execution. While effective in some settings, these approaches often fail to adapt across tasks, or even within the same task as the search space changes over time. We introduce EvoX, an adaptive evolution method that optimizes its own evolution process. EvoX jointly evolves candidate solutions and the search strategies used to generate them, continuously updating how prior solutions are selected and varied based on progress. This enables the system to dynamically shift between different search strategies during the optimization process. Across nearly 200 real-world optimization tasks, EvoX outperforms existing AI-driven evolutionary methods including AlphaEvolve, OpenEvolve, GEPA, and ShinkaEvolve on the majority of tasks.

📄 PDF Abstract BibTeX arXiv:2602.23413

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EvoX: A Distributed GPU-accelerated Framework for Scalable Evolutionary Computation

2023-01-29 · Beichen Huang, Ran Cheng, Zhuozhao Li, Yaochu Jin 외

Inspired by natural evolutionary processes, Evolutionary Computation (EC) has established itself as a cornerstone of Artificial Intelligence. Recently, with the surge in data-intensive applications and large-scale comple…

GPUNavigateOpenAI Gym

AequeVox: Automated Fairness Testing of Speech Recognition Systems

2021-10-19 · Sai Sathiesh Rajan, Sakshi Udeshi, Sudipta Chattopadhyay

Automatic Speech Recognition (ASR) systems have become ubiquitous. They can be found in a variety of form factors and are increasingly important in our daily lives. As such, ensuring that these systems are equitable to d…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)FairnessFault localization+2

From XXLTraffic to EvoXXLTraffic: Scaling Traffic Forecasting to Sensor-Evolving Networks

2026-05-28 · Du Yin, Hao Xue, Arian Prabowo, Shuang Ao 외 arxiv

Existing traffic forecasting benchmarks assume a fixed sensor set, but real road-sensor networks grow continuously as the road network changes year by year. We introduce the XXLTraffic dataset family, which spans up to 2…

READY: Reward Discovery for Meta-Black-Box Optimization

2026-01-29 · Zechuan Huang, Zhiguang Cao, Hongshu Guo, Yue-Jiao Gong 외 arxiv

Meta-Black-Box Optimization (MetaBBO) is an emerging avenue within Optimization community, where algorithm design policy could be meta-learned by reinforcement learning to enhance optimization performance. So far, the re…

Reinforcement Learning

A Multi-objective Optimization Benchmark Test Suite for Real-time Semantic Segmentation

2024-04-25 · Yifan Zhao, Zhenyu Liang, Zhichao Lu, Ran Cheng

As one of the emerging challenges in Automated Machine Learning, the Hardware-aware Neural Architecture Search (HW-NAS) tasks can be treated as black-box multi-objective optimization problems (MOPs). An important applica…

Autonomous DrivingEvolutionary AlgorithmsHardware Aware Neural Architecture SearchNeural Architecture Search+3