paper-with-me

Papers

Hedging with Sparse Reward Reinforcement Learning

2025-03-06 · Yiheng Ding, Gangnan Yuan, Dewei Zuo, Ting Gao

Derivatives, as a critical class of financial instruments, isolate and trade the price attributes of risk assets such as stocks, commodities, and indices, aiding risk management and enhancing market efficiency. However, traditional hedging models, constrained by assumptions such as continuous trading and zero transaction costs, fail to satisfy risk control requirements in complex and uncertain real-world markets. With advances in computing technology and deep learning, data-driven trading strategies are becoming increasingly prevalent. This thesis proposes a derivatives hedging framework integrating deep learning and reinforcement learning. The framework comprises a probabilistic forecasting model and a hedging agent, enabling market probability prediction, derivative pricing, and hedging. Specifically, we design a spatiotemporal attention-based probabilistic financial time series forecasting Transformer to address the scarcity of derivatives hedging data. A low-rank attention mechanism compresses high-dimensional assets into a low-dimensional latent space, capturing nonlinear asset relationships. The Transformer models sequential dependencies within this latent space, improving market probability forecasts and constructing an online training environment for downstream hedging tasks. Additionally, we incorporate generalized geometric Brownian motion to develop a risk-neutral pricing approach for derivatives. We model derivatives hedging as a reinforcement learning problem with sparse rewards and propose a behavior cloning-based recurrent proximal policy optimization (BC-RPPO) algorithm. This pretraining-finetuning framework significantly enhances the hedging agent's performance. Numerical experiments in the U.S. and Chinese financial markets demonstrate our method's superiority over traditional approaches.

📄 PDF Abstract BibTeX arXiv:2503.04218

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningTime Series Forecasting

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Pseudo-Model-Free Hedging for Variable Annuities via Deep Reinforcement Learning

2021-07-07 · Wing Fung Chong, Haoen Cui, YuXuan Li

This paper proposes a two-phase deep reinforcement learning approach, for hedging variable annuity contracts with both GMMB and GMDB riders, which can address model miscalibration in Black-Scholes financial and constant …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deep Reinforcement Learning Algorithms for Option Hedging

2025-04-07 · Andrei Neagu, Frédéric Godin, Leila Kosseim

Dynamic hedging is a financial strategy that consists in periodically transacting one or multiple financial assets to offset the risk associated with a correlated liability. Deep Reinforcement Learning (DRL) algorithms h…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+1

Semi-Static and Sparse Variance-Optimal Hedging

2017-09-16

We consider hedging of a contingent claim by a 'semi-static' strategy composed of a dynamic position in one asset and static (buy-and-hold) positions in other assets. We give general representations of the optimal strate…

Position

A Risk Sensitive Contract-unified Reinforcement Learning Approach for Option Hedging

2024-11-14 · Xianhua Peng, Xiang Zhou, Bo Xiao, Yi Wu

We propose a new risk sensitive reinforcement learning approach for the dynamic hedging of options. The approach focuses on the minimization of the tail risk of the final P&L of the seller of an option. Different from mo…

reinforcement-learningReinforcement Learning

Feature Hedging: Correlated Features Break Narrow Sparse Autoencoders

2025-05-16 · David Chanin, Tomáš Dulka, Adrià Garriga-Alonso

It is assumed that sparse autoencoders (SAEs) decompose polysemantic activations into interpretable linear directions, as long as the activations are composed of sparse linear combinations of underlying features. However…