Memory-Efficient Global Refinement of Decision-Tree Ensembles and its Application to Face Alignment
Nenad Marku\v{s}, Ivan Gogi\'c, Igor S. Pand\v{z}i\'c, J\"orgen, Ahlberg

TL;DR
This paper presents a memory-efficient approach for refining decision-tree ensembles, enabling practical applications like face alignment by reducing memory usage through quantization and architectural improvements.
Contribution
It introduces a novel method to reduce memory requirements of global decision-tree ensemble refinement, making it feasible for large-scale, correlated output tasks.
Findings
Memory reduction achieved via quantization
Improved efficiency in face alignment tasks
Maintains prediction accuracy with lower memory use
Abstract
Ren et al. recently introduced a method for aggregating multiple decision trees into a strong predictor by interpreting a path taken by a sample down each tree as a binary vector and performing linear regression on top of these vectors stacked together. They provided experimental evidence that the method offers advantages over the usual approaches for combining decision trees (random forests and boosting). The method truly shines when the regression target is a large vector with correlated dimensions, such as a 2D face shape represented with the positions of several facial landmarks. However, we argue that their basic method is not applicable in many practical scenarios due to large memory requirements. This paper shows how this issue can be solved through the use of quantization and architectural changes of the predictor that maps decision tree-derived encodings to the desired output.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace and Expression Recognition · Face recognition and analysis · Advanced Image and Video Retrieval Techniques
MethodsLinear Regression
