paper-with-me

Papers

CoGenCast: A Coupled Autoregressive-Flow Generative Framework for Time Series Forecasting

2026-02-03 · Yaguo Liu, Mingyue Cheng, Daoyu Wang, Xiaoyu Tao, Qi Liu arxiv

Time series forecasting can be viewed as a generative problem that requires both semantic understanding over contextual conditions and stochastic modeling of continuous temporal dynamics. Existing approaches typically rely on either autoregressive large language models (LLMs) for semantic context modeling or diffusion-like models for continuous probabilistic generation. However, neither method alone can adequately model both aspects simultaneously. In this work, we propose CoGenCast, a hybrid generative framework that couples pre-trained LLMs with flow-matching mechanism for effective time series forecasting. Specifically, we reconfigure pre-trained decoder-only LLMs into a native forecasting encoder-decoder backbone by modifying only the attention topology, enabling bidirectional context encoding and causal representation generation. Building on this, a flow-matching mechanism is further integrated to model temporal evolution, capturing continuous stochastic dynamics conditioned on the autoregressively generated representation. Notably, CoGenCast naturally supports multimodal forecasting and cross-domain unified training. Extensive experiments on multiple benchmarks show that CoGenCast achieves competitive performance compared to previous baselines. Code is available at https://github.com/liuyaguo/_CoGenCast.

📄 PDF Abstract BibTeX arXiv:2602.03564

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

Emerging Convolutions for Generative Normalizing Flows

2019-01-30 · Emiel Hoogeboom, Rianne van den Berg, Max Welling

Generative flows are attractive because they admit exact likelihood optimization and efficient image synthesis. Recently, Kingma & Dhariwal (2018) demonstrated with Glow that generative flows are capable of generating hi…

Image Generation

LAViG-FLOW: Latent Autoregressive Video Generation for Fluid Flow Simulations

2026-01-19 · Vittoria De Pellegrini, Tariq Alkhalifah arxiv

Modeling and forecasting subsurface multiphase fluid flow fields underpin applications ranging from geological CO2 sequestration (GCS) operations to geothermal production. This is essential for ensuring both operational …

Video Generation

Improved Variational Inference with Inverse Autoregressive Flow

2016-12-01 · NeurIPS 2016 12 · Durk P. Kingma, Tim Salimans, Rafal Jozefowicz, Xi Chen 외

The framework of normalizing flows provides a general strategy for flexible variational inference of posteriors over latent variables. We propose a new type of normalizing flow, inverse autoregressive flow (IAF), that, i…

Image GenerationVariational Inference

Improving Variational Inference with Inverse Autoregressive Flow

2016-06-15 · Diederik P. Kingma, Tim Salimans, Rafal Jozefowicz, Xi Chen 외

The framework of normalizing flows provides a general strategy for flexible variational inference of posteriors over latent variables. We propose a new type of normalizing flow, inverse autoregressive flow (IAF), that, i…

Variational Inference

FlowRefiner: Flow Matching-Based Iterative Refinement for 3D Turbulent Flow Simulation

2026-04-18 · Yilong Dai, Yiming Sun, Yiheng Chen, Shengyu Chen 외 arxiv

Accurate autoregressive prediction of 3D turbulent flows remains challenging for neural PDE solvers, as small errors in fine-scale structures can accumulate rapidly over rollout. In this paper, we propose FlowRefiner, a …