CLLGNEDec 3, 2020

Evolving Character-Level DenseNet Architectures using Genetic Programming

arXiv:2012.02327v1
AI Analysis

This research provides a method for automatically designing efficient char-DenseNet architectures for text classification, which can benefit researchers and practitioners by reducing the need for manual architectural design and expert domain knowledge.

This paper explores the use of character-level DenseNet (char-DenseNet) architectures for text classification, a domain where their optimal configuration is unknown. The authors developed a genetic programming-based algorithm, GP-Dense, to automatically evolve char-DenseNet architectures. The evolved models outperformed two state-of-the-art models in accuracy and three in parameter size on two text datasets.

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 DenseNet architectures. The algorithm is evaluated on two popular text datasets, and the best-evolved models are benchmarked against four current state-of-the-art character-level CNN and DenseNet models. Results indicate that the algorithm evolves performant models for both datasets that outperform two of the state-of-the-art models in terms of model accuracy and three of the state-of-the-art models in terms of parameter size.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes