TART: Token-based Architecture Transformer for Neural Network Performance Prediction
Yannis Y. He

TL;DR
This paper introduces TART, a Transformer-based model that predicts neural network performance without training, facilitating automated neural architecture design and outperforming previous methods on a large benchmark dataset.
Contribution
The paper presents TART, a novel Transformer architecture that predicts neural network performance directly, reducing reliance on manual search and training in neural architecture design.
Findings
TART achieves state-of-the-art performance prediction accuracy.
TART can predict performance without training candidate networks.
The method demonstrates potential for automating neural architecture discovery.
Abstract
In the realm of neural architecture design, achieving high performance is largely reliant on the manual expertise of researchers. Despite the emergence of Neural Architecture Search (NAS) as a promising technique for automating this process, current NAS methods still require human input to expand the search space and cannot generate new architectures. This paper explores the potential of Transformers in comprehending neural architectures and their performance, with the objective of establishing the foundation for utilizing Transformers to generate novel networks. We propose the Token-based Architecture Transformer (TART), which predicts neural network performance without the need to train candidate networks. TART attains state-of-the-art performance on the DeepNets-1M dataset for performance prediction tasks without edge information, indicating the potential of Transformers to aid in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Brain Tumor Detection and Classification · Advanced Neural Network Applications
MethodsAttention Is All You Need · Byte Pair Encoding · Dense Connections · Absolute Position Encodings · Dropout · Linear Layer · Softmax · Adam · Residual Connection · Multi-Head Attention
