paper-with-me

Papers

Transformers predicting the future. Applying attention in next-frame and time series forecasting

2021-08-18 · Radostin Cholakov, Todor Kolev

Recurrent Neural Networks were, until recently, one of the best ways to capture the timely dependencies in sequences. However, with the introduction of the Transformer, it has been proven that an architecture with only attention-mechanisms without any RNN can improve on the results in various sequence processing tasks (e.g. NLP). Multiple studies since then have shown that similar approaches can be applied for images, point clouds, video, audio or time series forecasting. Furthermore, solutions such as the Perceiver or the Informer have been introduced to expand on the applicability of the Transformer. Our main objective is testing and evaluating the effectiveness of applying Transformer-like models on time series data, tackling susceptibility to anomalies, context awareness and space complexity by fine-tuning the hyperparameters, preprocessing the data, applying dimensionality reduction or convolutional encodings, etc. We are also looking at the problem of next-frame prediction and exploring ways to modify existing solutions in order to achieve higher performance and learn generalized knowledge.

📄 PDF Abstract BibTeX arXiv:2108.08224

Code (1)

radi-cho/srs21-public-data 공식 구현 pytorch

Tasks

Dimensionality ReductionTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Interpreting Context Look-ups in Transformers: Investigating Attention-MLP Interactions

2024-02-23 · Clement Neo, Shay B. Cohen, Fazl Barez

Understanding the inner workings of large language models (LLMs) is crucial for advancing their theoretical foundations and real-world applications. While the attention mechanism and multi-layer perceptrons (MLPs) have b…

Text Generation

Understanding the Emergence of Seemingly Useless Features in Next-Token Predictors

2026-03-14 · Mark Rofin, Jalal Naghiyev, Michael Hahn arxiv

Trained Transformers have been shown to compute abstract features that appear redundant for predicting the immediate next token. We identify which components of the gradient signal from the next-token prediction objectiv…

Joint Hand Motion and Interaction Hotspots Prediction from Egocentric Videos

2022-04-04 · CVPR 2022 1 · Shaowei Liu, Subarna Tripathi, Somdeb Majumdar, Xiaolong Wang

We propose to forecast future hand-object interactions given an egocentric video. Instead of predicting action labels or pixels, we directly predict the hand motion trajectory and the future contact points on the next ac…

Object

Transformers Can Navigate Mazes With Multi-Step Prediction

2024-12-06 · Niklas Nolte, Ouail Kitouni, Adina Williams, Mike Rabbat 외

Despite their remarkable success in language modeling, transformers trained to predict the next token in a sequence struggle with long-term planning. This limitation is particularly evident in tasks requiring foresight t…

GPULanguage ModelingLanguage ModellingNavigate+1

A Case Study of Next Portfolio Prediction for Mutual Funds

2024-10-08 · Guilherme Thomaz, Denis Maua

Mutual funds aim to generate returns above market averages. While predicting their future portfolio allocations can bring economic advantages, the task remains challenging and largely unexplored. To fill that gap, this w…

Recommendation Systems