paper-with-me

Papers

Effective Regularization Through Loss-Function Metalearning

2020-10-02 · Santiago Gonzalez, Risto Miikkulainen

Evolutionary computation can be used to optimize several different aspects of neural network architectures. For instance, the TaylorGLO method discovers novel, customized loss functions, resulting in improved performance, faster training, and improved data utilization. A likely reason is that such functions discourage overfitting, leading to effective regularization. This paper demonstrates theoretically that this is indeed the case for TaylorGLO. Learning rule decomposition reveals that evolved loss functions balance two factors: the pull toward zero error, and a push away from it to avoid overfitting. This is a general principle that may be used to understand other regularization techniques as well (as demonstrated in this paper for label smoothing). The theoretical analysis leads to a constraint that can be utilized to find more effective loss functions in practice; the mechanism also results in networks that are more robust (as demonstrated in this paper with adversarial inputs). The analysis in this paper thus constitutes a first step towards understanding regularization, and demonstrates the power of evolutionary neural architecture search in general.

📄 PDF Abstract BibTeX arXiv:2010.00788

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Regularized Evolutionary Population-Based Training

2020-02-11 · Jason Liang, Santiago Gonzalez, Hormoz Shahrzad, Risto Miikkulainen

Metalearning of deep neural network (DNN) architectures and hyperparameters has become an increasingly important area of research. At the same time, network regularization has been recognized as a crucial dimension to ef…

Diversityimage-classificationImage ClassificationKnowledge Distillation

Optimizing Loss Functions Through Multivariate Taylor Polynomial Parameterization

2020-01-31 · Santiago Gonzalez, Risto Miikkulainen

Metalearning of deep neural network (DNN) architectures and hyperparameters has become an increasingly important area of research. Loss functions are a type of metaknowledge that is crucial to effective training of DNNs,…

Improved Training Speed, Accuracy, and Data Utilization Through Loss Function Optimization

2019-05-27 · Santiago Gonzalez, Risto Miikkulainen

As the complexity of neural network models has grown, it has become increasingly important to optimize their design automatically through metalearning. Methods for discovering hyperparameters, topologies, and learning ra…

AutoMLimage-classificationImage Classification

Improved Training Speed, Accuracy, and Data Utilization via Loss Function Optimization

2019-09-25 · Santiago Gonzalez, Risto Miikkulainen

As the complexity of neural network models has grown, it has become increasingly important to optimize their design automatically through metalearning. Methods for discovering hyperparameters, topologies, and learning ra…

AutoMLimage-classificationImage Classification

Evolved Policy Gradients

2018-02-13 · NeurIPS 2018 12 · Rein Houthooft, Richard Y. Chen, Phillip Isola, Bradly C. Stadie 외

We propose a metalearning approach for learning gradient-based reinforcement learning (RL) algorithms. The idea is to evolve a differentiable loss function, such that an agent, which optimizes its policy to minimize this…

Reinforcement LearningReinforcement Learning (RL)