Papers › SPD-DDPM: Denoising Diffusion Probabilistic Models in the Symmetric Positive Definite Space

SPD-DDPM: Denoising Diffusion Probabilistic Models in the Symmetric Positive Definite Space

13 Dec 2023arXiv:2312.08200archive 2025-07-28

Yunchen Li, Zhou Yu, Gaoqi He, Yunhang Shen, Ke Li, Xing Sun, Shaohui Lin

Symmetric positive definite~(SPD) matrices have shown important value and applications in statistics and machine learning, such as FMRI analysis and traffic prediction. Previous works on SPD matrices mostly focus on discriminative models, where predictions are made directly on E(X|y), where y is a vector and X is an SPD matrix. However, these methods are challenging to handle for large-scale data, as they need to access and process the whole data. In this paper, inspired by denoising diffusion probabilistic model~(DDPM), we propose a novel generative model, termed SPD-DDPM, by introducing Gaussian distribution in the SPD space to estimate E(X|y). Moreover, our model is able to estimate p(X) unconditionally and flexibly without giving y. On the one hand, the model conditionally learns p(X|y) and utilizes the mean of samples to obtain E(X|y) as a prediction. On the other hand, the model unconditionally learns the probability distribution of the data p(X) and generates samples that conform to this distribution. Furthermore, we propose a new SPD net which is much deeper than the previous networks and allows for the inclusion of conditional factors. Experiment results on toy data and real taxi data demonstrate that our models effectively fit the data distribution both unconditionally and unconditionally and provide accurate predictions.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 11 ran with no contract checked.

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

li-yun-chen/spd-ddpm officialmentioned in papermentioned on GitHubpytorch 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

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

11ran
2unverified

Licence: 13 of the 13 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 li-yun-chen/spd-ddpm. “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.

adjust_learning_rate li-yun-chen/spd-ddpm/condition/ddpm.py official repository ran no licence file found · pointer only · 1c854ffce06dbac4 · report
betas_for_alpha_bar li-yun-chen/spd-ddpm/uncondition/ddpm.py official repository ran no licence file found · pointer only · d07c1a93d2fa327d · report
fro li-yun-chen/spd-ddpm/exp2/conditional_dis.py official repository ran fingerprinted no licence file found · pointer only · 5ba4fbd489d1601f · report
generate_init li-yun-chen/spd-ddpm/uncondition/generate_train_sample_setting1.py official repository ran fingerprinted no licence file found · pointer only · d5dd04635d4e6f5e · report
remove_subtensors_with_nan li-yun-chen/spd-ddpm/uncondition/ddpm.py official repository ran fingerprinted no licence file found · pointer only · ceb7b714828f151f · report
row_to_matrix li-yun-chen/spd-ddpm/exp1/heatplot.py official repository ran no licence file found · pointer only · 2c79ca7b063199ab · report
select_rows_from_csv li-yun-chen/spd-ddpm/exp1/heatplot.py official repository ran no licence file found · pointer only · dccfa3edebee5d5b · report
spd_dis li-yun-chen/spd-ddpm/condition/support_function.py official repository ran no licence file found · pointer only · a4413dcb7b30cc69 · report
spd_minus li-yun-chen/spd-ddpm/condition/support_function.py official repository ran no licence file found · pointer only · ccfceecb8fd4787a · report
spd_plus li-yun-chen/spd-ddpm/condition/support_function.py official repository ran no licence file found · pointer only · 52011d088aa4ca91 · report
tensor_power li-yun-chen/spd-ddpm/exp2/conditional_dis.py official repository ran fingerprinted no licence file found · pointer only · 0578b08a27d3103e · report
one_param li-yun-chen/spd-ddpm/condition/SPD_net.py official repository unverified no licence file found · pointer only · 4b602b0867bad430 · report
symmetric li-yun-chen/spd-ddpm/condition/SPD_net.py official repository unverified no licence file found · pointer only · e9b42bb505335112 · report

Tasks

DenoisingTraffic Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionFocus

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