Papers › ANT: Adaptive Noise Schedule for Time Series Diffusion Models

ANT: Adaptive Noise Schedule for Time Series Diffusion Models

18 Oct 2024arXiv:2410.14488archive 2025-07-28

Seunghan Lee, Kibok Lee, Taeyoung Park

Advances in diffusion models for generative artificial intelligence have recently propagated to the time series (TS) domain, demonstrating state-of-the-art performance on various tasks. However, prior works on TS diffusion models often borrow the framework of existing works proposed in other domains without considering the characteristics of TS data, leading to suboptimal performance. In this work, we propose Adaptive Noise schedule for Time series diffusion models (ANT), which automatically predetermines proper noise schedules for given TS datasets based on their statistics representing non-stationarity. Our intuition is that an optimal noise schedule should satisfy the following desiderata: 1) It linearly reduces the non-stationarity of TS data so that all diffusion steps are equally meaningful, 2) the data is corrupted to the random noise at the final step, and 3) the number of steps is sufficiently large. The proposed method is practical for use in that it eliminates the necessity of finding the optimal noise schedule with a small additional cost to compute the statistics for given datasets, which can be done offline before training. We validate the effectiveness of our method across various tasks, including TS forecasting, refinement, and generation, on datasets from diverse domains. Code is available at this repository: https://github.com/seunghan96/ANT.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.14488")

Code

Syntology Ran 15 of 15 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 2 ran · honoured contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

seunghan96/ant officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 15 ran; 2 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
3ran · our draft was wrong
1ran · fixture could not drive it
9ran

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from seunghan96/ANT. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Activation seunghan96/ANT/src/ANT/arch/s4.py official repository ran · our draft was wrong no licence file found · pointer only · 89b10a8b26bbb7ed · report
Conv1dKaiming seunghan96/ANT/src/ANT/arch/backbones_w_DE.py official repository ran no licence file found · pointer only · 51ef1436c6977693 · report
LinearActivation seunghan96/ANT/src/ANT/arch/s4.py official repository ran · our draft was wrong no licence file found · pointer only · 400c752a0d8d06f7 · report
cosine_beta_schedule seunghan96/ANT/src/ANT/utils.py official repository ran fingerprinted no licence file found · pointer only · f3a9cdb81c13d825 · report
cosine_schedule seunghan96/ant/src/ANT/model/diffusion/_base_cosine2.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 6d962e3bdfa7a509 · report
extract seunghan96/ANT/src/ANT/utils.py official repository ran · fixture could not drive it no licence file found · pointer only · df116dde4bb6ab3e · report
filter_metrics seunghan96/ANT/src/ANT/utils.py official repository ran no licence file found · pointer only · 292496d94623edfb · report
get_logger seunghan96/ANT/src/ANT/arch/s4.py official repository ran · our draft was wrong no licence file found · pointer only · 61139ec62260b411 · report
get_scheduler_utils seunghan96/ANT/ANT_utils.py official repository ran no licence file found · pointer only · 524bcc6e62157871 · report
grad_fn seunghan96/ANT/src/ANT/sampler/_base.py official repository ran no licence file found · pointer only · 471cfe51bc2398f5 · report
langevin_dynamics seunghan96/ANT/src/ANT/sampler/_base.py official repository ran no licence file found · pointer only · ce698274cc374ad7 · report
leapfrog seunghan96/ANT/src/ANT/sampler/_base.py official repository ran no licence file found · pointer only · 10ca8329925e4364 · report
linear_beta_schedule seunghan96/ANT/ANT_utils.py official repository ran fingerprinted no licence file found · pointer only · c62c17c347c7b739 · report
nonlinear_beta_schedule seunghan96/ant/src/ANT/model/diffusion/_base_cosine2.py official repository ran · honoured contract no licence file found · pointer only · cc56212b1f999239 · report
read_json seunghan96/ANT/ANT_utils.py official repository ran no licence file found · pointer only · cb76168b3aef79f0 · report

Tasks

Time Series

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionTS

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections