TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/DrNAS: Dirichlet Neural Architecture Search

DrNAS: Dirichlet Neural Architecture Search

Xiangning Chen, Ruochen Wang, Minhao Cheng, Xiaocheng Tang, Cho-Jui Hsieh

2020-06-18ICLR 2021 1Neural Architecture Search
PaperPDFCode(official)

Abstract

This paper proposes a novel differentiable architecture search method by formulating it into a distribution learning problem. We treat the continuously relaxed architecture mixing weight as random variables, modeled by Dirichlet distribution. With recently developed pathwise derivatives, the Dirichlet parameters can be easily optimized with gradient-based optimizer in an end-to-end manner. This formulation improves the generalization ability and induces stochasticity that naturally encourages exploration in the search space. Furthermore, to alleviate the large memory consumption of differentiable NAS, we propose a simple yet effective progressive learning scheme that enables searching directly on large-scale tasks, eliminating the gap between search and evaluation phases. Extensive experiments demonstrate the effectiveness of our method. Specifically, we obtain a test error of 2.46% for CIFAR-10, 23.7% for ImageNet under the mobile setting. On NAS-Bench-201, we also achieve state-of-the-art results on all three datasets and provide insights for the effective design of neural architecture search algorithms.

Results

TaskDatasetMetricValueModel
Neural Architecture SearchNAS-Bench-201, ImageNet-16-120Accuracy (Test)46.34DrNAS
Neural Architecture SearchNAS-Bench-201, ImageNet-16-120Accuracy (Val)46.37DrNAS
Neural Architecture SearchNAS-Bench-201, CIFAR-10Accuracy (Test)94.36DrNAS
Neural Architecture SearchNAS-Bench-201, CIFAR-10Accuracy (Val)91.55DrNAS
Neural Architecture SearchImageNetTop-1 Error Rate23.7DrNAS
Neural Architecture SearchNAS-Bench-201, CIFAR-100Accuracy (Test)73.51DrNAS
Neural Architecture SearchNAS-Bench-201, CIFAR-100Accuracy (Val)73.49DrNAS
AutoMLNAS-Bench-201, ImageNet-16-120Accuracy (Test)46.34DrNAS
AutoMLNAS-Bench-201, ImageNet-16-120Accuracy (Val)46.37DrNAS
AutoMLNAS-Bench-201, CIFAR-10Accuracy (Test)94.36DrNAS
AutoMLNAS-Bench-201, CIFAR-10Accuracy (Val)91.55DrNAS
AutoMLImageNetTop-1 Error Rate23.7DrNAS
AutoMLNAS-Bench-201, CIFAR-100Accuracy (Test)73.51DrNAS
AutoMLNAS-Bench-201, CIFAR-100Accuracy (Val)73.49DrNAS

Related Papers

DASViT: Differentiable Architecture Search for Vision Transformer2025-07-17AnalogNAS-Bench: A NAS Benchmark for Analog In-Memory Computing2025-06-23From Tiny Machine Learning to Tiny Deep Learning: A Survey2025-06-21One-Shot Neural Architecture Search with Network Similarity Directed Initialization for Pathological Image Classification2025-06-17DDS-NAS: Dynamic Data Selection within Neural Architecture Search via On-line Hard Example Mining applied to Image Classification2025-06-17MARCO: Hardware-Aware Neural Architecture Search for Edge Devices with Multi-Agent Reinforcement Learning and Conformal Prediction Filtering2025-06-16Finding Optimal Kernel Size and Dimension in Convolutional Neural Networks An Architecture Optimization Approach2025-06-16Directed Acyclic Graph Convolutional Networks2025-06-13