Robust Differentiable Architecture Search (DARTS-) for AutoML

The paper introduces DARTS‑, a robust differentiable architecture search method that adds a linearly decaying auxiliary skip‑connection weight to prevent performance collapse, delivering smoother loss landscapes, lower Hessian spikes, and state‑of‑the‑art accuracy on CIFAR‑10, ImageNet and NAS‑Bench‑201, while maintaining efficiency for large‑scale AutoML deployments.

Meituan Technology Team
Meituan Technology Team
Meituan Technology Team
Robust Differentiable Architecture Search (DARTS-) for AutoML

High‑quality model design and iterative updates are major pain points in AI production. In this context, Automated Machine Learning (AutoML) has emerged, with Neural Architecture Search (NAS) becoming its core component after Google introduced it in 2017.

Meituan’s visual intelligence team, in collaboration with Shanghai Jiao Tong University, contributed a paper (DARTS‑) accepted at ICLR 2021, which analyzes the robustness issues of the original DARTS method and proposes improvements.

Background : Meituan’s AI services span over 200 scenarios, requiring scalable data and advanced deep‑learning models. Designing and updating high‑quality models is a bottleneck, motivating the use of AutoML and NAS.

NAS Overview : NAS searches for optimal architectures within a defined search space, using algorithms based on reinforcement learning, evolutionary strategies, or gradient‑based optimization. Gradient‑based methods, especially DARTS, have become mainstream due to their efficiency.

Limitations of DARTS : The differentiable approach suffers from performance collapse, where the super‑network performs well but the derived subnet exhibits many skip connections, degrading final accuracy.

Proposed DARTS‑ Method : To mitigate collapse, an auxiliary skip connection with a linearly decaying weight (β) is added, separating the residual benefit of skip connections from their role as selectable operators. The optimization alternates between updating network weights (w) and architecture weights (α) while applying the β decay schedule.

Analysis and Validation : Experiments show that DARTS‑ reduces Hessian eigenvalue spikes and yields smoother loss landscapes compared to vanilla DARTS and R‑DARTS. On CIFAR‑10 and ImageNet, DARTS‑ achieves state‑of‑the‑art accuracy, outperforming other NAS baselines on NAS‑Bench‑201 and demonstrating strong transferability to COCO object detection (mAP 32.5%).

Conclusion : DARTS‑ retains DARTS’s efficiency while improving robustness and generalization, offering a practical solution for large‑scale AutoML deployments across vision, speech, NLP, and recommendation tasks. The code is open‑sourced on GitHub.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

RobustnessAutoMLNeural Architecture SearchDARTS
Meituan Technology Team
Written by

Meituan Technology Team

Over 10,000 engineers powering China’s leading lifestyle services e‑commerce platform. Supporting hundreds of millions of consumers, millions of merchants across 2,000+ industries. This is the public channel for the tech teams behind Meituan, Dianping, Meituan Waimai, Meituan Select, and related services.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.