paper-with-me

Papers

TAPAS: Train-less Accuracy Predictor for Architecture Search

2018-06-01 · R. Istrate, F. Scheidegger, G. Mariani, D. Nikolopoulos, C. Bekas, A. C. I. Malossi

In recent years an increasing number of researchers and practitioners have been suggesting algorithms for large-scale neural network architecture search: genetic algorithms, reinforcement learning, learning curve extrapolation, and accuracy predictors. None of them, however, demonstrated high-performance without training new experiments in the presence of unseen datasets. We propose a new deep neural network accuracy predictor, that estimates in fractions of a second classification performance for unseen input datasets, without training. In contrast to previously proposed approaches, our prediction is not only calibrated on the topological network information, but also on the characterization of the dataset-difficulty which allows us to re-tune the prediction without any training. Our predictor achieves a performance which exceeds 100 networks per second on a single GPU, thus creating the opportunity to perform large-scale architecture search within a few minutes. We present results of two searches performed in 400 seconds on a single GPU. Our best discovered networks reach 93.67% accuracy for CIFAR-10 and 81.01% for CIFAR-100, verified by training. These networks are performance competitive with other automatically discovered state-of-the-art networks however we only needed a small fraction of the time to solution and computational resources.

📄 PDF Abstract BibTeX arXiv:1806.00250

Code (0)

등록된 구현이 없습니다.

Tasks

GPUNeural Architecture SearchReinforcement Learning

Similar Papers 제목 키워드 기반

TAPAS: Weakly Supervised Table Parsing via Pre-training

2020-04-05 · ACL 2020 6 · Jonathan Herzig, Paweł Krzysztof Nowak, Thomas Müller, Francesco Piccinno 외

Answering natural language questions over tables is usually seen as a semantic parsing task. To alleviate the collection cost of full logical forms, one popular approach focuses on weak supervision consisting of denotati…

Question AnsweringSemantic ParsingTransfer Learning

Volta at SemEval-2021 Task 9: Statement Verification and Evidence Finding with Tables using TAPAS and Transfer Learning

2021-06-01 · SEMEVAL 2021 · Devansh Gautam, Kshitij Gupta, Manish Shrivastava

Tables are widely used in various kinds of documents to present information concisely. Understanding tables is a challenging problem that requires an understanding of language and table structure, along with numerical an…

Logical ReasoningTransfer Learning

TAPAS: Two-pass Approximate Adaptive Sampling for Softmax

2017-07-10 · Yu Bai, Sally Goldman, Li Zhang

TAPAS is a novel adaptive sampling method for the softmax model. It uses a two pass sampling strategy where the examples used to approximate the gradient of the partition function are first sampled according to a squashe…

General ClassificationMulti-class ClassificationVocal Bursts Valence Prediction

TAPAS: Datasets for Learning the Learning with Errors Problem

2025-10-09 · Eshika Saxena, Alberto Alfarano, François Charton, Emily Wenger 외 arxiv

AI-powered attacks on Learning with Errors (LWE), an important hard math problem in post-quantum cryptography, rival or outperform "classical" attacks on LWE under certain parameter settings. Despite the promise of this …

TAPAS: a Toolbox for Adversarial Privacy Auditing of Synthetic Data

2022-11-12 · Florimond Houssiau, James Jordon, Samuel N. Cohen, Owen Daniel 외

Personal data collected at scale promises to improve decision-making and accelerate innovation. However, sharing and using such data raises serious privacy concerns. A promising solution is to produce synthetic data, art…

Decision Making