paper-with-me

Papers

NAST: Non-Autoregressive Spatial-Temporal Transformer for Time Series Forecasting

2021-02-10 · Kai Chen, Guang Chen, Dan Xu, Lijun Zhang, Yuyao Huang, Alois Knoll

Although Transformer has made breakthrough success in widespread domains especially in Natural Language Processing (NLP), applying it to time series forecasting is still a great challenge. In time series forecasting, the autoregressive decoding of canonical Transformer models could introduce huge accumulative errors inevitably. Besides, utilizing Transformer to deal with spatial-temporal dependencies in the problem still faces tough difficulties.~To tackle these limitations, this work is the first attempt to propose a Non-Autoregressive Transformer architecture for time series forecasting, aiming at overcoming the time delay and accumulative error issues in the canonical Transformer. Moreover, we present a novel spatial-temporal attention mechanism, building a bridge by a learned temporal influence map to fill the gaps between the spatial and temporal attention, so that spatial and temporal dependencies can be processed integrally. Empirically, we evaluate our model on diversified ego-centric future localization datasets and demonstrate state-of-the-art performance on both real-time and accuracy.

📄 PDF Abstract BibTeX arXiv:2102.05624

Code (1)

Flawless1202/Non-AR-Spatial-Temporal-Transformer 공식 구현 pytorch

Tasks

Time SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Non-autoregressive Streaming Transformer for Simultaneous Translation

2023-10-23 · Zhengrui Ma, Shaolei Zhang, Shoutao Guo, Chenze Shao 외

Simultaneous machine translation (SiMT) models are trained to strike a balance between latency and translation quality. However, training these models to achieve high quality while maintaining low latency often leads to …

DecoderMachine TranslationTranslation

CTC-based Non-autoregressive Speech Translation

2023-05-27 · Chen Xu, Xiaoqian Liu, Xiaowen Liu, Qingxuan Sun 외

Combining end-to-end speech translation (ST) and non-autoregressive (NAR) generation is promising in language and speech processing for their advantages of less error propagation and low latency. In this paper, we invest…

Translation

NAST: A Non-Autoregressive Generator with Word Alignment for Unsupervised Text Style Transfer

2021-06-04 · Findings (ACL) 2021 8 · Fei Huang, Zikai Chen, Chen Henry Wu, Qihan Guo 외

Autoregressive models have been widely used in unsupervised text style transfer. Despite their success, these models still suffer from the content preservation problem that they usually ignore part of the source sentence…

SentenceStyle TransferText Style TransferUnsupervised Text Style Transfer+1

Spatial-Temporal State Propagation Autoregressive Model for 4D Object Generation

2026-02-21 · Liying Yang, Jialun Liu, Jiakui Hu, Chenhao Guan 외 arxiv

Generating high-quality 4D objects with spatial-temporal consistency is still formidable. Existing diffusion-based methods often struggle with spatial-temporal inconsistency, as they fail to leverage outputs from all pre…

Learning Sparse Temporal Video Mapping for Action Quality Assessment in Floor Gymnastics

2023-01-15 · Sania Zahan, Ghulam Mubashar Hassan, Ajmal Mian

Athlete performance measurement in sports videos requires modeling long sequences since the entire spatio-temporal progression contributes dominantly to the performance. It is crucial to comprehend local discriminative s…

Action Quality Assessment