论文标题
关于基于细胞的神经体系结构搜索的冗余和多样性
On Redundancy and Diversity in Cell-based Neural Architecture Search
论文作者
论文摘要
在NAS中,搜索建筑单元是一个主要的范式。但是,即使对于NAS的持续发展非常重要,也很少关注基于细胞的搜索空间的分析。在这项工作中,我们对流行的基于细胞的搜索空间的体系结构进行了经验性的事后分析,并发现现有的搜索空间包含高度的冗余:体系结构性能对大部分细胞的变化至少敏感,并且普遍采用的设计,以及像显式搜索搜索的降低细胞一样,显着增加了对复杂性的影响,但对绩效的影响非常有限。在各种搜索策略中发现的体系结构之间,我们一致发现,对于体系结构性能至关重要的细胞部分通常遵循相似和简单的模式。通过明确限制细胞包含这些模式,随机采样的体系结构可以匹配甚至超越最新的状态。这些发现引起了我们在现有基于细胞的搜索空间中发现真正新颖架构的能力,并激发了我们改进的建议,以指导未来的NAS研究。代码可在https://github.com/xingchenwan/cell-lase-lase-nas-nas-Analysis中找到。
Searching for the architecture cells is a dominant paradigm in NAS. However, little attention has been devoted to the analysis of the cell-based search spaces even though it is highly important for the continual development of NAS. In this work, we conduct an empirical post-hoc analysis of architectures from the popular cell-based search spaces and find that the existing search spaces contain a high degree of redundancy: the architecture performance is minimally sensitive to changes at large parts of the cells, and universally adopted designs, like the explicit search for a reduction cell, significantly increase the complexities but have very limited impact on the performance. Across architectures found by a diverse set of search strategies, we consistently find that the parts of the cells that do matter for architecture performance often follow similar and simple patterns. By explicitly constraining cells to include these patterns, randomly sampled architectures can match or even outperform the state of the art. These findings cast doubts into our ability to discover truly novel architectures in the existing cell-based search spaces, and inspire our suggestions for improvement to guide future NAS research. Code is available at https://github.com/xingchenwan/cell-based-NAS-analysis.