paper-with-me

Papers

Instance Explainable Temporal Network For Multivariate Timeseries

2020-05-26 · Naveen Madiraju, Homa Karimabadi

Although deep networks have been widely adopted, one of their shortcomings has been their blackbox nature. One particularly difficult problem in machine learning is multivariate time series (MVTS) classification. MVTS data arise in many applications and are becoming ever more pervasive due to explosive growth of sensors and IoT devices. Here, we propose a novel network (IETNet) that identifies the important channels in the classification decision for each instance of inference. This feature also enables identification and removal of non-predictive variables which would otherwise lead to overfit and/or inaccurate model. IETNet is an end-to-end network that combines temporal feature extraction, variable selection, and joint variable interaction into a single learning framework. IETNet utilizes an 1D convolutions for temporal features, a novel channel gate layer for variable-class assignment using an attention layer to perform cross channel reasoning and perform classification objective. To gain insight into the learned temporal features and channels, we extract region of interest attention map along both time and channels. The viability of this network is demonstrated through a multivariate time series data from N body simulations and spacecraft sensor data.

📄 PDF Abstract BibTeX arXiv:2005.13037

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationTime SeriesTime Series AnalysisVariable Selection

Similar Papers 제목 키워드 기반

Autoregressive Convolutional Recurrent Neural Network for Univariate and Multivariate Time Series Prediction

2019-03-06 · Matteo Maggiolo, Gerasimos Spanakis

Time Series forecasting (univariate and multivariate) is a problem of high complexity due the different patterns that have to be detected in the input, ranging from high to low frequencies ones. In this paper we propose …

Time SeriesTime Series AnalysisTime Series ForecastingTime Series Prediction

Static Seeding and Clustering of LSTM Embeddings to Learn from Loosely Time-Decoupled Events

2022-08-26 · Christian Manasseh, Razvan Veliche, Jared Bennett, Hamilton Clouse

Humans learn from the occurrence of events in a different place and time to predict similar trajectories of events. We define Loosely Decoupled Timeseries (LDT) phenomena as two or more events that could happen in differ…

Clustering

Towards Explainable Sequential Learning

2025-05-29 · Giacomo Bergami, Emma Packer, Kirsty Scott, Silvia Del Din

This paper offers a hybrid explainable temporal data processing pipeline, DataFul Explainable MultivariatE coRrelatIonal Temporal Artificial inTElligence (EMeriTAte+DF), bridging numerical-driven temporal data classifica…

Time Series

Timeseries Anomaly Detection using Temporal Hierarchical One-Class Network

2020-12-01 · NeurIPS 2020 12 · Lifeng Shen, Zhuocong Li, James Kwok

Real-world timeseries have complex underlying temporal dynamics and the detection of anomalies is challenging. In this paper, we propose the Temporal Hierarchical One-Class (THOC) network, a temporal one-class classifica…

Anomaly DetectionClusteringOne-Class ClassificationRepresentation Learning

Temporal Saliency Detection Towards Explainable Transformer-based Timeseries Forecasting

2022-12-15 · Nghia Duong-Trung, Duc-Manh Nguyen, Danh Le-Phuoc

Despite the notable advancements in numerous Transformer-based models, the task of long multi-horizon time series forecasting remains a persistent challenge, especially towards explainability. Focusing on commonly used s…

DecoderSaliency DetectionTime SeriesTime Series Analysis+3