CVIVJun 28, 2019

A 1d convolutional network for leaf and time series classification

arXiv:1907.00069v213 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses classification problems for plant leaves and time series, but it is incremental as it adapts existing 1D CNN techniques to a specific domain.

The paper tackles plant leaf classification by designing a 1D convolutional neural network that uses a single feature to achieve performance comparable to state-of-the-art methods requiring multiple features, and it also serves as an automatic feature extractor for improved results with other classifiers.

In this paper, a 1d convolutional neural network is designed for classification tasks of plant leaves. This network based classifier is analyzed in two directions. In the forward direction, the proposed network can be used in two ways: a classifier and an automatic feature extractor. As a classifier, it takes the simple centroid contour distance curve as the single feature and achieves comparable performance with state-of-art methods that usually require multiple extracted features. As a feature extractor, it produces nearly linear separable features, hence can be used together with other classifiers such as support vector machines to provide better performance. The proposed network adopts simple 1d input and is generally applicable for other tasks such as classifying one dimensional time series in an end-to-end fashion without changes. Experiments on some benchmark datasets show this architecture can provide classification accuracies that are comparable or higher than some existing methods. In the backward direction, methods like gradient-weighted class activation mapping and maximum activation map of neurons in the classification layer with respect to inputs are performed to help investigate and further validate that hidden signatures helping trigger the trained classifier's specific decisions can be human interpretable. Code for the paper is available at https://github.com/dykuang/Leaf_Project.

Code Implementations1 repo
Foundations

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

Your Notes