paper-with-me

Papers

Interpretable Categorization of Heterogeneous Time Series Data

2017-08-30 · Ritchie Lee, Mykel J. Kochenderfer, Ole J. Mengshoel, Joshua Silbermann

Understanding heterogeneous multivariate time series data is important in many applications ranging from smart homes to aviation. Learning models of heterogeneous multivariate time series that are also human-interpretable is challenging and not adequately addressed by the existing literature. We propose grammar-based decision trees (GBDTs) and an algorithm for learning them. GBDTs extend decision trees with a grammar framework. Logical expressions derived from a context-free grammar are used for branching in place of simple thresholds on attributes. The added expressivity enables support for a wide range of data types while retaining the interpretability of decision trees. In particular, when a grammar based on temporal logic is used, we show that GBDTs can be used for the interpretable classi cation of high-dimensional and heterogeneous time series data. Furthermore, we show how GBDTs can also be used for categorization, which is a combination of clustering and generating interpretable explanations for each cluster. We apply GBDTs to analyze the classic Australian Sign Language dataset as well as data on near mid-air collisions (NMACs). The NMAC data comes from aircraft simulations used in the development of the next-generation Airborne Collision Avoidance System (ACAS X).

📄 PDF Abstract BibTeX arXiv:1708.09121

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringCollision AvoidanceTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Heterogeneous Relational Kernel Learning

2019-08-24 · Andre T. Nguyen, Edward Raff

Recent work has developed Bayesian methods for the automatic statistical analysis and description of single time series as well as of homogeneous sets of time series data. We extend prior work to create an interpretable …

Anomaly DetectionClusteringTime SeriesTime Series Analysis

Time-RA: Towards Time Series Reasoning for Anomaly Diagnosis with LLM Feedback

2025-07-20 · Yiyuan Yang, Zichuan Liu, Lei Song, Kai Ying 외 arxiv

Time series anomaly detection (TSAD) has traditionally focused on binary classification and often lacks the fine-grained categorization and explanatory reasoning required for transparent decision-making. To address these…

Time Series Anomaly DetectionBinary ClassificationTime Series Analysis

N-BEATS-MOE: N-BEATS with a Mixture-of-Experts Layer for Heterogeneous Time Series Forecasting

2025-08-10 · Ricardo Matos, Luis Roque, Vitor Cerqueira arxiv

Deep learning approaches are increasingly relevant for time series forecasting tasks. Methods such as N-BEATS, which is built on stacks of multilayer perceptrons (MLPs) blocks, have achieved state-of-the-art results on b…

Time Series Forecasting

Fuzzy-MoE: Interpretable Regime-Conditioned Expert Routing for Non-Stationary Multivariate Time Series Forecasting

2026-08-21 · Lan Guo, Jie Xiao, Zhao Su, Jun Shen 외 arxiv

In non-stationary multivariate time series, different variables and samples often exhibit heterogeneous latent dynamic states, while existing deep forecasting models usually compress them into a unified end-to-end mappin…

Multivariate Time Series Forecasting

CICADA: Cross-Domain Interpretable Coding for Anomaly Detection and Adaptation in Multivariate Time Series

2025-05-01 · Tian Lan, YiFei Gao, Yimeng Lu, Chen Zhang

Unsupervised Time series anomaly detection plays a crucial role in applications across industries. However, existing methods face significant challenges due to data distributional shifts across different domains, which a…

Anomaly DetectionMeta-LearningMixture-of-ExpertsTime Series+1