paper-with-me

Papers

Noisy Differentiable Architecture Search

2020-05-07 · Xiangxiang Chu, Bo Zhang

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.

📄 PDF Abstract BibTeX arXiv:2005.03566

Code (1)

xiaomi-automl/NoisyDARTS 공식 구현 pytorch

Tasks

AutoMLImage ClassificationNeural Architecture Search

Similar Papers 제목 키워드 기반

Towards a Robust Differentiable Architecture Search under Label Noise

2021-10-23 · Christian Simon, Piotr Koniusz, Lars Petersson, Yan Han 외

Neural Architecture Search (NAS) is the game changer in designing robust neural architectures. Architectures designed by NAS outperform or compete with the best manual network designs in terms of accuracy, size, memory f…

Neural Architecture Search

Small Temperature is All You Need for Differentiable Architecture Search

2023-06-12 · Jiuling Zhang, Zhiming Ding

Differentiable architecture search (DARTS) yields highly efficient gradient-based neural architecture search (NAS) by relaxing the discrete operation selection to optimize continuous architecture parameters that maps NAS…

AllNeural Architecture Search

Differentiable Inductive Logic Programming for Structured Examples

2021-03-02 · Hikaru Shindo, Masaaki Nishino, Akihiro Yamamoto

The differentiable implementation of logic yields a seamless combination of symbolic reasoning and deep neural networks. Recent research, which has developed a differentiable framework to learn logic programs from exampl…

Inductive logic programming

Weak-PDE-Net: Discovering Open-Form PDEs via Differentiable Symbolic Networks and Weak Formulation

2026-03-24 · Xinxin Li, Xingyu Cui, Jin Qi, Juan Zhang 외 arxiv

Discovering governing Partial Differential Equations (PDEs) from sparse and noisy data is a challenging issue in data-driven scientific computing. Conventional sparse regression methods often suffer from two major limita…

Neural Architecture Search

UNAS: Differentiable Architecture Search Meets Reinforcement Learning

2019-12-16 · CVPR 2020 6 · Arash Vahdat, Arun Mallya, Ming-Yu Liu, Jan Kautz

Neural architecture search (NAS) aims to discover network architectures with desired properties such as high accuracy or low latency. Recently, differentiable NAS (DNAS) has demonstrated promising results while maintaini…

Neural Architecture Searchreinforcement-learningReinforcement LearningReinforcement Learning (RL)