paper-with-me

홈 › Papers

Causal and Local Correlations Based Network for Multivariate Time Series Classification

2024-11-27 · Mingsen Du, Yanxuan Wei, Xiangwei Zheng, Cun Ji

Recently, time series classification has attracted the attention of a large number of researchers, and hundreds of methods have been proposed. However, these methods often ignore the spatial correlations among dimensions and the local correlations among features. To address this issue, the causal and local correlations based network (CaLoNet) is proposed in this study for multivariate time series classification. First, pairwise spatial correlations between dimensions are modeled using causality modeling to obtain the graph structure. Then, a relationship extraction network is used to fuse local correlations to obtain long-term dependency features. Finally, the graph structure and long-term dependency features are integrated into the graph neural network. Experiments on the UEA datasets show that CaLoNet can obtain competitive performance compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2411.18008

Code (1)

dumingsen/calonet 공식 구현 pytorch

Tasks

Graph Neural NetworkTime SeriesTime Series Classification

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 설명 없음

Similar Papers 제목 키워드 기반

Causal Patterns: Extraction of multiple causal relationships by Mixture of Probabilistic Partial Canonical Correlation Analysis

2017-12-12 · Hiroki Mori, Keisuke Kawano, Hiroki Yokoyama

In this paper, we propose a mixture of probabilistic partial canonical correlation analysis (MPPCCA) that extracts the Causal Patterns from two multivariate time series. Causal patterns refer to the signal patterns withi…

Time SeriesTime Series Analysis

Cluster-Aware Causal Mixer for Online Anomaly Detection in Multivariate Time Series

2025-05-30 · Md Mahmuddun Nabi Murad, Yasin Yilmaz

Early and accurate detection of anomalies in time series data is critical, given the significant risks associated with false or missed detections. While MLP-based mixer models have shown promise in time series analysis, …

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

A Pattern Discovery Approach to Multivariate Time Series Forecasting

2022-12-20 · Yunyao Cheng, Chenjuan Guo, KaiXuan Chen, Kai Zhao 외

Multivariate time series forecasting constitutes important functionality in cyber-physical systems, whose prediction accuracy can be improved significantly by capturing temporal and multivariate correlations among multip…

DiversityMultivariate Time Series ForecastingTime SeriesTime Series Analysis+1

Causal Discovery with Inverted Self-attention for Multivariate Time Series

2026-07-30 · Yusen Liu, Yong Wang, Yifan Yin, Tianqing Zhu 외 arxiv

Causal discovery in multivariate time series data is challenging due to complex interactions, high dimensionality, and nonlinear dependencies among variables. Existing methods often struggle to capture these complexities…

Causal Disentanglement Learning for Accurate Anomaly Detection in Multivariate Time Series

2025-10-13 · Wonah Kim, Jeonghyeon Park, Dongsan Jun, Jungkyu Han 외 arxiv

Disentangling complex causal relationships is important for accurate detection of anomalies. In multivariate time series analysis, dynamic interactions among data variables over time complicate the interpretation of caus…

Graph Representation LearningTime Series AnalysisAnomaly Detection