paper-with-me

홈 › Papers

Diff-MN: Diffusion Parameterized MoE-NCDE for Continuous Time Series Generation with Irregular Observations

2026-01-20 · Xu Zhang, Junwei Deng, Chang Xu, Hao Li, Jiang Bian arxiv

Time series generation (TSG) is widely used across domains, yet most existing methods assume regular sampling and fixed output resolutions. These assumptions are often violated in practice, where observations are irregular and sparse, while downstream applications require continuous and high-resolution TS. Although Neural Controlled Differential Equation (NCDE) is promising for modeling irregular TS, it is constrained by a single dynamics function, tightly coupled optimization, and limited ability to adapt learned dynamics to newly generated samples from the generative model. We propose Diff-MN, a continuous TSG framework that enhances NCDE with a Mixture-of-Experts (MoE) dynamics function and a decoupled architectural design for dynamics-focused training. To further enable NCDE to generalize to newly generated samples, Diff-MN employs a diffusion model to parameterize the NCDE temporal dynamics parameters (MoE weights), i.e., jointly learn the distribution of TS data and MoE weights. This design allows sample-specific NCDE parameters to be generated for continuous TS generation. Experiments on ten public and synthetic datasets demonstrate that Diff-MN consistently outperforms strong baselines on both irregular-to-regular and irregular-to-continuous TSG tasks. The code is available at the link https://github.com/microsoft/TimeCraft/tree/main/Diff-MN.

📄 PDF Abstract BibTeX arXiv:2601.13534

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learnable Path in Neural Controlled Differential Equations

2023-01-11 · Sheo Yon Jhin, Minju Jo, Seungji Kook, Noseong Park 외

Neural controlled differential equations (NCDEs), which are continuous analogues to recurrent neural networks (RNNs), are a specialized model in (irregular) time-series processing. In comparison with similar models, e.g.…

DecoderIrregular Time SeriesTime SeriesTime Series Analysis+1

EXIT: Extrapolation and Interpolation-based Neural Controlled Differential Equations for Time-series Classification and Forecasting

2022-04-19 · Sheo Yon Jhin, Jaehoon Lee, Minju Jo, Seungji Kook 외

Deep learning inspired by differential equations is a recent research trend and has marked the state of the art performance for many machine learning tasks. Among them, time-series modeling with neural controlled differe…

BIG-bench Machine LearningDecoderIrregular Time SeriesTime Series+2

Advances in Neural Controlled Differential Equations

2026-07-06 · Benjamin Walker arxiv

Many real-world systems evolve continuously, yet most machine learning models interpret time series as discrete sequences. Continuous-time approaches instead treat time series as samples from an underlying input path, a …

Continuously Evolving Graph Neural Controlled Differential Equations for Traffic Forecasting

2024-01-26 · Jiajia Wu, Ling Chen

As a crucial technique for developing a smart city, traffic forecasting has become a popular research focus in academic and industrial communities for decades. This task is highly challenging due to complex and dynamic s…

Log Neural Controlled Differential Equations: The Lie Brackets Make a Difference

2024-02-28 · Benjamin Walker, Andrew D. McLeod, Tiexin Qin, Yichuan Cheng 외

The vector field of a controlled differential equation (CDE) describes the relationship between a control path and the evolution of a solution path. Neural CDEs (NCDEs) treat time series data as observations from a contr…

MambaTime SeriesTime Series Classification