PulseAugur
EN
LIVE 13:05:37

CRUMB improves PFN inference efficiency with context batching

Researchers have developed CRUMB, a novel inference wrapper designed to improve the efficiency of prior-fitted networks (PFNs). PFNs are powerful tabular foundation models that can perform in-context learning, but their self-attention mechanisms lead to computationally expensive inference with large datasets. CRUMB addresses this by clustering test queries, selecting distributionally matched training subsets using MMD minimization, and then performing inference on these reduced batches. This method is architecture-agnostic and has demonstrated superior performance on the TabArena benchmark compared to existing context selection strategies, while also showing resilience to covariate drift. AI

IMPACT Enhances efficiency for tabular foundation models, potentially enabling broader application of in-context learning.

RANK_REASON The cluster contains an academic paper detailing a new method for improving model inference.

Read on arXiv stat.ML →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

COVERAGE [2]

  1. arXiv stat.ML TIER_1 English(EN) · Jamie Heredge, Mattia J. Villani, Pranav Deshpande, Akshay Seshadri, Niraj Kumar ·

    CRUMB: Efficient Prior Fitted Network Inference via Distributionally Matched Context Batching

    arXiv:2606.11473v1 Announce Type: cross Abstract: Prior-fitted networks (PFNs) are a promising class of tabular foundation models that perform in-context learning, whereby the entire labelled training set is supplied as context, and predictions for test queries are produced in a …

  2. arXiv stat.ML TIER_1 English(EN) · Niraj Kumar ·

    CRUMB: Efficient Prior Fitted Network Inference via Distributionally Matched Context Batching

    Prior-fitted networks (PFNs) are a promising class of tabular foundation models that perform in-context learning, whereby the entire labelled training set is supplied as context, and predictions for test queries are produced in a single forward pass. However, the quadratically sc…