paper-with-me

Papers

Structured Time Series Prediction without Structural Prior

2022-02-07 · Darko Drakulic, Jean-Marc Andreoli

Time series prediction is a widespread and well studied problem with applications in many domains (medical, geoscience, network analysis, finance, econometry etc.). In the case of multivariate time series, the key to good performances is to properly capture the dependencies between the variates. Often, these variates are structured, i.e. they are localised in an abstract space, usually representing an aspect of the physical world, and prediction amounts to a form of diffusion of the information across that space over time. Several neural network models of diffusion have been proposed in the literature. However, most of the existing proposals rely on some a priori knowledge on the structure of the space, usually in the form of a graph weighing the pairwise diffusion capacity of its points. We argue that this piece of information can often be dispensed with, since data already contains the diffusion capacity information, and in a more reliable form than that obtained from the usually largely hand-crafted graphs. We propose instead a fully data-driven model which does not rely on such a graph, nor any other prior structural information. We conduct a first set of experiments to measure the impact on performance of a structural prior, as used in baseline models, and show that, except at very low data levels, it remains negligible, and beyond a threshold, it may even become detrimental. We then investigate, through a second set of experiments, the capacity of our model in two respects: treatment of missing data and domain adaptation.

📄 PDF Abstract BibTeX arXiv:2202.03539

Code (1)

radandreicristian/adn pytorch

Tasks

Domain AdaptationPredictionTime SeriesTime Series AnalysisTime Series PredictionTraffic Prediction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Class Conditional Time Series Generation with Structured Noise Space GAN

2023-12-20 · Hamidreza Gholamrezaei, Alireza Koochali, Andreas Dengel, Sheraz Ahmed

This paper introduces Structured Noise Space GAN (SNS-GAN), a novel approach in the field of generative modeling specifically tailored for class-conditional generation in both image and time series data. It addresses the…

Time SeriesTime Series Generation

Prediction of hierarchical time series using structured regularization and its application to artificial neural networks

2020-07-30 · Tomokaze Shiratori, Ken Kobayashi, Yuichi Takano

This paper discusses the prediction of hierarchical time series, where each upper-level time series is calculated by summing appropriate lower-level time series. Forecasts for such hierarchical time series should be cohe…

Computational EfficiencyPredictionTime SeriesTime Series Analysis+1

Trio: Learning Time-Series Forecasting with Temporal-Spatial-Sample Attention and Structural Causal Priors

2026-06-05 · Tao Chen, Yexu Zhou, Zhi Gong, Hengwei He 외 arxiv

Multivariate time-series forecasting requires models to reason over temporal dynamics, cross-variable dependencies, and historical input-output correspondences. Recent Prior-Data Fitted Networks (PFNs) suggest that synth…

Resource Constrained Structured Prediction

2016-02-28 · Tolga Bolukbasi, Kai-Wei Chang, Joseph Wang, Venkatesh Saligrama

We study the problem of structured prediction under test-time budget constraints. We propose a novel approach applicable to a wide range of structured prediction problems in computer vision and natural language processin…

Dependency ParsingOptical Character RecognitionOptical Character Recognition (OCR)Prediction+1

From Numbers to Prompts: A Cognitive Symbolic Transition Mechanism for Lightweight Time-Series Forecasting

2026-01-23 · Namkyung Yoon, Hwangnam Kim arxiv

Large language models have achieved remarkable success in time series prediction tasks, but their substantial computational and memory requirements limit deployment on lightweight platforms. In this paper, we propose the…

Time Series PredictionPrompt Engineering