NAS-Bench-101
收藏资源简介:
NAS-Bench-101 是第一个用于 NAS 研究的公共架构数据集。为了构建 NASBench-101,作者仔细构建了一个紧凑但富有表现力的搜索空间,利用图同构来识别 423k 个独特的卷积架构。作者在 CIFAR-10 上多次训练和评估所有这些架构,并将结果编译成一个包含超过 500 万个训练模型的大型数据集。这使研究人员可以通过查询预先计算的数据集在几毫秒内评估各种模型的质量。
NAS-Bench-101 is the first public architecture dataset for neural architecture search (NAS) research. To construct NAS-Bench-101, the authors carefully built a compact yet expressive search space, and leveraged graph isomorphism to identify 423,000 unique convolutional architectures. The authors trained and evaluated all these architectures repeatedly on CIFAR-10, and compiled the results into a large dataset comprising over 5 million trained models. This enables researchers to evaluate the quality of various models within milliseconds by querying the pre-computed dataset.

- NAS-Bench-101数据集首次发表于《NeurIPS 2019》会议上,由Ying等人提出,旨在为神经架构搜索(NAS)提供一个标准化的基准。
- NAS-Bench-101数据集首次应用于多个研究项目中,包括但不限于神经架构搜索算法的评估和比较,显著推动了NAS领域的发展。



