paper-with-me

홈 › Papers

Low Rank Factorizations are Indirect Encodings for Deep Neuroevolution

2025-04-03 · Jack Garbus, Jordan Pollack

Deep neuroevolution is a highly scalable alternative to reinforcement learning due to its unique ability to encode network updates in a small number of bytes. Recent insights from traditional deep learning indicate high-dimensional models possess intrinsic, low-rank structure. In this work, we introduce low-rank, factorized neuroevolution: an indirect encoding through which we can search a small space of low-rank factors that enforce underlying structure across a network's weights. We compare our approach with non-factorized networks of similar and smaller size to understand how much performance can be attributed to the smaller search space. We evaluate our method on a language modeling task using transformers, as well as continuous and discrete vision-based reinforcement learning tasks. Our study shows that low-rank, factorized neuroevolution outperforms or is competitive with non-factorized neuroevolution, performing notably well on language modeling. Our results also suggest deleterious factorized mutations have a stronger negative impact on performance than deleterious non-factorized mutations, which significantly reduces the runtime on environments with early termination for bad performers. More broadly, these results show how we can use insights from backpropgation-based methods to enhance neuroevolution

📄 PDF Abstract BibTeX arXiv:2504.03037

Code (1)

jarbus/jevo.jl 공식 구현

Tasks

Language ModelingLanguage Modellingreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Using Indirect Encoding of Multiple Brains to Produce Multimodal Behavior

2016-04-26 · Jacob Schrum, Joel Lehman, Sebastian Risi

An important challenge in neuroevolution is to evolve complex neural networks with multiple modes of behavior. Indirect encodings can potentially answer this challenge. Yet in practice, indirect encodings do not yield ef…

Simple Genetic Operators are Universal Approximators of Probability Distributions (and other Advantages of Expressive Encodings)

2022-02-19 · Elliot Meyerson, Xin Qiu, Risto Miikkulainen

This paper characterizes the inherent power of evolutionary algorithms. This power depends on the computational properties of the genetic encoding. With some encodings, two parents recombined with a simple crossover oper…

Evolutionary Algorithms

Algorithms for Approximate Subtropical Matrix Factorization

2017-07-19 · Sanjar Karaev, Pauli Miettinen

Matrix factorization methods are important tools in data mining and analysis. They can be used for many tasks, ranging from dimensionality reduction to visualization. In this paper we concentrate on the use of matrix fac…

Dimensionality Reduction

Provably Sub-Linear Two-Timescale NeuroEvolution with Online Plasticity

2026-06-18 · Shishen Lin, Yixin Chen arxiv

NeuroEvolution of Augmenting Topologies (NEAT) is a widely used neuroevolution algorithm for learning neural network architectures and weights for control tasks. However, standard offline optimisation searches for connec…

Reinforcement LearningContinuous Control

Adaptive Mixture of Low-Rank Factorizations for Compact Neural Modeling

2018-09-27 · NIPS Workshop CDNNRIA 2018 · Ting Chen, Ji Lin, Tian Lin, Song Han 외

Modern deep neural networks have a large amount of weights, which make them difficult to deploy on computation constrained devices such as mobile phones. One common approach to reduce the model size and computational cos…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling