paper-with-me

홈 › Papers

MSHyper: Multi-Scale Hypergraph Transformer for Long-Range Time Series Forecasting

2024-01-17 · Zongjiang Shang, Ling Chen, Binqing Wu, Dongliang Cui

Demystifying interactions between temporal patterns of different scales is fundamental to precise long-range time series forecasting. However, previous works lack the ability to model high-order interactions. To promote more comprehensive pattern interaction modeling for long-range time series forecasting, we propose a Multi-Scale Hypergraph Transformer (MSHyper) framework. Specifically, a multi-scale hypergraph is introduced to provide foundations for modeling high-order pattern interactions. Then by treating hyperedges as nodes, we also build a hyperedge graph to enhance hypergraph modeling. In addition, a tri-stage message passing mechanism is introduced to aggregate pattern information and learn the interaction strength between temporal patterns of different scales. Extensive experiments on five real-world datasets demonstrate that MSHyper achieves state-of-the-art (SOTA) performance across various settings.

📄 PDF Abstract BibTeX arXiv:2401.09261

Code (1)

shangzongjiang/MSHyper 공식 구현 pytorch

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
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…
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$…

Similar Papers 제목 키워드 기반

Ada-MSHyper: Adaptive Multi-Scale Hypergraph Transformer for Time Series Forecasting

2024-10-31 · Zongjiang Shang, Ling Chen, Binqing Wu, Dongliang Cui

Although transformer-based methods have achieved great success in multi-scale temporal pattern interaction modeling, two key challenges limit their further development: (1) Individual time points contain less semantic in…

Time SeriesTime Series Forecasting

Autoregressive Adaptive Hypergraph Transformer for Skeleton-based Activity Recognition

2024-11-08 · Abhisek Ray, Ayush Raj, Maheshkumar H. Kolekar

Extracting multiscale contextual information and higher-order correlations among skeleton sequences using Graph Convolutional Networks (GCNs) alone is inadequate for effective action classification. Hypergraph convolutio…

Action ClassificationActivity Recognition

MART: MultiscAle Relational Transformer Networks for Multi-agent Trajectory Prediction

2024-07-31 · Seongju Lee, Junseok Lee, Yeonguk Yu, Taeri Kim 외

Multi-agent trajectory prediction is crucial to autonomous driving and understanding the surrounding environment. Learning-based approaches for multi-agent trajectory prediction, such as primarily relying on graph neural…

Autonomous DrivingPredictionTrajectory Prediction

HGTS-Former: Hierarchical HyperGraph Transformer for Multivariate Time Series Analysis

2025-08-04 · Hao Si, Xiao Wang, Fan Zhang, Xiaoya Zhou 외 arxiv

Multivariate time series analysis has long been one of the key research topics in the field of artificial intelligence. However, analyzing complex time series data remains a challenging and unresolved problem due to its …

Time Series Analysis

HEGEL: Hypergraph Transformer for Long Document Summarization

2022-10-09 · Haopeng Zhang, Xiao Liu, Jiawei Zhang

Extractive summarization for long documents is challenging due to the extended structured input context. The long-distance sentence dependency hinders cross-sentence relations modeling, the critical step of extractive su…

Document SummarizationExtractive SummarizationSentence