Graph Signal Generative Diffusion Models

📅 2025-09-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
To address the challenges of uncertainty modeling and tail-event detection in stock price forecasting, this paper proposes U-GNN—a graph neural network framework integrated with a denoising diffusion process. U-GNN employs a U-shaped encoder-decoder architecture incorporating multi-scale graph convolutions, cross-layer skip connections, and zero-padding graph pooling. This design enables hierarchical node representation learning and interpretable probabilistic generation without distorting the original graph topology. Crucially, zero-padding pooling avoids structural distortion inherent in conventional graph coarsening, preserving consistency between deep-layer features and local neighborhoods in the input graph. Empirical evaluation on probabilistic stock price prediction demonstrates that U-GNN significantly outperforms deterministic baselines, achieving superior characterization of market volatility and extreme risks. These results validate its effectiveness and practicality for uncertainty-aware modeling of financial time series.

Technology Category

Application Category

📝 Abstract
We introduce U-shaped encoder-decoder graph neural networks (U-GNNs) for stochastic graph signal generation using denoising diffusion processes. The architecture learns node features at different resolutions with skip connections between the encoder and decoder paths, analogous to the convolutional U-Net for image generation. The U-GNN is prominent for a pooling operation that leverages zero-padding and avoids arbitrary graph coarsening, with graph convolutions layered on top to capture local dependencies. This technique permits learning feature embeddings for sampled nodes at deeper levels of the architecture that remain convolutional with respect to the original graph. Applied to stock price prediction -- where deterministic forecasts struggle to capture uncertainties and tail events that are paramount -- we demonstrate the effectiveness of the diffusion model in probabilistic forecasting of stock prices.
Problem

Research questions and friction points this paper is trying to address.

U-GNNs generate stochastic graph signals using diffusion
The model learns multi-resolution node features with skip connections
It performs probabilistic forecasting of stock prices to capture uncertainties
Innovation

Methods, ideas, or system contributions that make the work stand out.

U-shaped encoder-decoder graph neural networks
Denoising diffusion processes for signal generation
Pooling with zero-padding avoids graph coarsening
🔎 Similar Papers
No similar papers found.