Advertisement

网络搜索 (NAS: Network Architecture Search)

阅读量:

NAS Definition

  1. 基于搜索策略,并结合约束条件 (如accuracy、latency),在搜索空间内 (set of candidate operations or blocks)探索最优网络结构、或组件结构 (如detector的backbone、FPN);
  2. 高效的NAS算法,通常是Trade-off between data-driven and experience-driven,data-driven实现高效率、自动化搜索,experience-driven减小搜索空间、降低过拟合;
  3. Proxy task: 评估搜索结果 (searched architecture);

NAS-FCOS: Fast Neural Architecture Search for Object Detection

全部评论 (0)

还没有任何评论哟~