paper-with-me

Papers

Evolutionary Stochastic Gradient Descent for Optimization of Deep Neural Networks

2018-10-16 · NeurIPS 2018 12 · Xiaodong Cui, Wei zhang, Zoltán Tüske, Michael Picheny

We propose a population-based Evolutionary Stochastic Gradient Descent (ESGD) framework for optimizing deep neural networks. ESGD combines SGD and gradient-free evolutionary algorithms as complementary algorithms in one framework in which the optimization alternates between the SGD step and evolution step to improve the average fitness of the population. With a back-off strategy in the SGD step and an elitist strategy in the evolution step, it guarantees that the best fitness in the population will never degrade. In addition, individuals in the population optimized with various SGD-based optimizers using distinct hyper-parameters in the SGD step are considered as competing species in a coevolution setting such that the complementarity of the optimizers is also taken into account. The effectiveness of ESGD is demonstrated across multiple applications including speech recognition, image recognition and language modeling, using networks with a variety of deep architectures.

📄 PDF Abstract BibTeX arXiv:1810.06773

Code (1)

tqch/esgd-ws pytorch

Tasks

Evolutionary AlgorithmsLanguage ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Acoustic Model Optimization Based On Evolutionary Stochastic Gradient Descent with Anchors for Automatic Speech Recognition

2019-07-10 · Xiaodong Cui, Michael Picheny

Evolutionary stochastic gradient descent (ESGD) was proposed as a population-based approach that combines the merits of gradient-aware and gradient-free optimization algorithms for superior overall optimization performan…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Model Optimizationspeech-recognition+1

Deciphering Shortcut Learning from an Evolutionary Game Theory Perspective

2026-05-04 · Xiayang Li, Kuo Gai, Shihua Zhang arxiv

Shortcut learning causes deep learning models to rely on non-essential features within the data. However, its formation in deep neural network training still lacks theoretical understanding. In this paper, we provide a f…

Quantum Time-Series Learning with Evolutionary Algorithms

2024-12-23 · Vignesh Anantharamakrishnan, Márcio M. Taddei

Variational quantum circuits have arisen as an important method in quantum computing. A crucial step of it is parameter optimization, which is typically tackled through gradient-descent techniques. We advantageously expl…

Evolutionary AlgorithmsTime SeriesTime Series Forecasting

Direct From Darwin: Deriving Advanced Optimizers From Evolutionary First Principles

2026-05-06 · Daniel Grimmer arxiv

Evolutionary computation has long promised to deliver both high-performance optimization tools as well as rigorous scientific simulations of Darwinian evolution. However, modern algorithms frequently abandon evolutionary…

RankNEAT: Outperforming Stochastic Gradient Search in Preference Learning Tasks

2022-04-14 · Kosmas Pinitas, Konstantinos Makantasis, Antonios Liapis, Georgios N. Yannakakis

Stochastic gradient descent (SGD) is a premium optimization method for training neural networks, especially for learning objectively defined labels such as image objects and events. When a neural network is instead faced…

feature selection