paper-with-me

Papers

ImputeFormer: Low Rankness-Induced Transformers for Generalizable Spatiotemporal Imputation

2023-12-04 · Tong Nie, Guoyang Qin, Wei Ma, Yuewen Mei, Jian Sun

Missing data is a pervasive issue in both scientific and engineering tasks, especially for the modeling of spatiotemporal data. This problem attracts many studies to contribute to data-driven solutions. Existing imputation solutions mainly include low-rank models and deep learning models. The former assumes general structural priors but has limited model capacity. The latter possesses salient features of expressivity but lacks prior knowledge of the underlying spatiotemporal structures. Leveraging the strengths of both two paradigms, we demonstrate a low rankness-induced Transformer to achieve a balance between strong inductive bias and high model expressivity. The exploitation of the inherent structures of spatiotemporal data enables our model to learn balanced signal-noise representations, making it generalizable for a variety of imputation problems. We demonstrate its superiority in terms of accuracy, efficiency, and versatility in heterogeneous datasets, including traffic flow, solar energy, smart meters, and air quality. Promising empirical results provide strong conviction that incorporating time series primitives, such as low-rankness, can substantially facilitate the development of a generalizable model to approach a wide range of spatiotemporal imputation problems.

📄 PDF Abstract BibTeX arXiv:2312.01728

Code (2)

WenjieDu/PyPOTS 공식 구현 pytorch
tongnie/imputeformer pytorch

Tasks

ImputationInductive BiasMultivariate Time Series ImputationTime Series

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Multi-Head Attention 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Efficient and Robust Freeway Traffic Speed Estimation under Oblique Grid using Vehicle Trajectory Data

2024-11-06 · Yang He, Chengchuan An, Yuheng Jia, Jiachao Liu 외

Accurately estimating spatiotemporal traffic states on freeways is a significant challenge due to limited sensor deployment and potential data corruption. In this study, we propose an efficient and robust low-rank model …

Low-Rank Matrix CompletionMatrix CompletionState Estimation

TiMo: Spatiotemporal Foundation Model for Satellite Image Time Series

2025-05-13 · Xiaolei Qin, Di Wang, Jing Zhang, Fengxiang Wang 외

Satellite image time series (SITS) provide continuous observations of the Earth's surface, making them essential for applications such as environmental management and disaster assessment. However, existing spatiotemporal…

Temporal SequencesTime Series

Spatiotemporal Regularized Tucker Decomposition Approach for Traffic Data Imputation

2023-05-11 · Wenwu Gong, Zhejun Huang, Lili Yang

In intelligent transportation systems, traffic data imputation, estimating the missing value from partially observed data is an inevitable and challenging task. Previous studies have not fully considered traffic data's m…

ImputationTensor DecompositionTraffic Data Imputation

Nonlinear Transform Induced Tensor Nuclear Norm for Tensor Completion

2021-10-17 · Ben-Zheng Li, Xi-Le Zhao, Teng-Yu Ji, Xiong-Jun Zhang 외

The linear transform-based tensor nuclear norm (TNN) methods have recently obtained promising results for tensor completion. The main idea of this type of methods is exploiting the low-rank structure of frontal slices of…

AI Foundation Models for Weather and Climate: Applications, Design, and Implementation

2023-09-19 · S. Karthik Mukkavilli, Daniel Salles Civitarese, Johannes Schmude, Johannes Jakubik 외

Machine learning and deep learning methods have been widely explored in understanding the chaotic behavior of the atmosphere and furthering weather forecasting. There has been increasing interest from technology companie…

Language ModelingLanguage ModellingOperator learningPhysics-informed machine learning+3