paper-with-me

홈 › Papers

Causal Data Augmentation for Robust Fine-Tuning of Tabular Foundation Models

2026-01-07 · Magnus Bühler, Lennart Purucker, Frank Hutter arxiv

Fine-tuning tabular foundation models (TFMs) under data scarcity is challenging, as early stopping on even scarcer validation data often fails to capture true generalization performance. We propose CausalMixFT, a method that enhances fine-tuning robustness and downstream performance by generating structurally consistent synthetic samples using Structural Causal Models (SCMs) fitted on the target dataset. This approach augments limited real data with causally informed synthetic examples, preserving feature dependencies while expanding training diversity. Evaluated across 33 classification datasets from TabArena and over 2300 fine-tuning runs, our CausalMixFT method consistently improves median normalized ROC-AUC from 0.10 (standard fine-tuning) to 0.12, outperforming purely statistical generators such as CTGAN (-0.01), TabEBM (-0.04), and TableAugment (-0.09). Moreover, it narrows the median validation-test performance correlation gap from 0.67 to 0.30, enabling more reliable validation-based early stopping, a key step toward improving fine-tuning stability under data scarcity. These results demonstrate that incorporating causal structure into data augmentation provides an effective and principled route to fine-tuning tabular foundation models in low-data regimes.

📄 PDF Abstract BibTeX arXiv:2601.04110

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

CausalTAD: Injecting Causal Knowledge into Large Language Models for Tabular Anomaly Detection

2026-02-08 · Ruiqi Wang, Ruikang Liu, Runyu Chen, Haoxiang Suo 외 arxiv

Detecting anomalies in tabular data is critical for many real-world applications, such as credit card fraud detection. With the rapid advancements in large language models (LLMs), state-of-the-art performance in tabular …

Anomaly DetectionFraud Detection

APAR: Modeling Irregular Target Functions in Tabular Regression via Arithmetic-Aware Pre-Training and Adaptive-Regularized Fine-Tuning

2024-12-14 · Hong-Wei Wu, Wei-Yao Wang, Kuang-Da Wang, Wen-Chih Peng

Tabular data are fundamental in common machine learning applications, ranging from finance to genomics and healthcare. This paper focuses on tabular regression tasks, a field where deep learning (DL) methods are not cons…

Data Augmentationtabular-regression

A Causal DAG Prior for Synthetic Time-Series Classification Datasets

2026-06-19 · Franco Martino O'Rourke, Ana Trisovic, Dimitris Bertsimas arxiv

A Prior-data fitted Network learns the posterior predictive induced by its training prior; bringing this paradigm to multivariate time-series classification therefore calls for a synthetic generator that produces complet…

Tabular Embedding Model (TEM): Finetuning Embedding Models For Tabular RAG Applications

2024-04-28 · Sujit Khanna, Shishir Subedi

In recent times Large Language Models have exhibited tremendous capabilities, especially in the areas of mathematics, code generation and general-purpose reasoning. However for specialized domains especially in applicati…

Code GenerationRAGRetrieval

Efficient Classification with Counterfactual Reasoning and Active Learning

2022-07-25 · Azhar Mohammed, Dang Nguyen, Bao Duong, Thin Nguyen

Data augmentation is one of the most successful techniques to improve the classification accuracy of machine learning models in computer vision. However, applying data augmentation to tabular data is a challenging proble…

Active LearningClassificationcounterfactualCounterfactual Reasoning+1