paper-with-me

홈 › Papers

Not Another Imputation Method: A Transformer-based Model for Missing Values in Tabular Datasets

2024-07-16 · Camillo Maria Caruso, Paolo Soda, Valerio Guarrasi

Handling missing values in tabular datasets presents a significant challenge in training and testing artificial intelligence models, an issue usually addressed using imputation techniques. Here we introduce "Not Another Imputation Method" (NAIM), a novel transformer-based model specifically designed to address this issue without the need for traditional imputation techniques. NAIM's ability to avoid the necessity of imputing missing values and to effectively learn from available data relies on two main techniques: the use of feature-specific embeddings to encode both categorical and numerical features also handling missing inputs; the modification of the masked self-attention mechanism to completely mask out the contributions of missing data. Additionally, a novel regularization technique is introduced to enhance the model's generalization capability from incomplete data. We extensively evaluated NAIM on 5 publicly available tabular datasets, demonstrating its superior performance over 6 state-of-the-art machine learning models and 5 deep learning models, each paired with 3 different imputation techniques when necessary. The results highlight the efficacy of NAIM in improving predictive performance and resilience in the presence of missing data. To facilitate further research and practical application in handling missing data without traditional imputation methods, we made the code for NAIM available at https://github.com/cosbidev/NAIM.

📄 PDF Abstract BibTeX arXiv:2407.11540

Code (1)

cosbidev/naim 공식 구현 pytorch

Tasks

ImputationMissing Values

Similar Papers 제목 키워드 기반

ReMasker: Imputing Tabular Data with Masked Autoencoding

2023-09-25 · Tianyu Du, Luca Melis, Ting Wang

We present ReMasker, a new method of imputing missing values in tabular data by extending the masked autoencoding framework. Compared with prior work, ReMasker is both simple -- besides the missing values (i.e., naturall…

ImputationMissing Values

No Imputation of Missing Values In Tabular Data Classification Using Incremental Learning

2025-04-20 · Manar D. Samad, Kazi Fuad B. Akhter, Shourav B. Rabbani, Ibna Kowsar

Tabular data sets with varying missing values are prepared for machine learning using an arbitrary imputation strategy. Synthetic values generated by imputation models often concern data stakeholders about computational …

ImputationIncremental LearningMissing Values

DeepIFSAC: Deep Imputation of Missing Values Using Feature and Sample Attention within Contrastive Framework

2025-01-19 · Ibna Kowsar, Shourav B. Rabbani, Yina Hou, Manar D. Samad

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 …

Contrastive LearningData AugmentationImputationMissing Values

DiffImpute: Tabular Data Imputation With Denoising Diffusion Probabilistic Model

2024-03-20 · Yizhu Wen, Kai Yi, Jing Ke, Yiqing Shen

Tabular data plays a crucial role in various domains but often suffers from missing values, thereby curtailing its potential utility. Traditional imputation techniques frequently yield suboptimal results and impose subst…

DenoisingImputationMissing Values

Missing Value Estimation using Clustering and Deep Learning within Multiple Imputation Framework

2022-02-28 · Manar D Samad, Sakib Abrar, Norou Diawara

Missing values in tabular data restrict the use and performance of machine learning, requiring the imputation of missing values. The most popular imputation algorithm is arguably multiple imputations using chains of equa…

ClusteringEnsemble LearningImputationMissing Values