From Tables to Signals: Revealing Spectral Adaptivity in TabPFN
Jianqiao Zheng, Cameron Gordon, Yiping Ji, Hemanth Saratchandran, Simon Lucey
TL;DR
This work reframes TabPFN as a model whose inductive biases are data-conditioned rather than fixed by architecture alone, by analyzing it through a signal-reconstruction lens. The authors introduce a context kernel and demonstrate spectral adaptivity: TabPFN’s effective bandwidth expands as the number of in-context samples increases, and positional encodings can steer frequency response to reveal higher-frequency details. They show training-free image denoising and provide a pathway linking tabular foundation models with implicit neural representations. The results suggest a flexible, data-driven inductive bias that can be tuned via input encoding and context size for fast signal reconstruction tasks without gradient-based optimization.
Abstract
Task-agnostic tabular foundation models such as TabPFN have achieved impressive performance on tabular learning tasks, yet the origins of their inductive biases remain poorly understood. In this work, we study TabPFN through the lens of signal reconstruction and provide the first frequency-based analysis of its in-context learning behavior. We show that TabPFN possesses a broader effective frequency capacity than standard ReLU-MLPs, even without hyperparameter tuning. Moreover, unlike MLPs whose spectra evolve primarily over training epochs, we find that TabPFN's spectral capacity adapts directly to the number of samples provided in-context, a phenomenon we term Spectral Adaptivity. We further demonstrate that positional encoding modulates TabPFN's frequency response, mirroring classical results in implicit neural representations. Finally, we show that these properties enable TabPFN to perform training-free and hyperparameter-free image denoising, illustrating its potential as a task-agnostic implicit model. Our analysis provides new insight into the structure and inductive biases of tabular foundation models and highlights their promise for broader signal reconstruction tasks.
