paper-with-me

Papers

TabKANet: Tabular Data Modeling with Kolmogorov-Arnold Network and Transformer

2024-09-13 · Weihao Gao, Zheng Gong, Zhuo Deng, Fuju Rong, Chucheng Chen, Lan Ma

Tabular data is the most common type of data in real-life scenarios. In this study, we propose the TabKANet model for tabular data modeling, which targets the bottlenecks in learning from numerical content. We constructed a Kolmogorov-Arnold Network (KAN) based Numerical Embedding Module and unified numerical and categorical features encoding within a Transformer architecture. TabKANet has demonstrated stable and significantly superior performance compared to Neural Networks (NNs) across multiple public datasets in binary classification, multi-class classification, and regression tasks. Its performance is comparable to or surpasses that of Gradient Boosted Decision Tree models (GBDTs). Our code is publicly available on GitHub: https://github.com/AI-thpremed/TabKANet.

📄 PDF Abstract BibTeX arXiv:2409.08806

Code (2)

ai-thpremed/tabkanet 공식 구현 pytorch
tsinghuamedgao20/tabkanet 공식 구현 pytorch

Tasks

Binary ClassificationMulti-class Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Efficiency Bottlenecks of Convolutional Kolmogorov-Arnold Networks: A Comprehensive Scrutiny with ImageNet, AlexNet, LeNet and Tabular Classification

2025-01-27 · Ashim Dahal, Saydul Akbar Murad, Nick Rahimi

Algorithmic level developments like Convolutional Neural Networks, transformers, attention mechanism, Retrieval Augmented Generation and so on have changed Artificial Intelligence. Recent such development was observed by…

Kolmogorov-Arnold NetworksRetrieval-augmented Generationtabular-classification

A Benchmarking Study of Kolmogorov-Arnold Networks on Tabular Data

2024-06-20 · Eleonora Poeta, Flavio Giobergia, Eliana Pastor, Tania Cerquitelli 외

Kolmogorov-Arnold Networks (KANs) have very recently been introduced into the world of machine learning, quickly capturing the attention of the entire community. However, KANs have mostly been tested for approximating co…

BenchmarkingKolmogorov-Arnold Networks

TabKAN: Advancing Tabular Data Analysis using Kolmogorov-Arnold Network

2025-04-09 · Ali Eslamian, Alireza Afzal Aghaei, Qiang Cheng

Tabular data analysis presents unique challenges due to its heterogeneous feature types, missing values, and complex interactions. While traditional machine learning methods, such as gradient boosting, often outperform d…

BenchmarkingDeep LearningKolmogorov-Arnold NetworksMissing Values+2

Prediction via Shapley Value Regression

2025-05-07 · Amr AlKhatib, Roman Bresson, Henrik Boström, Michalis Vazirgiannis

Shapley values have several desirable, theoretically well-supported, properties for explaining black-box model predictions. Traditionally, Shapley values are computed post-hoc, leading to additional computational cost at…

Kolmogorov-Arnold NetworksPredictionregression

Kolmogorov-Arnold causal generative models

2026-03-20 · Alejandro Almodóvar, Mar Elizo, Patricia A. Apellániz, Santiago Zazo 외 arxiv

Causal generative models provide a principled framework for answering observational, interventional, and counterfactual queries from observational data. However, many deep causal models rely on highly expressive architec…