SOTAVerified

A Genetic Programming Approach to Designing Convolutional Neural Network Architectures

2017-04-03Code Available0· sign in to hype

Masanori Suganuma, Shinichi Shirakawa, Tomoharu Nagao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The convolutional neural network (CNN), which is one of the deep learning models, has seen much success in a variety of computer vision tasks. However, designing CNN architectures still requires expert knowledge and a lot of trial and error. In this paper, we attempt to automatically construct CNN architectures for an image classification task based on Cartesian genetic programming (CGP). In our method, we adopt highly functional modules, such as convolutional blocks and tensor concatenation, as the node functions in CGP. The CNN structure and connectivity represented by the CGP encoding method are optimized to maximize the validation accuracy. To evaluate the proposed method, we constructed a CNN architecture for the image classification task with the CIFAR-10 dataset. The experimental result shows that the proposed method can be used to automatically find the competitive CNN architecture compared with state-of-the-art models.

Tasks

Reproductions