Evolving Character-Level DenseNet Architectures using Genetic Programming
Trevor Londt, Xiaoying Gao, Peter Andreae

TL;DR
This paper introduces a genetic programming approach to automatically evolve character-level DenseNet architectures for text classification, outperforming several state-of-the-art models in accuracy and efficiency.
Contribution
First application of evolutionary deep learning to optimize character-level DenseNet architectures for text classification tasks.
Findings
Evolved models outperform some state-of-the-art models in accuracy.
Evolved models have fewer parameters than some benchmarks.
Genetic programming effectively automates architecture design for text classification.
Abstract
DenseNet architectures have demonstrated impressive performance in image classification tasks, but limited research has been conducted on using character-level DenseNet (char-DenseNet) architectures for text classification tasks. It is not clear what DenseNet architectures are optimal for text classification tasks. The iterative task of designing, training and testing of char-DenseNets is an NP-Hard problem that requires expert domain knowledge. Evolutionary deep learning (EDL) has been used to automatically design CNN architectures for the image classification domain, thereby mitigating the need for expert domain knowledge. This study demonstrates the first work on using EDL to evolve char-DenseNet architectures for text classification tasks. A novel genetic programming-based algorithm (GP-Dense) coupled with an indirect-encoding scheme, facilitates the evolution of performant char…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Batch Normalization · Global Average Pooling · Convolution · Dense Connections · Dense Block · Max Pooling · Softmax · Dropout
