Related Experiment Video
Updated: Sep 24, 2025

09:47
Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
Published on: December 15, 2023
1.3K
Imputation of Missing Values in Time Series Using an Adaptive-Learned Median-Filled Deep Autoencoder
IEEE Transactions on Cybernetics
|May 4, 2022
Summary
This study introduces an adaptive-learned median-filled deep autoencoder (AM-DAE) for unsupervised imputation of missing industrial time-series data. The novel method effectively handles extensive missing data and improves model performance.
Area of Science:
- Data Science
- Machine Learning
- Industrial Engineering
Background:
- Missing values are common in industrial datasets due to sensor faults and transmission issues.
- Incomplete data hinders data utilization and degrades data-driven model performance.
- Existing imputation methods struggle with large amounts of missing data and often ignore time-series autocorrelation.
Purpose of the Study:
- To propose an unsupervised method for imputing missing values in industrial time-series data.
- To address the limitations of supervised learning methods when dealing with extensive missing data.
- To account for the autocorrelation inherent in time-series data.
Main Methods:
- An adaptive-learned median-filled deep autoencoder (AM-DAE) was developed.
- The AM-DAE uses an unsupervised approach, continuously updating missing values with medians from input and reconstruction.
- An adaptive learning strategy focuses reconstruction on missing or non-missing values during training.
Main Results:
- The AM-DAE demonstrated superior performance in imputing missing values in industrial time-series data.
- The method effectively handles datasets with a significant proportion of missing values.
- Validation on two industrial examples confirmed the proposed method's effectiveness compared to advanced techniques.
Conclusions:
- The proposed AM-DAE offers an effective unsupervised solution for missing value imputation in industrial time-series data.
- The adaptive learning strategy enhances the imputation accuracy by focusing on critical data points.
- This approach improves the reliability and performance of data-driven models in industrial applications.
Related Concept Videos
Prediction Intervals
2.4K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.4K
Regression Toward the Mean
6.5K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.5K
Censoring Survival Data
261
Survival analysis is a statistical method used to analyze time-to-event data, often employed in fields such as medicine, engineering, and social sciences. One of the key challenges in survival analysis is dealing with incomplete data, a phenomenon known as "censoring." Censoring occurs when the event of interest (such as death, relapse, or system failure) has not occurred for some individuals by the end of the study period or is otherwise unobservable, and it might have many different...
261
Time-Series Graph
4.6K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
4.6K
Reconstruction of Signal using Interpolation
378
Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next...
378
Estimating Population Mean with Unknown Standard Deviation
8.3K
In practice, we rarely know the population standard deviation. In the past, when the sample size was large, this did not present a problem to statisticians. They used the sample standard deviation s as an estimate for σ and proceeded as before to calculate a confidence interval with close enough results. However, statisticians ran into problems when the sample size was small. A small sample size caused inaccuracies in the confidence interval.
William S. Gosset (1876–1937) of the...
William S. Gosset (1876–1937) of the...
8.3K