Papers › SigDiffusions: Score-Based Diffusion Models for Long Time Series via Log-Signature Embeddings

SigDiffusions: Score-Based Diffusion Models for Long Time Series via Log-Signature Embeddings

14 Jun 2024arXiv:2406.10354archive 2025-07-28

Barbora Barancikova, Zhuoyue Huang, Cristopher Salvi

Score-based diffusion models have recently emerged as state-of-the-art generative models for a variety of data modalities. Nonetheless, it remains unclear how to adapt these models to generate long multivariate time series. Viewing a time series as the discretization of an underlying continuous process, we introduce SigDiffusion, a novel diffusion model operating on log-signature embeddings of the data. The forward and backward processes gradually perturb and denoise log-signatures preserving their algebraic structure. To recover a signal from its log-signature, we provide new closed-form inversion formulae expressing the coefficients obtained by expanding the signal in a given basis (e.g. Fourier or orthogonal polynomials) as explicit polynomial functions of the log-signature. Finally, we show that combining SigDiffusion with these inversion formulae results in highly realistic time series generation, competitive with the current state-of-the-art on various datasets of synthetic and real-world examples.

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="2406.10354")

Code

Syntology Ran 25 of 41 code samples harvested from 3 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 3 ran · our draft was wrong; 20 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 5 ran; found in paper text by Syntology: 32 samples from 2 repositories, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Barb0ra/SigDiffusions officialmentioned on GitHubjax 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

41 samples harvested; 25 ran; 1 honoured the contract we drafted; 16 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.

1ran · honoured contract
1ran · violated contract
3ran · our draft was wrong
20ran
16unverified

Licence: 9 of the 41 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

AdaLayerNorm Barb0ra/SigDiffusions/model.py official repository ran no licence file found · pointer only · 66ba3dc1453ebfa8 · report
AttentionBlock Barb0ra/SigDiffusions/model.py official repository ran no licence file found · pointer only · b57c91105cf43bfd · report
LearnablePositionalEncoding Barb0ra/SigDiffusions/model.py official repository ran fingerprinted no licence file found · pointer only · 89e0fe61f90c79f6 · report
LinearAttentionBlock Barb0ra/SigDiffusions/model.py official repository ran no licence file found · pointer only · 7fd03ae35f8f8af7 · report
SinusoidalPosEmb Barb0ra/SigDiffusions/model.py official repository ran fingerprinted no licence file found · pointer only · 44eddf4f037504f8 · report
AbstractAttentionBlock Barb0ra/SigDiffusions/model.py official repository unverified no licence file found · pointer only · a0f03fe49bb607f0 · report
FeedForwardBlock Barb0ra/SigDiffusions/model.py official repository unverified no licence file found · pointer only · cd1df37cc84912df · report
Transformer Barb0ra/SigDiffusions/model.py official repository unverified no licence file found · pointer only · 535cf740696d6f5e · report
TransformerLayer Barb0ra/SigDiffusions/model.py official repository unverified no licence file found · pointer only · 9605b4044e0b00ed · report
AdaLayerNorm Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · 17df8b9f4c6833b9 · report
SinusoidalPosEmb Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · e527f57c18083096 · report
c_p lim0606/ddo/lib/ggp.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 34afa7744b295787 · report
cond_fn Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 11d182d075e866b3 · report
default Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · fc87ca21003c5c48 · report
design_lowpass_filter_dct lim0606/ddo/lib/models/aliasfree_dct.py found in paper text by Syntology ran MIT (permissive) · dad41c4c6f5ef82f · report
exists Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology ran · violated contract MIT (permissive) · e4db616479dcb90a · report
extract Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 7d62068d1d024522 · report
get_batch lim0606/ddo/lib/models/contconv.py found in paper text by Syntology ran MIT (permissive) · 63c721392992855f · report
get_coords lim0606/ddo/lib/models/contconv.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 577031d9c370f7c7 · report
get_mgrid lim0606/ddo/gano.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 53cb98760ce45cd1 · report
get_mgrid lim0606/ddo/lib/models/contconv.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 6e0529bf4b8f6ec9 · report
group_norm lim0606/ddo/lib/models/fourier.py found in paper text by Syntology ran MIT (permissive) · 06ccdd7ca6235c7b · report
identity Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology ran · honoured contract MIT (permissive) · d6b55d231d2542c0 · report
image_to_xv lim0606/ddo/gano.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 5b7f7ef74742d726 · report
low_discrepancy_rand lim0606/ddo/lib/diffusion.py found in paper text by Syntology ran MIT (permissive) · 5967738153293c90 · report
low_discrepancy_randint lim0606/ddo/lib/diffusion.py found in paper text by Syntology ran MIT (permissive) · 7a9a3c30c002f635 · report
sech lim0606/ddo/lib/diffusion.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 41ed864df9f2723f · report
u_p lim0606/ddo/lib/ggp.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 074bb7829ad247e9 · report
xv_to_image lim0606/ddo/gano.py found in paper text by Syntology ran fingerprinted MIT (permissive) · dc0158b1ae43506a · report
Decoder Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology unverified MIT (permissive) · 3b43c4c4d7b69a9d · report
DecoderBlock Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology unverified MIT (permissive) · 463007d5004378ce · report
Diffusion_TS Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology unverified MIT (permissive) · 0cc30159869c886b · report
Encoder Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology unverified MIT (permissive) · 97d5065144c647f5 · report
EncoderBlock Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology unverified MIT (permissive) · f167bbb63f7b5ffd · report
LearnablePositionalEncoding Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology unverified MIT (permissive) · d0d1a8d43d381f8c · report
Transformer Y-debug-sys/Diffusion-TS/Models/interpretable_diffusion/gaussian_diffusion.py found in paper text by Syntology unverified MIT (permissive) · 2df3968af29cdc9f · report
ask_yes_no lim0606/ddo/dnnlib/util.py found in paper text by Syntology unverified MIT (permissive) · 9d31d2c4cd16bb2d · report
euler_maruyama_method lim0606/ddo/lib/sdes.py found in paper text by Syntology unverified MIT (permissive) · be66681c78a85f62 · report
format_time lim0606/ddo/dnnlib/util.py found in paper text by Syntology unverified MIT (permissive) · 053fc534bc6bb989 · report
format_time_brief lim0606/ddo/dnnlib/util.py found in paper text by Syntology unverified MIT (permissive) · 77f4aa0649e7f404 · report
g_p lim0606/ddo/lib/ggp.py found in paper text by Syntology unverified MIT (permissive) · 98798568c7d9b962 · report

Tasks

Time SeriesTime Series Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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