Papers › Sticky Jump Diffusions: A Unifying View of Masked, Continuous, and Hybrid Diffusion

Sticky Jump Diffusions: A Unifying View of Masked, Continuous, and Hybrid Diffusion

12 Jul 2026arXiv:2607.10951added by Syntology

Pascal Jutras-Dubé, Patrick Pynadath, Jeremy Lu, Yuan Gao, Ruqi Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

We introduce Sticky Jump Diffusions (SJDs), continuous-time Markov processes on ℝᵈ whose discrete anchors are token embeddings. In forward time, anchors release their mass at a hazard rate and the released mass diffuses in the continuous ambient space; time reversal couples a score-driven SDE with a sticky jump kernel whose rate and destination are fixed by flux balance with the forward law. We estimate the score and the per-anchor reverse hazards from a single denoising classifier via Denoising Hazard Matching, the hazard analogue of denoising score matching, with simulation-free cross-entropy training. SJD recovers masked diffusion, continuous diffusion, and hybrid diffusion as limits. Its reversal explains features that each family treats as given: the mask of masked diffusion carries no evidence about the source token because the unsticking kernel of every anchor collapses to the same absorbing point; the terminal projection of continuous diffusion is required due to the absence of atoms in its forward marginal, without which flux balance yields no reverse jumps; and the update rules of hybrid diffusion (commit rate, destination, and drift) all follow from flux balance rather than from separate design. Beyond these limits, the unsticking kernel becomes a design space: a cross-position blending corrupts each position toward a blend of its neighbors' clean values or embeddings, turning dependency structure such as spatial locality or a constraint graph into an inductive bias of the corruption itself, and improves over the identity-kernel hybrid on CIFAR-10, Text8, and Sudoku.

PaperPDFCode 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="2607.10951")

Code

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

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

PascalJD/sticky-jump-diffusions found in paper text by Syntology report

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

32 samples harvested; 26 ran; 4 honoured the contract we drafted; 6 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
3ran · our draft was wrong
2ran · fixture could not drive it
16ran
6unverified

Licence: 0 of the 32 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 PascalJD/sticky-jump-diffusions. “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.

ADMUNet5DBackbone PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · ceaa158b1cee399c · report
AnchorTableConfig PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · bb36df142636a78e · report
AnchorTableViews PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3a9c011dec842d0d · report
AnchorTransformConfig PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0de294e6d8d05000 · report
CondEmbedding PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 36993dea20d0a4f2 · report
GPT2LikeBackbone PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · fa4f07614837213f · report
TransformerBackbone PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3aed381d5fd39965 · report
UNet5DBackbone PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · bd23e5eedd4dc824 · report
_build_anchor_base_table PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · c34ef8e9a5d32fec · report
_build_normal_table PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · e4f2364fcd5fcb29 · report
_build_ordered_normal_table PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6420290ebf4f985e · report
_build_thermometer_table PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8fe1d0200c6c7fdc · report
_ensure_positive_int PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · 5afe865c9dd7af9f · report
_fix_qr_signs PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 516260c9083287e7 · report
_normalize_anchor_family PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · c6be70152c916cd4 · report
_ordered_scalar_table PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 080c3f5e24a3cec7 · report
_orthogonal_projection_matrix PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 7f42b92d73d13496 · report
_resolve_random_key PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2a01de39f445d6cf · report
apply_anchor_transforms PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · ee63aedcb2ec88ab · report
build_image_backbone PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2d12e0499673c1de · report
build_image_token_backbone PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 167e47522ac8e61e · report
build_sequence_backbone PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2ed6486c99d47169 · report
ensure_prng_key PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · honoured contract Apache-2.0 (permissive) · 3e93ef0ec437a8fe · report
get_timestep_embedding PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · c745ab05bfebae0f · report
is_legacy_prng_key PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · 8259f904c275422c · report
make_rng PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 8c488adb5d774452 · report
ContinuousClassifier PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a294689d80789bf8 · report
SJD PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1567f3ac4ab019fa · report
TokenAnchors PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3f808af3160da607 · report
build_anchor_table PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 52c85732bc945a66 · report
build_anchor_table_views PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 42775dc395520729 · report
make_anchor_initializer PascalJD/sticky-jump-diffusions/src/sticky/models/sjd/sjd_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c47b08f3f14b8400 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.10951, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

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