paper-with-me

Papers

TimeDiT: General-purpose Diffusion Transformers for Time Series Foundation Model

2024-09-03 · Defu Cao, Wen Ye, Yizhou Zhang, Yan Liu

With recent advances in building foundation models for texts and video data, there is a surge of interest in foundation models for time series. A family of models have been developed, utilizing a temporal auto-regressive generative Transformer architecture, whose effectiveness has been proven in Large Language Models. While the empirical results are promising, almost all existing time series foundation models have only been tested on well-curated ``benchmark'' datasets very similar to texts. However, real-world time series exhibit unique challenges, such as variable channel sizes across domains, missing values, and varying signal sampling intervals due to the multi-resolution nature of real-world data. Additionally, the uni-directional nature of temporally auto-regressive decoding limits the incorporation of domain knowledge, such as physical laws expressed as partial differential equations (PDEs). To address these challenges, we introduce the Time Diffusion Transformer (TimeDiT), a general foundation model for time series that employs a denoising diffusion paradigm instead of temporal auto-regressive generation. TimeDiT leverages the Transformer architecture to capture temporal dependencies and employs diffusion processes to generate high-quality candidate samples without imposing stringent assumptions on the target distribution via novel masking schemes and a channel alignment strategy. Furthermore, we propose a finetuning-free model editing strategy that allows the seamless integration of external knowledge during the sampling process without updating any model parameters. Extensive experiments conducted on a varity of tasks such as forecasting, imputation, and anomaly detection, demonstrate the effectiveness of TimeDiT.

📄 PDF Abstract BibTeX arXiv:2409.02322

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionDenoisingImputationMissing ValuesModel EditingTime Series

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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 제목 키워드 기반

DiTS: Multimodal Diffusion Transformers Are Time Series Forecasters

2026-02-06 · Haoran Zhang, Haixuan Liu, Yong Liu, Yunzhong Qiu 외 arxiv

While generative modeling on time series facilitates more capable and flexible probabilistic forecasting, existing generative time series models do not address the multi-dimensional properties of time series data well. T…

Video Generation

VDT: General-purpose Video Diffusion Transformers via Mask Modeling

2023-05-22 · Haoyu Lu, Guoxing Yang, Nanyi Fei, Yuqi Huo 외

This work introduces Video Diffusion Transformer (VDT), which pioneers the use of transformers in diffusion-based video generation. It features transformer blocks with modularized temporal and spatial attention modules t…

Autonomous DrivingVideo GenerationVideo Prediction

Predicting Flow Dynamics using Diffusion Models

2025-07-10 · Yannick Gachnang, Vismay Churiwala arxiv

In this work, we aimed to replicate and extend the results presented in the DiffFluid paper[1]. The DiffFluid model showed that diffusion models combined with Transformers are capable of predicting fluid dynamics. It use…

Computational Efficiency

Reflection Removal through Efficient Adaptation of Diffusion Transformers

2025-12-04 · Daniyar Zakarin, Thiemo Wandel, Anton Obukhov, Dengxin Dai arxiv

We introduce a diffusion-transformer (DiT) framework for single-image reflection removal that leverages the generalization strengths of foundation diffusion models in the restoration setting. Rather than relying on task-…

Reflection Removal

Automated Learning of Semantic Embedding Representations for Diffusion Models

2025-05-09 · Limai Jiang, Yunpeng Cai

Generative models capture the true distribution of data, yielding semantically rich representations. Denoising diffusion models (DDMs) exhibit superior generative capabilities, though efficient representation learning fo…

DenoisingRepresentation Learning