paper-with-me

Papers

When NAS Meets Trees: An Efficient Algorithm for Neural Architecture Search

2022-04-11 · Guocheng Qian, Xuanyang Zhang, Guohao Li, Chen Zhao, Yukang Chen, Xiangyu Zhang, Bernard Ghanem, Jian Sun

The key challenge in neural architecture search (NAS) is designing how to explore wisely in the huge search space. We propose a new NAS method called TNAS (NAS with trees), which improves search efficiency by exploring only a small number of architectures while also achieving a higher search accuracy. TNAS introduces an architecture tree and a binary operation tree, to factorize the search space and substantially reduce the exploration size. TNAS performs a modified bi-level Breadth-First Search in the proposed trees to discover a high-performance architecture. Impressively, TNAS finds the global optimal architecture on CIFAR-10 with test accuracy of 94.37\% in four GPU hours in NAS-Bench-201. The average test accuracy is 94.35\%, which outperforms the state-of-the-art. Code is available at: \url{https://github.com/guochengqian/TNAS}.

📄 PDF Abstract BibTeX arXiv:2204.04918

Code (1)

guochengqian/tnas 공식 구현 pytorch

Tasks

GPUNeural Architecture Search

Similar Papers 제목 키워드 기반

Boost then Convolve: Gradient Boosting Meets Graph Neural Networks

2021-01-21 · ICLR 2021 1 · Sergei Ivanov, Liudmila Prokhorenkova

Graph neural networks (GNNs) are powerful models that have been successful in various graph representation learning tasks. Whereas gradient boosted decision trees (GBDT) often outperform other machine learning methods wh…

Graph Representation LearningRepresentation Learning

Learning to Plan in High Dimensions via Neural Exploration-Exploitation Trees

2019-02-28 · ICLR 2020 1 · Binghong Chen, Bo Dai, Qinjie Lin, Guo Ye 외

We propose a meta path planning algorithm named \emph{Neural Exploration-Exploitation Trees~(NEXT)} for learning from prior experience for solving new path planning problems in high dimensional continuous state and actio…

Vocal Bursts Intensity Prediction

When Large Language Model Meets Optimization

2024-05-16 · Sen Huang, Kaixiang Yang, Sheng Qi, Rui Wang

Optimization algorithms and large language models (LLMs) enhance decision-making in dynamic environments by integrating artificial intelligence with traditional techniques. LLMs, with extensive domain knowledge, facilita…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+1

The Tree Ensemble Layer: Differentiability meets Conditional Computation

2020-02-18 · ICML 2020 1 · Hussein Hazimeh, Natalia Ponomareva, Petros Mol, Zhenyu Tan 외

Neural networks and tree ensembles are state-of-the-art learners, each with its unique statistical and computational advantages. We aim to combine these advantages by introducing a new layer for neural networks, composed…

Breadth-first, Depth-next Training of Random Forests

2019-10-15 · Andreea Anghel, Nikolas Ioannou, Thomas Parnell, Nikolaos Papandreou 외

In this paper we analyze, evaluate, and improve the performance of training Random Forest (RF) models on modern CPU architectures. An exact, state-of-the-art binary decision tree building algorithm is used as the basis o…

CPU