paper-with-me

홈 › Papers

Trajectory Flow Matching with Applications to Clinical Time Series Modeling

2024-10-28 · Xi Zhang, Yuan Pu, Yuki Kawamura, Andrew Loza, Yoshua Bengio, Dennis L. Shung, Alexander Tong

Modeling stochastic and irregularly sampled time series is a challenging problem found in a wide range of applications, especially in medicine. Neural stochastic differential equations (Neural SDEs) are an attractive modeling technique for this problem, which parameterize the drift and diffusion terms of an SDE with neural networks. However, current algorithms for training Neural SDEs require backpropagation through the SDE dynamics, greatly limiting their scalability and stability. To address this, we propose Trajectory Flow Matching (TFM), which trains a Neural SDE in a simulation-free manner, bypassing backpropagation through the dynamics. TFM leverages the flow matching technique from generative modeling to model time series. In this work we first establish necessary conditions for TFM to learn time series data. Next, we present a reparameterization trick which improves training stability. Finally, we adapt TFM to the clinical time series setting, demonstrating improved performance on three clinical time series datasets both in terms of absolute performance and uncertainty prediction.

📄 PDF Abstract BibTeX arXiv:2410.21154

Code (1)

nzhangx/trajectoryflowmatching 공식 구현 pytorch

Tasks

Time Series

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 제목 키워드 기반

Multi-Marginal Flow Matching with Adversarially Learnt Interpolants

2025-10-01 · Oskar Kviman, Kirill Tamogashev, Nicola Branchini, Víctor Elvira 외 arxiv

Learning the dynamics of a process given sampled observations at several time points is an important but difficult task in many scientific applications. When no ground-truth trajectories are available, but one has only s…

Trajectory Prediction

Smooth Flow Matching for Synthesizing Functional Data

2025-08-19 · Jianbin Tan, Anru R. Zhang arxiv

Functional data, i.e., smooth random functions observed over a continuous domain, are increasingly available in areas such as biomedical research, health informatics, and epidemiology. However, effective statistical anal…

Computational Efficiency

Restora-Flow: Mask-Guided Image Restoration with Flow Matching

2025-11-25 · Arnela Hadzic, Franz Thaler, Lea Bogensperger, Simon Johannes Joham 외 arxiv

Flow matching has emerged as a promising generative approach that addresses the lengthy sampling times associated with state-of-the-art diffusion models and enables a more flexible trajectory design, while maintaining hi…

Image RestorationImage Generation

DeFloMat: Detection with Flow Matching for Stable and Efficient Generative Object Localization

2025-12-26 · Hansang Lee, Chaelin Lee, Nieun Seo, Joon Seok Lim 외 arxiv

We propose DeFloMat (Detection with Flow Matching), a novel generative object detection framework that addresses the critical latency bottleneck of diffusion-based detectors, such as DiffusionDet, by integrating Conditio…

Object LocalizationObject Detection

Graph Flow Matching: Enhancing Image Generation with Neighbor-Aware Flow Fields

2025-05-30 · Md Shahriar Rahim Siddiqui, Moshe Eliasof, Eldad Haber

Flow matching casts sample generation as learning a continuous-time velocity field that transports noise to data. Existing flow matching networks typically predict each point's velocity independently, considering only it…

Image Generation