Deep Neural Decision Forests

Abstract

We present a novel approach to enrich classification trees with the representation learning ability of deep (neural) networks within an end-to-end trainable architecture. We combine these two worlds via a stochastic and differentiable decision tree model, which steers the formation of latent representations within the hidden layers of a deep network. The proposed model differs from conventional deep networks in that a decision forest provides the final predictions and it differs from conventional decision forests by introducing a principled, joint and global optimization of split and leaf node parameters. Our approach compares favourably to other state-of-the-art deep models on a large-scale image classification task like ImageNet. PDF

Cite

Text

Kontschieder et al. "Deep Neural Decision Forests." International Joint Conference on Artificial Intelligence, 2016.

Markdown

[Kontschieder et al. "Deep Neural Decision Forests." International Joint Conference on Artificial Intelligence, 2016.](https://mlanthology.org/ijcai/2016/kontschieder2016ijcai-deep/)

BibTeX

@inproceedings{kontschieder2016ijcai-deep,
  title     = {{Deep Neural Decision Forests}},
  author    = {Kontschieder, Peter and Fiterau, Madalina and Criminisi, Antonio and Bulò, Samuel Rota},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2016},
  pages     = {4190-4194},
  url       = {https://mlanthology.org/ijcai/2016/kontschieder2016ijcai-deep/}
}