Papers › SymmetricDiffusers: Learning Discrete Diffusion on Finite Symmetric Groups

SymmetricDiffusers: Learning Discrete Diffusion on Finite Symmetric Groups

3 Oct 2024arXiv:2410.02942archive 2025-07-28

Yongxing Zhang, Donglin Yang, Renjie Liao

Finite symmetric groups Sₙ are essential in fields such as combinatorics, physics, and chemistry. However, learning a probability distribution over Sₙ poses significant challenges due to its intractable size and discrete nature. In this paper, we introduce SymmetricDiffusers, a novel discrete diffusion model that simplifies the task of learning a complicated distribution over Sₙ by decomposing it into learning simpler transitions of the reverse diffusion using deep neural networks. We identify the riffle shuffle as an effective forward transition and provide empirical guidelines for selecting the diffusion length based on the theory of random walks on finite groups. Additionally, we propose a generalized Plackett-Luce (PL) distribution for the reverse transition, which is provably more expressive than the PL distribution. We further introduce a theoretically grounded "denoising schedule" to improve sampling and learning efficiency. Extensive experiments show that our model achieves state-of-the-art or comparable performances on solving tasks including sorting 4-digit MNIST images, jigsaw puzzles, and traveling salesman problems. Our code is released at https://github.com/NickZhang53/SymmetricDiffusers.

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.02942")

Code

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

By repository: community (archive-listed): 47 samples from 1 repository, 44 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nickzhang53/symmetricdiffusers officialmentioned in papermentioned on GitHubpytorch report
dsl-lab/symmetricdiffusers mentioned 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

47 samples harvested; 44 ran; 4 honoured the contract we drafted; 3 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.

4ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
29ran · fixture could not drive it
8ran
3unverified

Licence: 47 of the 47 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 dsl-lab/symmetricdiffusers. “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.

TSPEvaluator dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran no licence file found · pointer only · 1d26e1e96b60d1d4 · report
add_zero_to_perm dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 6fb1b12883878c7a · report
batch_chunk_image DSL-Lab/SymmetricDiffusers/datasets.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 88aa2fb640cfb353 · report
chunk_image DSL-Lab/SymmetricDiffusers/datasets.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 965a4a2536b8d070 · report
complete_range dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 5ee8f3bfa4295468 · report
find_perm dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 0e0c3dbe569cc051 · report
find_perm_images dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · d04be25dbf0e4d47 · report
get_schedule_fn DSL-Lab/SymmetricDiffusers/lr_schedulers.py community (archive-listed) ran no licence file found · pointer only · 529d8aee3aacc498 · report
insert_back_to_idx dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 901d546abba2ea23 · report
insert_back_to_idx_images dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · e64bc0ce7cb4978f · report
insert_idx_to_back dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 075bec165313b5ed · report
insert_idx_to_back_images dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · d7f4dac1d35c6754 · report
inverse_riffle_shuffle DSL-Lab/SymmetricDiffusers/riffle_shuffle.py community (archive-listed) ran no licence file found · pointer only · 95817e2e4c59ab5b · report
inverse_riffle_shuffle_perms dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 2fdbf31a80ecdd74 · report
load_checkpoint DSL-Lab/SymmetricDiffusers/utils.py community (archive-listed) ran no licence file found · pointer only · 49d11c96f3a58aaf · report
log_prob dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · b0dff81faf5d2126 · report
log_prob_generalized_PL dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 167006f55ed5e19f · report
log_prob_images dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 67d72120cae93ee2 · report
log_prob_images_generalized_PL dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · f9aa221789fe59a3 · report
log_prob_insertion_to_back dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · d2805b59a2f57f11 · report
log_prob_inverse_riffle_shuffle dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 5bab4fcb4d3a8665 · report
log_prob_lazy_swap dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 351f05ce215e3262 · report
log_prob_perms_generalized_PL dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 7402e515463c58d5 · report
log_prob_swap_indices dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 5f39f8a3de58c9c2 · report
mask_scores_pos_zero dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · violated contract no licence file found · pointer only · 30c9a2cc6859520c · report
perm_likelihood_nonmat DSL-Lab/SymmetricDiffusers/PL_distribution.py community (archive-listed) ran no licence file found · pointer only · 76030ca1cf4c3a13 · report
perm_list_to_mat dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 4be3a0265809148d · report
permute_embd dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · a6c663c3bef1d165 · report
permute_image_perm_list dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 0b1f9b067677aa93 · report
permute_int_list dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 7526cd5033cf5968 · report
permute_list dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · bad09d356531c72f · report
sample dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · 06448db9abf5d8a4 · report
sample_PL_beam_search dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · ebdba046d12692fb · report
sample_generalized_PL dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 98f03b1c9dda90a1 · report
sample_generalized_PL_beam_search dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 084ff18ba0048dea · report
sample_insertion_from_back dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 7fe744f9d147610b · report
sample_insertion_to_back dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 828c211e5e8e0575 · report
sample_inverse_riffle_shuffle DSL-Lab/SymmetricDiffusers/riffle_shuffle.py community (archive-listed) ran no licence file found · pointer only · de66a05d5474a2b0 · report
sample_lazy_swap dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 1fd100c32c42072a · report
sample_riffle_shuffle dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · d3dae8a7ce4cf59e · report
sample_swap dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 065978eaa045e3e8 · report
sample_swap_with_replacement dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 41ca71f29ee780f3 · report
swap_by_idx dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · e9f95ce40797ad47 · report
swap_by_idx_images dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · fdcb23ae71bad2d3 · report
DiffusionUtils dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) unverified no licence file found · pointer only · 41b0ed560c1fb202 · report
log_prob_perms dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) unverified no licence file found · pointer only · 014563c8444085b2 · report
sample_inverse_riffle_shuffle_perms dsl-lab/symmetricdiffusers/diffusion.py community (archive-listed) unverified no licence file found · pointer only · 7e5311051a14ba74 · report

Tasks

Denoising

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionJigsaw

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