paper-with-me

Papers

Missing Features Reconstruction and Its Impact on Classification Accuracy

2019-11-09 · Magda Friedjungová, Daniel Vašata, Marcel Jiřina

In real-world applications, we can encounter situations when a well-trained model has to be used to predict from a damaged dataset. The damage caused by missing or corrupted values can be either on the level of individual instances or on the level of entire features. Both situations have a negative impact on the usability of the model on such a dataset. This paper focuses on the scenario where entire features are missing which can be understood as a specific case of transfer learning. Our aim is to experimentally research the influence of various imputation methods on the performance of several classification models. The imputation impact is researched on a combination of traditional methods such as k-NN, linear regression, and MICE compared to modern imputation methods such as multi-layer perceptron (MLP) and gradient boosted trees (XGBT). For linear regression, MLP, and XGBT we also propose two approaches to using them for multiple features imputation. The experiments were performed on both real world and artificial datasets with continuous features where different numbers of features, varying from one feature to 50%, were missing. The results show that MICE and linear regression are generally good imputers regardless of the conditions. On the other hand, the performance of MLP and XGBT is strongly dataset dependent. Their performance is the best in some cases, but more often they perform worse than MICE or linear regression.

📄 PDF Abstract BibTeX arXiv:1911.03658

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationImputationregressionTransfer Learning

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Missing Features Reconstruction Using a Wasserstein Generative Adversarial Imputation Network

2020-06-21 · Magda Friedjungová, Daniel Vašata, Maksym Balatsko, Marcel Jiřina

Missing data is one of the most common preprocessing problems. In this paper, we experimentally research the use of generative and non-generative models for feature reconstruction. Variational Autoencoder with Arbitrary …

DenoisingImputation

SELECTOR: Heterogeneous graph network with convolutional masked autoencoder for multimodal robust prediction of cancer survival

2024-03-14 · Liangrui Pan, Yijun Peng, Yan Li, Xiang Wang 외

Accurately predicting the survival rate of cancer patients is crucial for aiding clinicians in planning appropriate treatment, reducing cancer-related medical expenses, and significantly enhancing patients' quality of li…

PredictionSurvival Prediction

Towards Unsupervised Graph Completion Learning on Graphs with Features and Structure Missing

2023-09-06 · Sichao Fu, Qinmu Peng, Yang He, Baokun Du 외

In recent years, graph neural networks (GNN) have achieved significant developments in a variety of graph analytical tasks. Nevertheless, GNN's superior performance will suffer from serious damage when the collected node…

Node ClassificationSelf-Supervised Learning

Towards Weather-Robust 3D Human Body Reconstruction: Millimeter-Wave Radar-Based Dataset, Benchmark, and Multi-Modal Fusion

2024-09-07 · Anjun Chen, Xiangyu Wang, Kun Shi, Yuchi Huo 외

3D human reconstruction from RGB images achieves decent results in good weather conditions but degrades dramatically in rough weather. Complementarily, mmWave radars have been employed to reconstruct 3D human joints and …

3D Human Reconstruction

A Joint Learning Framework with Feature Reconstruction and Prediction for Incomplete Satellite Image Time Series in Agricultural Semantic Segmentation

2025-05-25 · Yuze Wang, Mariana Belgiu, Haiyang Wu, Dandan Zhong 외

Satellite Image Time Series (SITS) is crucial for agricultural semantic segmentation. However, Cloud contamination introduces time gaps in SITS, disrupting temporal dependencies and causing feature shifts, leading to deg…

Crop ClassificationData AugmentationPredictionSemantic Segmentation+1