CVJan 28, 2017

Treelogy: A Novel Tree Classifier Utilizing Deep and Hand-crafted Representations

arXiv:1701.08291v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses plant species identification for researchers and app users, but it is incremental as it combines existing methods without a major breakthrough.

The authors tackled leaf-based plant classification by proposing Treelogy, a system that fuses deep and hand-crafted features from leaf images, achieving the highest accuracy on a dataset of 57 tree species with 5408 images.

We propose a novel tree classification system called Treelogy, that fuses deep representations with hand-crafted features obtained from leaf images to perform leaf-based plant classification. Key to this system are segmentation of the leaf from an untextured background, using convolutional neural networks (CNNs) for learning deep representations, extracting hand-crafted features with a number of image processing techniques, training a linear SVM with feature vectors, merging SVM and CNN results, and identifying the species from a dataset of 57 trees. Our classification results show that fusion of deep representations with hand-crafted features leads to the highest accuracy. The proposed algorithm is embedded in a smart-phone application, which is publicly available. Furthermore, our novel dataset comprised of 5408 leaf images is also made public for use of other researchers.

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