Neural Prototype Trees for Interpretable Fine-Grained Image Recognition
Abstract
Prototype-based methods use interpretable representations to address the black-box nature of deep learning models, in contrast to post-hoc explanation methods that only approximate such models. We propose the Neural Prototype Tree (ProtoTree), an intrinsically interpretable deep learning method for fine-grained image recognition. ProtoTree combines prototype learning with decision trees, and thus results in a globally interpretable model by design. Additionally, ProtoTree can locally explain a single prediction by outlining a decision path through the tree. Each node in our binary tree contains a trainable prototypical part. The presence or absence of this learned prototype in an image determines the routing through a node. Decision making is therefore similar to human reasoning: Does the bird have a red throat? And an elongated beak? Then it's a hummingbird! We tune the accuracy-interpretability trade-off using ensemble methods, pruning and binarizing. We apply pruning without sacrificing accuracy, resulting in a small tree with only 8 learned prototypes along a path to classify a bird from 200 species. An ensemble of 5 ProtoTrees achieves competitive accuracy on the CUB-200- 2011 and Stanford Cars data sets. Code is available at https://github.com/M-Nauta/ProtoTree.
Cite
Text
Nauta et al. "Neural Prototype Trees for Interpretable Fine-Grained Image Recognition." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.01469Markdown
[Nauta et al. "Neural Prototype Trees for Interpretable Fine-Grained Image Recognition." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/nauta2021cvpr-neural/) doi:10.1109/CVPR46437.2021.01469BibTeX
@inproceedings{nauta2021cvpr-neural,
title = {{Neural Prototype Trees for Interpretable Fine-Grained Image Recognition}},
author = {Nauta, Meike and van Bree, Ron and Seifert, Christin},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2021},
pages = {14933-14943},
doi = {10.1109/CVPR46437.2021.01469},
url = {https://mlanthology.org/cvpr/2021/nauta2021cvpr-neural/}
}