paper-with-me

홈 › Papers

DOFEN: Deep Oblivious Forest ENsemble

2024-12-21 · Kuan-Yu Chen, Ping-Han Chiang, Hsin-Rung Chou, Chih-Sheng Chen, Tien-Hao Chang

Deep Neural Networks (DNNs) have revolutionized artificial intelligence, achieving impressive results on diverse data types, including images, videos, and texts. However, DNNs still lag behind Gradient Boosting Decision Trees (GBDT) on tabular data, a format extensively utilized across various domains. In this paper, we propose DOFEN, short for \textbf{D}eep \textbf{O}blivious \textbf{F}orest \textbf{EN}semble, a novel DNN architecture inspired by oblivious decision trees. DOFEN constructs relaxed oblivious decision trees (rODTs) by randomly combining conditions for each column and further enhances performance with a two-level rODT forest ensembling process. By employing this approach, DOFEN achieves state-of-the-art results among DNNs and further narrows the gap between DNNs and tree-based models on the well-recognized benchmark: Tabular Benchmark \citep{grinsztajn2022tree}, which includes 73 total datasets spanning a wide array of domains. The code of DOFEN is available at: \url{https://github.com/Sinopac-Digital-Technology-Division/DOFEN}.

📄 PDF Abstract BibTeX arXiv:2412.16534

Code (1)

sinopac-digital-technology-division/dofen 공식 구현 pytorch

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

Training Ensembles to Detect Adversarial Examples

2017-12-11 · Alexander Bagnall, Razvan Bunescu, Gordon Stewart

We propose a new ensemble method for detecting and classifying adversarial examples generated by state-of-the-art attacks, including DeepFool and C&W. Our method works by training the members of an ensemble to have low c…

General Classification

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 throughpu…

CPU

Online Learning of Commission Avoidant Portfolio Ensembles

2016-05-03 · Guy Uziel, Ran El-Yaniv

We present a novel online ensemble learning strategy for portfolio selection. The new strategy controls and exploits any set of commission-oblivious portfolio selection algorithms. The strategy handles transaction costs …

Ensemble Learning

K-nearest Neighbor Search by Random Projection Forests

2018-12-31 · Donghui Yan, Yingjie Wang, Jin Wang, Honggang Wang 외

K-nearest neighbor (kNN) search has wide applications in many areas, including data mining, machine learning, statistics and many applied domains. Inspired by the success of ensemble methods and the flexibility of tree-b…