CVAug 12, 2021

Improving Ranking Correlation of Supernet with Candidates Enhancement and Progressive Training

arXiv:2108.05866v12 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in automated architecture design for researchers and practitioners in computer vision, representing an incremental improvement.

The paper tackles the problem of poor ranking consistency in one-shot neural architecture search due to weight-sharing interference, and achieves first place in the CVPR2021 Lightweight NAS Challenge Supernet Track.

One-shot neural architecture search (NAS) applies weight-sharing supernet to reduce the unaffordable computation overhead of automated architecture designing. However, the weight-sharing technique worsens the ranking consistency of performance due to the interferences between different candidate networks. To address this issue, we propose a candidates enhancement method and progressive training pipeline to improve the ranking correlation of supernet. Specifically, we carefully redesign the sub-networks in the supernet and map the original supernet to a new one of high capacity. In addition, we gradually add narrow branches of supernet to reduce the degree of weight sharing which effectively alleviates the mutual interference between sub-networks. Finally, our method ranks the 1st place in the Supernet Track of CVPR2021 1st Lightweight NAS Challenge.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes