Patch-Based CNN Evaluation for Bark Classification
Abstract
The identification of tree species from bark images is a challenging computer vision problem. However, even in the era of deep learning today, bark recognition continues to be explored by traditional methods using time-consuming handcrafted features, mainly due to the problem of limited data. In this work, we implement a patch-based convolutional neural network alternative for analyzing a challenging bark dataset Bark-101, comprising of 2587 images from 101 classes. We propose to apply image re-scaling during the patch extraction process to compensate for the lack of sufficient data. Individual patch-level predictions from fine-tuned CNNs are then combined by classical majority voting to obtain image-level decisions. Since ties can often occur in the voting process, we investigate various tie-breaking strategies from ensemble-based classifiers. Our study outperforms the classification accuracy achieved by traditional methods applied to Bark-101, thus demonstrating the feasibility of applying patch-based CNNs to such challenging datasets.
Cite
Text
Misra et al. "Patch-Based CNN Evaluation for Bark Classification." European Conference on Computer Vision Workshops, 2020. doi:10.1007/978-3-030-65414-6_15Markdown
[Misra et al. "Patch-Based CNN Evaluation for Bark Classification." European Conference on Computer Vision Workshops, 2020.](https://mlanthology.org/eccvw/2020/misra2020eccvw-patchbased/) doi:10.1007/978-3-030-65414-6_15BibTeX
@inproceedings{misra2020eccvw-patchbased,
title = {{Patch-Based CNN Evaluation for Bark Classification}},
author = {Misra, Debaleena and Junior, Carlos Fernando Crispim and Tougne, Laure},
booktitle = {European Conference on Computer Vision Workshops},
year = {2020},
pages = {197-212},
doi = {10.1007/978-3-030-65414-6_15},
url = {https://mlanthology.org/eccvw/2020/misra2020eccvw-patchbased/}
}