paper-with-me

Papers

Missing Value Imputation for Multi-attribute Sensor Data Streams via Message Propagation (Extended Version)

2023-11-13 · Xiao Li, Huan Li, Hua Lu, Christian S. Jensen, Varun Pandey, Volker Markl

Sensor data streams occur widely in various real-time applications in the context of the Internet of Things (IoT). However, sensor data streams feature missing values due to factors such as sensor failures, communication errors, or depleted batteries. Missing values can compromise the quality of real-time analytics tasks and downstream applications. Existing imputation methods either make strong assumptions about streams or have low efficiency. In this study, we aim to accurately and efficiently impute missing values in data streams that satisfy only general characteristics in order to benefit real-time applications more widely. First, we propose a message propagation imputation network (MPIN) that is able to recover the missing values of data instances in a time window. We give a theoretical analysis of why MPIN is effective. Second, we present a continuous imputation framework that consists of data update and model update mechanisms to enable MPIN to perform continuous imputation both effectively and efficiently. Extensive experiments on multiple real datasets show that MPIN can outperform the existing data imputers by wide margins and that the continuous imputation framework is efficient and accurate.

📄 PDF Abstract BibTeX arXiv:2311.07344

Code (1)

xli-2020/mpin 공식 구현 pytorch

Tasks

AttributeImputationMissing Values

Similar Papers 제목 키워드 기반

Multistage Large Segment Imputation Framework Based on Deep Learning and Statistic Metrics

2022-09-22 · JinSheng Yang, YuanHai Shao, ChunNa Li, Wensi Wang

Missing value is a very common and unavoidable problem in sensors, and researchers have made numerous attempts for missing value imputation, particularly in deep learning models. However, for real sensor data, the specif…

Imputation

No imputation without representation

2022-06-28 · Oliver Urs Lenz, Daniel Peralta, Chris Cornelis

By filling in missing values in datasets, imputation allows these datasets to be used with algorithms that cannot handle missing values by themselves. However, missing values may in principle contribute useful informatio…

AttributeImputationMissing Values

Polar Encoding: A Simple Baseline Approach for Classification with Missing Values

2022-10-04 · Oliver Urs Lenz, Daniel Peralta, Chris Cornelis

We propose polar encoding, a representation of categorical and numerical $[0,1]$-valued attributes with missing values to be used in a classification context. We argue that this is a good baseline approach, because it ca…

AttributeDenoisingImputationMissing Values

MH-GIN: Multi-scale Heterogeneous Graph-based Imputation Network for AIS Data (Extended Version)

2025-07-27 · Hengyu Liu, Tianyi Li, Yuqiang He, Kristian Torp 외 arxiv

Location-tracking data from the Automatic Identification System, much of which is publicly available, plays a key role in a range of maritime safety and monitoring applications. However, the data suffers from missing val…

Computational Efficiency

Data Imputation for Multivariate Time Series Sensor Data with Large Gaps of Missing Data

2022-06-01 · IEEE Sensors Journal 2022 6 · Rui Wu, Scott D. Hamshaw, Lei Yang, Dustin W. Kincaid 외

Imputation of missing sensor-collected data is often an important step prior to machine learning and statistical data analysis. One particular data imputation challenge is filling large data gaps when the only related da…

ImputationTime SeriesTime Series Analysis