Graph Generation Powered with LLMs for Boosting Multivariate Time-Series Representation Learning
Yucheng Wang, Min Wu, Ruibing Jin, Xiaoli Li, Lihua Xie, Zhenghua Chen
TL;DR
The paper tackles the problem of biased graph generation for multivariate time-series (MTS) data by introducing K-Link, a framework that leverages a Knowledge-Link graph derived from Large Language Models (LLMs) to inject universal sensor knowledge into graph construction. It pairs a knowledge-link branch, built from sensor- and label-level prompts, with a graph-alignment module that transfers knowledge to MTS graphs through sensor-level and label-level node alignments and edge alignment, optimizing a combined loss L = L_D + λ_S L_S + λ_L L_L + λ_E L_E. Empirical results across regression (e.g., CMAPSS FD002/FD004) and classification tasks (HAR, ISRUC, WISDM, etc.) show that K-Link consistently outperforms state-of-the-art baselines and domain-specific methods, with ablations confirming the importance of knowledge-link components and alignments. The approach demonstrates that incorporating structured, universal knowledge from LLMs can markedly improve graph quality and downstream representation learning, offering better generalization and practical applicability for sensor networks and MTS tasks.
Abstract
Sourced from multiple sensors and organized chronologically, Multivariate Time-Series (MTS) data involves crucial spatial-temporal dependencies. To capture these dependencies, Graph Neural Networks (GNNs) have emerged as powerful tools. As explicit graphs are not inherent to MTS data, graph generation becomes a critical first step in adapting GNNs to this domain. However, existing approaches often rely solely on the data itself for MTS graph generation, leaving them vulnerable to biases from small training datasets. This limitation hampers their ability to construct effective graphs, undermining the accurate modeling of underlying dependencies in MTS data and reducing GNN performance in this field. To address this challenge, we propose a novel framework, K-Link, leveraging the extensive universal knowledge encoded in Large Language Models (LLMs) to reduce biases for powered MTS graph generation. To harness the knowledge within LLMs, such as physical principles, we design and extract a \textit{Knowledge-Link graph} that captures universal knowledge of sensors and their linkage. To empower MTS graph generation with the knowledge-link graph, we further introduce a graph alignment module that transfers universal knowledge from the knowledge-link graph to the graph generated from MTS data. This enhances the MTS graph quality, ensuring effective representation learning for MTS data. Extensive experiments demonstrate the efficacy of K-Link for superior performance on various MTS tasks.
