ReDiTT: Retrieval Augmented Conditional Diffusion Transformers for Asynchronous Time Series

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

ReDiTT, a novel retrieval augmented conditional diffusion transformer, is introduced for asynchronous time series prediction, specifically forecasting the next inter-event time and event type. This model addresses the inherent uncertainty in future events by operating in a latent space. During both training and inference, ReDiTT retrieves structurally similar latent sequences from a memory bank, integrating them as reference conditions through cross-attention mechanisms. This retrieval-based conditioning allows the model to leverage relevant temporal dynamics and provides global structural guidance for generation. Consequently, ReDiTT significantly stabilizes long-horizon forecasting and enhances sample diversity. Experimental results across seven real-world datasets demonstrate state-of-the-art performance for both next event prediction and long-horizon forecasting. The code is publicly available.

Key takeaway

For Machine Learning Engineers developing asynchronous time series models, ReDiTT offers a robust approach to improve prediction accuracy and stability. If you are struggling with long-horizon forecasting or generating diverse event sequences, consider implementing retrieval-augmented conditional diffusion transformers. This method, by utilizing similar historical patterns, can significantly enhance your model's ability to handle inherent event uncertainty and deliver strong performance.

Key insights

ReDiTT enhances asynchronous time series prediction by integrating retrieval-augmented conditioning into a latent-space diffusion transformer.

Principles

Method

ReDiTT retrieves structurally similar latent sequences from a memory bank, then incorporates them as reference conditions via cross-attention within a conditional diffusion transformer.

In practice

Topics

Code references

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.