CVLGJul 15, 2022

ScaleNet: Searching for the Model to Scale

arXiv:2207.07267v16 citationsh-index: 134Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of efficiently scaling neural network models for researchers and practitioners, though it appears incremental by combining existing NAS and scaling approaches.

The paper tackles the problem of model scaling by jointly searching for a base model and scaling strategy, resulting in scaled networks with significant performance superiority across various FLOPs and at least a 2.53x reduction in search cost.

Recently, community has paid increasing attention on model scaling and contributed to developing a model family with a wide spectrum of scales. Current methods either simply resort to a one-shot NAS manner to construct a non-structural and non-scalable model family or rely on a manual yet fixed scaling strategy to scale an unnecessarily best base model. In this paper, we bridge both two components and propose ScaleNet to jointly search base model and scaling strategy so that the scaled large model can have more promising performance. Concretely, we design a super-supernet to embody models with different spectrum of sizes (e.g., FLOPs). Then, the scaling strategy can be learned interactively with the base model via a Markov chain-based evolution algorithm and generalized to develop even larger models. To obtain a decent super-supernet, we design a hierarchical sampling strategy to enhance its training sufficiency and alleviate the disturbance. Experimental results show our scaled networks enjoy significant performance superiority on various FLOPs, but with at least 2.53x reduction on search cost. Codes are available at https://github.com/luminolx/ScaleNet.

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