← Search

Longxing Yang

4 accepted papers

2023

PA&DA: Jointly Sampling Path and Data for Consistent NAS

CVPR 2023poster

Based on the weight-sharing mechanism, one-shot NAS methods train a supernet and then inherit the pre-trained weights to evaluate sub-models, largely reducing the search cost. However, several works have pointed out that the shared weights suffer from different gradient descent directions during tra…

2023

Unleashing the Power of Gradient Signal-to-Noise Ratio for Zero-Shot NAS

ICCV 2023poster

Neural Architecture Search (NAS) aims to automatically find optimal neural network architectures in an efficient way. Zero-Shot NAS is a promising technique that leverages proxies to predict the accuracy of candidate architectures without any training. However, we have observed that most existing pr…

Cited by 6PDFcodeScholar
2022

AGNAS: Attention-Guided Micro and Macro-Architecture Search

ICML 2022spotlight

Micro- and macro-architecture search have emerged as two popular NAS paradigms recently. Existing methods leverage different search strategies for searching micro- and macro- architectures. When using architecture parameters to search for micro-structure such as normal cell and reduction cell, the a…

2022

Searching for BurgerFormer with Micro-Meso-Macro Space Design

ICML 2022spotlight

With the success of Transformers in the computer vision field, the automated design of vision Transformers has attracted significant attention. Recently, MetaFormer found that simple average pooling can achieve impressive performance, which naturally raises the question of how to design a search spa…