paper-with-me

홈 › Papers

Mixture of In-Context Prompters for Tabular PFNs

2024-05-25 · Derek Xu, Olcay Cirit, Reza Asadi, Yizhou Sun, Wei Wang

Recent benchmarks found In-Context Learning (ICL) outperforms both deep learning and tree-based algorithms on small tabular datasets. However, on larger datasets, ICL for tabular learning cannot run without severely compromising performance, due to its quadratic space and time complexity w.r.t. dataset size. We propose MIXTUREPFN, which both extends nearest-neighbor sampling to the state-of-the-art ICL for tabular learning model and uses bootstrapping to finetune said model on the inference-time dataset. MIXTUREPFN is the Condorcet winner across 36 diverse tabular datasets against 19 strong deep learning and tree-based baselines, achieving the highest mean rank among Top-10 aforementioned algorithms with statistical significance.

📄 PDF Abstract BibTeX arXiv:2405.16156

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningIn-Context Learning

Similar Papers 제목 키워드 기반

TuneTables: Context Optimization for Scalable Prior-Data Fitted Networks

2024-02-17 · Benjamin Feuer, Robin Tibor Schirrmeister, Valeriia Cherepanova, Chinmay Hegde 외

While tabular classification has traditionally relied on from-scratch training, a recent breakthrough called prior-data fitted networks (PFNs) challenges this approach. Similar to large language models, PFNs make use of …

FairnessIn-Context Learningparameter-efficient fine-tuningtabular-classification

Correcting Class Imbalance in Prior-Data Fitted Networks for Tabular Classification

2026-05-20 · Samuel McDowell, Nathan Stromberg, Lalitha Sankar arxiv

Prior-data fitted networks (PFNs) have achieved exceptional performance on tabular classification tasks. However, like other classifiers, their performance can suffer under the effect of class imbalance, resulting in poo…

Transformers Can Do Bayesian Inference

2021-12-20 · ICLR 2022 4 · Samuel Müller, Noah Hollmann, Sebastian Pineda Arango, Josif Grabocka 외

Currently, it is hard to reap the benefits of deep learning for Bayesian methods, which allow the explicit specification of prior knowledge and accurately capture model uncertainty. We present Prior-Data Fitted Networks …

AutoMLBayesian InferenceFew-Shot Image ClassificationGaussian Processes+3

Scaling TabPFN: Sketching and Feature Selection for Tabular Prior-Data Fitted Networks

2023-11-17 · Benjamin Feuer, Chinmay Hegde, Niv Cohen

Tabular classification has traditionally relied on supervised algorithms, which estimate the parameters of a prediction model using its training data. Recently, Prior-Data Fitted Networks (PFNs) such as TabPFN have succe…

feature selectiontabular-classification

Prior-Fitted Networks Scale to Larger Datasets When Treated as Weak Learners

2025-03-03 · Yuxin Wang, Botian Jiang, Yiran Guo, Quan Gan 외

Prior-Fitted Networks (PFNs) have recently been proposed to efficiently perform tabular classification tasks. Although they achieve good performance on small datasets, they encounter limitations with larger datasets. The…

AutoMLtabular-classification