paper-with-me

홈 › Papers

Transfer Learning with Deep Tabular Models

2022-06-30 · Roman Levin, Valeriia Cherepanova, Avi Schwarzschild, Arpit Bansal, C. Bayan Bruss, Tom Goldstein, Andrew Gordon Wilson, Micah Goldblum

Recent work on deep learning for tabular data demonstrates the strong performance of deep tabular models, often bridging the gap between gradient boosted decision trees and neural networks. Accuracy aside, a major advantage of neural models is that they learn reusable features and are easily fine-tuned in new domains. This property is often exploited in computer vision and natural language applications, where transfer learning is indispensable when task-specific training data is scarce. In this work, we demonstrate that upstream data gives tabular neural networks a decisive advantage over widely used GBDT models. We propose a realistic medical diagnosis benchmark for tabular transfer learning, and we present a how-to guide for using upstream data to boost performance with a variety of tabular neural network architectures. Finally, we propose a pseudo-feature method for cases where the upstream and downstream feature sets differ, a tabular-specific problem widespread in real-world applications. Our code is available at https://github.com/LevinRoman/tabular-transfer-learning .

📄 PDF Abstract BibTeX arXiv:2206.15306

Code (1)

levinroman/tabular-transfer-learning 공식 구현 pytorch

Tasks

Medical DiagnosisTransfer Learning

Similar Papers 제목 키워드 기반

LATTLE: LLM Attention Transplant for Transfer Learning of Tabular Data Across Disparate Domains

2025-11-08 · Ibna Kowsar, Kazi F. Akhter, Manar D. Samad arxiv

Transfer learning on tabular data is challenging due to disparate feature spaces across domains, in contrast to the homogeneous structures of image and text. Large language models (LLMs) offer a knowledge base to improve…

Prompt EngineeringTransfer Learning

VisTabNet: Adapting Vision Transformers for Tabular Data

2024-12-28 · Witold Wydmański, Ulvi Movsum-zada, Jacek Tabor, Marek Śmieja

Although deep learning models have had great success in natural language processing and computer vision, we do not observe comparable improvements in the case of tabular data, which is still the most common data type use…

Transfer Learning

Transfer Learning of Tabular Data by Finetuning Large Language Models

2025-01-12 · Shourav B. Rabbani, Ibna Kowsar, Manar D. Samad

Despite the artificial intelligence (AI) revolution, deep learning has yet to achieve much success with tabular data due to heterogeneous feature space and limited sample sizes without viable transfer learning. The new e…

Deep LearningTransfer Learning

Transferable Adversarial Robustness for Categorical Data via Universal Robust Embeddings

2023-06-06 · NeurIPS 2023 11 · Klim Kireev, Maksym Andriushchenko, Carmela Troncoso, Nicolas Flammarion

Research on adversarial robustness is primarily focused on image and text data. Yet, many scenarios in which lack of robustness can result in serious risks, such as fraud detection, medical diagnosis, or recommender syst…

Adversarial RobustnessFraud DetectionMedical DiagnosisRecommendation Systems

Unleashing the Power of Image-Tabular Self-Supervised Learning via Breaking Cross-Tabular Barriers

2025-12-16 · Yibing Fu, Yunpeng Zhao, Zhitao Zeng, Cheng Chen 외 arxiv

Multi-modal learning integrating medical images and tabular data has significantly advanced clinical decision-making in recent years. Self-Supervised Learning (SSL) has emerged as a powerful paradigm for pretraining thes…

Self-Supervised LearningRepresentation Learning