paper-with-me

Papers

ReDiTT: Retrieval Augmented Conditional Diffusion Transformers for Asynchronous Time Series

2026-07-14 · Saiyue Lyu, Zhitian Zhang, Ruizhi Deng, Thibaut Durand arxiv

We present a diffusion based model for asynchronous time series prediction, where the goal is to predict the next inter event time and event type. To address the inherent uncertainty of future events, we introduce ReDiTT, a retrieval augmented conditional diffusion transformer that operates in latent space. ReDiTT retrieves structurally similar latent sequences from a memory bank during both training and inference and incorporates them as reference conditions through cross attention. This retrieval based conditioning allows the model to attend to relevant temporal dynamics and provides global structural guidance for generation. As a result, ReDiTT stabilizes long horizon forecasting and improves sample diversity. Experiments on seven real world datasets demonstrate state of the art performance on next event prediction and long horizon forecasting. Our code is available at https://github.com/BorealisAI/ReDiTT.

📄 PDF Abstract BibTeX arXiv:2607.12391

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Prediction

Similar Papers 제목 키워드 기반

On Statistical Rates of Conditional Diffusion Transformers: Approximation, Estimation and Minimax Optimality

2024-11-26 · Jerry Yao-Chieh Hu, Weimin Wu, Yi-Chen Lee, Yu-Chao Huang 외

We investigate the approximation and estimation rates of conditional diffusion transformers (DiTs) with classifier-free guidance. We present a comprehensive analysis for ``in-context'' conditional DiTs under four common …

RADD: Retrieval-Augmented Discrete Diffusion for Multi-Modal Knowledge Graph Completion

2026-04-28 · Guanglin Niu, Bo Li arxiv

Most multi-modal knowledge graph completion (MMKGC) models use one embedding scorer to do both retrieval over the full entity set and final decision making. We argue that this coupling is a core bottleneck: global high-r…

Knowledge Graph CompletionDecision Making

Latent Retrieval Augmented Generation of Cross-Domain Protein Binders

2025-10-12 · Zishen Zhang, Xiangzhe Kong, Wenbing Huang, Yang Liu arxiv

Designing protein binders targeting specific sites, which requires to generate realistic and functional interaction patterns, is a fundamental challenge in drug discovery. Current structure-based generative models are li…

Domain GeneralizationDrug Discovery

Retrieval Augmented Diffusion Model for Structure-informed Antibody Design and Optimization

2024-10-19 · Zichen Wang, Yaokun Ji, Jianing Tian, Shuangjia Zheng

Antibodies are essential proteins responsible for immune responses in organisms, capable of specifically recognizing antigen molecules of pathogens. Recent advances in generative models have significantly enhanced ration…

DenoisingModel OptimizationRetrieval

CPR: Retrieval Augmented Generation for Copyright Protection

2024-03-27 · CVPR 2024 1 · Aditya Golatkar, Alessandro Achille, Luca Zancato, Yu-Xiang Wang 외

Retrieval Augmented Generation (RAG) is emerging as a flexible and robust technique to adapt models to private users data without training, to handle credit attribution, and to allow efficient machine unlearning at scale…

Image GenerationMachine UnlearningRAGRetrieval+1