paper-with-me

Papers

Traditional and accelerated gradient descent for neural architecture search

2020-06-26 · Nicolas Garcia Trillos, Felix Morales, Javier Morales

In this paper we introduce two algorithms for neural architecture search (NASGD and NASAGD) following the theoretical work by two of the authors [5] which used the geometric structure of optimal transport to introduce the conceptual basis for new notions of traditional and accelerated gradient descent algorithms for the optimization of a function on a semi-discrete space. Our algorithms, which use the network morphism framework introduced in [2] as a baseline, can analyze forty times as many architectures as the hill climbing methods [2, 14] while using the same computational resources and time and achieving comparable levels of accuracy. For example, using NASGD on CIFAR-10, our method designs and trains networks with an error rate of 4.06 in only 12 hours on a single GPU.

📄 PDF Abstract BibTeX arXiv:2006.15218

Code (1)

bibliotecadebabel/EvAI pytorch

Tasks

GPUNeural Architecture Search

Similar Papers 제목 키워드 기반

Theoretical Limits of Pipeline Parallel Optimization and Application to Distributed Deep Learning

2019-10-11 · NeurIPS 2019 12 · Igor Colin, Ludovic Dos Santos, Kevin Scaman

We investigate the theoretical limits of pipeline parallel learning of deep learning architectures, a distributed setup in which the computation is distributed per layer instead of per example. For smooth convex and non-…

Weighted Low-rank Approximation via Stochastic Gradient Descent on Manifolds

2025-02-20 · Conglong Xu, Peiqi Yang, Hao Wu

We solve a regularized weighted low-rank approximation problem by a stochastic gradient descent on a manifold. To guarantee the convergence of our stochastic gradient descent, we establish a convergence theorem on manifo…

Accelerated Optimization in the PDE Framework: Formulations for the Active Contour Case

2017-11-27 · Anthony Yezzi, Ganesh Sundaramoorthi

Following the seminal work of Nesterov, accelerated optimization methods have been used to powerfully boost the performance of first-order, gradient-based parameter estimation in scenarios where second-order optimization…

parameter estimation

Stochastic gradient descent algorithms for strongly convex functions at O(1/T) convergence rates

2013-05-09 · Shenghuo Zhu

With a weighting scheme proportional to t, a traditional stochastic gradient descent (SGD) algorithm achieves a high probability convergence rate of O({\kappa}/T) for strongly convex functions, instead of O({\kappa} ln(T…

Anderson acceleration of coordinate descent

2020-11-19 · Quentin Bertrand, Mathurin Massias

Acceleration of first order methods is mainly obtained via inertial techniques \`a la Nesterov, or via nonlinear extrapolation. The latter has known a recent surge of interest, with successful applications to gradient an…

regression