paper-with-me

Papers

Learning Soft Sparse Shapes for Efficient Time-Series Classification

2025-05-11 · Zhen Liu, Yicheng Luo, Boyuan Li, Emadeldeen Eldele, Min Wu, Qianli Ma

Shapelets are discriminative subsequences (or shapes) with high interpretability in time series classification. Due to the time-intensive nature of shapelet discovery, existing shapelet-based methods mainly focus on selecting discriminative shapes while discarding others to achieve candidate subsequence sparsification. However, this approach may exclude beneficial shapes and overlook the varying contributions of shapelets to classification performance. To this end, we propose a \textbf{Soft} sparse \textbf{Shape}s (\textbf{SoftShape}) model for efficient time series classification. Our approach mainly introduces soft shape sparsification and soft shape learning blocks. The former transforms shapes into soft representations based on classification contribution scores, merging lower-scored ones into a single shape to retain and differentiate all subsequence information. The latter facilitates intra- and inter-shape temporal pattern learning, improving model efficiency by using sparsified soft shapes as inputs. Specifically, we employ a learnable router to activate a subset of class-specific expert networks for intra-shape pattern learning. Meanwhile, a shared expert network learns inter-shape patterns by converting sparsified shapes into sequences. Extensive experiments show that SoftShape outperforms state-of-the-art methods and produces interpretable results.

📄 PDF Abstract BibTeX arXiv:2505.06892

Code (2)

ZLiu21/SoftShape 공식 구현 pytorch
qianlima-lab/SoftShape 공식 구현 pytorch

Tasks

ClassificationTime SeriesTime Series Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Learning Signal Temporal Logic through Neural Network for Interpretable Classification

2022-10-04 · Danyang Li, Mingyu Cai, Cristian-Ioan Vasile, Roberto Tron

Machine learning techniques using neural networks have achieved promising success for time-series data classification. However, the models that they produce are challenging to verify and interpret. In this paper, we prop…

ClassificationComputational EfficiencyTime SeriesTime Series Analysis

Time Series Based Network Intrusion Detection using MTF-Aided Transformer

2025-08-22 · Poorvi Joshi, Mohan Gurusamy arxiv

This paper introduces a novel approach to time series classification using a Markov Transition Field (MTF)-aided Transformer model, specifically designed for Software-Defined Networks (SDNs). The proposed model integrate…

Network Intrusion DetectionTime Series Classification

Dynamic Sparse Network for Time Series Classification: Learning What to "see''

2022-12-19 · Qiao Xiao, Boqian Wu, Yu Zhang, Shiwei Liu 외

The receptive field (RF), which determines the region of time series to be ``seen'' and used, is critical to improve the performance for time series classification (TSC). However, the variation of signal scales across an…

Time SeriesTime Series AnalysisTime Series Classification

Signal Quality Auditing for Time-series Data

2024-02-01 · Chufan Gao, Nicholas Gisolfi, Artur Dubrawski

Signal quality assessment (SQA) is required for monitoring the reliability of data acquisition systems, especially in AI-driven Predictive Maintenance (PMx) application contexts. SQA is vital for addressing "silent failu…

DenoisingTime Series

Soft Contrastive Learning for Time Series

2023-12-27 · Seunghan Lee, Taeyoung Park, Kibok Lee

Contrastive learning has shown to be effective to learn representations from time series in a self-supervised way. However, contrasting similar time series instances or values from adjacent timestamps within a time serie…

Anomaly DetectionContrastive LearningTime SeriesTransfer Learning