paper-with-me

Papers

Heterogeneous Relationships of Subjects and Shapelets for Semi-supervised Multivariate Series Classification

2024-11-27 · Mingsen Du, Meng Chen, Yongjian Li, Cun Ji, Shoushui Wei

Multivariate time series (MTS) classification is widely applied in fields such as industry, healthcare, and finance, aiming to extract key features from complex time series data for accurate decision-making and prediction. However, existing methods for MTS often struggle due to the challenges of effectively modeling high-dimensional data and the lack of labeled data, resulting in poor classification performance. To address this issue, we propose a heterogeneous relationships of subjects and shapelets method for semi-supervised MTS classification. This method offers a novel perspective by integrating various types of additional information while capturing the relationships between them. Specifically, we first utilize a contrast temporal self-attention module to obtain sparse MTS representations, and then model the similarities between these representations using soft dynamic time warping to construct a similarity graph. Secondly, we learn the shapelets for different subject types, incorporating both the subject features and their shapelets as additional information to further refine the similarity graph, ultimately generating a heterogeneous graph. Finally, we use a dual level graph attention network to get prediction. Through this method, we successfully transform dataset into a heterogeneous graph, integrating multiple additional information and achieving precise semi-supervised node classification. Experiments on the Human Activity Recognition, sleep stage classification and University of East Anglia datasets demonstrate that our method outperforms current state-of-the-art methods in MTS classification tasks, validating its superiority.

📄 PDF Abstract BibTeX arXiv:2411.18043

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionClassificationDynamic Time WarpingGraph AttentionHuman Activity RecognitionNode ClassificationTime Series

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

Similar Papers 제목 키워드 기반

SE-shapelets: Semi-supervised Clustering of Time Series Using Representative Shapelets

2023-04-06 · Borui Cai, Guangyan Huang, Shuiqiao Yang, Yong Xiang 외

Shapelets that discriminate time series using local features (subsequences) are promising for time series clustering. Existing time series clustering methods may fail to capture representative shapelets because they disc…

ClusteringTime SeriesTime Series Clustering

RTFN: Robust Temporal Feature Network

2020-08-18 · Zhiwen Xiao, Xin Xu, Huanlai Xing, Juan Chen

Time series analysis plays a vital role in various applications, for instance, healthcare, weather prediction, disaster forecast, etc. However, to obtain sufficient shapelets by a feature network is still challenging. To…

ClusteringTime SeriesTime Series Analysis

A Unified Framework for Heterogeneous Semi-supervised Learning

2025-01-01 · CVPR 2025 1 · Marzi Heidari, Abdullah Alchihabi, Hao Yan, Yuhong Guo

In this work, we introduce a novel problem setup termed as Heterogeneous Semi-Supervised Learning (HSSL), which presents unique challenges by bridging the semi-supervised learning (SSL) task and the unsupervised doma…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

AUTOSHAPE: An Autoencoder-Shapelet Approach for Time Series Clustering

2022-08-06 · Guozhong Li, Byron Choi, Jianliang Xu, Sourav S Bhowmick 외

Time series shapelets are discriminative subsequences that have been recently found effective for time series clustering (TSC). The shapelets are convenient for interpreting the clusters. Thus, the main challenge for TSC…

ClusteringRepresentation LearningTime SeriesTime Series Analysis+1

ShapeX: Shapelet-Driven Post Hoc Explanations for Time Series Classification Models

2025-10-23 · Bosong Huang, Ming Jin, Yuxuan Liang, Johan Barthelemy 외 arxiv

Explaining time series classification models is crucial, particularly in high-stakes applications such as healthcare and finance, where transparency and trust play a critical role. Although numerous time series classific…

Time Series Classification