paper-with-me

Papers

Perceiver-based CDF Modeling for Time Series Forecasting

2023-10-03 · Cat P. Le, Chris Cannella, Ali Hasan, Yuting Ng, Vahid Tarokh

Transformers have demonstrated remarkable efficacy in forecasting time series data. However, their extensive dependence on self-attention mechanisms demands significant computational resources, thereby limiting their practical applicability across diverse tasks, especially in multimodal problems. In this work, we propose a new architecture, called perceiver-CDF, for modeling cumulative distribution functions (CDF) of time series data. Our approach combines the perceiver architecture with a copula-based attention mechanism tailored for multimodal time series prediction. By leveraging the perceiver, our model efficiently transforms high-dimensional and multimodal data into a compact latent space, thereby significantly reducing computational demands. Subsequently, we implement a copula-based attention mechanism to construct the joint distribution of missing data for prediction. Further, we propose an output variance testing mechanism to effectively mitigate error propagation during prediction. To enhance efficiency and reduce complexity, we introduce midpoint inference for the local attention mechanism. This enables the model to efficiently capture dependencies within nearby imputed samples without considering all previous samples. The experiments on the unimodal and multimodal benchmarks consistently demonstrate a 20% improvement over state-of-the-art methods while utilizing less than half of the computational resources.

📄 PDF Abstract BibTeX arXiv:2310.01720

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionTime SeriesTime Series ForecastingTime Series Prediction

Similar Papers 제목 키워드 기반

TimePerceiver: An Encoder-Decoder Framework for Generalized Time-Series Forecasting

2025-12-27 · Jaebin Lee, Hankook Lee arxiv

In machine learning, effective modeling requires a holistic consideration of how to encode inputs, make predictions (i.e., decoding), and train the model. However, in time-series forecasting, prior work has predominantly…

Transformers predicting the future. Applying attention in next-frame and time series forecasting

2021-08-18 · Radostin Cholakov, Todor Kolev

Recurrent Neural Networks were, until recently, one of the best ways to capture the timely dependencies in sequences. However, with the introduction of the Transformer, it has been proven that an architecture with only a…

Dimensionality ReductionTime SeriesTime Series AnalysisTime Series Forecasting

COPER: Continuous Patient State Perceiver

2022-08-05 · Vinod Kumar Chauhan, Anshul Thakur, Odhran O'Donoghue, David A. Clifton

In electronic health records (EHRs), irregular time-series (ITS) occur naturally due to patient health dynamics, reflected by irregular hospital visits, diseases/conditions and the necessity to measure different vitals s…

Irregular Time SeriesMortality PredictionTime SeriesTime Series Analysis

TimeGym: Debugging for Time Series Modeling in Python

2021-05-04 · Diogo Seca

We introduce the TimeGym Forecasting Debugging Toolkit, a Python library for testing and debugging time series forecasting pipelines. TimeGym simplifies the testing forecasting pipeline by providing generic tests for for…

test driven developmentTime SeriesTime Series AnalysisTime Series Forecasting

An Introductory Study on Time Series Modeling and Forecasting

2013-02-26 · Ratnadip Adhikari, R. K. Agrawal

Time series modeling and forecasting has fundamental importance to various practical domains. Thus a lot of active research works is going on in this subject during several years. Many important models have been proposed…

Time SeriesTime Series AnalysisTime Series Forecasting