TuneTables: Context Optimization for Scalable Prior-Data Fitted Networks
Benjamin Feuer, Robin Tibor Schirrmeister, Valeriia Cherepanova,, Chinmay Hegde, Frank Hutter, Micah Goldblum, Niv Cohen, Colin White

TL;DR
TuneTables enhances prior-data fitted networks for tabular classification by introducing a parameter-efficient fine-tuning method that improves performance, scalability, interpretability, and bias mitigation across numerous datasets.
Contribution
The paper presents TuneTables, a novel context optimization method that significantly improves PFNs' scalability and performance while reducing parameter requirements.
Findings
Outperforms boosted trees like CatBoost on average
Optimizes fewer than 5% of TabPFN's parameters
Enables bias mitigation and interpretability tools
Abstract
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 pretraining and in-context learning to achieve strong performance on new tasks in a single forward pass. However, current PFNs have limitations that prohibit their widespread adoption. Notably, TabPFN achieves very strong performance on small tabular datasets but is not designed to make predictions for datasets of size larger than 1000. In this work, we overcome these limitations and substantially improve the performance of PFNs via context optimization. We introduce TuneTables, a parameter-efficient fine-tuning strategy for PFNs that compresses large datasets into a smaller learned context. We conduct extensive experiments on 19 algorithms over 98 datasets and find that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEmbedded Systems Design Techniques · Software-Defined Networks and 5G · Service-Oriented Architecture and Web Services
Methodstabular data Prior-data Fitted Network
