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/$α$ DARTS Once More: Enhancing Differentiable Architecture...

$α$ DARTS Once More: Enhancing Differentiable Architecture Search by Masked Image Modeling

Bicheng Guo, Shuxuan Guo, Miaojing Shi, Peng Chen, Shibo He, Jiming Chen, Kaicheng Yu

2022-11-18Neural Architecture Search
PaperPDF

Abstract

Differentiable architecture search (DARTS) has been a mainstream direction in automatic machine learning. Since the discovery that original DARTS will inevitably converge to poor architectures, recent works alleviate this by either designing rule-based architecture selection techniques or incorporating complex regularization techniques, abandoning the simplicity of the original DARTS that selects architectures based on the largest parametric value, namely $\alpha$. Moreover, we find that all the previous attempts only rely on classification labels, hence learning only single modal information and limiting the representation power of the shared network. To this end, we propose to additionally inject semantic information by formulating a patch recovery approach. Specifically, we exploit the recent trending masked image modeling and do not abandon the guidance from the downstream tasks during the search phase. Our method surpasses all previous DARTS variants and achieves state-of-the-art results on CIFAR-10, CIFAR-100, and ImageNet without complex manual-designed strategies.

Results

TaskDatasetMetricValueModel
Neural Architecture SearchNAS-Bench-201, ImageNet-16-120Accuracy (Test)46.34α-DARTS
Neural Architecture SearchNAS-Bench-201, ImageNet-16-120Accuracy (Val)46.17α-DARTS
Neural Architecture SearchNAS-Bench-201, CIFAR-10Accuracy (Test)94.3α-DARTS
Neural Architecture SearchNAS-Bench-201, CIFAR-10Accuracy (Val)91.49α-DARTS
Neural Architecture SearchNAS-Bench-201, CIFAR-100Accuracy (Test)73.16α-DARTS
Neural Architecture SearchNAS-Bench-201, CIFAR-100Accuracy (Val)73.21α-DARTS
AutoMLNAS-Bench-201, ImageNet-16-120Accuracy (Test)46.34α-DARTS
AutoMLNAS-Bench-201, ImageNet-16-120Accuracy (Val)46.17α-DARTS
AutoMLNAS-Bench-201, CIFAR-10Accuracy (Test)94.3α-DARTS
AutoMLNAS-Bench-201, CIFAR-10Accuracy (Val)91.49α-DARTS
AutoMLNAS-Bench-201, CIFAR-100Accuracy (Test)73.16α-DARTS
AutoMLNAS-Bench-201, CIFAR-100Accuracy (Val)73.21α-DARTS

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