paper-with-me

홈 › Papers

How to Train Your Super-Net: An Analysis of Training Heuristics in Weight-Sharing NAS

2020-03-09 · Kaicheng Yu, Rene Ranftl, Mathieu Salzmann

Weight sharing promises to make neural architecture search (NAS) tractable even on commodity hardware. Existing methods in this space rely on a diverse set of heuristics to design and train the shared-weight backbone network, a.k.a. the super-net. Since heuristics and hyperparameters substantially vary across different methods, a fair comparison between them can only be achieved by systematically analyzing the influence of these factors. In this paper, we therefore provide a systematic evaluation of the heuristics and hyperparameters that are frequently employed by weight-sharing NAS algorithms. Our analysis uncovers that some commonly-used heuristics for super-net training negatively impact the correlation between super-net and stand-alone performance, and evidences the strong influence of certain hyperparameters and architectural choices. Our code and experiments set a strong and reproducible baseline that future works can build on.

📄 PDF Abstract BibTeX arXiv:2003.04276

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

An Analysis of Super-Net Heuristics in Weight-Sharing NAS

2021-10-04 · Kaicheng Yu, René Ranftl, Mathieu Salzmann

Weight sharing promises to make neural architecture search (NAS) tractable even on commodity hardware. Existing methods in this space rely on a diverse set of heuristics to design and train the shared-weight backbone net…

Neural Architecture Search

Hone as You Read: A Practical Type of Interactive Summarization

2021-05-06 · Tanner Bohn, Charles X. Ling

We present HARE, a new task where reader feedback is used to optimize document summaries for personal interest during the normal flow of reading. This task is related to interactive summarization, where personalized summ…

Vocal Bursts Type Prediction

Feeding LLM Annotations to BERT Classifiers at Your Own Risk

2025-04-21 · Yucheng Lu, Kazimier Smith

Using LLM-generated labels to fine-tune smaller encoder-only models for text classification has gained popularity in various settings. While this approach may be justified in simple and low-stakes applications, we conduc…

text-classificationText Classification

Using Graphs of Classifiers to Impose Declarative Constraints on Semi-supervised Learning

2017-03-05 · Lidong Bing, William W. Cohen, Bhuwan Dhingra

We propose a general approach to modeling semi-supervised learning (SSL) algorithms. Specifically, we present a declarative language for modeling both traditional supervised classification tasks and many SSL heuristics, …

Bayesian OptimizationClassificationGeneral ClassificationRelation+3

Bootstrap Your Generator: Unpaired Visual Editing with Flow Matching

2026-06-02 · Yoad Tewel, Yuval Atzmon, Gal Chechik, Lior Wolf arxiv

Modern generative models possess a deep understanding of visual content, yet training them for image editing typically requires massive datasets of paired examples. This limits scalability, especially for video editing w…

Image Editing