← Search

Yury Gorishniy

6 accepted papers

2026

TabPack: Efficient Hyperparameter Ensembles for Tabular Deep Learning

ICML 2026poster

Deep learning models for supervised learning on tabular data are rapidly improving. Notably, ensembles (mixtures of multiple models) often play an important role in achieving top performance, which motivates designing ensemble-first systems rather than treating ensembling as an ad hoc trick. In this…

Cited by 0SourceScholar
2025

TabM: Advancing tabular deep learning with parameter-efficient ensembling

ICLR 2025poster

Deep learning architectures for supervised learning on tabular data range from simple multilayer perceptrons (MLP) to sophisticated Transformers and retrieval-augmented methods. This study highlights a major, yet so far overlooked opportunity for substantially improving tabular MLPs; namely, paramet…

2025

TabReD: Analyzing Pitfalls and Filling the Gaps in Tabular Deep Learning Benchmarks

ICLR 2025spotlight

Advances in machine learning research drive progress in real-world applications. To ensure this progress, it is important to understand the potential pitfalls on the way from a novel method's success on academic benchmarks to its practical deployment. In this work, we analyze existing tabular deep…

2024

TabR: Tabular Deep Learning Meets Nearest Neighbors

ICLR 2024poster

Deep learning (DL) models for tabular data problems (e.g. classification, regression) are currently receiving increasingly more attention from researchers. However, despite the recent efforts, the non-DL algorithms based on gradient-boosted decision trees (GBDT) remain a strong go-to solution for th…

Cited by 39SourcePDFScholar
2022

On Embeddings for Numerical Features in Tabular Deep Learning

NeurIPS 2022accept

Recently, Transformer-like deep architectures have shown strong performance on tabular data problems. Unlike traditional models, e.g., MLP, these architectures map scalar values of numerical features to high-dimensional embeddings before mixing them in the main backbone. In this work, we argue that…

2021

Revisiting Deep Learning Models for Tabular Data

NeurIPS 2021poster

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 to each other and existing works often use different benchmarks and experiment pr…