LGMay 21, 2024

SEGAN: semi-supervised learning approach for missing data imputation

arXiv:2405.13089v3h-index: 6
Originality Incremental advance
AI Analysis

This addresses data preprocessing challenges in AI applications where missing data is common, though it appears incremental as it builds on existing GAN-based approaches.

The paper tackles the problem of missing data imputation by proposing SEGAN, a semi-supervised learning model that incorporates label information and a missing hint matrix, resulting in a performance improvement of over 3% compared to state-of-the-art methods.

In many practical real-world applications, data missing is a very common phenomenon, making the development of data-driven artificial intelligence theory and technology increasingly difficult. Data completion is an important method for missing data preprocessing. Most existing miss-ing data completion models directly use the known information in the missing data set but ignore the impact of the data label information contained in the data set on the missing data completion model. To this end, this paper proposes a missing data completion model SEGAN based on semi-supervised learning, which mainly includes three important modules: generator, discriminator and classifier. In the SEGAN model, the classifier enables the generator to make more full use of known data and its label information when predicting missing data values. In addition, the SE-GAN model introduces a missing hint matrix to allow the discriminator to more effectively distinguish between known data and data filled by the generator. This paper theoretically proves that the SEGAN model that introduces a classifier and a missing hint matrix can learn the real known data distribution characteristics when reaching Nash equilibrium. Finally, a large number of experiments were conducted in this article, and the experimental results show that com-pared with the current state-of-the-art multivariate data completion method, the performance of the SEGAN model is improved by more than 3%.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes