paper-with-me

Papers

tsflex: flexible time series processing & feature extraction

2021-11-24 · Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost, Sofie Van Hoecke

Time series processing and feature extraction are crucial and time-intensive steps in conventional machine learning pipelines. Existing packages are limited in their applicability, as they cannot cope with irregularly-sampled or asynchronous data and make strong assumptions about the data format. Moreover, these packages do not focus on execution speed and memory efficiency, resulting in considerable overhead. We present $\texttt{tsflex}$, a Python toolkit for time series processing and feature extraction, that focuses on performance and flexibility, enabling broad applicability. This toolkit leverages window-stride arguments of the same data type as the sequence-index, and maintains the sequence-index through all operations. $\texttt{tsflex}$ is flexible as it supports (1) multivariate time series, (2) multiple window-stride configurations, and (3) integrates with processing and feature functions from other packages, while (4) making no assumptions about the data sampling regularity, series alignment, and data type. Other functionalities include multiprocessing, detailed execution logging, chunking sequences, and serialization. Benchmarks show that $\texttt{tsflex}$ is faster and more memory-efficient compared to similar packages, while being more permissive and flexible in its utilization.

📄 PDF Abstract BibTeX arXiv:2111.12429

Code (1)

predict-idlab/tsflex 공식 구현

Tasks

ChunkingTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Graph Neural Alchemist: An innovative fully modular architecture for time series-to-graph classification

2024-10-12 · Paulo Coelho, Raul Araju, Luís Ramos, Samir Saliba 외

This paper introduces a novel Graph Neural Network (GNN) architecture for time series classification, based on visibility graph representations. Traditional time series classification methods often struggle with high com…

Graph ClassificationGraph Neural NetworkTime SeriesTime Series Analysis+1

Sparse learned kernels for interpretable and efficient medical time series processing

2023-07-06 · Sully F. Chen, Zhicheng Guo, Cheng Ding, Xiao Hu 외

Rapid, reliable, and accurate interpretation of medical time-series signals is crucial for high-stakes clinical decision-making. Deep learning methods offered unprecedented performance in medical signal processing but at…

Artifact DetectionAtrial Fibrillation DetectionDecision MakingPhotoplethysmography (PPG)+1

Continuous Time Evidential Distributions for Irregular Time Series

2023-07-25 · Taylor W. Killian, Haoran Zhang, Thomas Hartvigsen, Ava P. Amini

Prevalent in many real-world settings such as healthcare, irregular time series are challenging to formulate predictions from. It is difficult to infer the value of a feature at any given time when observations are spora…

Irregular Time SeriesTime SeriesTime Series Classification

Similarity Preserving Representation Learning for Time Series Clustering

2017-02-12 · Qi Lei, Jin-Feng Yi, Roman Vaculin, Lingfei Wu 외

A considerable amount of clustering algorithms take instance-feature matrices as their inputs. As such, they cannot directly analyze time series data due to its temporal nature, usually unequal lengths, and complex prope…

ClusteringRepresentation LearningTime SeriesTime Series Analysis+1

UmambaTSF: A U-shaped Multi-Scale Long-Term Time Series Forecasting Method Using Mamba

2024-10-15 · Li Wu, Wenbin Pei, Jiulong Jiao, Qiang Zhang

Multivariate Time series forecasting is crucial in domains such as transportation, meteorology, and finance, especially for predicting extreme weather events. State-of-the-art methods predominantly rely on Transformer ar…

DecoderMambaMultivariate Time Series ForecastingState Space Models+2