paper-with-me

Papers

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, however, their potential role in metalearning has not yet been fully explored. Whereas early work focused on genetic programming (GP) on tree representations, this paper proposes continuous CMA-ES optimization of multivariate Taylor polynomial parameterizations. This approach, TaylorGLO, makes it possible to represent and search useful loss functions more effectively. In MNIST, CIFAR-10, and SVHN benchmark tasks, TaylorGLO finds new loss functions that outperform functions previously discovered through GP, as well as the standard cross-entropy loss, in fewer generations. These functions serve to regularize the learning task by discouraging overfitting to the labels, which is particularly useful in tasks where limited training data is available. The results thus demonstrate that loss function optimization is a productive new avenue for metalearning.

📄 PDF Abstract BibTeX arXiv:2002.00059

Code (1)

cognizant-ai-labs/TaylorGLO pytorch

Similar Papers 제목 키워드 기반

Multivariate Generalized Gaussian Process Models

2013-11-02 · Antoni B. Chan

We propose a family of multivariate Gaussian process models for correlated outputs, based on assuming that the likelihood function takes the generic form of the multivariate exponential family distribution (EFD). We deno…

regression

Stochastic Taylor Derivative Estimator: Efficient amortization for arbitrary differential operators

2024-11-27 · Zekun Shi, Zheyuan Hu, Min Lin, Kenji Kawaguchi

Optimizing neural networks with loss that contain high-dimensional and high-order differential operators is expensive to evaluate with back-propagation due to $\mathcal{O}(d^{k})$ scaling of the derivative tensor size an…

GPU

Exploring Alternatives to Softmax Function

2020-11-23 · Kunal Banerjee, Vishak Prasad C, Rishi Raj Gupta, Karthik Vyas 외

Softmax function is widely used in artificial neural networks for multiclass classification, multilabel classification, attention mechanisms, etc. However, its efficacy is often questioned in literature. The log-softmax …

General Classificationimage-classificationImage Classification

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…

Neural Architecture Search

Evolving GAN Formulations for Higher Quality Image Synthesis

2021-02-17 · Santiago Gonzalez, Mohak Kant, Risto Miikkulainen

Generative Adversarial Networks (GANs) have extended deep learning to complex generation and translation tasks across different data modalities. However, GANs are notoriously difficult to train: Mode collapse and other i…

Image GenerationImage-to-Image TranslationTranslation