paper-with-me

홈 › Papers

Optimization of Oblivious Decision Tree Ensembles Evaluation for CPU

2022-11-01 · Alexey Mironov, Ilnur Khuziev

CatBoost is a popular machine learning library. CatBoost models are based on oblivious decision trees, making training and evaluation rapid. CatBoost has many applications, and some require low latency and high throughput evaluation. This paper investigates the possibilities for improving CatBoost's performance in single-core CPU computations. We explore the new features provided by the AVX instruction sets to optimize evaluation. We increase performance by 20-40% using AVX2 instructions without quality impact. We also introduce a new trade-off between speed and quality. Using float16 for leaf values and AVX-512 instructions, we achieve 50-70% speed-up.

📄 PDF Abstract BibTeX arXiv:2211.00391

Code (1)

alexmir1/catboost-cpu-evaluation-optimization 공식 구현

Tasks

CPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Neural Oblivious Decision Ensembles for Deep Learning on Tabular Data

2019-09-13 · ICLR 2020 1 · Sergei Popov, Stanislav Morozov, Artem Babenko

Nowadays, deep neural networks (DNNs) have become the main instrument for machine learning tasks within a wide range of domains, including vision, NLP, and speech. Meanwhile, in an important case of heterogenous tabular …

BIG-bench Machine LearningDeep LearningRepresentation Learning

A Neural Tangent Kernel Perspective of Infinite Tree Ensembles

2021-09-10 · ICLR 2022 4 · Ryuichi Kanoh, Mahito Sugiyama

In practical situations, the tree ensemble is one of the most popular models along with neural networks. A soft tree is a variant of a decision tree. Instead of using a greedy method for searching splitting rules, the so…

ForestPrune: Compact Depth-Controlled Tree Ensembles

2022-05-31 · Brian Liu, Rahul Mazumder

Tree ensembles are powerful models that achieve excellent predictive performances, but can grow to unwieldy sizes. These ensembles are often post-processed (pruned) to reduce memory footprint and improve interpretability…

Privacy-Preserving Training of Tree Ensembles over Continuous Data

2021-06-05 · Samuel Adams, Chaitali Choudhary, Martine De Cock, Rafael Dowsley 외

Most existing Secure Multi-Party Computation (MPC) protocols for privacy-preserving training of decision trees over distributed data assume that the features are categorical. In real-life applications, features are often…

Privacy Preserving

Enhancing LambdaMART Using Oblivious Trees

2016-09-19 · Michal Ferov, Marek Modrý

Learning to rank is a machine learning technique broadly used in many areas such as document retrieval, collaborative filtering or question answering. We present experimental results which suggest that the performance of…

Collaborative FilteringLearning-To-RankQuestion Answeringregression+1