Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

54108161215 · Jun 202019922001200920182026
48 results for Evolution Strategy

ES and FD gradients converge as optimization dimension grows.

problem Understanding the relationship between Evolution Strategies and Finite Differences gradients.
method Analyzing the convergence of gradients as the optimization dimension increases.
result ES and FD gradients converge as the dimension of the vector under optimization increases.

PES method reduces bias in gradient estimation for unrolled graphs.

problem High variance and bias in gradient estimation for unrolled computation graphs.
method Divide graph into unrolls, apply ES update, accumulate correction terms.
result PES provides unbiased, low-variance gradient estimates.

New method for portfolio management learns from past wealth evolution.

problem Optimizing portfolio selection based on past performance.
method Simulated annealing clustering for asset selection, considering past wealth evolution.
result Strategy effectively learns from past performance and performs well in practice.

Analyzes how venture investment strategies have evolved over time in different sectors.

problem Understanding changes in venture investment strategies across sectors over time.
method Applied PCA and TCA to analyze a dataset of 52,000 startups and 110,000 funding rounds.
result There has been a shift in venture investment towards lower-tech sectors and a rise in accelerator investments.

Algorithm improves vanilla option pricing accuracy during and before COVID-19.

problem Improving vanilla option pricing accuracy during and before the pandemic.
method Combinational Mutation Strategy of Differential Evolution (CmDE) algorithm for bi-objective optimization.
result Algorithm approximates real market vanilla option prices more accurately than Black-Scholes.

Investment strategies in financial markets can lead to instability due to market impacts.

problem Market impacts make it impossible for investors to accurately optimize their strategies.
method Built an agent-based model with technical analysis strategy agents to investigate optimization instability.
result Investment strategies' parameters never converged but continued to change, leading to unstable market price evolution.

New sampling method reduces variance in correlated high-dimensional distributions.

problem Reducing variance in Monte Carlo estimators for correlated high-dimensional distributions.
method DPPMC (Determinantal Point Processes Monte Carlo) method for structured sampling.
result DPPMCs improve state-of-the-art in various optimization and machine learning problems.

Algorithm learns which weights to share in deep multi-task learning.

problem Difficulty in deciding which weights to share between tasks in deep learning models.
method Combines natural evolution strategy and stochastic gradient descent to learn optimal weight sharing.
result Task-specific networks achieve lower test errors than existing methods on multi-task learning datasets.

NES optimizes discrete structured VAEs effectively without gradient propagation.

problem Learning high-dimensional discrete latent spaces in generative models.
method Natural Evolution Strategies (NES) for gradient-free optimization of discrete structures.
result NES effectively optimizes discrete structured VAEs, comparable to gradient-based methods.

A novel meta-learning method using ES for efficient reinforcement learning.

problem Sample inefficiency in reinforcement learning.
method Evolution strategies (ES) for exploration in parameter space, deterministic policy gradients for adaptation.
result Demonstrates improved performance in high-dimensional control tasks compared to gradient-based methods.

We propose a methodology for clustering financial time series of stocks' returns, and a graphical set-up to quantify and visualise the evolution of these clusters through time. The proposed graphical representation allows for the application of well known algorithms for solving classical combinatorial graph problems, w…

2011-11-14abs ↗pdf ↗

Flipout decorrelates mini-batch weights for more variance reduction.

problem Limited variance reduction in mini-batches due to shared weight perturbations.
method Implicitly samples pseudo-independent weight perturbations for each example.
result Achieves ideal linear variance reduction for various network types.

This paper explores the problem of unknotting closed braids and classical knots in mathematical knot theory. We apply evolutionary computation methods to learn sequences of moves that simplify knot diagrams, and show that this can be effective both when the evolution is carried out for individual knots and when a gener…

2013-02-04abs ↗pdf ↗

ES-Single uses ES to estimate gradients in unrolled graphs, reducing variance and improving performance.

problem Estimating gradients in unrolled computation graphs with low variance and stability.
method Evolution strategies (ES) applied to unrolled graphs, with a single perturbation per particle.
result ES-Single reduces variance compared to PES, leading to better performance in various tasks.

This paper presents Natural Evolution Strategies (NES), a recent family of algorithms that constitute a more principled approach to black-box optimization than established evolutionary algorithms. NES maintains a parameterized distribution on the set of solution candidates, and the natural gradient is used to update th…

2011-06-22abs ↗pdf ↗

Stochastic Variational Optimization is a parallelizable method for gradient estimation.

problem Gradient estimation for differentiable objectives in parallel environments.
method Variational Optimization, Natural Evolution Strategies, Gaussian Perturbation, Directional Derivatives.
result Directional Derivatives are preferable to Variational Optimization for parallel Stochastic Gradient Descent.

PBO methods improve RNN performance in learning long-term dependencies.

problem Training RNNs to learn long-term dependencies is challenging.
method Population-based global optimisation (PBO) techniques, including evolution strategies and particle swarm optimisation.
result PBO methods lead to performance improvements in RNNs for volatility forecasting.

The paper develops dynamic word embeddings to capture evolving language structures.

problem Capturing the evolving meanings and associations of words over time.
method Develops a dynamic statistical model to learn time-aware word vector representation, solving the alignment problem.
result The model reliably captures the evolution of language over time and outperforms state-of-the-art approaches.

ES for non-differentiable parameters scales to large models.

problem Learning non-differentiable parameters in large models.
method Hybrid approach combining ES for non-differentiable and gradient-based methods for differentiable parameters.
result Hybrid approach is competitive and allows training sparse models from the start.

ESAC combines genetic methods with RL to improve scalability and efficiency.

problem Combining genetic scalability with RL's data efficiency and optimal control.
method Combines Evolution Strategies (ES) with Soft Actor-Critic (SAC) to enable skill transfer and reduce hyperparameter sensitivity.
result Demonstrates improved performance and sample efficiency in challenging tasks.

Evolutionary algorithms improve decision tree ensembles.

problem Improving predictive performance of decision trees.
method Real-valued vector representation of decision trees, evolutionary algorithms (Differential evolution, Evolution strategies).
result Proposed methods outperform classical decision tree induction algorithms.

Study curves evolving on hypersurfaces with free boundaries, preserving length.

problem Evolution of curves on hypersurfaces with free boundaries.
method Nonlocal evolution equation with nonlinear boundary conditions, short-time existence, uniqueness, and parabolic energy estimates.
result Global existence and convergence to critical points proved.

In setting up a stochastic description of the time evolution of a financial index, the challenge consists in devising a model compatible with all stylized facts emerging from the analysis of financial time series and providing a reliable basis for simulating such series. Based on constraints imposed by market efficienc…

2008-07-16abs ↗pdf ↗

New communication topologies improve deep reinforcement learning efficiency.

problem Optimizing communication topology for faster and more robust learning in deep reinforcement learning.
method Introduced alternative network topologies (Erdos-Renyi random graphs) and compared their performance with fully-connected and star topologies.
result Erdos-Renyi random graphs outperform fully-connected networks in deep reinforcement learning tasks.

Significant differences in the evolution of firm size distribution for various industries in the United States have been revealed and documented. For theoretical considerations, this finding puts major constraints on the modelling of firm growth. For practical purposes, the observed differences create a solid basis for…

2009-03-02abs ↗pdf ↗

ESGD optimizes deep neural networks using evolutionary and stochastic gradient descent methods.

problem Optimizing deep neural networks efficiently and effectively.
method Combines SGD and evolutionary algorithms, alternating between steps to improve population fitness.
result Guarantees that the best fitness in the population never degrades and optimizes across various deep architectures.