paper-with-me

Papers

Learning to Evolve for Optimization via Stability-Inducing Neural Unrolling

2025-12-12 · Jiaxin Gao, Yaohua Liu, Ran Cheng, Kay Chen Tan arxiv

Evolutionary algorithms serve as a powerful paradigm for tackling optimization challenges, yet their reliance on manually engineered heuristics inherently limits their adaptability across diverse landscapes. However, the transition from the hand-crafted heuristics to data-driven algorithms faces a fundamental dilemma: achieving neural \emph{plasticity} without sacrificing algorithmic stability. Although learned optimizers offer high adaptivity, their unconstrained update rules often result in unstable dynamics and brittle generalization on unseen landscapes. To address this challenge, this paper proposes Learning to Evolve (L2E), a bilevel meta-optimization framework that learns evolutionary search via stability-inducing neural unrolling. First, L2E reformulates population evolution as an unrolled fixed-point iteration via a structured neural operator. In this design, the inner loop imposes a stability-biased update structure, while the outer loop meta-trains the operator to produce effective search trajectories across tasks. Second, to balance global exploration with local refinement, a gradient-derived composite solver adaptively fuses learned evolutionary proposals with proxy numerical guidance in a differentiable manner. Extensive experiments on synthetic benchmarks and real-world control tasks demonstrate that L2E achieves substantial optimization performance, scales to high-dimensional problems, and exhibits robust zero-shot transfer across diverse test distributions.

📄 PDF Abstract BibTeX arXiv:2512.11453

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bridging Classical and Learning-based Iterative Registration through Deep Equilibrium Models

2025-07-01 · Yi Zhang, Yidong Zhao, Qian Tao arxiv

Deformable medical image registration is traditionally formulated as an optimization problem. While classical methods solve this problem iteratively, recent learning-based approaches use recurrent neural networks (RNNs) …

Medical Image Registration

Numerically Stable Sparse Gaussian Processes via Minimum Separation using Cover Trees

2022-10-14 · Alexander Terenin, David R. Burt, Artem Artemev, Seth Flaxman 외

Gaussian processes are frequently deployed as part of larger machine learning and decision-making systems, for instance in geospatial modeling, Bayesian optimization, or in latent Gaussian models. Within a system, the Ga…

Bayesian OptimizationDecision MakingGaussian Processes

Learning Variational Models with Unrolling and Bilevel Optimization

2022-09-26 · Christoph Brauer, Niklas Breustedt, Timo de Wolff, Dirk A. Lorenz

In this paper we consider the problem of learning variational models in the context of supervised learning via risk minimization. Our goal is to provide a deeper understanding of the two approaches of learning of variati…

Bilevel OptimizationRolling Shutter Correction

Operator Sketching for Deep Unrolling Networks

2022-03-21 · Junqi Tang, Subhadip Mukherjee, Carola-Bibiane Schönlieb

In this work we propose a new paradigm for designing efficient deep unrolling networks using operator sketching. The deep unrolling networks are currently the state-of-the-art solutions for imaging inverse problems. Howe…

Image ReconstructionRolling Shutter Correction

Q-Flow: Stable and Expressive Reinforcement Learning with Flow-Based Policy

2026-05-13 · JaeHyeok Doo, Byeongguk Jeon, Seonghyeon Ye, Kimin Lee 외 arxiv

There is growing interest in utilizing flow-based models as decision-making policies in reinforcement learning due to their high expressive capacity. However, effectively leveraging this expressivity for value maximizati…

Reinforcement Learning