← Search

Ivan Rubachev

8 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

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
2023

TabDDPM: Modelling Tabular Data with Diffusion Models

ICML 2023poster

Denoising diffusion probabilistic models are becoming the leading generative modeling paradigm for many important data modalities. Being the most prevalent in the computer vision community, diffusion models have recently gained some attention in other domains, including speech, NLP, and graph-like d…

Cited by 323SourcePDFScholar
2022

Label-Efficient Semantic Segmentation with Diffusion Models

ICLR 2022poster

Denoising diffusion probabilistic models have recently received much research attention since they outperform alternative approaches, such as GANs, and currently provide state-of-the-art generative performance. The superior performance of diffusion models has made them an appealing tool in several a…

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…