SOTAVerified

μDARTS: Model Uncertainty-Aware Differentiable Architecture Search

2021-07-24Unverified0· sign in to hype

Biswadeep Chakraborty, Saibal Mukhopadhyay

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We present a Model Uncertainty-aware Differentiable ARchiTecture Search (DARTS) that optimizes neural networks to simultaneously achieve high accuracy and low uncertainty. We introduce concrete dropout within DARTS cells and include a Monte-Carlo regularizer within the training loss to optimize the concrete dropout probabilities. A predictive variance term is introduced in the validation loss to enable searching for architecture with minimal model uncertainty. The experiments on CIFAR10, CIFAR100, SVHN, and ImageNet verify the effectiveness of DARTS in improving accuracy and reducing uncertainty compared to existing DARTS methods. Moreover, the final architecture obtained from DARTS shows higher robustness to noise at the input image and model parameters compared to the architecture obtained from existing DARTS methods.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-10μDARTSTop-1 Error Rate3.28Unverified
CIFAR-100μDARTSPercentage Error19.39Unverified
ImageNetμDARTSTop-1 Error Rate21.24Unverified

Reproductions