paper-with-me

Papers

Persistence Initialization: A novel adaptation of the Transformer architecture for Time Series Forecasting

2022-08-30 · Espen Haugsdal, Erlend Aune, Massimiliano Ruocco

Time series forecasting is an important problem, with many real world applications. Ensembles of deep neural networks have recently achieved impressive forecasting accuracy, but such large ensembles are impractical in many real world settings. Transformer models been successfully applied to a diverse set of challenging problems. We propose a novel adaptation of the original Transformer architecture focusing on the task of time series forecasting, called Persistence Initialization. The model is initialized as a naive persistence model by using a multiplicative gating mechanism combined with a residual skip connection. We use a decoder Transformer with ReZero normalization and Rotary positional encodings, but the adaptation is applicable to any auto-regressive neural network model. We evaluate our proposed architecture on the challenging M4 dataset, achieving competitive performance compared to ensemble based methods. We also compare against existing recently proposed Transformer models for time series forecasting, showing superior performance on the M4 dataset. Extensive ablation studies show that Persistence Initialization leads to better performance and faster convergence. As the size of the model increases, only the models with our proposed adaptation gain in performance. We also perform an additional ablation study to determine the importance of the choice of normalization and positional encoding, and find both the use of Rotary encodings and ReZero normalization to be essential for good forecasting performance.

📄 PDF Abstract BibTeX arXiv:2208.14236

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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…

Similar Papers 제목 키워드 기반

xPerT: Extended Persistence Transformer

2024-10-18 · Sehun Kim

A persistence diagram provides a compact summary of persistent homology, which captures the topological features of a space at different scales. However, due to its nature as a set, incorporating it as a feature into a m…

GPU

Multiset Transformer: Advancing Representation Learning in Persistence Diagrams

2024-11-22 · Minghua Wang, Ziyun Huang, Jinhui Xu

To improve persistence diagram representation learning, we propose Multiset Transformer. This is the first neural network that utilizes attention mechanisms specifically designed for multisets as inputs and offers rigoro…

Representation Learning

Persformer: A Transformer Architecture for Topological Machine Learning

2021-12-30 · Raphael Reinauer, Matteo Caorsi, Nicolas Berkouk

One of the main challenges of Topological Data Analysis (TDA) is to extract features from persistent diagrams directly usable by machine learning algorithms. Indeed, persistence diagrams are intrinsically (multi-)sets of…

BIG-bench Machine LearningTopological Data Analysis

Empirical Evaluation of Knowledge Distillation from Transformers to Subquadratic Language Models

2025-04-19 · Patrick Haller, Jonas Golde, Alan Akbik

Knowledge distillation is a widely used technique for compressing large language models (LLMs) by training a smaller student model to mimic a larger teacher model. Typically, both the teacher and student are Transformer-…

Knowledge DistillationState Space ModelsTransfer Learning

Topo-VM-UNetV2: Encoding Topology into Vision Mamba UNet for Polyp Segmentation

2025-05-09 · Diego Adame, Jose A. Nunez, Fabian Vazquez, Nayeli Gurrola 외

Convolutional neural network (CNN) and Transformer-based architectures are two dominant deep learning models for polyp segmentation. However, CNNs have limited capability for modeling long-range dependencies, while Trans…

MambaSegmentationState Space Models