paper-with-me

홈 › Papers

Rough Transformers: Lightweight and Continuous Time Series Modelling through Signature Patching

2024-05-31 · Fernando Moreno-Pino, Álvaro Arroyo, Harrison Waldon, Xiaowen Dong, Álvaro Cartea

Time-series data in real-world settings typically exhibit long-range dependencies and are observed at non-uniform intervals. In these settings, traditional sequence-based recurrent models struggle. To overcome this, researchers often replace recurrent architectures with Neural ODE-based models to account for irregularly sampled data and use Transformer-based architectures to account for long-range dependencies. Despite the success of these two approaches, both incur very high computational costs for input sequences of even moderate length. To address this challenge, we introduce the Rough Transformer, a variation of the Transformer model that operates on continuous-time representations of input sequences and incurs significantly lower computational costs. In particular, we propose multi-view signature attention, which uses path signatures to augment vanilla attention and to capture both local and global (multi-scale) dependencies in the input data, while remaining robust to changes in the sequence length and sampling frequency and yielding improved spatial processing. We find that, on a variety of time-series-related tasks, Rough Transformers consistently outperform their vanilla attention counterparts while obtaining the representational benefits of Neural ODE-based models, all at a fraction of the computational time and memory resources.

📄 PDF Abstract BibTeX arXiv:2405.20799

Code (1)

alvaroarroyo/rformer 공식 구현 pytorch

Tasks

Time 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…
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…
Adam 설명 없음
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Frozen in Time: Parameter-Efficient Time Series Transformers via Reservoir-Induced Feature Expansion and Fixed Random Dynamics

2025-08-25 · Pradeep Singh, Mehak Sharma, Anupriya Dey, Balasubramanian Raman arxiv

Transformers are the de-facto choice for sequence modelling, yet their quadratic self-attention and weak temporal bias can make long-range forecasting both expensive and brittle. We introduce FreezeTST, a lightweight hyb…

Rough Transformers for Continuous and Efficient Time-Series Modelling

2024-03-15 · Fernando Moreno-Pino, Álvaro Arroyo, Harrison Waldon, Xiaowen Dong 외

Time-series data in real-world medical settings typically exhibit long-range dependencies and are observed at non-uniform intervals. In such contexts, traditional sequence-based recurrent models struggle. To overcome thi…

Time Series

Wavelet Mixture of Experts for Time Series Forecasting

2025-08-12 · Zheng Zhou, Yu-Jie Xiong, Jia-Chen Zhang, Chun-Ming Xia 외 arxiv

The field of time series forecasting is rapidly advancing, with recent large-scale Transformers and lightweight Multilayer Perceptron (MLP) models showing strong predictive performance. However, conventional Transformer …

Time Series ForecastingTime Series Prediction

Attention Augmented Convolutional Transformer for Tabular Time-series

2021-10-05 · Sharath M Shankaranarayana, Davor Runje

Time-series classification is one of the most frequently performed tasks in industrial data science, and one of the most widely used data representation in the industrial setting is tabular representation. In this work, …

Language ModelingLanguage ModellingQuantizationRepresentation Learning+3

Continuous-Time Linear Positional Embedding for Irregular Time Series Forecasting

2024-09-30 · Byunghyun Kim, Jae-Gil Lee

Irregularly sampled time series forecasting, characterized by non-uniform intervals, is prevalent in practical applications. However, previous research have been focused on regular time series forecasting, typically rely…

Irregular Time SeriesTime SeriesTime Series Forecasting