paper-with-me

홈 › Papers

Discrete Event, Continuous Time RNNs

2017-10-11 · Michael C. Mozer, Denis Kazakov, Robert V. Lindsey

We investigate recurrent neural network architectures for event-sequence processing. Event sequences, characterized by discrete observations stamped with continuous-valued times of occurrence, are challenging due to the potentially wide dynamic range of relevant time scales as well as interactions between time scales. We describe four forms of inductive bias that should benefit architectures for event sequences: temporal locality, position and scale homogeneity, and scale interdependence. We extend the popular gated recurrent unit (GRU) architecture to incorporate these biases via intrinsic temporal dynamics, obtaining a continuous-time GRU. The CT-GRU arises by interpreting the gates of a GRU as selecting a time scale of memory, and the CT-GRU generalizes the GRU by incorporating multiple time scales of memory and performing context-dependent selection of time scales for information storage and retrieval. Event time-stamps drive decay dynamics of the CT-GRU, whereas they serve as generic additional inputs to the GRU. Despite the very different manner in which the two models consider time, their performance on eleven data sets we examined is essentially identical. Our surprising results point both to the robustness of GRU and LSTM architectures for handling continuous time, and to the potency of incorporating continuous dynamics into neural architectures.

📄 PDF Abstract BibTeX arXiv:1710.04110

Code (1)

raminmh/liquid_time_constant_networks tf

Tasks

Inductive BiasRetrieval

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Continuous-Time Piecewise-Linear Recurrent Neural Networks

2026-02-17 · Alena Brändle, Lukas Eisenmann, Florian Götz, Daniel Durstewitz arxiv

In dynamical systems reconstruction (DSR) we aim to recover the dynamical system (DS) underlying observed time series. Specifically, we aim to learn a generative surrogate model which approximates the underlying, data-ge…

Continuous Depth Recurrent Neural Differential Equations

2022-12-28 · Srinivas Anumasa, Geetakrishnasai Gunapati, P. K. Srijith

Recurrent neural networks (RNNs) have brought a lot of advancements in sequence labeling tasks and sequence data. However, their effectiveness is limited when the observations in the sequence are irregularly sampled, whe…

Hawkes Process Based on Controlled Differential Equations

2023-05-09 · Minju Jo, Seungji Kook, Noseong Park

Hawkes processes are a popular framework to model the occurrence of sequential events, i.e., occurrence dynamics, in several fields such as social diffusion. In real-world scenarios, the inter-arrival time among events i…

Irregular Time SeriesPoint ProcessesTime Series

INFERENCE, PREDICTION, AND ENTROPY RATE OF CONTINUOUS-TIME, DISCRETE-EVENT PROCESSES

2020-01-01 · ICLR 2020 1 · Sarah Marzen, James P. Crutchfield

The inference of models, prediction of future symbols, and entropy rate estimation of discrete-time, discrete-event processes is well-worn ground. However, many time series are better conceptualized as continuous-time, d…

PredictionTime SeriesTime Series Analysis

Short Term Blood Glucose Prediction based on Continuous Glucose Monitoring Data

2020-02-06 · Ali Mohebbi, Alexander R. Johansen, Nicklas Hansen, Peter E. Christensen 외

Continuous Glucose Monitoring (CGM) has enabled important opportunities for diabetes management. This study explores the use of CGM data as input for digital decision support tools. We investigate how Recurrent Neural Ne…

ManagementPredictionTime SeriesTime Series Analysis+1