paper-with-me

Papers

DARTS without a Validation Set: Optimizing the Marginal Likelihood

2021-12-24 · Miroslav Fil, Binxin Ru, Clare Lyle, Yarin Gal

The success of neural architecture search (NAS) has historically been limited by excessive compute requirements. While modern weight-sharing NAS methods such as DARTS are able to finish the search in single-digit GPU days, extracting the final best architecture from the shared weights is notoriously unreliable. Training-Speed-Estimate (TSE), a recently developed generalization estimator with a Bayesian marginal likelihood interpretation, has previously been used in place of the validation loss for gradient-based optimization in DARTS. This prevents the DARTS skip connection collapse, which significantly improves performance on NASBench-201 and the original DARTS search space. We extend those results by applying various DARTS diagnostics and show several unusual behaviors arising from not using a validation set. Furthermore, our experiments yield concrete examples of the depth gap and topology selection in DARTS having a strongly negative impact on the search performance despite generally receiving limited attention in the literature compared to the operations selection.

📄 PDF Abstract BibTeX arXiv:2112.13023

Code (0)

등록된 구현이 없습니다.

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…

Similar Papers 제목 키워드 기반

On the marginal likelihood and cross-validation

2019-05-21 · Edwin Fong, Chris Holmes

In Bayesian statistics, the marginal likelihood, also known as the evidence, is used to evaluate model fit as it quantifies the joint probability of the data under the prior. In contrast, non-Bayesian models are typicall…

scoring rule

Hyperparameter Optimization through Neural Network Partitioning

2023-04-28 · Bruno Mlodozeniec, Matthias Reisser, Christos Louizos

Well-tuned hyperparameters are crucial for obtaining good generalization behavior in neural networks. They can enforce appropriate inductive biases, regularize the model and improve performance -- especially in the prese…

Federated LearningHyperparameter Optimization

Scalable Marginal Likelihood Estimation for Model Selection in Deep Learning

2021-04-11 · Alexander Immer, Matthias Bauer, Vincent Fortuin, Gunnar Rätsch 외

Marginal-likelihood based model-selection, even though promising, is rarely used in deep learning due to estimation difficulties. Instead, most approaches rely on validation data, which may not be readily available. In t…

Deep Learningimage-classificationImage ClassificationModel Selection+2

Stabilizing Differentiable Architecture Search via Perturbation-based Regularization

2020-02-12 · ICML 2020 1 · Xiangning Chen, Cho-Jui Hsieh

Differentiable architecture search (DARTS) is a prevailing NAS solution to identify architectures. Based on the continuous relaxation of the architecture space, DARTS learns a differentiable architecture weight and large…

Adversarial AttackNeural Architecture Search

Understanding and Robustifying Differentiable Architecture Search

2019-09-20 · ICLR 2020 1 · Arber Zela, Thomas Elsken, Tonmoy Saikia, Yassine Marrakchi 외

Differentiable Architecture Search (DARTS) has attracted a lot of attention due to its simplicity and small search costs achieved by a continuous relaxation and an approximation of the resulting bi-level optimization pro…

Disparity Estimationimage-classificationImage ClassificationLanguage Modelling