LGMLOct 26, 2018

Lossless (and Lossy) Compression of Random Forests

arXiv:1810.11197v12 citations
Originality Incremental advance
AI Analysis

This addresses storage limitations for user-specific ensembles on personal devices, though it is incremental as it builds on existing tree-based ensemble methods.

The paper tackles the storage problem of large random forests in subscriber-based environments by introducing a lossless compression method based on probabilistic modeling and Bregman divergence clustering, achieving high compression rates while enabling predictions and perfect reconstruction, with a lossy variant for rate-distortion trade-off.

Ensemble methods are among the state-of-the-art predictive modeling approaches. Applied to modern big data, these methods often require a large number of sub-learners, where the complexity of each learner typically grows with the size of the dataset. This phenomenon results in an increasing demand for storage space, which may be very costly. This problem mostly manifests in a subscriber based environment, where a user-specific ensemble needs to be stored on a personal device with strict storage limitations (such as a cellular device). In this work we introduce a novel method for lossless compression of tree-based ensemble methods, focusing on random forests. Our suggested method is based on probabilistic modeling of the ensemble's trees, followed by model clustering via Bregman divergence. This allows us to find a minimal set of models that provides an accurate description of the trees, and at the same time is small enough to store and maintain. Our compression scheme demonstrates high compression rates on a variety of modern datasets. Importantly, our scheme enables predictions from the compressed format and a perfect reconstruction of the original ensemble. In addition, we introduce a theoretically sound lossy compression scheme, which allows us to control the trade-off between the distortion and the coding rate.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes