面向进化多任务卷积神经架构搜索

Toward Evolutionary Multitask Convolutional Neural Architecture Search

IEEE Transactions on Evolutionary Computation · 2023
被引 24
ABS 4

中文导读

提出一种进化多任务卷积神经架构搜索框架,通过知识共享机制同时为多个任务搜索架构,并自适应调整知识迁移频率,在降低搜索成本的同时达到或超越现有方法性能。

Abstract

Evolutionary neural architecture search (ENAS) methods have been successfully used to design convolutional neural network (CNN) architectures automatically. These methods have achieved excellent performance in creating a specific neural architecture for a single task but are less efficient for multiple tasks. Existing ENAS frameworks always repeatedly perform the search from scratch for each task, even though these tasks may be solved by similar CNN architectures. This work presents an evolutionary multi-task convolutional neural architecture search (MTNAS) framework to enable efficient architecture searches in multi-task scenarios by incorporating architectural similarities. The proposed MTNAS constructs architectures for different tasks simultaneously by implementing a knowledge-sharing mechanism among multiple search processes. Specifically, promising architectures found in one search process can be transferred and reused to generate high-quality architectures for others. Furthermore, we devise an adaptive strategy to dynamically adjust the frequency of knowledge transfer, aiming to alleviate the potential effect of negative transfer. Extensive experiments demonstrate that MTNAS can outperform state-of-the-art NAS methods or achieve comparable performance in different tasks but with 2× less search cost.

计算机科学卷积神经网络进化算法神经架构搜索多任务学习