DeepIFSAC: Deep Imputation of Missing Values Using Feature and Sample Attention within Contrastive Framework
Ibna Kowsar, Shourav B. Rabbani, Yina Hou, Manar D. Samad

TL;DR
DeepIFSAC introduces a novel deep learning framework utilizing feature and sample attention with contrastive learning and data augmentation to improve missing value imputation in diverse, high-missing-rate tabular datasets, outperforming existing methods.
Contribution
The paper proposes a new deep imputation method combining attention mechanisms, contrastive learning, and data augmentation to handle high and non-random missing data in tabular datasets.
Findings
Outperforms 11 state-of-the-art imputation methods across 12 datasets.
Effective for missing rates between 10% and 90%.
Improves downstream classification tasks with imputed data.
Abstract
Missing values of varying patterns and rates in real-world tabular data pose a significant challenge in developing reliable data-driven models. The most commonly used statistical and machine learning methods for missing value imputation may be ineffective when the missing rate is high and not random. This paper explores row and column attention in tabular data as between-feature and between-sample attention in a novel framework to reconstruct missing values. The proposed method uses CutMix data augmentation within a contrastive learning framework to improve the uncertainty of missing value estimation. The performance and generalizability of trained imputation models are evaluated in set-aside test data folds with missing values. The proposed framework is compared with 11 state-of-the-art statistical, machine learning, and deep imputation methods using 12 diverse tabular data sets. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Image Processing and 3D Reconstruction · Advanced Neural Network Applications
MethodsSoftmax · Attention Is All You Need · CutMix · Contrastive Learning
