paper-with-me

Papers

Multi-relational Graph Diffusion Neural Network with Parallel Retention for Stock Trends Classification

2024-01-05 · Zinuo You, Pengju Zhang, Jin Zheng, John Cartlidge

Stock trend classification remains a fundamental yet challenging task, owing to the intricate time-evolving dynamics between and within stocks. To tackle these two challenges, we propose a graph-based representation learning approach aimed at predicting the future movements of multiple stocks. Initially, we model the complex time-varying relationships between stocks by generating dynamic multi-relational stock graphs. This is achieved through a novel edge generation algorithm that leverages information entropy and signal energy to quantify the intensity and directionality of inter-stock relations on each trading day. Then, we further refine these initial graphs through a stochastic multi-relational diffusion process, adaptively learning task-optimal edges. Subsequently, we implement a decoupled representation learning scheme with parallel retention to obtain the final graph representation. This strategy better captures the unique temporal features within individual stocks while also capturing the overall structure of the stock graph. Comprehensive experiments conducted on real-world datasets from two US markets (NASDAQ and NYSE) and one Chinese market (Shanghai Stock Exchange: SSE) validate the effectiveness of our method. Our approach consistently outperforms state-of-the-art baselines in forecasting next trading day stock trends across three test periods spanning seven years. Datasets and code have been released (https://github.com/pixelhero98/MGDPR).

📄 PDF Abstract BibTeX arXiv:2401.05430

Code (1)

pixelhero98/mgdpr 공식 구현 pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Joint Relational Database Generation via Graph-Conditional Diffusion Models

2025-05-22 · Mohamed Amine Ketata, David Lüdke, Leo Schwinn, Stephan Günnemann

Building generative models for relational databases (RDBs) is important for applications like privacy-preserving data release and augmenting real datasets. However, most prior work either focuses on single-table generati…

Graph Neural NetworkImputationPrivacy Preserving

Rel-HNN: Split Parallel Hypergraph Neural Network for Learning on Relational Databases

2025-07-16 · Md. Tanvir Alam, Md. Ahasanul Alam, Md Mahmudur Rahman, Md. Mosaddek Khan arxiv

Relational databases (RDBs) are ubiquitous in enterprise and real-world applications. Flattening the database poses challenges for deep learning models that rely on fixed-size input representations to capture relational …

Graph Retention Networks for Dynamic Graphs

2024-11-18 · Qian Chang, Xia Li, Xiufeng Cheng

In this work, we propose Graph Retention Network as a unified architecture for deep learning on dynamic graphs. The GRN extends the core computational manner of retention to dynamic graph data as graph retention, which e…

GPUGraph Learning

GPU-accelerated Multi-relational Parallel Graph Retrieval for Web-scale Recommendations

2025-02-17 · Zhuoning Guo, Guangxing Chen, Qian Gao, Xiaochao Liao 외

Web recommendations provide personalized items from massive catalogs for users, which rely heavily on retrieval stages to trade off the effectiveness and efficiency of selecting a small relevant set from billion-scale ca…

GPUMetric LearningRetrieval

Diffusion-Convolutional Neural Networks

2015-11-06 · NeurIPS 2016 12 · James Atwood, Don Towsley

We present diffusion-convolutional neural networks (DCNNs), a new model for graph-structured data. Through the introduction of a diffusion-convolution operation, we show how diffusion-based representations can be learned…

ClassificationGeneral ClassificationGPUNode Classification