paper-with-me

Papers

All you need is a good init

2015-11-19 · ICLR 2015 11 · Dmytro Mishkin, Jiri Matas

Layer-sequential unit-variance (LSUV) initialization - a simple method for weight initialization for deep net learning - is proposed. The method consists of the two steps. First, pre-initialize weights of each convolution or inner-product layer with orthonormal matrices. Second, proceed from the first to the final layer, normalizing the variance of the output of each layer to be equal to one. Experiment with different activation functions (maxout, ReLU-family, tanh) show that the proposed initialization leads to learning of very deep nets that (i) produces networks with test accuracy better or equal to standard methods and (ii) is at least as fast as the complex schemes proposed specifically for very deep nets such as FitNets (Romero et al. (2015)) and Highway (Srivastava et al. (2015)). Performance is evaluated on GoogLeNet, CaffeNet, FitNets and Residual nets and the state-of-the-art, or very close to it, is achieved on the MNIST, CIFAR-10/100 and ImageNet datasets.

📄 PDF Abstract BibTeX arXiv:1511.06422

Code (11)

ducha-aiki/LSUVinit 공식 구현 pytorch
JonasWechsler/DeepLearningLab5 tf
MindCode-4/code-12/tree/main/lsuv-init mindspore
MindCode-4/code-7/tree/main/lsuv-init mindspore
MindSpore-scientific/code-6/tree/main/lsuv-init mindspore
dmbernaal/Daedalus pytorch
ducha-aiki/LSUV-keras pytorch
ducha-aiki/LSUV-pytorch pytorch
ducha-aiki/lsuv pytorch
shunk031/LSUV.pytorch pytorch
vimarshc/fastai_experiments tf

Tasks

AllImage Classification

Methods 이 논문이 사용한 방법론

LSUV Initialization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Envisioning Communities: A Participatory Approach Towards AI for Social Good

2021-05-04 · Elizabeth Bondi, Lily Xu, Diana Acosta-Navas, Jackson A. Killian

Research in artificial intelligence (AI) for social good presupposes some definition of social good, but potential definitions have been seldom suggested and never agreed upon. The normative question of what AI for socia…

How Many Samples is a Good Initial Point Worth in Low-rank Matrix Recovery?

2020-06-12 · NeurIPS 2020 12 · Gavin Zhang, Richard Y. Zhang

Given a sufficiently large amount of labeled data, the non-convex low-rank matrix recovery problem contains no spurious local minima, so a local optimization algorithm is guaranteed to converge to a global minimum starti…

How many samples is a good initial point worth in Low-rank Matrix Recovery?

2020-12-01 · NeurIPS 2020 12 · Jialun Zhang, Richard Zhang

Given a sufficiently large amount of labeled data, the nonconvex low-rank matrix recovery problem contains no spurious local minima, so a local optimization algorithm is guaranteed to converge to a global minimum startin…

Curriculum Learning for ab initio Deep Learned Refractive Optics

2023-02-02 · Xinge Yang, Qiang Fu, Wolfgang Heidrich

Deep optical optimization has recently emerged as a new paradigm for designing computational imaging systems using only the output image as the objective. However, it has been limited to either simple optical systems con…

First Steps Towards a Runtime Analysis When Starting With a Good Solution

2020-06-22 · Denis Antipov, Maxim Buzdalov, Benjamin Doerr

The mathematical runtime analysis of evolutionary algorithms traditionally regards the time an algorithm needs to find a solution of a certain quality when initialized with a random population. In practical applications …

Evolutionary Algorithms