paper-with-me

Papers

Deep differentiable forest with sparse attention for the tabular data

2020-02-29 · Yingshi Chen

We present a general architecture of deep differentiable forest and its sparse attention mechanism. The differentiable forest has the advantages of both trees and neural networks. Its structure is a simple binary tree, easy to use and understand. It has full differentiability and all variables are learnable parameters. We would train it by the gradient-based optimization method, which shows great power in the training of deep CNN. We find and analyze the attention mechanism in the differentiable forest. That is, each decision depends on only a few important features, and others are irrelevant. The attention is always sparse. Based on this observation, we improve its sparsity by data-aware initialization. We use the attribute importance to initialize the attention weight. Then the learned weight is much sparse than that from random initialization. Our experiment on some large tabular dataset shows differentiable forest has higher accuracy than GBDT, which is the state of art algorithm for tabular datasets. The source codes are available at https://github.com/closest-git/QuantumForest

📄 PDF Abstract BibTeX arXiv:2003.00223

Code (1)

closest-git/QuantumForest 공식 구현 pytorch

Tasks

Attribute

Similar Papers 제목 키워드 기반

Attention augmented differentiable forest for tabular data

2020-10-02 · Yingshi Chen

Differentiable forest is an ensemble of decision trees with full differentiability. Its simple tree structure is easy to use and explain. With full differentiability, it would be trained in the end-to-end learning framew…

Escaping the Forest: Sparse Interpretable Neural Networks for Tabular Data

2024-10-23 · Salvatore Raieli, Abdulrahman Altahhan, Nathalie Jeanray, Stéphane Gerart 외

Tabular datasets are widely used in scientific disciplines such as biology. While these disciplines have already adopted AI methods to enhance their findings and analysis, they mainly use tree-based methods due to their …

Improve Deep Forest with Learnable Layerwise Augmentation Policy Schedule

2023-09-16 · Hongyu Zhu, Sichu Liang, Wentao Hu, Fang-Qi Li 외

As a modern ensemble technique, Deep Forest (DF) employs a cascading structure to construct deep models, providing stronger representational power compared to traditional decision forests. However, its greedy multi-layer…

AutoMLData Augmentationtabular-classification

Boosting Predictive Performance on Tabular Data through Data Augmentation with Latent-Space Flow-Based Diffusion

2025-11-20 · Md. Tawfique Ihsan, Md. Rakibul Hasan Rafi, Ahmed Shoyeb Raihan, Imtiaz Ahmed 외 arxiv

Severe class imbalance is common in real-world tabular learning, where rare but important minority classes are essential for reliable prediction. Existing generative oversampling methods such as GANs, VAEs, and diffusion…

Data Augmentation

A short note on the decision tree based neural turing machine

2020-10-27 · Yingshi Chen

Turing machine and decision tree have developed independently for a long time. With the recent development of differentiable models, there is an intersection between them. Neural turing machine(NTM) opens door for the me…