paper-with-me

Papers

Adaptive Channel Allocation for Robust Differentiable Architecture Search

2022-04-10 · Chao Li, Jia Ning, Han Hu, Kun He

Differentiable ARchiTecture Search (DARTS) has attracted much attention due to its simplicity and significant improvement in efficiency. However, the excessive accumulation of the skip connection, when training epochs become large, makes it suffer from weak stability and low robustness, thus limiting its practical applications. Many works have attempted to restrict the accumulation of skip connections by indicators or manual design. These methods, however, are susceptible to human priors and hyper-parameters. In this work, we suggest a more subtle and direct approach that no longer explicitly searches for skip connections in the search stage, based on the paradox that skip connections were proposed to guarantee the performance of very deep networks, but the networks in the search stage of differentiable architecture search are actually very shallow. Instead, by introducing channel importance ranking and channel allocation strategy, the skip connections are implicitly searched and automatically refilled unimportant channels in the evaluation stage. Our method, dubbed Adaptive Channel Allocation (ACA) strategy, is a general-purpose approach for differentiable architecture search, which universally works in DARTS variants without introducing human priors, indicators, or hyper-parameters. Extensive experiments on various datasets and DARTS variants verify that the ACA strategy is the most effective one among existing methods in improving robustness and dealing with the collapse issue when training epochs become large.

📄 PDF Abstract BibTeX arXiv:2204.04681

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

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

Flexible Channel Dimensions for Differentiable Architecture Search

2023-06-13 · Ahmet Caner Yüzügüler, Nikolaos Dimitriadis, Pascal Frossard

Finding optimal channel dimensions (i.e., the number of filters in DNN layers) is essential to design DNNs that perform well under computational resource constraints. Recent work in neural architecture search aims at aut…

GPUNeural Architecture Search

Standards-Compliant DM-RS Allocation via Temporal Channel Prediction for Massive MIMO Systems

2025-07-15 · Sehyun Ryu, Hyun Jong Yang arxiv

Reducing feedback overhead in beyond 5G networks is a critical challenge, as the growing number of antennas in modern massive MIMO systems substantially increases the channel state information (CSI) feedback demand in fr…

Partial Connection Based on Channel Attention for Differentiable Neural Architecture Search

2022-08-01 · Yu Xue, Jiafeng Qin

Differentiable neural architecture search (DARTS), as a gradient-guided search method, greatly reduces the cost of computation and speeds up the search. In DARTS, the architecture parameters are introduced to the candida…

Neural Architecture Search

Scale When Needed: Adaptive Neuron-level Mixed Precision Quantization Aware Training

2026-05-24 · Ayush K. Varshney, Konstantinos Vandikas, Šarūnas Girdzijauskas, Adam Orucu 외 arxiv

Deploying deep neural networks on resource-constrained 6G edge devices demands aggressive compression with minimal accuracy loss. Quantization-Aware Training (QAT) has emerged as a leading compression approach; however, …

Partially-Connected Differentiable Architecture Search for Deepfake and Spoofing Detection

2021-04-07 · Wanying Ge, Michele Panariello, Jose Patino, Massimiliano Todisco 외

This paper reports the first successful application of a differentiable architecture search (DARTS) approach to the deepfake and spoofing detection problems. An example of neural architecture search, DARTS operates upon …

Face SwappingGPUNeural Architecture Search