paper-with-me

홈 › Papers

DNF-Net: A Neural Architecture for Tabular Data

2020-06-11 · Ami Abutbul, Gal Elidan, Liran Katzir, Ran El-Yaniv

A challenging open question in deep learning is how to handle tabular data. Unlike domains such as image and natural language processing, where deep architectures prevail, there is still no widely accepted neural architecture that dominates tabular data. As a step toward bridging this gap, we present DNF-Net a novel generic architecture whose inductive bias elicits models whose structure corresponds to logical Boolean formulas in disjunctive normal form (DNF) over affine soft-threshold decision terms. In addition, DNF-Net promotes localized decisions that are taken over small subsets of the features. We present an extensive empirical study showing that DNF-Nets significantly and consistently outperform FCNs over tabular data. With relatively few hyperparameters, DNF-Nets open the door to practical end-to-end handling of tabular data using neural networks. We present ablation studies, which justify the design choices of DNF-Net including the three inductive bias elements, namely, Boolean formulation, locality, and feature selection.

📄 PDF Abstract BibTeX arXiv:2006.06465

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionInductive BiasOpen-Ended Question Answering

Similar Papers 제목 키워드 기반

Anytime Neural Architecture Search on Tabular Data

2024-03-15 · Naili Xing, Shaofeng Cai, Zhaojing Luo, Beng Chin Ooi 외

The increasing demand for tabular data analysis calls for transitioning from manual architecture design to Neural Architecture Search (NAS). This transition demands an efficient and responsive anytime NAS approach that i…

Neural Architecture Search

TabNAS: Rejection Sampling for Neural Architecture Search on Tabular Datasets

2022-04-15 · Chengrun Yang, Gabriel Bender, Hanxiao Liu, Pieter-Jan Kindermans 외

The best neural architecture for a given machine learning problem depends on many factors: not only the complexity and structure of the dataset, but also on resource constraints including latency, compute, energy consump…

Image RetrievalNeural Architecture SearchReinforcement Learning (RL)

Tabular Data: Is Attention All You Need?

2024-02-06 · Guri Zabërgja, Arlind Kadra, Josif Grabocka

Deep Learning has revolutionized the field of AI and led to remarkable achievements in applications involving image and text data. Unfortunately, there is inconclusive evidence on the merits of neural networks for struct…

All

Revisiting Deep Learning Models for Tabular Data

2021-06-22 · NeurIPS 2021 12 · Yury Gorishniy, Ivan Rubachev, Valentin Khrulkov, Artem Babenko

The existing literature on deep learning for tabular data proposes a wide range of novel architectures and reports competitive results on various datasets. However, the proposed models are usually not properly compared t…

Deep Learningtabular-classificationtabular-regression

TabularNet: A Neural Network Architecture for Understanding Semantic Structures of Tabular Data

2021-06-06 · Lun Du, Fei Gao, Xu Chen, Ran Jia 외

Tabular data are ubiquitous for the widespread applications of tables and hence have attracted the attention of researchers to extract underlying information. One of the critical problems in mining tabular data is how to…

graph construction