paper-with-me

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 automating the optimization of the DNN model implementation. However, existing neural architecture search methods for channel dimensions rely on fixed search spaces, which prevents achieving an efficient and fully automated solution. In this work, we propose a novel differentiable neural architecture search method with an efficient dynamic channel allocation algorithm to enable a flexible search space for channel dimensions. We show that the proposed framework is able to find DNN architectures that are equivalent to previous methods in task accuracy and inference latency for the CIFAR-10 dataset with an improvement of $1.3-1.7\times$ in GPU-hours and $1.5-1.7\times$ in the memory requirements during the architecture search stage. Moreover, the proposed frameworks do not require a well-engineered search space a priori, which is an important step towards fully automated design of DNN architectures.

📄 PDF Abstract BibTeX arXiv:2306.08021

Code (0)

등록된 구현이 없습니다.

Tasks

GPUNeural Architecture Search

Similar Papers 제목 키워드 기반

FBNetV2: Differentiable Neural Architecture Search for Spatial and Channel Dimensions

2020-04-12 · CVPR 2020 6 · Alvin Wan, Xiaoliang Dai, Peizhao Zhang, Zijian He 외

Differentiable Neural Architecture Search (DNAS) has demonstrated great success in designing state-of-the-art, efficient neural networks. However, DARTS-based DNAS's search space is small when compared to other search me…

Neural Architecture Search

Differentiable Neural Input Search for Recommender Systems

2020-06-08 · Weiyu Cheng, Yanyan Shen, Linpeng Huang

Latent factor models are the driving forces of the state-of-the-art recommender systems, with an important insight of vectorizing raw input features into dense embeddings. The dimensions of different feature embeddings a…

Click-Through Rate PredictionRecommendation Systems

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 be…

Diversity

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

Towards Improving the Consistency, Efficiency, and Flexibility of Differentiable Neural Architecture Search

2021-01-27 · CVPR 2021 1 · Yibo Yang, Shan You, Hongyang Li, Fei Wang 외

Most differentiable neural architecture search methods construct a super-net for search and derive a target-net as its sub-graph for evaluation. There exists a significant gap between the architectures in search and eval…

GPUNeural Architecture Search