paper-with-me

홈 › Papers

Efficient Neural Architecture Search via Proximal Iterations

2019-05-30 · Quanming Yao, Ju Xu, Wei-Wei Tu, Zhanxing Zhu

Neural architecture search (NAS) recently attracts much research attention because of its ability to identify better architectures than handcrafted ones. However, many NAS methods, which optimize the search process in a discrete search space, need many GPU days for convergence. Recently, DARTS, which constructs a differentiable search space and then optimizes it by gradient descent, can obtain high-performance architecture and reduces the search time to several days. However, DARTS is still slow as it updates an ensemble of all operations and keeps only one after convergence. Besides, DARTS can converge to inferior architectures due to the strong correlation among operations. In this paper, we propose a new differentiable Neural Architecture Search method based on Proximal gradient descent (denoted as NASP). Different from DARTS, NASP reformulates the search process as an optimization problem with a constraint that only one operation is allowed to be updated during forward and backward propagation. Since the constraint is hard to deal with, we propose a new algorithm inspired by proximal iterations to solve it. Experiments on various tasks demonstrate that NASP can obtain high-performance architectures with 10 times of speedup on the computational time than DARTS.

📄 PDF Abstract BibTeX arXiv:1905.13577

Code (2)

xujinfan/NASP-codes 공식 구현 pytorch
xiangning-chen/SIF pytorch

Tasks

GPUNeural Architecture Search

Methods 이 논문이 사용한 방법론

DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Proximal Implicit ODE Solvers for Accelerating Learning Neural ODEs

2022-04-19 · Justin Baker, Hedi Xia, Yiwei Wang, Elena Cherkaev 외

Learning neural ODEs often requires solving very stiff ODE systems, primarily using explicit adaptive step size ODE solvers. These solvers are computationally expensive, requiring the use of tiny step sizes for numerical…

Computational Efficiency

Recurrent Generative Adversarial Networks for Proximal Learning and Automated Compressive Image Recovery

2017-11-27 · Morteza Mardani, Hatef Monajemi, Vardan Papyan, Shreyas Vasanawala 외

Recovering images from undersampled linear measurements typically leads to an ill-posed linear inverse problem, that asks for proper statistical priors. Building effective priors is however challenged by the low train an…

compressed sensingDenoisingHallucinationMRI Reconstruction

Douglas-Rachford Networks: Learning Both the Image Prior and Data Fidelity Terms for Blind Image Deconvolution

2019-06-01 · CVPR 2019 6 · Raied Aljadaany, Dipan K. Pal, Marios Savvides

Blind deconvolution problems are heavily ill-posed where the specific blurring kernel is not known. Recovering these images typically requires estimates of the kernel. In this paper, we present a method called Dr-Net, wh…

Image Deconvolution

Riemannian Proximal Sampler for High-accuracy Sampling on Manifolds

2025-02-11 · Yunrui Guan, Krishnakumar Balasubramanian, Shiqian Ma

We introduce the Riemannian Proximal Sampler, a method for sampling from densities defined on Riemannian manifolds. The performance of this sampler critically depends on two key oracles: the Manifold Brownian Increments …

A lifted Bregman strategy for training unfolded proximal neural network Gaussian denoisers

2024-08-16 · Xiaoyu Wang, Martin Benning, Audrey Repetti

Unfolded proximal neural networks (PNNs) form a family of methods that combines deep learning and proximal optimization approaches. They consist in designing a neural network for a specific task by unrolling a proximal a…

DenoisingImage Denoising