Manifold Oblique Random Forests: Towards Closing the Gap on Convolutional Deep Networks
Adam Li, Ronan Perry, Chester Huynh, Tyler M. Tomita, Ronak Mehta,, Jesus Arroyo, Jesse Patsolic, Benjamin Falk, Joshua T. Vogelstein

TL;DR
This paper introduces Manifold Oblique Random Forests (MORF), a novel method that incorporates feature manifold structure into decision forests, achieving performance comparable to convolutional neural networks while maintaining interpretability and efficiency.
Contribution
The paper proposes a manifold-aware distribution for decision forests, improving their ability to handle structured data and bridging the gap with deep convolutional networks.
Findings
MORF outperforms traditional forests on manifold-structured data.
MORF challenges the performance of convolutional neural networks.
MORF maintains interpretability and runs efficiently.
Abstract
Decision forests (Forests), in particular random forests and gradient boosting trees, have demonstrated state-of-the-art accuracy compared to other methods in many supervised learning scenarios. In particular, Forests dominate other methods in tabular data, that is, when the feature space is unstructured, so that the signal is invariant to a permutation of the feature indices. However, in structured data lying on a manifold (such as images, text, and speech) deep networks (Networks), specifically convolutional deep networks (ConvNets), tend to outperform Forests. We conjecture that at least part of the reason for this is that the input to Networks is not simply the feature magnitudes, but also their indices. In contrast, naive Forest implementations fail to explicitly consider feature indices. A recently proposed Forest approach demonstrates that Forests, for each node, implicitly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · EEG and Brain-Computer Interfaces
MethodsInterpretability · Convolution
