paper-with-me

Papers

FIBS: A Generic Framework for Classifying Interval-based Temporal Sequences

2019-12-19 · S. Mohammad Mirbagheri, Howard J. Hamilton

We study the problem of classifying interval-based temporal sequences (IBTSs). Since common classification algorithms cannot be directly applied to IBTSs, the main challenge is to define a set of features that effectively represents the data such that classifiers can be applied. Most prior work utilizes frequent pattern mining to define a feature set based on discovered patterns. However, frequent pattern mining is computationally expensive and often discovers many irrelevant patterns. To address this shortcoming, we propose the FIBS framework for classifying IBTSs. FIBS extracts features relevant to classification from IBTSs based on relative frequency and temporal relations. To avoid selecting irrelevant features, a filter-based selection strategy is incorporated into FIBS. Our empirical evaluation on eight real-world datasets demonstrates the effectiveness of our methods in practice. The results provide evidence that FIBS effectively represents IBTSs for classification algorithms, which contributes to similar or significantly better accuracy compared to state-of-the-art competitors. It also suggests that the feature selection strategy is beneficial to FIBS's performance.

📄 PDF Abstract BibTeX arXiv:1912.09445

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationfeature selectionGeneral ClassificationTemporal Sequences

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Looking for the Bottleneck in Fine-grained Temporal Relation Classification

2026-04-27 · Hugo Sousa, Ricardo Campos, Alípio Jorge arxiv

Temporal relation classification is the task of determining the temporal relation between pairs of temporal entities in a text. Despite recent advancements in natural language processing, temporal relation classification…

Temporal Relation Classification

Adaptive Classification of Interval-Valued Time Series

2025-04-04 · Wan Tian, Zhongfeng Qin

In recent years, the modeling and analysis of interval-valued time series have garnered significant attention in the fields of econometrics and statistics. However, the existing literature primarily focuses on regression…

ClassificationEconometricsFine-Grained Image Classificationimage-classification+3

Uncertainty-Aware Signal Temporal Logic Inference

2021-05-24 · Nasim Baharisangari, Jean-Raphaël Gaglione, Daniel Neider, Ufuk Topcu 외

Temporal logic inference is the process of extracting formal descriptions of system behaviors from data in the form of temporal logic formulas. The existing temporal logic inference methods mostly neglect uncertainties i…

Recurrent Multi-Graph Neural Networks for Travel Cost Prediction

2018-11-13 · Jilin Hu, Chenjuan Guo, Bin Yang, Christian S. Jensen 외

Origin-destination (OD) matrices are often used in urban planning, where a city is partitioned into regions and an element (i, j) in an OD matrix records the cost (e.g., travel time, fuel consumption, or travel speed) fr…

Prediction

Implementation and Evaluation of a Multivariate Abstraction-Based, Interval-Based Dynamic Time-Warping Method as a Similarity Measure for Longitudinal Medical Records

2021-05-18 · Yuval Shahar, Matan Lion

We extended dynamic time warping (DTW) into interval-based dynamic time warping (iDTW), including (A) interval-based representation (iRep): [1] abstracting raw, time-stamped data into interval-based abstractions, [2] com…

Dynamic Time Warping