paper-with-me

Papers

Information-geometric optimization with natural selection

2019-12-06 · Jakub Otwinowski, Colin LaMont

Evolutionary algorithms, inspired by natural evolution, aim to optimize difficult objective functions without computing derivatives. Here we detail the relationship between population genetics and evolutionary optimization and formulate a new evolutionary algorithm. Optimization of a continuous objective function is analogous to searching for high fitness phenotypes on a fitness landscape. We summarize how natural selection moves a population along the non-euclidean gradient that is induced by the population on the fitness landscape (the natural gradient). Under normal approximations common in quantitative genetics, we show how selection is related to Newton's method in optimization. We find that intermediate selection is most informative of the fitness landscape. We describe the generation of new phenotypes and introduce an operator that recombines the whole population to generate variants that preserve normal statistics. Finally, we introduce a proof-of-principle algorithm that combines natural selection, our recombination operator, and an adaptive method to increase selection. Our algorithm is similar to covariance matrix adaptation and natural evolutionary strategies in optimization, and has similar performance. The algorithm is extremely simple in implementation with no matrix inversion or factorization, does not require storing a covariance matrix, and may form the basis of more general model-based optimization algorithms with natural gradient updates.

📄 PDF Abstract BibTeX arXiv:1912.03395

Code (1)

jotwin/qga 공식 구현

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Information-Geometric Optimization on Spheres

2026-05-27 · Vladimir Ja\' cimović arxiv

We consider the black-box optimization problem on a sphere. Two information-geometric optimization flows (IGO flows) are designed with rigorous calculation of natural search gradients based on hyperbolic (information) ge…

Decision Making

GeoPAS: Geometric Probing for Algorithm Selection in Continuous Black-Box Optimization

2026-04-10 · Jiabao Brad Wang, Xiang Shi, Yiliang Yuan, Mustafa Misir arxiv

Automated algorithm selection for continuous black-box optimization depends on representing problem information under limited probing and selecting solvers under heavy-tailed performance distributions. This paper propose…

Stationary Geometric Graphical Model Selection

2018-06-10 · Ilya Soloveychik, Vahid Tarokh

We consider the problem of model selection in Gaussian Markov fields in the sample deficient scenario. In many practically important cases, the underlying networks are embedded into Euclidean spaces. Using the natural ge…

modelModel SelectionTime SeriesTime Series Analysis

Differential pose optimization in descriptor space -- Combining Geometric and Photometric Methods for Motion Estimation

2026-02-15 · Andreas L. Teigen, Annette Stahl, Rudolf Mester arxiv

One of the fundamental problems in computer vision is the two-frame relative pose optimization problem. Primarily, two different kinds of error values are used: photometric error and re-projection error. The selection of…

Optimization of Graph Neural Networks with Natural Gradient Descent

2020-08-21 · Mohammad Rasool Izadi, Yihao Fang, Robert Stevenson, Lizhen Lin

In this work, we propose to employ information-geometric tools to optimize a graph neural network architecture such as the graph convolutional networks. More specifically, we develop optimization algorithms for the graph…

Graph Neural NetworkNode Classification