paper-with-me

Papers

Distributionally robust self-supervised learning for tabular data

2024-10-11 · Shantanu Ghosh, Tiankang Xie, Mikhail Kuznetsov

Machine learning (ML) models trained using Empirical Risk Minimization (ERM) often exhibit systematic errors on specific subpopulations of tabular data, known as error slices. Learning robust representation in presence of error slices is challenging, especially in self-supervised settings during the feature reconstruction phase, due to high cardinality features and the complexity of constructing error sets. Traditional robust representation learning methods are largely focused on improving worst group performance in supervised setting in computer vision, leaving a gap in approaches tailored for tabular data. We address this gap by developing a framework to learn robust representation in tabular data during self-supervised pre-training. Our approach utilizes an encoder-decoder model trained with Masked Language Modeling (MLM) loss to learn robust latent representations. This paper applies the Just Train Twice (JTT) and Deep Feature Reweighting (DFR) methods during the pre-training phase for tabular data. These methods fine-tune the ERM pre-trained model by up-weighting error-prone samples or creating balanced datasets for specific categorical features. This results in specialized models for each feature, which are then used in an ensemble approach to enhance downstream classification performance. This methodology improves robustness across slices, thus enhancing overall generalization performance. Extensive experiments across various datasets demonstrate the efficacy of our approach. The code is available: \url{https://github.com/amazon-science/distributionally-robust-self-supervised-learning-for-tabular-data}.

📄 PDF Abstract BibTeX arXiv:2410.08511

Code (1)

amazon-science/distributionally-robust-self-supervised-learning-for-tabular-data 공식 구현 pytorch

Tasks

DecoderLanguage ModelingLanguage ModellingMasked Language ModelingRepresentation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Stochastic Re-weighted Gradient Descent via Distributionally Robust Optimization

2023-06-15 · Ramnath Kumar, Kushal Majmundar, Dheeraj Nagaraj, Arun Sai Suggala

We present Re-weighted Gradient Descent (RGD), a novel optimization technique that improves the performance of deep neural networks through dynamic sample re-weighting. Leveraging insights from distributionally robust op…

Domain AdaptationDomain GeneralizationMeta-LearningRepresentation Learning+1

VIME: Extending the Success of Self- and Semi-supervised Learning to Tabular Domain

2020-12-01 · NeurIPS 2020 12 · Jinsung Yoon, Yao Zhang, James Jordon, Mihaela van der Schaar

Self- and semi-supervised learning frameworks have made significant progress in training machine learning models with limited labeled data in image and language domains. These methods heavily rely on the unique structure…

Data AugmentationImputationSelf-Supervised Learning

Deep Learning with Tabular Data: A Self-supervised Approach

2024-01-26 · Tirth Kiranbhai Vyas

We have described a novel approach for training tabular data using the TabTransformer model with self-supervised learning. Traditional machine learning models for tabular data, such as GBDT are being widely used though o…

Deep LearningSelf-Supervised Learning

Distributionally Robust Learning for Unsupervised Domain Adaptation

2020-09-28 · Haoxuan Wang, Anqi Liu, Zhiding Yu, Yisong Yue 외

We propose a distributionally robust learning (DRL) method for unsupervised domain adaptation (UDA) that scales to modern computer-vision benchmarks. DRL can be naturally formulated as a competitive two-player game be…

Density Ratio EstimationDomain AdaptationUnsupervised Domain Adaptation

STUNT: Few-shot Tabular Learning with Self-generated Tasks from Unlabeled Tables

2023-03-02 · Jaehyun Nam, Jihoon Tack, Kyungmin Lee, Hankook Lee 외

Learning with few labeled tabular samples is often an essential requirement for industrial machine learning applications as varieties of tabular data suffer from high annotation costs or have difficulties in collecting n…

Few-Shot LearningMeta-Learning