paper-with-me

홈 › Papers

Enhanced Momentum with Momentum Transformers

2024-12-17 · Max Mason, Waasi A Jagirdar, David Huang, Rahul Murugan

The primary objective of this research is to build a Momentum Transformer that is expected to outperform benchmark time-series momentum and mean-reversion trading strategies. We extend the ideas introduced in the paper Trading with the Momentum Transformer: An Intelligent and Interpretable Architecture to equities as the original paper primarily only builds upon futures and equity indices. Unlike conventional Long Short-Term Memory (LSTM) models, which operate sequentially and are optimized for processing local patterns, an attention mechanism equips our architecture with direct access to all prior time steps in the training window. This hybrid design, combining attention with an LSTM, enables the model to capture long-term dependencies, enhance performance in scenarios accounting for transaction costs, and seamlessly adapt to evolving market conditions, such as those witnessed during the Covid Pandemic. We average 4.14% returns which is similar to the original papers results. Our Sharpe is lower at an average of 1.12 due to much higher volatility which may be due to stocks being inherently more volatile than futures and indices.

📄 PDF Abstract BibTeX arXiv:2412.12516

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Multi-Head Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Momentum Transformer: Closing the Performance Gap Between Self-attention and Its Linearization

2022-08-01 · Tan Nguyen, Richard G. Baraniuk, Robert M. Kirby, Stanley J. Osher 외

Transformers have achieved remarkable success in sequence modeling and beyond but suffer from quadratic computational and memory complexities with respect to the length of the input sequence. Leveraging techniques includ…

Image GenerationMachine Translation

How Does Momentum Benefit Deep Neural Networks Architecture Design? A Few Case Studies

2021-10-13 · Bao Wang, Hedi Xia, Tan Nguyen, Stanley Osher

We present and review an algorithmic and theoretical framework for improving neural network architecture design via momentum. As case studies, we consider how momentum can improve the architecture design for recurrent ne…

Computational Efficiency

Momentum Streams for Optimizer-Inspired Transformers

2026-05-23 · Jingchu Gai, Nai-Chieh Huang, Jiayun Wu arxiv

The residual update of a pre-norm Transformer layer admits an interpretation as one step of a first-order optimizer acting on a surrogate token energy, wherein the attention and MLP sublayers function as gradient oracles…

Distributed Sign Momentum with Local Steps for Training Transformers

2024-11-26 · Shuhua Yu, Ding Zhou, Cong Xie, An Xu 외

Pre-training Transformer models is resource-intensive, and recent studies have shown that sign momentum is an efficient technique for training large-scale deep learning models, particularly Transformers. However, its app…

Federated Learning

Enhanced NIRMAL Optimizer With Damped Nesterov Acceleration: A Comparative Analysis

2025-08-22 · Nirmal Gaud, Prasad Krishna Murthy, Mostaque Md. Morshedur Hassan, Abhijit Ganguly 외 arxiv

This study introduces the Enhanced NIRMAL (Novel Integrated Robust Multi-Adaptation Learning with Damped Nesterov Acceleration) optimizer, an improved version of the original NIRMAL optimizer. By incorporating an $(α, r)…

Image Classification