NAS helps find best neural network designs.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Simplified NAS for GNN architectures improves efficiency and expressiveness.
Neural architecture search (NAS) automatically finds the best task-specific neural network topology, outperforming many manual architecture designs. However, it can be prohibitively expensive as the search requires training thousands of different networks, while each can last for hours. In this work, we propose the Gra…
Contrastive embeddings improve neural architecture search performance.
RARTS improves neural architecture search efficiency and accuracy.
For network architecture search (NAS), it is crucial but challenging to simultaneously guarantee both effectiveness and efficiency. Towards achieving this goal, we develop a differentiable NAS solution, where the search space includes arbitrary feed-forward network consisting of the predefined number of connections. Be…
PDNAS optimizes GNN architectures for diverse datasets.
DC-NAS improves neural architecture search by clustering and evaluating sub-networks.
FiGS searches over a larger space of architectures for efficient mobile models.
Study reduces NAS search cost by generating multiple complex architectures in one shot.
Architecture design has become a crucial component of successful deep learning. Recent progress in automatic neural architecture search (NAS) shows a lot of promise. However, discovered architectures often fail to generalize in the final evaluation. Architectures with a higher validation accuracy during the search phas…
einspace expands NAS search space to include diverse neural architectures.
The use of automatic methods, often referred to as Neural Architecture Search (NAS), in designing neural network architectures has recently drawn considerable attention. In this work, we present an efficient NAS approach, named HM- NAS, that generalizes existing weight sharing based NAS approaches. Existing weight shar…
HardCoRe-NAS finds fitting neural networks adhering to hard resource constraints.
DONNA rapidly finds optimal neural networks across diverse spaces.
Paper tackles NAS problem by modeling it as a sparse supernet.
BINAS improves neural architecture search with interpretable models.
VINNAS uses variational inference to avoid mode collapse in neural architecture search.
SSNAS finds neural architectures without labeled data.
Neural architecture search (NAS) has been proposed to automatically tune deep neural networks, but existing search algorithms, e.g., NASNet, PNAS, usually suffer from expensive computational cost. Network morphism, which keeps the functionality of a neural network while changing its neural architecture, could be helpfu…
Graph neural networks (GNN) has been successfully applied to operate on the graph-structured data. Given a specific scenario, rich human expertise and tremendous laborious trials are usually required to identify a suitable GNN architecture. It is because the performance of a GNN architecture is significantly affected b…
NAS-Navigator automates neural network architecture search with visual steering.
Bayesian optimisation with graph kernels improves neural architecture search and provides interpretability.
Optimizes neural architecture search to generate novel lightweight models.
Extends NAS to learn both intra-cell and inter-cell architectures for language modeling.
A method for faster neural architecture search using low-fidelity training.
NeuralArTS categorizes neural ops in a type system for NAS.
Recent studies on neural architecture search have shown that automatically designed neural networks perform as good as expert-crafted architectures. While most existing works aim at finding architectures that optimize the prediction accuracy, these architectures may have complexity and is therefore not suitable being d…
Smooth embedding space improves NAS performance.
Differentially-private FNAS protects privacy while collaboratively searching for neural architectures.
DNAS disentangles neural architecture search for better interpretability and performance.
Proposes a new method to optimize graph neural network architectures on heterogeneous information networks.
Graph Neural Networks (GNNs) have been popularly used for analyzing non-Euclidean data such as social network data and biological data. Despite their success, the design of graph neural networks requires a lot of manual work and domain knowledge. In this paper, we propose a Graph Neural Architecture Search method (Grap…
Neural architecture search has recently attracted lots of research efforts as it promises to automate the manual design of neural networks. However, it requires a large amount of computing resources and in order to alleviate this, a performance prediction network has been recently proposed that enables efficient archit…
Automates neural network design without training, speeding up search by seconds.
Optimal transport kernels improve neural architecture search efficiency.
This paper uses graph convolutional networks to improve the accuracy of neural architecture search.
The design of neural network architectures for a new data set is a laborious task which requires human deep learning expertise. In order to make deep learning available for a broader audience, automated methods for finding a neural network architecture are vital. Recently proposed methods can already achieve human expe…
NPENAS improves neural architecture search efficiency and accuracy.
We present a novel framework of knowledge distillation that is capable of learning powerful and efficient student models from ensemble teacher networks. Our approach addresses the inherent model capacity issue between teacher and student and aims to maximize benefit from teacher models during distillation by reducing t…
In neural architecture search, the structure of the neural network to best model a given dataset is determined by an automated search process. Efficient Neural Architecture Search (ENAS), proposed by Pham et al. (2018), has recently received considerable attention due to its ability to find excellent architectures with…
Neural Architecture Search aims at automatically finding neural architectures that are competitive with architectures designed by human experts. While recent approaches have achieved state-of-the-art predictive performance for image recognition, they are problematic under resource constraints for two reasons: (1)the ne…
Learning text representation is crucial for text classification and other language related tasks. There are a diverse set of text representation networks in the literature, and how to find the optimal one is a non-trivial problem. Recently, the emerging Neural Architecture Search (NAS) techniques have demonstrated good…
Neural Architecture Search (NAS) has shown great success in automating the design of neural networks, but the prohibitive amount of computations behind current NAS methods requires further investigations in improving the sample efficiency and the network evaluation cost to get better results in a shorter time. In this …
Paper uses CMAB to improve NAS efficiency and accuracy.
S3NAS finds high-accuracy CNN architectures for NPUs in 3 hours.
Neural network architectures found by sophistic search algorithms achieve strikingly good test performance, surpassing most human-crafted network models by significant margins. Although computationally efficient, their design is often very complex, impairing execution speed. Additionally, finding models outside of the …
Neural Architecture Search (NAS) aims to facilitate the design of deep networks for new tasks. Existing techniques rely on two stages: searching over the architecture space and validating the best architecture. NAS algorithms are currently compared solely based on their results on the downstream task. While intuitive, …