PulseAugur
实时 23:09:21

New method tackles label shift in tabular foundation models

Researchers have introduced DistPFN, a novel method to address label shift in tabular foundation models like TabPFN. This technique adjusts predictions at test time by re-weighting the influence of training data's class distribution and the model's own posterior probabilities. An enhanced version, DistPFN-T, further refines this by using temperature scaling to adapt the adjustment strength based on discrepancies between these distributions. Evaluations across numerous datasets show significant performance gains for TabPFN models under label shift conditions, while preserving performance in standard settings. AI

影响 Introduces a method to improve the robustness of tabular foundation models against label shift, potentially enhancing their reliability in real-world applications.

排序理由 This is a research paper detailing a new method for improving model performance on tabular datasets. [lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

New method tackles label shift in tabular foundation models

报道来源 [1]

  1. arXiv cs.LG TIER_1 English(EN) · Seunghan Lee, Jaehoon Lee, Jun Seo, Sungdong Yoo, Minjae Kim, Tae Yoon Lim, Dongwan Kang, Hwanil Choi, SoonYoung Lee, Wonbin Ahn ·

    Mitigating Label Shift in Tabular In-Context Learning via Test-Time Posterior Adjustment

    arXiv:2605.04363v1 Announce Type: new Abstract: TabPFN has recently gained attention as a foundation model for tabular datasets, achieving strong performance by leveraging in-context learning on synthetic data. However, we find that TabPFN is vulnerable to label shift, often over…