paper-with-me

Papers

Rethinking Data Augmentation for Tabular Data in Deep Learning

2023-05-17 · Soma Onishi, Shoya Meguro

Tabular data is the most widely used data format in machine learning (ML). While tree-based methods outperform DL-based methods in supervised learning, recent literature reports that self-supervised learning with Transformer-based models outperforms tree-based methods. In the existing literature on self-supervised learning for tabular data, contrastive learning is the predominant method. In contrastive learning, data augmentation is important to generate different views. However, data augmentation for tabular data has been difficult due to the unique structure and high complexity of tabular data. In addition, three main components are proposed together in existing methods: model structure, self-supervised learning methods, and data augmentation. Therefore, previous works have compared the performance without comprehensively considering these components, and it is not clear how each component affects the actual performance. In this study, we focus on data augmentation to address these issues. We propose a novel data augmentation method, $\textbf{M}$ask $\textbf{T}$oken $\textbf{R}$eplacement ($\texttt{MTR}$), which replaces the mask token with a portion of each tokenized column; $\texttt{MTR}$ takes advantage of the properties of Transformer, which is becoming the predominant DL-based architecture for tabular data, to perform data augmentation for each column embedding. Through experiments with 13 diverse public datasets in both supervised and self-supervised learning scenarios, we show that $\texttt{MTR}$ achieves competitive performance against existing data augmentation methods and improves model performance. In addition, we discuss specific scenarios in which $\texttt{MTR}$ is most effective and identify the scope of its application. The code is available at https://github.com/somaonishi/MTR/.

📄 PDF Abstract BibTeX arXiv:2305.10308

Code (1)

somaonishi/mtr 공식 구현 pytorch

Tasks

Contrastive LearningData AugmentationDeep LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

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

TAEGAN: Generating Synthetic Tabular Data For Data Augmentation

2024-10-02 · Jiayu Li, Zilong Zhao, Kevin Yee, Uzair Javaid 외

Synthetic tabular data generation has gained significant attention for its potential in data augmentation, software testing and privacy-preserving data sharing. However, most research has primarily focused on larger data…

Data AugmentationGenerative Adversarial NetworkPrivacy Preservingsoftware testing+1

Tabular Data Augmentation for Machine Learning: Progress and Prospects of Embracing Generative AI

2024-07-31

Machine learning (ML) on tabular data is ubiquitous, yet obtaining abundant high-quality tabular data for model training remains a significant obstacle. Numerous works have focused on tabular data augmentation (TDA) to e…

Fed-TDA: Federated Tabular Data Augmentation on Non-IID Data

2022-11-22 · Shaoming Duan, Chuanyi Liu, Peiyi Han, Tianyu He 외

Non-independent and identically distributed (non-IID) data is a key challenge in federated learning (FL), which usually hampers the optimization convergence and the performance of FL. Existing data augmentation methods b…

Data AugmentationFederated Learning

Tabular Data Contrastive Learning via Class-Conditioned and Feature-Correlation Based Augmentation

2024-04-26 · Wei Cui, Rasa Hosseinzadeh, Junwei Ma, Tongzi Wu 외

Contrastive learning is a model pre-training technique by first creating similar views of the original data, and then encouraging the data and its corresponding views to be close in the embedding space. Contrastive learn…

Contrastive LearningFeature Correlation