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/Noisy Differentiable Architecture Search

Noisy Differentiable Architecture Search

Xiangxiang Chu, Bo Zhang

2020-05-07Image ClassificationAutoMLNeural Architecture Search
PaperPDFCode(official)

Abstract

Simplicity is the ultimate sophistication. Differentiable Architecture Search (DARTS) has now become one of the mainstream paradigms of neural architecture search. However, it largely suffers from the well-known performance collapse issue due to the aggregation of skip connections. It is thought to have overly benefited from the residual structure which accelerates the information flow. To weaken this impact, we propose to inject unbiased random noise to impede the flow. We name this novel approach NoisyDARTS. In effect, a network optimizer should perceive this difficulty at each training step and refrain from overshooting, especially on skip connections. In the long run, since we add no bias to the gradient in terms of expectation, it is still likely to converge to the right solution area. We also prove that the injected noise plays a role in smoothing the loss landscape, which makes the optimization easier. Our method features extreme simplicity and acts as a new strong baseline. We perform extensive experiments across various search spaces, datasets, and tasks, where we robustly achieve state-of-the-art results. Our code is available at https://github.com/xiaomi-automl/NoisyDARTS.

Results

TaskDatasetMetricValueModel
Neural Architecture SearchCIFAR-10Search Time (GPU days)0.25NoisyDARTS
Neural Architecture SearchImageNetAccuracy77.9NoisyDARTS-A
Neural Architecture SearchImageNetTop-1 Error Rate22.1NoisyDARTS-A
Image ClassificationCIFAR-10Percentage correct98.28NoisyDARTS-A-t
Image ClassificationCIFAR-10Percentage correct97.61NoisyDARTS-a
AutoMLCIFAR-10Search Time (GPU days)0.25NoisyDARTS
AutoMLImageNetAccuracy77.9NoisyDARTS-A
AutoMLImageNetTop-1 Error Rate22.1NoisyDARTS-A

Related Papers

Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17DASViT: Differentiable Architecture Search for Vision Transformer2025-07-17Imbalanced Regression Pipeline Recommendation2025-07-16Hashed Watermark as a Filter: Defeating Forging and Overwriting Attacks in Weight-based Neural Network Watermarking2025-07-15