paper-with-me

Papers

Kernel-U-Net: Multivariate Time Series Forecasting using Custom Kernels

2024-01-03 · Jiang You, Arben Cela, René Natowicz, Jacob Ouanounou, Patrick Siarry

Time series forecasting task predicts future trends based on historical information. Transformer-based U-Net architectures, despite their success in medical image segmentation, have limitations in both expressiveness and computation efficiency in time series forecasting as evidenced in YFormer. To tackle these challenges, we introduce Kernel-U-Net, a flexible and kernel-customizable U-shape neural network architecture. The kernel-U-Net encoder compresses the input series into latent vectors, and its symmetric decoder subsequently expands these vectors into output series. Specifically, Kernel-U-Net separates the procedure of partitioning input time series into patches from kernel manipulation, thereby providing the convenience of customized executing kernels. Our method offers two primary advantages: 1) Flexibility in kernel customization to adapt to specific datasets; and 2) Enhanced computational efficiency, with the complexity of the Transformer layer reduced to linear. Experiments on seven real-world datasets, demonstrate that Kernel-U-Net's performance either exceeds or meets that of the existing state-of-the-art model in the majority of cases in channel-independent settings. The source code for Kernel-U-Net will be made publicly available for further research and application.

📄 PDF Abstract BibTeX arXiv:2401.01479

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDecoderImage SegmentationMedical Image SegmentationMultivariate Time Series ForecastingSemantic SegmentationTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

ForecastGrapher: Redefining Multivariate Time Series Forecasting with Graph Neural Networks

2024-05-28 · Wanlin Cai, Kun Wang, Hao Wu, Xiaoxu Chen 외

The challenge of effectively learning inter-series correlations for multivariate time series forecasting remains a substantial and unresolved problem. Traditional deep learning models, which are largely dependent on the …

Multivariate Time Series ForecastingNode RegressionTime SeriesTime Series Forecasting

Cross-LKTCN: Modern Convolution Utilizing Cross-Variable Dependency for Multivariate Time Series Forecasting Dependency for Multivariate Time Series Forecasting

2023-06-04 · Donghao Luo, Xue Wang

The past few years have witnessed the rapid development in multivariate time series forecasting. The key to accurate forecasting results is capturing the long-term dependency between each time step (cross-time dependency…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

TimePFN: Effective Multivariate Time Series Forecasting with Synthetic Data

2025-02-22 · Ege Onur Taga, M. Emrullah Ildiz, Samet Oymak

The diversity of time series applications and scarcity of domain-specific data highlight the need for time-series models with strong few-shot learning capabilities. In this work, we propose a novel training scheme and a …

Bayesian InferenceFew-Shot LearningMultivariate Time Series ForecastingTime Series+1

ARM: Refining Multivariate Forecasting with Adaptive Temporal-Contextual Learning

2023-10-14 · Jiecheng Lu, Xu Han, Shihao Yang

Long-term time series forecasting (LTSF) is important for various domains but is confronted by challenges in handling the complex temporal-contextual relationships. As multivariate input models underperforming some recen…

Time SeriesTime Series Forecasting

Forecasting and Granger Modelling with Non-linear Dynamical Dependencies

2017-06-27 · Magda Gregorová, Alexandros Kalousis, Stéphane Marchand-Maillet

Traditional linear methods for forecasting multivariate time series are not able to satisfactorily model the non-linear dependencies that may exist in non-Gaussian series. We build on the theory of learning vector-valued…

Time SeriesTime Series Analysis