AutoEncoder by Forest
Machine Learning
2020-07-07 v1 Machine Learning
Abstract
Auto-encoding is an important task which is typically realized by deep neural networks (DNNs) such as convolutional neural networks (CNN). In this paper, we propose EncoderForest (abbrv. eForest), the first tree ensemble based auto-encoder. We present a procedure for enabling forests to do backward reconstruction by utilizing the equivalent classes defined by decision paths of the trees, and demonstrate its usage in both supervised and unsupervised setting. Experiments show that, compared with DNN autoencoders, eForest is able to obtain lower reconstruction error with fast training speed, while the model itself is reusable and damage-tolerable.
Cite
@article{arxiv.1709.09018,
title = {AutoEncoder by Forest},
author = {Ji Feng and Zhi-Hua Zhou},
journal= {arXiv preprint arXiv:1709.09018},
year = {2020}
}