paper-with-me

Papers

A Financial Time Series Denoiser Based on Diffusion Model

2024-09-02 · Zhuohan Wang, Carmine Ventre

Financial time series often exhibit low signal-to-noise ratio, posing significant challenges for accurate data interpretation and prediction and ultimately decision making. Generative models have gained attention as powerful tools for simulating and predicting intricate data patterns, with the diffusion model emerging as a particularly effective method. This paper introduces a novel approach utilizing the diffusion model as a denoiser for financial time series in order to improve data predictability and trading performance. By leveraging the forward and reverse processes of the conditional diffusion model to add and remove noise progressively, we reconstruct original data from noisy inputs. Our extensive experiments demonstrate that diffusion model-based denoised time series significantly enhance the performance on downstream future return classification tasks. Moreover, trading signals derived from the denoised data yield more profitable trades with fewer transactions, thereby minimizing transaction costs and increasing overall trading efficiency. Finally, we show that by using classifiers trained on denoised time series, we can recognize the noising state of the market and obtain excess return.

📄 PDF Abstract BibTeX arXiv:2409.02138

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingTime Series

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

StaTS: Spectral Trajectory Schedule Learning for Adaptive Time Series Forecasting with Frequency Guided Denoiser

2026-02-08 · Jintao Zhang, Zirui Liu, Mingyue Cheng, Xianquan Wang 외 arxiv

Diffusion models have been used for probabilistic time series forecasting and show strong potential. However, fixed noise schedules often produce intermediate states that are hard to invert and a terminal state that devi…

Probabilistic Time Series Forecasting

Understanding Generalizability of Diffusion Models Requires Rethinking the Hidden Gaussian Structure

2024-10-31 · Xiang Li, Yixiang Dai, Qing Qu

In this work, we study the generalizability of diffusion models by looking into the hidden properties of the learned score functions, which are essentially a series of deep denoisers trained on various noise levels. We o…

Inductive BiasMemorization

Generation of synthetic financial time series by diffusion models

2024-10-24 · Tomonori Takahashi, Takayuki Mizuno

Despite its practical significance, generating realistic synthetic financial time series is challenging due to statistical properties known as stylized facts, such as fat tails, volatility clustering, and seasonality pat…

DenoisingTime Series

Multivariate Time Series Anomaly Detection using DiffGAN Model

2025-01-03 · Guangqiang Wu, Fu Zhang

In recent years, some researchers have applied diffusion models to multivariate time series anomaly detection. The partial diffusion strategy, which depends on the diffusion steps, is commonly used for anomaly detection …

Anomaly DetectionGenerative Adversarial NetworkmodelTime Series+1

A diffusion-based generative model for financial time series via geometric Brownian motion

2025-07-25 · Gihun Kim, Sun-Yong Choi, Yeoneung Kim arxiv

We propose a novel diffusion-based generative framework for financial time series that incorporates geometric Brownian motion (GBM), the foundation of the Black--Scholes theory, into the forward noising process. Unlike s…