paper-with-me

홈 › Papers

DANets: Deep Abstract Networks for Tabular Data Classification and Regression

2021-12-06 · Jintai Chen, Kuanlun Liao, Yao Wan, Danny Z. Chen, Jian Wu

Tabular data are ubiquitous in real world applications. Although many commonly-used neural components (e.g., convolution) and extensible neural networks (e.g., ResNet) have been developed by the machine learning community, few of them were effective for tabular data and few designs were adequately tailored for tabular data structures. In this paper, we propose a novel and flexible neural component for tabular data, called Abstract Layer (AbstLay), which learns to explicitly group correlative input features and generate higher-level features for semantics abstraction. Also, we design a structure re-parameterization method to compress the learned AbstLay, thus reducing the computational complexity by a clear margin in the reference phase. A special basic block is built using AbstLays, and we construct a family of Deep Abstract Networks (DANets) for tabular data classification and regression by stacking such blocks. In DANets, a special shortcut path is introduced to fetch information from raw tabular features, assisting feature interactions across different levels. Comprehensive experiments on seven real-world tabular datasets show that our AbstLay and DANets are effective for tabular data classification and regression, and the computational complexity is superior to competitive methods. Besides, we evaluate the performance gains of DANet as it goes deep, verifying the extendibility of our method. Our code is available at https://github.com/WhatAShot/DANet.

📄 PDF Abstract BibTeX arXiv:2112.02962

Code (1)

whatashot/danet 공식 구현 pytorch

Tasks

regression

Methods 이 논문이 사용한 방법론

DANet In the field of scene segmentation, encoder-decoder structures cannot make use of the global relationships between objects, whereas RNN-based structures heavily rely on the…

Similar Papers 제목 키워드 기반

DANet: Divergent Activation for Weakly Supervised Object Localization

2019-10-01 · ICCV 2019 10 · Haolan Xue, Chang Liu, Fang Wan, Jianbin Jiao 외

Weakly supervised object localization remains a challenge when learning object localization models from image category labels. Optimizing image classification tends to activate object parts and ignore the full object ext…

ClassificationGeneral Classificationimage-classificationImage Classification+3

EXAONE Tabular 1.0 : Technical Report

2026-08-26 · Moonjung Eo, Min-Kook Suh, Hye-Seung Cho, Jiwon Kim 외 arxiv

EXAONE Tabular is a compact tabular foundation model family for classification and regression via in-context learning, producing predictions without dataset-specific gradient updates. Pretrained exclusively on a syntheti…

Small Language Models for Tabular Data

2022-11-05 · Benjamin L. Badger

Supervised deep learning is most commonly applied to difficult problems defined on large and often extensively curated datasets. Here we demonstrate the ability of deep representation learning to address problems of clas…

Feature EngineeringRepresentation Learning

iLTM: Integrated Large Tabular Model

2025-11-20 · David Bonet, Marçal Comajoan Cara, Alvaro Calafell, Daniel Mas Montserrat 외 arxiv

Tabular data underpins decisions across science, industry, and public services. Despite rapid progress, advances in deep learning have not fully carried over to the tabular domain, where gradient-boosted decision trees (…

HadaNets: Flexible Quantization Strategies for Neural Networks

2019-05-26 · Yash Akhauri

On-board processing elements on UAVs are currently inadequate for training and inference of Deep Neural Networks. This is largely due to the energy consumption of memory accesses in such a network. HadaNets introduce a f…

Model CompressionQuantization