TrajGPT: Irregular Time-Series Representation Learning for Health Trajectory Analysis
Ziyang Song, Qingcheng Lu, He Zhu, David Buckeridge, Yue Li

TL;DR
TrajGPT is a novel Transformer model designed for irregular health time-series data, capturing continuous dynamics and enabling accurate forecasting, interpolation, and extrapolation without task-specific fine-tuning.
Contribution
It introduces the Selective Recurrent Attention mechanism and interprets TrajGPT as discretized ODEs for effective irregular time-series modeling.
Findings
Outperforms existing models in trajectory forecasting and disease prediction
Can interpolate and extrapolate disease trajectories from partial data
Effectively captures continuous health dynamics
Abstract
In many domains, such as healthcare, time-series data is often irregularly sampled with varying intervals between observations. This poses challenges for classical time-series models that require equally spaced data. To address this, we propose a novel time-series Transformer called Trajectory Generative Pre-trained Transformer (TrajGPT). TrajGPT employs a novel Selective Recurrent Attention (SRA) mechanism, which utilizes a data-dependent decay to adaptively filter out irrelevant past information based on contexts. By interpreting TrajGPT as discretized ordinary differential equations (ODEs), it effectively captures the underlying continuous dynamics and enables time-specific inference for forecasting arbitrary target timesteps. Experimental results demonstrate that TrajGPT excels in trajectory forecasting, drug usage prediction, and phenotype classification without requiring…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Machine Learning in Healthcare · Data-Driven Disease Surveillance
MethodsAttention Is All You Need · Dense Connections · Adam · Linear Layer · Residual Connection · Position-Wise Feed-Forward Layer · Label Smoothing · Dropout · Byte Pair Encoding · Absolute Position Encodings
