paper-with-me

Papers

GOLD-NAS: Gradual, One-Level, Differentiable

2020-07-07 · Kaifeng Bi, Lingxi Xie, Xin Chen, Longhui Wei, Qi Tian

There has been a large literature of neural architecture search, but most existing work made use of heuristic rules that largely constrained the search flexibility. In this paper, we first relax these manually designed constraints and enlarge the search space to contain more than $10^{160}$ candidates. In the new space, most existing differentiable search methods can fail dramatically. We then propose a novel algorithm named Gradual One-Level Differentiable Neural Architecture Search (GOLD-NAS) which introduces a variable resource constraint to one-level optimization so that the weak operators are gradually pruned out from the super-network. In standard image classification benchmarks, GOLD-NAS can find a series of Pareto-optimal architectures within a single search procedure. Most of the discovered architectures were never studied before, yet they achieve a nice tradeoff between recognition accuracy and model complexity. We believe the new space and search algorithm can advance the search of differentiable NAS.

📄 PDF Abstract BibTeX arXiv:2007.03331

Code (1)

sunsmarterjie/GOLD_NAS pytorch

Tasks

image-classificationImage ClassificationNeural Architecture Search

Similar Papers 제목 키워드 기반

Lead2Gold: Towards exploiting the full potential of noisy transcriptions for speech recognition

2019-10-16 · Adrien Dufraux, Emmanuel Vincent, Awni Hannun, Armelle Brun 외

The transcriptions used to train an Automatic Speech Recognition (ASR) system may contain errors. Usually, either a quality control stage discards transcriptions with too many errors, or the noisy transcriptions are used…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Towards Unsupervised Recognition of Token-level Semantic Differences in Related Documents

2023-05-22 · Jannis Vamvas, Rico Sennrich

Automatically highlighting words that cause semantic differences between two documents could be useful for a wide range of applications. We formulate recognizing semantic differences (RSD) as a token-level regression tas…

Contrastive LearningLanguage ModelingLanguage Modellingregression+2

Muddling Label Regularization: Deep Learning for Tabular Datasets

2021-06-08 · Karim Lounici, Katia Meziani, Benjamin Riu

Deep Learning (DL) is considered the state-of-the-art in computer vision, speech recognition and natural language processing. Until recently, it was also widely accepted that DL is irrelevant for learning tasks on tabula…

Deep LearningMemorizationspeech-recognitionSpeech Recognition

Zero-to-Strong Generalization: Eliciting Strong Capabilities of Large Language Models Iteratively without Gold Labels

2024-09-19 · Chaoqun Liu, Qin Chao, Wenxuan Zhang, Xiaobao Wu 외

Large Language Models (LLMs) have demonstrated remarkable performance through supervised fine-tuning or in-context learning using gold labels. However, this paradigm is limited by the availability of gold labels, while i…

In-Context Learning

Concrete Autoencoders for Differentiable Feature Selection and Reconstruction

2019-01-27 · Abubakar Abid, Muhammad Fatih Balin, James Zou

We introduce the concrete autoencoder, an end-to-end differentiable method for global feature selection, which efficiently identifies a subset of the most informative features and simultaneously learns a neural network t…

Decoderfeature selectionGeneral ClassificationGeneral Classification Selection