paper-with-me

홈 › Papers

An Event based Prediction Suffix Tree

2023-10-20 · Evie Andrew, Travis Monk, André van Schaik

This article introduces the Event based Prediction Suffix Tree (EPST), a biologically inspired, event-based prediction algorithm. The EPST learns a model online based on the statistics of an event based input and can make predictions over multiple overlapping patterns. The EPST uses a representation specific to event based data, defined as a portion of the power set of event subsequences within a short context window. It is explainable, and possesses many promising properties such as fault tolerance, resistance to event noise, as well as the capability for one-shot learning. The computational features of the EPST are examined in a synthetic data prediction task with additive event noise, event jitter, and dropout. The resulting algorithm outputs predicted projections for the near term future of the signal, which may be applied to tasks such as event based anomaly detection or pattern recognition.

📄 PDF Abstract BibTeX arXiv:2310.14944

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionOne-Shot LearningPrediction

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Complex Event Forecasting with Prediction Suffix Trees: Extended Technical Report

2021-09-01 · Elias Alevizos, Alexander Artikis, Georgios Paliouras

Complex Event Recognition (CER) systems have become popular in the past two decades due to their ability to "instantly" detect patterns on real-time streams of events. However, there is a lack of methods for forecasting …

Self-Bounded Prediction Suffix Tree via Approximate String Matching

2018-02-09 · ICML 2018 7 · Dongwoo Kim, Christian Walder

Prediction suffix trees (PST) provide an effective tool for sequence modelling and prediction. Current prediction techniques for PSTs rely on exact matching between the suffix of the current sequence and the previously o…

Prediction

Learning Partially Observable Models Using Temporally Abstract Decision Trees

2012-12-01 · NeurIPS 2012 12 · Erik Talvitie

This paper introduces timeline trees, which are partial models of partially observable environments. Timeline trees are given some specific predictions to make and learn a decision tree over history. The main idea of tim…

A Deep Adversarial Model for Suffix and Remaining Time Prediction of Event Sequences

2021-02-15 · Farbod Taymouri, Marcello La Rosa, Sarah M. Erfani

Event suffix and remaining time prediction are sequence to sequence learning tasks. They have wide applications in different areas such as economics, digital health, business process management and IT infrastructure moni…

DecoderManagementPrediction

Suffix Trees as Language Models

2012-05-01 · LREC 2012 5 · Casey Redd Kennington, Martin Kay, Annemarie Friedrich

Suffix trees are data structures that can be used to index a corpus. In this paper, we explore how some properties of suffix trees naturally provide the functionality of an n-gram language model with variable n. We expla…

Information RetrievalLanguage ModelingLanguage ModellingMachine Translation+2