paper-with-me

Papers

Fast, Accurate, and Simple Models for Tabular Data via Augmented Distillation

2020-06-25 · NeurIPS 2020 12 · Rasool Fakoor, Jonas Mueller, Nick Erickson, Pratik Chaudhari, Alexander J. Smola

Automated machine learning (AutoML) can produce complex model ensembles by stacking, bagging, and boosting many individual models like trees, deep networks, and nearest neighbor estimators. While highly accurate, the resulting predictors are large, slow, and opaque as compared to their constituents. To improve the deployment of AutoML on tabular data, we propose FAST-DAD to distill arbitrarily complex ensemble predictors into individual models like boosted trees, random forests, and deep networks. At the heart of our approach is a data augmentation strategy based on Gibbs sampling from a self-attention pseudolikelihood estimator. Across 30 datasets spanning regression and binary/multiclass classification tasks, FAST-DAD distillation produces significantly better individual models than one obtains through standard training on the original data. Our individual distilled models are over 10x faster and more accurate than ensemble predictors produced by AutoML tools like H2O/AutoSklearn.

📄 PDF Abstract BibTeX arXiv:2006.14284

Code (1)

awslabs/autogluon 공식 구현 mxnet

Tasks

AutoMLData Augmentation

Similar Papers 제목 키워드 기반

TabM: Advancing Tabular Deep Learning with Parameter-Efficient Ensembling

2024-10-31 · Yury Gorishniy, Akim Kotelnikov, Artem Babenko

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 …

Deep LearningRetrieval

Back to Basics: A Sanity Check on Modern Time Series Classification Algorithms

2023-08-15 · Bhaskar Dhariyal, Thach Le Nguyen, Georgiana Ifrim

The state-of-the-art in time series classification has come a long way, from the 1NN-DTW algorithm to the ROCKET family of classifiers. However, in the current fast-paced development of new classifiers, taking a step bac…

Time SeriesTime Series Classification

RDBLearn: Simple In-Context Prediction Over Relational Databases

2026-02-14 · Yanlin Zhang, Linjie Xu, Quan Gan, David Wipf 외 arxiv

Recent advances in tabular in-context learning (ICL) show that a single pretrained model can adapt to new prediction tasks from a small set of labeled examples, avoiding per-task training and heavy tuning. However, many …

PyTorch Tabular: A Framework for Deep Learning with Tabular Data

2021-04-28 · Manu Joseph

In spite of showing unreasonable effectiveness in modalities like Text and Image, Deep Learning has always lagged Gradient Boosting in tabular data - both in popularity and performance. But recently there have been newer…

Deep Learning

Attention, Distillation, and Tabularization: Towards Practical Neural Network-Based Prefetching

2023-12-23 · Pengmiao Zhang, Neelesh Gupta, Rajgopal Kannan, Viktor K. Prasanna

Attention-based Neural Networks (NN) have demonstrated their effectiveness in accurate memory access prediction, an essential step in data prefetching. However, the substantial computational overheads associated with the…