paper-with-me

Papers

Regularized Graph Structure Learning with Semantic Knowledge for Multi-variates Time-Series Forecasting

2022-10-12 · Hongyuan Yu, Ting Li, Weichen Yu, Jianguo Li, Yan Huang, Liang Wang, Alex Liu

Multivariate time-series forecasting is a critical task for many applications, and graph time-series network is widely studied due to its capability to capture the spatial-temporal correlation simultaneously. However, most existing works focus more on learning with the explicit prior graph structure, while ignoring potential information from the implicit graph structure, yielding incomplete structure modeling. Some recent works attempt to learn the intrinsic or implicit graph structure directly while lacking a way to combine explicit prior structure with implicit structure together. In this paper, we propose Regularized Graph Structure Learning (RGSL) model to incorporate both explicit prior structure and implicit structure together, and learn the forecasting deep networks along with the graph structure. RGSL consists of two innovative modules. First, we derive an implicit dense similarity matrix through node embedding, and learn the sparse graph structure using the Regularized Graph Generation (RGG) based on the Gumbel Softmax trick. Second, we propose a Laplacian Matrix Mixed-up Module (LM3) to fuse the explicit graph and implicit graph together. We conduct experiments on three real-word datasets. Results show that the proposed RGSL model outperforms existing graph forecasting algorithms with a notable margin, while learning meaningful graph structure simultaneously. Our code and models are made publicly available at https://github.com/alipay/RGSL.git.

📄 PDF Abstract BibTeX arXiv:2210.06126

Code (1)

alipay/rgsl 공식 구현 pytorch

Tasks

Graph GenerationGraph structure learningMultivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Gumbel Softmax 설명 없음
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$…

Similar Papers 제목 키워드 기반

KEEP: Integrating Medical Ontologies with Clinical Data for Robust Code Embeddings

2025-10-06 · Ahmed Elhussein, Paul Meddeb, Abigail Newbury, Jeanne Mirone 외 arxiv

Machine learning in healthcare requires effective representation of structured medical codes, but current methods face a trade off: knowledge graph based approaches capture formal relationships but miss real world patter…

Knowledge Graphs

A Graph Regularized Deep Neural Network for Unsupervised Image Representation Learning

2017-07-01 · CVPR 2017 7 · Shijie Yang, Liang Li, Shuhui Wang, Weigang Zhang 외

Deep Auto-Encoder (DAE) has shown its promising power in high-level representation learning. From the perspective of manifold learning, we propose a graph regularized deep neural network (GR-DNN) to endue traditional DAE…

Representation Learning

Graph Multiview Canonical Correlation Analysis

2018-11-29 · Jia Chen, Gang Wang, Georgios B. Giannakis

Multiview canonical correlation analysis (MCCA) seeks latent low-dimensional representations encountered with multiview data of shared entities (a.k.a. common sources). However, existing MCCA approaches do not exploit th…

Multiple graph regularized protein domain ranking

2012-08-18 · Jim Jing-Yan Wang, Halima Bensmail, Xin Gao

Background Protein domain ranking is a fundamental task in structural biology. Most protein domain ranking methods rely on the pairwise comparison of protein domains while neglecting the global manifold structure of the …

Decoupling and Damping: Structurally-Regularized Gradient Matching for Multimodal Graph Condensation

2025-11-25 · Lian Shen, Zhendan Chen, Meijia Song, Yinhui jiang 외 arxiv

In multimodal graph learning, graph structures that integrate information from multiple sources, such as vision and text, can more comprehensively model complex entity relationships. However, the continuous growth of the…

Graph Learning