论文标题
PONAS:进行性的一声神经体系结构寻找非常有效的部署
PONAS: Progressive One-shot Neural Architecture Search for Very Efficient Deployment
论文作者
论文摘要
我们实现了非常有效的深度学习模型部署,该模型部署设计神经网络架构以适合不同的硬件约束。给定大多数神经体系结构搜索(NAS)方法,根据预先训练的精度预测指标对一组子网络进行采样,或者采用进化算法从超级网络进化了专门的网络。两种方法都是耗时的。在这里,我们对非常有效部署的关键想法是,在搜索体系结构空间时,构造了一个存储所有候选块的验证精度的表。对于更严格的硬件约束,可以通过选择最佳准确性损失的最佳候选块来有效地确定专业网络的体系结构。为了实现这一想法,我们提出了渐进的单发神经体系结构搜索(PONAS),该搜索结合了渐进式NAS和单发方法的优势。在PONAS中,我们提出了一个两阶段的训练计划,包括元训练阶段和微调阶段,以使搜索过程有效且稳定。在搜索过程中,我们评估了不同层中的候选块,并构建将用于部署的精度表。全面的实验验证了PONAS非常灵活,并且能够在大约10秒内找到专门网络的体系结构。在Imagenet分类中,可以获得75.2%的TOP-1准确性,这与艺术状态相当。
We achieve very efficient deep learning model deployment that designs neural network architectures to fit different hardware constraints. Given a constraint, most neural architecture search (NAS) methods either sample a set of sub-networks according to a pre-trained accuracy predictor, or adopt the evolutionary algorithm to evolve specialized networks from the supernet. Both approaches are time consuming. Here our key idea for very efficient deployment is, when searching the architecture space, constructing a table that stores the validation accuracy of all candidate blocks at all layers. For a stricter hardware constraint, the architecture of a specialized network can be very efficiently determined based on this table by picking the best candidate blocks that yield the least accuracy loss. To accomplish this idea, we propose Progressive One-shot Neural Architecture Search (PONAS) that combines advantages of progressive NAS and one-shot methods. In PONAS, we propose a two-stage training scheme, including the meta training stage and the fine-tuning stage, to make the search process efficient and stable. During search, we evaluate candidate blocks in different layers and construct the accuracy table that is to be used in deployment. Comprehensive experiments verify that PONAS is extremely flexible, and is able to find architecture of a specialized network in around 10 seconds. In ImageNet classification, 75.2% top-1 accuracy can be obtained, which is comparable with the state of the arts.