paper-with-me

Papers

FR-NAS: Forward-and-Reverse Graph Predictor for Efficient Neural Architecture Search

2024-04-24 · Haoming Zhang, Ran Cheng

Neural Architecture Search (NAS) has emerged as a key tool in identifying optimal configurations of deep neural networks tailored to specific tasks. However, training and assessing numerous architectures introduces considerable computational overhead. One method to mitigating this is through performance predictors, which offer a means to estimate the potential of an architecture without exhaustive training. Given that neural architectures fundamentally resemble Directed Acyclic Graphs (DAGs), Graph Neural Networks (GNNs) become an apparent choice for such predictive tasks. Nevertheless, the scarcity of training data can impact the precision of GNN-based predictors. To address this, we introduce a novel GNN predictor for NAS. This predictor renders neural architectures into vector representations by combining both the conventional and inverse graph views. Additionally, we incorporate a customized training loss within the GNN predictor to ensure efficient utilization of both types of representations. We subsequently assessed our method through experiments on benchmark datasets including NAS-Bench-101, NAS-Bench-201, and the DARTS search space, with a training dataset ranging from 50 to 400 samples. Benchmarked against leading GNN predictors, the experimental results showcase a significant improvement in prediction accuracy, with a 3%--16% increase in Kendall-tau correlation. Source codes are available at https://github.com/EMI-Group/fr-nas.

📄 PDF Abstract BibTeX arXiv:2404.15622

Code (1)

emi-group/fr-nas 공식 구현 pytorch

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…

Similar Papers 제목 키워드 기반

Not All Operations Contribute Equally: Hierarchical Operation-Adaptive Predictor for Neural Architecture Search

2021-01-01 · ICCV 2021 10 · Ziye Chen, Yibing Zhan, Baosheng Yu, Mingming Gong 외

Graph-based predictors have recently shown promising results on neural architecture search (NAS). Despite their efficiency, current graph-based predictors treat all operations equally, resulting in biased topological…

AllNeural Architecture Search

Diffusion-based Radiotherapy Dose Prediction Guided by Inter-slice Aware Structure Encoding

2023-11-06 · Zhenghao Feng, Lu Wen, Jianghong Xiao, Yuanyuan Xu 외

Deep learning (DL) has successfully automated dose distribution prediction in radiotherapy planning, enhancing both efficiency and quality. However, existing methods suffer from the over-smoothing problem for their commo…

A Generic Graph-based Neural Architecture Encoding Scheme for Predictor-based NAS

2020-04-04 · ECCV 2020 8 · Xuefei Ning, Yin Zheng, Tianchen Zhao, Yu Wang 외

This work proposes a novel Graph-based neural ArchiTecture Encoding Scheme, a.k.a. GATES, to improve the predictor-based neural architecture search. Specifically, different from existing graph-based schemes, GATES models…

Neural Architecture Search

DiffDP: Radiotherapy Dose Prediction via a Diffusion Model

2023-07-19 · Zhenghao Feng, Lu Wen, Peng Wang, Binyu Yan 외

Currently, deep learning (DL) has achieved the automatic prediction of dose distribution in radiotherapy planning, enhancing its efficiency and quality. However, existing methods suffer from the over-smoothing problem fo…

AnatomymodelPrediction

Learning Characteristics of Reverse Quaternion Neural Network

2024-11-01 · Shogo Yamauchi, Tohru Nitta, Takaaki Ohnishi

The purpose of this paper is to propose a new multi-layer feedforward quaternion neural network model architecture, Reverse Quaternion Neural Network which utilizes the non-commutative nature of quaternion products, and …