Understanding Deep Neural Networks for Regression in Leaf Counting

Abstract

Deep learning methods are constantly increasing in popularity and success across a wide range of computer vision applications. However, they are perceived as 'black boxes', due to the lack of an intuitive interpretation of their decision processes. We present a study aimed at understanding how Deep Neural Networks (DNN) reach a decision in regression tasks. This study focuses on deep learning approaches in the common plant phenotyping task of leaf counting. We employ Layerwise Relevance Propagation (LRP) and Guided Back Propagation to provide insight into which parts of the input contribute to intermediate layers and the output. We observe that the network largely disregards the background and focuses on the plant during training. More importantly, we found that the leaf blade edges are the most relevant part of the plant for the network model in the counting task. Results are evaluated using a VGG-16 deep neural network on the CVPPP 2017 Leaf Counting Challenge dataset.

Cite

Text

Dobrescu et al. "Understanding Deep Neural Networks for Regression in Leaf Counting." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019. doi:10.1109/CVPRW.2019.00316

Markdown

[Dobrescu et al. "Understanding Deep Neural Networks for Regression in Leaf Counting." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2019.](https://mlanthology.org/cvprw/2019/dobrescu2019cvprw-understanding/) doi:10.1109/CVPRW.2019.00316

BibTeX

@inproceedings{dobrescu2019cvprw-understanding,
  title     = {{Understanding Deep Neural Networks for Regression in Leaf Counting}},
  author    = {Dobrescu, Andrei and Giuffrida, Mario Valerio and Tsaftaris, Sotirios A.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2019},
  pages     = {2600-2608},
  doi       = {10.1109/CVPRW.2019.00316},
  url       = {https://mlanthology.org/cvprw/2019/dobrescu2019cvprw-understanding/}
}