paper-with-me

Papers

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

2022-11-18 · Bicheng Guo, Shuxuan Guo, Miaojing Shi, Peng Chen, Shibo He, Jiming Chen, Kaicheng Yu

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.

📄 PDF Abstract BibTeX arXiv:2211.10105

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

DARTS Differentiable Architecture Search (DART) is a method for efficient architecture search. The search space is made continuous so that the architecture can be optimized with…

Similar Papers 제목 키워드 기반

Enhancing Speech Emotion Recognition Through Differentiable Architecture Search

2023-05-23 · Thejan Rajapakshe, Rajib Rana, Sara Khalifa, Berrak Sisman 외

Speech Emotion Recognition (SER) is a critical enabler of emotion-aware communication in human-computer interactions. Recent advancements in Deep Learning (DL) have substantially enhanced the performance of SER models th…

Emotion RecognitionNeural Architecture SearchSpeech Emotion Recognition

DARTS-PRIME: Regularization and Scheduling Improve Constrained Optimization in Differentiable NAS

2021-06-22 · Kaitlin Maile, Erwan Lecarpentier, Hervé Luga, Dennis G. Wilson

Differentiable Architecture Search (DARTS) is a recent neural architecture search (NAS) method based on a differentiable relaxation. Due to its success, numerous variants analyzing and improving parts of the DARTS framew…

Bilevel OptimizationNeural Architecture SearchScheduling

DU-DARTS: Decreasing the Uncertainty of Differentiable Architecture Search

2021-11-23 · BMVC 2021 11 · Shun Lu, Yu Hu, Longxing Yang, Zihao Sun 외

Differentiable Neural Architecture Search (DARTS) recently attracts a lot of research attention because of its high efficiency. However, the competition of candidate operations in DARTS introduces high uncertainty for se…

Neural Architecture Search

$μ$DARTS: Model Uncertainty-Aware Differentiable Architecture Search

2021-07-24 · Biswadeep Chakraborty, Saibal Mukhopadhyay

We present a Model Uncertainty-aware Differentiable ARchiTecture Search ($\mu$DARTS) that optimizes neural networks to simultaneously achieve high accuracy and low uncertainty. We introduce concrete dropout within DARTS …

modelNeural Architecture Search

LP-NAS: Linear Programming-based Neural Architecture Search

2026-08-14 · Abhishek Shukla, Ankur Sinha, Faiz Hamid arxiv

Neural Architecture Search (NAS) aims to automate neural network architecture design, reducing reliance on human expertise. Among the various NAS methods, differentiable NAS has gained prominence due to its efficiency an…

Neural Architecture Search