paper-with-me

Papers

TabMDA: Tabular Manifold Data Augmentation for Any Classifier using Transformers with In-context Subsetting

2024-06-03 · Andrei Margeloiu, Adrián Bazaga, Nikola Simidjievski, Pietro Liò, Mateja Jamnik

Tabular data is prevalent in many critical domains, yet it is often challenging to acquire in large quantities. This scarcity usually results in poor performance of machine learning models on such data. Data augmentation, a common strategy for performance improvement in vision and language tasks, typically underperforms for tabular data due to the lack of explicit symmetries in the input space. To overcome this challenge, we introduce TabMDA, a novel method for manifold data augmentation on tabular data. This method utilises a pre-trained in-context model, such as TabPFN, to map the data into an embedding space. TabMDA performs label-invariant transformations by encoding the data multiple times with varied contexts. This process explores the learned embedding space of the underlying in-context models, thereby enlarging the training dataset. TabMDA is a training-free method, making it applicable to any classifier. We evaluate TabMDA on five standard classifiers and observe significant performance improvements across various tabular datasets. Our results demonstrate that TabMDA provides an effective way to leverage information from pre-trained in-context models to enhance the performance of downstream classifiers. Code is available at https://github.com/AdrianBZG/TabMDA.

📄 PDF Abstract BibTeX arXiv:2406.01805

Code (1)

adrianbzg/tabmda 공식 구현 pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

MET: Masked Encoding for Tabular Data

2022-06-17 · Kushal Majmundar, Sachin Goyal, Praneeth Netrapalli, Prateek Jain

We consider the task of self-supervised representation learning (SSL) for tabular data: tabular-SSL. Typical contrastive learning based SSL methods require instance-wise data augmentations which are difficult to design f…

Contrastive LearningRepresentation Learning

Contrastive Mixup: Self- and Semi-Supervised learning for Tabular Domain

2021-08-27 · Sajad Darabi, Shayan Fazeli, Ali Pazoki, Sriram Sankararaman 외

Recent literature in self-supervised has demonstrated significant progress in closing the gap between supervised and unsupervised methods in the image and text domains. These methods rely on domain-specific augmentations…

Test-Time Augmentation for Tabular-to-Image Classifiers under Distribution Shifts

2026-08-04 · Malena Loza, Felipe Grijalva, Eva Milara, Luis Bote-Curiel 외 arxiv

Tabular-to-image methods that convert tabular data into visual representations have emerged as a novel paradigm for leveraging the high performance of deep learning models. Despite their advantages, the robustness of the…

Image Classification

On Linear Separation Capacity of Self-Supervised Representation Learning

2023-10-29 · Shulei Wang

Recent advances in self-supervised learning have highlighted the efficacy of data augmentation in learning data representation from unlabeled data. Training a linear model atop these enhanced representations can yield an…

Data AugmentationRepresentation LearningSelf-Supervised Learning

Harpoon: Generalised Manifold Guidance for Conditional Tabular Diffusion

2026-02-08 · Aditya Shankar, Yuandou Wang, Rihan Hai, Lydia Y. Chen arxiv

Generating tabular data under conditions is critical to applications requiring precise control over the generative process. Existing methods rely on training-time strategies that do not generalise to unseen constraints d…