ContrAttNet:对多变量时间序列数据归算的贡献和注意方法
Yunfei Yin1, Caihao Huang1, Xianjian Bao2
1College of Computer Science, Chongqing University, Chongqing, China.
概括
ContrAttNet有效地将多变量时间序列中的缺失数据归因,优于现有方法. 这种新型神经网络模型甚至在高失踪率的情况下也表现出色,提高了数据处理的准确性.
科学领域:
- 数据科学数据科学数据科学
- 机器学习 机器学习
- 时间序列分析时间序列分析
背景情况:
- 缺失值赋值对于多变量时间序列数据处理至关重要.
- 循环神经网络 (RNN) 和生成对抗网络 (GAN) 显示出高缺失率的限制.
研究的目的:
- 提出一种新的神经网络模型,ContraAttNet,用于在多变量时间序列数据中准确的缺失值赋值.
- 在处理高缺失率的数据集时,解决现有方法的局限性.
主要方法:
- 开发了ContrAttNet,一个神经网络模型,包含特征注意,归算长短期记忆 (iLSTM) 和1D卷积神经网络 (1D-CNN) 模块.
- iLSTM模块根据缺失的数据特征调整LSTM内存,以学习功能贡献.
- 特征注意模块计算监督权重,指导1D-CNN将时间序列数据处理为空间特征.
主要成果:
- 与最先进的模型相比,ContraAttNet在多变量时间序列缺失值赋值中表现出更高的性能.
- 在基准数据集中平均达到6%的平均绝对百分比错误 (MAPE) 和9%的平均绝对错误 (MAE).
结论:
- ContrAttNet有效地利用时间和空间信息进行可靠的归算.
- 拟议的模型在处理缺失数据方面取得了重大进展,特别是在挑战高缺失率场景时.
相关概念视频
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation
476
This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...
On...
476
Prediction Intervals
2.3K
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.3K
Multiple Regression
3.0K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.0K
Multi-input and Multi-variable systems
106
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
In the absence...
106
Time-Series Graph
4.3K
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.3K
Statistical Inference Techniques in Hypothesis Testing: Parametric Versus Nonparametric Data
123
Statistical inference techniques, paramount in hypothesis testing, differentiate into two broad categories: parametric and nonparametric statistics.
Parametric statistics, as the name suggests, assumes that data follow a specific distribution, often a normal distribution. This assumption enables robust hypothesis testing and estimation. Parametric methods, like the Student's t-test or Goodness-of-fit test, are frequently employed in biostatistics due to their robustness. For instance,...
Parametric statistics, as the name suggests, assumes that data follow a specific distribution, often a normal distribution. This assumption enables robust hypothesis testing and estimation. Parametric methods, like the Student's t-test or Goodness-of-fit test, are frequently employed in biostatistics due to their robustness. For instance,...
123


