paper-with-me

Papers

Regularizing Differentiable Architecture Search with Smooth Activation

2025-04-22 · Yanlin Zhou, Mostafa El-Khamy, Kee-Bong Song

Differentiable Architecture Search (DARTS) is an efficient Neural Architecture Search (NAS) method but suffers from robustness, generalization, and discrepancy issues. Many efforts have been made towards the performance collapse issue caused by skip dominance with various regularization techniques towards operation weights, path weights, noise injection, and super-network redesign. It had become questionable at a certain point if there could exist a better and more elegant way to retract the search to its intended goal -- NAS is a selection problem. In this paper, we undertake a simple but effective approach, named Smooth Activation DARTS (SA-DARTS), to overcome skip dominance and discretization discrepancy challenges. By leveraging a smooth activation function on architecture weights as an auxiliary loss, our SA-DARTS mitigates the unfair advantage of weight-free operations, converging to fanned-out architecture weight values, and can recover the search process from skip-dominance initialization. Through theoretical and empirical analysis, we demonstrate that the SA-DARTS can yield new state-of-the-art (SOTA) results on NAS-Bench-201, classification, and super-resolution. Further, we show that SA-DARTS can help improve the performance of SOTA models with fewer parameters, such as Information Multi-distillation Network on the super-resolution task.

📄 PDF Abstract BibTeX arXiv:2504.16306

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchSuper-Resolution

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 제목 키워드 기반

SAU: Smooth activation function using convolution with approximate identities

2021-09-27 · Koushik Biswas, Sandeep Kumar, Shilpak Banerjee, Ashish Kumar Pandey

Well-known activation functions like ReLU or Leaky ReLU are non-differentiable at the origin. Over the years, many smooth approximations of ReLU have been proposed using various smoothing techniques. We propose new smoot…

Neural Networks with Smooth Adaptive Activation Functions for Regression

2016-08-23 · Le Hou, Dimitris Samaras, Tahsin M. Kurc, Yi Gao 외

In Neural Networks (NN), Adaptive Activation Functions (AAF) have parameters that control the shapes of activation functions. These parameters are trained along with other parameters in the NN. AAFs have improved perform…

regression

Towards Unbiased Calibration using Meta-Regularization

2023-03-27 · Cheng Wang, Jacek Golebiowski

Model miscalibration has been frequently identified in modern deep neural networks. Recent work aims to improve model calibration directly through a differentiable calibration proxy. However, the calibration produced is …

Meta-Learning

Characterizing Model Robustness via Natural Input Gradients

2024-09-30 · Adrián Rodríguez-Muñoz, Tongzhou Wang, Antonio Torralba

Adversarially robust models are locally smooth around each data sample so that small perturbations cannot drastically change model outputs. In modern systems, such smoothness is usually obtained via Adversarial Training,…

model

Stabilizing Differentiable Architecture Search via Perturbation-based Regularization

2020-02-12 · ICML 2020 1 · Xiangning Chen, Cho-Jui Hsieh

Differentiable architecture search (DARTS) is a prevailing NAS solution to identify architectures. Based on the continuous relaxation of the architecture space, DARTS learns a differentiable architecture weight and large…

Adversarial AttackNeural Architecture Search