BoostPFN让小模型在大表数据上表现更优且训练更快
Prior-Fitted Networks Scale to Larger Datasets When Treated as Weak Learners
- 将PFN视为弱学习器,通过提升策略增强性能
- 在50倍预训练规模数据上仍保持高精度,训练速度显著提速
- 适合需要快速处理大规模表格数据的场景
Prior-Fitted Networks(PFNs)近期被提出用于高效执行表格分类任务。尽管在小数据集上表现良好,但在大数据集上面临显著内存消耗和计算复杂度上升的问题,主要源于无法将所有训练样本作为输入。为解决此问题,本文研究了PFN的拟合假设与输入样本的关系,提出 extit{BoostPFN}以提升其在大规模数据上的表现。理论验证了BoostPFN的收敛性,实证结果表明,该方法在相同训练样本规模下优于标准PFNs,且相比梯度提升决策树(GBDTs)、深度学习方法及AutoML系统,在训练时间上实现显著加速。性能可维持至原始预训练规模的50倍,大幅扩展了基于PFN模型的训练样本上限。本工作为高效处理大规模表格数据提供了新路径,推动了更快、更有效的表格数据分类训练与预测。
原文摘要 · Abstract (English)
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. These limitations include significant memory consumption and increased computational complexity, primarily due to the impracticality of incorporating all training samples as inputs within these networks. To address these challenges, we investigate the fitting assumption for PFNs and input samples. Building on this understanding, we propose \textit{BoostPFN} designed to enhance the performance of these networks, especially for large-scale datasets. We also theoretically validate the convergence of BoostPFN and our empirical results demonstrate that the BoostPFN method can outperform standard PFNs with the same size of training samples in large datasets and achieve a significant acceleration in training times compared to other established baselines in the field, including widely-used Gradient Boosting Decision Trees (GBDTs), deep learning methods and AutoML systems. High performance is maintained for up to 50x of the pre-training size of PFNs, substantially extending the limit of training samples. Through this work, we address the challenges of efficiently handling large datasets via PFN-based models, paving the way for faster and more effective tabular data classification training and prediction process. Code is available at Github.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。